@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  word-wrap: break-word;
  position: static;
  width: 100%;
  background-color: #f0f0f0;
  color: #333;
  font-family: "NotoSansCJKjp", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro", "Hiragino Kaku Gothic Pro";
  font-weight: 400;
  word-break: break-all;
}

a {
  color: #333;
}
a[class*=btn] {
  cursor: pointer;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

header {
  background-color: #fff;
}
header .head_wrapper {
  display: flex;
  z-index: 50;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: inherit;
}
header .head_wrapper.head_menu {
  z-index: 1;
  position: absolute;
  height: 40px;
  transition: all 0.8s 0s ease;
}
header .head_wrapper.head_menu nav {
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #828282;
  background-color: inherit;
  font-weight: 700;
  vertical-align: middle;
}
header .head_wrapper.head_menu nav ul {
  display: flex;
  margin: 5px;
}
header .head_wrapper.head_menu nav ul li {
  display: inline-block;
}
header .head_wrapper.head_menu nav ul li.line {
  border-right: 1px solid #828282;
}
header .head_wrapper.head_menu.hide {
  transform: translateY(-40px);
}
header .head_inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: inherit;
}
header .head_inner .head_gnav_btn {
  display: block;
  position: absolute;
  width: 50px;
}
header .head_inner .head_gnav_btn:hover {
  opacity: 1;
}
header .head_inner .head_gnav_btn span {
  display: block;
  position: absolute;
  width: 25px;
  height: 3px;
  transform-origin: center center;
  background-color: #000;
  content: "";
  transition: all 0.5s ease;
}
header .head_inner .icon_psh {
  z-index: 1;
  width: 20px;
  height: 23px;
  background-image: url("/assets/images/common/icon_psh_off.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
header .head_inner .icon_psh.new_psh {
  position: relative;
  transform: rotate(15deg) scale(0);
  animation: fadeIn 1s 2s cubic-bezier(0.25, 1, 0.5, 1), shake 0.5s 6 2.7s ease-in-out, fadeOut 0.6s 5.9s;
  animation-fill-mode: forwards;
  transition: transform 0.5s ease;
  transition-delay: 0.2s;
}
header .head_inner .icon_psh.new_psh:before, header .head_inner .icon_psh.new_psh:after {
  position: absolute;
  content: "";
  transition: opacity 0.5s ease;
  transition-delay: 0.2s;
}
header .head_inner .icon_psh.new_psh:before {
  top: -5px;
  left: -6px;
  width: 20px;
  height: 10px;
  transform: rotate(-15deg) scale(1.4);
  background-image: url("/assets/images/common/lightning_bold.svg");
  background-repeat: no-repeat;
  background-size: contain;
  animation: lightning 1s 4 3s;
}
header .head_inner .icon_psh.new_psh:after {
  top: 0;
  right: -2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cf1010;
}
header .head_inner .icon_psh.new_psh_fade_out {
  transform: rotate(0);
  animation: none;
}
header .head_inner .icon_psh.new_psh_fade_out:before {
  animation: none;
  opacity: 0;
}
header .head_inner .icon_psh.new_psh_fade_out:after {
  opacity: 0;
}
@keyframes shake {
  from {
    transform: scale(1) rotate(15deg);
  }
  50% {
    transform: scale(1) rotate(-5deg);
  }
  75% {
    transform: scale(1) rotate(5deg);
  }
  to {
    transform: scale(1) rotate(15deg);
  }
}
@keyframes lightning {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    transform: translateY(50px) scale(0);
  }
  50% {
    transform: translateY(-12px) scale(1.2);
  }
  to {
    transform: translateY(0) scale(1);
  }
}
@keyframes fadeOut {
  from {
    transform: scale(1);
    filter: brightness(0);
  }
  50% {
    filter: brightness(2);
  }
  70% {
    transform: scale(1, 0.7) translate(0, 15px);
    filter: brightness(0);
  }
  to {
    transform: scale(1) translate(0, 0) rotate(15deg);
    filter: brightness(1);
  }
}
header .head_inner .head_login_btn a {
  display: inline-block;
  width: 105px;
  height: 32px;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 32px;
  text-align: center;
}
header .head_inner .head_login_btn a.state_login {
  background: #2e7de8;
  color: #fff;
}
header .head_inner .head_login_btn a.state_register {
  margin-left: 8px;
  background: #f35f18;
  color: #fff;
  line-height: 30px;
}
header .head_inner .head_login_btn a.state_changeinfo {
  background: #ededed;
  color: #274d9c;
}
header .head_inner .keyword_search .input-text:-webkit-autofill {
  box-shadow: 0 0 0px 999px #fff inset;
}

.head_gnav {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #333;
  color: #fff;
}
.head_gnav a {
  color: inherit;
}
.head_gnav [data-logo=bit] {
  background: url(/assets/images/common/logo.svg) no-repeat center center;
  background-size: cover;
}
.head_gnav [data-logo=fj] {
  background: url(/assets/images/crypto/logo_fintech.svg) no-repeat center center;
  background-size: cover;
}
.head_gnav [data-logo=st] {
  background: url(/assets/images/crypto/logo_seizo_green.svg) no-repeat center center;
  background-size: cover;
}

.head_gnav__sprite {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

.head_gnav__media__list {
  display: flex;
  justify-content: flex-start;
}

.head_gnav__media__list-item {
  font-size: 1rem;
  text-align: center;
}

.head_gnav__media__btn {
  display: flex;
  height: 40px;
  margin-top: 7px;
  border-radius: 5px;
  background: #fff;
}
.head_gnav__media__btn span {
  margin: auto;
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.head_gnav__genre__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.head_gnav__genre__list {
  width: 100%;
}

.head_gnav__genreTag {
  border-bottom: 1px solid #f57530;
}

.head_gnav__genreTag__list {
  position: relative;
}
.head_gnav__genreTag__list .scroll-arrow {
  display: block;
  display: none;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  background: url(/assets/images/common/icon_arrow_right.svg) no-repeat center center;
  background-size: cover;
  content: "";
}
.head_gnav__genreTag__list .scroll-arrow--left {
  left: 0;
  transform: rotate(180deg);
}
.head_gnav__genreTag__list .scroll-arrow--right {
  right: 0;
}

.head_gnav__genreTag__list-item {
  scrollbar-width: none;
  display: flex;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.head_gnav__genreTag__list-item::-webkit-scrollbar {
  display: none;
}

.head_gnav__genreTag__link {
  position: relative;
}
.head_gnav__genreTag__link:not(:last-child)::after {
  content: "\3000/\3000";
}

.head_gnav__contents__list {
  margin-top: 10px;
}

.head_gnav__contents__list-item:last-child {
  margin-bottom: 0;
}
footer {
  background-color: #fff;
}
footer .sns-btn {
  gap: 15px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
}
footer .sns-btn li a {
  display: inline-block;
}
footer .sns-btn li img {
  vertical-align: bottom;
}

.foot_sns-btn--facebook {
  width: 25px;
}
.foot_sns-btn--facebook img {
  height: 25px;
}

.foot_sns-btn--x {
  width: 21px;
}
.foot_sns-btn--x img {
  height: 21px;
}

.foot_sns-btn--youtube {
  width: 30px;
}
.foot_sns-btn--youtube img {
  height: 21px;
}

.foot_sns-btn--instagram {
  width: 24px;
}
.foot_sns-btn--instagram img {
  height: 24px;
}

.foot_sns-btn--tiktok {
  width: 24px;
}
.foot_sns-btn--tiktok img {
  height: 24px;
}

.footer_logo .bit,
.footer_logo .fj,
.footer_logo .st {
  display: flex;
  align-items: center;
}

.foot_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.foot_wrap h3 {
  padding: 0;
  font-weight: bold;
}

.foot_box ul {
  margin: 0;
  list-style: none;
}
.foot_box ul li {
  font-size: 1.3rem;
}

.foot_inner {
  border-top: 1px #000 solid;
}
.foot_inner--short {
  border-top: unset;
}
.foot_inner p {
  margin: 5px 0;
  padding: unset;
  color: #828282;
  font-size: 1.2em;
}

.foot_corp {
  font-weight: bold;
}
/* 記事カード */
/* スペシャルコンテンツカード */
/* アクセス総合ランキング */
/* イベントセミナーランキング */
/* SNS周りアイコン色 */
/* 記事詳細(行高) */
/* ---------- PC 記事 start ---------- */
/* ---------- PC 記事 end ---------- */
/* ---------- SP 記事 start ---------- */
/* ---------- SP 記事 end ---------- */
/* ---------- ビジネス+IT特集 記事 start ---------- */
/* pc, spともにデザイン同じため、共通にしている */
/* ---------- ビジネス+IT特集 記事 end ---------- */
/**
* font
* $fv : font-size
* $lv : line-height
* $ls : letter-spacing
* $c  : color
* $fw : font-weight
*/
/**
* icon
* $url   : background-image: url()
* $w     : width, background-size
* $h     : height, background-size
* $align : vertical-align
*/
/**
* select box allow
*/
/* video.jsロードアイコン対応 */
.vjs-loading-spinner {
  display: none !important;
}

/* Video.jsエラーを隠す */
.vjs-error .vjs-error-display:before {
  visibility: hidden;
}

.vjs-modal-dialog-content {
  visibility: hidden;
}

.case_study__card--remarks {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.case_study__card--remarks.part-lbl {
  position: absolute;
  right: 0;
  bottom: 17px;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 4em;
  margin: 0 0 0 auto;
  padding: 0 8px;
  background-color: rgba(245, 98, 29, 0.8);
  line-height: normal;
}

.cnt_main--v2 .ar-cont .co-relational-article__list--show li:last-child {
  padding-bottom: 30px;
}
.cnt_main--v2 .ar-cont .co-relational-article__list--show a {
  color: #53768c;
}

.js-hint-bit-wrap {
  display: flex;
  position: absolute;
  align-items: flex-end;
}

@media only screen and (max-width: 767.98px) {
  #wrapper.is-open-head-alert header .head_notice {
    display: block;
  }

  header .usrico.is-m_prm:before {
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
  }

  header {
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
    pointer-events: all;
  }
  header.state_input_focus {
    display: none;
  }
  header .head_notice {
    display: none;
    background-color: #ffe7ea;
  }
  header .head_notice_inner {
    padding: 0 20px;
  }
  header .head_notice_ttl {
    display: flex;
    position: relative;
    align-items: center;
    height: 44px;
  }
  header .head_notice_ttl_txt {
    padding-left: 33px;
    background: url("/assets/images/common/icon_alert.png") left center no-repeat;
    background-size: 22px auto;
    color: #ce0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 22px;
  }
  header .head_notice_ttl_trigger {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/images/common/arrow_down_blu_02.png") right center no-repeat;
    background-size: 20px auto;
    cursor: pointer;
  }
  header .head_notice_cont {
    display: flex;
    align-items: center;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
  }
  header .head_notice_cont_txt {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.17px;
    line-height: 18px;
  }
  header .head_notice_cont_txt a {
    color: #277aeb;
  }
  header .head_inner {
    padding: 0 20px;
  }
  header .head_inner .head_gnav_btn {
    top: 0;
    left: 0;
    height: 43px;
    cursor: pointer;
  }
  header .head_inner .head_search_btn {
    position: absolute;
    top: 9px;
    left: 60px;
    width: 23px;
    height: 23px;
    background: url(/assets/images/common/icon_search_blk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header .head_inner .head_infoarea {
    display: flex;
    align-items: center;
    height: 43px;
    background-color: #fff;
  }
  header .head_inner .head_infoarea .head_logo h1 {
    text-align: center;
  }
  header .head_inner .head_infoarea .head_logo h1 a {
    display: inline-block;
  }
  header .head_inner .head_infoarea .head_logo h1 a img {
    width: 127px;
  }
  header .head_inner .head_infoarea .head_logo h1 a img.head_logo_bit {
    height: 22px;
  }
  header .head_inner .head_infoarea .head_logo h1 a img.head_logo_fj {
    height: 24px;
  }
  header .head_inner .head_infoarea .head_logo h1 a img.head_logo_st {
    height: 19px;
  }
  header .head_inner .head_ctl {
    display: flex;
    position: absolute;
    right: 10px;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }
  header .head_inner .head_ctl > div {
    padding: 0 5px;
  }
  header .head_inner .head_ctl .head_psh > a {
    display: block;
  }
  header .head_inner .head_ctl .head_psh .icon_psh {
    z-index: 2;
    width: 20px;
    height: 22px;
    background-position: center;
  }
  header .head_inner .head_ctl .head_psh .psh_bd .usrico img,
header .head_inner .head_ctl .head_psh .psh_bd .usrico-small img {
    width: auto;
  }
  header .head_inner .head_ctl .head_psh .usrico.is-m_prm:before {
    color: #fff;
    font-size: 14.66667px;
    font-size: 1.46667rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
  }
  header .head_inner .head_ctl .head_psh .icon_usr-inner {
    width: 50px;
    height: 50px;
  }
  header .head_inner .head_ctl .head_psh .icon_usr-inner img {
    z-index: 1;
    width: 44px;
    height: 44px;
  }
  header .head_inner .head_ctl .head_psh .icon_usr > label {
    color: #281915;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
  }
  header .head_inner .head_ctl .head_usr_sp .icon_usr-inner img {
    width: 30px;
    height: 30px;
  }
  header .head_inner .head_ctl .icon_usr > label {
    color: #281915;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
  }
  header .head_inner .head_ctl .icon_usr label {
    padding-left: 10px;
  }
  header .head_inner .head_ctl .icon_usr .is-m_prm:before,
header .head_inner .head_ctl .icon_usr .is-m_right:before {
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
  }
  header .head_inner .head_ctl .head_login_btn a {
    width: 68px;
    font-weight: 500;
  }
  header .head_inner .head_search_sp_bd {
    display: none;
    z-index: 100;
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    height: 92px;
    background-color: #333;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  header .head_inner .head_search_sp_bd .keyword_search_wrapper {
    display: flex;
    padding: 23px;
  }
  header .head_inner .head_search_sp_bd .keyword_search_wrapper .keyword_search {
    width: 300px;
    height: 42px;
    border: 1px solid #000;
    border-radius: 28px;
    background-color: #fff;
  }
  header .head_inner .head_search_sp_bd .keyword_search_wrapper .keyword_search .input-text {
    width: 90%;
    height: 100%;
    padding: 7px 0;
    transform: scale(0.875);
    border-radius: 28px;
    font-size: 16px;
    text-align: unset;
    vertical-align: middle;
  }
  header .head_inner .head_search_sp_bd .keyword_search_wrapper .keyword_search .input-text:placeholder-shown, header .head_inner .head_search_sp_bd .keyword_search_wrapper .keyword_search .input-text::-webkit-input-placeholder, header .head_inner .head_search_sp_bd .keyword_search_wrapper .keyword_search .input-text:-moz-placeholder, header .head_inner .head_search_sp_bd .keyword_search_wrapper .keyword_search .input-text::-moz-placeholder {
    color: #a4a4a4;
  }
  header .head_inner .head_search_sp_bd .keyword_search_wrapper .keyword_search .input-text.is-invisible {
    padding: 7px 0 6px 1px;
  }
  header .head_inner .head_search_sp_bd .keyword_search_wrapper .keyword_search .input-text.is-invisible ~ .input-submit {
    display: none;
    background: none;
  }
  header .head_inner .head_search_sp_bd .keyword_search_wrapper .keyword_search .input-submit {
    top: 9px;
    right: 15px;
    width: 21px;
    height: 21px;
  }
  header .head_inner .head_search_sp_bd .keyword_search_wrapper .keyword_search .input-submit.is-focus {
    background: url("/assets/images/common/icon_search_right_blue.png") center no-repeat;
    background-size: contain;
  }
  header .head_inner .head_search_sp_bd .keyword_search_wrapper .close {
    position: relative;
    height: 42px;
    margin-left: 27px;
  }
  header .head_inner .head_search_sp_bd .keyword_search_wrapper .close button {
    height: 30px;
    padding: 15px 0;
    vertical-align: middle;
  }
  header .head_inner .head_search_sp_bd .keyword_search_wrapper .close button:before, header .head_inner .head_search_sp_bd .keyword_search_wrapper .close button:after {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    content: "";
  }
  header .head_inner .head_search_sp_bd .keyword_search_wrapper .close button:before {
    transform: rotate(45deg);
  }
  header .head_inner .head_search_sp_bd .keyword_search_wrapper .close button:after {
    transform: rotate(-45deg);
  }
  header .head_inner .head_search_sp_bd .keyword_search_wrapper .close .close_text {
    margin-left: -5px;
    transform: scale(0.8);
    color: #fff;
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
  }
  header .head_inner .head_usr_sp_bd {
    display: none;
    z-index: 100;
    position: absolute;
    top: 39px;
    width: 100%;
    padding: 10px 20px 30px 20px;
    background-color: #fff;
    box-shadow: -2px 4px 8px 2px rgba(0, 0, 0, 0.5);
  }
  header .head_inner .head_usr_sp_bd_info {
    display: flex;
    flex-direction: row;
    margin-top: 4px;
  }
  header .head_inner .head_usr_sp_bd_info_img.icon_usr-inner {
    width: 55px;
    height: 55px;
  }
  header .head_inner .head_usr_sp_bd_info_img.icon_usr-inner img {
    position: static;
    width: 55px;
    height: 55px;
  }
  header .head_inner .head_usr_sp_bd_info_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 14px;
  }
  header .head_inner .head_usr_sp_bd_info_txt .company {
    padding-top: 8px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 14px;
  }
  header .head_inner .head_usr_sp_bd_info_txt .name {
    padding-top: 8px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 16px;
  }
  header .head_inner .head_usr_sp_bd_list {
    display: flex;
    flex-direction: column;
    padding-top: 18px;
  }
  header .head_inner .head_usr_sp_bd_list .js-hint-maintenance {
    color: #9b9b9b;
  }
  header .head_inner .head_usr_sp_bd_list li {
    width: 100%;
  }
  header .head_inner .head_usr_sp_bd_list li:not(:last-child) {
    margin-bottom: 12px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
  }
  header .head_inner .head_usr_sp_bd_list li button,
header .head_inner .head_usr_sp_bd_list li a {
    display: block;
    width: 100%;
    padding: 10px;
    color: #1b72e6;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.43px;
    line-height: 12px;
    text-align: center;
  }
  header .head_inner .head_usr_sp_bd_list li.disabled-link {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  header .head_inner .head_usr_sp_bd_list li.disabled-link .link-txt {
    margin-right: 6px;
    color: #aeaeae;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.43px;
    line-height: 12px;
    text-align: center;
  }
  header .head_inner .head_usr_sp_bd_list li.disabled-link .only-premium-icon {
    -webkit-mask-image: url(/assets/images/common/icon_limited.png);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    background-color: #aeaeae;
    mask-image: url(/assets/images/common/icon_limited.png);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
  }
  header .head_inner .head_usr_sp_bd_list li.disabled-link .only-premium-txt {
    color: #aeaeae;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.42px;
    line-height: 10px;
  }
  header .head_wrapper.head_menu nav {
    font-size: 13px;
  }
  header .head_wrapper.head_menu nav ul {
    scrollbar-width: none;
    width: 100%;
    margin: unset;
    padding: 5px 15px 5px 5px;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
  }
  header .head_wrapper.head_menu nav ul::-webkit-scrollbar {
    display: none;
  }
  header .head_wrapper.head_menu nav ul li {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5px 14px;
    list-style: none;
  }
  header .head_wrapper.head_menu nav .arrow {
    position: absolute;
    top: 0;
    width: 8%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
  }
  header .head_wrapper.head_menu nav .arrow:before {
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 4px solid gray;
    border-left: 4px solid gray;
    content: "";
  }
  header .head_wrapper.head_menu nav .arrow.hide {
    display: none;
  }
  header .head_wrapper.head_menu nav .left {
    left: 0px;
  }
  header .head_wrapper.head_menu nav .left:before {
    top: calc(50% - 10px);
    left: calc(50% - 4px);
    transform: rotate(45deg);
  }
  header .head_wrapper.head_menu nav .right {
    right: 0;
  }
  header .head_wrapper.head_menu nav .right:before {
    top: calc(50% - 10px);
    right: calc(50% - 6px);
    transform: rotate(-135deg);
  }

  #wrapper.special header .head_menubtn,
#wrapper.special header .head_navarea {
    display: none;
  }
  #wrapper.state_notice_exists header .head_drawer {
    top: 89px;
    height: 0;
  }
  #wrapper.state_notice_exists header .head_drawer.state_open {
    height: calc(100% - 89px);
  }
  #wrapper.state_notice_show header .head_notice.notice_open .head_notice_ttl_trigger {
    background: url("/assets/images/common/arrow_up_blu_02.png") right center no-repeat;
    background-size: 20px auto;
  }
  #wrapper.state_notice_show header .head_notice.notice_open .head_notice_cont {
    display: flex;
    flex-grow: 2;
    justify-content: space-between;
    height: 56px;
  }
  #wrapper.state_notice_show header .head_notice.notice_open .head_notice_cont .head_notice_close {
    margin: 0 3px 0 9px;
  }
  #wrapper.state_notice_show header .head_notice.notice_open .head_notice_cont .head_notice_close:before, #wrapper.state_notice_show header .head_notice.notice_open .head_notice_cont .head_notice_close:after {
    display: block;
    position: relative;
    width: 16px;
    height: 2px;
    margin-top: -2px;
    background-color: #000;
    content: "";
  }
  #wrapper.state_notice_show header .head_notice.notice_open .head_notice_cont .head_notice_close:before {
    transform: rotate(45deg);
  }
  #wrapper.state_notice_show header .head_notice.notice_open .head_notice_cont .head_notice_close:after {
    transform: rotate(-45deg);
  }
  #wrapper.state_notice_show header .head_notice.notice_open .head_drawer {
    top: 145px;
    height: 0;
  }
  #wrapper.state_notice_show header .head_notice.notice_open .head_drawer.state_open {
    height: calc(100% - 145px);
  }
  #wrapper.is-f_sp_draw_open header button.sp_drw_btn {
    background-color: #ececec;
  }
  #wrapper a[name^=head] {
    display: block;
    position: relative;
    top: -85px;
    vertical-align: top;
  }
  #wrapper.special a[name^=head] {
    display: block;
    position: relative;
    top: -45px;
    vertical-align: top;
  }
  #wrapper.special.state_notice_exists a[name^=head] {
    display: block;
    position: relative;
    top: -89px;
    vertical-align: top;
  }
  #wrapper.special.state_notice_exists.state_notice_show a[name^=head] {
    display: block;
    position: relative;
    top: -145px;
    vertical-align: top;
  }
  #wrapper.state_notice_exists a[name^=head] {
    display: block;
    position: relative;
    top: -129px;
    vertical-align: top;
  }
  #wrapper.state_notice_exists.state_notice_show a[name^=head] {
    display: block;
    position: relative;
    top: -185px;
    vertical-align: top;
  }

  .head-preview {
    background: #333333;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }

  .head-preview_title {
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 64px;
  }

  .head-preview_infoarea {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
  }

  #wrapper.is-gnav_close .head_gnav_btn span:nth-of-type(1) {
    top: 11px;
    left: 12px;
  }
  #wrapper.is-gnav_close .head_gnav_btn span:nth-of-type(2) {
    top: 18px;
    left: 12px;
    opacity: 1;
  }
  #wrapper.is-gnav_close .head_gnav_btn span:nth-of-type(3) {
    top: 25px;
    left: 12px;
  }
  #wrapper.is-gnav_open .head_gnav_btn {
    background-color: #ececec;
  }
  #wrapper.is-gnav_open .head_gnav_btn span:nth-of-type(1) {
    top: 18px;
    left: 12px;
    transform: rotate(45deg);
  }
  #wrapper.is-gnav_open .head_gnav_btn span:nth-of-type(2) {
    top: 18px;
    left: 12px;
    opacity: 0;
  }
  #wrapper.is-gnav_open .head_gnav_btn span:nth-of-type(3) {
    top: 18px;
    left: 12px;
    transform: rotate(-45deg);
  }

  .head_gnav {
    z-index: 3;
    top: -100px;
    padding: 30px 24px 30px 24px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    pointer-events: all;
  }

  .head_gnav__subheading {
    font-size: 15px;
  }

  .head_gnav__media__list {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .head_gnav__media__list-item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .head_gnav__media__list-item--sp-full {
    width: 100%;
    margin-right: 0;
    padding-right: calc(50% + 10px);
  }
  .head_gnav__media__list-item--sp-last {
    margin-right: 0;
  }

  .head_gnav__media__btn {
    width: 100%;
  }
  .head_gnav__media__btn [data-logo=bit] {
    width: 92.3635px;
    height: 16px;
  }
  .head_gnav__media__btn [data-logo=fj] {
    width: 88.7243px;
    height: 20px;
  }
  .head_gnav__media__btn [data-logo=st] {
    width: 92.993px;
    height: 14px;
  }

  .head_gnav__genre {
    width: 100%;
    margin-bottom: 30px;
  }

  .head_gnav__genre__list-item:first-child {
    margin-top: 10px;
  }
  .head_gnav__genre__list-item:first-child .head_gnav__genre__item {
    border-top: 1px solid #f57530;
  }

  .head_gnav__genre__item {
    width: 100%;
    border-bottom: none;
  }

  .head_gnav__genre__link {
    display: block;
    padding: 10px 0 0 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
  }

  .head_gnav__genreTag {
    width: 100%;
    border-top: none;
  }

  .head_gnav__genreTag__list-item {
    min-height: 20px;
  }

  .head_gnav__genreTag__link {
    display: block;
    padding: 10px 0 10px 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
  }

  .head_gnav__contents {
    width: 100%;
  }

  .head_gnav__contents__list-item {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 23px;
  }

  .head_gnav_gbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .head_gnav_gbtn.ham_login {
    background: #2e7de8;
  }
  .head_gnav_gbtn.ham_register {
    background: #f35f18;
  }

  .head_gnav_gbtn__wrap {
    margin-bottom: 25px;
  }
  .head_gnav_gbtn__wrap .head_gnav__media__list {
    margin-top: 0;
  }
  .head_gnav_gbtn__wrap .head_gnav__media__list-item {
    margin-bottom: 0;
  }

  /* 検索などにフォーカスあたったときのアニメーション */
  .input-text ~ .underbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
  }
  .input-text ~ .underbar:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #2470ff;
    content: "";
    transition: 0.4s;
  }
  .input-text ~ .underbar:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    left: auto;
    width: 0;
    height: 100%;
    background-color: #2470ff;
    content: "";
    transition: 0.4s;
  }
  .input-text:focus ~ .underbar:before, .input-text:focus ~ .underbar:after {
    width: 50%;
    transition: 0.4s;
  }

  input[type=submit], input[type=button] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
  }
  input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]::focus, input[type=button]::focus {
    outline-offset: -2px;
  }

  #wrapper.is-open-head-alert .head_gnav {
    top: 87px;
  }
  #wrapper.is-open-head-alert.state_notice_show .head_gnav {
    top: 143px;
  }

  @keyframes fadeIn {
    from {
      transform: translateY(50px) scale(0);
    }
    50% {
      transform: translateY(-3px) scale(1.1);
    }
    to {
      transform: translateY(0) scale(1);
    }
  }
  footer {
    padding: 30px 25px;
    border-top: 1px solid #f0f0f0;
  }

  .foot_title {
    padding-bottom: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
  }

  .footer_logo .logo-btn {
    width: 28%;
    margin: 10px 0;
  }
  .footer_logo .logo-btn img {
    width: 99px;
  }
  .footer_logo .bit .logo-btn img {
    height: 17px;
  }
  .footer_logo .fj .logo-btn img {
    height: 22px;
  }
  .footer_logo .st .logo-btn img {
    height: 15px;
  }

  .foot_wrap {
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
  }
  .foot_wrap h3 {
    margin: 3rem 0 10px 0;
    border: none;
    font-size: 1.5rem;
  }

  .foot_box {
    width: 100%;
    margin-top: 3rem;
    border-top: 1px #000 solid;
  }
  .foot_box ul li {
    margin: 0 0 10px 0;
  }
  .foot_box ul li a {
    display: block;
    padding: 5px 0;
  }
  .foot_box ul.column2 {
    column-count: 2;
  }
  .foot_box ul.column2 li {
    box-sizing: border-box;
    width: 100%;
  }

  .foot_inner {
    margin-top: 3em;
    padding-top: 3em;
    line-height: 1.1em;
  }
  .foot_inner--short {
    margin-top: unset;
    padding-top: unset;
  }
  .foot_inner p {
    line-height: 17px;
  }
  #wrapper.special #contents {
    padding-top: 45px;
  }
  #wrapper.state_notice_exists #contents {
    padding-top: 129px;
  }
  #wrapper.state_notice_exists.special #contents {
    padding-top: 89px;
  }
  #wrapper.state_notice_show #contents {
    padding-top: 185px;
  }
  #wrapper.state_notice_show.special #contents {
    padding-top: 145px;
  }
  #wrapper.reg_smn #contents {
    padding-top: 0;
  }
  #wrapper #contents {
    padding-top: 43px;
    transition: padding-top 0.4s ease;
  }
  #wrapper.is-open-head-alert #contents {
    padding-top: 87px;
  }
  #wrapper.is-open-head-alert.state_notice_show #contents {
    padding-top: 143px;
  }

  #fixedbaner {
    z-index: 2;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #fixedbaner.state_close {
    opacity: 0;
  }
  #fixedbaner .fixedbaner_inner {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px 8px 15px;
  }
  #fixedbaner .fixedbaner_text {
    padding-right: 10px;
    color: #e36200;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 16px;
  }
  #fixedbaner .fixedbaner_btnarea {
    -ms-flex: 0 0 125px;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 125px;
  }
  #fixedbaner .fixedbaner_btn {
    display: inline-block;
    min-width: 125px;
    padding: 5px 10px;
    border: 1px solid #f56a00;
    border-radius: 3px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.58px;
    line-height: 1.14;
    text-align: center;
  }
  #fixedbaner .fixedbaner_btn.is_merit {
    margin-right: 8px;
    background-color: #fff;
    color: #f56a00;
  }
  #fixedbaner .fixedbaner_btn.is_register {
    background-color: #f56a00;
    color: #fff;
  }
  #fixedbaner .fixedbaner_close {
    -ms-flex: 0 0 70px;
    display: inline-block;
    flex: 0 0 70px;
    min-width: 70px;
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid #53768c;
    border-radius: 3px;
    background-color: #fff;
    color: #53768c;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.58px;
    line-height: 30px;
    text-align: center;
  }

  /* イベントセミナーコンテンツ間の区切り線 */
  .co-event_seminar-content-between-line,
.co-content_sub-between-line {
    display: none;
  }

  /* サブコンテンツ間の区切り線 */
  /* 記事カード一覧バナー */
  .co-article_banner {
    padding: 37px 20px 0;
    background-color: #fff;
  }
  .co-article_banner a {
    display: block;
  }

  /* イベントセミナー バナー */
  .co-event_seminar_banner,
.co-business_genres_banner {
    padding: 30px 20px 5px;
    background-color: #fff;
  }
  .co-event_seminar_banner a,
.co-business_genres_banner a {
    display: block;
  }

  /* イベントセミナー バナー */
  /* ---------- 記事 start ---------- */
  /* ヘッダ */
  .co-article_header {
    padding: 20px 0 12px;
    background-color: #fff;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-align: center;
  }

  /* カード一覧 */
  .co-article_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
    background-color: #fff;
  }

  /* カード */
  .co-article_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: calc(100% - 41px);
    margin: 0 23px 0 18px;
    padding: 12px 0 0 0;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
    background-color: #fff;
  }
  .co-article_card:nth-last-of-type(2) {
    border-bottom: none;
  }

  .co-article_card__inner--link {
    width: 100%;
    text-decoration: none;
  }

  .co-article_card__inner__contents {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    padding-bottom: 2px;
    overflow: auto;
  }

  .co-article_card__contents--img {
    width: 100%;
    padding-top: 56.25%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-article_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-article_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }

  .co-article_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 61%;
    margin-bottom: 8px;
    margin-left: 15px;
    float: right;
  }

  .co-article_card__contents--event {
    display: none;
  }

  .co-article_card__contents--title {
    word-wrap: break-word;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-article_card__contents--subtitle {
    word-wrap: break-word;
    display: none;
    margin-top: 3px;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
  }

  .co-article_card__contents--date {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-article_card__contents--date.is-open {
    display: block;
  }

  .co-article_card__remarks {
    width: 100%;
    margin: 3px 0 10px 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-article_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 0;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-article_card__remarks--category {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 16px;
    text-align: center;
  }

  /* もっとみる */
  .co-article_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
  }

  .co-article_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-article_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #f0f0f0;
  }

  .co-article_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 25px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- 記事 end ---------- */
  /* ---------- スペシャルコンテンツ start ---------- */
  /* ヘッダ */
  .co-special_header {
    padding: 20px 0 12px;
    background-color: #fff;
    background-color: #f0f0f0;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-align: center;
  }

  /* カード一覧 */
  .co-special_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
    border-bottom: none;
    background-color: #fff;
    background-color: #f0f0f0;
  }

  /* カード */
  .co-special_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: calc(100% - 41px);
    margin: 0 23px 0 18px;
    padding: 12px 0 0 0;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
    background-color: #fff;
    background-color: #f0f0f0;
  }
  .co-special_card:nth-last-of-type(2) {
    border-bottom: none;
  }

  .co-special_card__inner--link {
    width: 100%;
    text-decoration: none;
  }

  .co-special_card__inner__contents {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    padding-bottom: 2px;
    overflow: auto;
  }

  .co-special_card__contents--img {
    width: 100%;
    padding-top: 56.25%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-special_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-special_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }

  .co-special_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 61%;
    margin-bottom: 8px;
    margin-left: 15px;
    float: right;
  }

  .co-special_card__contents--event {
    display: none;
  }

  .co-special_card__contents--title {
    word-wrap: break-word;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-special_card__contents--subtitle {
    word-wrap: break-word;
    display: none;
    margin-top: 3px;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
  }

  .co-special_card__contents--date {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-special_card__contents--date.is-open {
    display: block;
  }

  .co-special_card__remarks {
    width: 100%;
    margin: 3px 0 10px 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-special_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 0;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-special_card__remarks--category {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 16px;
    text-align: center;
  }

  /* もっとみる */
  .co-special_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #fff;
    /* スペシャルは背景色が異なる */
    background-color: #f0f0f0;
    text-align: center;
  }

  .co-special_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-special_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #f0f0f0;
  }

  .co-special_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 25px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  .co-special_morecheck--text {
    background-color: #fff;
  }

  /* ---------- スペシャルコンテンツ end ---------- */
  /* ---------- イベントセミナー start ---------- */
  /* ヘッダ */
  .co-event_seminar_header {
    padding: 20px 0 12px;
    background-color: #fff;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-align: center;
  }

  /* カード一覧 */
  .co-event_seminar_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
    background-color: #fff;
  }

  /* カード */
  .co-event_seminar_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: calc(100% - 41px);
    margin: 0 23px 0 18px;
    padding: 12px 0 0 0;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
    background-color: #fff;
  }
  .co-event_seminar_card:nth-last-of-type(2) {
    border-bottom: none;
  }

  .co-event_seminar_card__inner--link {
    width: 100%;
    text-decoration: none;
  }

  .co-event_seminar_card__inner__contents {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    padding-bottom: 2px;
    overflow: auto;
  }

  .co-event_seminar_card__contents--img {
    width: 100%;
    padding-top: 56.25%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-event_seminar_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-event_seminar_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }

  .co-event_seminar_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 61%;
    margin-bottom: 8px;
    margin-left: 15px;
    float: right;
  }

  .co-event_seminar_card__contents--event {
    display: none;
  }

  .co-event_seminar_card__contents--title {
    word-wrap: break-word;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-event_seminar_card__contents--subtitle {
    word-wrap: break-word;
    display: none;
    margin-top: 3px;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
  }

  .co-event_seminar_card__contents--date {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-event_seminar_card__contents--date.is-open {
    display: block;
  }

  .co-event_seminar_card__remarks {
    width: 100%;
    margin: 3px 0 10px 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-event_seminar_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 0;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-event_seminar_card__remarks--category {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 16px;
    text-align: center;
  }

  .co-event_seminar_card__contents--img {
    background-color: #ccc;
    background-size: auto 100%;
  }

  .co-event_seminar_card__contents--event {
    display: block;
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    background-color: rgba(168, 175, 183, 0.16);
  }

  .co-event_seminar_card__contents--eventplace {
    margin-left: 8px;
    float: left;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 30px;
  }

  .co-event_seminar_card__contents--eventdate {
    margin-left: 8px;
    float: left;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 30px;
  }

  .co-event_seminar_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-event_seminar_card__contents--event.is-online span:nth-of-type(1) {
    color: #f4611b;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 30px;
  }

  .co-event_seminar_card__remarks.is-event {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(245, 98, 29, 0.8);
  }

  /* もっとみる */
  .co-event_seminar_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
  }

  .co-event_seminar_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-event_seminar_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #f0f0f0;
  }

  .co-event_seminar_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 25px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- イベントセミナー end ---------- */
  /* ---------- ビジネスジャンル start ---------- */
  /* ヘッダ */
  .co-business_genres_header {
    padding: 20px 0 12px;
    background-color: #fff;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-align: center;
  }

  /* カード一覧 */
  .co-business_genres_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
    background-color: #fff;
  }

  /* カード */
  .co-business_genres_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: calc(100% - 41px);
    margin: 0 23px 0 18px;
    padding: 12px 0 0 0;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
    background-color: #fff;
  }
  .co-business_genres_card:nth-last-of-type(2) {
    border-bottom: none;
  }

  .co-business_genres_card__inner--link {
    width: 100%;
    text-decoration: none;
  }

  .co-business_genres_card__inner__contents {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    padding-bottom: 2px;
    overflow: auto;
  }

  .co-business_genres_card__contents--img {
    width: 100%;
    padding-top: 56.25%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-business_genres_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-business_genres_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }

  .co-business_genres_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 61%;
    margin-bottom: 8px;
    margin-left: 15px;
    float: right;
  }

  .co-business_genres_card__contents--event {
    display: none;
  }

  .co-business_genres_card__contents--title {
    word-wrap: break-word;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-business_genres_card__contents--subtitle {
    word-wrap: break-word;
    display: none;
    margin-top: 3px;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
  }

  .co-business_genres_card__contents--date {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-business_genres_card__contents--date.is-open {
    display: block;
  }

  .co-business_genres_card__remarks {
    width: 100%;
    margin: 3px 0 10px 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-business_genres_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 0;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-business_genres_card__remarks--category {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 16px;
    text-align: center;
  }

  /* もっとみる */
  .co-business_genres_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
  }

  .co-business_genres_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-business_genres_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #f0f0f0;
  }

  .co-business_genres_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 25px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- ビジネスジャンル end ---------- */
  /* ---------- ITジャンル start ---------- */
  /* ヘッダ */
  .co-it_genres_header {
    padding: 20px 0 12px;
    background-color: #fff;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-align: center;
  }

  /* カード一覧 */
  .co-it_genres_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
    background-color: #fff;
  }

  /* カード */
  .co-it_genres_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: calc(100% - 41px);
    margin: 0 23px 0 18px;
    padding: 12px 0 0 0;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
    background-color: #fff;
  }
  .co-it_genres_card:nth-last-of-type(2) {
    border-bottom: none;
  }

  .co-it_genres_card__inner--link {
    width: 100%;
    text-decoration: none;
  }

  .co-it_genres_card__inner__contents {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    padding-bottom: 2px;
    overflow: auto;
  }

  .co-it_genres_card__contents--img {
    width: 100%;
    padding-top: 56.25%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-it_genres_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-it_genres_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }

  .co-it_genres_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 61%;
    margin-bottom: 8px;
    margin-left: 15px;
    float: right;
  }

  .co-it_genres_card__contents--event {
    display: none;
  }

  .co-it_genres_card__contents--title {
    word-wrap: break-word;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-it_genres_card__contents--subtitle {
    word-wrap: break-word;
    display: none;
    margin-top: 3px;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
  }

  .co-it_genres_card__contents--date {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-it_genres_card__contents--date.is-open {
    display: block;
  }

  .co-it_genres_card__remarks {
    width: 100%;
    margin: 3px 0 10px 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-it_genres_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 0;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-it_genres_card__remarks--category {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 16px;
    text-align: center;
  }

  /* もっとみる */
  .co-it_genres_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
  }

  .co-it_genres_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-it_genres_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #f0f0f0;
  }

  .co-it_genres_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 25px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- ITジャンル end ---------- */
  /* ---------- ホワイトペーパー start ---------- */
  /* ヘッダ */
  .co-white_paper_header {
    padding: 20px 0 12px;
    background-color: #fff;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-align: center;
  }

  /* カード一覧 */
  .co-white_paper_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
    background-color: #fff;
  }

  /* カード */
  .co-white_paper_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: calc(100% - 41px);
    margin: 0 23px 0 18px;
    padding: 12px 0 0 0;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
    background-color: #fff;
    /* ホワイトペーパーの画像だけ上付けにする */
  }
  .co-white_paper_card:nth-last-of-type(2) {
    border-bottom: none;
  }

  .co-white_paper_card__inner--link {
    width: 100%;
    text-decoration: none;
  }

  .co-white_paper_card__inner__contents {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    padding-bottom: 2px;
    overflow: auto;
  }

  .co-white_paper_card__contents--img {
    width: 100%;
    padding-top: 56.25%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-white_paper_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-white_paper_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }

  .co-white_paper_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 61%;
    margin-bottom: 8px;
    margin-left: 15px;
    float: right;
  }

  .co-white_paper_card__contents--event {
    display: none;
  }

  .co-white_paper_card__contents--title {
    word-wrap: break-word;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-white_paper_card__contents--subtitle {
    word-wrap: break-word;
    display: none;
    margin-top: 3px;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
  }

  .co-white_paper_card__contents--date {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-white_paper_card__contents--date.is-open {
    display: block;
  }

  .co-white_paper_card__remarks {
    width: 100%;
    margin: 3px 0 10px 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-white_paper_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 0;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-white_paper_card__remarks--category {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 16px;
    text-align: center;
  }

  .co-white_paper_card__contents--img {
    background-position: top;
  }

  /* もっとみる */
  .co-white_paper_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
  }

  .co-white_paper_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-white_paper_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #f0f0f0;
  }

  .co-white_paper_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 25px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- ホワイトペーパー end ---------- */
  /* ---------- 動画 start ---------- */
  /* ヘッダ */
  .co-movie_header {
    padding: 20px 0 12px;
    background-color: #fff;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-align: center;
  }

  /* カード一覧 */
  .co-movie_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
    background-color: #fff;
  }

  /* カード */
  .co-movie_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: calc(100% - 41px);
    margin: 0 23px 0 18px;
    padding: 12px 0 0 0;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
    background-color: #fff;
    /* 再生アイコン表示位置 */
  }
  .co-movie_card:nth-last-of-type(2) {
    border-bottom: none;
  }

  .co-movie_card__inner--link {
    width: 100%;
    text-decoration: none;
  }

  .co-movie_card__inner__contents {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    padding-bottom: 2px;
    overflow: auto;
  }

  .co-movie_card__contents--img {
    width: 100%;
    padding-top: 56.25%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-movie_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-movie_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }

  .co-movie_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 61%;
    margin-bottom: 8px;
    margin-left: 15px;
    float: right;
  }

  .co-movie_card__contents--event {
    display: none;
  }

  .co-movie_card__contents--title {
    word-wrap: break-word;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-movie_card__contents--subtitle {
    word-wrap: break-word;
    display: none;
    margin-top: 3px;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
  }

  .co-movie_card__contents--date {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-movie_card__contents--date.is-open {
    display: block;
  }

  .co-movie_card__remarks {
    width: 100%;
    margin: 3px 0 10px 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-movie_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 0;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-movie_card__remarks--category {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 16px;
    text-align: center;
  }

  .co-movie_card__contents--img {
    position: relative;
  }

  .co-movie_card__contents--movie {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  /* もっとみる */
  .co-movie_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
  }

  .co-movie_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-movie_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #f0f0f0;
  }

  .co-movie_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 25px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- 動画 end ---------- */
  /* ---------- サブ記事(横4つ) start ---------- */
  /* ヘッダ */
  .co-sub_article_header {
    padding: 20px 0 12px;
    background-color: #fff;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-align: center;
  }

  /* カード一覧 */
  .co-sub_article_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
    background-color: #fff;
  }

  /* カード */
  .co-sub_article_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: calc(100% - 41px);
    margin: 0 23px 0 18px;
    padding: 12px 0 0 0;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
    background-color: #fff;
  }
  .co-sub_article_card:nth-last-of-type(2) {
    border-bottom: none;
  }

  .co-sub_article_card__inner--link {
    width: 100%;
    text-decoration: none;
  }

  .co-sub_article_card__inner__contents {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    padding-bottom: 2px;
    overflow: auto;
  }

  .co-sub_article_card__contents--img {
    width: 100%;
    padding-top: 56.25%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-sub_article_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-sub_article_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 8px;
  }

  .co-sub_article_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 61%;
    margin-bottom: 8px;
    margin-left: 15px;
    float: right;
  }

  .co-sub_article_card__contents--event {
    display: none;
  }

  .co-sub_article_card__contents--title {
    word-wrap: break-word;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-sub_article_card__contents--subtitle {
    word-wrap: break-word;
    display: none;
    margin-top: 3px;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
  }

  .co-sub_article_card__contents--date {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-sub_article_card__contents--date.is-open {
    display: block;
  }

  .co-sub_article_card__remarks {
    width: 100%;
    margin: 3px 0 10px 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-sub_article_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 0;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-sub_article_card__remarks--category {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 16px;
    text-align: center;
  }

  /* もっとみる */
  .co-sub_article_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
  }

  .co-sub_article_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-sub_article_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #f0f0f0;
  }

  .co-sub_article_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 25px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- サブ記事(横4つ) end ---------- */
  /* ---------- ビジネス+IT特集 記事 start ---------- */
  /* ヘッダ */
  .co-business_feature_header {
    padding: 20px 0 12px;
    background-color: #fff;
    color: #748393;
    color: #748393;
    font-size: 24px;
    font-size: 2.4rem;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    font-weight: normal;
    letter-spacing: 0.2px;
    letter-spacing: 0.2px;
    line-height: 28.8px;
    line-height: 24px;
    text-align: center;
  }

  /* カード一覧 */
  .co-business_features_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
    background-color: #fff;
  }

  /* カード */
  .co-business_feature_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: 100%;
    padding: 12px 23px 0 18px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
    background-color: #fff;
  }
  .co-business_feature_card:last-of-type {
    border-bottom: none;
  }

  .co-business_feature_card__inner--link {
    display: block;
    width: 100%;
    text-decoration: none;
  }

  .co-business_feature_card__inner__contents {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    padding-bottom: 2px;
    overflow: auto;
  }

  .co-business_feature_card__contents--img {
    width: 100%;
    padding-top: 56.25%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .co-business_feature_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 5px;
  }

  .co-business_feature_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 61%;
    margin-bottom: 5px;
    margin-left: 15px;
    float: right;
  }

  .co-business_feature_card__contents--event {
    display: none;
  }

  .co-business_feature_card__contents--title {
    word-wrap: break-word;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-business_feature_card__contents--subtitle {
    word-wrap: break-word;
    display: none;
    margin-top: 3px;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
  }

  .co-business_feature_card__contents--date {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-business_feature_card__contents--date.is-open {
    display: block;
  }

  .co-business_feature_card__remarks {
    width: 100%;
    margin: 3px 0 10px 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-business_feature_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 0;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-business_feature_card__remarks--category {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 16px;
    text-align: center;
  }

  /* もっとみる */
  .co-business_feature_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
  }

  .co-business_feature_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-business_feature_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #f0f0f0;
  }

  .co-business_feature_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 25px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- ビジネス+IT特集 記事 end ---------- */
  /* サイドコンテンツ */
  .side-top {
    padding: 20px 20px 15px;
    background-color: #f0f0f0;
  }

  .cnt_side--curation .side-top {
    background-color: #fff;
  }

  .side-top a {
    display: block;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    background-color: #53768c;
  }

  .side-top--text {
    position: relative;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 19px;
    line-height: 40px;
    text-align: center;
  }

  .side-top--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 16px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_white.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  .cnt_side--curation .separator {
    display: block;
  }

  .side-access {
    background-color: #fff;
  }

  .side-access__inner {
    padding: 0 20px 15px;
  }

  .side-access__inner--text {
    padding: 20px 0;
    color: #53768c;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 24px;
    text-align: center;
  }

  .side-access__list--item {
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .side-access__list--item.no-image {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .side-access__list--item.no-image .side-access__card--inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .side-access__list--item.no-image .side-access__card--title {
    width: 100%;
    padding-left: 15px;
  }
  .side-access__list--item.no-image .side-access__card--remarks {
    padding-left: 46px;
  }
  .side-access__list--item.no-image .side-access__card--imagevisual {
    -ms-flex-order: 2;
    order: 2;
    margin-top: -1.4rem;
  }
  .side-access__list--item.no-image .side-access__card--cardvisual {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
  }
  .side-access__list--item.no-image .side-access__card--cardvisual .side-access__card--remarks {
    padding: 0 0 14px 15px;
  }
  .side-access__list--item:first-child {
    margin-top: 0;
  }

  .side-access__morecheck {
    display: block;
    height: 44px;
    background-color: #f0f0f0;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 13px;
    line-height: 44px;
    text-align: center;
  }
  .side-access__morecheck > p {
    position: relative;
  }

  .side-access__morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 12px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  .side-access__morecheck {
    display: block;
    height: 44px;
    margin-top: 15px;
    background-color: #f0f0f0;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 13px;
    line-height: 44px;
    text-align: center;
  }
  .side-access__morecheck > p {
    position: relative;
  }

  .side-access__morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 12px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  .side-event {
    padding: 0 20px 36px;
    background-color: #f0f0f0;
  }

  .side-event__inner {
    padding: 15px 20px;
    background-color: #fff;
  }

  .side-event__inner--text {
    color: #53768c;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 27px;
    text-align: center;
  }

  .side-event__list--item {
    border-bottom: 1px solid #d8d8d8;
  }
  .side-event__list--item:last-child {
    border-bottom: none;
  }

  .side-event__morecheck {
    display: block;
    height: 44px;
    background-color: #f0f0f0;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 13px;
    line-height: 44px;
    text-align: center;
  }
  .side-event__morecheck > p {
    position: relative;
  }

  .side-event__morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 12px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  .side-article {
    background-color: #fff;
  }

  .side-article__inner {
    padding: 0 20px 10px;
  }

  .side-article__inner--text {
    padding: 19px 0 15px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.75px;
    line-height: 24px;
    text-align: center;
  }
  .side-article__inner--text span {
    display: block;
    padding: 2px 13px;
    background-color: rgba(83, 118, 140, 0.68);
  }

  .side-article__list--item {
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .side-article__list--item.no-image {
    margin-bottom: 15px;
  }
  .side-article__list--item.no-image .side-article__card--inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .side-article__list--item.no-image .side-article__card--title {
    width: 100%;
    padding-left: 44px;
  }
  .side-article__list--item.no-image .side-article__card--remarks {
    padding-left: 46px;
  }
  .side-article__list--item.no-image .side-article__card--imagevisual {
    -ms-flex-order: 2;
    order: 2;
    margin-top: -1.4rem;
  }
  .side-article__list--item.no-image .side-article__card--cardvisual {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
  }
  .side-article__list--item.no-image .side-article__card--cardvisual .side-article__card--remarks {
    padding-left: 39%;
  }
  .side-article__list--item.no-image .side-article__card--title {
    padding-left: 0;
  }
  .side-article__list--item:first-child {
    margin-top: 0;
  }
  .side-article__list--item:last-child {
    border-bottom: none;
  }

  .side-article__morecheck {
    display: block;
    height: 44px;
    background-color: #f0f0f0;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 13px;
    line-height: 44px;
    text-align: center;
  }
  .side-article__morecheck > p {
    position: relative;
  }

  .side-article__morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 12px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  .side-article__morecheck {
    display: block;
    height: 44px;
    margin-top: 15px;
    background-color: #f0f0f0;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 13px;
    line-height: 44px;
    text-align: center;
  }
  .side-article__morecheck > p {
    position: relative;
  }

  .side-article__morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 12px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* サイドコンテンツ */
  .side-event_seminar {
    background-color: #ecf2f6;
  }

  .side-event_seminar__inner {
    position: relative;
  }

  .side-event_seminar__inner--search {
    padding: 20px 20px 20px 20px;
    background-color: #fff;
  }
  .side-event_seminar__inner--search.is-open {
    background-color: #ecf2f6;
  }
  .side-event_seminar__inner--search.is-open .side-event_seminar__inner--title:after {
    display: inline-block;
    position: absolute;
    top: 38px;
    right: 8%;
    width: 20px;
    height: 12px;
    background: url("/assets/images/common/arrow_up_blu_03.png");
    background-repeat: no-repeat;
    background-size: 20px 12px;
    vertical-align: -1px;
    content: "";
  }

  .side-event_seminar__inner--title {
    padding: 10px 10px 10px 0;
    border: 1px solid #2470ff;
    border-radius: 3px;
    background-color: #fff;
    color: #2470ff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 27px;
    text-align: center;
  }
  .side-event_seminar__inner--title:after {
    display: inline-block;
    position: absolute;
    top: 38px;
    right: 8%;
    width: 20px;
    height: 12px;
    background: url("/assets/images/common/arrow_down_blu_03.png");
    background-repeat: no-repeat;
    background-size: 20px 12px;
    vertical-align: -1px;
    content: "";
  }

  .side-event_seminar__inner--keyword,
.side-event_seminar__inner--condition,
.side-event_seminar__inner--btn {
    padding-top: 17px;
  }

  .side-event_seminar__inner .icon-search_blue_blk {
    display: inline-block;
    /* 明るい青 検索アイコン sp:明るい青 */
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("/assets/images/common/icon_search_right_blue.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: -3px;
    content: "";
  }

  .side-event_seminar--block {
    display: none;
    padding: 0 12px 22px 10px;
  }

  .side-contact_ad {
    padding: 0 20px 35px;
    background-color: #f0f0f0;
    text-align: center;
  }
  .side-contact_ad a {
    display: block;
    width: 100%;
    height: 46px;
    margin: 0 auto;
    border-radius: 4px;
    background: #2e7de8;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    line-height: 46px;
  }
  .side-contact_ad a:after {
    display: inline-block;
    width: 9px;
    height: 15px;
    padding-left: 8px;
    background: url("/assets/images/common/arrow_right_white.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -2px;
    content: "";
    content: "";
  }

  .side-flw {
    display: none;
    margin-top: 22px;
    background-color: #fff;
  }

  .side-flw_ttl {
    padding: 19px 0;
    color: #53768c;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 24px;
    text-align: center;
  }

  .side-flw_list {
    padding: 0 20px 15px;
  }
  .side-flw_list li {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
  }
  .side-flw_list li:first-child {
    padding-top: 0;
  }
  .side-flw_list li:last-child {
    padding-bottom: 0;
  }
  .side-flw_list li a {
    width: 55%;
    padding-left: 14px;
    color: #2f2f2f;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  .side-flw_list li a:before {
    margin-right: 6px;
    margin-left: -14px;
    content: "#";
  }
  .side-flw_list li a:hover {
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-color: #53768c;
    text-decoration-color: #53768c;
    text-decoration-line: underline;
  }
  .side-flw_list li button {
    display: block;
    position: relative;
    width: 96px;
    height: 32px;
    margin-left: 6px;
    padding-left: 5px;
    padding-left: 24px;
    border: 1px solid #53768c;
    border-radius: 3px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
  }
  .side-flw_list li button span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 14px;
    height: 14px;
    margin: auto;
  }
  .side-flw_list li button span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .side-flw_list li button span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .side-flw_list li button label {
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
  }
  .side-flw_list li button label:hover {
    cursor: pointer;
  }
  .side-flw_list li button.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  .side-flw_list li button.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 5px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .side-flw_list li button.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .side-flw_list li button label {
    display: block;
    width: 100%;
    padding-left: 3px;
    text-align: left;
  }

  .side-flw_more {
    display: block;
    border-top: 1px solid #d8d8d8;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 46px;
    text-align: center;
  }
  .side-flw_more > p {
    position: relative;
  }

  /* キーワードで検索する */
  .keyword__inner {
    padding-top: 17px;
    text-align: center;
  }
  .keyword__inner input {
    width: 100%;
    padding: 0 10px;
    border: none;
    border-radius: unset;
    background-color: #ecf2f6;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 21px;
    text-align: center;
  }

  /* イベントセミナー絞り込み条件 */
  /* ジャンル */
  .genres--block {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
  }

  .genres--block--main {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 85%;
    height: 35px;
    padding: 5px 25px 5px 5px;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    border-radius: unset;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 29px;
  }

  .genres--block--main--wrap {
    position: relative;
    height: 35px;
    margin-bottom: 7px;
  }
  .genres--block--main--wrap:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 47%;
    right: calc(17% + 5px);
    width: 12px;
    height: 7px;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }
  .genres--block--main--wrap .icon-delete {
    position: absolute;
    top: 25%;
    right: 7px;
  }

  .genres--block--sub {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 85%;
    height: 35px;
    padding: 5px 25px 5px 5px;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    border-radius: unset;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 29px;
  }

  .genres--block--sub--wrap {
    position: relative;
    height: 35px;
  }
  .genres--block--sub--wrap:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 47%;
    right: calc(17% + 5px);
    width: 12px;
    height: 7px;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }

  .genres--block:not(:first-child) {
    padding-top: 10px;
  }
  .genres--block:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
  }

  .genres--btn .btn--text {
    display: block;
    padding: 16px 0 16px 12px;
    border-bottom: 1px solid #d8d8d8;
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 14px;
  }

  /* 地域 */
  .area--main {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
  }

  .area--title {
    margin-bottom: 8px;
    margin-left: 6px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 22px;
  }

  .area--select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 35px;
    padding: 5px 25px 5px 5px;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    border-radius: unset;
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 29px;
  }

  .area--select--wrap {
    position: relative;
  }
  .area--select--wrap:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 47%;
    right: 5px;
    width: 12px;
    height: 7px;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }

  /* 開催日時 */
  .date--main {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
  }

  .date--title {
    margin-bottom: 8px;
    margin-left: 6px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 22px;
  }

  .date--before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 35px;
    padding: 5px 25px 5px 5px;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    border-radius: unset;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 29px;
  }

  .date--before--block {
    display: -ms-flexbox;
    display: flex;
  }

  .date--before--wrap {
    position: relative;
    width: 30%;
  }
  .date--before--wrap:first-of-type {
    position: relative;
    width: 40%;
  }
  .date--before--wrap:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 47%;
    right: 5px;
    width: 12px;
    height: 7px;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }

  .date--after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 35px;
    padding: 5px 25px 5px 5px;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    border-radius: unset;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 29px;
  }

  .date--after--block {
    display: -ms-flexbox;
    display: flex;
  }

  .date--after--wrap {
    position: relative;
    width: 30%;
  }
  .date--after--wrap:first-of-type {
    position: relative;
    width: 40%;
  }
  .date--after--wrap:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 47%;
    right: 5px;
    width: 12px;
    height: 7px;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }

  .date--from-to {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 14px;
    text-align: center;
  }

  /* 種別 */
  .types--main {
    padding: 16px 4px 16px 4px;
  }

  .types--title {
    margin-bottom: 8px;
    margin-left: 6px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 22px;
  }

  .types--container {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .types--item {
    padding-bottom: 10px;
  }
  .types--item:nth-of-type(2n + 1) {
    width: 60%;
  }
  .types--item:nth-of-type(2n + 2) {
    width: 40%;
  }

  .types--check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    opacity: 0;
  }
  .types--check + label {
    display: inline-block;
    width: 25px;
    width: auto;
    height: 22px;
    padding-left: 25px;
    background: url("/assets/images/common/icon_check_off.png");
    background-repeat: no-repeat;
    background-size: 25px 22px;
    vertical-align: -8px;
    content: "";
  }
  .types--check:checked + label {
    display: inline-block;
    width: 25px;
    width: auto;
    height: 22px;
    padding-left: 25px;
    background: url("/assets/images/common/icon_check_on.png");
    background-repeat: no-repeat;
    background-size: 25px 22px;
    vertical-align: -8px;
    content: "";
  }

  .types--text {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 21px;
  }

  /* この条件で検索する */
  .btn__inner--submit {
    width: 100%;
    height: 32px;
    border-radius: 3px;
    outline: 0;
    background-color: #2e7de8;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 22px;
  }

  /* アクセス総合ランキングカード */
  /* 関連コンテンツカード */
  .side-access__card--inner,
.case_study__card--inner {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }

  .side-access__card--rank {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #8aa2b1;
  }

  .side-access__card--rank-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    padding: 3px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 18px;
    text-align: center;
  }

  .side-access__card--imagevisual,
.case_study__card--imagevisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: calc(39% - 15px);
  }

  .case_study__card--imagevisual {
    position: relative;
    width: 126.96px;
  }
  .case_study__card--imagevisual.is-mv:before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 35px;
    height: 35px;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #333;
    content: "";
    opacity: 0.9;
  }
  .case_study__card--imagevisual.is-mv:after {
    display: block;
    z-index: 2;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-width: 10px 0 10px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
    opacity: 0.9;
  }

  .side-access__card--cardvisual,
.case_study__card--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 61%;
    margin-top: -4px;
    padding-left: 17px;
  }

  .side-access__card--image,
.case_study__card--image {
    position: static;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .side-access__card--image::before,
.case_study__card--image::before {
    display: block;
    padding-top: 56.25%;
    content: "";
  }

  .case_study__card--image {
    width: 126.96px;
    height: 71.41px;
  }

  .side-access__card--title,
.case_study__card--title {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 22px;
  }

  .side-access__card--remarks {
    width: 100%;
  }

  .side-access__card--remarks-pankuzu,
.case_study__card--remarks {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 17px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .side-access__card--remarks-date {
    margin-top: 5px;
    float: left;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 14px;
  }

  /* HTMLパーツtmpl=RBOX*/
  .case_study_movie_thumb {
    display: block;
    position: relative;
  }
  .case_study_movie_thumb:before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #333;
    content: "";
    opacity: 0.9;
  }
  .case_study_movie_thumb:after {
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-38%, -50%) scale(0.8);
    border-width: 10px 0 10px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
    opacity: 0.9;
  }

  .img_resize {
    aspect-ratio: 53/40;
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* 広告 */
  .side-ad_wrapper {
    padding: 30px 20px;
    background-color: #f0f0f0;
  }
  .side-ad_wrapper > div {
    margin-bottom: 10px;
  }
  .side-ad_wrapper > div:last-child {
    margin-bottom: 0;
  }
  .side-ad_wrapper > div a {
    display: block;
  }

  /* 編集用バナー枠 */
  .side-editor_wrapper {
    padding: 30px 20px;
    background-color: #f0f0f0;
  }
  .side-editor_wrapper > div {
    margin-bottom: 10px;
  }
  .side-editor_wrapper > div:last-child {
    margin-bottom: 0;
  }
  .side-editor_wrapper > div a {
    display: block;
  }

  /* 注目のイベントセミナーカード */
  .side-event__card--inner {
    padding: 12px 0;
    overflow: hidden;
  }

  .side-event__card--inner-open {
    width: calc(100% - 28px - 9px);
    height: 28px;
    padding: 5px 0 5px 0;
    float: right;
    background-color: rgba(168, 175, 183, 0.16);
    text-align: left;
  }
  .side-event__card--inner-open.is-online {
    background-color: #fff1eb;
  }
  .side-event__card--inner-open.is-online .side-event__card--inner-open_place {
    color: #f4611b;
  }

  .side-event__card--inner-open_place {
    box-sizing: border-box;
    margin-left: 12px;
    padding: 4px 0 4px 2px;
    float: left;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 12px;
  }

  .side-event__card--inner-open_date {
    margin-left: 12px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 21px;
  }

  .side-event__card--rank {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #8aa2b1;
  }

  .side-event__card--rank-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    padding: 3px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 18px;
    text-align: center;
  }

  .side-event__card--image {
    position: static;
    width: 100%;
    padding-bottom: 6px;
  }

  .side-event__card--title {
    width: calc(100% - 28px);
    margin-top: 6px;
    margin-bottom: 2px;
    padding-left: 11px;
    float: right;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 20.9px;
  }

  .side-event__card--subtitle {
    display: none;
    width: calc(100% - 28px);
    margin-top: 2px;
    margin-bottom: 3px;
    padding-left: 10px;
    float: right;
    color: #797979;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 20.9px;
  }
  .side-event__card--subtitle.is-open {
    display: block;
  }

  .side-event__card--remarks {
    width: calc(100% - 28px);
    margin-top: 15px;
    padding-left: 8px;
    float: right;
  }

  .side-event__card--remarks-pankuzu {
    margin-left: 3px;
    float: left;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 17px;
  }

  .side-article__card--inner {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }

  .side-article__card--rank {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #8aa2b1;
  }

  .side-article__card--rank-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    padding: 3px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 18px;
    text-align: center;
  }

  .side-article__card--imagevisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: calc(39% - 15px);
  }

  .side-article__card--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 61%;
    margin-top: -4px;
    padding-left: 17px;
  }

  .side-article__card--image {
    position: static;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .side-article__card--image::before {
    display: block;
    padding-top: 56.25%;
    content: "";
  }

  .side-article__card--title {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 22px;
  }

  .side-article__card--remarks {
    width: 100%;
  }

  .side-article__card--remarks-pankuzu {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 17px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .side-article__card--remarks-date {
    margin-top: 5px;
    float: left;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 14px;
  }

  /* 記事詳細(ホワイトペーパー) サイドコンテンツ */
  .side-article-special {
    background-color: #fff;
  }

  .side-article-special__inner {
    padding: 0 20px 10px;
  }

  .side-article-special__inner--text {
    padding: 19px 0 15px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.75px;
    line-height: 24px;
    text-align: center;
  }
  .side-article-special__inner--text span {
    display: block;
    padding: 2px 13px;
    background-color: rgba(83, 118, 140, 0.68);
  }

  .side-article-special__list--item {
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .side-article-special__list--item:first-child {
    margin-top: 0;
  }

  .side-article-special__card--inner {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }
  .side-article-special__card--inner.no-image .side-article-special__card--imagevisual {
    display: none;
  }
  .side-article-special__card--inner.no-image .side-article-special__card--cardvisual {
    width: 100%;
    padding-left: 0;
  }

  .side-article-special__card--imagevisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: calc(39% - 15px);
  }

  .side-article-special__card--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 61%;
    margin-top: -4px;
    padding-left: 17px;
  }

  .side-article-special__card--image {
    position: static;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .side-article-special__card--image::before {
    display: block;
    padding-top: 56.25%;
    content: "";
  }

  .side-article-special__card--title {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 22px;
  }

  /* ぱんくずリスト */
  /* カテゴリブロック */
  .co-category {
    background-color: #fff;
  }

  /* カテゴリタイトル */
  .co-category-title {
    padding: 19px 20px 0 20px;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 24px;
    text-align: left;
  }

  .co-category-title--number {
    margin-left: 26px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 14px;
  }

  /* カテゴリ一覧ボタン */
  .co-category-genrelist {
    padding: 15px 20px;
    background-color: #fff;
  }

  .co-category-genrelist__inner {
    position: relative;
    padding: 10px 20px;
    border: 1px solid #2470ff;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
  }

  .co-category-genrelist__inner--text {
    padding-right: 8%;
    color: #2470ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: normal;
  }
  .co-category-genrelist__inner--text:after {
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 6%;
    width: 20px;
    height: 12px;
    background: url(/assets/images/common/arrow_down_blu_03.png);
    background-repeat: no-repeat;
    background-size: 20px 12px;
    vertical-align: -1px;
    content: "";
  }

  .co-category-genrelist.is-open {
    background-color: #ecf2f6;
  }
  .co-category-genrelist.is-open .co-category-genrelist__inner--text:after {
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 6%;
    width: 20px;
    height: 12px;
    background: url(/assets/images/common/arrow_up_blu_03.png);
    background-repeat: no-repeat;
    background-size: 20px 12px;
    vertical-align: -1px;
    content: "";
  }

  /* カテゴリ一覧 */
  .co-list-category {
    display: none;
    z-index: 1;
    width: 100%;
    padding: 0 0 20px 0;
    background-color: #ecf2f6;
  }

  .co-list-category--inner {
    width: 100%;
    padding: 0 15px 7.5px 15px;
    background-color: #fff;
  }

  .co-list-category--active {
    width: 100%;
    padding: 8px 8px 8px 8px;
    border-bottom: 1px solid #d8d8d8;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 29px;
  }

  .co-list-category--container {
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .co-list-category--item {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    position: relative;
    align-self: stretch;
    width: 100%;
    padding: 8px 8px 8px 8px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 29px;
  }
  .co-list-category--item:not(:last-of-type) {
    border-bottom: 1px solid #d8d8d8;
  }

  /* PR記事 */
  .co-relational-article {
    background-color: #f0f0f0;
  }

  .co-relational-article__inner {
    padding: 0 20px 0 20px;
  }

  .co-relational-article__title {
    padding-top: 10px;
  }

  .co-relational-article__title--text {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
  }

  .co-relational-article__list--show li {
    margin-top: 20px;
  }
  .co-relational-article__list--show li:last-child {
    padding-bottom: 30px;
  }
  .co-relational-article__list--show a {
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
  }

  .co-relational-article__list--toggle {
    display: none;
  }
  .co-relational-article__list--toggle li {
    margin-top: 10px;
  }
  .co-relational-article__list--toggle a {
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
  }

  .co-relational-article__more {
    margin-top: 10px;
  }

  .co-relational-article__more--text {
    display: block;
    color: #2470ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: normal;
    text-align: center;
  }
  .co-relational-article__more--text:after {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 13px;
    background: url("/assets/images/common/arrow_down_blu_03.png");
    background-repeat: no-repeat;
    background-size: 15px 10px;
    vertical-align: 0px;
    content: "";
  }
  .co-relational-article__more--text.is-open:after {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 13px;
    background: url("/assets/images/common/arrow_up_blu_03.png");
    background-repeat: no-repeat;
    background-size: 15px 10px;
    vertical-align: 0px;
    content: "";
  }

  /* ビジネス+IT 特集 */
  .contents_business_feature .co-business_feature {
    width: 100%;
    background-color: #c7d1d5;
    /* ビジネス+IT 特集 ヘッダ */
  }
  .contents_business_feature .co-business_feature__inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 30px 0;
  }
  .contents_business_feature .co-business_feature__header {
    margin: 0 0 22px 0;
    color: #748393;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 28.8px;
    text-align: center;
  }
  .contents_business_feature .co-business_feature__header:before {
    display: inline-block;
    width: 143px;
    height: 25px;
    margin-right: 19px;
    background: url("/assets/images/common/logo_blue.svg");
    background-repeat: no-repeat;
    background-size: 143px 25px;
    vertical-align: -4px;
    content: "";
  }

  /* ビジネス+IT 特集 メインビジュアル */
  .business_feature_mainvisual--link {
    display: block;
  }

  .business_feature_mainvisual--img {
    position: relative;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .business_feature_mainvisual--title {
    display: block;
    padding: 7px 28px 7px 28px;
    background-color: #748393;
    text-align: left;
  }

  .business_feature_mainvisual--title--text {
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #drw {
    display: none;
    z-index: 10;
    position: fixed;
    top: 43px;
    width: 100%;
    height: calc(100% - 43px);
    overflow-y: auto;
    background-color: #fff;
  }

  .drw__inner {
    width: 100%;
    height: 100%;
  }

  .drw--head {
    background-color: #f0f0f0;
  }

  .drw--cnt {
    width: 100%;
    height: 100%;
    background-color: #fff;
  }

  #drw .drw--head {
    -ms-flex-pack: space-evenly;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  #drw .drw--head img {
    width: 55px;
    height: 55px;
  }
  #drw .drw--head h3 {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.67px;
    line-height: 22px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm {
    border-bottom: 1px solid #e1e1e1;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section {
    padding-bottom: 20px;
    background-color: #fff;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section h3.ttl {
    padding: 16px 0 14px 0;
    color: #53768c;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.67px;
    line-height: 22px;
    text-align: center;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section p.msg {
    padding: 0 10px 20px 10px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 22px;
    text-align: center;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section ul.list {
    padding: 0 10px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section a.more {
    display: block;
    position: relative;
    margin: 12px 10px 0 10px;
    padding: 10px;
    background-color: #f0f0f0;
    color: #2470ff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section a.more:after {
    -ms-transform: rotate(45deg) translateY(-50%);
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 3px solid #2470ff;
    border-right: 3px solid #2470ff;
    border-bottom: none;
    border-left: none;
    content: "";
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr {
    background-color: #f0f0f0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list li.infoarea {
    position: relative;
    margin: 8px 0;
    padding: 10px 10px 15px 10px;
    background-color: #fff;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list li.infoarea div.usrinfo {
    -ms-flex-direction: row;
    -ms-flex-pack: distribute;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list li.infoarea:first-child {
    margin-top: 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list li.infoarea:last-child {
    margin-bottom: 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list li.infoarea img {
    z-index: 1;
    position: absolute;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list li.infoarea .is-m_prm:before {
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt .com,
#drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt .post {
    color: #333;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt .name {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.12px;
    line-height: 18px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button {
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 136px;
    height: 32px;
    margin-top: 15px;
    padding: 0 10px;
    border: 1px solid #53768c;
    border-radius: 3px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button span {
    position: relative;
    width: 22px;
    height: 14px;
    background-image: url("/assets/images/common/icon_follow.svg");
    background-repeat: no-repeat;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 0;
    height: 0;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 0;
    height: 0;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button label {
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button label:hover {
    cursor: pointer;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button.is-b-active span {
    width: 0px;
    margin: 0px;
    background-image: none;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 6px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 14px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.1s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr a.more {
    background-color: #fff;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag h3.ttl {
    padding: 16px 4px 14px 4px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag ul li {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag ul li:first-child {
    padding-top: 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag ul li:last-child {
    padding-bottom: 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag ul li a {
    width: 55%;
    color: #2f2f2f;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag ul li button {
    display: block;
    position: relative;
    width: 96px;
    height: 32px;
    margin-left: 6px;
    padding-left: 5px;
    padding-left: 24px;
    border: 1px solid #53768c;
    border-radius: 3px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag ul li button span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 14px;
    height: 14px;
    margin: auto;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag ul li button span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag ul li button span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag ul li button label {
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag ul li button label:hover {
    cursor: pointer;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag ul li button.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag ul li button.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 5px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag ul li button.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag ul li button label {
    display: block;
    width: 100%;
    padding-left: 3px;
    text-align: left;
  }
  #drw .drw--head {
    height: 73px;
    padding: 10px 10px 15px 10px;
    background-color: #5e748c;
  }
  #drw .drw--head .drw__usr_infoarea {
    -ms-flex-pack: start;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 35%;
  }
  #drw .drw--head .drw__usr_infoarea-txt {
    width: 100%;
  }
  #drw .drw--head .drw__usr_infoarea-txt .com {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.47px;
    line-height: normal;
  }
  #drw .drw--head .drw__usr_infoarea-txt .name {
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.67px;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #drw .drw--head .drw__usr_infoarea-txt .status {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: normal;
  }
  #drw .drw--head .drw__usr_btnarea {
    -ms-flex-pack: end;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 65%;
  }
  #drw .drw--head .drw__usr_btnarea .flw {
    position: relative;
    width: 128px;
    height: 32px;
    margin-right: 6px;
    padding-left: 30px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: normal;
  }
  #drw .drw--head .drw__usr_btnarea .flw:before {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 20px;
    height: 14px;
    background-image: url("/assets/images/common/icon_follow_chk.png");
    background-repeat: no-repeat;
    content: "";
  }
  #drw .drw--head .drw__usr_btnarea .bit {
    position: relative;
    width: 76px;
    height: 32px;
    padding-left: 24px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: normal;
  }
  #drw .drw--head .drw__usr_btnarea .bit:before {
    display: block;
    position: absolute;
    top: 11px;
    left: 8px;
    width: 16px;
    height: 10px;
    background-image: url("/assets/svg/icon_check_wht.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  #drw .drw--head.is-m_right .drw__usr_btnarea .bit {
    border: 1px solid #9dabba;
    color: #9dabba;
    pointer-events: none;
  }
  #drw .drw--head.is-m_right .drw__usr_btnarea .bit:before {
    background-image: url("/assets/svg/icon_check_gry.svg");
  }
  #drw .drw--cnt {
    top: 196px;
  }

  .bnr_list {
    padding: 20px;
    background-color: #f0f0f0;
  }
  .bnr_list a {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
  .bnr_list a:first-of-type {
    margin-top: 0;
  }
  .bnr_list img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .bnr_list3 {
    padding: 20px;
    background-color: #f0f0f0;
  }
  .bnr_list3 a {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
  .bnr_list3 a:first-of-type {
    margin-top: 0;
  }
  .bnr_list3 img {
    max-width: 100%;
    height: auto;
  }

  .brdcrb {
    width: 100%;
    padding: 13px 0 0 3%;
    background-color: #fff;
  }

  .brdcrb-list {
    list-style: none;
  }

  .brdcrb-item {
    display: inline-block;
  }
  .brdcrb-item:not(:last-child):after {
    margin: 0 6px;
    content: ">";
  }

  .brdcrb-text {
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 19px;
  }
  .brdcrb-text.is-active {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 19px;
  }

  .btn_bit {
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    color: #707070;
    font-family: HelveticaNeue, Arial;
    font-size: 28px;
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 0.73px;
    line-height: 24px;
    text-align: center;
  }
  .btn_bit .btn_bit_icon {
    -webkit-mask-image: url("/assets/images/common/icon_favorite.svg");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    display: block;
    width: 18px;
    height: 18px;
    background-color: #707070;
    mask-image: url("/assets/images/common/icon_favorite.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
  }
  .btn_bit.is-b-active .btn_bit_icon {
    background-color: #fff;
  }
  .btn_bit.is-b-active:before, .btn_bit.is-b-active:after {
    top: 20px;
    height: 4px;
    background-color: #fff;
  }
  .btn_bit.is-b-active:before {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(45deg);
    left: 8px;
    width: 10px;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  .btn_bit.is-b-active:after {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-45deg);
    left: 18px;
    width: 16px;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }

  .btn_link_wht a,
.btn_link_wht button {
    display: block;
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #fff;
    background-image: url(/assets/images/common/arrow_right_blu_03.png);
    background-position: right 17px center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.54px;
    line-height: 44px;
    text-align: center;
  }
  .btn_link_wht.is-noarr a,
.btn_link_wht.is-noarr button {
    background-image: none;
  }

  .btn_link_gry a,
.btn_link_gry button {
    display: block;
    position: relative;
    width: 100%;
    height: 42px;
    background-color: #f0f0f0;
    background-image: url(/assets/images/common/arrow_right_blu_03.png);
    background-position: right 17px center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.54px;
    line-height: 42px;
    text-align: center;
  }
  .btn_link_gry.is-noarr a,
.btn_link_gry.is-noarr button {
    background-image: none;
  }

  .btn_link_blue a,
.btn_link_blue button {
    display: block;
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #2e7de8;
    background-image: url(/assets/images/common/arrow_right_white.png);
    background-position: right 17px center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.54px;
    line-height: 44px;
    text-align: center;
  }
  .btn_link_blue.is-noarr a,
.btn_link_blue.is-noarr button {
    background-image: none;
  }

  .btn_link_blue-ad a,
.btn_link_blue-ad button {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.54px;
    line-height: 44px;
  }

  .btn_link_blue-ev a,
.btn_link_blue-ev button {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.54px;
    line-height: 44px;
  }

  .btn_jmpcmt {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 14px;
  }
  .btn_jmpcmt:before, .btn_jmpcmt:after {
    display: inline-block;
    content: "";
  }
  .btn_jmpcmt:before {
    width: 20px;
    height: 22px;
    margin-right: 7px;
    background-image: url(/assets/images/common/icon_cmt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
  }
  .btn_jmpcmt:after {
    width: 13px;
    height: 7px;
    margin-left: 5px;
    background-image: url(/assets/images/common/arrow_down_blu_01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px auto;
  }

  .btn_docmt {
    width: 114px;
    height: 34px;
    border-radius: 3px;
    background-color: #53768c;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 34px;
    text-align: center;
  }
  .btn_docmt.is-disable {
    background-color: #4a4a4a;
  }
  .btn_docmt.is-empty {
    opacity: 0.6;
    pointer-events: none;
  }

  .btn_cmt-drpdwn {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .btn_cmt-drpdwn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 12px;
    margin-top: -6px;
    margin-left: -2px;
  }
  .btn_cmt-drpdwn span:before, .btn_cmt-drpdwn span:after {
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #748393;
    content: "";
    transition: all 0.2s ease;
  }
  .btn_cmt-drpdwn span:before {
    top: 0;
  }
  .btn_cmt-drpdwn span:after {
    bottom: 0;
  }
  .btn_cmt-drpdwn.is-b-open span {
    width: 12px;
    height: 8px;
    margin-top: -4px;
    margin-left: -6px;
  }
  .btn_cmt-drpdwn.is-b-open span:before, .btn_cmt-drpdwn.is-b-open span:after {
    top: auto;
    top: 6px;
    right: auto;
    bottom: auto;
    left: auto;
    width: 9px;
    height: 2px;
    border-radius: 0;
  }
  .btn_cmt-drpdwn.is-b-open span:before {
    -ms-transform: rotate(45deg);
    -ms-transform-origin: bottom right;
    left: -3px;
    transform: rotate(45deg);
    transform-origin: bottom right;
  }
  .btn_cmt-drpdwn.is-b-open span:after {
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: bottom left;
    right: -3px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
  }

  .btn_like {
    width: 50px;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 14px;
    text-align: center;
  }
  .btn_like .icon {
    display: inline-block;
    width: 22px;
    height: 24px;
    background-image: url(/assets/svg/icon_thumbsup_pale.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px auto;
  }
  .btn_like .count {
    display: block;
    margin-top: 5px;
    float: right;
    font-weight: 700;
  }
  .btn_like.is-b-active {
    color: #2e7de8;
  }
  .btn_like.is-b-active .icon {
    background-image: url(/assets/svg/icon_thumbsup.svg);
    animation: like 250ms ease 0s 1;
  }

  .btn_bit {
    margin: 0 auto;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 14px;
  }
  .btn_bit .icon {
    display: inline-block;
    width: 22px;
    height: 24px;
    background-image: url(/assets/svg/icon_iine_pale.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px auto;
  }
  .btn_bit .icon.is-mainnavi {
    background-image: url(/assets/svg/icon_iine_pale_white_main.svg);
  }
  .btn_bit .count {
    display: block;
    margin-top: 5px;
    float: right;
    font-weight: 700;
  }
  .btn_bit.is-b-active {
    color: #2e7de8;
  }
  .btn_bit.is-b-active .icon {
    background-image: url(/assets/svg/icon_iine.svg);
    animation: like 250ms ease 0s 1;
  }
  .btn_bit.is-b-active .icon.is-mainnavi {
    background-image: url(/assets/svg/icon_iine.svg);
  }

  .btn_bit_count {
    margin: 0 0 2px 5px;
    color: #53768c;
    font-size: 1.4rem;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1;
  }
  .btn_bit_count.is-mainnavi {
    color: #ffff;
  }
  .btn_bit_count.is-card {
    margin: 0 -25px 2px 5px;
  }
  .btn_bit_count.is-mv {
    right: 6px;
    margin-top: 3px;
  }
  .btn_bit_count.is-wp {
    right: 6px;
    margin-top: 3px;
  }
  .btn_bit_count.is-list_au {
    margin: 0 -13px 2px 5px;
  }
  .btn_bit_count.is-card_s_cont {
    margin: 0 -25px 2px 5px;
  }
  .btn_bit_count.is-card_s_cont_reco {
    margin: 0 -25px 2px 3px;
  }

  @keyframes like {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.4);
    }
    100% {
      transform: scale(1);
    }
  }
  .is-b-active ~ .btn_bit_count {
    color: #2e7de8;
  }

  .ar-cont_box .is-b-active ~ .ar-serialize-title__count {
    color: #2e7de8;
  }

  .btn_sns-fb-gry {
    width: 30px;
    height: 30px;
    background-image: url(/assets/svg/icon_fb_gry.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px auto;
  }

  .btn_sns-tw-gry {
    width: 30px;
    height: 30px;
    background-image: url(/assets/svg/icon_tw_gry.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px auto;
  }

  .btn_p_edit {
    display: block;
    position: relative;
    width: 150px;
    padding: 9px 9px 9px 30px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #2470ff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 12px;
  }
  .btn_p_edit:before {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 15px;
    height: 15px;
    background-image: url(/assets/images/common/icon_gear.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }

  .btn_red {
    display: inline-block;
    width: 100%;
    height: 44px;
    border-radius: 3px;
    background-color: #ce0000;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 44px;
    text-align: center;
  }

  .btn_blu {
    display: inline-block;
    width: 100%;
    height: 44px;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 44px;
    text-align: center;
  }

  .btn_dl {
    display: inline-block;
    width: 120px;
    height: 32px;
    padding-left: 33px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background-image: url(/assets/svg/icon_download_blu.svg);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    color: #4389ff;
    color: #4389ff !important;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    text-decoration: none !important;
  }

  .btn_reg-evsmn {
    display: inline-block;
    width: 100%;
    max-width: 382px;
    height: 78px;
    padding-top: 12px;
    border-radius: 3px;
    background-color: #2c75ff;
    background-image: url(/assets/images/common/arrow_right_white.png);
    background-position: right 13px center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 25.92px;
    text-align: center;
  }
  .btn_reg-evsmn.is-small {
    width: 266px;
    height: 42px;
    padding-top: 3px;
    background-position: right 10px center;
    background-size: 7px auto;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: 18.06px;
  }

  .btn_info {
    display: inline-block;
    width: 100%;
    max-width: 410px;
    height: 76px;
    border: solid 1px #54778d;
    border-radius: 3px;
    background-color: #ffffff;
    background-image: url(/assets/images/common/arrow_right_blu_02.png);
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    color: #53768c;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 76px;
    text-align: center;
  }

  .btn_iptprof {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    color: #fff !important;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 50px;
    text-decoration: none !important;
  }

  .btn_iptprof_wp {
    display: block;
    width: 100%;
    max-width: 365px;
    height: 30px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    color: #fff !important;
    font-size: 18px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 30px;
    text-decoration: none !important;
  }

  .btn_styprof {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #f2f8fc;
    color: #53768c;
    color: #53768c !important;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 50px;
    text-decoration: none !important;
  }
  .btn_styprof.is-long480 {
    font-size: 78%;
  }

  .btn_styprof_wp {
    display: block;
    width: 100%;
    max-width: 365px;
    height: 30px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #f2f8fc;
    color: #53768c;
    color: #53768c !important;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 30px;
    text-decoration: none !important;
  }
  .btn_styprof_wp.is-long480 {
    font-size: 78%;
  }

  .btn_continuetoread {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 50px;
    text-decoration: none !important;
  }

  .cmtarea_ipt {
    padding: 20px 30px 30px 20px;
  }

  .cmtarea_ipt-msg {
    display: none;
    margin-top: 10px;
    padding-left: 65px;
    text-align: left;
  }
  .cmtarea_ipt-msg p {
    position: relative;
    padding-left: 24px;
    color: #cf1010;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .cmtarea_ipt-msg p:before {
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ce0000;
    background-image: url(/assets/svg/icon_xclamation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4px auto;
    content: "";
  }

  .cmtarea_ipt-ctnr {
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
  }
  .cmtarea_ipt-ctnr .usrico {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
  }

  .cmtarea_ipt-ctnr-opr {
    -ms-flex: 0 0 calc(100% - 50px);
    -ms-flex-preferred-size: calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    flex-basis: calc(100% - 50px);
    padding-left: 15px;
  }

  .cmtarea_ipt-ctnr-opr-txtarea {
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #fffde8;
  }
  .cmtarea_ipt-ctnr-opr-txtarea textarea {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    padding-right: 12px;
    padding-left: 12px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #333;
    font-family: inherit;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 21px;
    resize: none;
  }
  .cmtarea_ipt-ctnr-opr-txtarea textarea:-ms-input-placeholder, .cmtarea_ipt-ctnr-opr-txtarea textarea::placeholder, .cmtarea_ipt-ctnr-opr-txtarea textarea:-ms-input-placeholder, .cmtarea_ipt-ctnr-opr-txtarea textarea::-ms-input-placeholde {
    color: #88929c;
  }
  .cmtarea_ipt-ctnr-opr-txtarea.is-focused {
    border-color: #5a99ea;
    box-shadow: 0 0 5px #a9ccf8;
  }
  .cmtarea_ipt-ctnr-opr-txtarea.is-b-alert {
    background-color: #feecec;
  }

  .cmtarea_ipt-ctnr-opr-num {
    display: none;
    z-index: 1;
    position: absolute;
    right: 35px;
    bottom: 7px;
    color: #88929c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 14px;
  }
  .cmtarea_ipt-ctnr-opr-num.is-show {
    display: block;
  }
  .cmtarea_ipt-ctnr-opr-num.is-over {
    color: #ce0000;
  }

  .cmtarea_ipt-ctnr-opr-progress {
    z-index: 1;
    position: absolute;
    right: 5px;
    bottom: 2px;
  }
  .cmtarea_ipt-ctnr-opr-progress svg.cmtarea_circle {
    -ms-transform: rotate(-90deg);
    margin-bottom: 1px;
    overflow: visible;
    transform: rotate(-90deg);
    vertical-align: bottom;
  }
  .cmtarea_ipt-ctnr-opr-progress .cmtarea_circle-under {
    stroke: #ccd6dd;
  }
  .cmtarea_ipt-ctnr-opr-progress .cmtarea_circle-progress.is-safe {
    stroke: #066a9c;
  }
  .cmtarea_ipt-ctnr-opr-progress .cmtarea_circle-progress.is-warn {
    stroke: #e47c05;
  }
  .cmtarea_ipt-ctnr-opr-progress .cmtarea_circle-progress.is-danger {
    stroke: #ce0000;
  }

  .cmtarea_ipt-ctnr-opr-opt {
    padding: 10px 0 0;
  }

  .cmtarea_ipt-ctnr-opr-opt-sns {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cmtarea_ipt-ctnr-opr-opt-sns li:first-child {
    margin-right: 30px;
  }

  .cmtarea_ipt.is-nologin {
    background-color: #fff;
  }
  .cmtarea_ipt.is-nologin .cmtarea_ipt-ctnr {
    -ms-flex-align: center;
    align-items: center;
  }
  .cmtarea_ipt.is-nologin .cmtarea_ipt-ctnr-opr > button {
    width: 100%;
  }
  .cmtarea_ipt.has-cmt {
    padding: 20px 30px 20px 20px;
  }
  .cmtarea_ipt.has-cmt .cmtarea_list-txt-ctnr > button {
    background: linear-gradient(to right, rgba(240, 247, 251, 0), #f0f7fb 20px, #f0f7fb);
  }

  .cmtarea_list a {
    color: #333 !important;
    text-decoration: none !important;
  }
  .cmtarea_list .usrico {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
  }

  .cmtarea_list-inner {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .cmtarea_list-dtl {
    -ms-flex: 0 0 calc(100% - 50px - 26px);
    -ms-flex-preferred-size: calc(100% - 50px - 26px);
    position: relative;
    flex: 0 0 calc(100% - 50px - 26px);
    flex-basis: calc(100% - 50px - 26px);
    padding-left: 15px;
  }
  .cmtarea_list-dtl > a {
    display: inline-block;
  }

  .cmtarea_list-dtl-edit {
    -ms-flex: 0 0 26px;
    position: relative;
    flex: 0 0 26px;
  }

  .cmtarea_list-dtl-edit-drpdwn {
    display: none;
    z-index: 2;
    position: absolute;
    top: 26px;
    left: -248px;
    width: 277px;
    background-color: #fff;
    box-shadow: -2px 4px 8px 2px rgba(0, 0, 0, 0.12);
  }
  .cmtarea_list-dtl-edit-drpdwn ul li {
    border-top: 1px solid #d8d8d8;
  }
  .cmtarea_list-dtl-edit-drpdwn ul li:first-child {
    border-top: none;
  }
  .cmtarea_list-dtl-edit-drpdwn ul li.list_rpt {
    display: none;
    position: relative;
    padding: 19px 25px 19px 40px;
    border-top: none;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: left;
  }
  .cmtarea_list-dtl-edit-drpdwn ul li.list_rpt:before {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 10px;
    width: 10px;
    height: 4px;
    transform: rotate(45deg);
    transform-origin: right bottom;
    background-color: #53768c;
    content: "";
  }
  .cmtarea_list-dtl-edit-drpdwn ul li.list_rpt:after {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    width: 16px;
    height: 4px;
    transform: rotate(-45deg);
    transform-origin: left bottom;
    background-color: #53768c;
    content: "";
  }
  .cmtarea_list-dtl-edit-drpdwn ul li button {
    width: 100%;
    padding: 25px 25px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: left;
  }
  .cmtarea_list-dtl-edit-drpdwn.is-b-reported ul li {
    display: none;
  }
  .cmtarea_list-dtl-edit-drpdwn.is-b-reported ul li.list_rpt {
    display: block;
    background-color: #dfdfdf;
  }
  .cmtarea_list-dtl-edit-drpdwn.is-b-reported ul li.blck-btn {
    display: block;
  }

  .cmtarea_list-dtl-comname,
.cmtarea_list-dtl-pos {
    color: #4a4a4a;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: normal;
  }

  .cmtarea_list-dtl-no_disp {
    color: #4a4a4a;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: normal;
    /* padding-left: 8px; */
  }
  .cmtarea_list-dtl-no_disp.is-check:before {
    z-index: 2;
    position: absolute;
    top: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #cf1010;
    content: "";
  }

  .cmtarea_list-dtl-no_disp_mes {
    display: none;
    z-index: 2;
    position: absolute;
    top: 26px;
    width: 277px;
    padding: 10px;
    background-color: #fff;
    box-shadow: -2px 4px 8px 2px rgba(0, 0, 0, 0.12);
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: normal;
  }

  .cmtarea_list-dtl-name {
    display: block;
    margin-top: 3px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.12px;
    line-height: 18px;
  }
  .cmtarea_list-dtl-name.is-m_flw:after {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #2e7de8;
    background-image: url(/assets/svg/icon_check_wht.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70% auto;
    vertical-align: middle;
    content: "";
  }

  .cmtarea_list-dtl-date {
    display: block;
    margin-top: 3px;
    color: #a5a5a5;
    font-family: HelveticaNeue;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: normal;
  }

  .cmtarea_list-txt {
    position: relative;
    padding: 0 50px 0 0px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
  }

  .cmtarea_list-txt-ctnr {
    position: relative;
    max-height: 97px;
    overflow: hidden;
    transition: max-height 1s ease;
  }
  .cmtarea_list-txt-ctnr > button {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding-left: 40px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 20px, white);
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
  }
  .cmtarea_list-txt-ctnr.is-open {
    max-height: none;
  }
  .cmtarea_list-txt-ctnr.is-open > button {
    display: none;
  }

  .cmtarea_blocked-indication {
    margin: 20px 0 4px 0;
    text-align: center;
  }
  .cmtarea_blocked-indication p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cmtarea_blocked-indication button {
    margin: 6px 0;
    padding: 4px 6px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .cmtarea_list-like {
    position: absolute;
    top: -2px;
    right: 0;
  }

  .bitarea-thanks {
    -ms-flex: 0 0 20px;
    position: relative;
    flex: 0 0 20px;
    font-size: 14px;
    font-weight: 700;
  }
  .bitarea-thanks.is-hide {
    display: none;
  }

  .bitarea-thanks-drpdwn {
    z-index: 1;
    position: absolute;
    top: -20px;
    left: 40px;
    width: 242px;
    background-color: #fff;
    box-shadow: -2px 4px 8px 2px rgba(0, 0, 0, 0.12);
  }
  .bitarea-thanks-drpdwn .bitarea-thanks-drpdwn_waku {
    padding: 0 10px;
  }
  .bitarea-thanks-drpdwn ul li {
    width: 100%;
    padding: 20px 20px;
    border-top: 1px solid #d8d8d8;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: center;
  }
  .bitarea-thanks-drpdwn ul li:first-child {
    border-top: none;
  }
  .bitarea-thanks-drpdwn ul li:nth-child(2) {
    background-color: #f0f0f0;
  }
  .bitarea-thanks-drpdwn ul li:nth-child(2) a {
    text-decoration: none;
  }
  .bitarea-thanks-drpdwn ul li:nth-child(3) {
    height: 20px;
  }

  .consent_ttl {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 7px 20px;
    background-color: #f0f0f0;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .consent_ttl .req {
    display: inline-block;
    min-width: 30px;
    padding: 2px 3px;
    border: 1px solid #cf1010;
    background-color: #fff;
    color: #cf1010;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.79px;
    line-height: 14px;
  }

  .consent_area {
    height: 160px;
    margin: 30px 25px 0;
    padding: 0 10px;
    overflow-y: auto;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #f6f6f6;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 24px;
  }

  .consent_check {
    margin-top: 20px;
    text-align: center;
  }
  .smnrgst_bitmember .consent_check {
    padding: 0 20px;
  }
  .consent_check .req {
    display: inline-block;
    margin-top: 2px;
    margin-right: 12px;
    padding: 2px 3px;
    border: 1px solid #cf1010;
    color: #cf1010;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.79px;
    line-height: 14px;
    vertical-align: top;
  }
  .consent_check label {
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 22px;
    text-align: left;
  }
  .consent_check label.is-bold {
    font-weight: 700;
  }
  .consent_check input[type=checkbox] {
    display: none;
  }
  .consent_check input[type=checkbox]:checked + span:before {
    border: 2px solid #4e74e9;
  }
  .consent_check input[type=checkbox]:checked + span:after {
    -ms-transform: rotate(40deg);
    display: block;
    position: absolute;
    top: -5px;
    left: 7px;
    width: 6px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }

  .consent_check-lbltxt {
    display: block;
    position: relative;
    padding-left: 34px;
  }
  .consent_check-lbltxt:before {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #979797;
    background-color: #f8f8f8;
    content: "";
  }

  .consent_check .err {
    display: none;
    margin-top: 11px;
    color: #ff0000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 22px;
    text-align: center;
  }
  .consent_check .err.has-err {
    display: block;
  }

  .consent_acd {
    margin-top: 15px;
  }

  .consent_acd-trg {
    text-align: center;
  }
  .consent_acd-trg a {
    display: inline-block;
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.58px;
    line-height: 14px;
  }
  .consent_acd-trg a:after {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 13px;
    background-image: url(/assets/images/common/arrow_down_blu_03.png);
    background-repeat: no-repeat;
    background-size: 15px 10px;
    vertical-align: 0px;
    content: "";
  }
  .consent_acd-trg a.is-open:after {
    background-image: url(/assets/images/common/arrow_up_blu_03.png);
  }

  .consent_acd-tgt {
    display: none;
  }

  .consent_note {
    margin-top: 27px;
    padding: 20px 20px 0;
    border-top: 1px solid #d8d8d8;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 21.98px;
    text-align: center;
  }
  .consent_note a {
    text-decoration: underline;
  }

  .cottl_sec-h1 {
    padding: 20px 0;
    background-color: #f0f0f0;
  }
  .cottl_sec-h1 h1 {
    color: #333;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.69px;
    line-height: 29px;
    text-align: center;
  }
  .cottl_sec-h1 h1 span {
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: 14px;
  }
  .cottl_sec-h1.is-tag {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
  }
  .cottl_sec-h1.is-tag h1 {
    color: #748393;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.69px;
    line-height: 29px;
    text-align: start;
  }
  .cottl_sec-h1.is-tag button {
    -ms-flex: 0 0 96px;
    display: block;
    position: relative;
    flex: 0 0 96px;
    width: 96px;
    height: 33px;
    margin-left: 10px;
    padding-left: 5px;
    padding-left: 24px;
    border: 1px solid #53768c;
    border-radius: 3px;
    background-color: #fff;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
  }
  .cottl_sec-h1.is-tag button span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 14px;
    height: 14px;
    margin: auto;
  }
  .cottl_sec-h1.is-tag button span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .cottl_sec-h1.is-tag button span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .cottl_sec-h1.is-tag button label {
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
  }
  .cottl_sec-h1.is-tag button label:hover {
    cursor: pointer;
  }
  .cottl_sec-h1.is-tag button.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  .cottl_sec-h1.is-tag button.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 5px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .cottl_sec-h1.is-tag button.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .cottl_sec-h1.is-tag button label {
    display: block;
    width: 100%;
    padding-left: 3px;
    text-align: left;
  }
  .cottl_sec-h1.is-tag.is-bottom-tag-follow-btn .bottom-tag-follow-btn__genre-tag-name {
    color: #748393;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.69px;
    line-height: 29px;
    text-align: start;
  }

  .cottl_sec-h2 h2 {
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.17px;
    line-height: 28.8px;
    text-align: center;
  }
  .cottl_sec-h2 h2 + a {
    display: block;
    padding-right: 7px;
    background-image: url(/assets/images/common/arrow_right_blu_03.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    color: #2e7de8;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: normal;
    text-align: right;
  }

  .cottl_sec-h2_spc-srch {
    padding: 18px 0 10px;
  }

  .cottl_sec-h3 h3 {
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.24px;
    line-height: 26px;
    text-align: center;
  }

  .cottl_evtsmr-date {
    width: 100%;
    height: 29px;
    padding: 0 10px;
    background-color: #daecf7;
  }
  .cottl_evtsmr-date span {
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.55px;
    line-height: 29px;
  }
  .cottl_evtsmr-date time {
    padding-left: 15px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.18px;
    line-height: 29px;
  }
  .cottl_evtsmr-date.is-online {
    background-color: #fff1eb;
  }
  .cottl_evtsmr-date.is-online span {
    color: #f4611b;
  }

  .crd_itm {
    background-color: #fff;
  }
  .crd_itm:first-child .crd_inner {
    border-top: none;
  }
  .crd_itm.is-mv .crd_thumb > a:before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 35px;
    height: 35px;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #333;
    content: "";
    opacity: 0.9;
  }
  .crd_itm.is-mv .crd_thumb > a:after {
    display: block;
    z-index: 2;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-width: 10px 0 10px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
    opacity: 0.9;
  }
  .crd_itm.is-wp .crd_thumb-img {
    background-position: top;
  }
  .crd_itm.is-rkg {
    border-top: 1px solid #dfe5e9;
  }
  .crd_itm.is-rkg + .crd_itm .crd_inner {
    border-top: none;
  }
  .crd_itm .cottl_sec-h3 {
    padding: 8px 0 5px;
  }
  .crd_itm.is-hold {
    position: relative;
  }
  .crd_itm.is-hold:after {
    position: absolute;
    right: 130px;
    bottom: 20px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
    content: "\958B\50AC\7D42\4E86";
  }
  .crd_itm.is-terminated {
    position: relative;
  }
  .crd_itm.is-terminated:after {
    position: absolute;
    right: 130px;
    bottom: 20px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
    content: "\7533\8FBC\7D42\4E86";
  }
  .crd_itm.is-completed {
    position: relative;
  }
  .crd_itm.is-completed:after {
    position: absolute;
    right: 130px;
    bottom: 20px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
    content: "\7533\8FBC\5B8C\4E86";
  }
  .crd_itm.is-provide .crd_provide {
    position: absolute;
    bottom: 25px;
    left: 0;
    max-width: calc(100% - 100px);
    color: #676767;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 12px;
  }
  .crd_itm .is-special {
    position: absolute;
    right: 100px;
    bottom: 18px;
    width: 60px;
    height: 17px;
    background-image: url(/assets/images/common/icon_specialmark_gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .crd_itm .is-special_cont {
    position: absolute;
    right: 66px;
    bottom: 17px;
    width: 60px;
    height: 17px;
    background-image: url(/assets/images/common/icon_specialmark_gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .crd_itm .js-hint-bit-wrap {
    bottom: 18px;
    left: 320px;
  }
  .crd_itm .js-hint-bit-wrap.is-card_s_cont {
    left: 326px;
  }
  .crd_itm .js-hint-bit-wrap.is-card_s_cont.is-ev {
    bottom: 7px;
  }

  .crd_inner {
    position: relative;
    margin: 0 20px;
    padding: 15px 0;
    border-top: 1px solid rgba(83, 118, 140, 0.2);
  }

  .crd_inner_cont {
    position: relative;
    margin: 0 20px;
    padding: 15px 0 20px;
    border-top: 1px solid rgba(83, 118, 140, 0.2);
  }
  .crd_head {
    display: -ms-flexbox;
    display: flex;
  }

  /*
    .crd_tag {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: 12px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 18px;
      letter-spacing: 0.55px;
      color: #53768c;
      font-weight: 400;

      a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        letter-spacing: 0.55px;
        color: #53768c;
        font-weight: 400;
        text-decoration: none;
        margin-right: 10px;

        &:before {
          content: "#";
          padding-right: 3px;
        }
      }
    }
  */
  .crd_tag {
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .crd_tag a {
    margin-right: 10px;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.55px;
    line-height: 18px;
    text-decoration: none;
  }
  .crd_tag .crd_tag_tag {
    display: inline-block;
    max-width: 246px;
    margin-bottom: 12px;
    overflow: hidden;
    letter-spacing: 0.55px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .crd_tag .crd_tag_tag.is-one {
    max-width: 371px;
  }
  .crd_tag .crd_tag_tag a:before {
    padding-right: 3px;
    content: "#";
  }
  .crd_tag .crd_tag_more {
    display: inline-block;
    position: absolute;
    margin-bottom: 12px;
    line-height: 18px;
    white-space: nowrap;
  }

  .crd_thumb {
    -ms-flex: 0 0 39.03743%;
    position: relative;
    flex: 0 0 39.03743%;
  }
  .crd_thumb > a {
    display: block;
    position: relative;
    background-color: #ccc;
  }

  .crd_thumb_cont {
    position: relative;
    flex: 0 0 42.03743%;
  }
  .crd_thumb_cont > a {
    display: block;
    position: relative;
    background-color: #ccc;
  }

  .crd_thumb-img {
    padding-top: 56.25%;
    border: 1px solid #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .crd_thumb-img.lazyloaded {
    opacity: 1;
  }

  .crd_thumb-lbl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    padding: 0 5px;
    overflow: hidden;
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.41px;
    line-height: 16px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .crd_thumb-lbl.is-nml {
    background-color: rgba(83, 118, 140, 0.8);
  }
  .crd_thumb-lbl.is-article {
    position: absolute;
    right: 1px;
    bottom: 15px;
    width: fit-content;
    width: -moz-fit-content;
    min-width: 4em;
    margin: 0 0 0 auto;
    padding: 0 8px;
    background-color: rgba(245, 98, 29, 0.8);
    line-height: normal;
  }

  /* add */

  /* add */

  /* add */
  .crd_thumb-lbl.is-movie {
    position: absolute;
    right: 1px;
    bottom: 15px;
    width: fit-content;
    width: -moz-fit-content;
    min-width: 4em;
    margin: 0 0 0 auto;
    padding: 0 8px;
    background-color: rgba(245, 98, 29, 0.8);
    line-height: normal;
  }
  .crd_thumb-lbl.is-document {
    position: absolute;
    right: 1px;
    bottom: 15px;
    width: fit-content;
    width: -moz-fit-content;
    min-width: 4em;
    margin: 0 0 0 auto;
    padding: 0 8px;
    background-color: rgba(245, 98, 29, 0.8);
    line-height: normal;
  }
  .crd_thumb-lbl.is-evtsmr {
    background-color: rgba(245, 98, 29, 0.8);
  }
  .crd_thumb-lbl.is-evtsmr_cont {
    background-color: rgba(245, 98, 29, 0.8);
  }
  .crd_thumb-lbl.is-campaign {
    background-color: rgba(245, 98, 29, 0.8);
  }
  .crd_thumb-lbl.is-research {
    background-color: rgba(245, 98, 29, 0.8);
  }
  .crd_evtsmr-date {
    margin-bottom: 3px;
    padding: 0 10px;
    overflow: hidden;
    background-color: #daecf7;
  }
  .crd_evtsmr-date span {
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 30px;
  }
  .crd_evtsmr-date time {
    padding-left: 5px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.18px;
    line-height: 30px;
  }
  .crd_evtsmr-date.is-online {
    background-color: #fff1eb;
  }
  .crd_evtsmr-date.is-online span {
    color: #f4611b;
  }
  .crd_evtsmr-date_cont {
    margin-bottom: 3px;
    padding: 0 10px;
    overflow: hidden;
    background-color: #daecf7;
  }
  .crd_evtsmr-date_cont span {
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
  .crd_evtsmr-date_cont time {
    padding-left: 5px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.18px;
  }
  .crd_evtsmr-date_cont.is-online {
    background-color: #fff1eb;
    line-height: 22px;
  }
  .crd_evtsmr-date_cont.is-online span {
    color: #f4611b;
  }
  .crd_ttl {
    width: 100%;
    padding-left: 15px;
  }
  .crd_ttl > a {
    display: block;
  }
  .crd_ttl-txt {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 25px;
  }
  .crd_ttl-txt_cont {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 25px;
    line-height: 20px;
  }
  .crd_ttl-txt_a {
    color: #53768c;
    font-size: 14px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.27px;
    line-height: 1.5;
  }
  .crd_ttl-txt-mv {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 25px;
  }
  .crd_ttl-pubdate {
    display: block;
    margin-top: 5px;
    color: #a5a5a5;
    font-family: HelveticaNeue;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: normal;
    text-align: right;
  }
  .crd_ttl-pubdate_cont {
    display: block;
    margin-top: 5px;
    color: #a5a5a5;
    font-family: HelveticaNeue;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.1px;
    line-height: normal;
    text-align: right;
  }
  .crd_read {
    padding-top: 5px;
  }
  .crd_read a {
    display: block;
    color: #676767;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.69px;
    line-height: 18px;
  }
  .crd_prof {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 5px;
  }
  .crd_prof .usrico {
    -ms-flex: 0 0 37px;
    flex: 0 0 37px;
    width: 37px;
    height: 37px;
  }
  .crd_prof-small {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 5px;
    line-height: 12px;
  }
  .crd_prof-small .usrico-small {
    -ms-flex: 0 0 37px;
    flex: 0 0 37px;
    width: 37px;
    height: 37px;
  }
  .crd_prof-dtl {
    padding-left: 15px;
    overflow: hidden;
  }
  .crd_prof-dtl > a {
    display: block;
  }
  .crd_prof-dtl-row {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .crd_prof-dtl-comname {
    color: #333;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  .crd_prof-dtl-pos {
    margin-left: 3px;
    color: #333;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  .crd_prof-dtl-name {
    color: #333;
    font-size: 14px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.12px;
    line-height: 18px;
  }
  .crd_cmt {
    padding-top: 5px;
  }
  .crd_cmt a {
    display: block;
    color: #676767;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
  }
  .crd_cmt-small {
    padding-top: 5px;
  }
  .crd_cmt-small a {
    display: block;
    color: #676767;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
  }
  .crd_itm.is-small .crd_ttl-pubdate {
    text-align: left;
  }
  .crd_itm.is-small .crd_ttl-pubdate_cont {
    position: absolute;
    bottom: 38px;
    text-align: left;
  }
  .crd_itm.is-small .crd_ttl-pubdate_cont.is-reco {
    bottom: 34px;
  }
  .crd_itm.is-small .crd_read {
    display: none;
  }
  .curation_source {
    display: block;
    position: absolute;
    bottom: 36px;
    margin-right: 94px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
  }
  .curation_source_cont {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 230px;
    width: 80px;
    margin-right: 94px;
    color: #a5a5a5;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.08px;
    line-height: 14px;
    text-align: left;
  }
  .crd_num {
    z-index: 9;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 37px;
    background: #8aa2b1;
    color: #fff;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.69px;
    line-height: 28px;
    text-align: center;
  }
  .crd_ttl.has-iine {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .crd_ttl.has-iine .crd_ttl-txt {
    color: #333;
    font-size: 1.5rem;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .crd_ttl.has-iine .crd_data {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    padding-top: 7px;
    text-align: left;
    white-space: nowrap;
  }
  .crd_ttl.has-iine .crd_data .js-hint-bit-wrap {
    position: static;
    justify-content: flex-start;
    width: 45px;
  }
  .crd_ttl.has-iine .crd_data .js-hint-bit-wrap .btn_bit {
    height: 20px;
    margin: 0;
  }
  .crd_ttl.has-iine .crd_data .js-hint-bit-wrap .btn_bit .icon {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
  .crd_ttl.has-iine .crd_data .js-hint-bit-wrap .btn_bit_count {
    margin: 0;
    margin-bottom: 0;
    margin-left: 1px;
    letter-spacing: -0.5px;
  }
  .crd_ttl.has-iine .crd_data .crd_ttl-pubdate,
.crd_ttl.has-iine .crd_data .curation_source,
.crd_ttl.has-iine .crd_data .crd_ttl-pubdate_cont,
.crd_ttl.has-iine .crd_data .curation_source_cont {
    position: static;
    margin-top: 0;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1;
  }
  .crd_ttl.has-iine .crd_data .crd_ttl-pubdate,
.crd_ttl.has-iine .crd_data .crd_ttl-pubdate_cont {
    margin-bottom: -1px;
  }
  .crd_ttl.has-iine .crd_data .crd_data_time {
    display: block;
    padding-right: 5%;
  }
  .crd_ttl.has-iine .crd_data .curation_source,
.crd_ttl.has-iine .crd_data .curation_source_cont {
    position: static;
    margin-right: auto;
    margin-left: 0;
  }
  .crd_ttl.has-iine .crd_data .is-special,
.crd_ttl.has-iine .crd_data .is-special_cont {
    position: static;
    margin-right: auto;
    margin-bottom: -2px;
  }
  .crd_ttl.has-iine .crd_ttl-txt_cont {
    font-size: 1.5rem;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .crd_ttl-txt_cont.has-iine {
    font-size: 1.2rem;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .fixed_smn_prereg_inner {
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 22px 0 26px 0;
  }
  .fixed_smn_prereg_btn {
    -ms-flex-pack: end;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 4% - 54px - 16px);
    margin-right: 16px;
  }
  .fixed_smn_prereg_btn button.theme_BTN {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  }
  .fixed_smn_prereg_pagetop {
    display: block;
    position: relative;
    right: 0;
    width: 54px;
    height: 54px;
    margin-right: 4%;
    background: #333;
  }
  .fixed_smn_prereg_pagetop a {
    display: block;
    width: 54px;
    height: 54px;
    background: rgba(0, 0, 0, 0.67) url("/assets/images/common/arrow_up_wht_01.png") center no-repeat;
    background-size: 20px auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  #wrapper.smn_detail .fixed_smn_prereg_btn button.theme_BTN {
    padding: 0 12px;
  }
  #wrapper.smn_detail .fixed_smn_prereg_btn button.theme_BTN.is-hold, #wrapper.smn_detail .fixed_smn_prereg_btn button.theme_BTN.is-end {
    width: 80%;
    height: 42px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
  }
  ul.btn_fllw li a {
    max-width: 60%;
    padding-left: 14px;
    color: #2f2f2f;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  ul.btn_fllw li a:before {
    margin-right: 6px;
    margin-left: -14px;
    content: "#";
  }
  ul.btn_fllw li button {
    display: block;
    position: relative;
    width: 96px;
    height: 32px;
    padding-left: 5px;
    padding-left: 24px;
    border: 1px solid #53768c;
    border-radius: 3px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
  }
  ul.btn_fllw li button span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 14px;
    height: 14px;
    margin: auto;
  }
  ul.btn_fllw li button span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  ul.btn_fllw li button span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  ul.btn_fllw li button label {
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
  }
  ul.btn_fllw li button label:hover {
    cursor: pointer;
  }
  ul.btn_fllw li button.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  ul.btn_fllw li button.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 5px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  ul.btn_fllw li button.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  ul.btn_fllw li button label {
    display: block;
    width: 100%;
    padding-left: 6px;
    text-align: left;
  }
  .mdl_login .login_inner .log-ttl {
    width: 100%;
    margin-top: 40px;
    color: #53768c;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 1.89px;
    line-height: 24px;
    text-align: center;
  }
  .mdl_login .login_inner .log-ipt {
    padding-top: 13px;
    padding-right: 70px;
    padding-left: 70px;
  }
  .mdl_login .login_inner .log-ipt input[type=text], .mdl_login .login_inner .log-ipt input[type=tel], .mdl_login .login_inner .log-ipt input[type=email], .mdl_login .login_inner .log-ipt input[type=password], .mdl_login .login_inner .log-ipt input[type=number] {
    min-width: 0;
    min-height: 35px;
    padding: 6.5px 8px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #f9fdcf;
    color: inherit;
    font-size: 16px;
    letter-spacing: inherit;
    vertical-align: middle;
  }
  .mdl_login .login_inner .log-ipt input[type=text]:-webkit-autofill, .mdl_login .login_inner .log-ipt input[type=tel]:-webkit-autofill, .mdl_login .login_inner .log-ipt input[type=email]:-webkit-autofill, .mdl_login .login_inner .log-ipt input[type=password]:-webkit-autofill, .mdl_login .login_inner .log-ipt input[type=number]:-webkit-autofill {
    box-shadow: 0 0 0px 999px #fff inset;
  }
  .mdl_login .login_inner .log-ipt input[type=text]:placeholder-shown, .mdl_login .login_inner .log-ipt input[type=tel]:placeholder-shown, .mdl_login .login_inner .log-ipt input[type=email]:placeholder-shown, .mdl_login .login_inner .log-ipt input[type=password]:placeholder-shown, .mdl_login .login_inner .log-ipt input[type=number]:placeholder-shown, .mdl_login .login_inner .log-ipt input[type=text]::-webkit-input-placeholder, .mdl_login .login_inner .log-ipt input[type=tel]::-webkit-input-placeholder, .mdl_login .login_inner .log-ipt input[type=email]::-webkit-input-placeholder, .mdl_login .login_inner .log-ipt input[type=password]::-webkit-input-placeholder, .mdl_login .login_inner .log-ipt input[type=number]::-webkit-input-placeholder, .mdl_login .login_inner .log-ipt input[type=text]:-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=tel]:-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=email]:-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=password]:-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=number]:-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=text]::-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=tel]::-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=email]::-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=password]::-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=number]::-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=text]:-ms-input-placeholder, .mdl_login .login_inner .log-ipt input[type=tel]:-ms-input-placeholder, .mdl_login .login_inner .log-ipt input[type=email]:-ms-input-placeholder, .mdl_login .login_inner .log-ipt input[type=password]:-ms-input-placeholder, .mdl_login .login_inner .log-ipt input[type=number]:-ms-input-placeholder {
    color: #757575;
  }
  .mdl_login .login_inner .log-ipt .slct-alw {
    position: relative;
  }
  .mdl_login .login_inner .log-ipt .slct-alw select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 32px;
    padding: 4px 20px 4px 8px;
    border: 1px solid #d4d4d4;
    border-bottom: 2px solid #9b9b9b;
    background-color: #f9fdcf;
    color: inherit;
    font-size: 16px;
    letter-spacing: inherit;
    line-height: inherit;
  }
  .mdl_login .login_inner .log-ipt .slct-alw:after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 115px;
    width: 12px;
    height: 7px;
    background: url(/assets/images/common/arrow_down_blk_01.png);
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }
  .mdl_login .login_inner .log-ipt .wide select {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
  .mdl_login .login_inner .log-ipt .wide:after {
    right: 16px;
  }
  .mdl_login .login_inner .log-ipt .wide.textarea textarea {
    width: 94%;
  }
  .mdl_login .login_inner .log-ipt .type {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.94px;
    line-height: 12px;
  }
  .mdl_login .login_inner .log-ipt .entered {
    padding-left: 12px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 14px;
  }
  .mdl_login .login_inner .log-ipt .textarea textarea {
    padding: 4px 8px;
    border: solid 1px #d4d4d4;
    border-radius: 4px;
    background-color: #f9fdcf;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 21px;
    resize: none;
  }
  .mdl_login .login_inner .log-ipt .textarea textarea.is-resizable {
    resize: vertical;
  }
  .mdl_login .login_inner .log-ipt-mail {
    margin-top: 16px;
  }
  .mdl_login .login_inner .log-ipt-mail .ttl {
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl_login .login_inner .log-ipt-mail .mail[type=text] {
    width: 100%;
    margin-top: 7px;
    padding: 9px 8px;
    color: #333;
    font-size: 16px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .mdl_login .login_inner .log-ipt-mail .err {
    display: none;
    margin-top: 7px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl_login .login_inner .log-ipt-mail .err.has-err {
    display: block;
  }
  .mdl_login .login_inner .log-ipt-pass {
    margin-top: 16px;
  }
  .mdl_login .login_inner .log-ipt-pass .ttl {
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl_login .login_inner .log-ipt-pass .pass_inner {
    position: relative;
    margin-top: 6px;
  }
  .mdl_login .login_inner .log-ipt-pass .pass_inner .pass[type=password], .mdl_login .login_inner .log-ipt-pass .pass_inner .pass[type=text] {
    width: 100%;
    padding: 9px 8px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .mdl_login .login_inner .log-ipt-pass .pass_inner .field-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .mdl_login .login_inner .log-ipt-pass .err {
    display: none;
    margin-top: 6px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl_login .login_inner .log-ipt-pass .err.has-err {
    display: block;
  }
  .mdl_login .login_inner .log-ipt-check {
    margin-top: 23px;
    text-align: center;
  }
  .mdl_login .login_inner .log-ipt-check-blk .check {
    display: none;
  }
  .mdl_login .login_inner .log-ipt-check-blk .check:checked + .check-lbl:before {
    border: 2px solid #4e74e9;
  }
  .mdl_login .login_inner .log-ipt-check-blk .check:checked + .check-lbl:after {
    -ms-transform: rotate(40deg);
    display: block;
    position: absolute;
    top: -9px;
    left: 38px;
    width: 6px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }
  .mdl_login .login_inner .log-ipt-check-blk .check-lbl {
    display: block;
    position: relative;
    width: 90%;
    margin-left: 32px;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: 14px;
  }
  .mdl_login .login_inner .log-ipt-check-blk .check-lbl:before {
    display: block;
    position: absolute;
    top: -3px;
    left: 30px;
    width: 18px;
    height: 18px;
    border: 2px solid #979797;
    background-color: #f8f8f8;
    content: "";
  }
  .mdl_login .login_inner .log-ipt-btn .link {
    display: block;
    width: 100%;
    margin-top: 31px;
    padding: 13px 10px;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_login .login_inner .log-ipt-btn .link-forget {
    display: block;
    margin-top: 14px;
    color: #2e7de8;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 24px;
    text-align: center;
  }
  .mdl_login .login_inner .log-hr {
    position: relative;
    width: 68%;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 16%;
    border-bottom: 1px solid #d6d6d6;
  }
  .mdl_login .login_inner .log-hr-txt {
    position: absolute;
    top: -10px;
    left: calc(50% - 25px);
    padding: 0 10px;
    background-color: #fff;
    color: #d4d4d4;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }
  .mdl_login .login_inner .log-fb-txt {
    padding-top: 3px;
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_login .login_inner .log-reg {
    margin-top: 53px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: center;
  }
  .mdl_login .login_inner .log-reg-link {
    color: #2e7de8;
  }
  .mdl_login .login_inner:after {
    display: block;
    height: 36px;
    content: "";
  }
  .mdl_cnt.mem_miss {
    width: 100%;
    height: 100%;
    max-height: 90vh;
    overflow-x: auto;
    overflow-y: auto;
  }
  .mdl_cnt.mem_miss .mdl_mem_miss {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_cnt.mem_miss .mdl_close {
    z-index: 1;
  }
  .mdl_mem_miss {
    width: 100%;
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .mdl_mem_miss .ttl {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-left: 22px;
    color: #cf1010;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: 32px;
    text-align: center;
  }
  .mdl_mem_miss .ttl:before {
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ce0000;
    background-size: 22px 22px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: 23px;
    text-align: center;
    content: "!";
  }
  .mdl_mem_miss .subttl {
    width: 80%;
    margin: 10px auto 0 auto;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 26px;
    text-align: center;
  }
  .mdl_mem_miss .list {
    width: 58%;
    margin: 23px auto 0 auto;
  }
  .mdl_mem_miss .list .item .item_txt {
    position: relative;
    padding-left: 20px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1.05px;
    line-height: 30px;
  }
  .mdl_mem_miss .list .item .item_txt .icon_cross:before, .mdl_mem_miss .list .item .item_txt .icon_cross:after {
    -ms-transform-origin: center center;
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    transform-origin: center center;
    content: "";
  }
  .mdl_mem_miss .list .item .item_txt .icon_cross:before {
    -ms-transform: rotate(45deg);
    top: 14px;
    left: 0;
    transform: rotate(45deg);
    border-left: 2px solid #53768c;
  }
  .mdl_mem_miss .list .item .item_txt .icon_cross:after {
    -ms-transform: rotate(-45deg);
    top: 14px;
    left: -8px;
    transform: rotate(-45deg);
    border-right: 2px solid #53768c;
  }
  .mdl_mem_miss .msg {
    display: block;
    width: 90%;
    margin: 25px auto 0 auto;
    color: #f57530;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_mem_miss .detail-link {
    display: block;
    width: 90%;
    margin: 14px auto 0 auto;
    color: #2d76ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.67px;
    line-height: 16px;
    text-align: center;
  }
  .mdl_mem_miss .detail-input-link {
    display: block;
    width: 90%;
    height: 44px;
    margin: 30px auto 0 auto;
    padding: 12px 8px;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_mem_miss .cancel-btn {
    display: block;
    width: 300px;
    margin: 32px auto 0 auto;
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 16px;
    text-align: center;
  }
  .js-mdl-mem_miss .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #53768c;
    opacity: 0.8;
  }
  .mdl_cnt.mdl-p-edit {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
  }
  .mdl_cnt.mdl-p-edit .p_edit {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_cnt.mdl-p-edit .mdl_close {
    z-index: 1;
  }
  .mdl-p-edit .p_edit_head,
.reg-info-edit .p_edit_head {
    position: relative;
  }
  .mdl-p-edit .p_edit_head .ttl,
.reg-info-edit .p_edit_head .ttl {
    padding-top: 23px;
    padding-right: 30px;
    padding-bottom: 42px;
    color: #748393;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 28.8px;
    text-align: center;
  }
  .mdl-p-edit .p_edit_head .secom,
.reg-info-edit .p_edit_head .secom {
    position: absolute;
    top: 16px;
    right: 14.8%;
  }
  .mdl-p-edit .p_edit_body > .ttl,
.reg-info-edit .p_edit_body > .ttl {
    position: relative;
    padding-right: 20px;
    padding-left: 17px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1.26px;
    line-height: 18px;
  }
  .mdl-p-edit .p_edit_body .list,
.reg-info-edit .p_edit_body .list {
    padding-top: 10px;
  }
  .mdl-p-edit .p_edit_body .list .itm,
.reg-info-edit .p_edit_body .list .itm {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-bottom: 17px;
    border-top: 1px solid #d8d8d8;
  }
  .mdl-p-edit .p_edit_body .list .itm input[type=text], .mdl-p-edit .p_edit_body .list .itm input[type=tel], .mdl-p-edit .p_edit_body .list .itm input[type=email], .mdl-p-edit .p_edit_body .list .itm input[type=password], .mdl-p-edit .p_edit_body .list .itm input[type=number],
.reg-info-edit .p_edit_body .list .itm input[type=text],
.reg-info-edit .p_edit_body .list .itm input[type=tel],
.reg-info-edit .p_edit_body .list .itm input[type=email],
.reg-info-edit .p_edit_body .list .itm input[type=password],
.reg-info-edit .p_edit_body .list .itm input[type=number] {
    min-width: 0;
    min-height: 35px;
    padding: 6.5px 8px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #f9fdcf;
    color: inherit;
    font-size: 16px;
    letter-spacing: inherit;
    vertical-align: middle;
  }
  .mdl-p-edit .p_edit_body .list .itm input[type=text]:-webkit-autofill, .mdl-p-edit .p_edit_body .list .itm input[type=tel]:-webkit-autofill, .mdl-p-edit .p_edit_body .list .itm input[type=email]:-webkit-autofill, .mdl-p-edit .p_edit_body .list .itm input[type=password]:-webkit-autofill, .mdl-p-edit .p_edit_body .list .itm input[type=number]:-webkit-autofill,
.reg-info-edit .p_edit_body .list .itm input[type=text]:-webkit-autofill,
.reg-info-edit .p_edit_body .list .itm input[type=tel]:-webkit-autofill,
.reg-info-edit .p_edit_body .list .itm input[type=email]:-webkit-autofill,
.reg-info-edit .p_edit_body .list .itm input[type=password]:-webkit-autofill,
.reg-info-edit .p_edit_body .list .itm input[type=number]:-webkit-autofill {
    box-shadow: 0 0 0px 999px #fff inset;
  }
  .mdl-p-edit .p_edit_body .list .itm input[type=text]:placeholder-shown, .mdl-p-edit .p_edit_body .list .itm input[type=tel]:placeholder-shown, .mdl-p-edit .p_edit_body .list .itm input[type=email]:placeholder-shown, .mdl-p-edit .p_edit_body .list .itm input[type=password]:placeholder-shown, .mdl-p-edit .p_edit_body .list .itm input[type=number]:placeholder-shown, .mdl-p-edit .p_edit_body .list .itm input[type=text]::-webkit-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=tel]::-webkit-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=email]::-webkit-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=password]::-webkit-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=number]::-webkit-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=text]:-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=tel]:-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=email]:-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=password]:-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=number]:-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=text]::-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=tel]::-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=email]::-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=password]::-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=number]::-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=text]:-ms-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=tel]:-ms-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=email]:-ms-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=password]:-ms-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=number]:-ms-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=text]:placeholder-shown,
.reg-info-edit .p_edit_body .list .itm input[type=tel]:placeholder-shown,
.reg-info-edit .p_edit_body .list .itm input[type=email]:placeholder-shown,
.reg-info-edit .p_edit_body .list .itm input[type=password]:placeholder-shown,
.reg-info-edit .p_edit_body .list .itm input[type=number]:placeholder-shown,
.reg-info-edit .p_edit_body .list .itm input[type=text]::-webkit-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=tel]::-webkit-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=email]::-webkit-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=password]::-webkit-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=number]::-webkit-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=text]:-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=tel]:-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=email]:-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=password]:-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=number]:-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=text]::-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=tel]::-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=email]::-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=password]::-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=number]::-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=text]:-ms-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=tel]:-ms-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=email]:-ms-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=password]:-ms-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=number]:-ms-input-placeholder {
    color: #757575;
  }
  .mdl-p-edit .p_edit_body .list .itm .slct-alw,
.reg-info-edit .p_edit_body .list .itm .slct-alw {
    position: relative;
  }
  .mdl-p-edit .p_edit_body .list .itm .slct-alw select,
.reg-info-edit .p_edit_body .list .itm .slct-alw select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 32px;
    padding: 4px 20px 4px 8px;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    border-bottom: 2px solid #9b9b9b;
    background-color: #f9fdcf;
    color: inherit;
    font-size: 16px;
    letter-spacing: inherit;
    line-height: inherit;
  }
  .mdl-p-edit .p_edit_body .list .itm .slct-alw:after,
.reg-info-edit .p_edit_body .list .itm .slct-alw:after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 115px;
    width: 12px;
    height: 7px;
    background: url(/assets/images/common/arrow_down_blk_01.png);
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .wide select,
.reg-info-edit .p_edit_body .list .itm .wide select {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
  .mdl-p-edit .p_edit_body .list .itm .wide:after,
.reg-info-edit .p_edit_body .list .itm .wide:after {
    right: 16px;
  }
  .mdl-p-edit .p_edit_body .list .itm .wide.textarea textarea,
.reg-info-edit .p_edit_body .list .itm .wide.textarea textarea {
    width: 94%;
  }
  .mdl-p-edit .p_edit_body .list .itm .type,
.reg-info-edit .p_edit_body .list .itm .type {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.94px;
    line-height: 12px;
  }
  .mdl-p-edit .p_edit_body .list .itm .entered,
.reg-info-edit .p_edit_body .list .itm .entered {
    padding-left: 12px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 14px;
  }
  .mdl-p-edit .p_edit_body .list .itm .textarea textarea,
.reg-info-edit .p_edit_body .list .itm .textarea textarea {
    padding: 4px 8px;
    border: solid 1px #d4d4d4;
    border-radius: 4px;
    background-color: #f9fdcf;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 21px;
    resize: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .textarea textarea.is-resizable,
.reg-info-edit .p_edit_body .list .itm .textarea textarea.is-resizable {
    resize: vertical;
  }
  .mdl-p-edit .p_edit_body .list .itm.posttitle,
.reg-info-edit .p_edit_body .list .itm.posttitle {
    padding-bottom: 0;
  }
  .mdl-p-edit .p_edit_body .list .itm.posttitle .ipt_body,
.reg-info-edit .p_edit_body .list .itm.posttitle .ipt_body {
    padding-bottom: 26px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_head,
.reg-info-edit .p_edit_body .list .itm .ipt_head {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 7px 7px 7px 16px;
    background-color: #f0f0f0;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_head > .ttl,
.reg-info-edit .p_edit_body .list .itm .ipt_head > .ttl {
    margin-right: 12px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_head .req,
.reg-info-edit .p_edit_body .list .itm .ipt_head .req {
    padding: 2px 3px;
    border: 1px solid #cf1010;
    background-color: #fff;
    color: #cf1010;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.79px;
    line-height: 14px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt-radio,
.reg-info-edit .p_edit_body .list .itm .ipt-radio {
    display: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt-radio:checked + .ipt-radio-lbl:before,
.reg-info-edit .p_edit_body .list .itm .ipt-radio:checked + .ipt-radio-lbl:before {
    top: 2px;
    left: -1px;
    border: 2px solid #2470ff;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt-radio:checked + .ipt-radio-lbl:after,
.reg-info-edit .p_edit_body .list .itm .ipt-radio:checked + .ipt-radio-lbl:after {
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #2470ff;
    content: "";
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt-radio-lbl,
.reg-info-edit .p_edit_body .list .itm .ipt-radio-lbl {
    display: block;
    position: relative;
    width: 90%;
    padding-left: 28px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt-radio-lbl:before,
.reg-info-edit .p_edit_body .list .itm .ipt-radio-lbl:before {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #979797;
    border-radius: 50%;
    background-color: #f8f8f8;
    content: "";
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic {
    -ms-flex-direction: row;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 13px 20px 0px 19px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .img,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .img {
    width: 86px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .img img,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .img img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .upld,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .upld {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-left: 46px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .upld-btn,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .upld-btn {
    width: 100%;
    height: 34px;
    border: 1px solid #53768c;
    border-radius: 3px;
    background-color: #fff;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 14px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .upld-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .upld-err {
    display: none;
    bottom: -26px;
    left: 0;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .upld-err.has-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .upld-err.has-err {
    display: block;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 296px;
    padding: 25px 10px;
    background-color: #fff;
    box-shadow: -2px 4px 8px 2px rgba(0, 0, 0, 0.5);
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list.is-hide,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list.is-hide {
    display: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list li,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list li {
    padding-bottom: 27px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list li:nth-of-type(2), .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list li:nth-of-type(3),
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list li:nth-of-type(2),
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list li:nth-of-type(3) {
    display: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list li:last-child,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list li:last-child {
    padding-bottom: 0;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list li button,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list li button {
    display: block;
    width: 100%;
    outline: none;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list li input.list_upld-file,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .upld-select-list li input.list_upld-file {
    display: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .seimei,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .seimei {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .kanji,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .kanji {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .kanji .sei_kanji,
.mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .kanji .mei_kanji,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .kanji .sei_kanji,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .kanji .mei_kanji {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center;
    -ms-flex-item-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-self: flex-start;
    width: 50%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .kanji .txt,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .kanji .txt {
    width: 20%;
    text-align: right;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .kanji input,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .kanji input {
    width: calc(80% - 6px);
    margin-left: 6px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .kanji .err,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .kanji .err {
    display: none;
    margin-left: 20%;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .kanji .err.has-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .kanji .err.has-err {
    display: block;
    margin-top: 8px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .kana,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .kana {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .kana .sei_kana,
.mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .kana .mei_kana,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .kana .sei_kana,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .kana .mei_kana {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center;
    -ms-flex-item-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-self: flex-start;
    width: 50%;
    margin-top: 14px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .kana .txt,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .kana .txt {
    width: 20%;
    margin-right: 6px;
    text-align: right;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .kana input,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .kana input {
    width: calc(80% - 6px);
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .kana .err,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .kana .err {
    display: none;
    margin-left: 20%;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .kana .err.has-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .kana .err.has-err {
    display: block;
    margin-top: 8px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .w_address,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .w_address {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .w_address_kanji,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .w_address_kanji {
    -ms-flex-direction: row;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .w_address_kanji input,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .w_address_kanji input {
    width: 100%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .w_address_kana,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .w_address_kana {
    -ms-flex-direction: row;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 14px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .w_address_kana > div,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .w_address_kana > div {
    -ms-flex-direction: row;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .w_address_kana input,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .w_address_kana input {
    width: calc(90% - 12px);
    margin-left: 12px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .w_address_kana .err,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .w_address_kana .err {
    margin-left: 8%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .w_address .txt,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .w_address .txt {
    display: block;
    width: 10%;
    text-align: right;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .w_address .err,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .w_address .err {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .w_address .err.has-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .w_address .err.has-err {
    display: block;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .w_address .company-limited-lbl,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .w_address .company-limited-lbl {
    width: 50%;
    margin-bottom: 6px;
    padding-left: 10%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .w_address .company-limited-lbl.company-limited-11,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .w_address .company-limited-lbl.company-limited-11 {
    order: 1;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .w_address .company-limited-lbl .ipt-radio-lbl,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .w_address .company-limited-lbl .ipt-radio-lbl {
    width: 100%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .w_address .company-limited-last.has-fake-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .w_address .company-limited-last.has-fake-err {
    display: block;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .post,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .post {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .post_txt,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .post_txt {
    position: relative;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .post input[type=text],
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .post input[type=text] {
    width: 100%;
    margin-top: 10px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .post_ipt,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .post_ipt {
    padding-left: 19px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .post_ipt-lbl > input,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .post_ipt-lbl > input {
    display: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .post_ipt-lbl > input:checked + .post_ipt-check-lbl:before,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .post_ipt-lbl > input:checked + .post_ipt-check-lbl:before {
    border: 2px solid #4e74e9;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .post_ipt-lbl > input:checked + .post_ipt-check-lbl:after,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .post_ipt-lbl > input:checked + .post_ipt-check-lbl:after {
    -ms-transform: rotate(40deg);
    display: block;
    position: absolute;
    top: -6px;
    left: 7px;
    width: 6px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .post_ipt-check-lbl,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .post_ipt-check-lbl {
    display: block;
    position: relative;
    width: 90%;
    margin-top: 15px;
    padding-left: 34px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .post_ipt-check-lbl:before,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .post_ipt-check-lbl:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #979797;
    background-color: #f8f8f8;
    content: "";
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .post .err,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .post .err {
    display: none;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .post .err.has-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .post .err.has-err {
    display: block;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .self_intro,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .self_intro {
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .self_intro_ipt,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .self_intro_ipt {
    width: 100%;
    min-width: 90vw;
    max-width: 90vw;
    height: 108px;
    min-height: 108px;
    max-height: 216px;
    margin-top: 7px;
    margin-bottom: 24px;
    border: none;
    outline: none;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
    resize: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .self_intro.is-focused,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .self_intro.is-focused {
    border-color: #5a99ea;
    box-shadow: 0 0 5px #a9ccf8;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .self_intro_wrapper,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .self_intro_wrapper {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .self_intro_wrapper .err,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .self_intro_wrapper .err {
    display: none;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body.basic .self_intro_wrapper .err.has-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body.basic .self_intro_wrapper .err.has-err {
    display: block;
  }
  .mdl-p-edit .p_edit_body .submit,
.reg-info-edit .p_edit_body .submit {
    display: block;
    width: 90%;
    height: 45px;
    margin: 13px auto 0 auto;
    border-radius: 3px;
    background-color: #f35f18;
    text-align: center;
  }
  .mdl-p-edit .p_edit_body .submit_btn,
.reg-info-edit .p_edit_body .submit_btn {
    width: 100%;
    padding: 13px 10px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
  }
  .mdl-p-edit .p_edit_body .submit_btn:disabled,
.reg-info-edit .p_edit_body .submit_btn:disabled {
    border: 1px solid rgba(207, 16, 16, 0.32);
    background-color: #fff;
    color: #cf1010;
    pointer-events: none;
  }
  .mdl-p-edit .p_edit_body .submit_btn.btn_save_prg,
.reg-info-edit .p_edit_body .submit_btn.btn_save_prg {
    background: none;
    color: #bfbfbf;
    font-size: 14px;
    font-weight: bold;
  }
  .mdl-p-edit .p_edit_body .submit_btn.btn_save_prg:disabled,
.reg-info-edit .p_edit_body .submit_btn.btn_save_prg:disabled {
    border: none;
    color: #bfbfbf;
  }
  .mdl-p-edit .p_edit_body .submit_btn.btn_reg_member,
.reg-info-edit .p_edit_body .submit_btn.btn_reg_member {
    background: #f35f18;
  }
  .mdl-p-edit .p_edit_body .submit_btn.btn_reg_member:disabled,
.reg-info-edit .p_edit_body .submit_btn.btn_reg_member:disabled {
    border: 1px solid #bfbfbf;
    background: #bfbfbf;
    color: #fff;
  }
  .reg-info-edit .p_edit_body:after {
    display: block;
    height: 30px;
    content: "";
  }
  .mdl-p-edit .p_edit_body:after {
    display: block;
    height: 60px;
    content: "";
  }
  .mdl-p-edit .p_edit_body.is-offer_setting:after {
    height: 20px;
  }
  .mdl-p-edit .p_edit_body.is-limit:after {
    height: 0px;
  }
  .js-mdl-p-edit .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #53768c;
    opacity: 0.8;
  }
  .js-mdl-revised-terms-article .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #53768c;
    opacity: 0.8;
  }
  .js-mdl-revised-terms-article .mdl_cnt.revised-terms.renew {
    height: 80%;
  }
  .js-mdl-revised-terms .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #53768c;
    opacity: 0.8;
  }
  .js-mdl-revised-terms .mdl_cnt.revised-terms.renew {
    height: 80%;
  }
  .js-mdl-revised-terms-confirm .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #53768c;
    opacity: 0.8;
  }
  #wrapper.is-set-p-upld-img .ipt-btn-p-upld-bd li:nth-of-type(2), #wrapper.is-set-p-upld-img .ipt-btn-p-upld-bd li:nth-of-type(3) {
    display: block;
  }
  #wrapper.is-set-p-upld-img .upld-select-list li:nth-of-type(2), #wrapper.is-set-p-upld-img .upld-select-list li:nth-of-type(3) {
    display: block;
  }
  .mdl_cnt.mdl_p_img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
  }
  .mdl_p_img .mdl_close {
    z-index: 2;
  }
  .mdl_p_img .mdl_close:before, .mdl_p_img .mdl_close:after {
    margin-top: -8px;
  }
  .mdl_p_img .ttl {
    margin-top: 30px;
    color: #748393;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.19px;
    text-align: center;
  }
  .croppie-container {
    height: auto !important;
    margin: 20px auto 0 auto;
  }
  .croppie-container .cr-vp-square {
    border-radius: 50%;
  }
  .mdl_p_img_loading {
    display: block;
    width: 100px;
    height: 100px;
    margin: 143px auto;
  }
  .mdl_p_img_inner {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_p_img_inner button.save {
    display: block;
    width: 90%;
    height: 45px;
    margin: 20px auto;
    padding: 13.5px 10px;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
  }
  .js-mdl-p-img .mdl_base,
.js-mdl-del-p-img .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #53768c;
    opacity: 0.8;
  }
  .mdl_cnt.mdl_del_p_img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 417px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
  }
  .mdl_cnt.mdl_del_p_img:after {
    display: block;
    height: 29px;
    clear: both;
    content: "";
  }
  .mdl_del_p_img .ttl {
    margin-bottom: 20px;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 33px;
    text-align: center;
  }
  .mdl_del_p_img .subttl {
    margin-bottom: 39px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_del_p_img_inner {
    -ms-transform: translatez(0);
    padding: 64px 20px 0 20px;
    transform: translatez(0);
  }
  .mdl_del_p_img_inner button {
    display: block;
    margin: 0 auto;
    padding: 13.5px 10px;
  }
  .mdl_del_p_img_inner button.cancel_btn {
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
  }
  .mdl_del_p_img_inner button.delete_btn {
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
  }
  .mdl_p_img .cropper-view-box {
    border-radius: 50%;
  }
  .mdl_p_img .cropper-crop-box {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .mdl_p_img .cropper-view-box {
    outline: 4px dashed #39f;
  }
  .mdl_p_img .cropper-dashed.dashed-h {
    border-top: none;
    border-bottom: none;
  }
  .mdl_p_img .cropper-dashed.dashed-v {
    border-right: none;
    border-left: none;
  }
  .mdl_p_img .cropper-line.line-e, .mdl_p_img .cropper-line.line-n, .mdl_p_img .cropper-line.line-w, .mdl_p_img .cropper-line.line-s {
    pointer-events: none;
  }
  .mdl_p_img .cropper-point {
    width: 9px;
    height: 9px;
    opacity: 1;
  }
  .mdl_p_img .cropper-point.point-e, .mdl_p_img .cropper-point.point-n, .mdl_p_img .cropper-point.point-w, .mdl_p_img .cropper-point.point-s {
    display: none;
  }
  .mdl_p_img .cropper-point.point-ne {
    top: -9px;
    right: -9px;
    pointer-events: none;
  }
  .mdl_p_img .cropper-point.point-nw {
    top: -11px;
    left: -11px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-image: url("/assets/images/common/icon-cornerstone.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
  }
  .mdl_p_img .cropper-point.point-sw {
    bottom: -9px;
    left: -9px;
    pointer-events: none;
  }
  .mdl_p_img .cropper-point.point-se {
    right: -30px;
    bottom: -30px;
    width: 51px;
    height: 51px;
    background-color: transparent;
    background-image: url("/assets/images/common/icon-scale.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mdl_p_img .cropper-point.point-se:before {
    right: -25%;
    bottom: -25%;
    width: 150%;
    height: 150%;
  }
  .mdl_cnt.rcmd_usr {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    padding: 20px 17px 20px 17px;
    overflow-x: auto;
    overflow-y: scroll;
    border: 1px solid #e2e2e2;
  }
  .mdl_cnt.rcmd_usr:after {
    display: block;
    height: 30px;
    clear: both;
    content: "";
  }
  .mdl_cnt.rcmd_usr .mdl_close {
    z-index: 1;
  }
  .mdl_rcmd_usr {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_rcmd_usr .ttl {
    padding: 10px 35px 0 35px;
    color: #748393;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.19px;
    line-height: 28.8px;
    text-align: center;
  }
  .mdl_rcmd_usr .list {
    margin-top: 10px;
  }
  .mdl_rcmd_usr .list .itm {
    border-bottom: 1px solid #53768c;
  }
  .mdl_rcmd_usr .btn {
    margin-top: 27px;
  }
  .mdl_rcmd_usr .btn .more_read {
    display: block;
    width: 93%;
    height: 46px;
    background-color: #f0f0f0;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.54px;
    line-height: 13px;
  }
  .js-mdl-rcmd_usr .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #53768c;
    opacity: 0.8;
  }
  .mdl_cnt.reg-info-edit {
    width: 100%;
    max-width: 805px;
    height: 100%;
    max-height: 100vh;
  }
  .mdl_cnt.reg-info-edit .p_edit {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_cnt.reg-info-edit .mdl_close {
    z-index: 1;
  }
  .mdl-bit_thanks,
.mdl-bit_thanks-header {
    /* width: 100%; */
    /* height: 100%; */
    z-index: 99;
    position: absolute;
  }
  .mdl-bit_thanks .iinearea-thanks-drpdwn_waku,
.mdl-bit_thanks-header .iinearea-thanks-drpdwn_waku {
    width: 240px;
    margin: 0 auto;
    margin-top: -20px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 7px 6px rgba(0, 0, 0, 0.13);
    text-align: center;
  }
  .mdl-bit_thanks ul,
.mdl-bit_thanks-header ul {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .mdl-bit_thanks ul li:nth-child(2),
.mdl-bit_thanks-header ul li:nth-child(2) {
    background-color: #f0f0f0;
  }
  .mdl-bit_thanks ul li:nth-child(2) a,
.mdl-bit_thanks-header ul li:nth-child(2) a {
    text-decoration: none;
  }
  .mdl-bit_thanks .mdl_close_bit,
.mdl-bit_thanks-header .mdl_close_bit {
    position: relative;
    top: -10px;
    left: 0px;
    width: 100px;
    height: 20px;
    margin-top: -3px;
    border-radius: 10px;
    color: #53768c;
    font-weight: 400;
  }
  .mdl-bit_thanks .mdl_close_bit .batsu,
.mdl-bit_thanks-header .mdl_close_bit .batsu {
    display: inline-block;
    position: relative;
    /* ボタンの背景色 */
    top: 4px;
    left: -4px;
    width: 20px;
    height: 20px;
    border: 2px solid #53768c;
    /* 枠の調整 */
    background: #fff;
  }
  .mdl-bit_thanks .mdl_close_bit .batsu:before, .mdl-bit_thanks .mdl_close_bit .batsu:after,
.mdl-bit_thanks-header .mdl_close_bit .batsu:before,
.mdl-bit_thanks-header .mdl_close_bit .batsu:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    /* 棒の幅（太さ） */
    height: 16px;
    /* 棒の高さ */
    background: #53768c;
    content: "";
    /* バツ印の色 */
  }
  .mdl-bit_thanks .mdl_close_bit .batsu:before,
.mdl-bit_thanks-header .mdl_close_bit .batsu:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .mdl-bit_thanks .mdl_close_bit .batsu:after,
.mdl-bit_thanks-header .mdl_close_bit .batsu:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mdl-bit_thanks.is-hide,
.mdl-bit_thanks-header.is-hide {
    display: none;
  }
  .mdl-bit_thanks {
    left: 50%;
    margin-top: 150px;
    transform: translateX(-50%);
    /* 必要に応じて調整 */
  }
  .mdl-bit_thanks-header {
    margin-top: 180px;
    /* 調整の余地あり */
  }
  .reg-info-edit .p_edit_head {
    position: relative;
  }
  .reg-info-edit .p_edit_head .ttl {
    padding-top: 30px;
    padding-bottom: 44px;
    color: #748393;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 28.8px;
    text-align: center;
  }
  .reg-info-edit .p_edit_head .secom {
    position: absolute;
    top: 15px;
    right: 11%;
  }
  .reg-info-edit .p_edit_body form > .ttl {
    position: relative;
    padding-left: 37px;
    color: #2f2f2f;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl:before {
    position: absolute;
    top: -3px;
    left: 20px;
    height: 24px;
    border-left: 4px solid #53768c;
    content: "";
  }
  .reg-info-edit .p_edit_body form > .ttl.mail {
    margin-top: 30px;
  }
  .reg-info-edit .p_edit_body form > .ttl.mail + .list .itm {
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.mail + .list .itm .ipt_body input {
    width: 97%;
  }
  .reg-info-edit .p_edit_body form > .ttl.mail + .list .itm .ipt_body .err {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.mail + .list .itm .ipt_body .err.has-err {
    display: block;
  }
  .reg-info-edit .p_edit_body form > .ttl.business {
    margin-top: 40px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm {
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body {
    -ms-flex-direction: column;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 9px 6px 9px 6px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm.w_a_name {
    padding-top: 4px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm .w_a_itm_head {
    width: 17%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm .w_a_itm_body {
    width: 83%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm .w_a_itm_body.slct-alw select {
    width: 97%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm .w_a_itm_body.slct-alw:after {
    right: 6%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm .w_a_itm_body input {
    width: 97%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm .w_a_itm_body .err {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm .w_a_itm_body .err.has-err {
    display: block;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .post > p {
    margin-bottom: 8px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .post input[type=text] {
    width: 97%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .job_category {
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .job_category .slct-alw select {
    width: 96%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .job_category .slct-alw:after {
    right: 7%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .job_category .other-msg {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .job_category .other-blck input {
    width: 96%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .job_category .err {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .job_category .err.has-err {
    display: block;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body > input,
.reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body > select {
    width: 96%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body > label.err {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body > label.err.has-err {
    display: block;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body.slct-alw:after {
    top: 26px;
    right: 7%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .industry-msg {
    margin-bottom: 8px;
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .ipt_body > div {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .ipt_body > div .slct-alw {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .ipt_body > div .slct-alw select {
    width: 96%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .ipt_body > div .slct-alw:after {
    right: 6%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .ipt_body > div .other-msg {
    margin: 8px 0;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .ipt_body > div input {
    width: 96%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .ipt_body > div .err {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .ipt_body > div .err.has-err {
    display: block;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete {
    margin-top: 40px;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm .ipt_body > div {
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm .ipt_body > div > div.slct-alw select {
    width: 96%;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm .ipt_body > div > div.slct-alw:after {
    right: 6%;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm .ipt_body > div .other-msg {
    margin: 8px 0;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm .ipt_body > div input {
    width: 96%;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm .ipt_body .err {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm .ipt_body .err.has-err {
    display: block;
  }
  .reg-info-edit .p_edit_body form .list {
    padding-top: 10px;
  }
  .reg-info-edit .p_edit_body form .list .itm {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-bottom: 17px;
    border-top: 1px solid #d8d8d8;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_head {
    width: 100%;
    padding: 7px 20px 6px 23px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body {
    -ms-flex-direction: column;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 14px 7px 15px 17px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .sp_mail-msg {
    margin-bottom: 12px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_terms {
    padding: 0 0 0 17px;
  }
  .reg-info-edit .p_edit_body form .list .itm input[type=text], .reg-info-edit .p_edit_body form .list .itm input[type=tel], .reg-info-edit .p_edit_body form .list .itm input[type=email], .reg-info-edit .p_edit_body form .list .itm input[type=password], .reg-info-edit .p_edit_body form .list .itm input[type=number] {
    min-width: 0;
    min-height: 35px;
    padding: 6.5px 8px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #f9fdcf;
    color: inherit;
    font-size: 16px;
    letter-spacing: inherit;
    vertical-align: middle;
  }
  .reg-info-edit .p_edit_body form .list .itm input[type=text]:-webkit-autofill, .reg-info-edit .p_edit_body form .list .itm input[type=tel]:-webkit-autofill, .reg-info-edit .p_edit_body form .list .itm input[type=email]:-webkit-autofill, .reg-info-edit .p_edit_body form .list .itm input[type=password]:-webkit-autofill, .reg-info-edit .p_edit_body form .list .itm input[type=number]:-webkit-autofill {
    box-shadow: 0 0 0px 999px #fff inset;
  }
  .reg-info-edit .p_edit_body form .list .itm input[type=text]:placeholder-shown, .reg-info-edit .p_edit_body form .list .itm input[type=tel]:placeholder-shown, .reg-info-edit .p_edit_body form .list .itm input[type=email]:placeholder-shown, .reg-info-edit .p_edit_body form .list .itm input[type=password]:placeholder-shown, .reg-info-edit .p_edit_body form .list .itm input[type=number]:placeholder-shown, .reg-info-edit .p_edit_body form .list .itm input[type=text]::-webkit-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=tel]::-webkit-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=email]::-webkit-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=password]::-webkit-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=number]::-webkit-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=text]:-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=tel]:-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=email]:-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=password]:-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=number]:-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=text]::-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=tel]::-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=email]::-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=password]::-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=number]::-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=text]:-ms-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=tel]:-ms-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=email]:-ms-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=password]:-ms-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=number]:-ms-input-placeholder {
    color: #757575;
  }
  .reg-info-edit .p_edit_body form .list .itm .slct-alw {
    position: relative;
  }
  .reg-info-edit .p_edit_body form .list .itm .slct-alw select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 32px;
    padding: 4px 20px 4px 8px;
    border: 1px solid #d4d4d4;
    border-bottom: 2px solid #9b9b9b;
    background-color: #f9fdcf;
    color: inherit;
    font-size: 16px;
    letter-spacing: inherit;
    line-height: inherit;
  }
  .reg-info-edit .p_edit_body form .list .itm .slct-alw:after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 115px;
    width: 12px;
    height: 7px;
    background: url(/assets/images/common/arrow_down_blk_01.png);
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }
  .reg-info-edit .p_edit_body form .list .itm .wide select {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
  .reg-info-edit .p_edit_body form .list .itm .wide:after {
    right: 16px;
  }
  .reg-info-edit .p_edit_body form .list .itm .wide.textarea textarea {
    width: 94%;
  }
  .reg-info-edit .p_edit_body form .list .itm .type {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.94px;
    line-height: 12px;
  }
  .reg-info-edit .p_edit_body form .list .itm .entered {
    padding-left: 12px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 14px;
  }
  .reg-info-edit .p_edit_body form .list .itm .textarea textarea {
    padding: 4px 8px;
    border: solid 1px #d4d4d4;
    border-radius: 4px;
    background-color: #f9fdcf;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 21px;
    resize: none;
  }
  .reg-info-edit .p_edit_body form .list .itm .textarea textarea.is-resizable {
    resize: vertical;
  }
  .reg-info-edit .p_edit_body form .list .itm.posttitle {
    padding-bottom: 0;
  }
  .reg-info-edit .p_edit_body form .list .itm.posttitle .ipt_body {
    padding-bottom: 26px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_head {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 7px 7px 7px 16px;
    background-color: #f0f0f0;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_head > .ttl {
    margin-right: 12px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_head .req {
    padding: 2px 3px;
    border: 1px solid #cf1010;
    background-color: #fff;
    color: #cf1010;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.79px;
    line-height: 14px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .w_address {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .w_address .txt {
    display: block;
    width: 10%;
    text-align: right;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .w_address .err {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .w_address .err.has-err {
    display: block;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .post {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .post_txt {
    position: relative;
    /* what's this?
    &:before {
      content: "P";
      text-align: center;
      background-color: #53768c;
      position: absolute;
      top: 4px;
      left: 2px;
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      font-size: 10px;
      font-size: 1rem;
      line-height: 17px;
      letter-spacing: 0;
      color: #fff;
      font-weight: 400;
    }
    */
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .post input[type=text] {
    width: 100%;
    margin-top: 10px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .post_ipt {
    padding-left: 19px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .post_ipt-lbl > input {
    display: none;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .post_ipt-lbl > input:checked + .post_ipt-check-lbl:before {
    border: 2px solid #4e74e9;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .post_ipt-lbl > input:checked + .post_ipt-check-lbl:after {
    -ms-transform: rotate(40deg);
    display: block;
    position: absolute;
    top: -6px;
    left: 7px;
    width: 6px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .post_ipt-check-lbl {
    display: block;
    position: relative;
    width: 90%;
    margin-top: 15px;
    padding-left: 34px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .post_ipt-check-lbl:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #979797;
    background-color: #f8f8f8;
    content: "";
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .post .err {
    display: none;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .post .err.has-err {
    display: block;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .email_inner {
    -ms-flex: 1;
    position: relative;
    flex: 1;
    width: 100%;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .email_inner input {
    width: 100%;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .email_inner .quest-icon {
    position: absolute;
    top: 60%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body .email_inner .quest-icon img {
    width: 20px;
    height: auto;
    border-radius: 50%;
    background-color: #2e7de8;
  }
  .reg-info-edit .p_edit_body form .w_address_sp_name {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding-top: 22px;
    padding-bottom: 6px;
  }
  .reg-info-edit .p_edit_body form .w_address_sp_name p:nth-of-type(1) {
    width: 23%;
    padding-left: 19px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form .w_address_sp_name p:nth-of-type(2) {
    width: 77%;
    padding-left: 4px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body .submit {
    display: block;
    width: 320px;
    height: 45px;
    margin: 28px auto 0 auto;
    border-radius: 3px;
    background-color: #f35f18;
    text-align: center;
  }
  .reg-info-edit .p_edit_body .submit.is-premium {
    width: 260px;
  }
  .reg-info-edit .p_edit_body .submit_btn {
    width: 100%;
    padding: 13px 10px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
  }
  .reg-info-edit .p_edit_body .d-rw_ai-cnt {
    margin: 26px auto 0 auto;
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    text-align: center;
  }
  .reg-info-edit .p_edit_body .d-rw_ai-cnt .ttl {
    display: none;
    margin-top: 26px;
  }
  .reg-info-edit .p_edit_body .d-rw_ai-cnt .ttl.is-disp {
    display: block;
  }
  .reg-info-edit .p_edit_body .d-rw_ai-cnt .ttl a {
    display: inline-block;
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.58px;
    line-height: 14px;
    cursor: pointer;
  }
  .reg-info-edit .p_edit_body .d-rw_ai-cnt .ttl a:after {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 13px;
    background-image: url(/assets/images/common/arrow_down_blu_03.png);
    background-repeat: no-repeat;
    background-size: 15px 10px;
    vertical-align: 0px;
    content: "";
  }
  .reg-info-edit .p_edit_body .d-rw_ai-cnt .ttl a.is-open:after {
    background-image: url(/assets/images/common/arrow_up_blu_03.png);
  }
  .reg-info-edit .p_edit_body .d-rw_ai-cnt .not_entered-alert {
    color: #ce0000;
  }
  .reg-info-edit .p_edit_body .reg_main_trm-area {
    display: none;
    height: 160px;
    margin: 15px 0 0;
    margin: 30px 25px 0;
    padding: 0 10px;
    overflow-y: auto;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #f6f6f6;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 24px;
  }
  .js-mdl-reg-info-edit .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #53768c;
    opacity: 0.8;
  }
  .mdl_cnt.reg_right_alrt {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: auto;
  }
  .mdl_cnt.reg_right_alrt .mdl_reg_right_alrt {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_cnt.reg_right_alrt .mdl_close {
    z-index: 1;
  }
  .mdl_reg_right_alrt {
    width: 100%;
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .mdl_reg_right_alrt .ttl {
    width: 80%;
    margin: 0 auto;
    color: #53768c;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 1.89px;
    line-height: 34px;
    text-align: center;
  }
  .mdl_reg_right_alrt .subttl {
    width: 80%;
    margin: 13px auto 0 auto;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_reg_right_alrt .subttl strong {
    font-weight: 700;
  }
  .mdl_reg_right_alrt .list {
    width: 58%;
    margin: 19px auto 0 auto;
  }
  .mdl_reg_right_alrt .list .item .item_txt {
    position: relative;
    padding-left: 20px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1.05px;
    line-height: 30px;
  }
  .mdl_reg_right_alrt .list .item .item_txt .icon_cross:before, .mdl_reg_right_alrt .list .item .item_txt .icon_cross:after {
    -ms-transform-origin: center center;
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    transform-origin: center center;
    content: "";
  }
  .mdl_reg_right_alrt .list .item .item_txt .icon_cross:before {
    -ms-transform: rotate(45deg);
    top: 14px;
    left: 0;
    transform: rotate(45deg);
    border-left: 2px solid #53768c;
  }
  .mdl_reg_right_alrt .list .item .item_txt .icon_cross:after {
    -ms-transform: rotate(-45deg);
    top: 14px;
    left: -8px;
    transform: rotate(-45deg);
    border-right: 2px solid #53768c;
  }
  .mdl_reg_right_alrt .mdl_reg__notice--link {
    margin-top: 52px;
    text-align: center;
  }
  .mdl_reg_right_alrt .mdl_reg__notice--link a {
    color: #4881ff;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 1.05px;
    text-decoration: none;
  }
  .mdl_reg_right_alrt .msg {
    display: block;
    width: 90%;
    margin: 25px auto 0 auto;
    color: #f57530;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_reg_right_alrt .detail-input-link {
    display: block;
    width: 90%;
    height: 44px;
    margin: 23px auto 0 auto;
    padding: 12px 8px;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_reg_right_alrt .cancel-btn {
    display: block;
    width: 300px;
    margin: 35px auto 0 auto;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_reg_right_alrt .cancel-btn:disabled {
    opacity: 0.5;
  }
  .js-mdl-reg_right_alrt .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #53768c;
    opacity: 0.8;
  }
  .mdl_cnt.release_blck {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    padding: 20px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
  }
  .mdl_cnt.release_blck:after {
    display: block;
    height: 30px;
    clear: both;
    content: "";
  }
  .mdl_release_blck {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_release_blck .ttl {
    padding: 40px 35px 0 35px;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 33px;
    text-align: center;
  }
  .mdl_release_blck .msg {
    padding: 20px 50px 0 50px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_release_blck .release-btn {
    display: block;
    width: 100%;
    height: 44px;
    margin: 31px auto 0 auto;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_release_blck .cancel-btn {
    display: block;
    width: 80%;
    height: 24px;
    margin: 31px auto 0 auto;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .js-mdl-release-blck .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #53768c;
    opacity: 0.8;
  }
  .mdl_cnt.smn-private {
    display: block;
    width: 100%;
    max-width: 444px;
    height: auto;
    max-height: 100vh;
    padding: 50px 20px 20px 20px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
  }
  .mdl_cnt.smn-private:after {
    display: block;
    height: 30px;
    clear: both;
    content: "";
  }
  .mdl_smn-private {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_smn-private .ttl {
    padding: 20px 10px 0;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 33px;
    text-align: center;
  }
  .mdl_smn-private .msg {
    padding: 20px 20px 0;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_smn-private .smn_private-btn {
    display: block;
    width: 100%;
    height: 44px;
    margin: 38px auto 0 auto;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_smn-private .smn_cancel-btn {
    display: block;
    width: 80%;
    height: 24px;
    margin: 22px auto 0 auto;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .js-mdl-smn-private .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #53768c;
    opacity: 0.8;
  }
  .mdl_smn_track {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    z-index: 1400;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .mdl_smn_track_inner {
    position: relative;
    width: 100%;
    max-width: 1030px;
    height: 100%;
    max-height: 664px;
  }
  .mdl_smn_track_list {
    position: relative;
    height: 100%;
  }
  .mdl_smn_track_list.slick-slider {
    display: none;
  }
  .mdl_smn_track_list.slick-slider.is-current {
    display: block;
  }
  .mdl_smn_track_list .slick-slide {
    margin: 0 15px;
  }
  .mdl_smn_track_list .slick-list,
.mdl_smn_track_list .slick-track {
    height: 100%;
  }
  .mdl_smn_track_item {
    background-color: #fff;
  }
  .mdl_smn_track_btn_prev {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .mdl_smn_track_btn_prev_main {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(42, 42, 42, 0.24);
  }
  .mdl_smn_track_btn_prev_main:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 5px);
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    border-radius: 2px;
    content: "";
  }
  .mdl_smn_track_btn_prev.slick-disabled {
    display: none !important;
  }
  .mdl_smn_track_btn_next {
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .mdl_smn_track_btn_next_main {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(42, 42, 42, 0.24);
  }
  .mdl_smn_track_btn_next_main:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 9px);
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 2px;
    content: "";
  }
  .mdl_smn_track_btn_next.slick-disabled {
    display: none !important;
  }
  .mdl_smn_track .track_head {
    -ms-flex-pack: start;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 77px;
    padding: 0 60px 0 25px;
    background-color: #f0f0f0;
  }
  .mdl_smn_track .track_head-txt {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
  }
  .mdl_smn_track .track_head-txt span {
    display: inline-block;
    width: 60px;
    height: 22px;
    margin-left: 12px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
  }
  .mdl_smn_track .track_head_btn_close {
    display: block;
    z-index: 20;
    position: absolute;
    top: 28px;
    right: 34px;
    width: 24px;
    height: 24px;
  }
  .mdl_smn_track .track_head_btn_close button {
    display: block;
    width: 100%;
    height: 100%;
  }
  .mdl_smn_track .track_head_btn_close button span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .mdl_smn_track .track_head_btn_close button span:before, .mdl_smn_track .track_head_btn_close button span:after {
    position: absolute;
    width: 2px;
    height: 24px;
    content: "";
  }
  .mdl_smn_track .track_head_btn_close button span:before {
    -ms-transform: rotate(45deg);
    top: 0;
    left: 11px;
    transform: rotate(45deg);
    border-left: 2px solid #000;
  }
  .mdl_smn_track .track_head_btn_close button span:after {
    -ms-transform: rotate(-45deg);
    top: 0;
    right: 10px;
    transform: rotate(-45deg);
    border-right: 2px solid #000;
  }
  .mdl_smn_track .track_body {
    display: block;
    height: 100%;
    min-height: 100px;
    max-height: calc(100% - 80px - 146px);
    margin: 4px 24px 0;
    overflow-y: auto;
  }
  .mdl_smn_track .track_body_list {
    padding: 0 4px;
  }
  .mdl_smn_track .track_body_item {
    padding: 8px 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .mdl_smn_track .track_body_head_status {
    display: inline-block;
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    vertical-align: 8px;
  }
  .mdl_smn_track .track_body_head_status.is-fewleft {
    color: #f5621d;
  }
  .mdl_smn_track .track_body_head_status.is-full {
    color: #909090;
  }
  .mdl_smn_track .track_body_head_txt {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
  }
  .mdl_smn_track .track_body_head_icon {
    display: inline-block;
    margin-right: 13px;
    padding: 5px 13px;
    background-color: #2d71ba;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
  }
  .mdl_smn_track .track_body_head_description {
    margin-top: 12px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }
  .mdl_smn_track .track_body_img {
    -ms-grid-columns: 89px 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 89px 1fr;
  }
  .mdl_smn_track .track_body_img_role {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1/span 2;
    grid-row: 1;
    margin-bottom: 13px;
    color: #3a3a3a;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 16px;
  }
  .mdl_smn_track .track_body_img_inner {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 2;
    width: 89px;
    height: 116px;
    background-color: #d8d8d8;
  }
  .mdl_smn_track .track_body_img_fig {
    display: block;
    padding-top: 116px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mdl_smn_track .track_body_img_cap {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 2;
    padding-left: 18px;
  }
  .mdl_smn_track .track_body_img_cap .head {
    margin-bottom: 2px;
    color: #424242;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
  }
  .mdl_smn_track .track_body_img_cap .name {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 27px;
  }
  .mdl_smn_track .track_body_img_cap .com {
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }
  .mdl_smn_track .track_body_img_txt {
    -ms-grid-row: 3;
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1/span 2;
    grid-row: 3;
    padding-top: 9px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }
  .mdl_smn_track .track_body_img.no-img {
    -ms-grid-columns: 1fr;
    display: block;
    grid-template-columns: 1fr;
  }
  .mdl_smn_track .track_body_img.no-img .track_body_img_cap {
    padding-left: 0;
  }
  .mdl_smn_track .track_body_img.no-img .track_body_img_inner {
    -ms-grid-row: 1;
    grid-row: 1;
    height: 0;
    background-color: transparent;
  }
  .mdl_smn_track .track_body_img.no-img .track_body_img_txt {
    display: none;
  }
  .mdl_smn_track .track_body_txt {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }
  .mdl_smn_track .track_foot {
    -ms-flex-direction: column;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 146px;
    padding: 4px 24px 18px 24px;
  }
  .mdl_smn_track .track_foot .foot_check {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 68px;
    background-color: #f1f6ff;
    text-align: center;
  }
  .mdl_smn_track .track_foot .foot_check_inner {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .is-full .mdl_smn_track .track_foot .foot_check_inner {
    pointer-events: none;
  }
  .mdl_smn_track .track_foot .foot_check_inner .check {
    display: none;
  }
  .mdl_smn_track .track_foot .foot_check_inner .check + span {
    display: block;
    position: relative;
    padding-left: 48px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
  }
  .mdl_smn_track .track_foot .foot_check_inner .check + span:before {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid #c6c6c6;
    border-radius: 2px;
    background-color: #fff;
    content: "";
  }
  .mdl_smn_track .track_foot .foot_check_inner .check:checked + span:before {
    border: 2px solid #4e74e9;
  }
  .mdl_smn_track .track_foot .foot_check_inner .check:checked + span:after {
    -ms-transform: rotate(40deg);
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 12px;
    width: 6px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }
  .mdl_smn_track .track_foot .foot_notice {
    margin-top: 11px;
    margin-left: 7px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.42px;
    line-height: 20px;
    text-align: center;
  }
  .mdl_cnt.usr_stop {
    width: 100%;
    height: auto;
    max-height: 90vh;
  }
  .mdl_cnt.usr_stop .mdl_usr_stop {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_cnt.usr_stop .mdl_close {
    z-index: 1;
  }
  .mdl_usr_stop {
    padding: 59px 0 73px 0;
  }
  .mdl_usr_stop .ttl {
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 33px;
    text-align: center;
  }
  .mdl_usr_stop .btn {
    display: block;
    width: 218px;
    margin: 42px auto 0 auto;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .js-mdl-usr_stop .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #53768c;
    opacity: 0.8;
  }
  .mdl_cnt.withdraw {
    display: block;
    width: 100%;
    max-width: 444px;
    height: 100%;
    max-height: 100vh;
    padding: 20px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
  }
  .mdl_cnt.withdraw:after {
    display: block;
    height: 30px;
    clear: both;
    content: "";
  }
  .mdl_withdraw {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_withdraw .ttl {
    padding: 40px 35px 0 35px;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 33px;
    text-align: center;
  }
  .mdl_withdraw .msg {
    padding: 20px 50px 0 50px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_withdraw .cancel-btn {
    display: block;
    width: 100%;
    height: 44px;
    margin: 38px auto 0 auto;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_withdraw .withdraw-btn {
    display: block;
    width: 80%;
    height: 24px;
    margin: 31px auto 0 auto;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_withdraw .withdraw-btn.leave {
    height: auto;
  }
  .mdl_withdraw .withdraw-btn.leave span {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
  }
  .js-mdl-withdraw .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #53768c;
    opacity: 0.8;
  }
  .mdl_cnt.cancel_bit {
    display: block;
    width: 100%;
    max-width: 444px;
    height: 100%;
    max-height: 100vh;
    padding: 20px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
  }
  .mdl_cnt.cancel_bit:after {
    display: block;
    height: 30px;
    clear: both;
    content: "";
  }
  .mdl_cancel_bit {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_cancel_bit .ttl {
    padding: 40px 35px 0 35px;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 33px;
    text-align: center;
  }
  .mdl_cancel_bit .msg {
    padding: 20px 50px 0 50px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_cancel_bit .cancel-btn {
    display: block;
    width: 100%;
    height: 60px;
    margin: 38px auto 0 auto;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_cancel_bit .cancel-btn .cancel-btn-annotation {
    display: block;
    margin-top: 5px;
    font-size: 70%;
  }
  .mdl_cancel_bit .cancel_bit-btn {
    display: block;
    width: 80%;
    height: 24px;
    margin: 31px auto 0 auto;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_cancel_bit .cancel_bit-btn.leave {
    height: auto;
  }
  .mdl_cancel_bit .cancel_bit-btn.leave span {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
  }
  .js-mdl-cancel_bit .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #53768c;
    opacity: 0.8;
  }
  .mdl {
    z-index: 1400;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: all !important;
  }
  .mdl.is-hide {
    display: none;
  }
  .mdl_cnt {
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #fff;
  }
  .mdl_cnt .cottl_sec-h2 h2 {
    color: #2f2f2f;
  }
  .mdl_cnt.reg_bic {
    width: 100%;
    max-width: 444px;
    height: 100%;
    max-height: 583px;
    overflow-x: auto;
    overflow-y: auto;
  }
  .mdl_cnt.login {
    padding: 10px;
  }
  .mdl_cnt .check_blk {
    margin-top: 40px;
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: normal;
  }
  .mdl_close {
    z-index: 1;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
  }
  .mdl_close:before, .mdl_close:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background-color: #000;
    content: "";
  }
  .mdl_close:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mdl_close:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mdl_inner {
    padding: 25px 18px;
  }
  .mdl_cntclose {
    text-align: center;
  }
  .mdl_cntclose button {
    color: #748393;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
  }
  .mdl_lead {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 24px;
    text-align: center;
  }
  .mdl_ttl {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 30px;
    text-align: center;
  }
  .mdl_ttl a {
    color: #2e7de8;
  }
  .mdl_sublead {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_sublead a {
    color: #2e7de8;
  }
  .mdl_wrd .cottl_sec-h2 {
    margin-top: 50px;
  }
  .mdl_wrd .cottl_sec-h2:nth-of-type(1) {
    margin-top: 0;
  }
  .mdl_wrd-list {
    margin-top: 22px;
  }
  .mdl_wrd-list li {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 4px 8px 8px;
    border-bottom: 1px solid #d4d4d4;
  }
  .mdl_wrd-list li a {
    color: #2f2f2f;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  .mdl_wrd-list li a:before {
    margin-right: 6px;
    margin-left: -6px;
    content: "#";
  }
  .mdl_wrd-list li button {
    -webkit-backface-visibility: hidden;
    -ms-flex: 0 0 96px;
    display: block;
    position: relative;
    flex: 0 0 96px;
    width: 96px;
    height: 33px;
    margin-left: 30px;
    padding-left: 5px;
    padding-left: 24px;
    transform: translate3d(0, 0, 0);
    border: 1px solid #53768c;
    border-radius: 3px;
    backface-visibility: hidden;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
  }
  .mdl_wrd-list li button span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 14px;
    height: 14px;
    margin: auto;
  }
  .mdl_wrd-list li button span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .mdl_wrd-list li button span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .mdl_wrd-list li button label {
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
  }
  .mdl_wrd-list li button label:hover {
    cursor: pointer;
  }
  .mdl_wrd-list li button.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  .mdl_wrd-list li button.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 5px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .mdl_wrd-list li button.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .mdl_wrd-list li button label {
    display: block;
    width: 100%;
    padding-left: 6px;
    text-align: left;
  }
  .mdl_reg_bic {
    -ms-transform: translatez(0);
    height: 100%;
    padding: 20px;
    transform: translatez(0);
  }
  .mdl_reg_bic .ttl {
    margin-top: 37px;
    color: #748393;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 33px;
    text-align: center;
  }
  .mdl_reg_bic .subttl {
    margin-top: 13px;
    padding: 0 13px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_reg_bic .list {
    -ms-flex-direction: column;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 29px;
    margin-left: 12px;
  }
  .mdl_reg_bic .list .itm {
    width: 210px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1.05px;
    line-height: 30px;
  }
  .mdl_reg_bic .list .itm span {
    position: relative;
    padding-right: 24px;
  }
  .mdl_reg_bic .list .itm span:before, .mdl_reg_bic .list .itm span:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background-color: #53768c;
    content: "";
  }
  .mdl_reg_bic .list .itm span:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mdl_reg_bic .list .itm span:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mdl_reg_bic .msg {
    margin-top: 25px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1.05px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_reg_bic .detail-btn {
    display: block;
    width: 100%;
    margin: 32px auto 0 auto;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 44px;
  }
  .mdl_reg_bic .detail-btn:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mdl_reg_bic .cancel-link {
    display: block;
    margin-top: 33px;
    margin-bottom: 30px;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_reg_bic .cancel-link:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mdl_cmt-restriction {
    text-align: center;
  }
  .mdl_cmt-restriction .mdl_inner {
    padding: 40px 20px;
  }
  .mdl_cmt-restriction .cottl_sec-h2 {
    position: relative;
  }
  .mdl_cmt-restriction .cottl_sec-h2 h2 {
    font-weight: 700;
  }
  .mdl_cmt-restriction .cottl_sec-h2:before {
    display: inline-block;
    width: 92px;
    height: 92px;
    margin-bottom: 35px;
    border-radius: 50%;
    background-color: #ce0000;
    background-image: url(/assets/svg/icon_xclamation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    content: "";
  }
  .mdl_cmt-restriction .mdl_lead {
    margin-top: 10px;
  }
  .mdl_cmt-restriction .mdl_ttl {
    margin-top: 10px;
  }
  .mdl_cmt-restriction .mdl_sublead {
    margin-top: 35px;
  }
  .mdl_cmt-restriction .mdl_cntclose {
    margin-top: 50px;
  }
  .mdl_cmt-delete {
    text-align: center;
  }
  .mdl_cmt-delete .mdl_inner {
    padding: 55px 0px 60px;
  }
  .mdl_cmt-delete-ccl button {
    display: inline-block;
    width: 300px;
    height: 44px;
    margin: 30px auto 0;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 44px;
    text-align: center;
  }
  .mdl_cmt-delete-do button {
    display: inline-block;
    margin: 20px auto 0;
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: normal;
  }
  .mdl_cmt-edit {
    text-align: center;
  }
  .mdl_cmt-edit .mdl_inner {
    padding: 35px 20px;
  }
  .mdl_cmt-edit .cottl_sec-h2 {
    padding-left: 65px;
  }
  .mdl_cmt-edit .cottl_sec-h2 h2 {
    font-weight: 700;
  }
  .mdl_cmt-edit .btn_docmt {
    display: inline-block;
    width: calc(100% - 65px);
    margin-top: 15px;
    margin-left: 65px;
  }
  .mdl_cmt-edit .mdl_cntclose {
    margin: 15px 0 0 65px;
  }
  .mdl_cmt-edit .cmtarea_ipt {
    padding: 0;
  }
  .mdl_usr-toblock {
    text-align: center;
  }
  .mdl_usr-toblock .mdl_inner {
    padding: 25px 20px;
  }
  .mdl_usr-toblock .cottl_sec-h2 h2 {
    color: #748393;
  }
  .mdl_usr-toblock-txt {
    margin-top: 15px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
  }
  .mdl_usr-toblock-txt a {
    color: #036dff;
  }
  .mdl_usr-toblock-msg {
    margin-top: 45px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: normal;
  }
  .mdl_usr-toblock-exe {
    margin-top: 10px;
  }
  .mdl_usr-toblock-cancel {
    margin-top: 25px;
  }
  .mdl_usr-toblock-cancel button {
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: normal;
  }
  .mdl_usr-blocked {
    text-align: center;
  }
  .mdl_usr-blocked .mdl_inner {
    padding: 45px 12% 55px;
  }
  .mdl_usr-blocked .cottl_sec-h2 h2 {
    color: #333;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1.65px;
    line-height: 33px;
  }
  .mdl_usr-blocked-close {
    margin-top: 65px;
  }
  .mdl_usr-blocked-close button {
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: normal;
  }
  .mdl_rpt {
    text-align: center;
  }
  .mdl_rpt .mdl_inner {
    padding: 45px 10px;
  }
  .mdl_rpt .mdl_lead {
    margin-top: 15px;
  }
  .mdl_rpt .mdl_ttl {
    margin-top: 15px;
  }
  .mdl_rpt-txt {
    margin-top: 15px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
  }
  .mdl_rpt-txt a {
    color: #036dff;
  }
  .mdl_rpt-radio {
    display: inline-block;
    margin-top: 30px;
  }
  .mdl_rpt-radio label {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 13px;
  }
  .mdl_rpt-radio label:first-child {
    margin-top: 0;
  }
  .mdl_rpt-radio label input {
    display: none;
  }
  .mdl_rpt-radio label input:checked + span:before {
    top: 2px;
    left: -1px;
    border: 2px solid #2470ff;
  }
  .mdl_rpt-radio label input:checked + span:after {
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #2470ff;
    content: "";
  }
  .mdl_rpt-radio label span {
    position: relative;
    padding-left: 27px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .mdl_rpt-radio label span:before {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #979797;
    border-radius: 50%;
    background-color: #f8f8f8;
    content: "";
  }
  .mdl_rpt-exe {
    margin-top: 30px;
  }
  .mdl_rpt-cancel {
    margin-top: 20px;
  }
  .mdl_rpt-cancel button {
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: normal;
  }
  .mdl_rpt .mdl_sublead {
    margin-top: 15px;
  }
  .mdl_slctdate .mdl_inner {
    -webkit-backface-visibility: hidden;
    padding: 25px 40px 30px;
    backface-visibility: hidden;
  }
  .mdl_slctdate .mdl_footer {
    text-align: center;
  }
  .mdl_slctdate .mdl_slctdate-exe {
    margin-top: 10px;
    margin-right: auto;
    padding: 0 10px;
  }
  .mdl_slctdate .mdl_slctdate-cancel {
    margin-top: 20px;
    margin-left: auto;
    padding: 0 10px;
  }
  .mdl_slctdate .mdl_slctdate-cancel button {
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: normal;
  }
  .js-mdl-reg_bic .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(83, 118, 140, 0.8);
  }
  .perm_m_right {
    -ms-flex-direction: column;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .perm_m_right .pmr-ttl {
    color: #f57530;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 33px;
    text-align: center;
  }
  .perm_m_right .pmr-ttl.ico-key {
    position: relative;
  }
  .perm_m_right .pmr-ttl.ico-key:before {
    position: absolute;
    top: 7px;
    left: 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #2470ff;
    background-image: url("/assets/images/common/icon-key.png");
    background-position: 4px 3px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    content: "";
  }
  .perm_m_right .pmr-msg {
    margin-top: 26px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 22px;
    text-align: center;
  }
  .perm_m_right .pmr-link {
    display: block;
    margin-top: 28px;
    padding: 13px 10px;
    border-radius: 3px;
    background-color: #f57530;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .pgr {
    background-color: #fff;
  }
  .pgr a {
    text-decoration: none !important;
  }
  .pgr_inner {
    padding-top: 4px;
    padding-bottom: 15px;
    text-align: center;
  }
  .pgr_list-item {
    display: inline-block;
    min-width: 34px;
    height: 34px;
    margin: 6px 3px;
    border: 1px solid #7591a3;
    text-align: center;
  }
  .pgr_list-item.is-current {
    margin: 0 6px;
    background-color: #53768c;
  }
  .pgr_list-item.is-current .pgr_list-link {
    color: #fff;
    color: #fff !important;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: normal;
    cursor: default;
    pointer-events: none;
  }
  .pgr_list-item:first-of-type, .pgr_list-item:last-of-type {
    width: auto;
    height: auto;
    border: none;
  }
  .pgr_list-item:first-of-type {
    margin: 6px 6px 6px 0;
  }
  .pgr_list-item:last-of-type {
    margin: 6px 0 6px 6px;
  }
  .pgr_list-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #53768c;
    color: #53768c !important;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: normal;
  }
  .pgr_list-link.prev, .pgr_list-link.next {
    display: inline-block;
    position: relative;
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: normal;
    line-height: 34px;
  }
  .pgr_list-link.prev:after, .pgr_list-link.next:after {
    position: absolute;
    top: 50%;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    border: 0px;
    border-top: solid 3px #53768c;
    border-right: solid 3px #53768c;
    content: "";
  }
  .pgr_list-link.prev {
    padding-left: 20px;
  }
  .pgr_list-link.prev:after {
    -ms-transform: rotate(225deg);
    left: 3px;
    transform: rotate(225deg);
  }
  .pgr_list-link.next {
    padding-right: 20px;
  }
  .pgr_list-link.next:after {
    -ms-transform: rotate(45deg);
    right: 3px;
    transform: rotate(45deg);
  }
  .posttype_wrp {
    margin-top: 25px;
  }
  .posttype_head {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .posttype_head-itm {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .posttype_head-itm:first-child {
    padding-right: 10%;
    padding-left: 5px;
  }
  .posttype_head-itm:last-child {
    padding-right: 5px;
    padding-left: 10%;
  }
  .posttype_head-ttl {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44.16px;
    color: #0c53da;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22.08px;
  }
  .posttype_head-ttl span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .posttype_head-lead {
    margin-top: 7px;
    color: #393939;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 18.2px;
    text-align: center;
  }
  .posttype_head-img {
    position: relative;
    margin-top: 20px;
  }
  .posttype_head-img img {
    z-index: 1;
    position: relative;
  }
  .posttype_head-img:after {
    -ms-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 90%;
    height: 85%;
    transform: translateY(-50%);
    border-radius: 10px;
    box-shadow: 0 2px 141px 0 rgba(194, 216, 255, 0.5);
    content: "";
  }
  .posttype_head-link {
    margin-top: 25px;
    text-align: center;
  }
  .posttype_head-link a {
    display: inline-block;
    padding-right: 20px;
    background-image: url(/assets/images/common/arrow_right_blu_01.png);
    background-position: right top 3px;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 16px;
  }
  .posttype_head.is-sp-vertical {
    display: block;
    margin: 50px 0 60px;
  }
  .posttype_head.is-sp-vertical .posttype_head-itm:first-child {
    padding-right: 15px;
    padding-left: 15px;
  }
  .posttype_head.is-sp-vertical .posttype_head-itm:last-child {
    margin-top: 80px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .posttype_head.is-sp-vertical .posttype_head-ttl {
    display: block;
    height: auto;
    color: #0c53da;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1.61px;
    line-height: 28.6px;
  }
  .posttype_head.is-sp-vertical .posttype_head-lead {
    margin-top: 7px;
    color: #393939;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.05px;
    line-height: 20.02px;
  }
  .posttype_head.is-sp-vertical .posttype_head-img,
.posttype_head.is-sp-vertical .posttype_head-link {
    margin-top: 10px;
  }
  .posttype_dtl {
    margin-top: 10px;
  }
  .posttype_dtl-ttl {
    color: #393939;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 14px;
    text-align: center;
  }
  .posttype_dtl-list {
    margin-top: 10px;
  }
  .posttype_dtl-itm {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 64px;
    border-top: 1px solid #f2f2f2;
    background-color: #fff;
  }
  .posttype_dtl-itm:nth-child(odd) {
    background-color: #fafafa;
  }
  .posttype_dtl-itm:last-child {
    border-bottom: 1px solid #f2f2f2;
  }
  .posttype_dtl-itm span.is-check {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #1968de, #0c53da);
  }
  .posttype_dtl-itm span.is-check:after {
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
    width: 13px;
    height: 10px;
    background-image: url(/assets/svg/icon_check_wht_3.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }
  .posttype_dtl-itm span.is-none {
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #d1d1d1;
  }
  .posttype_dtl-itm-l {
    -ms-flex: 1 1;
    flex: 1 1;
    padding-left: 10px;
    text-align: center;
  }
  .posttype_dtl-itm-c {
    width: 180px;
    margin-left: 20px;
    padding: 10px 0 10px 35px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .posttype_dtl-itm-c.is-free {
    background-image: url(/assets/svg/icon-free.svg);
    background-size: 22px auto;
  }
  .posttype_dtl-itm-c.is-announce {
    background-image: url(/assets/svg/icon-announce.svg);
    background-size: 25px auto;
  }
  .posttype_dtl-itm-c.is-online {
    background-image: url(/assets/svg/icon-online.svg);
    background-size: 22px auto;
  }
  .posttype_dtl-itm-c.is-ticket {
    background-image: url(/assets/svg/icon-ticket.svg);
    background-size: 23px auto;
  }
  .posttype_dtl-itm-c.is-attendance {
    background-image: url(/assets/svg/icon-attendance.svg);
    background-position: left 2px center;
    background-size: 19px auto;
  }
  .posttype_dtl-itm-c.is-option {
    background-image: url(/assets/svg/icon-option.svg);
    background-size: 22px auto;
  }
  .posttype_dtl-itm-r {
    -ms-flex: 1 1;
    flex: 1 1;
    padding-right: 10px;
    text-align: center;
  }
  .posttype_dtl-itm.is-note {
    height: auto;
    min-height: 64px;
    padding: 5px 0;
  }
  .posttype_dtl-itm.is-note span {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.58px;
    line-height: 21px;
  }
  .posttype_dtl-itm.is-note span a {
    text-decoration: underline;
  }
  .pr {
    background-color: #f0f0f0;
  }
  .pr_inner {
    padding: 0 20px;
  }
  .pr_title {
    padding-top: 10px;
  }
  .pr_title-text {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
  }
  .pr_list {
    padding-bottom: 35px;
  }
  .pr_list-show li {
    margin-top: 20px;
  }
  .pr_list-show li a {
    color: #53768c;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
  }
  .pr.with-bnr .pr_list {
    padding-bottom: 0;
  }
  .repcmp {
    display: none;
    z-index: 5;
    position: fixed;
    bottom: 25px;
    left: 0;
    width: 100%;
  }
  .repcmp-icon {
    width: calc(100% - 34px);
    height: 44px;
    margin-left: 17px;
    border-radius: 3px;
    background-color: #2470ff;
    background-image: url(/assets/svg/icon_check_wht.svg);
    background-position: left 25px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.17px;
    line-height: 44px;
    text-align: center;
  }
  .reperr {
    display: none;
    z-index: 10000;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
  }
  .reperr-icon {
    width: calc(100% - 34px);
    height: 44px;
    margin-left: 17px;
    border-radius: 3px;
    background-color: #ff0000;
    background-image: url(/assets/svg/icon_check_wht.svg);
    background-position: left 25px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.17px;
    line-height: 44px;
    text-align: center;
  }
  .rkg_inner {
    padding-bottom: 15px;
  }
  .rkg_list {
    margin: 0 20px;
  }
  .rkg_itm {
    border-top: 1px solid #d8d8d8;
  }
  .rkg_itm:first-child {
    border-top: none;
  }
  .rkg_itm:last-of-type > a {
    padding: 10px 0 15px;
  }
  .rkg_itm > a {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
  }
  .rkg_num {
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    background-color: #8aa2b1;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 28px;
    text-align: center;
  }
  .rkg_cnt {
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
  }
  .rkg_evtsmr-date {
    margin-bottom: 5px;
  }
  .rkg_evtsmr-date.is-online {
    background-color: #fff1eb;
  }
  .rkg_ttl {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.21px;
    line-height: 20px;
  }
  .rkg_ttl:first-child {
    margin-top: -3px;
  }
  .rkg_txt {
    overflow: hidden;
    color: #797979;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rkg_date {
    display: block;
    margin-top: 5px;
    color: #a5a5a5;
    font-family: HelveticaNeue;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: normal;
    text-align: right;
  }
  .srch_res_inner {
    background-color: #f0f0f0;
  }
  .srch_res_cond_inner {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
  }
  .srch_res_cond_head {
    width: 100px;
    padding: 12px 20px 0 20px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 27px;
  }
  .srch_res_cond_bd {
    -ms-flex-direction: column;
    -ms-flex-align: start;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    padding: 0 20px 6px 20px;
  }
  .srch_res_cond_txt > span {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: normal;
  }
  .srch_res_cond_txt > span > span {
    margin-left: 12px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 27px;
  }
  .srch_res_cond_chg {
    -ms-flex-pack: end;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    padding: 8px 70px 17px 8px;
    text-align: right;
  }
  .srch_res_cond_chg button {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.12px;
    line-height: 18px;
  }
  .srch_res_cond_chg button.is-arrow {
    position: relative;
  }
  .srch_res_cond_chg button.is-arrow:before {
    display: inline-block;
    position: absolute;
    top: -9px;
    right: -46px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #fff;
    content: "";
  }
  .srch_res_cond_chg button.is-arrow:after {
    -ms-transform: rotate(225deg);
    display: inline-block;
    position: absolute;
    top: 2px;
    right: -36px;
    width: 8px;
    height: 8px;
    transform: rotate(225deg);
    border-top: 2px solid #53768c;
    border-left: 2px solid #53768c;
    content: "";
    transition: top 0.3s ease, left 0.3s ease, transform 0.3s ease;
  }
  .srch_res_cond_chg_bd_inner {
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
  }
  .srch_res_cond_chg_bd_lst > li {
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0 20px;
    padding: 20px 0;
  }
  .srch_res_cond_chg_bd_lst > li:nth-of-type(1) {
    padding: 20px 0 0 0;
  }
  .srch_res_cond_chg_bd_lst > li:nth-of-type(2), .srch_res_cond_chg_bd_lst > li:nth-of-type(3), .srch_res_cond_chg_bd_lst > li:nth-of-type(4), .srch_res_cond_chg_bd_lst > li:nth-of-type(5) {
    border-bottom: 1px solid #d4d4d4;
  }
  .srch_res_cond_chg_bd_lst > li .ttl {
    width: 100%;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.21px;
    line-height: 27px;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd {
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.slct {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .slct_short {
    width: 100%;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .slct_short_main {
    padding: 3px 12px;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .slct_short:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check > ul {
    -ms-flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check > ul > li {
    width: calc(100% / 3);
    margin: 6px 0;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check .check {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check .check_inner {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check .check_main {
    display: none;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check .check_main + span {
    display: block;
    position: relative;
    padding-left: 32px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    cursor: pointer;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check .check_main + span:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid #c6c6c6;
    border-radius: 2px;
    background-color: #fff;
    content: "";
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check .check_main:checked + span {
    text-align: left;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check .check_main:checked + span:before {
    border: 2px solid #4e74e9;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check .check_main:checked + span:after {
    -ms-transform: rotate(40deg);
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 12px;
    width: 6px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio > ul {
    -ms-flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio > ul > li {
    width: calc(100% / 3);
    margin: 6px 0;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio .check {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio .check_inner {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio .check_main {
    display: none;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio .check_main + span {
    display: block;
    position: relative;
    padding-left: 32px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    cursor: pointer;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio .check_main + span:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid #c6c6c6;
    border-radius: 50%;
    background-color: #fff;
    content: "";
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio .check_main:checked + span {
    text-align: left;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio .check_main:checked + span:before {
    border: 2px solid #4e74e9;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio .check_main:checked + span:after {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2470ff;
    content: "";
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.slct_long {
    -ms-flex-align: center;
    align-items: center;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.slct_long .tilda {
    margin: 6px 0;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: 14px;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .slct_long_blk {
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .slct_long_blk_inner:nth-of-type(1) {
    width: 36%;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .slct_long_blk_inner:nth-of-type(2), .srch_res_cond_chg_bd_lst > li .ttl_bd .slct_long_blk_inner:nth-of-type(3) {
    width: 32%;
  }
  .srch_res_cond_chg_bd_lst_spc > li:nth-of-type(4), .srch_res_cond_chg_bd_lst_spc > li:nth-of-type(5) {
    border-bottom: none;
  }
  .srch_res_opt {
    height: 44px;
    border-top: 4px solid #fff;
  }
  .srch_res_opt_inner {
    -ms-flex-direction: row;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
  .srch_res_opt_head {
    margin-right: 24px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: normal;
  }
  .srch_res_opt_lst {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-right: 17px;
  }
  .srch_res_opt_lst li a {
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: normal;
  }
  .srch_res_opt_lst li.is-current a {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
    pointer-events: none;
  }
  .srch_res_opt_lst li:not(:last-child) {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .srch_res_opt_lst li:not(:last-child):after {
    display: inline-block;
    width: 1px;
    height: 16px;
    margin: 0 10px;
    border-right: 1px solid #748393;
    content: "";
  }
  .srch_res_opt_order {
    margin-right: 17px;
    margin-left: 51px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
  }
  .srch_res_count {
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3% 4%;
    border-top: 4px solid #fff;
    background-color: #f0f0f0;
  }
  .srch_res_count > p {
    width: 25%;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
  }
  .srch_res_count .display_count {
    -ms-flex-direction: column;
    -ms-flex-align: end;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 75%;
  }
  .srch_res_count .display_count_inner {
    -ms-flex-direction: row;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .srch_res_count .display_count_inner:nth-of-type(1) {
    padding-top: 6px;
    padding-bottom: 12px;
  }
  .srch_res_count .display_count_inner:nth-of-type(2) {
    padding-top: 12px;
    padding-bottom: 6px;
  }
  .srch_res_count .display_count_ttl {
    margin-right: 24px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 12px;
  }
  .srch_res_count .display_count_lst {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }
  .srch_res_count .display_count_lst li {
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .srch_res_count .display_count_lst li a {
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: 14px;
  }
  .srch_res_count .display_count_lst li.is-active a {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: 14px;
    pointer-events: none;
  }
  .srch_res_count .display_count_lst li:not(:last-of-type):after {
    display: inline-block;
    width: 1px;
    height: 14px;
    margin-right: 9px;
    padding-left: 9px;
    border-right: 1px solid #748393;
    content: "";
  }
  #wrapper.is-srch_cond_show .srch_res_cond_chg button.is-arrow:after {
    -ms-transform: rotate(45deg);
    top: 4px;
    right: -35px;
    transform: rotate(45deg);
  }
  .separator {
    display: block;
    width: 100%;
    height: 35px;
    background-color: #f0f0f0;
  }
  .separator--dispnone {
    display: none;
  }
  .smnrgst_sec {
    margin-top: 25px;
  }
  .smnrgst_sec .read {
    margin: 20px 0;
    font-size: 142%;
  }
  .smnrgst_sec-ttl_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .smnrgst_sec-ttl {
    margin: 0 20px;
    padding-left: 13px;
    border-left: 4px solid #53768c;
  }
  .smnrgst_sec-ttl span {
    color: #2f2f2f;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1.7px;
    line-height: 31.9px;
  }
  .smnrgst_sec-date {
    margin-right: 20px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.4px;
    line-height: 14px;
    text-align: right;
  }
  .smnrgst_sec:first-child {
    margin-top: 0;
  }
  .smnrgst_lead {
    margin-top: 10px;
    padding: 0 20px;
    color: #3a3a3a;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 28px;
  }
  .smnrgst_lead a {
    text-decoration: underline;
  }
  .smnrgst_btn {
    position: relative;
  }
  .smnrgst_btn .reg_btn {
    display: block;
    width: 90%;
    margin: 15px auto 0 auto;
    padding: 13px 10px;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .smnrgst_btn .reg_btn:disabled {
    border: 1px solid rgba(207, 16, 16, 0.32);
    background-color: #fff;
    color: #cf1010;
    pointer-events: none;
  }
  .smnrgst_btn .reg_btn .reg_btn_nowrap-line-height {
    white-space: nowrap;
  }
  .smnrgst_btn .reg_btn .reg_btn_line-height {
    line-height: 1.5;
  }
  .smnrgst_btn .reg_bg_back-link {
    width: 90%;
    margin: 15px auto 0 auto;
  }
  .smnrgst_btn-backonly .reg_bg_back-link {
    width: 90%;
    margin: 15px auto 0 auto;
  }
  .smnrgst_cal-ttl {
    margin: 18px 20px 18px;
    padding: 26px 0;
    background-color: rgba(168, 175, 183, 0.16);
    text-align: center;
  }
  .smnrgst_cal-ttl p {
    display: inline-block;
    color: #0c53da;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.26px;
    line-height: 16px;
    text-align: left;
  }
  .smnrgst_cal-ttl p span {
    display: block;
    margin-top: 7px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.9px;
    line-height: 12px;
  }
  .smnrgst_prv {
    margin-top: 15px;
    text-align: center;
  }
  .smnrgst_prv a {
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 14px;
  }
  .smnrgst_maskarea {
    position: relative;
  }
  .smnrgst_maskarea.is-mask:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    content: "";
  }
  .smnrgst-cmp .reg_main_ipt-itm .ipt_bd.pt-clmn .pt-clmn-unit {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .smnrgst_err-top {
    margin: -10px 0 30px 0;
    padding: 0 20px;
    color: #ff0000;
    font-size: 14px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 22px;
  }
  .smnrgst_err-top2 {
    margin: -10px 0 30px 0;
    padding: 0 20px;
    color: #ff0000;
    font-size: 14px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 22px;
  }
  .smnrgst_main {
    margin-top: 0;
    padding: 0 20px;
  }
  .smnrgst_main-ttl {
    color: #424242;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 23.04px;
  }
  .smnrgst_main-dtl {
    margin-top: 10px;
    padding: 15px 18px;
    background-color: #ededed;
  }
  .smnrgst_main-dtl-date {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 23.04px;
  }
  .smnrgst_main-dtl-txt {
    margin-top: 5px;
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 30px;
  }
  .smnrgst_login {
    padding: 0 20px;
  }
  .smnrgst_login .smnrgst_sec-ttl {
    margin: 0;
  }
  .smnrgst_login .smnrgst_lead {
    padding: 0;
  }
  .smnrgst_login-btnarea {
    margin-top: 20px;
    text-align: center;
  }
  .smnrgst_login-note {
    margin-top: 10px;
    color: #233539;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 23.94px;
  }
  .smnrgst_login-note a {
    color: #2e7de8;
    font-weight: 700;
  }
  .smnrgst_ses-wrp {
    padding-top: 14px;
  }
  .smnrgst_ses-lead {
    padding: 0 20px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 28px;
  }
  .smnrgst_ses-lead span {
    color: #ec3737;
  }
  .smnrgst_ses-note {
    margin-top: 20px;
    padding: 0 20px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 21.98px;
  }
  .smnrgst_ses-pgm {
    margin-top: 20px;
  }
  .smnrgst_ses-pgm-ttl {
    padding: 13px 0;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 14px;
    text-align: center;
  }
  .smnrgst_ses-pgm-hour {
    border-bottom: 2px solid #c3c3c3;
    background-color: #e4e4e4;
  }
  .smnrgst_ses-pgm-hour-ttl {
    padding: 14px 0;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: center;
  }
  .smnrgst_ses-pgm-hour-ttl.is-require:after {
    margin-left: 2px;
  }
  .smnrgst_ses-pgm-hour-lst {
    padding: 0 17px 20px;
  }
  .smnrgst_ses-pgm-hour-itm {
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    width: 100%;
    margin-top: 12px;
    padding: 17px 16px 15px;
    background-color: #fff;
  }
  .smnrgst_ses-pgm-hour-itm:first-child {
    margin-top: 0;
  }
  .smnrgst_ses-pgm-hour-itm-radio {
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
  }
  .smnrgst_ses-pgm-hour-itm-radio > input[type=radio] {
    display: none;
  }
  .smnrgst_ses-pgm-hour-itm-radio > input[type=radio] + span {
    display: block;
    width: 18px;
    height: 18px;
    border: solid 2px #c6c6c6;
    border-radius: 2px;
    background-color: #ffffff;
  }
  .smnrgst_ses-pgm-hour-itm-radio > input[type=radio]:checked + span {
    border: none;
    background-color: #1f51c7;
    background-image: url(/assets/svg/icon_check_wht_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px auto;
  }
  .smnrgst_ses-pgm-hour-itm-radio > input[type=radio]:checked + span:after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f6ff;
    box-shadow: 0 0 0 6px rgba(31, 81, 199, 0.3);
    content: "";
  }
  .smnrgst_ses-pgm-hour-itm-radio.is-single {
    display: none;
  }
  .smnrgst_ses-pgm-hour-itm-inr {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .smnrgst_ses-pgm-hour-itm-ttl {
    display: inline-block;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 18px;
  }
  .smnrgst_ses-pgm-hour-itm-ttl span {
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    padding: 0px 20px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: center;
    vertical-align: top;
  }
  .smnrgst_ses-pgm-hour-itm-ttl span.is-blue {
    background-color: #2d71ba;
  }
  .smnrgst_ses-pgm-hour-itm-ttl span.is-orange {
    background-color: #ef8232;
  }
  .smnrgst_ses-pgm-hour-itm-ttl span.is-green {
    background-color: #bac53f;
  }
  .smnrgst_ses-pgm-hour-itm-ttl span.is-violet {
    background-color: #bc7aff;
  }
  .smnrgst_ses-pgm-hour-itm-dtl {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 7px;
  }
  .smnrgst_ses-pgm-hour-itm-dtl-speaker {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 18px;
  }
  .smnrgst_ses-pgm-hour-itm-dtl-speaker span {
    margin-left: 5px;
  }
  .smnrgst_ses-pgm-hour-itm-dtl-speaker span:first-child {
    margin-left: 0;
  }
  .smnrgst_ses-pgm-hour-itm-dtl-status {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.8px;
    line-height: 14px;
  }
  .smnrgst_ses-pgm-hour-itm-dtl-status.is-fewleft {
    color: #f5621d;
    font-weight: 700;
  }
  .smnrgst_ses-pgm-hour-itm-unclass {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 16px;
  }
  .smnrgst_ses-pgm-hour-itm.is-unselectable {
    background-color: #f2f2f2;
  }
  .smnrgst_ses-pgm-hour-itm.is-unselectable .smnrgst_ses-pgm-hour-itm--inr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .smnrgst_ses-pgm-interval {
    padding: 15px 0;
    border-bottom: 1px solid #c0c0c0;
    background-color: #fafafa;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: center;
  }
  .smnrgst_survey {
    margin-top: 90px;
  }
  .smnrgst_bitmember-inr {
    padding: 0 20px;
  }
  .smnrgst_bitmember .smnrgst_sec-ttl {
    margin: 0;
  }
  .smnrgst_bitmember .smnrgst_lead {
    padding: 0;
  }
  .smnrgst_bitmember .consent_area {
    margin: 15px 0 0;
  }
  .smnrgst_bitmember.is-confirm .reg_main_ipt-itm {
    border-bottom: none;
  }
  .smnrgst_bitmember-lead {
    margin-top: 15px;
    color: #f57530;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: 30.58px;
    text-align: center;
  }
  .smnrgst_bitmember_meritlist {
    margin-top: 15px;
  }
  .smnrgst_bitmember_meritlist-container {
    display: -ms-flexbox;
    display: flex;
  }
  .smnrgst_bitmember_meritlist-container:last-child {
    margin-top: 15px;
  }
  .smnrgst_bitmember_meritlist-item {
    width: 50%;
    padding: 0 15px;
  }
  .smnrgst_bitmember_meritlist-item:before {
    display: block;
    width: 100%;
    padding-top: 56px;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
  }
  .smnrgst_bitmember_meritlist-item.is-art:before {
    background-image: url(/assets/images/article/icon_merit_art.png);
    background-size: 55px auto;
  }
  .smnrgst_bitmember_meritlist-item.is-tagclip:before {
    background-image: url(/assets/images/common/icon_log_merit-2-new.png);
    background-size: 60px auto;
  }
  .smnrgst_bitmember_meritlist-item.is-prev:before {
    background-image: url(/assets/images/article/icon_merit_cmt.png);
    background-size: 90px auto;
  }
  .smnrgst_bitmember_meritlist-item.is-rcmd:before {
    background-image: url(/assets/images/article/icon_merit_rcmd.png);
    background-size: 82px auto;
  }
  .smnrgst_bitmember_meritlist-ttl {
    margin-top: 5px;
    color: #131313;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 22px;
    text-align: center;
  }
  .smnrgst_bitmember_meritlist-text {
    margin-top: 5px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.52px;
    line-height: 18px;
  }
  .smnrgst_bitmember-link {
    margin: 20px 0 30px;
    text-align: center;
  }
  .smnrgst_bitmember-link a {
    color: #2d76ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 16px;
  }
  .smnrgst_bitmember-note {
    margin-top: 15px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 21.98px;
    text-align: center;
  }
  .smnrgst_posttype-slct {
    margin: 20px 20px 0;
  }
  .smnrgst_posttype-slct-itm:last-child {
    margin-top: 15px;
  }
  .smnrgst_posttype-slct-itm-note {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 21.98px;
  }
  .smnrgst_posttype-slct-itm-note a {
    text-decoration: underline;
  }
  .smnrgst_posttype-slct-itm-note.is-red {
    color: #ce0000;
  }
  .smnrgst_posttype-slct-btn {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
    width: 100%;
    height: 76px;
    padding-left: 16px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  }
  .smnrgst_posttype-slct-btn.is-selectable {
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  .smnrgst_posttype-slct-btn.is-unselectable .smnrgst_posttype-slct-btn-inr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .smnrgst_posttype-slct-btn.is-disable {
    padding-left: 0;
    background-color: #f0f0f0;
    box-shadow: none;
    pointer-events: none;
  }
  .smnrgst_posttype-slct-btn.is-disable .smnrgst_posttype-slct-btn-inr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .smnrgst_posttype-slct-btn.is-disable .smnrgst_posttype-slct-btn-radio {
    display: none;
  }
  .smnrgst_posttype-slct-btn.is-disable .smnrgst_posttype-slct-btn-ttl {
    color: #aeaeae;
    text-align: center;
  }
  .smnrgst_posttype-slct-btn.is-disable .smnrgst_posttype-slct-btn-txt {
    display: none;
  }
  .smnrgst_posttype-slct-btn-radio {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
  }
  .smnrgst_posttype-slct-btn-radio > input[type=radio] {
    display: none;
  }
  .smnrgst_posttype-slct-btn-radio > input[type=radio] + span.radio-icon {
    position: relative;
  }
  .smnrgst_posttype-slct-btn-radio > input[type=radio] + span.radio-icon:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    margin-top: -9px;
    border: 1px solid #979797;
    border-radius: 50%;
    background-color: #f8f8f8;
    content: "";
  }
  .smnrgst_posttype-slct-btn-radio > input[type=radio]:checked + span.radio-icon:before {
    left: -1px;
    margin-top: -10px;
    border: 2px solid #2470ff;
  }
  .smnrgst_posttype-slct-btn-radio > input[type=radio]:checked + span.radio-icon:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 3px;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    border-radius: 50%;
    background: #2470ff;
    content: "";
  }
  .smnrgst_posttype-slct-btn-radio > input[type=radio]:checked + span.radio-icon + span.radio-bdr {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(168, 175, 183, 0.16);
    box-shadow: 0 0 0 6px rgba(31, 81, 199, 0.3);
    content: "";
  }
  .smnrgst_posttype-slct-btn-inr {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .smnrgst_posttype-slct-btn-ttl {
    color: #0c53da;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.26px;
    line-height: 16px;
  }
  .smnrgst_posttype-slct-btn-txt {
    margin-top: 6px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.9px;
    line-height: 12px;
  }
  .smnrgst_posttype-about {
    margin-top: 15px;
  }
  .smnrgst_posttype-about-trg {
    margin: 0 20px;
    text-align: right;
  }
  .smnrgst_posttype-about-trg a {
    display: inline-block;
    color: #748393;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.58px;
    line-height: 14px;
  }
  .smnrgst_posttype-about-trg a:after {
    display: inline-block;
    width: 12px;
    height: 8px;
    margin-left: 6px;
    background-image: url(/assets/images/common/arrow_down_blu_04.png);
    background-repeat: no-repeat;
    background-size: 12px 8px;
    vertical-align: 0px;
    content: "";
  }
  .smnrgst_posttype-about-trg a .smnrgst_posttype-about-trg_opentxt {
    display: inline;
  }
  .smnrgst_posttype-about-trg a .smnrgst_posttype-about-trg_closetxt {
    display: none;
  }
  .smnrgst_posttype-about-trg a.is-open:after {
    background-image: url(/assets/images/common/arrow_up_blu_04.png);
  }
  .smnrgst_posttype-about-trg a.is-open .smnrgst_posttype-about-trg_opentxt {
    display: none;
  }
  .smnrgst_posttype-about-trg a.is-open .smnrgst_posttype-about-trg_closetxt {
    display: inline;
  }
  .smnrgst_posttype-about-tgt {
    display: none;
  }
  .smnrgst_regipt {
    padding-top: 25px;
  }
  .svy_wrp {
    padding: 22px 25px 20px;
    background-color: #fbf7e7;
  }
  .svy_wrp.is-hide {
    display: none;
  }
  .svy_ttl {
    color: #927625;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
  }
  .svy_lead {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 21.98px;
  }
  .svy_lst {
    width: 100%;
    margin-top: 10px;
  }
  .svy_itm {
    padding: 10px 10px 10px 0;
  }
  .svy_itm label {
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 22px;
  }
  .svy_itm input[type=checkbox] {
    display: none;
  }
  .svy_itm input[type=checkbox]:checked + span:before {
    border: 2px solid #4e74e9;
  }
  .svy_itm input[type=checkbox]:checked + span:after {
    -ms-transform: rotate(40deg);
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 6px;
    height: 18px;
    margin-top: -16px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }
  .svy_itm span {
    display: block;
    position: relative;
    padding-left: 30px;
  }
  .svy_itm span:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    border: 2px solid #979797;
    background-color: #f8f8f8;
    content: "";
  }
  .svy_itm-textarea {
    margin-top: 10px;
    padding-left: 30px;
  }
  .svy_itm-textarea textarea {
    width: 100%;
    padding: 4px 8px;
    border: solid 1px #d4d4d4;
    border-radius: 4px;
    background-color: #f9fdcf;
    color: #333;
    font-size: 16px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 21px;
    resize: none;
  }
  .svy_itm-textarea textarea:disabled {
    background-color: #f8f8f8 !important;
  }
  .svy_itm-textarea .err {
    display: none;
    margin-top: 11px;
    color: #ff0000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 22px;
  }
  .svy_itm-textarea .err.has-err {
    display: block;
  }
  .svy_itm.is-other {
    padding: 10px 0 10px 0;
  }
  .tagwrds_lst-itm {
    display: inline-block;
    margin: 10px 25px 0 0;
    margin-left: 14px;
    text-indent: -14px;
  }
  .tagwrds_lst-itm a {
    color: #53768c;
    color: #53768c !important;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: normal;
    text-decoration: none !important;
  }
  .tagwrds_lst-itm a:before {
    margin-right: 6px;
    content: "#";
  }
  .ui-tooltip {
    display: none !important;
  }
  .trnd_wrd_lst-itm {
    padding-left: 14px;
  }
  .trnd_wrd_lst-itm a {
    display: -ms-flexbox;
    display: flex;
    margin-right: 6px;
    color: #2f2f2f;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: normal;
  }
  .trnd_wrd_lst-itm a:hover {
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-color: #53768c;
    text-decoration-color: #53768c;
    text-decoration-line: underline;
  }
  .trnd_wrd_lst-itm span:before {
    margin-right: 6px;
    content: "#";
  }
  .trnd_wrd_lst-itm button {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 96px;
    height: 32px;
    margin-right: 6px;
    margin-left: 6px;
    padding-left: 5px;
    padding-left: 24px;
    border: 1px solid #53768c;
    border-radius: 3px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
  }
  .trnd_wrd_lst-itm button span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 14px;
    height: 14px;
    margin: auto;
  }
  .trnd_wrd_lst-itm button span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .trnd_wrd_lst-itm button span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .trnd_wrd_lst-itm button label {
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
  }
  .trnd_wrd_lst-itm button label:hover {
    cursor: pointer;
  }
  .trnd_wrd_lst-itm button.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  .trnd_wrd_lst-itm button.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 5px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .trnd_wrd_lst-itm button.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .trnd_wrd_lst-itm button label {
    display: block;
    width: 100%;
    text-align: left;
  }
  .usr_blck-list {
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
  }
  .usr_blck-list .itm {
    display: block;
    width: 100%;
    padding: 14px 0 25px 0;
    border-bottom: none;
  }
  .usr_blck-list .itm:first-of-type {
    border-top: none;
  }
  .usr_blck-list .itm .usrinfo {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .usr_blck-list .itm .usrinfo-txt {
    width: calc(100% - 44px - 12px - 18px - 18px);
  }
  .usr_blck-list .itm .usrinfo-btn {
    display: block;
    width: 100%;
    margin-top: 2px;
    padding-left: 11px;
  }
  .usr_blck-list .itm .usrinfo-btn .com {
    width: 100%;
    color: #333;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.9px;
    line-height: 10px;
    text-align: left;
  }
  .usr_blck-list .itm .usrinfo-btn .post {
    width: 100%;
    margin-top: 4px;
    color: #333;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.9px;
    line-height: 10px;
    text-align: left;
  }
  .usr_blck-list .itm .usrinfo-btn .name {
    width: 100%;
    margin-top: 7px;
    padding-right: 120px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.12px;
    line-height: 14px;
    text-align: left;
  }
  .usr_blck-list .itm.is-blck .usr_blck-action .toggle_list .toggle_list_inner .blck-release-btn,
.usr_blck-list .itm.is-blck .usr_blck-btn .blck-btn {
    display: block;
  }
  .usr_blck-list .itm.is-release-blck .usr_blck-action .toggle_list .toggle_list_inner .blck-btn {
    display: block;
  }
  .usr_blck-list .itm.is-release-blck .usr_blck-btn .flw-btn {
    display: -ms-flexbox;
    display: flex;
  }
  .usr_blck-icon {
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
  }
  .usr_blck-action {
    -ms-flex: 0 0 12px;
    position: relative;
    flex: 0 0 12px;
  }
  .usr_blck-action .action-btn {
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: top;
  }
  .usr_blck-action .action-btn + .toggle_list {
    display: none;
  }
  .usr_blck-action .action-btn span {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 12px;
    transform: translate(-50%, -50%);
  }
  .usr_blck-action .action-btn span:before {
    top: 0;
  }
  .usr_blck-action .action-btn span:after {
    bottom: 0;
  }
  .usr_blck-action .action-btn span:before, .usr_blck-action .action-btn span:after {
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #748393;
    content: "";
    transition: all 0.2s ease;
  }
  .usr_blck-action .action-btn.is-myp-toggle-open span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 8px;
  }
  .usr_blck-action .action-btn.is-myp-toggle-open span:before {
    -ms-transform: rotate(45deg);
    -ms-transform-origin: bottom right;
    top: 10px;
    left: -11px;
    width: 14px;
    height: 3px;
    transform: rotate(45deg);
    transform-origin: bottom right;
    border-radius: 0;
  }
  .usr_blck-action .action-btn.is-myp-toggle-open span:after {
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: bottom left;
    top: 10px;
    left: 3px;
    width: 14px;
    height: 3px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    border-radius: 0;
  }
  .usr_blck-action .toggle_list {
    z-index: 3;
    position: absolute;
    top: 25px;
    right: 0;
    width: 210px;
    padding: 15px;
    background-color: #fff;
    box-shadow: -2px 4px 8px 2px rgba(0, 0, 0, 0.12);
  }
  .usr_blck-action .toggle_list .toggle_list_inner .toggle_itm.blck-release-btn, .usr_blck-action .toggle_list .toggle_list_inner .toggle_itm.blck-btn {
    display: none;
  }
  .usr_blck-action .toggle_list .toggle_list_inner .toggle_itm.blck-release-btn button, .usr_blck-action .toggle_list .toggle_list_inner .toggle_itm.blck-btn button {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
  }
  .usr_blck-btn {
    -ms-flex: 0 0 100%;
    position: relative;
    flex: 0 0 100%;
  }
  .usr_blck-btn .flw-btn {
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    display: -ms-flexbox;
    display: flex;
    display: none;
    position: relative;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    left: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    justify-content: space-around;
    width: 136px;
    height: 32px;
    margin: 14px auto 0 auto;
    padding: 0 10px;
    border: 1px solid #53768c;
    border-radius: 3px;
  }
  .usr_blck-btn .flw-btn span {
    position: relative;
    width: 22px;
    height: 14px;
    background-image: url("/assets/images/common/icon_follow.svg");
    background-repeat: no-repeat;
  }
  .usr_blck-btn .flw-btn span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 0;
    height: 0;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .usr_blck-btn .flw-btn span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 0;
    height: 0;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .usr_blck-btn .flw-btn label {
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  .usr_blck-btn .flw-btn label:hover {
    cursor: pointer;
  }
  .usr_blck-btn .flw-btn.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  .usr_blck-btn .flw-btn.is-b-active span {
    width: 0px;
    margin: 0px;
    background-image: none;
  }
  .usr_blck-btn .flw-btn.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 6px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .usr_blck-btn .flw-btn.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 14px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.1s ease;
  }
  .usr_blck-btn .blck-btn {
    display: none;
    position: absolute;
    top: -30px;
    right: 0;
    width: 136px;
    height: 32px;
    margin: 14px auto 0 auto;
    border: 1px solid #ce0000;
    border-radius: 3px;
    color: #ce0000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 14px;
  }
  .usr_blck-btn .blck-btn label:hover {
    cursor: pointer;
  }
  #drw.is-m_right .icon_usr-inner, #drw.is-m_prm .icon_usr-inner, #drw.is-m_bit .icon_usr-inner, #drw.is-m_flw .icon_usr-inner {
    position: relative;
    width: 50px;
    height: 50px;
  }
  #drw.is-m_right .icon_usr-inner img, #drw.is-m_prm .icon_usr-inner img, #drw.is-m_bit .icon_usr-inner img, #drw.is-m_flw .icon_usr-inner img {
    z-index: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 44px;
    height: 44px;
  }
  #drw.is-m_right .icon_usr > label, #drw.is-m_prm .icon_usr > label, #drw.is-m_bit .icon_usr > label, #drw.is-m_flw .icon_usr > label {
    color: #281915;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
  }
  #drw .drw--cnt-itm .rcmd_usr .icon_usr {
    -ms-flex-pack: justify;
    -ms-flex-align: initial;
    position: relative;
    align-items: initial;
    justify-content: space-between;
  }
  #drw .drw--cnt-itm .rcmd_usr .icon_usr-inner {
    position: relative;
    width: 86px;
    height: 86px;
  }
  #drw .drw--cnt-itm .rcmd_usr .icon_usr-inner img {
    z-index: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 80px;
    height: 80px;
  }
  #drw .drw--cnt-itm .rcmd_usr .icon_usr > label {
    color: #281915;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
  }
  .usrico {
    position: relative;
  }
  .usrico.is-b-psh-flw:before, .usrico.is-b-psh-thmsup:before {
    display: block;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 43%;
    height: 43%;
    border-radius: 50%;
    content: "";
  }
  .usrico.is-b-psh-flw:before {
    background-image: url(/assets/images/common/icon_follow_chk_blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .usrico.is-b-psh-thmsup:before {
    background-image: url(/assets/svg/icon_thumbsup.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .usrico {
    position: relative;
  }
  .usrico img {
    border-radius: 50%;
  }
  .usrico_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ccc;
  }
  .usrico a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .usrico.is-m_right:before, .usrico.is-m_prm:before, .usrico.is-m_bit:before, .usrico.is-m_flw:before {
    display: block;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
    height: 43%;
    border-radius: 50%;
    content: "";
  }
  .usrico.is-m_right:before {
    background-color: #ce0000;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    content: "!";
  }
  .usrico.is-m_prm:before {
    background-color: #c09a00;
    text-align: center;
    content: "P";
  }
  .usrico.is-m_bit:before {
    background-image: url(/assets/svg/icon_bit.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .usrico.is-m_flw:before {
    background-color: #2e7de8;
    background-image: url(/assets/svg/icon_check_wht.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70% auto;
  }
  .usrico-small {
    position: relative;
  }
  .usrico-small.is-b-psh-flw:before, .usrico-small.is-b-psh-thmsup:before {
    display: block;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 43%;
    height: 43%;
    border-radius: 50%;
    content: "";
  }
  .usrico-small.is-b-psh-flw:before {
    background-image: url(/assets/images/common/icon_follow_chk_blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .usrico-small.is-b-psh-thmsup:before {
    background-image: url(/assets/svg/icon_thumbsup.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .usrico-small {
    position: relative;
  }
  .usrico-small_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ccc;
  }
  .usrico-small a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .usrico-small.is-m_right:before, .usrico-small.is-m_prm:before, .usrico-small.is-m_bit:before, .usrico-small.is-m_flw:before {
    display: block;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
    height: 43%;
    border-radius: 50%;
    content: "";
  }
  .usrico-small.is-m_right:before {
    background-color: #ce0000;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    content: "!";
  }
  .usrico-small.is-m_prm:before {
    background-color: #c09a00;
    text-align: center;
    content: "P";
  }
  .usrico-small.is-m_bit:before {
    background-image: url(/assets/svg/icon_iine.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .usrico-small.is-m_flw:before {
    background-color: #2e7de8;
    background-image: url(/assets/svg/icon_check_wht.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70% auto;
  }
  .js-hint-wrap {
    position: relative;
  }
  .js-hint-wrap.author {
    float: right;
  }
  .js-hint-wrap.is-hover button {
    box-shadow: 0 0 0 2px #23465c;
    transition: opacity 0.2s ease;
  }
  .js-hint-wrap .js-hint-msg {
    display: none;
    z-index: 2;
    position: absolute;
    top: -60px;
    left: 0%;
    width: 100%;
    height: auto;
    padding: 14px 6px;
    border-radius: 8px;
    background-color: #53768c;
    box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 11px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 16px;
    text-align: center;
  }
  .js-hint-wrap .js-hint-msg:after {
    position: absolute;
    bottom: -10px;
    left: 90%;
    width: 0;
    height: 0;
    margin: 0 0 0 -6px;
    border-top: 12px solid #53768c;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
  }
  .js-hint-wrap .js-hint-ltmsg {
    display: none;
    z-index: 2;
    position: absolute;
    top: -42px;
    left: 118px;
    width: 210px;
    height: auto;
    padding: 8px 6px;
    border-radius: 8px;
    background-color: #53768c;
    box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 11px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 16px;
    text-align: center;
  }
  .js-hint-wrap .js-hint-ltmsg:after {
    position: absolute;
    left: -6px;
    width: 0;
    height: 0;
    margin: 0 0 0 -6px;
    border-top: 6px solid transparent;
    border-right: 12px solid #53768c;
    border-bottom: 6px solid transparent;
    content: "";
  }
  .js-hint-wrap .js-bitmail-msg {
    display: none;
    z-index: 2;
    position: absolute;
    top: -42px;
    left: 118px;
    width: 210px;
    height: auto;
    padding: 8px 6px;
    border-radius: 8px;
    background-color: #53768c;
    box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 11px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 16px;
    text-align: center;
  }
  .js-hint-wrap .js-bitmail-msg:after {
    position: absolute;
    left: -6px;
    width: 0;
    height: 0;
    margin: 0 0 0 -6px;
    border-top: 6px solid transparent;
    border-right: 12px solid #53768c;
    border-bottom: 6px solid transparent;
    content: "";
  }
  #drw .drw--head .usrico.is-m_prm:before {
    color: #fff;
    font-size: 14.66667px;
    font-size: 1.46667rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
  }
  #drw .rcmd_usr .usrico.is-m_prm:before {
    color: #fff;
    font-size: 26.66667px;
    font-size: 2.66667rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 40px;
  }
  html {
    min-width: 320px;
  }
  body {
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  body.is-fixed-scroll {
    position: fixed;
    pointer-events: none;
  }
  body.is-fixed-scroll .wrapper {
    pointer-events: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  #wrapper.state_fixed_sp {
    position: fixed;
    top: 0px;
    width: 100%;
  }
  .ar-memberlogin-merit__inner {
    padding: 10px 0 20px 0;
  }
  .ar-memberlogin-merit-action__title {
    margin-bottom: 30px;
    text-align: center;
  }
  .ar-memberlogin-merit-action__title--text {
    color: #2f2f2f;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 22px;
  }
  .ar-memberlogin-merit-action__subtitle {
    margin-bottom: 30px;
    text-align: left;
  }
  .ar-memberlogin-merit-action__subtitle--text {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 31px;
  }
  .ar-memberlogin-merit-action__btn {
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 44px;
    margin-bottom: 20px;
  }
  .ar-memberlogin-merit-action__btn--regist {
    -ms-flex-item-align: stretch;
    -ms-flex-pack: distribute;
    display: -ms-flexbox;
    display: flex;
    align-self: stretch;
    justify-content: space-around;
    width: 49%;
    padding: 13px 5px;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: normal;
    text-decoration: none !important;
  }
  .ar-memberlogin-merit-action__btn--regist--text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .ar-memberlogin-merit-action__btn--login {
    -ms-flex-item-align: stretch;
    -ms-flex-pack: distribute;
    display: -ms-flexbox;
    display: flex;
    align-self: stretch;
    justify-content: space-around;
    width: 49%;
    padding: 13px 5px;
    border-radius: 3px;
    background-color: #2470ff;
    color: #fff !important;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: normal;
    text-decoration: none !important;
  }
  .ar-memberlogin-merit-action__btn--login--text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .ar-memberlogin-merit-description__inner {
    padding: 30px 0;
    border: 1px solid #a3976d;
    border-radius: 3px;
  }
  .ar-memberlogin-merit-description__title {
    margin-bottom: 24px;
    padding: 0 30px;
    text-align: center;
  }
  .ar-memberlogin-merit-description__title--text {
    display: inline-block;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 32px;
  }
  .ar-memberlogin-merit-description__title--gold {
    margin-top: 15px;
    color: #a3976d;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: 1.7px;
    line-height: 29px;
  }
  .ar-memberlogin-merit-description__meritlist--container {
    display: -ms-flexbox;
    display: flex;
  }
  .ar-memberlogin-merit-description__meritlist--container:last-child {
    margin-top: 15px;
  }
  .ar-memberlogin-merit-description__meritlist--item {
    width: 50%;
    padding: 0 15px;
  }
  .ar-memberlogin-merit-description__meritlist--item:before {
    display: block;
    width: 100%;
    padding-top: 56px;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
  }
  .ar-memberlogin-merit-description__meritlist--item.is-art:before {
    background-image: url(/assets/images/article/icon_merit_art.png);
    background-size: 55px auto;
  }
  .ar-memberlogin-merit-description__meritlist--item.is-cmt:before {
    background-image: url(/assets/images/common/icon_log_merit-2-new.png);
    background-size: 60px auto;
  }
  .ar-memberlogin-merit-description__meritlist--item.is-prev:before {
    background-image: url(/assets/images/article/icon_merit_cmt.png);
    background-size: 90px auto;
  }
  .ar-memberlogin-merit-description__meritlist--item.is-rcmd:before {
    background-image: url(/assets/images/article/icon_merit_rcmd.png);
    background-size: 82px auto;
  }
  .ar-memberlogin-merit-description__meritlist--ttl {
    margin-top: 5px;
    color: #131313;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 22px;
    text-align: center;
  }
  .ar-memberlogin-merit-description__meritlist--text {
    margin-top: 5px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.52px;
    line-height: 18px;
  }
  .ar-memberlogin-merit-description__ismerit {
    width: 100%;
    margin-top: 40px;
    padding: 0 30px;
  }
  .ar-memberlogin-merit-description__ismerit a {
    display: block;
    padding: 11px 10px 15px 10px;
    border-radius: 3px;
    background-color: #a3976d;
    color: #fff !important;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: normal;
    text-align: center;
    text-decoration: none !important;
  }
  .upl_explanation {
    margin-top: 4px;
    margin-left: 1em;
    color: #53768c;
    font-size: 1rem;
    line-height: 1.4;
    text-indent: -1em;
  }
  .js-hint-box, .js-hint-bit-box, .js-hint-cmt-box {
    display: none !important;
  }
  .js-hint-wrap.is-hover .js-hint-box ~ button {
    box-shadow: unset;
    transition: unset;
  }
}

@media only screen and (min-width: 768px), print {
  #wrapper.is-open-head-alert header .head_notice {
    display: block;
  }
  #wrapper a[name^=head] {
    display: block;
    position: relative;
    top: -64px;
    vertical-align: top;
  }
  #wrapper.state_notice_exists a[name^=head] {
    display: block;
    position: relative;
    top: -118px;
    vertical-align: top;
  }

  header .usrico.is-m_prm:before {
    color: #fff;
    font-size: 9.71429px;
    font-size: 0.97143rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 12.59259px;
  }
  header .head_psh .usrico.is-m_prm:before {
    color: #fff;
    font-size: 12.57143px;
    font-size: 1.25714rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16.2963px;
  }

  header .usrico-small.is-m_prm:before {
    color: #fff;
    font-size: 9.71429px;
    font-size: 0.97143rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 12.59259px;
  }
  header .head_psh .usrico-small.is-m_prm:before {
    color: #fff;
    font-size: 12.57143px;
    font-size: 1.25714rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16.2963px;
  }
  header {
    z-index: 100;
    width: 100%;
  }
  header .head_notice {
    display: none;
    height: 54px;
    background-color: #ffe7ea;
  }
  header .head_notice_inner {
    display: flex;
    align-items: center;
    max-width: 1612px;
    height: 100%;
    margin: 0 auto;
    padding: 0 23px;
  }
  header .head_notice_ttl_txt {
    display: block;
    padding-left: 33px;
    background: url("/assets/images/common/icon_alert.png") left center no-repeat;
    background-size: 22px auto;
    color: #ce0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 22px;
  }
  header .head_notice_cont {
    display: flex;
    flex-grow: 2;
    justify-content: space-between;
    padding-left: 65px;
  }
  header .head_notice_cont .head_notice_close {
    margin: 0 3px 0 9px;
  }
  header .head_notice_cont .head_notice_close:before, header .head_notice_cont .head_notice_close:after {
    display: block;
    position: relative;
    width: 16px;
    height: 2px;
    margin-top: -2px;
    background-color: #000;
    content: "";
  }
  header .head_notice_cont .head_notice_close:before {
    transform: rotate(45deg);
  }
  header .head_notice_cont .head_notice_close:after {
    transform: rotate(-45deg);
  }
  header .head_notice_cont_txt {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.17px;
    line-height: 24px;
  }
  header .head_notice_cont_txt a {
    color: #277aeb;
  }
  header .head_inner {
    max-width: 1612px;
    height: 64px;
    margin: 0 auto;
    padding: 0 16px 0 50px;
  }
  header .head_infoarea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  header .head_logo {
    display: flex;
    align-items: center;
  }
  header .head_logo h1 {
    width: 153px;
  }
  header .head_logo h1 a {
    display: block;
  }
  header .head_logo h1 a img.head_logo_fj {
    width: 85%;
  }
  header .head_logo_sub {
    min-width: 110px;
    padding-left: 12px;
  }
  header .head_copy {
    display: inline-block;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
  }
  header .head_about {
    display: block;
    margin-top: 6px;
    padding-left: 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  header .head_about a {
    padding-left: 13px;
    background: url(/assets/images/common/cursor_r_blu.png) left center no-repeat;
    background-size: 6px auto;
    color: #274d9c;
    letter-spacing: 0.5px;
  }
  header .head_ctl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .head_search {
    position: relative;
    width: 200px;
    margin: 0 12px 0 0;
  }
  header .head_search .keyword_search {
    width: 200px;
    height: 32px;
    border: 1px solid #000;
    border-radius: 16px;
  }
  header .head_search .keyword_search .input-text {
    padding: 6px 12px 6px 12px;
    border-radius: 16px;
    font-size: 1.2rem;
    text-align: left;
  }
  header .head_search .keyword_search .input-submit {
    top: 6px;
    right: 12px;
    width: 18px;
    height: 18px;
  }
  header .head_menu nav {
    font-size: 15px;
  }
  header .head_menu nav ul {
    justify-content: center;
  }
  header .head_menu nav ul li {
    padding: 5px 35px;
  }
  header .head_menu nav span.arrow {
    display: none;
  }
  .head-preview {
    background: #333333;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .head-preview_title {
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 64px;
  }
  .head-preview_infoarea {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
  }
  .head-preview_logo {
    position: absolute;
    width: 153px;
  }
  .head-preview_logo h1 a {
    display: block;
  }
  .head-preview_logo h1 a img {
    width: 100%;
  }
  #wrapper.login header .head_inner {
    height: 64px;
  }
  #wrapper.special header .head_inner {
    height: 64px;
  }
  #wrapper.special header .head_navarea {
    display: none;
  }
  #wrapper.special header .head_ctl .head_mailmagazine {
    display: block;
    padding-left: 15px;
  }
  #wrapper.special header .head_search {
    display: none;
  }
  #wrapper.special.state_slim_pc .head_ctl .head_mailmagazine {
    display: none;
  }
  #wrapper.state_slim_pc header {
    position: fixed;
    top: -64px;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  }
  #wrapper.state_slim_pc header.state_showed {
    top: 0 !important;
    transition: top 0.5s ease;
  }
  #wrapper.state_slim_pc header .head_inner {
    height: 64px;
  }
  #wrapper.state_slim_pc header .head_copy,
#wrapper.state_slim_pc header .head_about,
#wrapper.state_slim_pc header .head_login_status,
#wrapper.state_slim_pc header .head_navarea {
    display: none;
  }
  #wrapper.state_slim_pc header .head_ctl {
    display: flex;
  }
  #wrapper.state_slim_pc header .head_search {
    width: 147px;
  }
  #wrapper.state_notice_exists.state_slim_pc header {
    top: -118px;
  }
  #wrapper.is-f-psh_open .icon_psh {
    background-image: url("/assets/images/common/icon_psh_on.svg");
  }
  #wrapper header .head_ctl .psh_bd {
    height: 130px;
  }
  #wrapper header .head_ctl .psh_bd ul.psh_bd-list {
    height: 86px;
    border-bottom: none;
  }
  #wrapper header .head_ctl .psh_bd ul.psh_bd-list li.psh_bd-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #wrapper header .head_ctl .psh_bd ul.psh_bd-list li.psh_bd-item p {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 22px;
  }
  #wrapper header .head_ctl .psh_bd ul.psh_bd-list li.psh_notinfo_bd-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
  }
  #wrapper header .head_ctl .psh_bd ul.psh_bd-list li.psh_notinfo_bd-item p {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 22px;
  }
  .head_psh {
    z-index: 100;
    position: relative;
  }
  .head_psh .psh_bd {
    display: none;
    position: absolute;
    top: 40px;
    left: -400px;
    width: 570px;
    height: calc(80vh - 108px);
    background-color: #fff;
    box-shadow: -2px 4px 8px 2px rgba(0, 0, 0, 0.5);
  }
  .head_psh .psh_bd:before {
    z-index: -1;
    position: absolute;
    top: -24px;
    left: 72%;
    margin-left: -12px;
    border: 14px solid transparent;
    border-bottom: 14px solid #e2e8eb;
    content: "";
  }
  .head_psh .psh_bd h3 {
    width: 100%;
    padding: 10px 0;
    background-color: #e2e8eb;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.67px;
    line-height: 20px;
    text-align: center;
  }
  .head_psh .psh_bd .psh_bd-list {
    -webkit-overflow-scrolling: touch;
    height: calc(80vh - 226px);
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 1px solid #d8d8d8;
  }
  .head_psh .psh_bd .psh_bd-list .psh_bd-item {
    border-bottom: 1px solid #e1e1e1;
  }
  .head_psh .psh_bd .psh_bd-list .psh_bd-item:last-child {
    border-bottom: none;
  }
  .head_psh .psh_bd .psh_bd-list .psh_bd-item.is-read {
    background-color: #d8d8d8;
  }
  .head_psh .psh_bd .psh_bd-list .psh_bd-item.is-read .news em.is-bl {
    color: #ce0000;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 1.05px;
    line-height: 22px;
  }
  .head_psh .psh_bd .psh_bd-list .psh_bd-item.is-read .more_info {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 22px;
  }
  .head_psh .psh_bd .psh_bd-list .psh_bd-item.is-read .more_info label {
    color: #2470ff;
    cursor: pointer;
  }
  .head_psh .psh_bd .psh_bd-list .psh_bd-item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 20px;
  }
  .head_psh .psh_bd .psh_bd-list .psh_bd-item a div.psh_bd-item-txt {
    width: 465px;
    padding-left: 10px;
  }
  .head_psh .psh_bd .psh_bd-list .psh_bd-item a div.psh_bd-item-txt p em {
    font-style: italic;
    font-weight: 700;
  }
  .head_psh .psh_bd .psh_bd-list .psh_bd-item a div.psh_bd-item-txt p:first-child {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.12px;
    line-height: 18px;
  }
  .head_psh .psh_bd .psh_bd-list .psh_bd-item a div.psh_bd-item-txt p:last-child {
    margin-top: 8px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 18px;
  }
  .head_psh .psh_bd .psh_bd-list .psh_bd-item a div.psh_bd-item-txt .psh_bd-itm-txt-date {
    margin-top: 8px !important;
    color: #a5a5a5 !important;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    letter-spacing: 1.2px !important;
    line-height: 18px !important;
  }
  .head_psh .psh_bd-more {
    display: block;
    position: relative;
    margin: 15px;
    padding: 10px 34px;
    background-color: #f0f0f0;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.54px;
    line-height: normal;
    text-align: center;
  }
  .head_psh .psh_bd-more:after {
    display: block;
    position: absolute;
    top: 16px;
    right: 34px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 3px solid #2470ff;
    border-right: 3px solid #2470ff;
    border-bottom: none;
    border-left: none;
    content: "";
  }
  .head_usr {
    z-index: 100;
    position: relative;
  }
  .head_usr button label {
    cursor: pointer;
  }
  .head_usr_bd {
    display: none;
    position: absolute;
    top: 51px;
    right: 0;
    width: 230px;
    height: auto;
    background-color: #fff;
    box-shadow: -2px 4px 8px 2px rgba(0, 0, 0, 0.5);
  }
  .head_usr_bd:before {
    display: block;
    z-index: -1;
    position: absolute;
    top: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background-color: #e2e8eb;
    box-shadow: -2px 4px 8px 2px rgba(0, 0, 0, 0.5);
    content: "";
  }
  .head_usr_bd_list li:last-child {
    border-top: 1px solid #d8d8d8;
  }
  .head_usr_bd_list li .js-hint-maintenance {
    color: #9b9b9b;
  }
  .head_usr_bd_list li button,
.head_usr_bd_list li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: 14px;
    text-align: center;
  }
  .head_usr_bd_list li.disabled-link {
    position: relative;
  }
  .head_usr_bd_list li.disabled-link .link-txt {
    padding: 12px 0;
    color: #aeaeae;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: 14px;
    text-align: center;
  }
  .head_usr_bd_list li.disabled-link .hint-box {
    visibility: hidden;
    z-index: 2;
    position: absolute;
    top: 4px;
    right: 75%;
    width: 210px;
    height: auto;
    padding: 7px;
    border-radius: 8px;
    background-color: #53768c;
    box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 16px;
    opacity: 0;
    transition: 0.2s all;
  }
  .head_usr_bd_list li.disabled-link .hint-box a {
    padding: 0;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 16px;
  }
  .head_usr_bd_list li.disabled-link .hint-box:after {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 0;
    height: 0;
    margin: 0 0 0 -6px;
    transform: rotate(90deg);
    border-right: 6px solid transparent;
    border-bottom: 12px solid #53768c;
    border-left: 6px solid transparent;
    content: "";
  }
  .head_usr_bd_list li.disabled-link:hover .hint-box {
    visibility: visible;
    opacity: 1;
  }
  .head_gnav_btn {
    top: 0;
    left: 0;
    height: 64px;
  }
  #wrapper.is-gnav_close .head_gnav_btn span:nth-of-type(1) {
    top: 24px;
    left: 12px;
  }
  #wrapper.is-gnav_close .head_gnav_btn span:nth-of-type(2) {
    top: 32px;
    left: 12px;
    opacity: 1;
  }
  #wrapper.is-gnav_close .head_gnav_btn span:nth-of-type(3) {
    top: 40px;
    left: 12px;
  }
  #wrapper.is-gnav_open .head_gnav_btn span:nth-of-type(1) {
    top: 32px;
    left: 12px;
    transform: rotate(45deg);
  }
  #wrapper.is-gnav_open .head_gnav_btn span:nth-of-type(2) {
    top: 32px;
    left: 12px;
    opacity: 0;
  }
  #wrapper.is-gnav_open .head_gnav_btn span:nth-of-type(3) {
    top: 32px;
    left: 12px;
    transform: rotate(-45deg);
  }
  .head_gnav {
    top: 64px;
    padding-bottom: 64px;
  }
  .head_gnav__wrapper {
    width: calc(100% - 32px);
    max-width: 1000px;
    margin: auto;
    padding-top: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: normal;
  }
  .head_gnav__subheading {
    margin-bottom: 5px;
    font-weight: 400;
  }
  .head_gnav__inner {
    display: flex;
    justify-content: space-between;
  }
  .head_gnav__media__list {
    margin-bottom: 21px;
  }
  .head_gnav__media__list-item {
    width: 170px;
    margin-right: 60px;
  }
  .head_gnav__media__btn {
    width: 170px;
  }
  .head_gnav__media__btn [data-logo=bit] {
    width: 103.9089px;
    height: 18px;
  }
  .head_gnav__media__btn [data-logo=fj] {
    width: 106.4691px;
    height: 24px;
  }
  .head_gnav__media__btn [data-logo=st] {
    width: 106.3306px;
    height: 16px;
  }
  .head_gnav__genre {
    width: 76%;
  }
  .head_gnav__genre__list-item {
    display: flex;
    justify-content: space-between;
  }
  .head_gnav__genre__list-item:first-child {
    margin-top: 7px;
  }
  .head_gnav__genre__list-item:first-child .head_gnav__genre__item,
.head_gnav__genre__list-item:first-child .head_gnav__genreTag {
    border-top: 1px solid #f57530;
  }
  .head_gnav__genre__item {
    width: 22%;
    border-bottom: 1px solid #f57530;
  }
  .head_gnav__genre__link {
    display: block;
    padding: 13px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 22px;
  }
  .head_gnav__genreTag {
    width: 74%;
  }
  .head_gnav__genreTag__list-item {
    padding-right: 2.4em;
    padding-left: 2.4em;
  }
  .head_gnav__genreTag__link {
    display: block;
    padding: 13px 0 13px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
  }
  .head_gnav__contents {
    width: 19%;
  }
  .head_gnav__contents__list-item {
    margin-bottom: 12px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  #wrapper.is-open-head-alert .head_gnav {
    top: 118px;
  }
  header .head_infoarea .head_ctl .icon_usr {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 6px;
  }
  header .head_infoarea .head_ctl .icon_usr-inner {
    position: relative;
    width: 42px;
    height: 42px;
  }
  header .head_infoarea .head_ctl .icon_usr-inner img {
    z-index: 1;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 34px;
    height: 34px;
  }
  header .head_infoarea .head_ctl .icon_usr > label {
    color: #281915;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
  }
  header .head_infoarea .head_ctl .icon_usr label {
    max-width: 200px;
    padding-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  header .head_infoarea .head_ctl .icon_usr .is-m_prm:before {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  header .head_infoarea .head_ctl .icon_usr .is-m_right:before {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 12px;
  }
  header .head_infoarea .head_ctl .head_psh .icon_usr-inner {
    position: relative;
    width: 50px;
    height: 50px;
  }
  header .head_infoarea .head_ctl .head_psh .icon_usr-inner img {
    z-index: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 44px;
    height: 44px;
  }
  header .head_infoarea .head_ctl .head_psh .icon_usr > label {
    color: #281915;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
  }
  .usrico {
    position: relative;
  }
  .usrico.is-b-psh-flw:before, .usrico.is-b-psh-thmsup:before {
    display: block;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 43%;
    height: 43%;
    content: "";
  }
  .usrico.is-b-psh-flw:before {
    background-image: url(/assets/images/common/icon_follow_chk_blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .usrico.is-b-psh-thmsup:before {
    background-image: url(/assets/svg/icon_thumbsup.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px 18px;
  }
  .is-b-bl {
    background-color: #ffe7ea;
  }
  .is-b-bl .usrico:before {
    display: block;
    z-index: 2;
    position: absolute;
    bottom: 3px;
    left: 3px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ce0000;
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    content: "!";
  }
  .is-b-bl .news em {
    color: #ce0000;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 1.05px;
    line-height: 22px;
  }
  .is-b-bl .more_info {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 22px;
  }
  .is-b-bl .more_info label {
    color: #2470ff;
    cursor: pointer;
  }
  header .head_psh .psh_bd .usrico img {
    width: auto;
  }
  .usrico {
    position: relative;
  }
  .usrico img {
    border-radius: 50%;
  }
  .usrico_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ccc;
  }
  .usrico a {
    display: block;
    width: 100%;
    height: 100%;
    transition: none;
  }
  .usrico a:hover {
    opacity: 1;
  }
  .usrico.is-m_right:before, .usrico.is-m_prm:before, .usrico.is-m_bit:before, .usrico.is-m_flw:before {
    display: block;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 42%;
    height: 42%;
    border-radius: 50%;
    content: "";
  }
  .usrico.is-m_right:before {
    background-color: #ce0000;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    content: "!";
  }
  .usrico.is-m_prm:before {
    background-color: #c09a00;
    text-align: center;
    content: "P";
  }
  .usrico.is-m_bit:before {
    background-image: url(/assets/svg/icon_bit.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .usrico.is-m_flw:before {
    background-color: #2e7de8;
    background-image: url(/assets/svg/icon_check_wht.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70% auto;
  }
  header .head_psh .psh_bd .usrico-small img {
    width: auto;
    border-radius: 50%;
  }
  footer {
    width: 100%;
    margin-top: 60px;
    padding: 30px;
  }

  .foot_title {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }

  .footer_logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 850px;
    margin: 2.5em auto;
    text-align: center;
  }
  .footer_logo .logo-btn img {
    width: 110px;
    margin: 0.5rem;
  }
  .footer_logo .bit .logo-btn img {
    height: 19px;
  }
  .footer_logo .fj .logo-btn img {
    height: 25px;
  }
  .footer_logo .st .logo-btn img {
    height: 17px;
  }

  .foot_wrap {
    justify-content: center;
    width: 920px;
    padding-top: 30px;
    border-top: 1px #000 solid;
    line-height: 1.6em;
  }
  .foot_wrap--short {
    padding-top: unset;
    border-top: unset;
  }
  .foot_wrap h3 {
    margin: 0 0 5px 0;
    font-size: 1.6rem;
  }

  .foot_box {
    width: 22%;
  }
  .foot_box ul {
    padding: 0 0 0 0;
  }
  .foot_box ul li {
    margin: 13px 0;
  }

  .foot_inner {
    width: 950px;
    margin: 30px auto;
    padding-top: 1.5em;
  }
  .foot_inner--short {
    margin: unset;
    padding-top: unset;
  }
  .foot_inner p {
    text-align: center;
  }
  #wrapper.state_slim_pc #contents, #wrapper.state_slim_pc.special #contents {
    padding-top: 64px;
  }

  #contents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 64px;
    overflow-x: auto;
  }
  #contents .cnt_nml {
    max-width: 1000px;
    margin: 0 auto;
  }
  #contents .cnt_nml.is-navi {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  #contents .cnt_nml.is-navi .cnt_main {
    -ms-flex: 0 0 730px;
    flex: 0 0 730px;
    min-width: auto;
  }
  #contents .cnt_nml.is-navi .cnt_side {
    -ms-flex: 0 0 244px;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 244px;
    padding-left: 10px;
  }
  #contents:not(.is-tablet) .cnt_nml_wrapper {
    width: 1000px;
  }
  #contents:not(.is-tablet) .cnt_nml.is-navi .cnt_main--v2 {
    flex: 0 0 750px;
    min-width: auto;
  }

  .contents_main {
    margin: 0 auto;
    padding: 0 10px;
  }

  #wrapper.information .contents_main {
    display: flex;
  }
  #wrapper.information .ar-cont_box {
    padding: 0 0 !important;
  }

  .contents_sub {
    -ms-flex-pack: justify;
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1000px;
    margin: 30px auto;
  }

  .contents_sub__inner,
.contents_sub section {
    width: 100%;
  }

  #side,
#side-event_seminar,
#side-special {
    -ms-flex: 0 0 234px;
    flex: 0 0 234px;
    width: 234px;
  }

  #fixedbaner {
    z-index: 100;
    position: fixed;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #fixedbaner.state_close {
    opacity: 0;
  }
  #fixedbaner .fixedbaner_inner {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 11px 58px 11px 20px;
  }
  #fixedbaner .fixedbaner_text {
    padding-right: 40px;
    color: #e36200;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.67px;
    line-height: 25px;
  }
  #fixedbaner .fixedbaner_btnarea {
    display: -ms-flexbox;
    display: flex;
  }
  #fixedbaner .fixedbaner_btn {
    display: inline-block;
    min-width: 157px;
    padding: 5px 20px;
    border: 1px solid #f56a00;
    border-radius: 3px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.58px;
    line-height: 1.14;
    text-align: center;
  }
  #fixedbaner .fixedbaner_btn.is_merit {
    margin-right: 8px;
    background-color: #fff;
    color: #f56a00;
  }
  #fixedbaner .fixedbaner_btn.is_register {
    background-color: #f56a00;
    color: #fff;
  }
  #fixedbaner .fixedbaner_close {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
    background: url(/assets/images/common/icon_close_banner.png) center no-repeat;
    background-size: 13px 13px;
  }

  /* イベントセミナーコンテンツ間の区切り線 */
  .co-event_seminar-content-between-line {
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-top: 30px;
    border-bottom: 1px solid #d8d8d8;
  }

  /* サブコンテンツ間の区切り線 */
  .co-content_sub-between-line {
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
  }

  /* 記事カード一覧バナー */
  .co-article_banner,
.co-event_seminar_banner,
.co-business_genres_banner {
    margin-top: 30px;
    text-align: center;
  }
  .co-article_banner a img,
.co-event_seminar_banner a img,
.co-business_genres_banner a img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  /* イベントセミナー バナー */
  /* イベントセミナー バナー */
  /* 記事カード一覧の余白調整 */
  /* メインコンテンツが横並び3つ、サブコンテンツが横並び4つのため記載を分ける */
  .contents_main {
    /* 記事 */
    /* スペシャル */
    /* イベントセミナー */
    /* ビジネスジャンル */
    /* ITジャンル */
    /* ホワイトペーパー */
    /* 動画 */
  }
  .contents_main .co-article_card:not(:nth-of-type(2n + 1)),
.contents_main .co-special_card:not(:nth-of-type(2n + 1)),
.contents_main .co-event_seminar_card:not(:nth-of-type(2n + 1)),
.contents_main .co-business_genres_card:not(:nth-of-type(2n + 1)),
.contents_main .co-it_genres_card:not(:nth-of-type(2n + 1)),
.contents_main .co-white_paper_card:not(:nth-of-type(2n + 1)),
.contents_main .co-movie_card:not(:nth-of-type(2n + 1)) {
    margin-left: 10px;
  }
  .contents_main .co-article_card:not(:nth-of-type(2n + 2)),
.contents_main .co-special_card:not(:nth-of-type(2n + 2)),
.contents_main .co-event_seminar_card:not(:nth-of-type(2n + 2)),
.contents_main .co-business_genres_card:not(:nth-of-type(2n + 2)),
.contents_main .co-it_genres_card:not(:nth-of-type(2n + 2)),
.contents_main .co-white_paper_card:not(:nth-of-type(2n + 2)),
.contents_main .co-movie_card:not(:nth-of-type(2n + 2)) {
    margin-right: 10px;
  }

  .contents_sub {
    /* 記事(横4つ) */
    /* ホワイトペーパー(横4つ) */
    /* ホワイトペーパー(横4つ) */
    /* 動画(横4つ) */
  }
  .contents_sub .co-sub_article_card:not(:nth-of-type(4n + 1)),
.contents_sub .co-event_seminar_card:not(:nth-of-type(4n + 1)) {
    margin-left: 11px;
  }
  .contents_sub .co-sub_article_card:not(:nth-of-type(4n + 4)),
.contents_sub .co-event_seminar_card:not(:nth-of-type(4n + 4)) {
    margin-right: 11px;
  }
  .contents_sub .co-event_seminar_card__contents--img {
    background-color: #ccc;
    background-size: auto 100%;
  }
  .contents_sub .co-white_paper_card:not(:nth-of-type(4n + 1)),
.contents_sub .co-movie_card:not(:nth-of-type(4n + 1)) {
    margin-left: 11px;
  }
  .contents_sub .co-white_paper_card:not(:nth-of-type(4n + 4)),
.contents_sub .co-movie_card:not(:nth-of-type(4n + 4)) {
    margin-right: 11px;
  }

  /* ---------- 記事 start ---------- */
  /* ヘッダ */
  .co-article_header {
    margin: 22px 0 22px 0;
    color: #748393;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 28.8px;
    text-align: center;
  }

  /* カード一覧 */
  .co-article_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-top: -30px;
  }

  /* カード */
  .co-article_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: 233px;
    height: 296px;
    margin-top: 30px;
    background-color: #fff;
  }

  .co-article_card__inner {
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .co-article_card__inner--link {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .co-article_card__inner__contents {
    position: relative;
    height: 100%;
    padding-bottom: 2px;
  }

  .co-article_card__inner.no-border {
    border: none;
  }

  .co-article_card__contents--img {
    position: relative;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-article_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-article_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }

  .co-article_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-article_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-article_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }

  .co-article_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }

  .co-article_card__contents--event {
    display: none;
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
  }

  .co-article_card__contents--eventplace {
    margin-left: 17px;
    float: left;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }

  .co-article_card__contents--eventdate {
    margin-right: 14px;
    float: right;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 26px;
  }

  .co-article_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-article_card__contents--event.is-online span:nth-of-type(1) {
    color: #f4611b;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }
  .co-article_card__contents--event.is-open {
    display: block;
  }

  .co-article_card__contents--title {
    word-wrap: break-word;
    height: 4.5em;
    margin: 8px 6% 5px 6%;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-article_card__contents--subtitle {
    word-wrap: break-word;
    visibility: hidden;
    height: 1.5em;
    padding: 0 6% 0 6%;
    overflow: hidden;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-article_card__contents--subtitle.is-open {
    display: block;
    visibility: visible;
  }

  .co-article_card__contents--date {
    -ms-flex-direction: column;
    -ms-flex-pack: end;
    -ms-flex-positive: 1;
    visibility: hidden;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    height: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-article_card__contents--date.is-open {
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }

  .co-article_card__remarks {
    width: 100%;
    padding: 2px 10px;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-article_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 -5px;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-article_card__remarks--category {
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 13px;
    text-align: center;
  }

  /* もっとみる */
  .co-article_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    margin-top: 30px;
    background-color: #fff;
    text-align: center;
  }

  .co-article_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-article_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #fff;
  }

  .co-article_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 17px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- 記事 end ---------- */
  /* ---------- スペシャルコンテンツ start ---------- */
  /* ヘッダ */
  .co-special_header {
    margin: 22px 0 22px 0;
    color: #748393;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 28.8px;
    text-align: center;
  }

  /* カード一覧 */
  .co-special_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-top: -30px;
  }

  /* カード */
  .co-special_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: 233px;
    height: 296px;
    margin-top: 30px;
    background-color: #fff;
  }

  .co-special_card__inner {
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .co-special_card__inner--link {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .co-special_card__inner__contents {
    position: relative;
    height: 100%;
    padding-bottom: 2px;
  }

  .co-special_card__inner.no-border {
    border: none;
  }

  .co-special_card__contents--img {
    position: relative;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-special_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-special_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }

  .co-special_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-special_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-special_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }

  .co-special_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }

  .co-special_card__contents--event {
    display: none;
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
  }

  .co-special_card__contents--eventplace {
    margin-left: 17px;
    float: left;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }

  .co-special_card__contents--eventdate {
    margin-right: 14px;
    float: right;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 26px;
  }

  .co-special_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-special_card__contents--event.is-online span:nth-of-type(1) {
    color: #f4611b;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }
  .co-special_card__contents--event.is-open {
    display: block;
  }

  .co-special_card__contents--title {
    word-wrap: break-word;
    height: 4.5em;
    margin: 8px 6% 5px 6%;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-special_card__contents--subtitle {
    word-wrap: break-word;
    visibility: hidden;
    height: 1.5em;
    padding: 0 6% 0 6%;
    overflow: hidden;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-special_card__contents--subtitle.is-open {
    display: block;
    visibility: visible;
  }

  .co-special_card__contents--date {
    -ms-flex-direction: column;
    -ms-flex-pack: end;
    -ms-flex-positive: 1;
    visibility: hidden;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    height: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-special_card__contents--date.is-open {
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }

  .co-special_card__remarks {
    width: 100%;
    padding: 2px 10px;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-special_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 -5px;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-special_card__remarks--category {
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 13px;
    text-align: center;
  }

  /* もっとみる */
  .co-special_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    margin-top: 30px;
    background-color: #fff;
    text-align: center;
  }

  .co-special_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-special_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #fff;
  }

  .co-special_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 17px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- スペシャルコンテンツ end ---------- */
  /* ---------- イベントセミナー start ---------- */
  /* ヘッダ */
  .co-event_seminar_header {
    margin: 22px 0 22px 0;
    color: #748393;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 28.8px;
    text-align: center;
  }

  /* カード一覧 */
  .co-event_seminar_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-top: -30px;
  }

  /* カード */
  .co-event_seminar_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: 233px;
    height: 296px;
    margin-top: 30px;
    background-color: #fff;
  }

  .co-event_seminar_card__inner {
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .co-event_seminar_card__inner--link {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .co-event_seminar_card__inner__contents {
    position: relative;
    height: 100%;
    padding-bottom: 2px;
  }

  .co-event_seminar_card__inner.no-border {
    border: none;
  }

  .co-event_seminar_card__contents--img {
    position: relative;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-event_seminar_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-event_seminar_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }

  .co-event_seminar_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-event_seminar_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-event_seminar_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }

  .co-event_seminar_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }

  .co-event_seminar_card__contents--event {
    display: none;
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
  }

  .co-event_seminar_card__contents--eventplace {
    margin-left: 17px;
    float: left;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }

  .co-event_seminar_card__contents--eventdate {
    margin-right: 14px;
    float: right;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 26px;
  }

  .co-event_seminar_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-event_seminar_card__contents--event.is-online span:nth-of-type(1) {
    color: #f4611b;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }
  .co-event_seminar_card__contents--event.is-open {
    display: block;
  }

  .co-event_seminar_card__contents--title {
    word-wrap: break-word;
    height: 4.5em;
    margin: 8px 6% 5px 6%;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-event_seminar_card__contents--subtitle {
    word-wrap: break-word;
    visibility: hidden;
    height: 1.5em;
    padding: 0 6% 0 6%;
    overflow: hidden;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-event_seminar_card__contents--subtitle.is-open {
    display: block;
    visibility: visible;
  }

  .co-event_seminar_card__contents--date {
    -ms-flex-direction: column;
    -ms-flex-pack: end;
    -ms-flex-positive: 1;
    visibility: hidden;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    height: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-event_seminar_card__contents--date.is-open {
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }

  .co-event_seminar_card__remarks {
    width: 100%;
    padding: 2px 10px;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-event_seminar_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 -5px;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-event_seminar_card__remarks--category {
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 13px;
    text-align: center;
  }

  .co-event_seminar_card__contents--img {
    background-color: #ccc;
    background-size: auto 100%;
  }

  /* もっとみる */
  .co-event_seminar_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    margin-top: 30px;
    background-color: #fff;
    text-align: center;
  }

  .co-event_seminar_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-event_seminar_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #fff;
  }

  .co-event_seminar_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 17px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- イベントセミナー end ---------- */
  /* ---------- ビジネスジャンル start ---------- */
  /* ヘッダ */
  .co-business_genres_header {
    margin: 22px 0 22px 0;
    margin: 22px 0 22px 20px;
    color: #748393;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 28.8px;
    text-align: center;
  }

  /* カード一覧 */
  .co-business_genres_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-top: -30px;
  }

  /* カード */
  .co-business_genres_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: 233px;
    height: 296px;
    margin-top: 30px;
    background-color: #fff;
  }

  .co-business_genres_card__inner {
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .co-business_genres_card__inner--link {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .co-business_genres_card__inner__contents {
    position: relative;
    height: 100%;
    padding-bottom: 2px;
  }

  .co-business_genres_card__inner.no-border {
    border: none;
  }

  .co-business_genres_card__contents--img {
    position: relative;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-business_genres_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-business_genres_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }

  .co-business_genres_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-business_genres_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-business_genres_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }

  .co-business_genres_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }

  .co-business_genres_card__contents--event {
    display: none;
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
  }

  .co-business_genres_card__contents--eventplace {
    margin-left: 17px;
    float: left;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }

  .co-business_genres_card__contents--eventdate {
    margin-right: 14px;
    float: right;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 26px;
  }

  .co-business_genres_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-business_genres_card__contents--event.is-online span:nth-of-type(1) {
    color: #f4611b;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }
  .co-business_genres_card__contents--event.is-open {
    display: block;
  }

  .co-business_genres_card__contents--title {
    word-wrap: break-word;
    height: 4.5em;
    margin: 8px 6% 5px 6%;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-business_genres_card__contents--subtitle {
    word-wrap: break-word;
    visibility: hidden;
    height: 1.5em;
    padding: 0 6% 0 6%;
    overflow: hidden;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-business_genres_card__contents--subtitle.is-open {
    display: block;
    visibility: visible;
  }

  .co-business_genres_card__contents--date {
    -ms-flex-direction: column;
    -ms-flex-pack: end;
    -ms-flex-positive: 1;
    visibility: hidden;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    height: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-business_genres_card__contents--date.is-open {
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }

  .co-business_genres_card__remarks {
    width: 100%;
    padding: 2px 10px;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-business_genres_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 -5px;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-business_genres_card__remarks--category {
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 13px;
    text-align: center;
  }

  /* もっとみる */
  .co-business_genres_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    margin-top: 30px;
    background-color: #fff;
    text-align: center;
  }

  .co-business_genres_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-business_genres_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #fff;
  }

  .co-business_genres_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 17px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- ビジネスジャンル end ---------- */
  /* ---------- ITジャンル start ---------- */
  /* ヘッダ */
  .co-it_genres_header {
    margin: 22px 0 22px 0;
    margin: 22px 0 22px 20px;
    color: #748393;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 28.8px;
    text-align: center;
  }

  /* カード一覧 */
  .co-it_genres_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-top: -30px;
  }

  /* カード */
  .co-it_genres_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: 233px;
    height: 296px;
    margin-top: 30px;
    background-color: #fff;
  }

  .co-it_genres_card__inner {
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .co-it_genres_card__inner--link {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .co-it_genres_card__inner__contents {
    position: relative;
    height: 100%;
    padding-bottom: 2px;
  }

  .co-it_genres_card__inner.no-border {
    border: none;
  }

  .co-it_genres_card__contents--img {
    position: relative;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-it_genres_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-it_genres_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }

  .co-it_genres_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-it_genres_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-it_genres_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }

  .co-it_genres_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }

  .co-it_genres_card__contents--event {
    display: none;
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
  }

  .co-it_genres_card__contents--eventplace {
    margin-left: 17px;
    float: left;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }

  .co-it_genres_card__contents--eventdate {
    margin-right: 14px;
    float: right;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 26px;
  }

  .co-it_genres_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-it_genres_card__contents--event.is-online span:nth-of-type(1) {
    color: #f4611b;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }
  .co-it_genres_card__contents--event.is-open {
    display: block;
  }

  .co-it_genres_card__contents--title {
    word-wrap: break-word;
    height: 4.5em;
    margin: 8px 6% 5px 6%;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-it_genres_card__contents--subtitle {
    word-wrap: break-word;
    visibility: hidden;
    height: 1.5em;
    padding: 0 6% 0 6%;
    overflow: hidden;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-it_genres_card__contents--subtitle.is-open {
    display: block;
    visibility: visible;
  }

  .co-it_genres_card__contents--date {
    -ms-flex-direction: column;
    -ms-flex-pack: end;
    -ms-flex-positive: 1;
    visibility: hidden;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    height: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-it_genres_card__contents--date.is-open {
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }

  .co-it_genres_card__remarks {
    width: 100%;
    padding: 2px 10px;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-it_genres_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 -5px;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-it_genres_card__remarks--category {
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 13px;
    text-align: center;
  }

  /* もっとみる */
  .co-it_genres_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    margin-top: 30px;
    background-color: #fff;
    text-align: center;
  }

  .co-it_genres_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-it_genres_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #fff;
  }

  .co-it_genres_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 17px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- ITジャンル end ---------- */
  /* ---------- ホワイトペーパー start ---------- */
  /* ヘッダ */
  .co-white_paper_header {
    margin: 22px 0 22px 0;
    margin: 22px 0 22px 20px;
    color: #748393;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 28.8px;
    text-align: center;
  }

  /* カード一覧 */
  .co-white_paper_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-top: -30px;
  }

  /* カード */
  .co-white_paper_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: 233px;
    height: 296px;
    margin-top: 30px;
    background-color: #fff;
    /* ホワイトペーパーの画像だけ上付けにする */
  }

  .co-white_paper_card__inner {
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .co-white_paper_card__inner--link {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .co-white_paper_card__inner__contents {
    position: relative;
    height: 100%;
    padding-bottom: 2px;
  }

  .co-white_paper_card__inner.no-border {
    border: none;
  }

  .co-white_paper_card__contents--img {
    position: relative;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-white_paper_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-white_paper_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }

  .co-white_paper_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-white_paper_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-white_paper_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }

  .co-white_paper_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }

  .co-white_paper_card__contents--event {
    display: none;
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
  }

  .co-white_paper_card__contents--eventplace {
    margin-left: 17px;
    float: left;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }

  .co-white_paper_card__contents--eventdate {
    margin-right: 14px;
    float: right;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 26px;
  }

  .co-white_paper_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-white_paper_card__contents--event.is-online span:nth-of-type(1) {
    color: #f4611b;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }
  .co-white_paper_card__contents--event.is-open {
    display: block;
  }

  .co-white_paper_card__contents--title {
    word-wrap: break-word;
    height: 4.5em;
    margin: 8px 6% 5px 6%;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-white_paper_card__contents--subtitle {
    word-wrap: break-word;
    visibility: hidden;
    height: 1.5em;
    padding: 0 6% 0 6%;
    overflow: hidden;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-white_paper_card__contents--subtitle.is-open {
    display: block;
    visibility: visible;
  }

  .co-white_paper_card__contents--date {
    -ms-flex-direction: column;
    -ms-flex-pack: end;
    -ms-flex-positive: 1;
    visibility: hidden;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    height: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-white_paper_card__contents--date.is-open {
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }

  .co-white_paper_card__remarks {
    width: 100%;
    padding: 2px 10px;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-white_paper_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 -5px;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-white_paper_card__remarks--category {
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 13px;
    text-align: center;
  }

  .co-white_paper_card__contents--img {
    background-position: top;
  }

  /* もっとみる */
  .co-white_paper_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    margin-top: 30px;
    background-color: #fff;
    text-align: center;
  }

  .co-white_paper_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-white_paper_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #fff;
  }

  .co-white_paper_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 17px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- ホワイトペーパー end ---------- */
  /* ---------- 動画 start ---------- */
  /* ヘッダ */
  .co-movie_header {
    margin: 22px 0 22px 0;
    margin: 22px 0 22px 20px;
    color: #748393;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 28.8px;
    text-align: center;
  }

  /* カード一覧 */
  .co-movie_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-top: -30px;
  }

  /* カード */
  .co-movie_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: 233px;
    height: 296px;
    margin-top: 30px;
    background-color: #fff;
  }

  .co-movie_card__inner {
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .co-movie_card__inner--link {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .co-movie_card__inner__contents {
    position: relative;
    height: 100%;
    padding-bottom: 2px;
  }

  .co-movie_card__inner.no-border {
    border: none;
  }

  .co-movie_card__contents--img {
    position: relative;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-movie_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-movie_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }

  .co-movie_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-movie_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-movie_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }

  .co-movie_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }

  .co-movie_card__contents--event {
    display: none;
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
  }

  .co-movie_card__contents--eventplace {
    margin-left: 17px;
    float: left;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }

  .co-movie_card__contents--eventdate {
    margin-right: 14px;
    float: right;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 26px;
  }

  .co-movie_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-movie_card__contents--event.is-online span:nth-of-type(1) {
    color: #f4611b;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }
  .co-movie_card__contents--event.is-open {
    display: block;
  }

  .co-movie_card__contents--title {
    word-wrap: break-word;
    height: 4.5em;
    margin: 8px 6% 5px 6%;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-movie_card__contents--subtitle {
    word-wrap: break-word;
    visibility: hidden;
    height: 1.5em;
    padding: 0 6% 0 6%;
    overflow: hidden;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-movie_card__contents--subtitle.is-open {
    display: block;
    visibility: visible;
  }

  .co-movie_card__contents--date {
    -ms-flex-direction: column;
    -ms-flex-pack: end;
    -ms-flex-positive: 1;
    visibility: hidden;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    height: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-movie_card__contents--date.is-open {
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }

  .co-movie_card__remarks {
    width: 100%;
    padding: 2px 10px;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-movie_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 -5px;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-movie_card__remarks--category {
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 13px;
    text-align: center;
  }

  /* もっとみる */
  .co-movie_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    margin-top: 30px;
    background-color: #fff;
    text-align: center;
  }

  .co-movie_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-movie_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #fff;
  }

  .co-movie_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 17px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- 動画 end ---------- */
  /* ---------- サブ記事(横4つ) start ---------- */
  /* ヘッダ */
  .co-sub_article_header {
    margin: 22px 0 22px 0;
    margin: 22px 0 22px 20px;
    color: #748393;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 28.8px;
    text-align: center;
  }

  /* カード一覧 */
  .co-sub_article_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-top: -30px;
  }

  /* カード */
  .co-sub_article_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: 233px;
    height: 296px;
    margin-top: 30px;
    background-color: #fff;
  }

  .co-sub_article_card__inner {
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .co-sub_article_card__inner--link {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

  .co-sub_article_card__inner__contents {
    position: relative;
    height: 100%;
    padding-bottom: 2px;
  }

  .co-sub_article_card__inner.no-border {
    border: none;
  }

  .co-sub_article_card__contents--img {
    position: relative;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .co-sub_article_card__contents--img.is-alignTop {
    background-position: center top;
  }

  .co-sub_article_card__contents--movie {
    position: absolute;
    top: 80px;
    right: 10px;
  }

  .co-sub_article_card__contents--imagevisual {
    position: relative;
    height: calc((231px * 0.56) + 18px);
  }
  .co-sub_article_card__contents--imagevisual.is-event {
    height: auto;
  }
  .co-sub_article_card__contents--imagevisual.is-event .co-event_seminar_card__remarks {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 2px 0;
    background-color: rgba(245, 98, 29, 0.8);
  }

  .co-sub_article_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 10px;
  }

  .co-sub_article_card__contents--event {
    display: none;
    width: 100%;
    height: 30px;
    background-color: rgba(168, 175, 183, 0.16);
  }

  .co-sub_article_card__contents--eventplace {
    margin-left: 17px;
    float: left;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }

  .co-sub_article_card__contents--eventdate {
    margin-right: 14px;
    float: right;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 26px;
  }

  .co-sub_article_card__contents--event.is-online {
    background-color: #fff1eb;
  }
  .co-sub_article_card__contents--event.is-online span:nth-of-type(1) {
    color: #f4611b;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 28px;
  }
  .co-sub_article_card__contents--event.is-open {
    display: block;
  }

  .co-sub_article_card__contents--title {
    word-wrap: break-word;
    height: 4.5em;
    margin: 8px 6% 5px 6%;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-sub_article_card__contents--subtitle {
    word-wrap: break-word;
    visibility: hidden;
    height: 1.5em;
    padding: 0 6% 0 6%;
    overflow: hidden;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .co-sub_article_card__contents--subtitle.is-open {
    display: block;
    visibility: visible;
  }

  .co-sub_article_card__contents--date {
    -ms-flex-direction: column;
    -ms-flex-pack: end;
    -ms-flex-positive: 1;
    visibility: hidden;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    height: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 0 0 7%;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-sub_article_card__contents--date.is-open {
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }

  .co-sub_article_card__remarks {
    width: 100%;
    padding: 2px 10px;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-sub_article_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 -5px;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-sub_article_card__remarks--category {
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 13px;
    text-align: center;
  }

  /* もっとみる */
  .co-sub_article_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    margin-top: 30px;
    background-color: #fff;
    text-align: center;
  }

  .co-sub_article_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-sub_article_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #fff;
  }

  .co-sub_article_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 17px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- サブ記事(横4つ) end ---------- */
  /* ---------- ビジネス+IT特集 記事 start ---------- */
  /* ヘッダ */
  .co-business_feature_header {
    padding: 20px 0 12px;
    background-color: #fff;
    color: #748393;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 28.8px;
    text-align: center;
  }

  /* カード一覧 */
  .co-business_features_cardlists {
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.43);
    background-color: #fff;
  }

  /* カード */
  .co-business_feature_card {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    display: inline-block;
    align-self: stretch;
    width: 100%;
    padding: 12px 23px 0 18px;
    border-bottom: 1px solid rgba(83, 118, 140, 0.2);
    background-color: #fff;
  }
  .co-business_feature_card:last-of-type {
    border-bottom: none;
  }

  .co-business_feature_card__inner--link {
    display: block;
    width: 100%;
    text-decoration: none;
  }

  .co-business_feature_card__inner__contents {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    padding-bottom: 2px;
    overflow: auto;
  }

  .co-business_feature_card__contents--img {
    width: 100%;
    padding-top: 56.25%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .co-business_feature_card__contents--imagevisual {
    width: calc(39% - 15px);
    margin-bottom: 5px;
  }

  .co-business_feature_card__contents--cardvisual {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 61%;
    margin-bottom: 5px;
    margin-left: 15px;
    float: right;
  }

  .co-business_feature_card__contents--event {
    display: none;
  }

  .co-business_feature_card__contents--title {
    word-wrap: break-word;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 23px;
  }

  .co-business_feature_card__contents--subtitle {
    word-wrap: break-word;
    display: none;
    margin-top: 3px;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 18px;
  }

  .co-business_feature_card__contents--date {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .co-business_feature_card__contents--date.is-open {
    display: block;
  }

  .co-business_feature_card__remarks {
    width: 100%;
    margin: 3px 0 10px 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .co-business_feature_card__remarks--event {
    display: inline-block;
    height: 18px;
    margin: 0 10px 0 0;
    padding: 0 10px;
    border: 1px solid rgba(97, 129, 150, 0.25);
    border-radius: 12px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.45px;
    line-height: 10px;
    line-height: 16px;
  }

  .co-business_feature_card__remarks--category {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 16px;
    text-align: center;
  }

  /* もっとみる */
  .co-business_feature_morecheck {
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #fff;
    text-align: center;
  }

  .co-business_feature_morecheck--link {
    display: block;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 44px;
    text-decoration: none;
  }

  .co-business_feature_morecheck--text {
    margin: 0 11px 10px 15px;
    background-color: #f0f0f0;
  }

  .co-business_feature_morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 25px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* ---------- ビジネス+IT特集 記事 end ---------- */
  /* サイドコンテンツ */
  .side-top a {
    display: block;
    border-radius: 4px;
    background-color: #53768c;
  }

  .side-top--text {
    position: relative;
    width: 213px;
    height: 52px;
    padding: 6px 11px 7px 12px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 19px;
    text-align: center;
  }

  .side-top--r_arrow {
    display: inline-block;
    position: absolute;
    top: 19px;
    right: -9px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_white.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  .side-access {
    max-width: 234px;
    margin-top: 13px;
    background-color: #fff;
  }

  .side-access__inner--text {
    padding: 15px 15px 0 18px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 27px;
    text-align: center;
  }

  .side-access__list--item {
    padding: 13px 17px 12px 16px;
    border-bottom: 1px solid #d8d8d8;
  }
  .side-access__list--item > a {
    display: block;
  }
  .side-access__list--item.no-image .side-access__card--title {
    width: calc(100%);
    margin-top: -4px;
    margin-bottom: 9px;
    float: right;
  }
  .side-access__list--item.no-image .side-access__card--remarks {
    width: calc(100%);
    float: right;
  }

  .side-access__morecheck {
    display: block;
    padding: 4px 8px 0 0;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 46px;
    text-align: center;
  }
  .side-access__morecheck > p {
    position: relative;
  }

  .side-access__morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 12px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* サイドコンテンツ */
  .side-event_seminar {
    background-color: #fff;
  }

  .side-event_seminar__inner {
    padding: 0 12px 22px 10px;
  }

  .side-event_seminar__inner--title {
    padding: 20px 0 0 0;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 27px;
    text-align: center;
  }

  .side-event_seminar__inner--keyword,
.side-event_seminar__inner--condition,
.side-event_seminar__inner--btn {
    padding-top: 17px;
  }

  .side-event_seminar--block {
    display: block;
  }

  .side-contact_ad {
    margin-top: 25px;
    text-align: center;
  }
  .side-contact_ad a {
    display: block;
    width: 100%;
    height: 46px;
    border-radius: 4px;
    background: #2e7de8;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    line-height: 46px;
  }
  .side-contact_ad a:after {
    display: inline-block;
    width: 9px;
    height: 15px;
    padding-left: 8px;
    background: url("/assets/images/common/arrow_right_white.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -2px;
    content: "";
    content: "";
  }

  .side-flw {
    max-width: 234px;
    margin-bottom: 18px;
    background-color: #fff;
  }

  .side-flw_ttl {
    padding: 15px 15px 0 18px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 27px;
    text-align: center;
  }

  .side-flw_list {
    padding: 13px 10px 15px;
  }
  .side-flw_list li {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
  }
  .side-flw_list li:first-child {
    padding-top: 0;
  }
  .side-flw_list li:last-child {
    padding-bottom: 0;
  }
  .side-flw_list li a {
    width: 55%;
    padding-left: 14px;
    color: #2064e5;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  .side-flw_list li a:before {
    margin-right: 6px;
    margin-left: -14px;
    content: "#";
  }
  .side-flw_list li a:hover {
    text-decoration-line: underline;
    opacity: 0.6;
  }
  .side-flw_list li button {
    display: block;
    position: relative;
    width: 96px;
    min-width: 96px;
    height: 32px;
    margin-left: 6px;
    padding-left: 5px;
    padding-left: 24px;
    border: 1px solid #53768c;
    border-radius: 3px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
  }
  .side-flw_list li button span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 14px;
    height: 14px;
    margin: auto;
  }
  .side-flw_list li button span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .side-flw_list li button span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .side-flw_list li button label {
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
  }
  .side-flw_list li button label:hover {
    cursor: pointer;
  }
  .side-flw_list li button.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  .side-flw_list li button.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 5px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .side-flw_list li button.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .side-flw_list li button label {
    display: block;
    width: 100%;
    padding-left: 3px;
    text-align: left;
  }

  .side-flw_more {
    display: block;
    border-top: 1px solid #d8d8d8;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 46px;
    text-align: center;
  }
  .side-flw_more > p {
    position: relative;
  }

  /* 黒 検索アイコン pc:黒 */
  .icon-search_blue_blk {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: url("/assets/images/common/icon_search_blk.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: -3px;
    content: "";
  }

  /* キーワードで検索する */
  .keyword__inner {
    padding-top: 17px;
    text-align: center;
  }
  .keyword__inner input {
    width: 100%;
    padding: 0 10px;
    border: none;
    border-radius: unset;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 21px;
    text-align: center;
  }

  /* イベントセミナー絞り込み条件 */
  /* ジャンル */
  .genres--block {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
  }

  .genres--block--main {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 80%;
    height: 35px;
    padding: 5px 20px 5px 5px;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    border-radius: unset;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 29px;
  }

  .genres--block--main--wrap {
    position: relative;
    height: 35px;
    margin-bottom: 7px;
  }
  .genres--block--main--wrap:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 47%;
    right: calc(20% + 5px);
    width: 12px;
    height: 7px;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }
  .genres--block--main--wrap .icon-delete {
    position: absolute;
    top: 25%;
    right: 7px;
  }

  .genres--block--sub {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 80%;
    height: 35px;
    padding: 5px 20px 5px 5px;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    border-radius: unset;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 29px;
  }

  .genres--block--sub--wrap {
    position: relative;
    height: 35px;
  }
  .genres--block--sub--wrap:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 47%;
    right: calc(20% + 5px);
    width: 12px;
    height: 7px;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }

  .genres--block:not(:first-child) {
    padding-top: 10px;
  }
  .genres--block:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
  }

  .genres--btn .btn--text {
    display: block;
    padding: 16px 0 16px 12px;
    border-bottom: 1px solid #d8d8d8;
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 14px;
  }

  /* 地域 */
  .area--main {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
  }

  .area--title {
    margin-bottom: 8px;
    margin-left: 6px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 22px;
  }

  .area--select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 35px;
    padding: 5px 20px 5px 5px;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    border-radius: unset;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 29px;
  }

  .area--select--wrap {
    position: relative;
  }
  .area--select--wrap:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 47%;
    right: 5px;
    width: 12px;
    height: 7px;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }

  /* 開催日時 */
  .date--main {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
  }

  .date--title {
    margin-bottom: 8px;
    margin-left: 6px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 22px;
  }

  .date--before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 35px;
    padding: 5px 20px 5px 5px;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    border-radius: unset;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 29px;
  }

  .date--before--block {
    display: -ms-flexbox;
    display: flex;
  }

  .date--before--wrap {
    position: relative;
    width: 30%;
  }
  .date--before--wrap:first-of-type {
    position: relative;
    width: 40%;
  }
  .date--before--wrap:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 47%;
    right: 5px;
    width: 12px;
    height: 7px;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }

  .date--after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 35px;
    padding: 5px 20px 5px 5px;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #9b9b9b;
    border-radius: unset;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 29px;
  }

  .date--after--block {
    display: -ms-flexbox;
    display: flex;
  }

  .date--after--wrap {
    position: relative;
    width: 30%;
  }
  .date--after--wrap:first-of-type {
    position: relative;
    width: 40%;
  }
  .date--after--wrap:before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 47%;
    right: 5px;
    width: 12px;
    height: 7px;
    background: url("/assets/images/common/arrow_down_blk_01.png");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }

  .date--from-to {
    padding-top: 7px;
    padding-bottom: 7px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 14px;
    text-align: center;
  }

  /* 種別 */
  .types--main {
    padding: 16px 4px 16px 4px;
  }

  .types--title {
    margin-bottom: 8px;
    margin-left: 6px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 22px;
  }

  .types--container {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .types--item {
    padding-bottom: 10px;
  }
  .types--item:nth-of-type(2n + 1) {
    width: 60%;
  }
  .types--item:nth-of-type(2n + 2) {
    width: 40%;
  }

  .types--check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    opacity: 0;
  }
  .types--check + label {
    display: inline-block;
    width: 25px;
    width: auto;
    height: 22px;
    padding-left: 25px;
    background: url("/assets/images/common/icon_check_off.png");
    background-repeat: no-repeat;
    background-size: 25px 22px;
    vertical-align: -8px;
    content: "";
  }
  .types--check:checked + label {
    display: inline-block;
    width: 25px;
    width: auto;
    height: 22px;
    padding-left: 25px;
    background: url("/assets/images/common/icon_check_on.png");
    background-repeat: no-repeat;
    background-size: 25px 22px;
    vertical-align: -8px;
    content: "";
  }

  .types--text {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 21px;
  }

  /* この条件で検索する */
  .btn__inner--submit {
    width: 100%;
    height: 32px;
    border-radius: 3px;
    outline: 0;
    background-color: #2e7de8;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 22px;
  }

  .side-event {
    margin-top: 26px;
    background-color: #fff;
  }

  .side-event__inner--text {
    margin-bottom: -5px;
    padding: 13px 15px 0 18px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 27px;
    text-align: center;
  }

  .side-event__list--item {
    border-bottom: 1px solid #d8d8d8;
  }
  .side-event__list--item > a {
    display: block;
  }

  .side-event__morecheck {
    display: block;
    padding: 4px 8px 0 0;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 46px;
    text-align: center;
  }
  .side-event__morecheck > p {
    position: relative;
  }

  .side-event__morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 12px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  .side-article {
    max-width: 234px;
    margin-top: 13px;
    background-color: #fff;
  }

  .side-article__inner {
    padding-bottom: 4px;
  }

  .side-article__inner--text {
    padding: 15px 15px 0 18px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.75px;
    line-height: 24px;
  }
  .side-article__inner--text span {
    display: block;
    padding: 2px 13px;
    background-color: rgba(83, 118, 140, 0.68);
  }

  .side-article__list--item {
    padding: 13px 17px 5px 16px;
    border-bottom: 1px solid #d8d8d8;
  }
  .side-article__list--item > a {
    display: block;
  }
  .side-article__list--item.no-image .side-article__card--title {
    width: calc(100% - 28px);
    margin-top: -4px;
    margin-bottom: 9px;
    padding-left: 15px;
    float: right;
  }
  .side-article__list--item.no-image .side-article__card--remarks {
    width: calc(100% - 28px);
    padding-left: 15px;
    float: right;
  }
  .side-article__list--item:last-child {
    border-bottom: none;
  }

  .side-article__morecheck {
    display: block;
    padding: 4px 8px 0 0;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 46px;
    text-align: center;
  }
  .side-article__morecheck > p {
    position: relative;
  }

  .side-article__morecheck--r_arrow {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 12px;
    width: 9px;
    height: 15px;
    background: url("/assets/images/common/arrow_right_blu_03.png");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    vertical-align: -1px;
    content: "";
  }

  /* アクセス総合ランキングカード */
  /* 関連コンテンツカード */
  .side-access__card--inner,
.case_study__card--inner {
    position: relative;
    overflow: hidden;
  }

  .case_study__card--imagevisual {
    position: relative;
  }
  .case_study__card--imagevisual.is-mv:before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #333;
    content: "";
    opacity: 0.9;
  }
  .case_study__card--imagevisual.is-mv:after {
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-width: 10px 0 10px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
    opacity: 0.9;
  }

  .side-access__card--rank {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-color: #8aa2b1;
  }

  .side-access__card--rank-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    padding: 3px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 18px;
    text-align: center;
  }

  .side-access__card--image,
.case_study__card--image {
    position: static;
    width: 100%;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .case_study__card--image {
    width: 201px;
    height: 113.06px;
  }

  .side-access__card--title,
.case_study__card--title {
    width: 100%;
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 22px;
  }
  .side-access__card--title.no-image,
.case_study__card--title.no-image {
    width: calc(100% - 28px);
    margin-top: -4px;
    margin-bottom: 9px;
    padding-left: 15px;
    float: right;
  }

  .side-access__card--remarks {
    width: 100%;
    margin-bottom: 6px;
  }

  .side-access__card--remarks-pankuzu,
.case_study__card--remarks {
    display: block;
    padding: 2px 0;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 13px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .side-access__card--remarks-date {
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 14px;
    text-align: left;
  }

  .side-access__card--remarks.no-image {
    width: calc(100%);
    margin-top: -8px;
    margin-bottom: -3px;
    float: right;
  }

  /* HTMLパーツtmpl=RBOX*/
  .case_study_movie_thumb {
    display: block;
    position: relative;
  }
  .case_study_movie_thumb:before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #333;
    content: "";
    opacity: 0.9;
  }
  .case_study_movie_thumb:after {
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-38%, -50%) scale(0.5);
    border-width: 10px 0 10px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
    opacity: 0.9;
  }

  .img_resize {
    aspect-ratio: 53/40;
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* 広告 */
  .side-ad_wrapper > div {
    margin-top: 26px;
  }
  .side-ad_wrapper > div a {
    display: inline-block;
  }

  /* 編集用バナー枠 */
  .side-editor_wrapper > div {
    margin-top: 26px;
  }
  .side-editor_wrapper > div a {
    display: inline-block;
  }

  /* 注目のイベントセミナーカード */
  .side-event__card--inner {
    position: relative;
    padding: 12px 17px 10px 16px;
    overflow: hidden;
  }

  .side-event__card--inner-open {
    width: calc(100% - 28px - 9px);
    height: 28px;
    padding: 5px 0 5px 0;
    float: right;
    background-color: rgba(168, 175, 183, 0.16);
  }
  .side-event__card--inner-open.is-online {
    background-color: #fff1eb;
  }
  .side-event__card--inner-open.is-online .side-event__card--inner-open_place {
    color: #f4611b;
  }

  .side-event__card--inner-open_place {
    box-sizing: border-box;
    margin-left: 6px;
    padding: 4px 0 4px 2px;
    float: left;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 12px;
  }

  .side-event__card--inner-open_date {
    margin-left: 12px;
    color: #333;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 20px;
  }

  .side-event__card--rank {
    position: absolute;
    top: 12px;
    left: 16px;
    width: 28px;
    height: 28px;
    background-color: #8aa2b1;
  }

  .side-event__card--rank-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    padding: 3px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 18px;
    text-align: center;
  }

  .side-event__card--image {
    position: static;
    width: 100%;
    padding-bottom: 6px;
  }

  .side-event__card--title {
    width: calc(100% - 28px);
    margin-top: 6px;
    margin-bottom: 2px;
    padding-left: 11px;
    float: right;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 20.9px;
  }

  .side-event__card--subtitle {
    display: none;
    width: calc(100% - 28px);
    margin-top: 2px;
    margin-bottom: 3px;
    padding-left: 10px;
    float: right;
    color: #797979;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 20.9px;
  }
  .side-event__card--subtitle.is-open {
    display: block;
  }

  .side-event__card--remarks {
    width: calc(100% - 28px);
    padding-left: 8px;
    float: right;
  }

  .side-event__card--remarks-pankuzu {
    margin-left: 3px;
    padding: 2px 0;
    float: left;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 17px;
  }

  .side-event__card--line {
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-top: 9px;
    margin-bottom: -1px;
    border-top: 1px solid #d8d8d8;
  }

  /* アクセス総合ランキングカード */
  .side-article__card--inner {
    overflow: hidden;
  }

  .side-article__card--rank {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #8aa2b1;
  }

  .side-article__card--rank-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    padding: 3px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 18px;
    text-align: center;
  }

  .side-article__card--image {
    position: static;
    width: 100%;
    margin-bottom: 5px;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .side-article__card--title {
    width: 100%;
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 22px;
  }
  .side-article__card--title.no-image {
    width: calc(100% - 28px);
    margin-top: -4px;
    margin-bottom: 9px;
    padding-left: 15px;
    float: right;
  }

  .side-article__card--remarks {
    width: 100%;
    margin-bottom: 6px;
  }

  .side-article__card--remarks-pankuzu {
    display: block;
    padding: 2px 0;
    overflow: hidden;
    background-color: rgba(83, 118, 140, 0.8);
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 13px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .side-article__card--remarks-date {
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 14px;
    text-align: left;
  }

  .side-article__card--remarks.no-image {
    width: calc(100% - 28px);
    margin-top: -8px;
    margin-bottom: -3px;
    padding-left: 15px;
    float: right;
  }

  /* 記事詳細(ホワイトペーパー) サイドコンテンツ */
  .side-article-special {
    max-width: 234px;
    background-color: #fff;
  }

  .side-article-special__inner {
    padding-bottom: 18px;
  }

  .side-article-special__inner--text {
    padding: 15px 15px 0 18px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.75px;
    line-height: 24px;
  }
  .side-article-special__inner--text span {
    display: block;
    padding: 2px 13px;
    background-color: rgba(83, 118, 140, 0.68);
  }

  .side-article-special__list {
    padding-right: 16px;
    padding-left: 17px;
  }

  .side-article-special__list--item {
    padding: 13px 0 12px 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .side-article-special__list--item > a {
    display: block;
  }
  .side-article-special__list--item:last-child {
    border-bottom: none;
  }

  .side-article-special__card--inner {
    overflow: hidden;
  }
  .side-article-special__card--inner.no-image .side-article-special__card--image {
    padding-top: 0;
  }

  .side-article-special__card--image {
    position: static;
    width: 100%;
    margin-bottom: 5px;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .side-article-special__card--title {
    width: 100%;
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 22px;
  }
  .side-article-special__card--title.no-image {
    width: calc(100% - 28px);
    margin-top: -4px;
    margin-bottom: 9px;
    padding-left: 15px;
    float: right;
  }

  /* カテゴリタイトル */
  .co-category-title {
    margin: 24px 0 38px 0;
    color: #333;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 1.1px;
    line-height: 32px;
    text-align: center;
  }

  .co-category-title--number {
    margin-left: 18px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 14px;
  }

  /* カテゴリ一覧 */
  .co-list-category {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 17px 29px;
    background-color: #fff;
  }

  .co-list-category--inner {
    width: 100%;
    height: 100%;
  }

  .co-list-category--active {
    width: calc(100% / 3);
    padding: 1px 13px 2px 13px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.7px;
    line-height: 32px;
  }

  .co-list-category .is-active {
    box-shadow: 0 0 0 2px #2470ff inset;
    font-weight: bold;
  }
  .co-list-category .is-active > a,
.co-list-category .is-active span {
    color: #2470ff;
  }

  .co-list-category--container {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 13px 0 0 0;
  }

  .co-list-category--item {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    position: relative;
    align-self: stretch;
    width: calc(100% / 3);
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 31px;
  }

  .co-list-category--item--link {
    display: inline-block;
    height: 100%;
    padding: 0 16px 0 30px;
  }
  .co-list-category--item--link:before {
    display: inline-block;
    position: absolute;
    top: 1.2em;
    left: 15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #afafaf;
    content: "";
  }

  /* PR記事 */
  .co-relational-article {
    clear: both;
  }

  .co-relational-article__inner {
    display: -ms-flexbox;
    display: flex;
  }

  .co-relational-article__title {
    width: 10%;
    padding-top: 30px;
    padding-right: 0px;
  }

  .co-relational-article__title--text {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
  }

  .co-relational-article__list {
    width: 90%;
  }

  .co-relational-article__list--show li {
    margin-top: 10px;
    padding-right: 10px;
  }
  .co-relational-article__list--show li:nth-of-type(1) {
    margin-top: 0;
    padding-top: 30px;
  }
  .co-relational-article__list--show li:last-child {
    padding-bottom: 10px;
  }
  .co-relational-article__list--show a {
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
  }

  .co-relational-article__list--toggle {
    display: none;
  }
  .co-relational-article__list--toggle li {
    margin-top: 10px;
  }
  .co-relational-article__list--toggle a {
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
  }

  .co-relational-article__more {
    margin-top: 10px;
  }

  .co-relational-article__more--text {
    display: block;
    float: right;
    color: #2470ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: normal;
  }
  .co-relational-article__more--text:after {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 13px;
    background: url("/assets/images/common/arrow_down_blu_03.png");
    background-repeat: no-repeat;
    background-size: 15px 10px;
    vertical-align: 0px;
    content: "";
  }
  .co-relational-article__more--text.is-open:after {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 13px;
    background: url("/assets/images/common/arrow_up_blu_03.png");
    background-repeat: no-repeat;
    background-size: 15px 10px;
    vertical-align: 0px;
    content: "";
  }

  /* ビジネス+IT 特集 */
  .contents_business_feature .co-business_feature {
    width: 100%;
    margin-top: 60px;
    background-color: #c7d1d5;
    /* ビジネス+IT 特集 ヘッダ */
    /* カードを横並びしたときの最大値 */
  }
  .contents_business_feature .co-business_feature__inner {
    margin: 0 auto;
    padding: 22px 0 30px 0;
  }
  .contents_business_feature .co-business_feature__header {
    margin: 0 0 22px 0;
    color: #748393;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 28.8px;
    text-align: center;
  }
  .contents_business_feature .co-business_feature__header:before {
    display: inline-block;
    width: 143px;
    height: 25px;
    margin-right: 19px;
    background: url("/assets/images/common/logo_blue.svg");
    background-repeat: no-repeat;
    background-size: 143px 25px;
    vertical-align: -4px;
    content: "";
  }
  .contents_business_feature .co-business_feature__contents {
    max-width: 1020px;
    margin: 0 auto;
  }

  .top .contents_business_feature {
    margin-bottom: -60px;
  }

  /* ビジネス+IT 特集 メインビジュアル */
  .business_feature_mainvisual--link {
    display: block;
  }

  .business_feature_mainvisual--img {
    position: relative;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .business_feature_mainvisual--title {
    display: block;
    padding: 7px 28px 7px 28px;
    background-color: #748393;
    text-align: left;
  }

  .business_feature_mainvisual--title--text {
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #drw {
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: -214px;
    width: 250px;
    height: 100%;
    overflow-x: visible;
    transform: translate3d(0, 0, 0);
    background-color: #fff;
    box-shadow: 0 2px 18px 12px rgba(0, 0, 0, 0.12);
    transition: left 0.25s ease;
  }

  .drw__inner {
    width: 100%;
    height: 100%;
  }

  .drw__btn {
    display: none;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: -20px;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background-color: #53768c;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  .drw__btn:before {
    -ms-transform: rotate(45deg) translateY(-50%);
    display: block;
    position: absolute;
    top: 17px;
    right: 18px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: none;
    border-left: none;
    content: "";
  }

  .drw--head {
    height: 80px;
    background-color: #f0f0f0;
  }

  .drw--head_light {
    bottom: 0;
    width: 100%;
    height: 58px;
    padding: 4px 10px;
    background-color: #f56a00;
  }
  .drw--head_light .limit_ttl {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
  }
  .drw--head_light .limit_ttl span {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .drw--head_light .limit_ttl0 {
    margin-top: 4px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
  }
  .drw--head_light .limit_ttl0 span {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .drw--head_light .limit_txt {
    display: block;
    width: 85%;
    margin: 6px auto 2px auto;
    padding: 2px 10px;
    border-radius: 3px;
    background-color: #fff;
    color: #f56a00;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }

  .drw--head_guest {
    bottom: 0;
    width: 100%;
    background-color: #fff;
  }
  .drw--head_guest .log_right-merits-regist {
    display: block;
    width: 76%;
    margin: 0 auto 0 auto;
    padding: 10px 10px;
    border-radius: 3px;
    background-color: #f57530;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }

  .drw--cnt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(100% - 64px - 132px);
    overflow-y: auto;
    background-color: #fff;
  }

  .drw--rcmd_usr_nologin {
    padding-bottom: 60px !important;
  }

  #drw .drw--head {
    -ms-flex-pack: space-evenly;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  #drw .drw--head img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm {
    border-bottom: 1px solid #e1e1e1;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section {
    padding-bottom: 20px;
    background-color: #fff;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section h3.ttl {
    padding: 16px 0 14px 0;
    color: #53768c;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.67px;
    line-height: 22px;
    text-align: center;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section p.msg {
    padding: 0 8px 20px 8px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 22px;
    text-align: center;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section ul.list {
    padding: 0 10px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section ul.list li.infoarea button {
    width: 50px;
    height: 100%;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section ul.list li.artarea {
    padding: 6px 15px 10px;
    border-top: 1px solid #e1e1e1;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section ul.list li.artarea:first-child {
    padding-top: 0;
    border-top: none;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section ul.list li.artarea:last-child {
    padding-bottom: 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section ul.list li.artarea > a {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section ul.list li.artarea > a div.img {
    -ms-flex: 0 0 79px;
    flex: 0 0 79px;
    width: 79px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section ul.list li.artarea > a div.img > div {
    position: relative;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section ul.list li.artarea > a div.img > span {
    display: block;
    padding: 0 5px;
    overflow: hidden;
    background-color: #53768c;
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.41px;
    line-height: 16px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section ul.list li.artarea > a div.img > span.is-evtsmr {
    background-color: #f5621d;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section ul.list li.artarea > a p {
    margin-top: -5px;
    padding-left: 12px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.18px;
    line-height: 18px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section a.more {
    display: block;
    position: relative;
    margin: 12px 10px 0;
    padding: 10px 26px;
    background-color: #f0f0f0;
    color: #2470ff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.54px;
    line-height: normal;
    text-align: center;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section a.more:after {
    -ms-transform: rotate(45deg) translateY(-50%);
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 3px solid #2470ff;
    border-right: 3px solid #2470ff;
    border-bottom: none;
    border-left: none;
    content: "";
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr ul.list {
    padding: 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr ul.list li.infoarea {
    margin-top: 15px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr ul.list li.infoarea:first-child {
    margin-top: 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr ul.list li.infoarea a {
    display: block;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr ul.list li.infoarea .ttl {
    margin-top: 5px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.18px;
    line-height: 18px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr ul.list li.infoarea .subttl {
    margin-top: 10px;
    overflow: hidden;
    color: #797979;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr ul.list.list_week li.infoarea {
    padding: 0 12px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr div.list_week, #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr div.list_nml {
    margin: 0 15px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr div.list_week {
    padding: 0 0 20px;
    background-color: rgba(243, 95, 24, 0.16);
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr div.list_week .cottl_evtsmr-date {
    background-color: #fff;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr div.list_week p.list_week-ttl {
    position: relative;
    margin-bottom: 15px;
    padding: 2px 0;
    background-color: #f35f18;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.21px;
    line-height: 26px;
    text-align: center;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr div.list_week p.list_week-ttl:after {
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -7px;
    border-top: 6px solid #f35f18;
    border-right: 6px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    content: "";
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr div.list_week ul.list li.infoarea {
    padding: 0 12px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr div.list_nml {
    margin-top: 15px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.evtsmr a.more {
    margin: 20px 15px 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list li.infoarea {
    border-bottom: 1px solid #d8d8d8;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list li.infoarea div.usrinfo {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list li.infoarea:last-child {
    border-bottom: none;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list li.infoarea .is-m_prm:before {
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt {
    width: 140px;
    padding: 0 5px 0 10px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt .com {
    color: #858585;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt .post {
    margin-top: 2px;
    color: #858585;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 10px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt .name {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.12px;
    line-height: 18px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt .date {
    margin-top: 5px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: normal;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button {
    display: block;
    position: relative;
    width: 96px;
    height: 32px;
    margin-top: 15px;
    padding-left: 5px;
    padding-left: 24px;
    border: 1px solid #53768c;
    border-radius: 3px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 14px;
    height: 14px;
    margin: auto;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button label {
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button label:hover {
    cursor: pointer;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 5px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr ul.list div.infoarea-txt button.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.no-flw ul.list li.infoarea {
    margin: 8px 0;
    padding: 3px 0 10px 3px;
    background-color: #fff;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.no-flw ul.list li.infoarea:first-child {
    margin-top: 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.no-flw ul.list li.infoarea:last-child {
    margin-bottom: 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.no-flw ul.list li.infoarea img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.no-flw ul.list li.infoarea .infoarea-txt .name {
    margin-top: 7px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.no-flw ul.list li.infoarea .infoarea-txt button {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 8px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.no-flw ul.list li.infoarea .infoarea-txt button label {
    padding-left: 3px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.has-cmt ul.list {
    padding: 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.has-cmt ul.list li.infoarea {
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px 15px;
    border-top: 1px solid #e1e1e1;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.has-cmt ul.list li.infoarea:first-child {
    border-top: none;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.has-cmt ul.list li.infoarea div.usrinfo {
    -ms-flex-align: center;
    align-items: center;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.has-cmt ul.list li.infoarea div.usrinfo > button {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.has-cmt ul.list li.infoarea .cmt {
    position: relative;
    margin-top: 5px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 19px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.has-cmt ul.list li.infoarea .cmt p {
    max-height: 58px;
    overflow: hidden;
    transition: max-height 1s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.has-cmt ul.list li.infoarea .cmt button {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding-left: 40px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 20px, white);
    color: #53768c;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.has-cmt ul.list li.infoarea .cmt button:hover {
    opacity: 1;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.has-cmt ul.list li.infoarea .cmt.is-open p {
    max-height: 30vh;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.has-cmt ul.list li.infoarea .cmt.is-open button {
    display: none;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.has-cmt ul.list li.infoarea .art {
    margin-top: 5px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.has-cmt ul.list li.infoarea .art a {
    display: block;
    color: #2e7de8;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.has-cmt ul.list div.infoarea-txt {
    padding-left: 5px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.rcmd_usr.has-cmt a.more {
    margin: 7px 15px 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag .tag {
    padding: 0px 15px 0 15px;
    text-align: center;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag .tag.is-exist {
    padding: 15px 15px 0 15px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag .tag button {
    display: inline-block;
    padding-left: 27px;
    background-image: url(/assets/svg/icon_tag_blu.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 17px auto;
    color: #2470ff;
    font-family: inherit;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: normal;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag .tag button label {
    display: block;
    width: 100%;
    padding-left: 3px;
    text-align: left;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li:first-child {
    padding-top: 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li:last-child {
    padding-bottom: 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li a {
    width: 55%;
    padding-left: 14px;
    color: #2f2f2f;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li a:before {
    margin-right: 6px;
    margin-left: -14px;
    content: "#";
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li a:hover {
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-color: #53768c;
    text-decoration-color: #53768c;
    text-decoration-line: underline;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li button {
    display: block;
    position: relative;
    width: 96px;
    height: 32px;
    margin-left: 6px;
    padding-left: 5px;
    padding-left: 24px;
    border: 1px solid #53768c;
    border-radius: 3px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li button span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 14px;
    height: 14px;
    margin: auto;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li button span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li button span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li button label {
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li button label:hover {
    cursor: pointer;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li button.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li button.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 5px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li button.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.no-cnt ul li button label {
    display: block;
    width: 100%;
    padding-left: 3px;
    text-align: left;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.has-cnt ul {
    margin-top: 5px;
    padding: 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.has-cnt ul li.artarea div.taglist a {
    display: inline-block;
    margin-left: 7px;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 19px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.has-cnt ul li.artarea div.taglist a:first-child {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.has-cnt ul .moredr {
    display: inline-block;
    margin-left: 7px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 19px;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.trnd_tag.has-cnt a.more {
    margin: 12px 15px 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.clp_art.has-cnt ul {
    padding: 0;
  }
  #drw .drw--cnt ul.drw--cnt-list li.drw--cnt-itm section.clp_art.has-cnt a.more {
    margin: 12px 15px 0;
  }

  #wrapper.is-f-drw_open #drw {
    left: 0;
  }
  #wrapper.is-f-drw_open #drw .drw__btn:before {
    -ms-transform: rotate(45deg) translateY(-50%);
    display: block;
    position: absolute;
    top: 17px;
    right: 13px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    content: "";
  }
  #wrapper.is-f-drw_open #fixedbaner {
    left: 0;
    width: 100%;
  }
  #wrapper #contents {
    padding-left: 250px;
  }
  #wrapper.drw-control-show #contents {
    padding-left: 36px;
  }
  #wrapper.information #contents {
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
    margin-bottom: 80px;
    padding-left: 0px;
  }
  #wrapper #fixedbaner {
    left: 0;
    width: 100%;
  }

  #drw .drw--head {
    -ms-flex-direction: column;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 10px 18px 15px 18px;
    background-color: #53768c;
  }
  #drw .drw--head.is-guest {
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
  }
  #drw .drw--head.is-guest h3 {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 22px;
  }
  #drw .drw--head .drw__usr_infoarea {
    -ms-flex-pack: start;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 12px;
    cursor: pointer;
  }
  #drw .drw--head .drw__usr_infoarea-txt {
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 142px;
    height: 72px;
    margin-left: 10px;
  }
  #drw .drw--head .drw__usr_infoarea-txt .type {
    width: fit-content;
    margin-bottom: 4px;
    padding: 2px 6px;
    background-color: #a5a5a5;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.47px;
    line-height: 12px;
  }
  #drw .drw--head .drw__usr_infoarea-txt .com {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.47px;
    line-height: 14px;
  }
  #drw .drw--head .drw__usr_infoarea-txt .name {
    width: 100%;
    margin-top: 6px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #drw .drw--head .drw__usr_infoarea-txt .status {
    margin-top: 6px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 18px;
  }
  #drw .drw--head .drw__usr_btnarea {
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    /***        
    .bit {
      position: relative;
      width: 105px;
      height: 32px;
      border: 1px solid #fff;
      border-radius: 3px;
      padding-right: 7px;
      text-align: right;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 29px;
      letter-spacing: 0.5px;
      color: #fff;
      font-weight: 400;

      span {
        font-size: 16px;
        font-size: 1.6rem;
      }

      &:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 8px;
        display: block;
        width: 20px;
        height: 18px;
      }
    }
    ***/
  }
  #drw .drw--head .drw__usr_btnarea .flw {
    position: relative;
    width: 120px;
    height: 32px;
    margin-right: 6px;
    padding-left: 30px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 32px;
    text-align: center;
  }
  #drw .drw--head .drw__usr_btnarea .flw:before {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 20px;
    height: 14px;
    background-image: url("/assets/svg/icon_check_wht.svg");
    background-repeat: no-repeat;
    content: "";
  }
  #drw .drw--head .drw__usr_btnarea .myp {
    position: relative;
    width: 106px;
    height: 32px;
    margin-right: 6px;
    padding-left: 24px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 32px;
    text-align: center;
  }
  #drw .drw--head .drw__usr_btnarea .myp:before {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 20px;
    height: 14px;
    background-image: url("/assets/images/common/icon_home_white.png");
    background-repeat: no-repeat;
    content: "";
  }
  #drw .drw--head .drw__usr_btnarea .bit {
    position: relative;
    width: 105px;
    height: 32px;
    padding-right: 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 32px;
    text-align: right;
  }
  #drw .drw--head .drw__usr_btnarea .bit:before {
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    width: 20px;
    height: 18px;
    background-image: url("/assets/svg/icon_iine_white.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    content: "";
  }
  #drw .drw--head .drw__usr_btnarea .bit.is-light {
    opacity: 0.6;
  }

  #wrapper #drw {
    top: 64px;
  }
  #wrapper #drw .drw--head {
    height: 132px;
  }
  #wrapper #drw .drw--head + .drw--cnt {
    top: 132px;
    height: 100%;
  }
  #wrapper #drw .drw--head.is-guest {
    height: 80px;
    cursor: default;
  }
  #wrapper #drw .drw--head.is-guest + .drw--cnt {
    top: 80px;
    height: 100%;
  }
  #wrapper.is-open-head-alert #drw .drw--head + .drw--cnt {
    height: 100%;
  }

  .bnr_list {
    text-align: center;
  }
  .bnr_list a {
    margin-left: 0px;
  }
  .bnr_list a:first-of-type {
    margin-left: 0;
  }
  .bnr_list img {
    max-width: 100%;
    height: auto;
  }

  .bnr_list3 {
    margin-top: 40px;
    text-align: center;
  }
  .bnr_list3 a {
    margin-left: 25px;
  }
  .bnr_list3 a:first-of-type {
    margin-left: 0;
  }
  .bnr_list3 img {
    width: auto;
    max-width: 100%;
    height: 230px;
  }

  .bnr_list_side {
    text-align: center;
  }
  .bnr_list_side a {
    margin-left: 0px;
  }
  .bnr_list_side a:first-child {
    margin-left: 0;
  }
  .bnr_list_side img {
    width: auto;
    max-width: 100%;
    height: 230px;
  }

  .brdcrb {
    width: 100%;
    padding: 13px 0 0 35px;
  }

  .brdcrb-list {
    list-style: none;
  }

  .brdcrb-item {
    display: inline-block;
  }
  .brdcrb-item:not(:last-child):after {
    margin: 0 6px;
    content: ">";
  }

  .brdcrb-text {
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 19px;
  }
  .brdcrb-text.is-active {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 19px;
  }

  .btn_link_wht a,
.btn_link_wht button {
    display: block;
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #fff;
    background-image: url(/assets/images/common/arrow_right_blu_03.png);
    background-position: right 17px center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    color: #2470ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.67px;
    line-height: 44px;
    text-align: center;
  }
  .btn_link_wht.is-noarr a,
.btn_link_wht.is-noarr button {
    background-image: none;
  }

  .btn_link_gry a,
.btn_link_gry button {
    display: block;
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #f0f0f0;
    background-image: url(/assets/images/common/arrow_right_blu_03.png);
    background-position: right 17px center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    color: #2470ff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.54px;
    line-height: 44px;
    text-align: center;
  }
  .btn_link_gry.is-noarr a,
.btn_link_gry.is-noarr button {
    background-image: none;
  }

  .btn_link_blue a,
.btn_link_blue button {
    display: block;
    position: relative;
    width: 100%;
    height: 44px;
    background-color: #2e7de8;
    background-image: url(/assets/images/common/arrow_right_white.png);
    background-position: right 17px center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.54px;
    line-height: 44px;
    text-align: center;
  }
  .btn_link_blue.is-noarr a,
.btn_link_blue.is-noarr button {
    background-image: none;
  }

  .btn_link_blue-ad {
    position: absolute;
    top: 0;
    right: 0;
  }
  .btn_link_blue-ad.is-special {
    padding-top: 40px;
  }
  .btn_link_blue-ad > a {
    display: block;
    width: 256px;
    height: 46px;
    padding: 16px 12px;
    border-radius: 4px;
    background-color: #2470ff;
    background-image: url(/assets/images/common/arrow_right_white.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: 14px;
    text-align: center;
  }

  .btn_link_blue-ev {
    position: absolute;
    top: 0;
    right: 0;
  }
  .btn_link_blue-ev.is-special {
    padding-top: 40px;
  }
  .btn_link_blue-ev > a {
    display: block;
    width: 300px;
    height: 46px;
    padding: 16px 12px;
    border-radius: 4px;
    background-color: #2470ff;
    background-image: url(/assets/images/common/arrow_right_white.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: 14px;
    text-align: center;
  }

  .btn_jmpcmt {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 14px;
  }
  .btn_jmpcmt:before, .btn_jmpcmt:after {
    display: inline-block;
    content: "";
  }
  .btn_jmpcmt:before {
    width: 20px;
    height: 22px;
    margin-right: 7px;
    background-image: url(/assets/images/common/icon_cmt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
  }
  .btn_jmpcmt:after {
    width: 13px;
    height: 7px;
    margin-left: 5px;
    background-image: url(/assets/images/common/arrow_down_blu_01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px auto;
  }

  .btn_docmt {
    width: 160px;
    height: 34px;
    border-radius: 3px;
    background-color: #53768c;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 34px;
    text-align: center;
  }
  .btn_docmt.is-disable {
    background-color: #4a4a4a;
  }
  .btn_docmt.is-empty {
    opacity: 0.6;
    pointer-events: none;
  }

  .btn_cmt-drpdwn {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .btn_cmt-drpdwn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 12px;
    margin-top: -6px;
    margin-left: -2px;
  }
  .btn_cmt-drpdwn span:before, .btn_cmt-drpdwn span:after {
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #748393;
    content: "";
    transition: all 0.2s ease;
  }
  .btn_cmt-drpdwn span:before {
    top: 0;
  }
  .btn_cmt-drpdwn span:after {
    bottom: 0;
  }
  .btn_cmt-drpdwn.is-b-open span {
    width: 12px;
    height: 8px;
    margin-top: -4px;
    margin-left: -6px;
  }
  .btn_cmt-drpdwn.is-b-open span:before, .btn_cmt-drpdwn.is-b-open span:after {
    top: auto;
    top: 6px;
    right: auto;
    bottom: auto;
    left: auto;
    width: 9px;
    height: 2px;
    border-radius: 0;
  }
  .btn_cmt-drpdwn.is-b-open span:before {
    -ms-transform: rotate(45deg);
    -ms-transform-origin: bottom right;
    left: -3px;
    transform: rotate(45deg);
    transform-origin: bottom right;
  }
  .btn_cmt-drpdwn.is-b-open span:after {
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: bottom left;
    right: -3px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
  }

  .btn_like {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 71px;
    height: 25px;
    padding-left: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 12px;
  }
  .btn_like .icon {
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 15px;
    height: 17px;
    background-image: url(/assets/svg/icon_thumbsup_pale.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px auto;
  }
  .btn_like .count {
    font-weight: 700;
  }
  .btn_like.is-b-active {
    color: #2e7de8;
  }
  .btn_like.is-b-active .icon {
    background-image: url(/assets/svg/icon_thumbsup.svg);
    animation: like 250ms ease 0s 1;
  }

  .btn_bit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 12px;
  }
  .btn_bit.is-middle {
    margin-top: 40px;
    margin-left: 133px;
  }
  .btn_bit .icon {
    display: block;
    width: 24px;
    height: 27px;
    background-image: url(/assets/svg/icon_iine_pale.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px auto;
  }
  .btn_bit .icon.is-mainnavi {
    width: 21px;
    height: 21px;
    background-image: url(/assets/svg/icon_iine_pale_white_main.svg);
    background-size: 21px 21px;
  }
  .btn_bit .count {
    font-weight: 700;
  }
  .btn_bit.is-b-active {
    color: #2e7de8;
  }
  .btn_bit.is-b-active .icon {
    background-image: url(/assets/svg/icon_iine.svg);
    animation: like 250ms ease 0s 1;
  }
  .btn_bit.is-b-active .icon.is-mainnavi {
    width: 20px;
    height: 20px;
    background-image: url(/assets/svg/icon_iine.svg);
    background-size: 20px 20px;
  }

  .bit_thanks_box {
    top: 40px;
    left: 24px;
  }

  .btn_bit_count {
    margin: 0 0 2px 8px;
    color: #53768c;
    font-size: 1.5rem;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 1;
  }
  .btn_bit_count.is-mainnavi {
    color: #ffff;
  }
  .btn_bit_count.is-card_s {
    top: 10px;
  }

  @keyframes like {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.4);
    }
    100% {
      transform: scale(1);
    }
  }
  .is-b-active ~ .btn_bit_count {
    color: #2e7de8;
  }

  .ar-cont_box .is-b-active ~ .ar-serialize-title__count {
    color: #2e7de8;
  }

  .btn_sns-fb-gry {
    width: 20px;
    height: 20px;
    background-image: url(/assets/svg/icon_fb_gry.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
  }

  .btn_sns-tw-gry {
    width: 20px;
    height: 20px;
    background-image: url(/assets/svg/icon_tw_gry.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px auto;
  }

  .btn_p_edit {
    position: relative;
    width: 150px;
    padding: 9px 9px 9px 30px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    color: #2470ff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 12px;
  }
  .btn_p_edit:before {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 15px;
    height: 15px;
    background-image: url(/assets/images/common/icon_gear.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }

  .btn_red {
    display: inline-block;
    width: 300px;
    height: 44px;
    border-radius: 3px;
    background-color: #ce0000;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 44px;
    text-align: center;
  }

  .btn_blu {
    display: inline-block;
    width: 300px;
    height: 44px;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 44px;
    text-align: center;
  }

  .btn_dl {
    display: inline-block;
    width: 120px;
    height: 32px;
    padding-left: 33px;
    border: 1px solid #fff;
    border-radius: 3px;
    background-image: url(/assets/svg/icon_download_wht.svg);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 13px auto;
    color: #fff;
    color: #fff !important;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    text-decoration: none !important;
  }

  .btn_reg-evsmn {
    display: inline-block;
    width: 480px;
    height: 76px;
    border-radius: 3px;
    background-color: #2c75ff;
    background-image: url(/assets/images/common/arrow_right_white.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.83px;
    line-height: 76px;
    text-align: center;
  }
  .btn_reg-evsmn.is-small {
    width: 266px;
    height: 56px;
    padding-top: 7px;
    background-position: right 10px center;
    background-size: 7px auto;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: 20.02px;
  }

  .btn_info {
    display: inline-block;
    width: 480px;
    height: 76px;
    border: solid 1px #748393;
    border-radius: 3px;
    background-color: #ffffff;
    background-image: url(/assets/images/common/arrow_right_blu_02.png);
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    color: #748393;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.83px;
    line-height: 76px;
    text-align: center;
  }

  .btn_iptprof {
    display: block;
    width: 320px;
    height: 44px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    color: #fff !important;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 44px;
    text-decoration: none !important;
  }

  .btn_iptprof_wp {
    display: block;
    width: 100%;
    max-width: 365px;
    height: 44px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    color: #fff !important;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 44px;
    text-decoration: none !important;
  }

  .btn_styprof {
    display: block;
    width: 320px;
    height: 44px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #f2f8fc;
    color: #53768c;
    color: #53768c !important;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 44px;
    text-decoration: none !important;
  }
  .btn_styprof.is-long480 {
    width: 480px;
  }

  .btn_styprof_wp {
    display: block;
    width: 100%;
    max-width: 365px;
    height: 44px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #f2f8fc;
    color: #53768c;
    color: #53768c !important;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 44px;
    text-decoration: none !important;
  }
  .btn_styprof_wp.is-long480 {
    max-width: 480px;
  }

  .btn_continuetoread {
    display: block;
    width: 310px;
    height: 44px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 44px;
    text-decoration: none !important;
  }

  .cmtarea_ipt-msg {
    display: none;
    margin-top: 10px;
    padding-left: 65px;
    text-align: left;
  }
  .cmtarea_ipt-msg p {
    position: relative;
    padding-left: 24px;
    color: #cf1010;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .cmtarea_ipt-msg p:before {
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ce0000;
    background-image: url(/assets/svg/icon_xclamation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4px auto;
    content: "";
  }

  .cmtarea_ipt-ctnr {
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
  }
  .cmtarea_ipt-ctnr .usrico {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
  }

  .cmtarea_ipt-ctnr-opr {
    -ms-flex: 0 0 calc(100% - 50px);
    -ms-flex-preferred-size: calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    flex-basis: calc(100% - 50px);
    width: calc(100% - 50px);
    padding-left: 15px;
  }

  .cmtarea_ipt-ctnr-opr-txtarea {
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #fffde8;
  }
  .cmtarea_ipt-ctnr-opr-txtarea textarea {
    display: block;
    width: 100%;
    margin-bottom: 28px;
    padding-right: 20px;
    padding-left: 12px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #333;
    font-family: inherit;
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 21px;
    resize: none;
  }
  .cmtarea_ipt-ctnr-opr-txtarea textarea:-ms-input-placeholder, .cmtarea_ipt-ctnr-opr-txtarea textarea::placeholder, .cmtarea_ipt-ctnr-opr-txtarea textarea:-ms-input-placeholder, .cmtarea_ipt-ctnr-opr-txtarea textarea::-ms-input-placeholde {
    color: #88929c;
  }
  .cmtarea_ipt-ctnr-opr-txtarea.is-focused {
    border-color: #5a99ea;
    box-shadow: 0 0 5px #a9ccf8;
  }
  .cmtarea_ipt-ctnr-opr-txtarea.is-b-alert {
    background-color: #feecec;
  }

  .cmtarea_ipt-ctnr-opr-num {
    display: none;
    position: absolute;
    right: 50px;
    bottom: 7px;
    color: #88929c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 14px;
  }
  .cmtarea_ipt-ctnr-opr-num.is-show {
    display: block;
  }
  .cmtarea_ipt-ctnr-opr-num.is-over {
    color: #ce0000;
  }

  .cmtarea_ipt-ctnr-opr-progress {
    position: absolute;
    right: 20px;
    bottom: 2px;
  }
  .cmtarea_ipt-ctnr-opr-progress svg.cmtarea_circle {
    -ms-transform: rotate(-90deg);
    margin-bottom: 1px;
    overflow: visible;
    transform: rotate(-90deg);
    vertical-align: bottom;
  }
  .cmtarea_ipt-ctnr-opr-progress .cmtarea_circle-under {
    stroke: #ccd6dd;
  }
  .cmtarea_ipt-ctnr-opr-progress .cmtarea_circle-progress.is-safe {
    stroke: #066a9c;
  }
  .cmtarea_ipt-ctnr-opr-progress .cmtarea_circle-progress.is-warn {
    stroke: #e47c05;
  }
  .cmtarea_ipt-ctnr-opr-progress .cmtarea_circle-progress.is-danger {
    stroke: #ce0000;
  }

  .cmtarea_ipt-ctnr-opr-opt {
    padding: 13px 0 0;
  }

  .cmtarea_ipt-ctnr-opr-opt-sns {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .cmtarea_ipt-ctnr-opr-opt-sns li:first-child {
    margin-right: 30px;
  }

  .cmtarea_ipt.is-nologin .cmtarea_ipt-ctnr {
    -ms-flex-align: center;
    align-items: center;
  }
  .cmtarea_ipt.is-nologin .cmtarea_ipt-ctnr-opr > button {
    width: 100%;
  }

  .cmtarea_list a {
    color: #333 !important;
    text-decoration: none !important;
  }
  .cmtarea_list .usrico {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
  }

  .cmtarea_list-inner {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .cmtarea_list-dtl {
    -ms-flex: 0 0 calc(100% - 50px - 20px);
    -ms-flex-preferred-size: calc(100% - 50px - 20px);
    position: relative;
    flex: 0 0 calc(100% - 50px - 20px);
    flex-basis: calc(100% - 50px - 20px);
    padding-left: 15px;
  }
  .cmtarea_list-dtl > a {
    display: inline-block;
  }

  .cmtarea_list-dtl-edit {
    -ms-flex: 0 0 20px;
    position: relative;
    flex: 0 0 20px;
  }

  .cmtarea_list-dtl-edit-drpdwn {
    display: none;
    z-index: 1;
    position: absolute;
    top: 26px;
    left: -180px;
    width: 277px;
    background-color: #fff;
    box-shadow: -2px 4px 8px 2px rgba(0, 0, 0, 0.12);
  }
  .cmtarea_list-dtl-edit-drpdwn ul li {
    border-top: 1px solid #d8d8d8;
  }
  .cmtarea_list-dtl-edit-drpdwn ul li:first-child {
    border-top: none;
  }
  .cmtarea_list-dtl-edit-drpdwn ul li.list_rpt {
    display: none;
    position: relative;
    padding: 19px 25px 19px 40px;
    border-top: none;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: left;
  }
  .cmtarea_list-dtl-edit-drpdwn ul li.list_rpt:before {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 10px;
    width: 10px;
    height: 4px;
    transform: rotate(45deg);
    transform-origin: right bottom;
    background-color: #53768c;
    content: "";
  }
  .cmtarea_list-dtl-edit-drpdwn ul li.list_rpt:after {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    width: 16px;
    height: 4px;
    transform: rotate(-45deg);
    transform-origin: left bottom;
    background-color: #53768c;
    content: "";
  }
  .cmtarea_list-dtl-edit-drpdwn ul li button {
    width: 100%;
    padding: 25px 25px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: left;
  }
  .cmtarea_list-dtl-edit-drpdwn.is-b-reported ul li {
    display: none;
  }
  .cmtarea_list-dtl-edit-drpdwn.is-b-reported ul li.list_rpt {
    display: block;
    background-color: #dfdfdf;
  }
  .cmtarea_list-dtl-edit-drpdwn.is-b-reported ul li.blck-btn {
    display: block;
  }

  .cmtarea_list-dtl-comname,
.cmtarea_list-dtl-pos {
    color: #4a4a4a;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: normal;
  }

  .cmtarea_list-dtl-no_disp {
    padding-left: 8px;
    color: #4a4a4a;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: normal;
  }
  .cmtarea_list-dtl-no_disp.is-check:before {
    z-index: 2;
    position: absolute;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #cf1010;
    content: "";
  }

  .cmtarea_list-dtl-no_disp_mes {
    padding-left: 8px;
    color: #4a4a4a;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: normal;
  }
  .cmtarea_list-dtl-no_disp_mes:before, .cmtarea_list-dtl-no_disp_mes:after {
    position: absolute;
    opacity: 0;
    /* transition: all 0.3s; */
  }
  .cmtarea_list-dtl-no_disp_mes:before {
    opacity: 1;
  }
  .cmtarea_list-dtl-no_disp_mes:after {
    display: block;
    top: 0px;
    left: 0;
    margin-top: 10px;
    padding: 7px 13px;
    border-radius: 0px;
    background: #4a4a4a;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    content: attr(data-tooltip);
  }
  .cmtarea_list-dtl-no_disp_mes:hover::before {
    top: 36px;
    opacity: 1;
  }
  .cmtarea_list-dtl-no_disp_mes:hover::after {
    top: 16px;
    opacity: 1;
  }

  .cmtarea_list-dtl-name {
    display: block;
    margin-top: 3px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.12px;
    line-height: 18px;
  }
  .cmtarea_list-dtl-name.is-m_flw:after {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #2e7de8;
    background-image: url(/assets/svg/icon_check_wht.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70% auto;
    vertical-align: middle;
    content: "";
  }

  .cmtarea_list-dtl-date {
    display: block;
    margin-top: 3px;
    color: #a5a5a5;
    font-family: HelveticaNeue;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: normal;
  }

  .cmtarea_list-txt {
    padding-right: 40px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
  }

  .cmtarea_list-txt-ctnr {
    position: relative;
    max-height: 97px;
    overflow: hidden;
    transition: max-height 1s ease;
  }
  .cmtarea_list-txt-ctnr > button {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding-left: 40px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 20px, white);
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
  }
  .cmtarea_list-txt-ctnr > button:hover {
    opacity: 1;
  }
  .cmtarea_list-txt-ctnr.is-open {
    max-height: none;
  }
  .cmtarea_list-txt-ctnr.is-open > button {
    display: none;
  }

  .cmtarea_blocked-indication {
    margin: 20px 0 4px 0;
    text-align: center;
  }
  .cmtarea_blocked-indication p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cmtarea_blocked-indication button {
    margin: 6px 0;
    padding: 4px 6px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .cmtarea_list-like {
    margin-top: 20px;
    margin-right: -11px;
  }
  .cmtarea_list-like:after {
    display: table;
    clear: both;
    content: "";
  }
  .cmtarea_list-like .btn_like {
    float: right;
  }

  .bitarea-thanks {
    -ms-flex: 0 0 20px;
    position: relative;
    flex: 0 0 20px;
    font-size: 14px;
    font-weight: 700;
  }
  .bitarea-thanks.is-hide {
    display: none;
  }

  .bitarea-thanks-drpdwn {
    z-index: 1;
    position: absolute;
    top: -20px;
    left: 40px;
    width: 232px;
    background-color: #fff;
    box-shadow: -2px 4px 8px 2px rgba(0, 0, 0, 0.12);
  }
  .bitarea-thanks-drpdwn ul li {
    width: 100%;
    padding: 20px 20px;
    border-top: 1px solid #d8d8d8;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: center;
  }
  .bitarea-thanks-drpdwn ul li:first-child {
    border-top: none;
  }
  .bitarea-thanks-drpdwn ul li:nth-child(2) {
    background-color: #f0f0f0;
  }
  .bitarea-thanks-drpdwn ul li:nth-child(2) a {
    text-decoration: none;
  }

  .consent_ttl {
    padding-top: 15px;
    color: #4c4c4c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 21.98px;
    text-align: center;
  }
  .consent_ttl .req {
    padding: 2px 3px;
    border: 1px solid #cf1010;
    color: #cf1010;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.79px;
    line-height: 14px;
  }

  .consent_area {
    height: 160px;
    margin-top: 30px;
    padding: 0 10px;
    overflow-y: auto;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #f6f6f6;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 24px;
  }

  .consent_check {
    margin-top: 20px;
    text-align: center;
  }
  .consent_check .req {
    display: inline-block;
    margin-top: 2px;
    margin-right: 12px;
    padding: 2px 3px;
    border: 1px solid #cf1010;
    color: #cf1010;
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.79px;
    line-height: 14px;
    vertical-align: top;
  }
  .consent_check label {
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 22px;
    text-align: left;
  }
  .consent_check label.is-bold {
    font-weight: 700;
  }
  .consent_check input[type=checkbox] {
    display: none;
  }
  .consent_check input[type=checkbox]:checked + span:before {
    border: 2px solid #4e74e9;
  }
  .consent_check input[type=checkbox]:checked + span:after {
    -ms-transform: rotate(40deg);
    display: block;
    position: absolute;
    top: -5px;
    left: 7px;
    width: 6px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }

  .consent_check-lbltxt {
    display: block;
    position: relative;
    padding-left: 34px;
  }
  .consent_check-lbltxt:before {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #979797;
    background-color: #f8f8f8;
    content: "";
  }

  .consent_check .err {
    display: none;
    margin-top: 11px;
    color: #ff0000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 22px;
    text-align: center;
  }
  .consent_check .err.has-err {
    display: block;
  }

  .consent_acd {
    margin-top: 25px;
  }

  .consent_acd-trg {
    text-align: center;
  }
  .consent_acd-trg a {
    display: inline-block;
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.58px;
    line-height: 14px;
  }
  .consent_acd-trg a:after {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 13px;
    background-image: url(/assets/images/common/arrow_down_blu_03.png);
    background-repeat: no-repeat;
    background-size: 15px 10px;
    vertical-align: 0px;
    content: "";
  }
  .consent_acd-trg a.is-open:after {
    background-image: url(/assets/images/common/arrow_up_blu_03.png);
  }

  .consent_acd-tgt {
    display: none;
  }

  .consent_note {
    margin-top: 27px;
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 21.98px;
    text-align: center;
  }
  .consent_note a {
    text-decoration: underline;
  }

  .cottl_sec-h1 {
    position: relative;
    padding-bottom: 15px;
  }
  .cottl_sec-h1 h1 {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 1.11px;
    line-height: normal;
    text-align: center;
  }
  .cottl_sec-h1 h1 span {
    margin-left: 10px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: 32px;
  }
  .cottl_sec-h1.is-tag {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cottl_sec-h1.is-tag h1 {
    color: #748393;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: normal;
  }
  .cottl_sec-h1.is-tag button {
    -ms-flex: 0 0 auto;
    display: block;
    position: relative;
    flex: 0 0 auto;
    width: 150px;
    height: 40px;
    margin-left: 20px;
    padding-left: 5px;
    padding-left: 38px;
    border: 1px solid #53768c;
    border-radius: 3px;
    background-color: #fff;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
  }
  .cottl_sec-h1.is-tag button span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 22px;
    width: 14px;
    height: 14px;
    margin: auto;
  }
  .cottl_sec-h1.is-tag button span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .cottl_sec-h1.is-tag button span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .cottl_sec-h1.is-tag button label {
    color: #53768c;
    font-size: 10px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
  }
  .cottl_sec-h1.is-tag button label:hover {
    cursor: pointer;
  }
  .cottl_sec-h1.is-tag button.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  .cottl_sec-h1.is-tag button.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 5px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .cottl_sec-h1.is-tag button.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .cottl_sec-h1.is-tag button label {
    display: block;
    width: 100%;
    padding-left: 3px;
    text-align: left;
  }
  .cottl_sec-h1.is-tag.is-bottom-tag-follow-btn {
    margin-top: 30px;
  }
  .cottl_sec-h1.is-tag.is-bottom-tag-follow-btn .bottom-tag-follow-btn__genre-tag-name {
    color: #748393;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: normal;
  }

  .cottl_sec-h2 {
    position: relative;
  }
  .cottl_sec-h2 h2 {
    color: #748393;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.22px;
    line-height: 28.8px;
    text-align: center;
  }
  .cottl_sec-h2 h2.is-pr-btn {
    padding-right: 250px;
  }
  .cottl_sec-h2 h2 + a {
    display: block;
    padding-right: 7px;
    background-image: url(/assets/images/common/arrow_right_blu_03.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: 17px;
    text-align: right;
  }

  .cottl_sec-h2_spc-srch {
    padding: 0 0;
  }

  .cottl_sec-h3 h3 {
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.24px;
    line-height: 26px;
    text-align: center;
  }

  .cottl_sec-p {
    width: 100%;
    margin-bottom: 19px;
    background-color: #f35f18;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 30px;
    text-align: center;
  }
  .cottl_sec-p.other {
    margin-top: 40px;
  }

  .cottl_evtsmr-date {
    display: flex;
    width: 100%;
    height: 29px;
    padding: 0 10px;
    background-color: #daecf7;
  }
  .cottl_evtsmr-date span {
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.55px;
    line-height: 29px;
  }
  .cottl_evtsmr-date time {
    flex-grow: 2;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.18px;
    line-height: 29px;
    text-align: center;
  }
  .cottl_evtsmr-date.is-online {
    background-color: #fff1eb;
  }
  .cottl_evtsmr-date.is-online span {
    color: #f4611b;
  }

  .cottl_evtsmr-info {
    align-items: center;
  }
  .cottl_evtsmr-info .privilege-icn {
    position: relative;
  }
  .cottl_evtsmr-info .privilege-icn .link-txt {
    -ms-flex-item-align: start;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-self: flex-start;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.21px;
    line-height: 26px;
    cursor: pointer;
    /* justify-content: center; */
  }
  .cottl_evtsmr-info .privilege-icn .link-txt.icons {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 26px;
    color: #333;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 12px;
  }
  .cottl_evtsmr-info .privilege-icn .link-txt.icons .icon {
    margin-left: 3px;
    padding: 3px 10px;
    border-radius: 15px;
  }
  .cottl_evtsmr-info .privilege-icn .link-txt.icons .icon.is-benefit {
    width: auto;
    background-color: #cf1010;
    color: #fff;
    white-space: nowrap;
  }
  .cottl_evtsmr-info .privilege-icn .link-txt.icons .icon.is-benefit::before {
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-right: 6px;
    background-image: url(/assets/images/common/icon-present.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -2px;
    content: "";
  }
  .cottl_evtsmr-info .privilege-icn .link-txt.icons .icon.is-status {
    margin-right: 0px;
    margin-right: 0;
    margin-left: auto;
    padding: 1px 3px 1px;
    border-radius: 3px;
    background-color: #387dfd;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: 15px;
  }
  .cottl_evtsmr-info .privilege-icn .link-txt.icons .icon.is-waiting {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
    padding: 0;
    color: #cf1010;
    font-weight: normal;
    text-align: right;
  }
  .cottl_evtsmr-info .privilege-icn .link-txt.icons .icon.is-waiting::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    background-image: url(/assets/images/common/icon-darts-active.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -3px;
    content: "";
  }
  .cottl_evtsmr-info .privilege-icn .link-txt.icons .icon.is-rejected {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
    padding: 0;
    color: #222;
    font-weight: normal;
    text-align: right;
  }
  .cottl_evtsmr-info .privilege-icn .link-txt.icons .icon.is-rejected::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    background-image: url(/assets/images/common/icon-darts-inactive.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -3px;
    content: "";
  }

  .crd_lst {
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -22px;
  }
  .crd_lst.has-more {
    margin-top: 0px;
  }
  .crd_lst.has-tag .crd_ttl {
    /* padding-top: 27px; */
  }
  .crd_lst.has-tag .crd_tag + .crd_ttl {
    padding-top: 7px;
  }
  .crd_lst.crd_lst_left-align:after {
    display: block;
    width: 320px !important;
    content: "";
  }

  .crd_lst::after {
    display: block;
    width: 320px;
    content: "";
  }

  .crd_lst-readmore .mypage_btn,
.crd_lst-readmore .btn_link_wht {
    -ms-flex-order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    order: 2;
    width: 100%;
  }

  .crd_lst_s_a {
    display: flex;
    flex-flow: column;
  }

  .crd_lst_s {
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -22px;
  }
  .crd_lst_s.has-tag .crd_ttl {
    /* padding-top: 27px; */
  }
  .crd_lst_s.has-tag .crd_tag + .crd_ttl {
    padding-top: 7px;
  }
  .crd_lst_s.crd_lst_s_left-align:after {
    display: block;
    width: 230px !important;
    content: "";
  }

  .crd_lst_s::after {
    display: block;
    width: 230px;
    content: "";
  }

  .crd_lst_s-readmore .mypage_btn,
.crd_lst_s-readmore .btn_link_wht {
    -ms-flex-order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    order: 2;
    width: 100%;
  }

  .crd_itm {
    position: relative;
    width: 320px;
    height: 390px;
    margin-top: 22px;
    padding-bottom: 15px;
    overflow: hidden;
    background-color: #fff;
  }
  .crd_itm.is-mv .crd_thumb > a:before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #333;
    content: "";
    opacity: 0.9;
  }
  .crd_itm.is-mv .crd_thumb > a:after {
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-width: 10px 0 10px 16px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
    opacity: 0.9;
  }
  .crd_itm.is-wp .crd_thumb-img {
    background-position: top;
  }
  .crd_itm.is-provide {
    padding-bottom: 0;
  }
  .crd_itm.is-provide .crd_inner {
    height: 362px;
    margin-bottom: 28px;
    overflow: hidden;
  }
  .crd_itm.is-provide .crd_provide {
    position: absolute;
    right: 0;
    bottom: 11px;
    max-width: 320px;
    padding: 0 22px;
    color: #676767;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 12px;
  }
  .crd_itm .is-special {
    position: absolute;
    right: 10px;
    bottom: 8px;
    width: 60px;
    height: 17px;
    background-image: url(/assets/images/common/icon_specialmark_gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .crd_itm .is-special_cont {
    position: absolute;
    bottom: 6px;
    left: 86px;
    width: 60px;
    height: 17px;
    background-image: url(/assets/images/common/icon_specialmark_gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .crd_itm .is-special_cont.is-card_s {
    top: 258px;
    left: 150px;
  }
  .crd_itm .is-special_cont.is-card_s_cont {
    top: 258px;
    left: 161px;
  }
  .crd_itm .btn_bit.is-card_s {
    top: 275px;
  }
  .crd_itm .btn_bit.is-card_s_cont_reco {
    top: 275px;
  }
  .crd_itm .cottl_sec-h3 {
    padding: 11px 0 2px;
  }
  .crd_itm.is-hold {
    position: relative;
  }
  .crd_itm.is-hold:after {
    position: absolute;
    right: 24px;
    bottom: 12px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
    content: "\958B\50AC\7D42\4E86";
  }
  .crd_itm.is-terminated {
    position: relative;
  }
  .crd_itm.is-terminated:after {
    position: absolute;
    right: 24px;
    bottom: 12px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
    content: "\7533\8FBC\7D42\4E86";
  }
  .crd_itm.is-completed {
    position: relative;
  }
  .crd_itm.is-completed:after {
    position: absolute;
    right: 24px;
    bottom: 12px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
    content: "\7533\8FBC\5B8C\4E86";
  }

  /*
    .crd_tag {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 18px;
      padding: 6px 22px 0;
      margin-bottom: -4px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 18px;
      letter-spacing: 0.55px;
      color: #53768c;
      font-weight: 400;

      a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        letter-spacing: 0.55px;
        color: #53768c;
        font-weight: 400;
        text-decoration: none;
        margin-right: 10px;

        &:before {
          content: "#";
          padding-right: 3px;
        }
      }
    }
  */
  .crd_tag {
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .crd_tag a {
    margin-right: 10px;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.55px;
    line-height: 18px;
    text-decoration: none;
  }
  .crd_tag .crd_tag_tag {
    display: inline-block;
    max-width: 186px;
    margin-bottom: -4px;
    padding: 6px 0 0 6px;
    overflow: hidden;
    letter-spacing: 0.55px;
    line-height: 18px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .crd_tag .crd_tag_tag.is-one {
    max-width: 320px;
  }
  .crd_tag .crd_tag_tag a:before {
    padding-right: 3px;
    content: "#";
  }
  .crd_tag .crd_tag_more {
    display: inline-block;
    white-space: nowrap;
  }

  .crd_thumb {
    position: relative;
  }
  .crd_thumb > a {
    -webkit-backface-visibility: hidden;
    display: block;
    position: relative;
    background-color: #ccc;
  }

  .crd_thumb_cont {
    position: relative;
  }
  .crd_thumb_cont > a {
    -webkit-backface-visibility: hidden;
    display: block;
    position: relative;
    background-color: #ccc;
  }

  .crd_thumb-img {
    -webkit-backface-visibility: hidden;
    padding-top: 56.25%;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0px 0px 0px 1px #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .crd_thumb-img.lazyloaded {
    opacity: 1;
  }

  .crd_thumb-lbl {
    position: absolute;
    height: 26px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.55px;
    line-height: 26px;
    text-align: center;
  }
  .crd_thumb-lbl.is-nml {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: rgba(83, 118, 140, 0.8);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .crd_thumb-lbl.is-article {
    right: 1px;
    bottom: 26px;
    height: 17px !important;
    padding: 0 15px;
    background-color: rgba(245, 98, 29, 0.8);
    font-weight: 700;
    line-height: normal;
  }
  .crd_thumb-lbl.is-movie {
    right: 1px;
    bottom: 26px;
    height: 17px !important;
    padding: 0 15px;
    background-color: rgba(245, 98, 29, 0.8);
    font-weight: 700;
    line-height: normal;
  }
  .crd_thumb-lbl.is-document {
    right: 1px;
    bottom: 26px;
    height: 17px !important;
    padding: 0 15px;
    background-color: rgba(245, 98, 29, 0.8);
    font-weight: 700;
    line-height: normal;
  }
  .crd_thumb-lbl.is-evtsmr {
    right: 1px;
    bottom: 26px;
    height: 17px !important;
    padding: 0 15px;
    background-color: rgba(245, 98, 29, 0.8);
    font-weight: 700;
    line-height: normal;
  }
  .crd_thumb-lbl.is-evtsmr_cont {
    right: 1px;
    bottom: 26px;
    height: 17px !important;
    padding: 0 15px;
    background-color: rgba(245, 98, 29, 0.8);
    font-weight: 700;
    line-height: normal;
  }
  .crd_thumb-lbl.is-campaign {
    right: 1px;
    bottom: 26px;
    height: 17px !important;
    padding: 0 15px;
    background-color: rgba(245, 98, 29, 0.8);
    font-weight: 700;
    line-height: normal;
  }
  .crd_thumb-lbl.is-research {
    right: 1px;
    bottom: 26px;
    height: 17px !important;
    padding: 0 15px;
    background-color: rgba(245, 98, 29, 0.8);
    font-weight: 700;
    line-height: normal;
  }

  .crd_evtsmr-date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26px;
    padding: 0 9px 0 26px;
    overflow: hidden;
    background-color: #daecf7;
  }
  .crd_evtsmr-date span {
    float: left;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.64px;
    line-height: 26px;
  }
  .crd_evtsmr-date time {
    float: right;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.21px;
    line-height: 26px;
  }
  .crd_evtsmr-date.is-online {
    background-color: #fff1eb;
  }
  .crd_evtsmr-date.is-online span {
    color: #f4611b;
  }

  .crd_evtsmr-date_cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 26px;
    padding: 0 9px 0 26px;
    overflow: hidden;
    background-color: #daecf7;
  }
  .crd_evtsmr-date_cont span {
    float: left;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.64px;
    line-height: 26px;
  }
  .crd_evtsmr-date_cont time {
    float: right;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.21px;
    line-height: 26px;
  }
  .crd_evtsmr-date_cont.is-online {
    background-color: #fff1eb;
  }
  .crd_evtsmr-date_cont.is-online span {
    color: #f4611b;
  }

  .crd_ttl {
    padding: 7px 22px 0;
  }
  .crd_ttl > a {
    display: block;
  }

  .crd_ttl-txt {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.27px;
    line-height: 25px;
  }

  .crd_ttl-txt_cont {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.27px;
    line-height: 25px;
  }

  .crd_ttl-txt_a {
    color: #53768c;
    font-size: 14px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.27px;
    line-height: 30px;
  }

  .crd_ttl-pubdate {
    display: block;
    color: #a5a5a5;
    font-family: HelveticaNeue;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: right;
  }

  .crd_read {
    padding: 0 22px;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.69px;
    line-height: 18px;
  }
  .crd_read a {
    display: block;
  }

  .curation_source {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 80px;
    width: 200px;
    margin-right: 10px;
    margin-left: 10px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: right;
  }
  .curation_source.is-short {
    margin-right: 60px;
  }

  .crd_prof {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 22px;
  }
  .crd_prof .usrico {
    -ms-flex: 0 0 37px;
    flex: 0 0 37px;
    width: 37px;
    height: 37px;
  }

  /* add */
  .crd_prof-small {
    -ms-flex-align: center;
    /* padding: 0 22px; */
    display: -ms-flexbox;
    display: flex;
    /* align-items: center ; */
    line-height: 12px;
  }
  .crd_prof-small .usrico-small {
    -ms-flex: 0 0 37px;
    flex: 0 0 37px;
    width: 37px;
    height: 37px;
  }

  .crd_prof-dtl {
    padding-left: 15px;
    overflow: hidden;
  }
  .crd_prof-dtl > a {
    display: block;
  }

  .crd_prof-dtl-row {
    white-space: nowrap;
  }

  .crd_prof-dtl-comname {
    overflow: hidden;
    color: #858585;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    text-overflow: ellipsis;
  }

  .crd_prof-dtl-pos {
    margin-left: 3px;
    color: #858585;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }

  .crd_prof-dtl-name {
    overflow: hidden;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.12px;
    line-height: 18px;
    text-overflow: ellipsis;
  }

  .crd_cmt {
    padding: 1px 22px 0;
  }
  .crd_cmt a {
    display: block;
    color: #676767;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
  }

  /* add */
  .crd_cmt-small {
    /* padding: 5px 22px 0; */
  }
  .crd_cmt-small a {
    display: block;
    color: #676767;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
  }

  .crd_itm.is-small {
    width: 233px;
    height: 296px;
  }
  .crd_itm.is-small.is-cont {
    background-color: #f0f0f0;
  }
  .crd_itm.is-small.is-mv .crd_tag {
    margin-bottom: -22px;
    padding: 8px 6% 0;
    color: #53768c;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.55px;
    line-height: 11px;
  }
  .crd_itm.is-small.is-mv .crd_tag a {
    color: #53768c;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.55px;
    line-height: 11px;
  }
  .crd_itm.is-small.is-mv .crd_ttl {
    padding: 18px 6% 0;
  }
  .crd_itm.is-small .crd_tag {
    padding: 8px 6% 0;
    color: #53768c;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.55px;
    line-height: 11px;
  }
  .crd_itm.is-small .crd_tag a {
    color: #53768c;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.55px;
    line-height: 11px;
  }
  .crd_itm.is-small .crd_thumb-img {
    border-bottom: none;
  }
  .crd_itm.is-small .crd_thumb-lbl {
    bottom: -25px;
    height: 26px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.4px;
  }
  .crd_itm.is-small .crd_thumb-lbl.is-article {
    bottom: 0px;
  }
  .crd_itm.is-small .crd_thumb-lbl.is-movie {
    bottom: 0px;
  }
  .crd_itm.is-small .crd_thumb-lbl.is-document {
    bottom: 0px;
  }
  .crd_itm.is-small .crd_thumb-lbl.is-evtsmr {
    bottom: 26px;
  }
  .crd_itm.is-small .crd_thumb-lbl.is-evtsmr_cont {
    bottom: 1px;
  }
  .crd_itm.is-small .crd_thumb-lbl.is-campaign {
    bottom: 0px;
  }
  .crd_itm.is-small .crd_thumb-lbl.is-research {
    bottom: 0px;
  }
  .crd_itm.is-small .crd_ttl {
    padding: 1.7% 6%;
  }
  .crd_itm.is-small .crd_ttl.is-evtsmr {
    margin-top: -22px;
  }
  .crd_itm.is-small .crd_ttl > a {
    display: block;
  }
  .crd_itm.is-small .crd_ttl-txt {
    margin-top: 25px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 23px;
  }
  .crd_itm.is-small .crd_ttl-txt_cont {
    margin-top: 25px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 23px;
  }
  .crd_itm.is-small .crd_ttl-txt_cont.is-mv {
    margin-top: 12px;
  }
  .crd_itm.is-small .crd_ttl-txt_cont.is-ev {
    margin-top: 48px;
  }
  .crd_itm.is-small .crd_ttl-txt-mv {
    margin-top: 8px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 23px;
  }
  .crd_itm.is-small .crd_ttl-pubdate {
    margin-top: 5px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 14px;
    text-align: left;
  }
  .crd_itm.is-small .crd_ttl-pubdate_cont {
    position: absolute;
    top: 268px;
    left: 12px;
    margin-top: 5px;
    color: #a5a5a5;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 14px;
    text-align: left;
  }
  .crd_itm.is-small .crd_ttl-pubdate_cont.is-card_s_cont {
    top: 270px;
    left: 158px;
  }
  .crd_itm.is-small .crd_evtsmr-date {
    position: relative;
  }
  .crd_itm.is-small .crd_read {
    margin-top: 8px;
    padding: 0;
    overflow: hidden;
    color: #505050;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.69px;
    line-height: 18px;
    text-overflow: ellipsis;
  }
  .crd_itm.is-small .crd_read a {
    display: block;
  }
  .crd_itm.is-small .curation_source {
    display: block;
    position: absolute;
    bottom: 8px;
    margin-right: 10px;
    margin-left: 10px;
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
  }
  .crd_itm.is-small .curation_source.is-short {
    margin-right: 60px;
  }
  .crd_itm.is-small .curation_source_cont {
    display: block;
    position: absolute;
    top: 260px;
    right: 10px;
    color: #a5a5a5;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.4;
    text-align: left;
  }
  .crd_itm.is-small .curation_source_cont.is-short {
    margin-right: 60px;
  }

  .ar-relation_contents:not(.ar-relation_contents--v2) .crd_itm.is-small.is-cont {
    background-color: #fff;
  }

  .crd_num {
    z-index: 9;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 43px;
    background: #8aa2b1;
    color: #fff;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.69px;
    line-height: 34px;
    text-align: center;
  }

  .fixed_smn_prereg_inner {
    position: fixed;
    right: 10%;
    bottom: 20px;
  }

  .fixed_smn_prereg_btn button {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
  }

  .fixed_smn_prereg_pagetop {
    display: block;
    width: 54px;
    height: 54px;
    margin: 0 10% 0 auto;
    background: #333;
  }
  .fixed_smn_prereg_pagetop a {
    display: block;
    width: 54px;
    height: 54px;
    background: rgba(0, 0, 0, 0.67) url("/assets/images/common/arrow_up_wht_01.png") center no-repeat;
    background-size: 15px auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }

  #wrapper.smn_detail .fixed_smn_prereg_btn button.theme_BTN.is-hold {
    width: 260px;
    height: 54px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
  }
  #wrapper.smn_detail .fixed_smn_prereg_btn button.theme_BTN.is-end {
    width: 300px;
    height: 54px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
  }

  ul.btn_fllw li a {
    max-width: 60%;
    padding-left: 14px;
    color: #2f2f2f;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  ul.btn_fllw li a:before {
    margin-right: 6px;
    margin-left: -14px;
    content: "#";
  }
  ul.btn_fllw li a:hover {
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-color: #53768c;
    text-decoration-color: #53768c;
    text-decoration-line: underline;
  }
  ul.btn_fllw li button {
    display: block;
    position: relative;
    width: 96px;
    height: 32px;
    padding-left: 5px;
    padding-left: 24px;
    border: 1px solid #53768c;
    border-radius: 3px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
  }
  ul.btn_fllw li button span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 14px;
    height: 14px;
    margin: auto;
  }
  ul.btn_fllw li button span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  ul.btn_fllw li button span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  ul.btn_fllw li button label {
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
  }
  ul.btn_fllw li button label:hover {
    cursor: pointer;
  }
  ul.btn_fllw li button.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  ul.btn_fllw li button.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 5px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  ul.btn_fllw li button.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  ul.btn_fllw li button label {
    display: block;
    width: 100%;
    padding-left: 6px;
    text-align: left;
  }

  .mdl_login .login_inner .log-ttl {
    width: 100%;
    margin-top: 40px;
    color: #53768c;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 1.89px;
    line-height: 24px;
    text-align: center;
  }
  .mdl_login .login_inner .log-ipt {
    padding-top: 13px;
    padding-right: 70px;
    padding-left: 70px;
  }
  .mdl_login .login_inner .log-ipt input[type=text], .mdl_login .login_inner .log-ipt input[type=tel], .mdl_login .login_inner .log-ipt input[type=email], .mdl_login .login_inner .log-ipt input[type=password], .mdl_login .login_inner .log-ipt input[type=number] {
    min-width: 0;
    min-height: 35px;
    padding: 6.5px 8px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #f9fdcf;
    color: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    vertical-align: middle;
  }
  .mdl_login .login_inner .log-ipt input[type=text]:-webkit-autofill, .mdl_login .login_inner .log-ipt input[type=tel]:-webkit-autofill, .mdl_login .login_inner .log-ipt input[type=email]:-webkit-autofill, .mdl_login .login_inner .log-ipt input[type=password]:-webkit-autofill, .mdl_login .login_inner .log-ipt input[type=number]:-webkit-autofill {
    box-shadow: 0 0 0px 999px #fff inset;
  }
  .mdl_login .login_inner .log-ipt input[type=text]:placeholder-shown, .mdl_login .login_inner .log-ipt input[type=tel]:placeholder-shown, .mdl_login .login_inner .log-ipt input[type=email]:placeholder-shown, .mdl_login .login_inner .log-ipt input[type=password]:placeholder-shown, .mdl_login .login_inner .log-ipt input[type=number]:placeholder-shown, .mdl_login .login_inner .log-ipt input[type=text]::-webkit-input-placeholder, .mdl_login .login_inner .log-ipt input[type=tel]::-webkit-input-placeholder, .mdl_login .login_inner .log-ipt input[type=email]::-webkit-input-placeholder, .mdl_login .login_inner .log-ipt input[type=password]::-webkit-input-placeholder, .mdl_login .login_inner .log-ipt input[type=number]::-webkit-input-placeholder, .mdl_login .login_inner .log-ipt input[type=text]:-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=tel]:-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=email]:-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=password]:-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=number]:-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=text]::-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=tel]::-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=email]::-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=password]::-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=number]::-moz-placeholder, .mdl_login .login_inner .log-ipt input[type=text]:-ms-input-placeholder, .mdl_login .login_inner .log-ipt input[type=tel]:-ms-input-placeholder, .mdl_login .login_inner .log-ipt input[type=email]:-ms-input-placeholder, .mdl_login .login_inner .log-ipt input[type=password]:-ms-input-placeholder, .mdl_login .login_inner .log-ipt input[type=number]:-ms-input-placeholder {
    color: #757575;
  }
  .mdl_login .login_inner .log-ipt .slct-alw {
    position: relative;
  }
  .mdl_login .login_inner .log-ipt .slct-alw select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 32px;
    padding: 4px 32px 4px 8px;
    border: 1px solid #d4d4d4;
    border-bottom: 2px solid #9b9b9b;
    background-color: #f9fdcf;
    color: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
  }
  .mdl_login .login_inner .log-ipt .slct-alw:after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 115px;
    width: 12px;
    height: 7px;
    background: url(/assets/images/common/arrow_down_blk_01.png);
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }
  .mdl_login .login_inner .log-ipt .wide select {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
  .mdl_login .login_inner .log-ipt .wide:after {
    right: 16px;
  }
  .mdl_login .login_inner .log-ipt .wide.textarea textarea {
    width: 94%;
  }
  .mdl_login .login_inner .log-ipt .type {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.94px;
    line-height: 12px;
  }
  .mdl_login .login_inner .log-ipt .entered {
    padding-left: 12px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 14px;
  }
  .mdl_login .login_inner .log-ipt .textarea textarea {
    padding: 4px 8px;
    border: solid 1px #d4d4d4;
    border-radius: 4px;
    background-color: #f9fdcf;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 21px;
    resize: none;
  }
  .mdl_login .login_inner .log-ipt .textarea textarea.is-resizable {
    resize: vertical;
  }
  .mdl_login .login_inner .log-ipt-mail {
    margin-top: 16px;
  }
  .mdl_login .login_inner .log-ipt-mail .ttl {
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl_login .login_inner .log-ipt-mail .mail[type=text] {
    width: 100%;
    margin-top: 7px;
    padding: 9px 8px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .mdl_login .login_inner .log-ipt-mail .err {
    display: none;
    margin-top: 7px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl_login .login_inner .log-ipt-mail .err.has-err {
    display: block;
  }
  .mdl_login .login_inner .log-ipt-pass {
    margin-top: 16px;
  }
  .mdl_login .login_inner .log-ipt-pass .ttl {
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl_login .login_inner .log-ipt-pass .pass_inner {
    position: relative;
    margin-top: 6px;
  }
  .mdl_login .login_inner .log-ipt-pass .pass_inner .pass[type=password], .mdl_login .login_inner .log-ipt-pass .pass_inner .pass[type=text] {
    width: 100%;
    padding: 9px 8px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .mdl_login .login_inner .log-ipt-pass .pass_inner .field-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .mdl_login .login_inner .log-ipt-pass .err {
    display: none;
    margin-top: 6px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl_login .login_inner .log-ipt-pass .err.has-err {
    display: block;
  }
  .mdl_login .login_inner .log-ipt-check {
    margin-top: 23px;
    text-align: center;
  }
  .mdl_login .login_inner .log-ipt-check-blk .check {
    display: none;
  }
  .mdl_login .login_inner .log-ipt-check-blk .check:checked + .check-lbl:before {
    border: 2px solid #4e74e9;
  }
  .mdl_login .login_inner .log-ipt-check-blk .check:checked + .check-lbl:after {
    -ms-transform: rotate(40deg);
    display: block;
    position: absolute;
    top: -9px;
    left: 44px;
    width: 6px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }
  .mdl_login .login_inner .log-ipt-check-blk .check-lbl {
    display: block;
    position: relative;
    width: 90%;
    margin-left: 32px;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: 14px;
  }
  .mdl_login .login_inner .log-ipt-check-blk .check-lbl:before {
    display: block;
    position: absolute;
    top: -3px;
    left: 36px;
    width: 18px;
    height: 18px;
    border: 2px solid #979797;
    background-color: #f8f8f8;
    content: "";
  }
  .mdl_login .login_inner .log-ipt-check-blk .check-lbl:hover {
    cursor: pointer;
  }
  .mdl_login .login_inner .log-ipt-btn .link {
    display: block;
    width: 300px;
    margin-top: 31px;
    padding: 13px 10px;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_login .login_inner .log-ipt-btn .link-forget {
    display: block;
    margin-top: 14px;
    color: #2e7de8;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 24px;
    text-align: center;
  }
  .mdl_login .login_inner .log-hr {
    position: relative;
    width: 68%;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 16%;
    border-bottom: 1px solid #d6d6d6;
  }
  .mdl_login .login_inner .log-hr-txt {
    position: absolute;
    top: -10px;
    left: calc(50% - 25px);
    padding: 0 10px;
    background-color: #fff;
    color: #d4d4d4;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }
  .mdl_login .login_inner .log-fb-txt {
    padding-top: 3px;
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_login .login_inner .log-reg {
    margin-top: 53px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: center;
  }
  .mdl_login .login_inner .log-reg-link {
    color: #2e7de8;
  }
  .mdl_login .login_inner:after {
    display: block;
    height: 36px;
    content: "";
  }

  .mdl_cnt.mem_miss {
    width: 444px;
    max-width: 444px;
    height: auto;
    max-height: 90vh;
  }
  .mdl_cnt.mem_miss .mdl_mem_miss {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_cnt.mem_miss .mdl_close {
    z-index: 1;
  }

  .mdl_mem_miss {
    width: 344px;
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .mdl_mem_miss .ttl {
    position: relative;
    padding-right: 20px;
    padding-left: 30px;
    color: #cf1010;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: 32px;
    text-align: center;
  }
  .mdl_mem_miss .ttl:before {
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ce0000;
    background-size: 22px 22px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    line-height: 23px;
    text-align: center;
    content: "!";
  }
  .mdl_mem_miss .subttl {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 26px;
    text-align: center;
  }
  .mdl_mem_miss .list {
    width: 66%;
    margin: 10px auto 0 auto;
  }
  .mdl_mem_miss .list .item .item_txt {
    position: relative;
    padding-left: 20px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1.05px;
    line-height: 30px;
  }
  .mdl_mem_miss .list .item .item_txt .icon_cross:before, .mdl_mem_miss .list .item .item_txt .icon_cross:after {
    -ms-transform-origin: center center;
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    transform-origin: center center;
    content: "";
  }
  .mdl_mem_miss .list .item .item_txt .icon_cross:before {
    -ms-transform: rotate(45deg);
    top: 14px;
    left: 0;
    transform: rotate(45deg);
    border-left: 2px solid #53768c;
  }
  .mdl_mem_miss .list .item .item_txt .icon_cross:after {
    -ms-transform: rotate(-45deg);
    top: 14px;
    left: -8px;
    transform: rotate(-45deg);
    border-right: 2px solid #53768c;
  }
  .mdl_mem_miss .msg {
    display: block;
    width: 300px;
    margin: 20px auto 0 auto;
    color: #f57530;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_mem_miss .detail-link {
    display: block;
    width: 300px;
    margin: 34px auto 0 auto;
    color: #2d76ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.67px;
    line-height: 16px;
    text-align: center;
  }
  .mdl_mem_miss .detail-input-link {
    display: block;
    width: 300px;
    height: 44px;
    margin: 32px auto 0 auto;
    padding: 12px 8px;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_mem_miss .cancel-btn {
    display: block;
    width: 300px;
    margin: 30px auto 0 auto;
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 16px;
    text-align: center;
  }

  .mdl_cnt.mdl-p-edit {
    width: 90vw;
    max-width: 805px;
    height: auto;
    max-height: 90vh;
  }
  .mdl_cnt.mdl-p-edit .p_edit {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_cnt.mdl-p-edit .mdl_close {
    z-index: 1;
  }

  .mdl-p-edit .p_edit_head,
.reg-info-edit .p_edit_head {
    position: relative;
  }
  .mdl-p-edit .p_edit_head .ttl,
.reg-info-edit .p_edit_head .ttl {
    padding-top: 30px;
    padding-bottom: 44px;
    color: #748393;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 28.8px;
    text-align: center;
  }
  .mdl-p-edit .p_edit_head .secom,
.reg-info-edit .p_edit_head .secom {
    position: absolute;
    top: 15px;
    right: 11%;
  }
  .mdl-p-edit .p_edit_body,
.reg-info-edit .p_edit_body {
    padding-right: 80px;
    padding-left: 72px;
  }
  .mdl-p-edit .p_edit_body > .ttl,
.reg-info-edit .p_edit_body > .ttl {
    position: relative;
    padding-left: 15px;
    color: #2f2f2f;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1.41px;
    line-height: 18px;
  }
  .mdl-p-edit .p_edit_body .list,
.reg-info-edit .p_edit_body .list {
    padding-top: 20px;
  }
  .mdl-p-edit .p_edit_body .list .itm,
.reg-info-edit .p_edit_body .list .itm {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 14px;
    border-top: 1px solid #d8d8d8;
  }
  .mdl-p-edit .p_edit_body .list .itm input[type=text], .mdl-p-edit .p_edit_body .list .itm input[type=tel], .mdl-p-edit .p_edit_body .list .itm input[type=email], .mdl-p-edit .p_edit_body .list .itm input[type=password], .mdl-p-edit .p_edit_body .list .itm input[type=number],
.reg-info-edit .p_edit_body .list .itm input[type=text],
.reg-info-edit .p_edit_body .list .itm input[type=tel],
.reg-info-edit .p_edit_body .list .itm input[type=email],
.reg-info-edit .p_edit_body .list .itm input[type=password],
.reg-info-edit .p_edit_body .list .itm input[type=number] {
    min-width: 0;
    min-height: 35px;
    padding: 6.5px 8px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #f9fdcf;
    color: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    vertical-align: middle;
  }
  .mdl-p-edit .p_edit_body .list .itm input[type=text]:-webkit-autofill, .mdl-p-edit .p_edit_body .list .itm input[type=tel]:-webkit-autofill, .mdl-p-edit .p_edit_body .list .itm input[type=email]:-webkit-autofill, .mdl-p-edit .p_edit_body .list .itm input[type=password]:-webkit-autofill, .mdl-p-edit .p_edit_body .list .itm input[type=number]:-webkit-autofill,
.reg-info-edit .p_edit_body .list .itm input[type=text]:-webkit-autofill,
.reg-info-edit .p_edit_body .list .itm input[type=tel]:-webkit-autofill,
.reg-info-edit .p_edit_body .list .itm input[type=email]:-webkit-autofill,
.reg-info-edit .p_edit_body .list .itm input[type=password]:-webkit-autofill,
.reg-info-edit .p_edit_body .list .itm input[type=number]:-webkit-autofill {
    box-shadow: 0 0 0px 999px #fff inset;
  }
  .mdl-p-edit .p_edit_body .list .itm input[type=text]:placeholder-shown, .mdl-p-edit .p_edit_body .list .itm input[type=tel]:placeholder-shown, .mdl-p-edit .p_edit_body .list .itm input[type=email]:placeholder-shown, .mdl-p-edit .p_edit_body .list .itm input[type=password]:placeholder-shown, .mdl-p-edit .p_edit_body .list .itm input[type=number]:placeholder-shown, .mdl-p-edit .p_edit_body .list .itm input[type=text]::-webkit-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=tel]::-webkit-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=email]::-webkit-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=password]::-webkit-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=number]::-webkit-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=text]:-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=tel]:-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=email]:-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=password]:-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=number]:-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=text]::-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=tel]::-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=email]::-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=password]::-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=number]::-moz-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=text]:-ms-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=tel]:-ms-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=email]:-ms-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=password]:-ms-input-placeholder, .mdl-p-edit .p_edit_body .list .itm input[type=number]:-ms-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=text]:placeholder-shown,
.reg-info-edit .p_edit_body .list .itm input[type=tel]:placeholder-shown,
.reg-info-edit .p_edit_body .list .itm input[type=email]:placeholder-shown,
.reg-info-edit .p_edit_body .list .itm input[type=password]:placeholder-shown,
.reg-info-edit .p_edit_body .list .itm input[type=number]:placeholder-shown,
.reg-info-edit .p_edit_body .list .itm input[type=text]::-webkit-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=tel]::-webkit-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=email]::-webkit-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=password]::-webkit-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=number]::-webkit-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=text]:-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=tel]:-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=email]:-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=password]:-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=number]:-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=text]::-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=tel]::-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=email]::-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=password]::-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=number]::-moz-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=text]:-ms-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=tel]:-ms-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=email]:-ms-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=password]:-ms-input-placeholder,
.reg-info-edit .p_edit_body .list .itm input[type=number]:-ms-input-placeholder {
    color: #757575;
  }
  .mdl-p-edit .p_edit_body .list .itm .slct-alw,
.reg-info-edit .p_edit_body .list .itm .slct-alw {
    position: relative;
  }
  .mdl-p-edit .p_edit_body .list .itm .slct-alw select,
.reg-info-edit .p_edit_body .list .itm .slct-alw select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 32px;
    padding: 4px 32px 4px 8px;
    border: 1px solid #d4d4d4;
    border-bottom: 2px solid #9b9b9b;
    background-color: #f9fdcf;
    color: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
  }
  .mdl-p-edit .p_edit_body .list .itm .slct-alw:after,
.reg-info-edit .p_edit_body .list .itm .slct-alw:after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 115px;
    width: 12px;
    height: 7px;
    background: url(/assets/images/common/arrow_down_blk_01.png);
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .wide select,
.reg-info-edit .p_edit_body .list .itm .wide select {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
  .mdl-p-edit .p_edit_body .list .itm .wide:after,
.reg-info-edit .p_edit_body .list .itm .wide:after {
    right: 16px;
  }
  .mdl-p-edit .p_edit_body .list .itm .wide.textarea textarea,
.reg-info-edit .p_edit_body .list .itm .wide.textarea textarea {
    width: 94%;
  }
  .mdl-p-edit .p_edit_body .list .itm .type,
.reg-info-edit .p_edit_body .list .itm .type {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.94px;
    line-height: 12px;
  }
  .mdl-p-edit .p_edit_body .list .itm .entered,
.reg-info-edit .p_edit_body .list .itm .entered {
    padding-left: 12px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 14px;
  }
  .mdl-p-edit .p_edit_body .list .itm .textarea textarea,
.reg-info-edit .p_edit_body .list .itm .textarea textarea {
    padding: 4px 8px;
    border: solid 1px #d4d4d4;
    border-radius: 4px;
    background-color: #f9fdcf;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 21px;
    resize: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .textarea textarea.is-resizable,
.reg-info-edit .p_edit_body .list .itm .textarea textarea.is-resizable {
    resize: vertical;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_head,
.reg-info-edit .p_edit_body .list .itm .ipt_head {
    -ms-flex-align: baseline;
    -ms-flex-pack: justify;
    -ms-flex: 0 0 136px;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 136px;
    align-items: baseline;
    justify-content: space-between;
    padding: 7px 7px 7px 16px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_head > .ttl,
.reg-info-edit .p_edit_body .list .itm .ipt_head > .ttl {
    width: 73.5%;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 20px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_head > .ttl:after,
.reg-info-edit .p_edit_body .list .itm .ipt_head > .ttl:after {
    color: #ff0000;
    content: "\203B";
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_head > .ttl.is-none:after,
.reg-info-edit .p_edit_body .list .itm .ipt_head > .ttl.is-none:after {
    content: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_head .req,
.reg-info-edit .p_edit_body .list .itm .ipt_head .req {
    width: 26.5%;
    padding: 2px 3px;
    border: 1px solid #cf1010;
    color: #cf1010;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.79px;
    line-height: 14px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt-radio,
.reg-info-edit .p_edit_body .list .itm .ipt-radio {
    display: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt-radio:checked + .ipt-radio-lbl:before,
.reg-info-edit .p_edit_body .list .itm .ipt-radio:checked + .ipt-radio-lbl:before {
    top: 2px;
    left: -1px;
    border: 2px solid #2470ff;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt-radio:checked + .ipt-radio-lbl:after,
.reg-info-edit .p_edit_body .list .itm .ipt-radio:checked + .ipt-radio-lbl:after {
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #2470ff;
    content: "";
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt-radio-lbl,
.reg-info-edit .p_edit_body .list .itm .ipt-radio-lbl {
    display: block;
    position: relative;
    width: 90%;
    padding-left: 28px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt-radio-lbl:before,
.reg-info-edit .p_edit_body .list .itm .ipt-radio-lbl:before {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #979797;
    border-radius: 50%;
    background-color: #f8f8f8;
    content: "";
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body,
.reg-info-edit .p_edit_body .list .itm .ipt_body {
    -ms-flex: 1;
    -ms-flex-direction: row;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    padding-right: 16px;
    padding-left: 16px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .img img,
.reg-info-edit .p_edit_body .list .itm .ipt_body .img img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .upld,
.reg-info-edit .p_edit_body .list .itm .ipt_body .upld {
    position: relative;
    margin-left: 40px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .upld-btn,
.reg-info-edit .p_edit_body .list .itm .ipt_body .upld-btn {
    width: 272px;
    height: 34px;
    border: 1px solid #53768c;
    border-radius: 3px;
    background-color: #fff;
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 14px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .upld-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body .upld-err {
    display: none;
    bottom: -26px;
    left: 0;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .upld-err.has-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body .upld-err.has-err {
    display: block;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .upld-select-list,
.reg-info-edit .p_edit_body .list .itm .ipt_body .upld-select-list {
    display: block;
    position: absolute;
    top: 0;
    width: 296px;
    padding: 25px 10px;
    background-color: #fff;
    box-shadow: -2px 4px 8px 2px rgba(0, 0, 0, 0.5);
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .upld-select-list.is-hide,
.reg-info-edit .p_edit_body .list .itm .ipt_body .upld-select-list.is-hide {
    display: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .upld-select-list li,
.reg-info-edit .p_edit_body .list .itm .ipt_body .upld-select-list li {
    padding-bottom: 27px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .upld-select-list li:nth-of-type(2), .mdl-p-edit .p_edit_body .list .itm .ipt_body .upld-select-list li:nth-of-type(3),
.reg-info-edit .p_edit_body .list .itm .ipt_body .upld-select-list li:nth-of-type(2),
.reg-info-edit .p_edit_body .list .itm .ipt_body .upld-select-list li:nth-of-type(3) {
    display: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .upld-select-list li:last-child,
.reg-info-edit .p_edit_body .list .itm .ipt_body .upld-select-list li:last-child {
    padding-bottom: 0;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .upld-select-list li button,
.reg-info-edit .p_edit_body .list .itm .ipt_body .upld-select-list li button {
    display: block;
    width: 100%;
    outline: none;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .upld-select-list li input.list_upld-file,
.reg-info-edit .p_edit_body .list .itm .ipt_body .upld-select-list li input.list_upld-file {
    display: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .seimei,
.reg-info-edit .p_edit_body .list .itm .ipt_body .seimei {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 80%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .kanji,
.reg-info-edit .p_edit_body .list .itm .ipt_body .kanji {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .kanji .sei_kanji,
.mdl-p-edit .p_edit_body .list .itm .ipt_body .kanji .mei_kanji,
.reg-info-edit .p_edit_body .list .itm .ipt_body .kanji .sei_kanji,
.reg-info-edit .p_edit_body .list .itm .ipt_body .kanji .mei_kanji {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center;
    -ms-flex-item-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-self: flex-start;
    width: 50%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .kanji .txt,
.reg-info-edit .p_edit_body .list .itm .ipt_body .kanji .txt {
    width: 20%;
    margin-right: 6px;
    text-align: right;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .kanji input,
.reg-info-edit .p_edit_body .list .itm .ipt_body .kanji input {
    width: 70%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .kanji .err,
.reg-info-edit .p_edit_body .list .itm .ipt_body .kanji .err {
    display: none;
    margin-left: 20%;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .kanji .err.has-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body .kanji .err.has-err {
    display: block;
    margin-top: 8px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .kana,
.reg-info-edit .p_edit_body .list .itm .ipt_body .kana {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .kana .sei_kana,
.mdl-p-edit .p_edit_body .list .itm .ipt_body .kana .mei_kana,
.reg-info-edit .p_edit_body .list .itm .ipt_body .kana .sei_kana,
.reg-info-edit .p_edit_body .list .itm .ipt_body .kana .mei_kana {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center;
    -ms-flex-item-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-self: flex-start;
    width: 50%;
    margin-top: 14px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .kana .txt,
.reg-info-edit .p_edit_body .list .itm .ipt_body .kana .txt {
    width: 20%;
    margin-right: 6px;
    text-align: right;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .kana input,
.reg-info-edit .p_edit_body .list .itm .ipt_body .kana input {
    width: 70%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .kana .err,
.reg-info-edit .p_edit_body .list .itm .ipt_body .kana .err {
    display: none;
    margin-left: 20%;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .kana .err.has-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body .kana .err.has-err {
    display: block;
    margin-top: 8px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .w_address,
.reg-info-edit .p_edit_body .list .itm .ipt_body .w_address {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .w_address_kanji,
.reg-info-edit .p_edit_body .list .itm .ipt_body .w_address_kanji {
    -ms-flex-direction: row;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .w_address_kanji input,
.reg-info-edit .p_edit_body .list .itm .ipt_body .w_address_kanji input {
    -ms-flex: 1;
    flex: 1;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .w_address_kana,
.reg-info-edit .p_edit_body .list .itm .ipt_body .w_address_kana {
    -ms-flex-direction: row;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 14px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .w_address_kana > div,
.reg-info-edit .p_edit_body .list .itm .ipt_body .w_address_kana > div {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .w_address_kana input,
.reg-info-edit .p_edit_body .list .itm .ipt_body .w_address_kana input {
    -ms-flex: 1;
    flex: 1;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .w_address_kana .err,
.reg-info-edit .p_edit_body .list .itm .ipt_body .w_address_kana .err {
    margin-left: 8%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .w_address .txt,
.reg-info-edit .p_edit_body .list .itm .ipt_body .w_address .txt {
    display: block;
    width: 40px;
    margin-right: 6px;
    text-align: right;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .w_address .err,
.reg-info-edit .p_edit_body .list .itm .ipt_body .w_address .err {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .w_address .err.has-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body .w_address .err.has-err {
    display: block;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .w_address .company-limited-lbl,
.reg-info-edit .p_edit_body .list .itm .ipt_body .w_address .company-limited-lbl {
    width: 25%;
    margin-bottom: 6px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .w_address .company-limited-lbl.company-limited-11,
.reg-info-edit .p_edit_body .list .itm .ipt_body .w_address .company-limited-lbl.company-limited-11 {
    order: 1;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .w_address .ipt-radio-lbl,
.reg-info-edit .p_edit_body .list .itm .ipt_body .w_address .ipt-radio-lbl {
    width: 100%;
    padding-left: 24px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .w_address .company-limited-last,
.reg-info-edit .p_edit_body .list .itm .ipt_body .w_address .company-limited-last {
    order: 99;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .w_address .company-limited-last.has-fake-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body .w_address .company-limited-last.has-fake-err {
    display: block;
    margin-left: 0;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .post,
.reg-info-edit .p_edit_body .list .itm .ipt_body .post {
    -ms-flex: 1;
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    flex-direction: column;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .post_txt,
.reg-info-edit .p_edit_body .list .itm .ipt_body .post_txt {
    position: relative;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .post input[type=text],
.reg-info-edit .p_edit_body .list .itm .ipt_body .post input[type=text] {
    -ms-flex: 1;
    flex: 1;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .post_ipt-lbl > input,
.reg-info-edit .p_edit_body .list .itm .ipt_body .post_ipt-lbl > input {
    display: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .post_ipt-lbl > input:checked + .post_ipt-check-lbl:before,
.reg-info-edit .p_edit_body .list .itm .ipt_body .post_ipt-lbl > input:checked + .post_ipt-check-lbl:before {
    border: 2px solid #4e74e9;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .post_ipt-lbl > input:checked + .post_ipt-check-lbl:after,
.reg-info-edit .p_edit_body .list .itm .ipt_body .post_ipt-lbl > input:checked + .post_ipt-check-lbl:after {
    -ms-transform: rotate(40deg);
    display: block;
    position: absolute;
    top: -6px;
    left: 7px;
    width: 6px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .post_ipt-check-lbl,
.reg-info-edit .p_edit_body .list .itm .ipt_body .post_ipt-check-lbl {
    display: block;
    position: relative;
    width: 90%;
    margin-top: 18px;
    padding-left: 34px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .post_ipt-check-lbl:before,
.reg-info-edit .p_edit_body .list .itm .ipt_body .post_ipt-check-lbl:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #979797;
    background-color: #f8f8f8;
    content: "";
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .post .err,
.reg-info-edit .p_edit_body .list .itm .ipt_body .post .err {
    display: none;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .post .err.has-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body .post .err.has-err {
    display: block;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .self_intro,
.reg-info-edit .p_edit_body .list .itm .ipt_body .self_intro {
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .self_intro_ipt,
.reg-info-edit .p_edit_body .list .itm .ipt_body .self_intro_ipt {
    width: 420px;
    min-width: 380px;
    max-width: 500px;
    height: 130px;
    min-height: 130px;
    max-height: 200px;
    margin-bottom: 28px;
    border: none;
    outline: none;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
    resize: none;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .self_intro.is-focused,
.reg-info-edit .p_edit_body .list .itm .ipt_body .self_intro.is-focused {
    border-color: #5a99ea;
    box-shadow: 0 0 5px #a9ccf8;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .self_intro_wrapper,
.reg-info-edit .p_edit_body .list .itm .ipt_body .self_intro_wrapper {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .self_intro_wrapper .err,
.reg-info-edit .p_edit_body .list .itm .ipt_body .self_intro_wrapper .err {
    display: none;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .self_intro_wrapper .err.has-err,
.reg-info-edit .p_edit_body .list .itm .ipt_body .self_intro_wrapper .err.has-err {
    display: block;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .email_inner,
.reg-info-edit .p_edit_body .list .itm .ipt_body .email_inner {
    -ms-flex: 1;
    position: relative;
    flex: 1;
    width: 100%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .email_inner input,
.reg-info-edit .p_edit_body .list .itm .ipt_body .email_inner input {
    width: 100%;
  }
  .mdl-p-edit .p_edit_body .list .itm .ipt_body .email_inner .quest-icon,
.reg-info-edit .p_edit_body .list .itm .ipt_body .email_inner .quest-icon {
    display: none;
  }
  .mdl-p-edit .p_edit_body .submit,
.reg-info-edit .p_edit_body .submit {
    display: block;
    width: 260px;
    height: 45px;
    margin: 28px auto 0 auto;
    border-radius: 3px;
    background-color: #f35f18;
    text-align: center;
  }
  .mdl-p-edit .p_edit_body .submit_btn,
.reg-info-edit .p_edit_body .submit_btn {
    width: 100%;
    padding: 13px 10px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
  }
  .mdl-p-edit .p_edit_body .submit_btn:disabled,
.reg-info-edit .p_edit_body .submit_btn:disabled {
    border: 1px solid rgba(207, 16, 16, 0.32);
    background-color: #fff;
    color: #cf1010;
    pointer-events: none;
  }
  .mdl-p-edit .p_edit_body .submit_btn.btn_save_prg,
.reg-info-edit .p_edit_body .submit_btn.btn_save_prg {
    background: none;
    color: #828282;
    font-size: 14px;
    font-weight: bold;
  }
  .mdl-p-edit .p_edit_body .submit_btn.btn_save_prg:disabled,
.reg-info-edit .p_edit_body .submit_btn.btn_save_prg:disabled {
    border: none;
    color: #bfbfbf;
  }
  .mdl-p-edit .p_edit_body .submit_btn.btn_reg_member,
.reg-info-edit .p_edit_body .submit_btn.btn_reg_member {
    background: #f35f18;
  }
  .mdl-p-edit .p_edit_body .submit_btn.btn_reg_member:disabled,
.reg-info-edit .p_edit_body .submit_btn.btn_reg_member:disabled {
    border: 1px solid #bfbfbf;
    background: #bfbfbf;
    color: #fff;
  }
  .mdl-p-edit .p_edit_body .d-rw_ai-cnt,
.reg-info-edit .p_edit_body .d-rw_ai-cnt {
    margin: 26px auto 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    text-align: center;
  }
  .mdl-p-edit .p_edit_body .d-rw_ai-cnt.is-limit,
.reg-info-edit .p_edit_body .d-rw_ai-cnt.is-limit {
    margin: 10px auto 0 auto;
  }
  .mdl-p-edit .p_edit_body .d-rw_ai-cnt .ttl,
.reg-info-edit .p_edit_body .d-rw_ai-cnt .ttl {
    display: none;
    margin-top: 26px;
  }
  .mdl-p-edit .p_edit_body .d-rw_ai-cnt .ttl.is-disp,
.reg-info-edit .p_edit_body .d-rw_ai-cnt .ttl.is-disp {
    display: block;
  }
  .mdl-p-edit .p_edit_body .d-rw_ai-cnt .ttl a,
.reg-info-edit .p_edit_body .d-rw_ai-cnt .ttl a {
    display: inline-block;
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.58px;
    line-height: 14px;
    cursor: pointer;
  }
  .mdl-p-edit .p_edit_body .d-rw_ai-cnt .ttl a:after,
.reg-info-edit .p_edit_body .d-rw_ai-cnt .ttl a:after {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 13px;
    background-image: url(/assets/images/common/arrow_down_blu_03.png);
    background-repeat: no-repeat;
    background-size: 15px 10px;
    vertical-align: 0px;
    content: "";
  }
  .mdl-p-edit .p_edit_body .d-rw_ai-cnt .ttl a.is-open:after,
.reg-info-edit .p_edit_body .d-rw_ai-cnt .ttl a.is-open:after {
    background-image: url(/assets/images/common/arrow_up_blu_03.png);
  }
  .mdl-p-edit .p_edit_body .d-rw_ai-cnt .not_entered-alert,
.reg-info-edit .p_edit_body .d-rw_ai-cnt .not_entered-alert {
    color: #ce0000;
  }
  .mdl-p-edit .p_edit_body .reg_main_trm-area,
.reg-info-edit .p_edit_body .reg_main_trm-area {
    display: none;
    height: 160px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 10px;
    overflow-y: auto;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #f6f6f6;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 24px;
    text-align: left;
  }

  .reg-info-edit .p_edit_body:after {
    display: block;
    height: 30px;
    content: "";
  }

  .mdl-p-edit .p_edit_body:after {
    display: block;
    height: 60px;
    content: "";
  }
  .mdl-p-edit .p_edit_body.is-offer_setting:after {
    height: 0px;
  }

  .js-mdl-revised-terms-article .mdl_cnt.revised-terms {
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .js-mdl-revised-terms-article .contents_main {
    margin: 0 !important;
  }
  .js-mdl-revised-terms-article .log_main_bd {
    margin: 0;
  }

  .js-mdl-revised-terms .mdl_cnt.revised-terms {
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .js-mdl-revised-terms .contents_main {
    margin: 0 !important;
  }
  .js-mdl-revised-terms .log_main_bd {
    margin: 0;
  }

  #wrapper.is-set-p-upld-img .ipt-btn-p-upld-bd li:nth-of-type(2), #wrapper.is-set-p-upld-img .ipt-btn-p-upld-bd li:nth-of-type(3) {
    display: block;
  }
  #wrapper.is-set-p-upld-img .upld-select-list li:nth-of-type(2), #wrapper.is-set-p-upld-img .upld-select-list li:nth-of-type(3) {
    display: block;
  }

  .mdl_cnt.mdl_p_img {
    display: block;
    width: 100%;
    max-width: 450px;
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
  }

  .mdl_p_img .mdl_close {
    z-index: 2;
  }
  .mdl_p_img .mdl_close:before, .mdl_p_img .mdl_close:after {
    margin-top: -8px;
  }
  .mdl_p_img .ttl {
    margin-top: 30px;
    color: #748393;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    text-align: center;
  }

  .croppie-container {
    height: auto !important;
    margin: 20px auto 0 auto;
  }
  .croppie-container .cr-vp-square {
    border-radius: 50%;
  }

  .mdl_p_img_loading {
    display: block;
    width: 100px;
    height: 100px;
    margin: 143px auto;
  }

  .mdl_p_img_inner {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_p_img_inner button.save {
    display: block;
    width: 260px;
    height: 45px;
    margin: 20px auto;
    padding: 13.5px 10px;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
  }

  .mdl_cnt.mdl_del_p_img {
    display: block;
    width: 100%;
    max-width: 444px;
    height: 100%;
    max-height: 417px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
  }
  .mdl_cnt.mdl_del_p_img:after {
    display: block;
    height: 48px;
    clear: both;
    content: "";
  }

  .mdl_del_p_img .ttl {
    margin-bottom: 20px;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 33px;
    text-align: center;
  }
  .mdl_del_p_img .subttl {
    margin-bottom: 35px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 22px;
    text-align: center;
  }

  .mdl_del_p_img_inner {
    -ms-transform: translatez(0);
    padding: 64px 30px 0 30px;
    transform: translatez(0);
  }
  .mdl_del_p_img_inner button {
    display: block;
    margin: 0 auto;
    padding: 13.5px 10px;
  }
  .mdl_del_p_img_inner button.cancel_btn {
    width: 300px;
    height: 44px;
    margin-bottom: 6px;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
  }
  .mdl_del_p_img_inner button.delete_btn {
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 16px;
  }

  .mdl_p_img .cropper-view-box {
    border-radius: 50%;
  }
  .mdl_p_img .cropper-crop-box {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .mdl_p_img .cropper-view-box {
    outline: 4px dashed #39f;
  }
  .mdl_p_img .cropper-dashed.dashed-h {
    border-top: none;
    border-bottom: none;
  }
  .mdl_p_img .cropper-dashed.dashed-v {
    border-right: none;
    border-left: none;
  }
  .mdl_p_img .cropper-line.line-e, .mdl_p_img .cropper-line.line-n, .mdl_p_img .cropper-line.line-w, .mdl_p_img .cropper-line.line-s {
    pointer-events: none;
  }
  .mdl_p_img .cropper-point {
    width: 9px;
    height: 9px;
    opacity: 1;
  }
  .mdl_p_img .cropper-point.point-e, .mdl_p_img .cropper-point.point-n, .mdl_p_img .cropper-point.point-w, .mdl_p_img .cropper-point.point-s {
    display: none;
  }
  .mdl_p_img .cropper-point.point-ne {
    top: -9px;
    right: -9px;
    pointer-events: none;
  }
  .mdl_p_img .cropper-point.point-nw {
    top: -11px;
    left: -11px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-image: url("/assets/images/common/icon-cornerstone.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
  }
  .mdl_p_img .cropper-point.point-sw {
    bottom: -9px;
    left: -9px;
    pointer-events: none;
  }
  .mdl_p_img .cropper-point.point-se {
    right: -30px;
    bottom: -30px;
    width: 51px;
    height: 51px;
    background-color: transparent;
    background-image: url("/assets/images/common/icon-scale.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mdl_p_img .cropper-point.point-se:before {
    right: -25%;
    bottom: -25%;
    width: 150%;
    height: 150%;
  }

  .mdl_cnt.rcmd_usr {
    display: block;
    width: 100%;
    max-width: 805px;
    height: 100%;
    max-height: 861px;
    padding: 20px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
  }
  .mdl_cnt.rcmd_usr:after {
    display: block;
    height: 30px;
    clear: both;
    content: "";
  }
  .mdl_cnt.rcmd_usr .mdl_close {
    z-index: 1;
  }

  .mdl_rcmd_usr {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_rcmd_usr .ttl {
    padding: 13px 40px 0 40px;
    color: #748393;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 28.8px;
    text-align: center;
  }
  .mdl_rcmd_usr .list {
    margin-top: 56px;
    padding-right: 44px;
    padding-left: 26px;
  }
  .mdl_rcmd_usr .list .itm {
    margin-top: 58px;
  }

  .mdl_cnt.reg-info-edit {
    width: 90vw;
    max-width: 805px;
    height: auto;
    max-height: 90vh;
  }
  .mdl_cnt.reg-info-edit .p_edit {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_cnt.reg-info-edit .mdl_close {
    z-index: 1;
  }

  .reg-info-edit .p_edit_head {
    position: relative;
  }
  .reg-info-edit .p_edit_head .ttl {
    padding-top: 30px;
    padding-bottom: 44px;
    color: #748393;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 28.8px;
    text-align: center;
  }
  .reg-info-edit .p_edit_head .secom {
    position: absolute;
    top: 15px;
    right: 11%;
  }
  .reg-info-edit .p_edit_body {
    padding-right: 80px;
    padding-left: 72px;
  }
  .reg-info-edit .p_edit_body.is-premium {
    padding-right: 0px;
    padding-left: 0px;
  }
  .reg-info-edit .p_edit_body form > .ttl {
    position: relative;
    padding-left: 21px;
    color: #2f2f2f;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl:before {
    position: absolute;
    top: 3px;
    left: 4px;
    height: 24px;
    border-left: 4px solid #53768c;
    content: "";
  }
  .reg-info-edit .p_edit_body form > .ttl.basic + .list .itm:last-of-type {
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
  }
  .reg-info-edit .p_edit_body form > .ttl.mail {
    margin-top: 53px;
  }
  .reg-info-edit .p_edit_body form > .ttl.mail + .list .itm {
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #d8d8d8;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.mail + .list .itm .ipt_head {
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0 12px 13px;
  }
  .reg-info-edit .p_edit_body form > .ttl.mail + .list .itm .ipt_body {
    -ms-flex-direction: column;
    -ms-flex-align: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 15px 21px;
  }
  .reg-info-edit .p_edit_body form > .ttl.mail + .list .itm .ipt_body input {
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.mail + .list .itm .ipt_body .err {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.mail + .list .itm .ipt_body .err.has-err {
    display: block;
  }
  .reg-info-edit .p_edit_body form > .ttl.business {
    margin-top: 53px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm {
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm:last-of-type {
    border-bottom: 1px solid #d8d8d8;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_head {
    padding: 19px 0 12px 13px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body {
    -ms-flex-direction: column;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 21px 15px 21px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 9px 0 9px 0;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm.w_a_name {
    padding-top: 4px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm .w_a_itm_head {
    width: 23%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm .w_a_itm_head label:after {
    color: #ff0000;
    content: "\203B";
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm .w_a_itm_head.is-none label:after {
    content: none;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm .w_a_itm_body {
    width: 77%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm .w_a_itm_body input,
.reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm .w_a_itm_body select {
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm .w_a_itm_body .err {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .w_address .w_a_list .w_a_itm .w_a_itm_body .err.has-err {
    display: block;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .post > p {
    margin-bottom: 8px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .post input[type=text] {
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .job_category {
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .job_category .slct-alw select {
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .job_category .other-msg {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .job_category .other-blck input {
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .job_category .err {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body .job_category .err.has-err {
    display: block;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body > input,
.reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body > select {
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body > label.err {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body > label.err.has-err {
    display: block;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm .ipt_body.slct-alw:after {
    top: 26px;
    right: 36px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .industry-msg {
    margin-bottom: 8px;
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .ipt_body > div {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .ipt_body > div .slct-alw {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .ipt_body > div .slct-alw select {
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .ipt_body > div .other-msg {
    margin: 8px 0;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .ipt_body > div input {
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .ipt_body > div .err {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.business + div + .list .itm.industry .ipt_body > div .err.has-err {
    display: block;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete {
    margin-top: 58px;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm .ipt_head {
    padding: 3px 7px 3px 12px;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm .ipt_body > div {
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm .ipt_body > div > p {
    margin: 8px 0;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm .ipt_body > div > div.slct-alw select {
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm .ipt_body > div > div.slct-alw:after {
    right: 16px;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm .ipt_body > div input {
    width: 100%;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm .ipt_body .err {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form > .ttl.enquete + .list .itm .ipt_body .err.has-err {
    display: block;
  }
  .reg-info-edit .p_edit_body form .list {
    padding-top: 20px;
  }
  .reg-info-edit .p_edit_body form .list .itm {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 14px;
    border-top: 1px solid #d8d8d8;
  }
  .reg-info-edit .p_edit_body form .list .itm input[type=text], .reg-info-edit .p_edit_body form .list .itm input[type=tel], .reg-info-edit .p_edit_body form .list .itm input[type=email], .reg-info-edit .p_edit_body form .list .itm input[type=password], .reg-info-edit .p_edit_body form .list .itm input[type=number] {
    min-width: 0;
    min-height: 35px;
    padding: 6.5px 8px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    background-color: #f9fdcf;
    color: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    vertical-align: middle;
  }
  .reg-info-edit .p_edit_body form .list .itm input[type=text]:-webkit-autofill, .reg-info-edit .p_edit_body form .list .itm input[type=tel]:-webkit-autofill, .reg-info-edit .p_edit_body form .list .itm input[type=email]:-webkit-autofill, .reg-info-edit .p_edit_body form .list .itm input[type=password]:-webkit-autofill, .reg-info-edit .p_edit_body form .list .itm input[type=number]:-webkit-autofill {
    box-shadow: 0 0 0px 999px #fff inset;
  }
  .reg-info-edit .p_edit_body form .list .itm input[type=text]:placeholder-shown, .reg-info-edit .p_edit_body form .list .itm input[type=tel]:placeholder-shown, .reg-info-edit .p_edit_body form .list .itm input[type=email]:placeholder-shown, .reg-info-edit .p_edit_body form .list .itm input[type=password]:placeholder-shown, .reg-info-edit .p_edit_body form .list .itm input[type=number]:placeholder-shown, .reg-info-edit .p_edit_body form .list .itm input[type=text]::-webkit-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=tel]::-webkit-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=email]::-webkit-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=password]::-webkit-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=number]::-webkit-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=text]:-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=tel]:-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=email]:-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=password]:-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=number]:-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=text]::-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=tel]::-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=email]::-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=password]::-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=number]::-moz-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=text]:-ms-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=tel]:-ms-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=email]:-ms-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=password]:-ms-input-placeholder, .reg-info-edit .p_edit_body form .list .itm input[type=number]:-ms-input-placeholder {
    color: #757575;
  }
  .reg-info-edit .p_edit_body form .list .itm .slct-alw {
    position: relative;
  }
  .reg-info-edit .p_edit_body form .list .itm .slct-alw select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 32px;
    padding: 4px 32px 4px 8px;
    border: 1px solid #d4d4d4;
    border-bottom: 2px solid #9b9b9b;
    background-color: #f9fdcf;
    color: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
  }
  .reg-info-edit .p_edit_body form .list .itm .slct-alw:after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 115px;
    width: 12px;
    height: 7px;
    background: url(/assets/images/common/arrow_down_blk_01.png);
    background-repeat: no-repeat;
    background-size: 12px 7px;
    vertical-align: -1px;
    content: "";
    pointer-events: none;
  }
  .reg-info-edit .p_edit_body form .list .itm .wide select {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
  .reg-info-edit .p_edit_body form .list .itm .wide:after {
    right: 16px;
  }
  .reg-info-edit .p_edit_body form .list .itm .wide.textarea textarea {
    width: 94%;
  }
  .reg-info-edit .p_edit_body form .list .itm .type {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #53768c;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.94px;
    line-height: 12px;
  }
  .reg-info-edit .p_edit_body form .list .itm .entered {
    padding-left: 12px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 14px;
  }
  .reg-info-edit .p_edit_body form .list .itm .textarea textarea {
    padding: 4px 8px;
    border: solid 1px #d4d4d4;
    border-radius: 4px;
    background-color: #f9fdcf;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 21px;
    resize: none;
  }
  .reg-info-edit .p_edit_body form .list .itm .textarea textarea.is-resizable {
    resize: vertical;
  }
  .reg-info-edit .p_edit_body form .list .itm .slct-alw::after {
    right: 16px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_head {
    -ms-flex-align: baseline;
    -ms-flex-pack: justify;
    -ms-flex: 0 0 186px;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 186px;
    align-items: baseline;
    justify-content: space-between;
    padding: 7px 7px 7px 16px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_head > .ttl {
    width: 82.5%;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 20px;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_head > .ttl:after {
    color: #ff0000;
    content: "\203B";
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_head > .ttl.is-none:after {
    content: none;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_head .req {
    width: auto;
    padding: 2px 3px;
    border: 1px solid #cf1010;
    color: #cf1010;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.79px;
    line-height: 14px;
    text-align: center;
    white-space: nowrap;
  }
  .reg-info-edit .p_edit_body form .list .itm .ipt_body {
    -ms-flex: 0 0 456px;
    -ms-flex-direction: row;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 456px;
    flex-direction: row;
    align-items: center;
    padding-left: 16px;
  }
  .reg-info-edit .p_edit_body form .list .itm .w_address {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form .list .itm .post {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form .list .itm .post_txt {
    position: relative;
    /* what's this?
    &:before {
      content: "P";
      text-align: center;
      background-color: #53768c;
      position: absolute;
      top: 4px;
      left: 2px;
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      font-size: 10px;
      font-size: 1rem;
      line-height: 17px;
      letter-spacing: 0;
      color: #fff;
      font-weight: 400;
    }
    */
  }
  .reg-info-edit .p_edit_body form .list .itm .post_ipt-lbl > input {
    display: none;
  }
  .reg-info-edit .p_edit_body form .list .itm .post_ipt-lbl > input:checked + .post_ipt-check-lbl:before {
    border: 2px solid #4e74e9;
  }
  .reg-info-edit .p_edit_body form .list .itm .post_ipt-lbl > input:checked + .post_ipt-check-lbl:after {
    -ms-transform: rotate(40deg);
    display: block;
    position: absolute;
    top: -6px;
    left: 7px;
    width: 6px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }
  .reg-info-edit .p_edit_body form .list .itm .post_ipt-check-lbl {
    display: block;
    position: relative;
    width: 90%;
    margin-top: 18px;
    padding-left: 34px;
  }
  .reg-info-edit .p_edit_body form .list .itm .post_ipt-check-lbl:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #979797;
    background-color: #f8f8f8;
    content: "";
  }
  .reg-info-edit .p_edit_body form .list .itm .post .err {
    display: none;
    margin-top: 8px;
    color: #ff0000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.26px;
    line-height: 22px;
  }
  .reg-info-edit .p_edit_body form .list .itm .post .err.has-err {
    display: block;
  }
  .reg-info-edit .p_edit_body .submit {
    display: block;
    width: 320px;
    height: 45px;
    margin: 28px auto 0 auto;
    border-radius: 3px;
    background-color: #f35f18;
    text-align: center;
  }
  .reg-info-edit .p_edit_body .submit.is-premium {
    width: 260px;
  }
  .reg-info-edit .p_edit_body .submit_btn {
    width: 100%;
    padding: 13px 10px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
  }

  .mdl_cnt.reg_right_alrt {
    width: 444px;
    max-width: 444px;
    height: auto;
    max-height: 90vh;
  }
  .mdl_cnt.reg_right_alrt .mdl_reg_right_alrt {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_cnt.reg_right_alrt .mdl_close {
    z-index: 1;
  }

  .mdl_reg_right_alrt {
    width: 344px;
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 82px;
  }
  .mdl_reg_right_alrt .ttl {
    color: #53768c;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 1.89px;
    line-height: 34px;
    text-align: center;
  }
  .mdl_reg_right_alrt .subttl {
    margin-top: 30px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 26px;
    text-align: center;
  }
  .mdl_reg_right_alrt .subttl strong {
    font-weight: 700;
  }
  .mdl_reg_right_alrt .list {
    width: 66%;
    margin: 10px auto 0 auto;
  }
  .mdl_reg_right_alrt .list .item .item_txt {
    position: relative;
    padding-left: 20px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1.05px;
    line-height: 30px;
  }
  .mdl_reg_right_alrt .list .item .item_txt .icon_cross:before, .mdl_reg_right_alrt .list .item .item_txt .icon_cross:after {
    -ms-transform-origin: center center;
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    transform-origin: center center;
    content: "";
  }
  .mdl_reg_right_alrt .list .item .item_txt .icon_cross:before {
    -ms-transform: rotate(45deg);
    top: 14px;
    left: 0;
    transform: rotate(45deg);
    border-left: 2px solid #53768c;
  }
  .mdl_reg_right_alrt .list .item .item_txt .icon_cross:after {
    -ms-transform: rotate(-45deg);
    top: 14px;
    left: -8px;
    transform: rotate(-45deg);
    border-right: 2px solid #53768c;
  }
  .mdl_reg_right_alrt .msg {
    display: block;
    width: 300px;
    margin: 20px auto 0 auto;
    color: #f57530;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_reg_right_alrt .detail-input-link {
    display: block;
    width: 300px;
    height: 44px;
    margin: 24px auto 0 auto;
    padding: 12px 8px;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_reg_right_alrt .cancel-btn {
    display: block;
    width: 300px;
    margin: 30px auto 0 auto;
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 16px;
    text-align: center;
  }
  .mdl_reg_right_alrt .cancel-btn:disabled {
    opacity: 0.5;
  }

  .mdl_reg__notice--link {
    margin-top: 52px;
  }
  .mdl_reg__notice--link a {
    color: #4881ff;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 1.05px;
    text-decoration: none;
  }

  .mdl_cnt.release_blck {
    display: block;
    width: 100%;
    max-width: 444px;
    height: 100%;
    max-height: 417px;
    padding: 20px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
  }
  .mdl_cnt.release_blck:after {
    display: block;
    height: 30px;
    clear: both;
    content: "";
  }

  .mdl_release_blck {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_release_blck .ttl {
    padding: 45px 40px 0 40px;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 33px;
    text-align: center;
  }
  .mdl_release_blck .msg {
    padding: 20px 65px 0 65px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_release_blck .release-btn {
    display: block;
    width: 300px;
    height: 44px;
    margin: 56px auto 0 auto;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_release_blck .cancel-btn {
    display: block;
    width: 218px;
    height: 24px;
    margin: 15px auto 0 auto;
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 16px;
    text-align: center;
  }

  .mdl_cnt.smn-private {
    display: block;
    width: 100%;
    max-width: 444px;
    height: 100%;
    max-height: 417px;
    padding: 20px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
  }
  .mdl_cnt.smn-private:after {
    display: block;
    height: 30px;
    clear: both;
    content: "";
  }

  .mdl_smn-private {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_smn-private .ttl {
    margin: 35px 0 0 0;
    padding: 30px 40px 0 40px;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 33px;
    text-align: center;
  }
  .mdl_smn-private .msg {
    padding: 17px 50px 0 50px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_smn-private .smn_private-btn {
    display: block;
    width: 300px;
    height: 44px;
    margin: 26px auto 0;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_smn-private .smn_cancel-btn {
    display: block;
    width: 218px;
    height: 24px;
    margin: 20px auto 0;
    background: #fff;
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 16px;
    text-align: center;
  }

  .mdl_smn_track {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    z-index: 1400;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .mdl_smn_track_inner {
    position: relative;
    width: 100%;
    max-width: 1030px;
    height: 100%;
    max-height: 664px;
  }

  .mdl_smn_track_list {
    position: relative;
    height: 100%;
  }
  .mdl_smn_track_list.slick-slider {
    display: none;
  }
  .mdl_smn_track_list.slick-slider.is-current {
    display: block;
  }
  .mdl_smn_track_list .slick-slide {
    margin: 0 15px;
  }
  .mdl_smn_track_list .slick-list,
.mdl_smn_track_list .slick-track {
    height: 100%;
  }

  .mdl_smn_track_item {
    background-color: #fff;
  }

  .mdl_smn_track_btn_prev {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: -52px;
  }

  .mdl_smn_track_btn_prev_main {
    position: relative;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background-color: rgba(42, 42, 42, 0.24);
  }
  .mdl_smn_track_btn_prev_main:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 6px);
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    border-radius: 4px;
    content: "";
  }

  .mdl_smn_track_btn_prev.slick-disabled {
    display: none !important;
  }

  .mdl_smn_track_btn_next {
    z-index: 10;
    position: absolute;
    top: 50%;
    right: -52px;
  }

  .mdl_smn_track_btn_next_main {
    position: relative;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background-color: rgba(42, 42, 42, 0.24);
  }
  .mdl_smn_track_btn_next_main:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    border-radius: 4px;
    content: "";
  }

  .mdl_smn_track_btn_next.slick-disabled {
    display: none !important;
  }

  .mdl_smn_track .track_head {
    -ms-flex-pack: start;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 80px;
    padding: 0 60px;
    background-color: #f0f0f0;
  }
  .mdl_smn_track .track_head-txt {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
  }
  .mdl_smn_track .track_head-txt span {
    display: inline-block;
    width: 60px;
    height: 22px;
    margin-left: 12px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
  }
  .mdl_smn_track .track_head_btn_close {
    display: block;
    z-index: 20;
    position: absolute;
    top: 28px;
    right: 34px;
    width: 24px;
    height: 24px;
  }
  .mdl_smn_track .track_head_btn_close button {
    display: block;
    width: 100%;
    height: 100%;
  }
  .mdl_smn_track .track_head_btn_close button span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .mdl_smn_track .track_head_btn_close button span:before, .mdl_smn_track .track_head_btn_close button span:after {
    position: absolute;
    width: 2px;
    height: 24px;
    content: "";
  }
  .mdl_smn_track .track_head_btn_close button span:before {
    -ms-transform: rotate(45deg);
    top: 0;
    left: 11px;
    transform: rotate(45deg);
    border-left: 2px solid #000;
  }
  .mdl_smn_track .track_head_btn_close button span:after {
    -ms-transform: rotate(-45deg);
    top: 0;
    right: 10px;
    transform: rotate(-45deg);
    border-right: 2px solid #000;
  }
  .mdl_smn_track .track_body {
    display: block;
    height: 100%;
    min-height: 100px;
    max-height: calc(100% - 80px - 146px);
    margin: 4px 60px 0;
    overflow-y: auto;
  }
  .mdl_smn_track .track_body_list {
    padding: 0 4px;
  }
  .mdl_smn_track .track_body_item {
    padding: 14px 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .mdl_smn_track .track_body_head_status {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    vertical-align: 8px;
  }
  .mdl_smn_track .track_body_head_status.is-fewleft {
    color: #f5621d;
  }
  .mdl_smn_track .track_body_head_status.is-full {
    color: #909090;
  }
  .mdl_smn_track .track_body_head_txt {
    color: #333;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
  }
  .mdl_smn_track .track_body_head_icon {
    display: inline-block;
    margin-right: 13px;
    padding: 5px 13px;
    background-color: #2d71ba;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    vertical-align: 3px;
  }
  .mdl_smn_track .track_body_head_description {
    margin-top: 12px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }
  .mdl_smn_track .track_body_img {
    -ms-grid-columns: 89px 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 89px 1fr;
  }
  .mdl_smn_track .track_body_img_role {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1/span 2;
    grid-row: 1;
    margin-bottom: 13px;
    color: #3a3a3a;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 16px;
  }
  .mdl_smn_track .track_body_img_inner {
    -ms-grid-row-span: 2;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 2/span 2;
    width: 89px;
    height: 116px;
    background-color: #d8d8d8;
  }
  .mdl_smn_track .track_body_img_fig {
    display: block;
    padding-top: 116px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mdl_smn_track .track_body_img_cap {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 2;
    padding-left: 18px;
  }
  .mdl_smn_track .track_body_img_cap .head {
    margin-bottom: 6px;
    color: #424242;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
  }
  .mdl_smn_track .track_body_img_cap .name {
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 27px;
  }
  .mdl_smn_track .track_body_img_cap .com {
    margin-top: 2px;
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
  }
  .mdl_smn_track .track_body_img_txt {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 3;
    padding-top: 15px;
    padding-left: 18px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 26px;
  }
  .mdl_smn_track .track_body_img.no-img {
    -ms-grid-columns: 1fr;
    display: block;
    grid-template-columns: 1fr;
  }
  .mdl_smn_track .track_body_img.no-img .track_body_img_cap {
    padding-left: 0;
  }
  .mdl_smn_track .track_body_img.no-img .track_body_img_inner {
    -ms-grid-row: 1;
    grid-row: 1;
    height: 0;
    background-color: transparent;
  }
  .mdl_smn_track .track_body_img.no-img .track_body_img_txt {
    display: none;
  }
  .mdl_smn_track .track_body_txt {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
  }
  .mdl_smn_track .track_foot {
    -ms-flex-direction: column;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 146px;
    padding: 10px;
  }
  .mdl_smn_track .track_foot .foot_check {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 640px;
    height: 76px;
    background-color: #f1f6ff;
    text-align: center;
  }
  .mdl_smn_track .track_foot .foot_check.is-full .foot_check_inner {
    pointer-events: none;
  }
  .mdl_smn_track .track_foot .foot_check.is-full .check + span:before {
    border: 2px solid #dcdcdc;
    background-color: #f1f1f1;
  }
  .mdl_smn_track .track_foot .foot_check_inner {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .mdl_smn_track .track_foot .foot_check_inner .check {
    display: none;
  }
  .mdl_smn_track .track_foot .foot_check_inner .check + span {
    display: block;
    position: relative;
    padding-left: 48px;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
  }
  .mdl_smn_track .track_foot .foot_check_inner .check + span:before {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid #c6c6c6;
    border-radius: 2px;
    background-color: #fff;
    content: "";
  }
  .mdl_smn_track .track_foot .foot_check_inner .check:checked + span:before {
    border: 2px solid #4e74e9;
  }
  .mdl_smn_track .track_foot .foot_check_inner .check:checked + span:after {
    -ms-transform: rotate(40deg);
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 12px;
    width: 6px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }
  .mdl_smn_track .track_foot .foot_notice {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.42px;
    line-height: 30px;
  }

  .mdl_cnt.usr_stop {
    width: 444px;
    max-width: 444px;
    height: auto;
    max-height: 90vh;
  }
  .mdl_cnt.usr_stop .mdl_usr_stop {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_cnt.usr_stop .mdl_close {
    z-index: 1;
  }

  .mdl_usr_stop {
    padding: 64px 0 34px 0;
  }
  .mdl_usr_stop .ttl {
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 33px;
    text-align: center;
  }
  .mdl_usr_stop .btn {
    display: block;
    width: 218px !important;
    margin: 48px auto 0 auto !important;
    color: #748393;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }

  .mdl_cnt.withdraw {
    display: block;
    width: 100%;
    max-width: 444px;
    height: 100%;
    max-height: 417px;
    padding: 20px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
  }
  .mdl_cnt.withdraw.leave {
    overflow-y: hidden;
  }
  .mdl_cnt.withdraw:after {
    display: block;
    height: 30px;
    clear: both;
    content: "";
  }

  .mdl_withdraw {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_withdraw .ttl {
    padding: 45px 40px 0 40px;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 33px;
    text-align: center;
  }
  .mdl_withdraw .msg {
    padding: 17px 50px 0 50px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_withdraw .cancel-btn {
    display: block;
    width: 300px;
    height: 44px;
    margin: 26px auto 0 auto;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_withdraw .withdraw-btn {
    display: block;
    width: 218px;
    height: 24px;
    margin: 15px auto 0 auto;
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 16px;
    text-align: center;
  }
  .mdl_withdraw .withdraw-btn.leave {
    height: auto;
  }
  .mdl_withdraw .withdraw-btn.leave span {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
  }

  .mdl_cnt.cancel_bit {
    display: block;
    width: 100%;
    max-width: 444px;
    height: 100%;
    max-height: 417px;
    padding: 20px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #e2e2e2;
  }
  .mdl_cnt.cancel_bit.leave {
    overflow-y: hidden;
  }
  .mdl_cnt.cancel_bit:after {
    display: block;
    height: 30px;
    clear: both;
    content: "";
  }

  .mdl_cancel_bit {
    -ms-transform: translatez(0);
    transform: translatez(0);
  }
  .mdl_cancel_bit .ttl {
    padding: 45px 40px 0 40px;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 33px;
    text-align: center;
  }
  .mdl_cancel_bit .msg {
    padding: 17px 50px 0 50px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_cancel_bit .cancel-btn {
    display: block;
    width: 300px;
    height: 60px;
    margin: 26px auto 0 auto;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .mdl_cancel_bit .cancel-btn .cancel-btn-annotation {
    display: block;
    margin-top: 5px;
    font-size: 70%;
  }
  .mdl_cancel_bit .cancel_bit-btn {
    display: block;
    width: 218px;
    height: 24px;
    margin: 15px auto 0 auto;
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 16px;
    text-align: center;
  }
  .mdl_cancel_bit .cancel_bit-btn.leave {
    height: auto;
  }
  .mdl_cancel_bit .cancel_bit-btn.leave span {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
  }

  .mdl {
    z-index: 1400;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mdl.is-hide {
    display: none;
  }

  .mdl_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #53768c;
    opacity: 0.8;
  }

  .mdl_cnt {
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90vw;
    max-width: 780px;
    height: auto;
    max-height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate(-50%, -50%);
    background-color: #fff;
  }
  .mdl_cnt .cottl_sec-h2 h2 {
    color: #2f2f2f;
  }
  .mdl_cnt.reg_bic {
    width: 100%;
    max-width: 444px;
    height: 100%;
    max-height: 587px;
    overflow-x: auto;
    overflow-y: auto;
  }
  .mdl_cnt.login {
    width: 100%;
    height: 100%;
    max-height: 580px;
    padding: 10px;
    overflow-x: auto;
    overflow-y: auto;
  }
  .mdl_cnt.is-nrw {
    max-width: 444px;
  }
  .mdl_cnt.is-cfm {
    max-width: 780px;
  }
  .mdl_cnt.is-cfm img {
    width: 60%;
  }
  .mdl_cnt.is-cmfimg {
    cursor: pointer;
  }
  .mdl_cnt .check_blk {
    margin-top: 40px;
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: normal;
  }

  .mdl_close {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
  }
  .mdl_close:before, .mdl_close:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background-color: #000;
    content: "";
  }
  .mdl_close:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mdl_close:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mdl_inner {
    -webkit-backface-visibility: hidden;
    padding: 25px 40px 30px;
    backface-visibility: hidden;
  }

  .mdl_cntclose {
    text-align: center;
  }
  .mdl_cntclose button {
    color: #748393;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: normal;
  }

  .mdl_lead {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 24px;
    text-align: center;
  }

  .mdl_ttl {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 30px;
    text-align: center;
  }
  .mdl_ttl a {
    color: #2e7de8;
  }

  .mdl_sublead {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_sublead a {
    color: #2e7de8;
  }

  .mdl-bit_thanks,
.mdl-bit_thanks-header {
    /* width: 100%; */
    /* height: 100%; */
    z-index: 1;
    position: absolute;
    margin-top: 146px;
    margin-left: 0px;
  }
  .mdl-bit_thanks .iinearea-thanks-drpdwn_waku,
.mdl-bit_thanks-header .iinearea-thanks-drpdwn_waku {
    width: 240px;
    margin-top: -20px;
    margin-left: 40px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 7px 6px rgba(0, 0, 0, 0.13);
    text-align: center;
  }
  .mdl-bit_thanks ul,
.mdl-bit_thanks-header ul {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .mdl-bit_thanks ul li:nth-child(2),
.mdl-bit_thanks-header ul li:nth-child(2) {
    background-color: #f0f0f0;
  }
  .mdl-bit_thanks ul li:nth-child(2) a,
.mdl-bit_thanks-header ul li:nth-child(2) a {
    text-decoration: none;
  }
  .mdl-bit_thanks ul li:nth-child(3),
.mdl-bit_thanks-header ul li:nth-child(3) {
    display: none;
  }
  .mdl-bit_thanks.is-hide,
.mdl-bit_thanks-header.is-hide {
    display: none;
  }

  .mdl-bit_thanks-header .iinearea-thanks-drpdwn_waku {
    margin-left: -32px;
    /* .mdl-bit_thanks-header の場合 */
  }

  .mdl_wrd .cottl_sec-h2 {
    margin-top: 45px;
  }
  .mdl_wrd .cottl_sec-h2:nth-of-type(1) {
    margin-top: 0;
  }

  .mdl_wrd-list {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .mdl_wrd-list li {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 18px);
    padding: 10px 1px 10px 8px;
    border-bottom: 1px solid #d4d4d4;
  }
  .mdl_wrd-list li:nth-child(odd) {
    margin-right: 18px;
  }
  .mdl_wrd-list li:nth-child(even) {
    margin-left: 18px;
  }
  .mdl_wrd-list li a {
    padding-left: 14px;
    color: #2f2f2f;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  .mdl_wrd-list li a:before {
    margin-right: 6px;
    margin-left: -14px;
    content: "#";
  }
  .mdl_wrd-list li a:hover {
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-color: #53768c;
    text-decoration-color: #53768c;
    text-decoration-line: underline;
  }
  .mdl_wrd-list li button {
    -ms-flex: 0 0 96px;
    display: block;
    position: relative;
    flex: 0 0 96px;
    width: 96px;
    height: 33px;
    margin-left: 30px;
    padding-left: 5px;
    padding-left: 24px;
    border: 1px solid #53768c;
    border-radius: 3px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
  }
  .mdl_wrd-list li button span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 14px;
    height: 14px;
    margin: auto;
  }
  .mdl_wrd-list li button span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .mdl_wrd-list li button span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .mdl_wrd-list li button label {
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
  }
  .mdl_wrd-list li button label:hover {
    cursor: pointer;
  }
  .mdl_wrd-list li button.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  .mdl_wrd-list li button.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 5px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .mdl_wrd-list li button.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .mdl_wrd-list li button label {
    display: block;
    width: 100%;
    padding-left: 6px;
    text-align: left;
  }

  .mdl_reg_bic {
    -ms-transform: translatez(0);
    height: 100%;
    padding: 49px 56px 49px 56px;
    transform: translatez(0);
  }
  .mdl_reg_bic .ttl {
    margin-top: 30px;
    color: #53768c;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 1.89px;
    line-height: 34px;
    text-align: center;
  }
  .mdl_reg_bic .subttl {
    margin-top: 13px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.05px;
    line-height: 26px;
    text-align: center;
  }
  .mdl_reg_bic .list {
    -ms-flex-direction: column;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 9px;
    padding-left: 9px;
  }
  .mdl_reg_bic .list .itm {
    width: 68%;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1.05px;
    line-height: 30px;
  }
  .mdl_reg_bic .list .itm span {
    position: relative;
    padding-right: 24px;
  }
  .mdl_reg_bic .list .itm span:before, .mdl_reg_bic .list .itm span:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background-color: #53768c;
    content: "";
  }
  .mdl_reg_bic .list .itm span:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mdl_reg_bic .list .itm span:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mdl_reg_bic .msg {
    margin-top: 21px;
    color: #f57530;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 22px;
    text-align: center;
  }
  .mdl_reg_bic .detail-btn {
    display: block;
    width: 300px;
    margin: 21px auto 0 auto;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 44px;
  }
  .mdl_reg_bic .detail-btn:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mdl_reg_bic .cancel-link {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 16px;
    text-align: center;
  }
  .mdl_reg_bic .cancel-link:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .mdl_cmt-restriction {
    text-align: center;
  }
  .mdl_cmt-restriction .mdl_inner {
    padding: 90px 40px 70px;
  }
  .mdl_cmt-restriction .cottl_sec-h2 {
    position: relative;
  }
  .mdl_cmt-restriction .cottl_sec-h2 h2 {
    font-weight: 700;
  }
  .mdl_cmt-restriction .cottl_sec-h2:before {
    display: inline-block;
    width: 92px;
    height: 92px;
    margin-bottom: 35px;
    border-radius: 50%;
    background-color: #ce0000;
    background-image: url(/assets/svg/icon_xclamation.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    content: "";
  }
  .mdl_cmt-restriction .mdl_lead {
    margin-top: 10px;
  }
  .mdl_cmt-restriction .mdl_ttl {
    margin-top: 10px;
  }
  .mdl_cmt-restriction .mdl_sublead {
    margin-top: 35px;
  }
  .mdl_cmt-restriction .mdl_cntclose {
    margin-top: 50px;
  }

  .mdl_cmt-delete {
    text-align: center;
  }
  .mdl_cmt-delete .mdl_inner {
    padding: 55px 0px 60px;
  }
  .mdl_cmt-delete .cottl_sec-h2 {
    position: relative;
  }
  .mdl_cmt-delete .cottl_sec-h2 h2 {
    font-weight: 700;
  }

  .mdl_cmt-delete-ccl button {
    display: inline-block;
    width: 300px;
    height: 44px;
    margin: 30px auto 0;
    border-radius: 3px;
    background-color: #2e7de8;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 44px;
    text-align: center;
  }

  .mdl_cmt-delete-do button {
    display: inline-block;
    margin: 20px auto 0;
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: normal;
  }

  .mdl_cmt-edit {
    text-align: center;
  }
  .mdl_cmt-edit .mdl_inner {
    padding: 35px 30px;
  }
  .mdl_cmt-edit .cottl_sec-h2 h2 {
    font-weight: 700;
  }
  .mdl_cmt-edit .btn_docmt {
    display: inline-block;
    margin-top: 30px;
  }
  .mdl_cmt-edit .mdl_cntclose {
    margin-top: 30px;
  }

  .mdl_usr-toblock {
    text-align: center;
  }
  .mdl_usr-toblock .mdl_inner {
    padding: 45px 55px;
  }
  .mdl_usr-toblock .cottl_sec-h2 h2 {
    color: #748393;
  }

  .mdl_usr-toblock-txt {
    margin-top: 15px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
  }
  .mdl_usr-toblock-txt a {
    color: #036dff;
  }

  .mdl_usr-toblock-msg {
    margin-top: 45px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: normal;
  }

  .mdl_usr-toblock-exe {
    margin-top: 10px;
  }

  .mdl_usr-toblock-cancel {
    margin-top: 25px;
  }
  .mdl_usr-toblock-cancel button {
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: normal;
  }

  .mdl_usr-blocked {
    text-align: center;
  }
  .mdl_usr-blocked .mdl_inner {
    padding: 75px 75px 55px;
  }
  .mdl_usr-blocked .cottl_sec-h2 h2 {
    color: #333;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1.65px;
    line-height: 33px;
  }

  .mdl_usr-blocked-close {
    margin-top: 55px;
  }
  .mdl_usr-blocked-close button {
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: normal;
  }

  .mdl_rpt {
    text-align: center;
  }
  .mdl_rpt .mdl_inner {
    padding: 45px 10px;
  }
  .mdl_rpt .mdl_lead {
    margin-top: 15px;
  }
  .mdl_rpt .mdl_ttl {
    margin-top: 15px;
  }

  .mdl_rpt-txt {
    margin-top: 15px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
  }
  .mdl_rpt-txt a {
    color: #036dff;
  }

  .mdl_rpt-radio {
    display: inline-block;
    margin-top: 30px;
  }
  .mdl_rpt-radio label {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 13px;
  }
  .mdl_rpt-radio label:first-child {
    margin-top: 0;
  }
  .mdl_rpt-radio label input {
    display: none;
  }
  .mdl_rpt-radio label input:checked + span:before {
    top: 2px;
    left: -1px;
    border: 2px solid #2470ff;
  }
  .mdl_rpt-radio label input:checked + span:after {
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #2470ff;
    content: "";
  }
  .mdl_rpt-radio label span {
    position: relative;
    padding-left: 27px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
  }
  .mdl_rpt-radio label span:before {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #979797;
    border-radius: 50%;
    background-color: #f8f8f8;
    content: "";
  }

  .mdl_rpt-exe {
    margin-top: 30px;
  }

  .mdl_rpt-cancel {
    margin-top: 20px;
  }
  .mdl_rpt-cancel button {
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: normal;
  }

  .mdl_rpt .mdl_sublead {
    margin-top: 15px;
  }

  .mdl_slctdate .mdl_inner {
    -webkit-backface-visibility: hidden;
    padding: 25px 40px 30px;
    backface-visibility: hidden;
  }
  .mdl_slctdate .mdl_footer {
    display: flex;
    text-align: center;
  }
  .mdl_slctdate .mdl_slctdate-exe {
    margin-top: 10px;
    margin-right: auto;
    padding: 0 10px;
  }
  .mdl_slctdate .mdl_slctdate-cancel {
    margin-top: 20px;
    margin-left: auto;
    padding: 0 10px;
  }
  .mdl_slctdate .mdl_slctdate-cancel button {
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: normal;
  }

  .perm_m_right {
    -ms-flex-direction: column;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .perm_m_right .pmr-ttl {
    color: #f57530;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.92px;
    line-height: 33px;
    text-align: center;
  }
  .perm_m_right .pmr-ttl.ico-key {
    position: relative;
  }
  .perm_m_right .pmr-ttl.ico-key:before {
    position: absolute;
    top: 9px;
    left: -25px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #2470ff;
    background-image: url("/assets/images/common/icon-key.png");
    background-position: 4px 3px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    content: "";
  }
  .perm_m_right .pmr-msg {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: 22px;
    text-align: center;
  }
  .perm_m_right .pmr-link {
    display: block;
    margin-top: 28px;
    padding: 13px 10px;
    border-radius: 3px;
    background-color: #f57530;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }

  .pgr {
    clear: both;
  }
  .pgr a {
    text-decoration: none !important;
  }

  .pgr_inner {
    padding: 2px 20px 2px 20px;
    text-align: center;
  }

  .pgr_list-item {
    display: inline-block;
    min-width: 34px;
    height: 34px;
    /* margin: 8px; */
    margin: 4px;
    border: 1px solid #7591a3;
    background-color: #fff;
    text-align: center;
  }
  .pgr_list-item.is-current {
    margin: 0 8px;
    background-color: #53768c;
  }
  .pgr_list-item.is-current .pgr_list-link {
    color: #fff;
    color: #fff !important;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: normal;
    cursor: default;
    pointer-events: none;
  }
  .pgr_list-item:first-of-type, .pgr_list-item:last-of-type {
    width: auto;
    border: none;
    background-color: transparent;
  }
  .pgr_list-item:first-of-type {
    margin-right: 0;
  }
  .pgr_list-item:last-of-type {
    margin-left: 0;
  }

  .pgr_list-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #53768c;
    color: #53768c !important;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: normal;
    transition: background-color 0.2s ease;
  }
  .pgr_list-link:hover {
    background-color: #d0e2f1;
    opacity: 1;
  }
  .pgr_list-link.prev, .pgr_list-link.next {
    display: inline-block;
    position: relative;
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: normal;
    line-height: 34px;
  }
  .pgr_list-link.prev:after, .pgr_list-link.next:after {
    position: absolute;
    top: 50%;
    width: 11px;
    height: 11px;
    margin-top: -7px;
    border: 0px;
    border-top: solid 3px #53768c;
    border-right: solid 3px #53768c;
    content: "";
  }
  .pgr_list-link.prev {
    padding: 0 7px 0 30px;
  }
  .pgr_list-link.prev:after {
    -ms-transform: rotate(225deg);
    left: 10px;
    transform: rotate(225deg);
  }
  .pgr_list-link.next {
    padding: 0 30px 0 7px;
  }
  .pgr_list-link.next:after {
    -ms-transform: rotate(45deg);
    right: 10px;
    transform: rotate(45deg);
  }

  .posttype_wrp {
    margin-top: 25px;
    padding-bottom: 5px;
    overflow: hidden;
  }

  .posttype_head {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .posttype_head-itm {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .posttype_head-itm:first-child {
    padding-right: 40px;
  }
  .posttype_head-itm:first-child .posttype_head-img {
    margin-left: 40px;
  }
  .posttype_head-itm:last-child {
    padding-left: 40px;
  }
  .posttype_head-itm:last-child .posttype_head-img {
    margin-right: 40px;
  }

  .posttype_head-ttl {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 72.24px;
    color: #0c53da;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 2.04px;
    line-height: 36.12px;
  }
  .posttype_head-ttl span {
    display: block;
    width: 100%;
    text-align: center;
  }

  .posttype_head-lead {
    margin-top: 7px;
    color: #393939;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 24px;
    text-align: center;
  }

  .posttype_head-img {
    position: relative;
    margin-top: 20px;
  }
  .posttype_head-img img {
    z-index: 1;
    position: relative;
  }
  .posttype_head-img:after {
    -ms-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 90%;
    height: 85%;
    transform: translateY(-50%);
    border-radius: 10px;
    box-shadow: 0 2px 141px 0 rgba(194, 216, 255, 0.5);
    content: "";
  }

  .posttype_head-link {
    margin-top: 25px;
    text-align: center;
  }
  .posttype_head-link a {
    display: inline-block;
    padding-right: 20px;
    background-image: url(/assets/images/common/arrow_right_blu_01.png);
    background-position: right top 3px;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    color: #748393;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.67px;
    line-height: 16px;
  }

  .posttype_dtl {
    margin-top: 10px;
  }

  .posttype_dtl-ttl {
    color: #393939;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 14px;
    text-align: center;
  }

  .posttype_dtl-list {
    margin-top: 15px;
  }

  .posttype_dtl-itm {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 60px;
    border-top: 1px solid #f2f2f2;
    background-color: #fff;
  }
  .posttype_dtl-itm:nth-child(odd) {
    background-color: #fafafa;
  }
  .posttype_dtl-itm:last-child {
    border-bottom: 1px solid #f2f2f2;
  }
  .posttype_dtl-itm span.is-check {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #1968de, #0c53da);
  }
  .posttype_dtl-itm span.is-check:after {
    display: block;
    position: absolute;
    top: 15px;
    left: 12px;
    width: 22px;
    height: 17px;
    background-image: url(/assets/svg/icon_check_wht_3.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }
  .posttype_dtl-itm span.is-none {
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #d1d1d1;
  }

  .posttype_dtl-itm-l {
    width: 33.33%;
    text-align: center;
  }

  .posttype_dtl-itm-c {
    width: 33.33%;
    padding: 10px 0 10px 48px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.13px;
    line-height: 21.96px;
  }
  .posttype_dtl-itm-c.is-free {
    background-image: url(/assets/svg/icon-free.svg);
    background-size: 28px auto;
  }
  .posttype_dtl-itm-c.is-announce {
    background-image: url(/assets/svg/icon-announce.svg);
    background-size: 32px auto;
  }
  .posttype_dtl-itm-c.is-online {
    background-image: url(/assets/svg/icon-online.svg);
    background-size: 28px auto;
  }
  .posttype_dtl-itm-c.is-ticket {
    background-image: url(/assets/svg/icon-ticket.svg);
    background-size: 30px auto;
  }
  .posttype_dtl-itm-c.is-attendance {
    background-image: url(/assets/svg/icon-attendance.svg);
    background-position: left 4px center;
    background-size: 22px auto;
  }
  .posttype_dtl-itm-c.is-option {
    background-image: url(/assets/svg/icon-option.svg);
    background-size: 27px auto;
  }

  .posttype_dtl-itm-r {
    width: 33.33%;
    text-align: center;
  }

  .posttype_dtl-itm.is-note span {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.58px;
    line-height: 21px;
  }
  .posttype_dtl-itm.is-note span a {
    text-decoration: underline;
  }

  .pr {
    max-width: 1020px;
    margin: 0 auto;
  }

  .pr_inner {
    display: -ms-flexbox;
    display: flex;
  }

  .pr_title {
    width: 10%;
    padding-top: 30px;
    padding-right: 0px;
  }

  .pr_title-text {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
  }

  .pr_list-show {
    width: 90%;
  }
  .pr_list-show li {
    margin-top: 10px;
  }
  .pr_list-show li:nth-of-type(1) {
    margin-top: 0;
    padding-top: 30px;
  }
  .pr_list-show li a {
    color: #53768c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
  }

  .repcmp {
    display: none;
    z-index: 5;
    position: fixed;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .repcmp-icon {
    display: inline-block;
    width: auto;
    height: 44px;
    margin: 0 auto;
    padding: 0 40px 0 60px;
    border-radius: 3px;
    background-color: #2470ff;
    background-image: url(/assets/svg/icon_check_wht.svg);
    background-position: left 25px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.17px;
    line-height: 44px;
    text-align: center;
  }

  .reperr {
    display: none;
    z-index: 10000;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .reperr-icon {
    display: inline-block;
    width: auto;
    height: 44px;
    margin: 0 auto;
    padding: 0 40px 0 60px;
    border-radius: 3px;
    background-color: #ff0000;
    background-image: url(/assets/svg/icon_check_wht.svg);
    background-position: left 25px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.17px;
    line-height: 44px;
    text-align: center;
  }

  .rkg_itm {
    border-top: 1px solid #d8d8d8;
  }
  .rkg_itm:first-child {
    border-top: none;
  }
  .rkg_itm > a {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 24px;
  }

  .rkg_num {
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    background-color: #8aa2b1;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 28px;
    text-align: center;
  }

  .rkg_cnt {
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
  }

  .rkg_evtsmr-date {
    margin-bottom: 5px;
  }
  .rkg_evtsmr-date.is-online {
    background-color: #fff1eb;
  }

  .rkg_ttl {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.21px;
    line-height: 20px;
  }
  .rkg_ttl:first-child {
    margin-top: -3px;
  }

  .rkg_txt {
    overflow: hidden;
    color: #797979;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .rkg_date {
    display: block;
    color: #a5a5a5;
    font-family: HelveticaNeue;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: normal;
    text-align: right;
  }

  .rkg_link {
    padding: 10px 24px;
  }

  .srch_res_cond {
    position: relative;
    background-color: #fff;
  }

  .srch_res_cond_inner {
    -ms-flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }

  .srch_res_cond_head {
    width: 100%;
    padding: 12px 20px 0 20px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 27px;
  }

  .srch_res_cond_bd {
    -ms-flex-direction: column;
    -ms-flex-align: start;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    padding: 0 120px 6px 20px;
  }

  .srch_res_cond_txt > span {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: normal;
  }
  .srch_res_cond_txt > span > span {
    margin-left: 12px;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 27px;
  }

  .srch_res_cond_chg {
    position: absolute;
    right: 36px;
    bottom: 15px;
  }
  .srch_res_cond_chg button {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 14px;
  }
  .srch_res_cond_chg button.is-arrow:after {
    -ms-transform: rotate(225deg);
    display: inline-block;
    position: absolute;
    top: -1px;
    right: -17px;
    width: 8px;
    height: 8px;
    transform: rotate(225deg);
    border-top: 2px solid #53768c;
    border-left: 2px solid #53768c;
    content: "";
    transition: top 0.3s ease, left 0.3s ease, transform 0.3s ease;
  }

  .srch_res_cond_chg_bd_inner {
    border-top: 4px solid #f0f0f0;
    background-color: rgba(255, 255, 255, 0.59);
  }

  .srch_res_cond_chg_bd_lst > li {
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    padding: 20px 0;
  }
  .srch_res_cond_chg_bd_lst > li:nth-of-type(1), .srch_res_cond_chg_bd_lst > li:nth-of-type(2), .srch_res_cond_chg_bd_lst > li:nth-of-type(3), .srch_res_cond_chg_bd_lst > li:nth-of-type(4) {
    border-bottom: 1px solid #d4d4d4;
  }
  .srch_res_cond_chg_bd_lst > li .ttl {
    width: 12%;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.21px;
    line-height: 27px;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd {
    -ms-flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 88%;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .ipt_txt {
    width: calc(100% - 150px - 10px);
    margin-right: 10px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .ipt_txt_main {
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 22px;
    text-align: left;
    text-align: left;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .ipt_txt .underbar {
    display: none;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .ipt_txt_btn {
    width: 150px;
    height: 32px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: 14px;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.slct {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .slct_short {
    width: calc((100% / 3) - 28px);
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .slct_short.is-rslt {
    width: 100%;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .slct_short_main {
    padding: 3px 12px;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check > ul {
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check > ul > li:not(:last-of-type) {
    padding-right: 36px;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check .check {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check .check_inner {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check .check_main {
    display: none;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check .check_main + span {
    display: block;
    position: relative;
    padding-left: 32px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    cursor: pointer;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check .check_main + span:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid #c6c6c6;
    border-radius: 2px;
    background-color: #fff;
    content: "";
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check .check_main:checked + span:before {
    border: 2px solid #4e74e9;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_check .check_main:checked + span:after {
    -ms-transform: rotate(40deg);
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 12px;
    width: 6px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio > ul {
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio > ul > li:not(:last-of-type) {
    padding-right: 36px;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio .check {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio .check_inner {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio .check_main {
    display: none;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio .check_main + span {
    display: block;
    position: relative;
    padding-left: 32px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    cursor: pointer;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio .check_main + span:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid #c6c6c6;
    border-radius: 50%;
    background-color: #fff;
    content: "";
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio .check_main:checked + span:before {
    border: 2px solid #4e74e9;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.ipt_radio .check_main:checked + span:after {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2470ff;
    content: "";
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd.slct_long .tilda {
    margin: 0 14px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: 14px;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .slct_long_blk {
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3 - 28px);
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .slct_long_blk_inner:nth-of-type(1) {
    width: 36%;
  }
  .srch_res_cond_chg_bd_lst > li .ttl_bd .slct_long_blk_inner:nth-of-type(2), .srch_res_cond_chg_bd_lst > li .ttl_bd .slct_long_blk_inner:nth-of-type(3) {
    width: 32%;
  }

  .srch_res_cond_chg_bd_lst_spc > li:nth-of-type(4) {
    border-bottom: none;
  }

  .srch_res_opt {
    height: 44px;
    border-top: 4px solid #f0f0f0;
  }

  .srch_res_opt_inner {
    -ms-flex-direction: row;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }

  .srch_res_opt_head {
    margin-right: 24px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: normal;
  }

  .srch_res_opt_lst {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-right: 17px;
  }
  .srch_res_opt_lst li a {
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: normal;
  }
  .srch_res_opt_lst li.is-current a {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
    pointer-events: none;
  }
  .srch_res_opt_lst li:not(:last-child) {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .srch_res_opt_lst li:not(:last-child):after {
    display: inline-block;
    width: 1px;
    height: 16px;
    margin: 0 10px;
    border-right: 1px solid #748393;
    content: "";
  }

  .srch_res_opt_order {
    margin-right: 17px;
    margin-left: 51px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
  }

  .srch_res_count {
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 18px 0;
  }
  .srch_res_count p {
    color: #333;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.15px;
    line-height: 27px;
  }
  .srch_res_count p span {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.15px;
    line-height: 27px;
  }
  .srch_res_count .display_count {
    -ms-flex-direction: row;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .srch_res_count .display_count_inner {
    -ms-flex-direction: row;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .srch_res_count .display_count_inner:not(:nth-of-type(1)) {
    margin-left: 48px;
  }
  .srch_res_count .display_count_ttl {
    margin-right: 24px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 12px;
  }
  .srch_res_count .display_count_lst {
    -ms-flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
  }
  .srch_res_count .display_count_lst li {
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .srch_res_count .display_count_lst li a {
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.58px;
    line-height: 14px;
  }
  .srch_res_count .display_count_lst li.is-active a {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: 14px;
    pointer-events: none;
  }
  .srch_res_count .display_count_lst li:not(:last-of-type):after {
    display: inline-block;
    width: 1px;
    height: 14px;
    margin-right: 9px;
    padding-left: 9px;
    border-right: 1px solid #748393;
    content: "";
  }

  #wrapper.is-srch_cond_show .srch_res_cond_chg button.is-arrow:after {
    -ms-transform: rotate(45deg);
    top: 4px;
    right: -17px;
    transform: rotate(45deg);
  }

  .separator {
    display: none;
  }

  .smnrgst_sec {
    margin-top: 45px;
  }
  .smnrgst_sec .read {
    margin: 20px 0;
    font-size: 142%;
  }

  .smnrgst_sec-ttl_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .smnrgst_sec-ttl {
    padding-left: 13px;
    border-left: 4px solid #53768c;
  }
  .smnrgst_sec-ttl span {
    color: #2f2f2f;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
  }

  .smnrgst_sec-date {
    color: #a5a5a5;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1.4px;
    line-height: 22px;
    text-align: right;
  }

  .smnrgst_sec:first-child {
    margin-top: 0;
  }

  .smnrgst_lead {
    margin-top: 20px;
    color: #3a3a3a;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 28px;
  }
  .smnrgst_lead a {
    text-decoration: underline;
  }

  .smnrgst_btn {
    position: relative;
  }
  .smnrgst_btn .reg_btn {
    display: block;
    width: 260px;
    margin: 40px auto 0 auto;
    padding: 13px 10px;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    line-height: 18px;
    text-align: center;
  }
  .smnrgst_btn .reg_btn:disabled {
    border: 1px solid rgba(207, 16, 16, 0.32);
    background-color: #fff;
    color: #cf1010;
    pointer-events: none;
  }
  .smnrgst_btn .reg_btn .reg_btn_nowrap-line-height {
    white-space: nowrap;
  }
  .smnrgst_btn .reg_btn .reg_btn_line-height {
    line-height: 1.5;
  }
  .smnrgst_btn .reg_bg_back-link {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 130px;
  }

  .smnrgst_btn-backonly .reg_bg_back-link {
    width: 260px;
    margin: 23px auto 0 auto;
  }

  .smnrgst_cal-ttl {
    margin-top: 18px;
    padding: 26px 0;
    background-color: rgba(168, 175, 183, 0.16);
    text-align: center;
  }
  .smnrgst_cal-ttl p {
    display: inline-block;
    color: #0c53da;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.26px;
    line-height: 16px;
    text-align: left;
  }
  .smnrgst_cal-ttl p span {
    display: block;
    margin-top: 7px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.9px;
    line-height: 12px;
  }

  .smnrgst_prv {
    margin-top: 30px;
    text-align: center;
  }
  .smnrgst_prv a {
    color: #2470ff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 14px;
  }

  .smnrgst_maskarea {
    position: relative;
  }
  .smnrgst_maskarea.is-mask:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    content: "";
  }

  .smnrgst_err-top {
    margin: -10px 0 30px 0;
    color: #ff0000;
    font-size: 14px;
    font-size: 1.6rem;
    font-weight: 700;
  }

  .smnrgst_err-top2 {
    margin: -10px 0 30px 0;
    color: #ff0000;
    font-size: 14px;
    font-size: 1.6rem;
    font-weight: 700;
  }

  .smnrgst_main {
    margin-top: 0;
  }

  .smnrgst_main-ttl {
    color: #4c4c4c;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 25.02px;
  }

  .smnrgst_main-dtl {
    margin-top: 20px;
    padding: 15px 18px;
    background-color: #ededed;
  }

  .smnrgst_main-dtl-date {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 23.04px;
  }

  .smnrgst_main-dtl-txt {
    margin-top: 15px;
    color: #333;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 31px;
  }

  .smnrgst_login-btnarea {
    margin-top: 25px;
    text-align: center;
  }

  .smnrgst_login-note {
    margin-top: 10px;
    color: #233539;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
  .smnrgst_login-note a {
    color: #2e7de8;
    font-weight: 700;
  }

  .smnrgst_ses.is-confirm .smnrgst_ses-wrp {
    padding-top: 0;
    border-top: none;
  }

  .smnrgst_ses-wrp {
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid #d8d8d8;
  }

  .smnrgst_ses-lead {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 21.98px;
  }
  .smnrgst_ses-lead span {
    color: #ec3737;
  }

  .smnrgst_ses-note {
    margin-top: 5px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 30.94px;
  }

  .smnrgst_ses-pgm {
    margin-top: 20px;
  }

  .smnrgst_ses-pgm-ttl {
    padding: 13px 0;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 14px;
    text-align: center;
  }

  .smnrgst_ses-pgm-hour {
    border-bottom: 2px solid #c3c3c3;
    background-color: #e4e4e4;
  }

  .smnrgst_ses-pgm-hour-ttl {
    padding: 14px 0;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: center;
  }
  .smnrgst_ses-pgm-hour-ttl.is-require:after {
    margin-left: 2px;
  }

  .smnrgst_ses-pgm-hour-lst {
    padding: 0 17px 20px;
  }

  .smnrgst_ses-pgm-hour-itm {
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    width: 100%;
    margin-top: 12px;
    padding: 17px 16px 15px;
    background-color: #fff;
  }
  .smnrgst_ses-pgm-hour-itm:first-child {
    margin-top: 0;
  }

  .smnrgst_ses-pgm-hour-itm-radio {
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
  }
  .smnrgst_ses-pgm-hour-itm-radio > input[type=radio] {
    display: none;
  }
  .smnrgst_ses-pgm-hour-itm-radio > input[type=radio] + span {
    display: block;
    width: 18px;
    height: 18px;
    border: solid 2px #c6c6c6;
    border-radius: 2px;
    background-color: #ffffff;
  }
  .smnrgst_ses-pgm-hour-itm-radio > input[type=radio]:checked + span {
    border: none;
    background-color: #1f51c7;
    background-image: url(/assets/svg/icon_check_wht_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px auto;
  }
  .smnrgst_ses-pgm-hour-itm-radio > input[type=radio]:checked + span:after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f6ff;
    box-shadow: 0 0 0 6px rgba(31, 81, 199, 0.3);
    content: "";
  }
  .smnrgst_ses-pgm-hour-itm-radio.is-single {
    display: none;
  }

  .smnrgst_ses-pgm-hour-itm-inr {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .smnrgst_ses-pgm-hour-itm-ttl {
    display: inline-block;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 18px;
  }
  .smnrgst_ses-pgm-hour-itm-ttl span {
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    padding: 0px 20px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: center;
    vertical-align: top;
  }
  .smnrgst_ses-pgm-hour-itm-ttl span.is-blue {
    background-color: #2d71ba;
  }
  .smnrgst_ses-pgm-hour-itm-ttl span.is-orange {
    background-color: #ef8232;
  }
  .smnrgst_ses-pgm-hour-itm-ttl span.is-green {
    background-color: #bac53f;
  }
  .smnrgst_ses-pgm-hour-itm-ttl span.is-violet {
    background-color: #bc7aff;
  }

  .smnrgst_ses-pgm-hour-itm-dtl {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 7px;
  }

  .smnrgst_ses-pgm-hour-itm-dtl-speaker {
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 18px;
  }
  .smnrgst_ses-pgm-hour-itm-dtl-speaker span {
    margin-left: 5px;
  }
  .smnrgst_ses-pgm-hour-itm-dtl-speaker span:first-child {
    margin-left: 0;
  }

  .smnrgst_ses-pgm-hour-itm-dtl-status {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.8px;
    line-height: 14px;
  }
  .smnrgst_ses-pgm-hour-itm-dtl-status.is-fewleft {
    color: #f5621d;
    font-weight: 700;
  }

  .smnrgst_ses-pgm-hour-itm-unclass {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 16px;
  }

  .smnrgst_ses-pgm-hour-itm.is-selectable {
    cursor: pointer;
  }
  .smnrgst_ses-pgm-hour-itm.is-unselectable {
    background-color: #f2f2f2;
  }
  .smnrgst_ses-pgm-hour-itm.is-unselectable .smnrgst_ses-pgm-hour-itm--inr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .smnrgst_ses-pgm-hour-itm.no-check .smnrgst_ses-pgm-hour-itm--inr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .smnrgst_ses-pgm-interval {
    padding: 15px 0;
    border-bottom: 1px solid #c0c0c0;
    background-color: #fafafa;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 16px;
    text-align: center;
  }

  .smnrgst_survey {
    margin-top: 90px;
  }

  .smnrgst_bitmember .consent_area {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .smnrgst_bitmember .reg_main_ipt-itm.no-bdr {
    margin-bottom: 20px;
    border-top: none;
  }

  .smnrgst_bitmember-lead {
    margin-top: 20px;
    color: #f57530;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 31.97px;
    text-align: center;
  }

  .smnrgst_bitmember_meritlist {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  .smnrgst_bitmember_meritlist-container {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 24px;
  }
  .smnrgst_bitmember_meritlist-container:first-child {
    padding-right: 5px;
  }
  .smnrgst_bitmember_meritlist-container:last-child {
    padding-left: 5px;
  }

  .smnrgst_bitmember_meritlist-item {
    width: 50%;
  }
  .smnrgst_bitmember_meritlist-item:first-child {
    padding-right: 5px;
  }
  .smnrgst_bitmember_meritlist-item:last-child {
    padding-left: 5px;
  }
  .smnrgst_bitmember_meritlist-item:before {
    display: block;
    width: 100%;
    padding-top: 56px;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
  }
  .smnrgst_bitmember_meritlist-item.is-art:before {
    background-image: url(/assets/images/article/icon_merit_art.png);
    background-size: 55px auto;
  }
  .smnrgst_bitmember_meritlist-item.is-tagclip:before {
    background-image: url(/assets/images/common/icon_log_merit-2-new.png);
    background-size: 60px auto;
  }
  .smnrgst_bitmember_meritlist-item.is-prev:before {
    background-image: url(/assets/images/article/icon_merit_cmt.png);
    background-size: 90px auto;
  }
  .smnrgst_bitmember_meritlist-item.is-rcmd:before {
    background-image: url(/assets/images/article/icon_merit_rcmd.png);
    background-size: 82px auto;
  }

  .smnrgst_bitmember_meritlist-ttl {
    margin-top: 3px;
    color: #131313;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: center;
  }

  .smnrgst_bitmember_meritlist-text {
    margin-top: 2px;
    color: #131313;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.52px;
    line-height: 18px;
  }

  .smnrgst_bitmember-link {
    margin: 0 0 30px;
    text-align: center;
  }
  .smnrgst_bitmember-link a {
    color: #2d76ff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.7px;
    line-height: 16px;
  }

  .smnrgst_bitmember-note {
    margin-top: 20px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1.1px;
    line-height: 21.98px;
    text-align: center;
  }

  .smnrgst_posttype-slct {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
  }

  .smnrgst_posttype-slct-itm {
    width: 50%;
  }
  .smnrgst_posttype-slct-itm:first-child {
    padding-right: 18px;
  }
  .smnrgst_posttype-slct-itm:last-child {
    padding-left: 18px;
  }

  .smnrgst_posttype-slct-itm-note {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 21.98px;
  }
  .smnrgst_posttype-slct-itm-note a {
    text-decoration: underline;
  }
  .smnrgst_posttype-slct-itm-note.is-red {
    color: #ce0000;
  }

  .smnrgst_posttype-slct-btn {
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
    width: 100%;
    height: 76px;
    padding-left: 16px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  }
  .smnrgst_posttype-slct-btn.is-selectable {
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  .smnrgst_posttype-slct-btn.is-selectable:hover {
    opacity: 0.6;
  }
  .smnrgst_posttype-slct-btn.is-unselectable .smnrgst_posttype-slct-btn-inr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .smnrgst_posttype-slct-btn.is-disable {
    padding-left: 0;
    background-color: #f0f0f0;
    box-shadow: none;
    pointer-events: none;
  }
  .smnrgst_posttype-slct-btn.is-disable .smnrgst_posttype-slct-btn-inr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .smnrgst_posttype-slct-btn.is-disable .smnrgst_posttype-slct-btn-radio {
    display: none;
  }
  .smnrgst_posttype-slct-btn.is-disable .smnrgst_posttype-slct-btn-ttl {
    color: #aeaeae;
    text-align: center;
  }
  .smnrgst_posttype-slct-btn.is-disable .smnrgst_posttype-slct-btn-txt {
    display: none;
  }

  .smnrgst_posttype-slct-btn-radio {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
  }
  .smnrgst_posttype-slct-btn-radio > input[type=radio] {
    display: none;
  }
  .smnrgst_posttype-slct-btn-radio > input[type=radio] + span.radio-icon {
    position: relative;
  }
  .smnrgst_posttype-slct-btn-radio > input[type=radio] + span.radio-icon:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    margin-top: -9px;
    border: 1px solid #979797;
    border-radius: 50%;
    background-color: #f8f8f8;
    content: "";
  }
  .smnrgst_posttype-slct-btn-radio > input[type=radio]:checked + span.radio-icon:before {
    left: -1px;
    margin-top: -10px;
    border: 2px solid #2470ff;
  }
  .smnrgst_posttype-slct-btn-radio > input[type=radio]:checked + span.radio-icon:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 3px;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    border-radius: 50%;
    background: #2470ff;
    content: "";
  }
  .smnrgst_posttype-slct-btn-radio > input[type=radio]:checked + span.radio-icon + span.radio-bdr {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(168, 175, 183, 0.16);
    box-shadow: 0 0 0 6px rgba(31, 81, 199, 0.3);
    content: "";
  }

  .smnrgst_posttype-slct-btn-inr {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .smnrgst_posttype-slct-btn-ttl {
    color: #0c53da;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.26px;
    line-height: 16px;
  }

  .smnrgst_posttype-slct-btn-txt {
    margin-top: 6px;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.9px;
    line-height: 12px;
  }

  .smnrgst_posttype-about {
    margin: 15px -40px 0;
  }

  .smnrgst_posttype-about-trg {
    margin: 0 40px;
    text-align: right;
  }
  .smnrgst_posttype-about-trg a {
    display: inline-block;
    color: #748393;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.58px;
    line-height: 14px;
  }
  .smnrgst_posttype-about-trg a:after {
    display: inline-block;
    width: 12px;
    height: 8px;
    margin-left: 6px;
    background-image: url(/assets/images/common/arrow_down_blu_04.png);
    background-repeat: no-repeat;
    background-size: 12px 8px;
    vertical-align: 0px;
    content: "";
  }
  .smnrgst_posttype-about-trg a .smnrgst_posttype-about-trg_opentxt {
    display: inline;
  }
  .smnrgst_posttype-about-trg a .smnrgst_posttype-about-trg_closetxt {
    display: none;
  }
  .smnrgst_posttype-about-trg a.is-open:after {
    background-image: url(/assets/images/common/arrow_up_blu_04.png);
  }
  .smnrgst_posttype-about-trg a.is-open .smnrgst_posttype-about-trg_opentxt {
    display: none;
  }
  .smnrgst_posttype-about-trg a.is-open .smnrgst_posttype-about-trg_closetxt {
    display: inline;
  }

  .smnrgst_posttype-about-tgt {
    display: none;
  }

  .smnrgst_regipt {
    padding-top: 45px;
  }

  .svy_wrp {
    padding: 22px 25px 25px;
    background-color: #fbf7e7;
  }
  .svy_wrp.is-hide {
    display: none;
  }

  .svy_ttl {
    color: #927625;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
  }

  .svy_lead {
    margin-top: 15px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 21.98px;
  }

  .svy_lst {
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
  }

  .svy_itm {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 10px 30px 10px 0;
  }
  .svy_itm label {
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: 22px;
  }
  .svy_itm input[type=checkbox] {
    display: none;
  }
  .svy_itm input[type=checkbox]:checked + span:before {
    border: 2px solid #4e74e9;
  }
  .svy_itm input[type=checkbox]:checked + span:after {
    -ms-transform: rotate(40deg);
    display: block;
    position: absolute;
    top: -5px;
    left: 7px;
    width: 6px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 6px solid #4e74e9;
    border-bottom: 6px solid #4e74e9;
    content: "";
  }
  .svy_itm span {
    display: block;
    position: relative;
    padding-left: 30px;
  }
  .svy_itm span:before {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #979797;
    background-color: #f8f8f8;
    content: "";
  }

  .svy_itm-textarea {
    margin-top: 10px;
    padding-left: 30px;
  }
  .svy_itm-textarea textarea {
    width: 100%;
    padding: 4px 8px;
    border: solid 1px #d4d4d4;
    border-radius: 4px;
    background-color: #f9fdcf;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 21px;
    resize: none;
  }
  .svy_itm-textarea textarea:disabled {
    background-color: #f8f8f8 !important;
  }
  .svy_itm-textarea .err {
    display: none;
    margin-top: 11px;
    color: #ff0000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 22px;
  }
  .svy_itm-textarea .err.has-err {
    display: block;
  }

  .svy_itm.is-other {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 10px 0 10px 0;
  }

  .tagwrds_lst-itm {
    display: inline-block;
    margin: 10px 25px 0 0;
    margin-left: 14px;
    text-indent: -14px;
  }
  .tagwrds_lst-itm a {
    color: #53768c;
    color: #53768c !important;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 18px;
    text-decoration: none !important;
  }
  .tagwrds_lst-itm a:before {
    margin-right: 6px;
    content: "#";
  }

  .ui-tooltip {
    border: none !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    line-height: 14px !important;
    white-space: pre-line !important;
  }

  .trnd_wrd_lst-itm {
    padding-left: 14px;
  }
  .trnd_wrd_lst-itm a {
    display: -ms-flexbox;
    display: flex;
    margin-right: 6px;
    color: #2f2f2f;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: normal;
  }
  .trnd_wrd_lst-itm a:hover {
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-color: #53768c;
    text-decoration-color: #53768c;
    text-decoration-line: underline;
  }
  .trnd_wrd_lst-itm span:before {
    margin-right: 6px;
    content: "#";
  }
  .trnd_wrd_lst-itm button {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 96px;
    height: 32px;
    margin-right: 6px;
    margin-left: 6px;
    padding-left: 5px;
    padding-left: 24px;
    border: 1px solid #53768c;
    border-radius: 3px;
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-align: left;
  }
  .trnd_wrd_lst-itm button span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    width: 14px;
    height: 14px;
    margin: auto;
  }
  .trnd_wrd_lst-itm button span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .trnd_wrd_lst-itm button span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 1px;
    width: 12px;
    height: 2px;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .trnd_wrd_lst-itm button label {
    color: #53768c;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
  }
  .trnd_wrd_lst-itm button label:hover {
    cursor: pointer;
  }
  .trnd_wrd_lst-itm button.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  .trnd_wrd_lst-itm button.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 5px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .trnd_wrd_lst-itm button.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .trnd_wrd_lst-itm button label {
    display: block;
    width: 100%;
    text-align: left;
  }

  .usr_blck-list {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: start;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 68px;
    padding-right: 30px;
    padding-left: 12px;
  }
  .usr_blck-list .itm {
    display: block;
    width: calc(100% / 3);
    margin-top: 34px;
  }
  .usr_blck-list .itm:first-of-type {
    border-top: none;
  }
  .usr_blck-list .itm:nth-of-type(1), .usr_blck-list .itm:nth-of-type(2), .usr_blck-list .itm:nth-of-type(3) {
    margin-top: 0;
  }
  .usr_blck-list .itm .usrinfo {
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .usr_blck-list .itm .usrinfo-txt {
    width: 63%;
  }
  .usr_blck-list .itm .usrinfo-btn {
    display: block;
    width: 100%;
    margin-top: 2px;
    padding-left: 11px;
  }
  .usr_blck-list .itm .usrinfo-btn .com {
    width: 100%;
    color: #333;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.9px;
    line-height: 10px;
    text-align: left;
  }
  .usr_blck-list .itm .usrinfo-btn .post {
    width: 100%;
    margin-top: 4px;
    color: #333;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.9px;
    line-height: 10px;
    text-align: left;
  }
  .usr_blck-list .itm .usrinfo-btn .name {
    width: 100%;
    margin-top: 7px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.12px;
    line-height: 14px;
    text-align: left;
  }
  .usr_blck-list .itm.is-blck .usr_blck-action .toggle_list .toggle_list_inner .blck-release-btn,
.usr_blck-list .itm.is-blck .usr_blck-btn .blck-btn {
    display: block;
  }
  .usr_blck-list .itm.is-release-blck .usr_blck-action .toggle_list .toggle_list_inner .blck-btn {
    display: block;
  }
  .usr_blck-list .itm.is-release-blck .usr_blck-btn .flw-btn {
    display: -ms-flexbox;
    display: flex;
  }

  .usr_blck-icon {
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
  }

  .usr_blck-action {
    -ms-flex: 0 0 22px;
    position: relative;
    flex: 0 0 22px;
  }
  .usr_blck-action .action-btn {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .usr_blck-action .action-btn + .toggle_list {
    display: none;
  }
  .usr_blck-action .action-btn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 12px;
    margin-top: -6px;
    margin-left: -2px;
  }
  .usr_blck-action .action-btn span:before {
    top: 0;
  }
  .usr_blck-action .action-btn span:after {
    bottom: 0;
  }
  .usr_blck-action .action-btn span:before, .usr_blck-action .action-btn span:after {
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #748393;
    content: "";
    transition: all 0.2s ease;
  }
  .usr_blck-action .action-btn.is-myp-toggle-open span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 8px;
  }
  .usr_blck-action .action-btn.is-myp-toggle-open span:before {
    -ms-transform: rotate(45deg);
    -ms-transform-origin: bottom right;
    top: 10px;
    left: -11px;
    width: 14px;
    height: 3px;
    transform: rotate(45deg);
    transform-origin: bottom right;
    border-radius: 0;
  }
  .usr_blck-action .action-btn.is-myp-toggle-open span:after {
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: bottom left;
    top: 10px;
    left: 3px;
    width: 14px;
    height: 3px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    border-radius: 0;
  }
  .usr_blck-action .toggle_list {
    z-index: 3;
    position: absolute;
    top: 25px;
    right: -75px;
    width: 210px;
    padding: 15px;
    background-color: #fff;
    box-shadow: -2px 4px 8px 2px rgba(0, 0, 0, 0.12);
  }
  .usr_blck-action .toggle_list .toggle_list_inner .toggle_itm.blck-release-btn, .usr_blck-action .toggle_list .toggle_list_inner .toggle_itm.blck-btn {
    display: none;
  }
  .usr_blck-action .toggle_list .toggle_list_inner .toggle_itm.blck-release-btn button, .usr_blck-action .toggle_list .toggle_list_inner .toggle_itm.blck-btn button {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
  }

  .usr_blck-btn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 22px;
  }
  .usr_blck-btn .flw-btn {
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    display: -ms-flexbox;
    display: flex;
    display: none;
    position: relative;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    justify-content: space-around;
    width: 136px;
    height: 32px;
    margin: 11px auto 0 auto;
    padding: 0 10px;
    border: 1px solid #53768c;
    border-radius: 3px;
  }
  .usr_blck-btn .flw-btn span {
    position: relative;
    width: 22px;
    height: 14px;
    background-image: url("/assets/images/common/icon_follow.svg");
    background-repeat: no-repeat;
  }
  .usr_blck-btn .flw-btn span:before {
    -ms-transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 0;
    height: 0;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .usr_blck-btn .flw-btn span:after {
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 0;
    height: 0;
    transform: rotate(0deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .usr_blck-btn .flw-btn label {
    color: #53768c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
  }
  .usr_blck-btn .flw-btn label:hover {
    cursor: pointer;
  }
  .usr_blck-btn .flw-btn.is-b-active {
    border: none;
    background-color: #ced5dc;
  }
  .usr_blck-btn .flw-btn.is-b-active span {
    width: 0px;
    margin: 0px;
    background-image: none;
  }
  .usr_blck-btn .flw-btn.is-b-active span:before {
    -ms-transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 8px;
    width: 6px;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.2s ease;
  }
  .usr_blck-btn .flw-btn.is-b-active span:after {
    -ms-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 14px;
    height: 2px;
    transform: rotate(-45deg);
    border-radius: 10px;
    background: none repeat scroll 0 0 #53768c;
    content: "";
    transition: all 0.1s ease;
  }
  .usr_blck-btn .blck-btn {
    display: none;
    width: 136px;
    height: 32px;
    margin: 11px auto 0 auto;
    border: 1px solid #ce0000;
    border-radius: 3px;
    color: #ce0000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 14px;
  }
  .usr_blck-btn .blck-btn label:hover {
    cursor: pointer;
  }

  #drw .drw--head.is-m_right .icon_usr-inner, #drw .drw--head.is-m_prm .icon_usr-inner, #drw .drw--head.is-m_bit .icon_usr-inner, #drw .drw--head.is-m_flw .icon_usr-inner {
    position: relative;
    width: 62px;
    height: 62px;
  }
  #drw .drw--head.is-m_right .icon_usr-inner img, #drw .drw--head.is-m_prm .icon_usr-inner img, #drw .drw--head.is-m_bit .icon_usr-inner img, #drw .drw--head.is-m_flw .icon_usr-inner img {
    z-index: 1;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 54px;
    height: 54px;
  }
  #drw .drw--head.is-m_right .icon_usr > label, #drw .drw--head.is-m_prm .icon_usr > label, #drw .drw--head.is-m_bit .icon_usr > label, #drw .drw--head.is-m_flw .icon_usr > label {
    color: #281915;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
  }
  #drw .drw--cnt-itm .rcmd_usr .icon_usr {
    -ms-flex-pack: justify;
    -ms-flex-align: initial;
    align-items: initial;
    justify-content: space-between;
  }
  #drw .drw--cnt-itm .rcmd_usr .icon_usr-inner {
    position: relative;
    width: 50px;
    height: 50px;
  }
  #drw .drw--cnt-itm .rcmd_usr .icon_usr-inner img {
    z-index: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 44px;
    height: 44px;
  }
  #drw .drw--cnt-itm .rcmd_usr .icon_usr > label {
    color: #281915;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.58px;
    line-height: normal;
  }

  .usrico-small {
    position: relative;
  }

  .usrico-small_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ccc;
  }

  .usrico-small a {
    width: 100%;
    height: 100%;
    /* display: block; */
    transition: none;
  }
  .usrico-small a:hover {
    opacity: 1;
  }
  .usrico-small.is-m_right:before, .usrico-small.is-m_prm:before, .usrico-small.is-m_bit:before, .usrico-small.is-m_flw:before {
    display: block;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 42%;
    height: 42%;
    border-radius: 50%;
    content: "";
  }
  .usrico-small.is-m_right:before {
    background-color: #ce0000;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    content: "!";
  }
  .usrico-small.is-m_prm:before {
    background-color: #c09a00;
    text-align: center;
    content: "P";
  }
  .usrico-small.is-m_bit:before {
    background-image: url(/assets/svg/icon_iine.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .usrico-small.is-m_flw:before {
    background-color: #2e7de8;
    background-image: url(/assets/svg/icon_check_wht.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70% auto;
  }

  .js-hint-wrap {
    position: relative;
  }
  .js-hint-wrap.is-author {
    margin: 0 auto;
  }
  .js-hint-wrap.is-hover button {
    box-shadow: 0 0 0 2px #23465c;
    transition: opacity 0.2s ease;
  }
  .js-hint-wrap .js-hint-box {
    display: none;
    z-index: 2;
    z-index: 2;
    position: absolute;
    top: -58px;
    bottom: unset;
    left: -25px;
    width: 135px;
    height: auto;
    padding: 10px 15px;
    padding: 7px 7px;
    border-radius: 8px;
    background-color: #53768c;
    box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 16px;
    text-align: left;
  }
  .js-hint-wrap .js-hint-box:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -6px;
    border-top: 12px solid #53768c;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
  }
  .js-hint-wrap .js-hint-box.is-mainte {
    top: -32px;
    left: 16px;
    width: 122px;
    text-align: center;
  }
  .js-hint-wrap .js-hint-box.is-ev_preview {
    top: -34px;
    left: 50%;
    width: 440px;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .js-hint-wrap .js-hint-box.is-memb_merit {
    top: -34px;
    left: 50%;
    width: 122px;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .js-hint-wrap .js-hint-box:is(.is-bit_light, .is-bit_pre) {
    top: -50px;
    left: 75%;
    width: 122px;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .js-hint-wrap .js-hint-box.is-bit_pre {
    top: -32px;
  }
  .js-hint-wrap .js-hint-box.is-bitmail {
    top: -34px;
    left: -5%;
    width: 220px;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .js-hint-wrap .js-hint-msg {
    display: none;
    z-index: 2;
    position: absolute;
    top: -60px;
    left: -16px;
    width: 170px;
    height: auto;
    padding: 7px 7px;
    border-radius: 8px;
    background-color: #53768c;
    box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 16px;
  }
  .js-hint-wrap .js-hint-msg:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -6px;
    border-top: 12px solid #53768c;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
  }
  .js-hint-wrap .js-hint-ltmsg {
    display: none;
    z-index: 2;
    position: absolute;
    top: -65px;
    left: 203px;
    width: 200px;
    height: auto;
    padding: 7px 7px;
    border-radius: 8px;
    background-color: #53768c;
    box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 16px;
  }
  .js-hint-wrap .js-hint-ltmsg:after {
    position: absolute;
    bottom: -10px;
    left: 10%;
    width: 0;
    height: 0;
    margin: 0 0 0 -6px;
    border-top: 12px solid #53768c;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
  }
  .js-hint-wrap .js-bitmail-msg {
    display: none;
    z-index: 2;
    position: absolute;
    top: -17px;
    left: -223px;
    width: 187px;
    height: auto;
    padding: 7px 7px;
    border-radius: 8px;
    background-color: #53768c;
    box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 16px;
  }
  .js-hint-wrap .js-bitmail-msg:after {
    position: absolute;
    top: 35%;
    right: -10px;
    width: 0;
    height: 0;
    margin: 0 0 0 -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #53768c;
    content: "";
  }

  .js-hint-bit-wrap .js-hint-bit-box {
    display: none;
    z-index: 2;
    position: absolute;
    bottom: 40px;
    left: -10px;
    width: 192px;
    height: auto;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #53768c;
    box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 16px;
    text-align: left;
  }
  .js-hint-bit-wrap .js-hint-bit-box:after {
    position: absolute;
    bottom: -10px;
    left: 22%;
    width: 0;
    height: 0;
    margin: 0 0 0 -6px;
    border-top: 12px solid #53768c;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
  }
  .js-hint-bit-wrap .js-hint-bit-box:is(.is-top_mainnavi, .is-top_mainnavi_news) {
    left: -18px;
  }
  .js-hint-bit-wrap .js-hint-bit-box:is(.is-top_sidenavi_sp, .is-top_sidenavi_mv, .is-top_sidenavi_doc, .is-top_sidenavi_ev, .is-evtop_sidenavi, .is-top_sidenavi_hot_s, .is-top_sidenavi_sp_s, .is-top_sidenavi_mv_s, .is-top_sidenavi_doc_s, .is-list_au) {
    left: -40px;
  }
  .crd_itm .js-hint-bit-wrap .js-hint-bit-box:after {
    margin: 0 0 0 -16px;
  }
  .crd_itm .js-hint-bit-wrap {
    bottom: 8px;
    left: 12px;
  }

  .js-hint-cmt-wrap .js-hint-cmt-box {
    display: none;
    z-index: 2;
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 182px;
    height: auto;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #53768c;
    box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 16px;
    text-align: left;
  }
  .js-hint-cmt-wrap .js-hint-cmt-box:after {
    position: absolute;
    bottom: -10px;
    left: 22%;
    width: 0;
    height: 0;
    margin: 0 0 0 -6px;
    border-top: 12px solid #53768c;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
  }
  .js-hint-cmt-wrap .js-hint-cmt-box:after {
    border-right: 13px solid transparent;
    border-left: 4px solid transparent;
  }

  #drw .drw--head .usrico.is-m_prm:before {
    color: #fff;
    font-size: 15.42857px;
    font-size: 1.54286rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
  }
  #drw .rcmd_usr .usrico.is-m_prm:before {
    color: #fff;
    font-size: 12.57143px;
    font-size: 1.25714rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16.2963px;
  }

  #drw .drw--head .usrico-small.is-m_prm:before {
    color: #fff;
    font-size: 15.42857px;
    font-size: 1.54286rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
  }
  #drw .rcmd_usr .usrico-small.is-m_prm:before {
    color: #fff;
    font-size: 12.57143px;
    font-size: 1.25714rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16.2963px;
  }

  html {
    min-width: 1020px;
  }

  img {
    width: 100%;
  }

  .ar-memberlogin-merit {
    clear: both;
  }

  .ar-memberlight-limit,
.ar-memberbitmail-limit {
    clear: both;
  }

  .ar-memberlogin-merit__inner {
    padding: 10px 0 20px 0;
  }

  .ar-memberlogin-merit-action__title {
    margin-bottom: 30px;
    text-align: center;
  }

  .ar-memberlogin-merit-action__title--text {
    color: #2f2f2f;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 22px;
  }

  .ar-memberlogin-merit-action__subtitle {
    margin-bottom: 30px;
    text-align: left;
  }

  .ar-memberlogin-merit-action__subtitle--text {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 31px;
  }

  .ar-memberlogin-merit-action__btn {
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 44px;
    margin-bottom: 20px;
  }

  .ar-memberlogin-merit-action__btn--regist {
    -ms-flex-item-align: stretch;
    -ms-flex-pack: distribute;
    display: -ms-flexbox;
    display: flex;
    align-self: stretch;
    justify-content: space-around;
    width: 49%;
    padding: 13px 5px;
    border-radius: 3px;
    background-color: #f35f18;
    color: #fff !important;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: normal;
    text-decoration: none !important;
  }

  .ar-memberlogin-merit-action__btn--regist--text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .ar-memberlogin-merit-action__btn--login {
    -ms-flex-item-align: stretch;
    -ms-flex-pack: distribute;
    display: -ms-flexbox;
    display: flex;
    align-self: stretch;
    justify-content: space-around;
    width: 49%;
    padding: 13px 5px;
    border-radius: 3px;
    background-color: #2470ff;
    color: #fff !important;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: normal;
    text-decoration: none !important;
  }

  .ar-memberlogin-merit-action__btn--login--text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .ar-memberlogin-merit-description__inner {
    padding: 30px 0;
    border: 1px solid #a3976d;
    border-radius: 3px;
  }

  .ar-memberlogin-merit-description__title {
    margin: 0 24px 24px 24px;
    text-align: center;
  }

  .ar-memberlogin-merit-description__title--text {
    display: inline-block;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 32px;
  }

  .ar-memberlogin-merit-description__title--gold {
    margin-top: 15px;
    color: #a3976d;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: 1.7px;
    line-height: 23px;
  }

  .ar-memberlogin-merit-description__meritlist {
    display: -ms-flexbox;
    display: flex;
  }

  .ar-memberlogin-merit-description__meritlist--container {
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 24px;
  }
  .ar-memberlogin-merit-description__meritlist--container:first-child {
    padding-right: 5px;
    padding-left: 30px;
  }
  .ar-memberlogin-merit-description__meritlist--container:last-child {
    padding-right: 30px;
    padding-left: 5px;
  }

  .ar-memberlogin-merit-description__meritlist--item {
    width: 50%;
  }
  .ar-memberlogin-merit-description__meritlist--item:first-child {
    padding-right: 5px;
  }
  .ar-memberlogin-merit-description__meritlist--item:last-child {
    padding-left: 5px;
  }
  .ar-memberlogin-merit-description__meritlist--item:before {
    display: block;
    width: 100%;
    padding-top: 56px;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
  }
  .ar-memberlogin-merit-description__meritlist--item.is-art:before {
    background-image: url(/assets/images/article/icon_merit_art.png);
    background-size: 55px auto;
  }
  .ar-memberlogin-merit-description__meritlist--item.is-cmt:before {
    background-image: url(/assets/images/common/icon_log_merit-2-new.png);
    background-size: 60px auto;
  }
  .ar-memberlogin-merit-description__meritlist--item.is-prev:before {
    background-image: url(/assets/images/article/icon_merit_cmt.png);
    background-size: 90px auto;
  }
  .ar-memberlogin-merit-description__meritlist--item.is-rcmd:before {
    background-image: url(/assets/images/article/icon_merit_rcmd.png);
    background-size: 82px auto;
  }

  .ar-memberlogin-merit-description__meritlist--ttl {
    margin-top: 3px;
    color: #131313;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: center;
  }

  .ar-memberlogin-merit-description__meritlist--text {
    margin-top: 2px;
    color: #131313;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.52px;
    line-height: 18px;
  }

  .ar-memberlogin-merit-description__ismerit {
    width: 100%;
    padding: 0 40px;
  }
  .ar-memberlogin-merit-description__ismerit a {
    display: block;
    padding: 11px 10px 15px 10px;
    border-radius: 3px;
    background-color: #a3976d;
    color: #fff !important;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: normal;
    text-align: center;
    text-decoration: none !important;
  }

  .kikan {
    width: 170px;
  }

  .upl_explanation {
    margin-top: 4px;
    margin-left: 1em;
    color: #53768c;
    font-size: 1rem;
    line-height: 1.4;
    text-indent: -1em;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  header {
    position: fixed !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1160px) {
  header .header_inner {
    padding-right: 23px;
  }
  header .header_logo_sub {
    padding-left: 20px;
  }
  header .header_copy,
header .header_about,
header .header_login_status {
    font-size: 1.1rem;
  }
  header .header_search {
    width: 147px;
  }
}

@media all and (-ms-high-contrast: none) {
  .case_study__card--remarks.part-lbl {
    width: 20%;
  }
}

@media only screen and (max-width: 767.98px) and (-ms-high-contrast: none) {
  .crd_thumb-lbl.is-article {
    width: 20%;
  }
  .crd_thumb-lbl.is-movie {
    width: 20%;
  }
  .crd_thumb-lbl.is-document {
    width: 40%;
  }
}

@media only screen and (max-width: 767.98px) and (max-width: 400.98px) {
  .crd_ttl.has-iine .crd_data .crd_ttl-pubdate,
.crd_ttl.has-iine .crd_data .curation_source,
.crd_ttl.has-iine .crd_data .crd_ttl-pubdate_cont,
.crd_ttl.has-iine .crd_data .curation_source_cont {
    font-size: 9.5px;
    font-size: 0.95rem;
  }
}

@media only screen and (max-width: 767.98px) and (max-width: 375.98px) {
  .crd_ttl.has-iine .crd_data .crd_ttl-pubdate,
.crd_ttl.has-iine .crd_data .crd_ttl-pubdate_cont {
    margin-bottom: -1.7px;
  }
  .crd_ttl.has-iine .crd_data .crd_data_time {
    padding-right: 5px;
  }
}

@media only screen and (max-width: 400px) {
  .btn_iptprof_wp {
    font-size: 1.4rem;
  }

  .btn_styprof_wp {
    font-size: 1.4rem;
  }
}