@charset "UTF-8";
/*
  2021/12/01 Ryuya Yanagi
  このStyleSheetは使用されています。
  使用されていることが確認されたページ
  - プレスリリース詳細ページ(SPのみ)
*/
/* * * * * * * * * * * * * * * * * * *
 * 表用reset
 */
/* ベース */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}

p {
  margin: 0;
}

ul,
ol {
  padding-left: 0;
  list-style-type: none;
  list-style: none;
}

a {
  background: transparent;
  outline: none;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  /*
    Chromeで縮小画像がぼやける対策
  */
  image-rendering: -webkit-optimize-contrast;
}

*,
*::before,
*::after {
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* * * * * * * * * * * * * * * * * * *
 * 共通変数
 */
html {
  font-family: system-ui, "Hiragino Sans", "YuGothic", "Arial", sans-serif;
}

/* * * * * * * * * * * * * * * * * * *
 * MixIn
 */
.flatpickr-months {
  padding-bottom: 8px;
  background: #F2F2F2;
}
.flatpickr-months span.flatpickr-prev-month,
.flatpickr-months span.flatpickr-next-month {
  height: 20px;
  padding: 10px;
}
.flatpickr-months span.flatpickr-prev-month:hover,
.flatpickr-months span.flatpickr-next-month:hover {
  background: #D9D9D9;
}
.flatpickr-months span.flatpickr-prev-month:hover svg,
.flatpickr-months span.flatpickr-next-month:hover svg {
  fill: #3B3B3B;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  height: 40px;
}

.flatpickr-current-month .numInputWrapper {
  border-radius: 4px;
  position: relative;
}
.flatpickr-current-month .numInputWrapper span.arrowUp, .flatpickr-current-month .numInputWrapper span.arrowDown {
  border: 1px solid transparent;
}
.flatpickr-current-month .numInputWrapper::after {
  content: "年";
  position: absolute;
  bottom: 4px;
  right: -16px;
  font-size: 16px;
}
.flatpickr-current-month .numInputWrapper:hover {
  background: #D9D9D9;
}
.flatpickr-current-month select.flatpickr-monthDropdown-months {
  padding: 0;
  margin-left: 32px;
  height: 28px;
  border-radius: 4px;
}
.flatpickr-current-month select.flatpickr-monthDropdown-months:hover {
  background: #D9D9D9;
}

.flatpickr-innerContainer .flatpickr-day.selected, .flatpickr-innerContainer .flatpickr-day.startRange, .flatpickr-innerContainer .flatpickr-day.endRange, .flatpickr-innerContainer .flatpickr-day.selected.inRange, .flatpickr-innerContainer .flatpickr-day.startRange.inRange, .flatpickr-innerContainer .flatpickr-day.endRange.inRange, .flatpickr-innerContainer .flatpickr-day.selected:focus, .flatpickr-innerContainer .flatpickr-day.startRange:focus, .flatpickr-innerContainer .flatpickr-day.endRange:focus, .flatpickr-innerContainer .flatpickr-day.selected:hover, .flatpickr-innerContainer .flatpickr-day.startRange:hover, .flatpickr-innerContainer .flatpickr-day.endRange:hover, .flatpickr-innerContainer .flatpickr-day.selected.prevMonthDay, .flatpickr-innerContainer .flatpickr-day.startRange.prevMonthDay, .flatpickr-innerContainer .flatpickr-day.endRange.prevMonthDay, .flatpickr-innerContainer .flatpickr-day.selected.nextMonthDay, .flatpickr-innerContainer .flatpickr-day.startRange.nextMonthDay, .flatpickr-innerContainer .flatpickr-day.endRange.nextMonthDay {
  background: #14919B;
  border-color: #14919B;
  color: #ffffff !important;
}
.flatpickr-innerContainer .flatpickr-day.inRange, .flatpickr-innerContainer .flatpickr-day.prevMonthDay.inRange, .flatpickr-innerContainer .flatpickr-day.nextMonthDay.inRange, .flatpickr-innerContainer .flatpickr-day.today.inRange, .flatpickr-innerContainer .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-innerContainer .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-innerContainer .flatpickr-day:hover, .flatpickr-innerContainer .flatpickr-day.prevMonthDay:hover, .flatpickr-innerContainer .flatpickr-day.nextMonthDay:hover, .flatpickr-innerContainer .flatpickr-day:focus, .flatpickr-innerContainer .flatpickr-day.prevMonthDay:focus, .flatpickr-innerContainer .flatpickr-day.nextMonthDay:focus {
  background: #E9E9E9;
  border-color: #E9E9E9;
}
.flatpickr-innerContainer .flatpickr-day.today {
  border-color: #14919B;
}
.flatpickr-innerContainer .flatpickr-day.today:hover, .flatpickr-innerContainer .flatpickr-day.today:focus {
  border-color: #14919B;
  background: #F2F2F2;
  color: #3B3B3B;
}

/* 日曜日：赤 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n + 1),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n + 1) {
  color: #B91C1C;
}

/* 土曜日：青 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
  color: #3168A5;
}

/* 上部の吹き出しを消す */
.flatpickr-calendar::before,
.flatpickr-calendar::after {
  display: none !important;
}

/* ===== 個人ユーザー・メディアユーザーの新ログインフォーム用 ===== */
/* white */
/* gray */
/* primary-blue */
/* secondary_blue */
/* other colors */
.clearfix, .container--center {
  *zoom: 1;
}
.clearfix:after, .container--center:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}

.container--v-align {
  position: relative;
  display: table !important;
  height: 100%;
}
.container--v-align > * {
  display: table-cell;
  vertical-align: middle;
}

.container--center {
  position: relative;
  margin: 0 auto;
}

.hide--invisible {
  visibility: hidden;
  opacity: 0;
}

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

フォローボタン

=================================================================== */
.base-button, .button--follow {
  font-size: 13px;
  position: relative;
  padding: 5px 30px;
  color: #358cda;
  border: 2px solid #358cda;
  border-radius: 4px;
  display: inline-block;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
}
.base-button:hover, .button--follow:hover {
  color: #358cda;
  background-color: #eaeaea;
}

.button--follow {
  padding-left: 50px;
}
.button--follow:before {
  position: absolute;
  left: 20px;
  width: 18px;
  height: 17px;
  content: '';
  background: url('/common/v4.1/images/html/megahon.png?1694593689') no-repeat;
}
.button--follow.onchk {
  color: #fff;
  background-image: url('/common/v4.1/images/html/followcheck.png?1694593689');
}
.button--follow.M-following {
  color: #fff;
  background-color: #479de9;
}
.button--follow.M-following:before {
  position: absolute;
  left: 20px;
  width: 18px;
  height: 18px;
  content: '';
  background: url('/common/v4.1/images/html/followcheck.png?1694593689') no-repeat;
}

/* perfect-scrollbar v0.6.4 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  visibility: hidden;
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

.modal--follow-company, .modal--share-company {
  position: fixed;
  z-index: 1046;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 500px;
  max-width: 90%;
  height: 550px;
  transform: translateY(-50%) translateX(-50%);
  transform-origin: 0 50% 0;
  border: 1px solid lightgrey;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 22px 115px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .modal--follow-company, .modal--share-company {
    height: 75%;
    width: 90%;
  }
}
.modal--follow-company.m-mobile, .m-mobile.modal--share-company {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  width: auto;
  height: auto;
  margin: 0;
}
.modal--follow-company:after, .modal--share-company:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  display: block;
  width: 100%;
  height: 40px;
  content: '';
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 76%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(76%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 76%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 76%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 76%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 76%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.modal--follow-company .__close-button, .modal--share-company .__close-button {
  position: absolute;
  z-index: 1;
  right: 0;
  padding: 10px;
  cursor: pointer;
  transition: .4s transform ease-in-out;
}
.modal--follow-company .__close-button:hover, .modal--share-company .__close-button:hover {
  transform: rotateZ(180deg);
  opacity: .9;
}
.modal--follow-company .__modal-dialog-container, .modal--share-company .__modal-dialog-container {
  padding: 10px;
  position: relative;
}
.modal--follow-company .__modal-close, .modal--share-company .__modal-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.modal--follow-company .__modal-close::before, .modal--share-company .__modal-close::before {
  content: '';
  position: absolute;
  background: #333;
  width: 2px;
  height: 15px;
  transform: rotate(-45deg);
  border-radius: 1px;
}
.modal--follow-company .__modal-close::after, .modal--share-company .__modal-close::after {
  content: '';
  position: absolute;
  background: #333;
  width: 2px;
  height: 15px;
  transform: rotate(45deg);
  border-radius: 1px;
}
.modal--follow-company .__modal-dialog, .modal--share-company .__modal-dialog {
  padding: 10px;
}
.modal--follow-company .__modal-content, .modal--share-company .__modal-content {
  text-align: center;
}
.modal--follow-company .__modal-content .__heading, .modal--share-company .__modal-content .__heading {
  font-size: 18px;
  margin: 0 0 10px;
}
.modal--follow-company .__modal-content .__message, .modal--share-company .__modal-content .__message {
  font-size: 13px;
  float: none;
  margin: 0 0 35px;
  color: #8a8a8a;
}
.modal--follow-company .__company-list, .modal--share-company .__company-list {
  position: absolute;
  top: auto;
  left: 0;
  overflow-y: scroll;
  height: 444px;
  padding: 10px 25px;
  width: 100%;
  box-sizing: border-box;
}
.modal--follow-company .__company-list .__company .__company_container, .modal--share-company .__company-list .__company .__company_container {
  width: 100%;
  margin-bottom: 10px;
  display: table;
}
.modal--follow-company .__company-list .__company .__company_container .__company-name, .modal--share-company .__company-list .__company .__company_container .__company-name {
  text-align: left;
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
}
.modal--follow-company .__company-list .__company .__company_container .button--follow-wrap, .modal--share-company .__company-list .__company .__company_container .button--follow-wrap {
  width: 136px;
  display: table-cell;
  vertical-align: middle;
}
.modal--follow-company .__company-list .__company .__company_container .button--follow-wrap .button--follow, .modal--share-company .__company-list .__company .__company_container .button--follow-wrap .button--follow {
  cursor: pointer;
}

.modal--share-company {
  height: 363px;
}

#js-facebook-login {
  position: fixed;
  z-index: 10;
  top: 0;
  display: table;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.54);
}
#js-facebook-login .__content {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
#js-facebook-login .__inner {
  padding: 18px;
  text-align: center;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.44);
}
#js-facebook-login .__inner .__img {
  margin-bottom: 10px;
}
#js-facebook-login .__inner .button-facebook-blue {
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px;
}
#js-facebook-login .__inner .note-in-modal {
  font-size: 12px;
  text-align: left;
  color: gray;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.ball-pulse > div {
  background-color: #358CDA;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
.ball-pulse > div:nth-child(0) {
  -webkit-animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18.5px;
  margin-top: -7.5px;
  display: none;
}

/* * * * * * * * * * * * * * * * * * *
 * 各種共通パーツ
 */
/* アニメーション */
@-webkit-keyframes spin {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes animate--swipe-right {
  50% {
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@-webkit-keyframes animate--swipe-right {
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@keyframes animate--swipe-right {
  50% {
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
.animate--swipe-right {
  -moz-animation: animate--swipe-right 3s ease-in-out 2;
  -webkit-animation: animate--swipe-right 3s ease-in-out 2;
  animation: animate--swipe-right 3s ease-in-out 2;
}

/* コンテンツ内で共通 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: HelveticaNeue, Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
}

a {
  color: #3d76b6;
  text-decoration: none;
}

h1 {
  font-size: 0;
  margin-bottom: 0;
}

time {
  position: relative;
  bottom: 0;
  text-align: right;
  color: #999;
  font-weight: normal;
  line-height: 1em;
  font-size: 13px;
  margin-right: 5px;
}
time:before {
  background: transparent url('/common/v4.1/images/html_m/svg/icon-time.svg?1694593689') no-repeat right -4px;
  background-size: 25px auto;
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  left: 2px;
  width: 20px;
  height: 18px;
  margin-right: 3px;
}

table {
  line-height: 17px;
  font-style: 12px;
  width: 100%;
}
table th,
table td {
  padding: 18px 17px;
  border-bottom: 1px solid #e4e4e5;
}
table th {
  background-color: #f5f5f5;
  text-align: left;
  vertical-align: top;
  min-width: 61px;
}

.button {
  display: inline-block;
  border: none;
  background-color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
}

.hide {
  display: none !important;
}

.cf:after {
  content: '';
  display: table;
  clear: both;
}

.banner_rice {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.banner_rice img {
  width: 100%;
  height: auto;
}

/* スライダーのための設定 */
/* Slidebars
 * Version 0.7.1
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://opensource.org/licenses/MIT

 * Slidebars
 * Version 0.7.1
 * http://plugins.adchsm.me/slidebars/
 */
html,
body,
main,
.sb-slidebar {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html.search,
body.search,
main.search,
.sb-slidebar.search {
  -webkit-overflow-scrolling: touch;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}
html.index-body,
body.index-body {
  overflow-y: hidden;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  position: relative;
}
body.is-hidden.detail.entry {
  position: fixed !important;
}
body.is-fixed {
  position: fixed !important;
}

html:not(.sb-active) .sb-slide {
  -webkit-overflow-scrolling: touch;
}

.sb-active-left {
  height: 100%;
  overflow-y: hidden;
}

main {
  padding-top: 50px;
  width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
main.fixed {
  position: fixed;
}

.sb-slidebar {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  position: absolute;
  top: 0;
  z-index: 0;
  visibility: hidden;
  margin-top: 48px;
}

html.sb-android .sb-slidebar {
  height: auto;
  position: absolute;
}

.sb-left {
  padding: 10px 0 152px;
  width: 84.0625%;
  left: 0;
}

.sb-active-left .sb-left {
  -webkit-overflow-scrolling: touch;
}

.sb-right {
  width: 100%;
  right: 0;
}

.sb-active-right .sb-right {
  -webkit-overflow-scrolling: touch;
}

html.sb-active-left .sb-left {
  visibility: visible;
}

html.sb-active-right .sb-right {
  visibility: visible;
}

html.sb-anim-type-translate .sb-slide,
html.sb-anim-type-side .sb-slide {
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

/* ヘッダー */
body > header {
  position: fixed;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 48px;
  top: 0;
  z-index: 10;
  -moz-box-shadow: 0 1px 2px rgba(4, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(4, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(4, 0, 0, 0.15);
}
body > header p {
  position: absolute;
  font-size: 0;
}
body > header p a {
  display: block;
  width: 52px;
  height: 50px;
  text-indent: -9999px;
}
body > header p:first-of-type {
  top: 0;
}
body > header p:first-of-type a {
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  background: url('/common/v4.1/images/html_m/menu.png?1694593689') no-repeat center 18px;
  -moz-background-size: 19px;
  -o-background-size: 19px;
  -webkit-background-size: 19px;
  background-size: 19px;
}
body > header p:first-of-type a.opened {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
body > header p:last-of-type {
  right: 0;
  top: 0;
}
body > header p:last-of-type a {
  background: url('/common/v4.1/images/html_m/search.png?1694593689') no-repeat center 15px;
  -webkit-background-size: 19px;
  background-size: 19px;
}

.nav-header {
  height: 48px;
  background-color: #294C7A;
  border-bottom: 1px solid #162a44;
  display: flex;
  align-items: center;
  width: 100%;
}
.nav-header__menu {
  width: 40px;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-header__menu-button {
  background: none;
  outline: 0;
  border: none;
  width: 24px;
  height: 24px;
  padding: 3px;
  box-sizing: border-box;
  background: url('/common/v4.1/images/html_m/svg/icon-menu.svg?1694593689') center center no-repeat;
  background-size: 17px auto;
  width: inherit;
  height: inherit;
  font-size: 0;
  transition: all .3s ease-in-out;
}
.nav-header__menu-button.opened {
  background: url('/common/v4.1/images/html_m/svg/icon-nav-close-newsp.svg?1694593689') center center no-repeat;
  background-size: 20px auto;
  transition: all .3s ease-in-out;
}
.nav-header__menu-button-img {
  width: 100%;
  height: 18px;
}
.nav-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  width: 80px;
  margin-right: auto;
  margin-top: 1px;
}
.nav-header__logo-text {
  margin: 0;
  padding: 0;
  display: block;
}
.nav-header__logo-img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.nav-header__account {
  margin: 0 0 0 auto;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-header__account-item {
  width: 72px;
  height: 32px;
}
.nav-header__account-link {
  color: #E9E9E9;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
}
.nav-header__account-link--register, .nav-header__account-link--admin {
  border: 1px solid #E9E9E9;
  border-radius: 2px;
}
.nav-header__search {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
  margin: 0 8px;
  width: 32px;
  height: inherit;
}
.nav-header__search-button {
  background: none;
  outline: 0;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 0;
  background: transparent url('/common/v4.1/images/html_m/svg/icon-searchv2.svg?1694593689') no-repeat;
  background-size: 16px 16px;
  background-position: 8px 8px;
  transition: all .3s ease-in-out;
}
.nav-header__search-button.is-active {
  background: transparent url('/common/v4.1/images/html_m/svg/icon-searchv2-close.svg?1694593689') no-repeat;
  background-size: 13px 13px;
  background-position: 10px 10px;
  transition: all .3s ease-in-out;
}

.nav-header .button {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 1;
}
.nav-header .button::before, .nav-header .button::after {
  content: none;
}
.nav-header .button-change-yearly-view {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -87px -100px;
  background-size: 173px;
}
.nav-header .button-change-monthly-view {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -100px -29px;
  background-size: 173px;
}
.nav-header .button-change-daily-view {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -87px -100px;
  background-size: 173px;
}

.nav-wrap {
  background-color: #203c61;
  height: 50px;
  box-sizing: border-box;
}

.__company-link-button {
  margin-bottom: 30px !important;
}
.__company-link-button a {
  background-color: #fff !important;
  font-size: 12px !important;
  width: 85% !important;
}

.container-startup {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.container-startup.bdr_bottom {
  border-bottom: 1px solid #333;
}
.container-startup img {
  max-width: 350px;
}

.indexnew {
  border-top: 2px solid #294c7a;
  margin-top: 30px;
}
.indexnew .title {
  padding: 6px 16px 10px;
  min-height: 33px;
}
.indexnew .title .left {
  float: left;
  color: #222;
  font-size: 15px;
}

.indexpopular {
  border-top: 2px solid #294c7a;
  background-color: #fafafa;
}
.indexpopular .title {
  padding: 6px 16px 10px;
  min-height: 33px;
}
.indexpopular .title .left {
  float: left;
  color: #222;
  font-size: 15px;
}
.indexpopular .title .right {
  float: right;
}
.indexpopular .title .right a {
  font-size: 13px;
  color: #326891;
}
.indexpopular section {
  clear: both;
  padding: 10px 16px;
  border-bottom: 1px solid #e0e0e0;
}
.indexpopular section a {
  display: block;
}
.indexpopular section .pwrapper {
  display: table;
  font-weight: bold;
}
.indexpopular section .number {
  display: table-cell;
  padding-right: 10px;
  font-size: 15px;
  color: #333;
}
.indexpopular section .cont {
  display: table-cell;
  font-size: 12px;
  color: #326891;
}
.indexpopular section .cont h2 {
  font-size: 12px;
  color: #333;
}

/*
*PRTIMES TV SP
 ----------------------*/
.sidebarTV_title_sp {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  color: #089AC1;
  padding: 0px 5px;
}
.sidebarTV_title_sp svg {
  margin-top: -4px;
  margin-right: 8px;
}
.sidebarTV_title_sp .on_air {
  width: 50px;
  line-height: 22px;
  background: #089AC1;
  color: #fff;
  position: fixed;
  top: 13px;
  left: 52px;
  text-align: center;
  border-radius: 2px;
}

.live_sp {
  padding: 7px 0 0 0;
  height: 50px;
  position: relative;
  overflow: hidden;
  display: none;
}
.live_sp .list_date_wrap {
  display: none;
}
.live_sp .live_plans_list {
  width: 100%;
  padding: 0px 5px;
  position: relative;
}
.live_sp .live_plans_list li {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  color: #089AC1;
  display: none;
}
.live_sp .live_plans_list li a {
  width: 100%;
  height: 20px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
.live_sp .live_plans_list li:first-child {
  display: block;
}
.live_sp .live_plans_list .live_list_container {
  width: 100%;
  position: relative;
  display: flex;
}
.live_sp .live_plans_list .live_list_container .list_mov_title,
.live_sp .live_plans_list .live_list_container .list_company {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.live_sp .live_plans_list .live_list_container .list_mov_title {
  margin-right: 5px;
}
.live_sp .iframe-content {
  position: relative;
  width: 100%;
  padding: 0;
}
.live_sp .iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.prtimes-tv-m {
  border-top: 2px solid #294c7a;
  background-color: #fafafa;
  position: relative;
  padding-bottom: 3%;
  border-bottom: 1px solid #e0e0e0;
  display: none;
}
.prtimes-tv-m .wrapTimesTV_container {
  position: relative;
}
.prtimes-tv-m .wrapTimesTV_container .thumbnail_img {
  width: 100%;
  height: 190px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.prtimes-tv-m .wrapTimesTV_container .thumbnail_img #__wrapTimesTV_img {
  width: 100%;
  height: 190px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  background-size: cover;
}
.prtimes-tv-m .wrapTimesTV_container .thumbnail_img img {
  width: 100%;
}
.prtimes-tv-m .wrapTimesTV_container .thumbnail_img .btn_control_onImage {
  position: absolute;
  bottom: 15px;
  left: 8px;
  background: rgba(0, 0, 0, 0.6);
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
}
.prtimes-tv-m .wrapTimesTV_container .thumbnail_img .btn_control_onImage svg {
  top: calc(50% - 12px);
}
.prtimes-tv-m .wrapTimesTV_container .thumbnail_img .btn_control_onImage span {
  font-size: 14px;
  margin-right: 4px;
  letter-spacing: 1px;
}
.prtimes-tv-m h2 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3%;
  margin-bottom: 0;
  height: 45px;
  box-sizing: border-box;
}
.prtimes-tv-m h2 a {
  display: flex;
}
.prtimes-tv-m .title_text {
  font-size: 14px;
  margin-left: 3%;
  width: 100%;
  line-height: 24px;
  color: #3b3b3b;
}
.prtimes-tv-m .more_link {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  display: block;
  font-weight: normal;
  width: 90px;
  height: 45px;
  line-height: 45px;
  padding-right: 3%;
}
.prtimes-tv-m ._link_to_tv {
  position: absolute;
  width: 100%;
  height: 220px;
  left: 0;
  top: 0;
}
.prtimes-tv-m .wrapTimesTV_title,
.prtimes-tv-m .wrapTimesTV_time,
.prtimes-tv-m .wrapTimesTV_company {
  padding-left: 3%;
  padding-right: 3%;
}
.prtimes-tv-m .wrapTimesTV_title {
  margin-top: 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
}
.prtimes-tv-m .wrapTimesTV_time {
  color: #999;
  display: block;
  text-align: left;
  margin-bottom: 3px;
}
.prtimes-tv-m .wrapTimesTV_company {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prtimes-tv-m .iframe-content {
  position: relative;
  width: 100%;
  padding: 75% 0 0 0;
}
.prtimes-tv-m .iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
*PRTIMES TV SP END
 ----------------------------------------------------------------------*/
.nav-header.nav-simple-header {
  position: relative;
}
.nav-header.nav-simple-header button,
.nav-header.nav-simple-header h1 {
  position: absolute;
}
.nav-header.nav-simple-header h1 {
  width: 100%;
  text-align: center;
}
.nav-header.nav-simple-header button {
  z-index: 1000;
  margin-left: 16px;
}

.headerSubTitle {
  margin-top: 3px;
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.end-form {
  border-top: 1px solid #d9d9d9;
}

/* フッター */
footer {
  background-color: #f9f9f9;
  text-align: center;
  padding: 24px 12px;
  color: #6d6d6d;
  font-size: 12px;
  line-height: 2;
}
footer ul {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: space-between;
}
footer li {
  text-align: center;
}
footer li.footer-one-column {
  width: 100%;
  margin: 4px auto;
}
footer a {
  font-size: 12px;
  line-height: 2;
  color: #3b3b3b;
}
footer p {
  text-align: center;
  margin: 0;
}
footer p small {
  color: #6d6d6d;
  font-size: 10px;
  line-height: 1.6;
}

/* ナビゲーション */
nav:not(.sidemenu) {
  /*    background: image-url("html_m/bg.jpg") no-repeat;*/
  -webkit-background-size: cover;
  background-size: cover;
  background: none;
  background-color: #F5F5F5;
}
nav:not(.sidemenu) ul {
  margin-bottom: 0;
}
nav:not(.sidemenu) ul .active {
  color: #333;
}
nav:not(.sidemenu) a {
  position: relative;
  display: block;
  color: #326891;
  line-height: 37px;
  font-size: 13px;
  padding-left: 15px;
}
nav:not(.sidemenu) p {
  color: #333;
  line-height: 1em;
  font-size: 15px;
}

/* 開閉ボタン付きアコーディオン */
.accordion {
  position: relative;
  color: #fff;
  background-color: #3db972;
  line-height: 53px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
}
.accordion:after {
  right: 17px;
  top: 23px;
  position: absolute;
  display: inline-block;
  background: url('/common/v4.1/images/html_m/ico.webp?1694593689') no-repeat 0 -628px;
  background: url('/common/v4.1/images/html_m/ico.png?1694593689') no-repeat 0 -628px;
  width: 16px;
  height: 9px;
  content: "";
  -moz-background-size: 35px;
  -o-background-size: 35px;
  -webkit-background-size: 35px;
  background-size: 35px;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.accordion.opened:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion + div {
  display: none;
}
.accordion + div p {
  background-color: #c7c7c8;
  line-height: 53px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
}
.accordion + div p a {
  display: block;
  color: #fff;
}

.entry .accordion + div {
  display: block;
}

/* ローディング, Pull to Refresh 関連 */
#viewItem {
  position: relative;
  background: #ffffff;
}

.pull-pulling #viewItem {
  background: #34619c;
}

#loader,
#pull-loader {
  width: 100%;
  color: #fff;
  z-index: 0;
  text-align: center;
  height: 65px;
  background: #34619c;
}

#pull-loader {
  position: absolute;
  top: 0;
  left: 0;
}

#pull-loader .pullimage {
  display: inline-block;
  margin-top: 17px;
  width: 30px;
  height: 30px;
  background: url('/common/v4.1/images/html_m/loading_arrow_next.png?1694593689') no-repeat center center;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  -webkit-background-size: 30px;
  background-size: 30px;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pull-refresh #pull-loader .pullimage {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.pull-loading #pull-loader .pullimage,
.pull-reset #pull-loader .pullimage {
  display: none;
  visibility: hidden;
}

#loader .loadimage,
#pull-loader .loadimage {
  margin-top: 15px;
  width: 35px;
  height: 35px;
  background: url('/common/v4.1/images/html_m/loading.png?1694593689') no-repeat center center;
  -moz-background-size: 35px;
  -o-background-size: 35px;
  -webkit-background-size: 35px;
  background-size: 35px;
  -moz-animation: spin 1.5s linear infinite;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

#pull-loader .loadimage {
  display: none;
}

#loader .loadimage,
.pull-loading #pull-loader .loadimage {
  display: inline-block;
}

#item-container {
  background: #fff;
  min-height: 100%;
  z-index: 100;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000;
  -webkit-perspective: 1000;
  box-sizing: border-box;
}

.button-read-more {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  background-color: #ededed;
  background: rgba(153, 153, 153, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  width: 102px;
  height: 38px;
  line-height: 33px;
  margin: 20px auto;
  display: block;
  text-align: center;
  font-size: 13px;
}

.pull-loading #item-container, .pull-reset #item-container,
.pull-loading #pull-loader, .pull-reset #pull-loader {
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pull-reset #item-container {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pull-loading #item-container {
  -moz-transform: translate3d(0, 65px, 0);
  -ms-transform: translate3d(0, 65px, 0);
  -webkit-transform: translate3d(0, 65px, 0);
  transform: translate3d(0, 65px, 0);
}

/* 一覧 */
.list-item {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.list-item:after {
  clear: both;
  display: block;
  content: "";
}
.list-item .ranking-badge {
  position: absolute;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #EDF2F8)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #EDF2F8 50.5%) no-repeat top left/100% 100%;
  background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #EDF2F8 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #edf2f8 50.5%) no-repeat top left/100% 100%;
  width: 35px;
  height: 35px;
  padding: 2px 13px 0 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #3E3E3E;
}
.list-item .ranking-badge.ranking-badge-1, .list-item .ranking-badge.ranking-badge-2, .list-item .ranking-badge.ranking-badge-3 {
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #FF9A01)) no-repeat top left/100% 100%;
  background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #FF9A01 50.5%) no-repeat top left/100% 100%;
  background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #FF9A01 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #ff9a01 50.5%) no-repeat top left/100% 100%;
  color: #fff;
}
.list-item .ranking-badge + .link-list-item {
  padding-left: 25px;
}
.list-item a {
  display: block;
  padding: 10px 12px;
  border-bottom: none;
}
.list-item a > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
}
.list-item a > div p {
  margin-bottom: 0;
}
.list-item a > div time {
  display: inline-block;
  margin-bottom: 5px;
  text-align: left;
}
.list-item a > p {
  margin: 13px 0 0;
}
.list-item a > time {
  margin-bottom: 3px;
}
.list-item header {
  margin-bottom: 8px;
  overflow: hidden;
}
.list-item header:after {
  clear: both;
  display: block;
  content: "";
}
.list-item header .category {
  float: left;
}
.list-item header time {
  float: right;
  margin-top: 5px;
  margin-bottom: 3px;
}
.list-item .pv {
  margin-top: 0px;
  position: absolute;
  right: 0;
  bottom: -1px;
  display: inline-block;
  color: #999;
  line-height: 1em;
  font-weight: bold;
  font-size: 12px;
  padding-left: 23px;
}
.list-item .pv:before {
  left: 0;
  top: 3px;
  position: absolute;
  display: inline-block;
  background: url('/common/v4.1/images/html_m/ico.webp?1694593689') no-repeat 0 -585px;
  background: url('/common/v4.1/images/html_m/ico.png?1694593689') no-repeat 0 -585px;
  width: 16px;
  height: 9px;
  content: "";
  -webkit-background-size: 35px;
  background-size: 35px;
}
.list-item .pv > span {
  font-weight: normal;
  font-size: 10px;
}
.list-item .social {
  position: relative;
  display: inline-block;
  color: #848484;
  line-height: 1em;
  font-weight: normal;
  font-size: 13px;
}
.list-item .social:before {
  left: 0;
}
.list-item .social.like {
  margin-top: 7px;
  padding-left: 22px;
}
.list-item .social.like:before {
  top: -4px;
  position: absolute;
  display: inline-block;
  background: url('/common/v4.1/images/html_m/svg/icon-nice.svg?1694593689') no-repeat 0 0;
  width: 16px;
  height: 17px;
  content: "";
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
}
.list-item .social.tweet {
  margin-top: 6px;
  padding-left: 24px;
}
.list-item .social.tweet:before {
  top: 0;
  position: absolute;
  display: inline-block;
  background: url('/common/v4.1/images/html_m/ico.webp?1694593689') no-repeat 0 -500.5px;
  background: url('/common/v4.1/images/html_m/ico.png?1694593689') no-repeat 0 -500.5px;
  width: 17px;
  height: 14px;
  content: "";
  -webkit-background-size: 35px;
  background-size: 35px;
}
.list-item div {
  position: relative;
}
.list-item div div {
  -webkit-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
}
.list-item h2, .list-item h3 {
  color: #333;
  line-height: 20px;
  font-size: 15px;
  max-height: 45px;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 400;
  line-height: 1.3;
  word-wrap: break-word;
}
.list-item span.view-list-new {
  display: none;
}
.list-item .thumb {
  position: relative;
  -webkit-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
  margin-right: 0;
  padding-left: 5px;
  min-height: 74px;
}
.list-item .thumb .image_space {
  margin-right: 0;
  width: 110px;
  height: 73px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.list-item .thumb .image_space img {
  max-width: 110px;
  width: 100%;
}
.list-item .thumb span.new {
  position: absolute;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  background: #358cda;
  width: 26px;
  height: 12px;
  line-height: 12px;
  z-index: 10;
  bottom: 0;
  right: 1px;
}
.list-item .thumb .list_info_wrap {
  margin: 2px 0 0 0;
  -webkit-box-flex: 0;
  -ms-box-flex: 0;
  box-flex: 0;
}
.list-item .thumb .list_info_wrap .list_info {
  display: block;
}
.list-item .thumb .list_info_wrap .list_info.time {
  margin: 0;
}
.list-item .thumb .list_info_wrap .list_info.time:before {
  margin-right: 1px;
}
.list-item .item-inner {
  display: block;
  overflow: hidden;
}
.list-item .company {
  line-height: 17px;
  font-weight: normal;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0;
  color: #7b7b7b;
  word-wrap: break-word;
}
.list-item .company span {
  margin-right: 10px;
}
.list-item .company time {
  display: block;
  text-align: left;
}
.list-item .link-list-item {
  display: block;
  border-bottom: none;
  padding: 0;
}

#story-list .story-template-thumbnail {
  object-fit: contain;
}

.list-item-banner {
  background: #F3F3F3;
  padding: 0 0 20px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
.list-item-banner .list-item-banner-heading {
  height: 150px;
  position: relative;
  background-image: url(/common/v4.1/images/html_m/top-cm-banner.png);
  background-size: cover;
  background-position: center;
}
.list-item-banner .list-item-banner-heading .list-item-banner-heading-text {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  color: #fff;
  text-shadow: 0px 2px 6px #5F3609;
  padding-top: 50px;
}
.list-item-banner .list-item-banner-heading .list-item-banner-heading-img {
  margin-top: 8px;
  width: 130px;
  height: auto;
}
.list-item-banner .list-item-banner-heading .list-item-banner-heading-cm-text {
  background: #3D5D85;
  text-align: center;
  width: 200px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 12px;
  color: #fff;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.list-item-banner .list-item-banner-pv-wrap {
  padding: 0 20px;
}
.list-item-banner .list-item-banner-pv-wrap .list-item-banner-pv-container {
  position: relative;
  margin: 24px auto 0;
  background: #fff;
  border: 1px solid #DCE0E0;
  padding: 10px 0 5px;
  max-width: 310px;
}
.list-item-banner .list-item-banner-pv-wrap .list-item-banner-pv-container::before {
  content: '';
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.list-item-banner .list-item-banner-pv-wrap .list-item-banner-pv-container::after {
  content: '';
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #DCE0E0 transparent transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.list-item-banner .list-item-banner-pv-wrap .list-item-banner-pv-container .list-item-banner-pv-heading {
  text-align: center;
  display: inline-block;
  color: #3081C9;
  font-size: 13px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 2px;
}
.list-item-banner .list-item-banner-pv-wrap .list-item-banner-pv-container .list-item-banner-pv-heading::before, .list-item-banner .list-item-banner-pv-wrap .list-item-banner-pv-container .list-item-banner-pv-heading::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 14px;
  background: #3081C9;
  border-radius: 1px;
  top: 1px;
}
.list-item-banner .list-item-banner-pv-wrap .list-item-banner-pv-container .list-item-banner-pv-heading::before {
  left: -11px;
  transform: rotate(-38deg);
}
.list-item-banner .list-item-banner-pv-wrap .list-item-banner-pv-container .list-item-banner-pv-heading::after {
  right: -11px;
  transform: rotate(38deg);
}
.list-item-banner .list-item-banner-pv-wrap .list-item-banner-pv-container .list-item-banner-pv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-item-banner .list-item-banner-pv-wrap .list-item-banner-pv-container .list-item-banner-pv img {
  margin-right: 3px;
}
.list-item-banner .list-item-banner-pv-wrap .list-item-banner-pv-container .list-item-banner-pv p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.list-item-banner .list-item-banner-pv-wrap .list-item-banner-pv-container .list-item-banner-pv p .num1 {
  margin-left: 7px;
  font-size: 26px;
  letter-spacing: 1px;
}
.list-item-banner .list-item-banner-pv-wrap .list-item-banner-pv-container .list-item-banner-pv p .num1 .unit {
  font-size: 23px;
}
.list-item-banner .list-item-banner-button {
  width: 138px;
  height: 37px;
  margin: 13px auto 0;
}
.list-item-banner .list-item-banner-button a {
  background: #3081c9;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  line-height: 37px;
  border-radius: 3px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
}

.view-list .list-item .thumb {
  position: absolute;
  bottom: 0;
}
.view-list .list-item .thumb .new {
  display: none;
}
.view-list .list-item .settime {
  margin-right: 8px;
}
.view-list .list-item .view-list-new {
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  background: #358cda;
  width: 26px;
  height: 12px;
  line-height: 12px;
  z-index: 10;
}
.view-list header {
  margin: 0;
}
.view-list .item-inner {
  position: relative;
  border-style: solid;
  border-width: 0 0 0 10px;
  padding-left: 5px;
  padding-bottom: 1em;
  margin: 8px 8px 8px 0;
}

.view-list .list-item {
  padding: 0;
}
.view-list .list-item .image_space {
  display: none;
}
.view-list .list-item .list_info_wrap {
  display: none;
}
.view-list .list-item a {
  padding: 12px;
}
.view-list .list-item .thumpv,
.view-list .list-item .thumsocial,
.view-list .list-item header time.thumtime {
  display: none;
}
.view-list .list-item .listpv,
.view-list .list-item .listsocial,
.view-list .list-item time.listtime {
  margin-left: 10px;
  float: none;
}
.view-list .list-item time.listtime {
  padding: 0;
  display: inline;
}
.view-list .list-item .listpv {
  line-height: 20px;
  position: relative;
}
.view-list .list-item .listpv:before,
.view-list .list-item .thumpv:before {
  top: 6px;
}
.view-list .list-item .item-detail {
  margin-right: 0;
}
.view-list .list-item h2 {
  margin-top: 0;
  margin-bottom: 4px;
}
.view-list .list-item h2 a {
  color: #333;
}
.view-list .list-item .label-category,
.view-list .list-item .container-thumbnail,
.view-list .list-item img {
  display: none;
}
.view-list .list-item .aprilfool-icon img,
.view-list .list-item .aprildream-icon img {
  display: inline-block;
}
.view-list .list-item .company {
  overflow: hidden;
  color: #7b7b7b;
  margin: 0;
  font-weight: 400;
  display: inline;
}
.view-list header .pv,
.view-list header .social.like,
.view-list header .social.tweet {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.view-thumbnail .list-item .listpv {
  margin-right: 0;
}
.view-thumbnail .list-item .listpv > span {
  margin-right: 0;
}
.view-thumbnail .list-item .listsocial {
  display: none;
}
.view-thumbnail .list-item .thumpv {
  line-height: 20px;
}
.view-thumbnail .list-item .thumpv:before {
  top: 6px;
}
.view-thumbnail .list-item .link-list-item {
  padding: 18px 16px;
}
.view-thumbnail .list-item .item-inner {
  padding: 0;
}
.view-thumbnail .list-item .company {
  margin-top: 0px;
  margin-bottom: 0;
  color: #7b7b7b;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 32px;
}
.view-thumbnail .list-item .company time {
  line-height: 1.4;
  margin-right: 0;
}
.view-thumbnail .list-item .company time:before {
  margin-right: 1px;
}
.view-thumbnail .label-category {
  float: left;
  display: inline-block;
  color: #999999;
  height: 22px;
  line-height: 22px;
  font-weight: normal;
  font-size: 12px;
  text-shadow: none;
  padding: 0px;
  border-radius: 10px;
}
.view-thumbnail .item-detail {
  display: table;
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  margin: 0;
}
.view-thumbnail .container-item-title {
  display: table-cell;
  padding-right: 25px;
  margin-bottom: 0;
  vertical-align: top;
}
.view-thumbnail .container-item-title h2 {
  color: #333;
  font-size: 14px;
  line-height: 1.428571428571429;
  height: 60px;
}
.view-thumbnail .container-thumbnail {
  display: table-cell;
  width: 80px;
  vertical-align: top;
  padding: 0;
}
.view-thumbnail .container-thumbnail .thumbnail {
  width: 80px;
  height: 80px;
  margin: 0;
  border: 1px solid #e4e4e5;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.view-thumbnail .technology .label-category,
.view-thumbnail .mobile .label-category,
.view-thumbnail .application .label-category,
.view-thumbnail .entertainment .label-category,
.view-thumbnail .beauty .label-category,
.view-thumbnail .fashion .label-category,
.view-thumbnail .lifestyle .label-category,
.view-thumbnail .business .label-category {
  background-color: none;
}

/* スワイプ画面切り替え */
.swipe {
  overflow: hidden;
  visibility: visible;
  position: relative;
}

.swipe-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.swipe-wrap > * {
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: absolute;
  display: none;
  top: 0px;
  left: 100%;
  cursor: pointer;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}
.swipe-wrap > div:first-child {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
}
.swipe-wrap .outer-btn {
  margin: 0 auto;
  padding: 22px 0;
  text-align: center;
}
.swipe-wrap .outer-btn .btn-more {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  margin: 0 auto;
  background: #089AC1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.swipe-wrap .outer-btn .btn-more a {
  color: #fff;
  display: block;
}

body > .page-header {
  border-bottom: 1px solid #f0f0f0;
  position: fixed;
  background-color: #fafafa;
  text-align: left;
  width: 100%;
  top: 0;
  z-index: 10;
  box-shadow: none;
}

.correct-page-header {
  height: 98px !important;
  border-bottom: none !important;
}

.correct-main {
  padding-top: 98px !important;
}

body.detail header {
  position: static;
}
body.detail main {
  padding-top: 15px;
}
body.detail footer {
  padding-bottom: 10px;
}

.page-header h1 a {
  text-indent: 0;
  overflow: visible;
}

/* モーダルウィンドウ関連 */
.fade {
  opacity: 0;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}
.modal-open main,
.modal-open .share {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -moz-transform: 0;
  -webkit-transform: 0;
  transform: 0;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.modal.in .modal-dialog {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: absolute;
  width: 100%;
  margin: 0;
  bottom: 8px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 1px rgba(4, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(4, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(4, 0, 0, 0.1);
  background-clip: padding-box;
  padding: 27px 7.1875% 0 6.5625%;
  height: 259px;
  outline: none;
}
.modal-content p:first-of-type {
  line-height: 1em;
  font-size: 17px;
  text-align: center;
  padding-bottom: 21px;
  margin-bottom: 0;
}
.modal-content li:first-child a:before {
  position: absolute;
  display: inline-block;
  background: url('/common/v4.1/images/html_m/ico.webp?1694593689') no-repeat 0 -225px;
  background: url('/common/v4.1/images/html_m/ico.png?1694593689') no-repeat 0 -225px;
  width: 33px;
  height: 33px;
  content: "";
  -webkit-background-size: 35px;
  background-size: 35px;
}
.modal-content li:nth-child(2) a:before {
  position: absolute;
  display: inline-block;
  background: url('/common/v4.1/images/html_m/ico.webp?1694593689') no-repeat 0 0;
  background: url('/common/v4.1/images/html_m/ico.png?1694593689') no-repeat 0 0;
  width: 33px;
  height: 33px;
  content: "";
  -webkit-background-size: 35px;
  background-size: 35px;
}
.modal-content li:last-child a:before {
  position: absolute;
  display: inline-block;
  background: url('/common/v4.1/images/html_m/ico.webp?1694593689') no-repeat 0 -351px;
  background: url('/common/v4.1/images/html_m/ico.png?1694593689') no-repeat 0 -351px;
  width: 33px;
  height: 33px;
  content: "";
  -webkit-background-size: 35px;
  background-size: 35px;
}
.modal-content li a {
  position: relative;
  display: block;
  color: #333;
  line-height: 68px;
  padding-left: 53px;
  border-top: 1px solid #e3e3e3;
}
.modal-content li a:before {
  position: absolute;
  left: 0;
  top: 16px;
}
.modal-content p:last-of-type {
  position: absolute;
  font-size: 0;
  margin-left: -18px;
  left: 50%;
  bottom: -38px;
}
.modal-content p:last-of-type a {
  position: absolute;
  display: inline-block;
  background: url('/common/v4.1/images/html_m/ico.webp?1694593689') no-repeat 0 -189px;
  background: url('/common/v4.1/images/html_m/ico.png?1694593689') no-repeat 0 -189px;
  width: 35px;
  height: 35px;
  content: "";
  -webkit-background-size: 35px;
  background-size: 35px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #06121c;
}
.modal-backdrop.fade {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.container-modal-content {
  width: 304px;
  margin: 0 auto;
}

.modal-content-menu,
.modal-content-cancel {
  background-color: #f1f1f1;
  border-radius: 5px;
  font-weight: bold;
  outline: none;
  position: relative;
}

.modal-content-menu {
  height: 380px;
  margin-bottom: 8px;
  padding: 10px 15px;
}
.modal-content-menu .modal-title {
  color: #3b3b3b;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 12px;
  text-align: left;
}
.modal-content-menu .follower-exp {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
.modal-content-menu ul {
  margin: 0;
}
.modal-content-menu li {
  display: inline-block;
  height: 25px;
  margin-bottom: 12px;
  width: 45%;
  font-size: 12px;
  white-space: nowrap;
}
.modal-content-menu li a {
  color: #3b3b3b;
  display: block;
  font-weight: normal;
  line-height: 25px;
  padding-left: 28px;
  position: relative;
}
.modal-content-menu .google a::after,
.modal-content-menu .hatena a::after,
.modal-content-menu .evernote a::after,
.modal-content-menu .sharemail a::after,
.modal-content-menu .slack a::after,
.modal-content-menu .talknote a::after {
  content: "";
  display: table;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
}
.modal-content-menu .google a::after {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -30px -70px;
  background-size: 173px;
}
.modal-content-menu .hatena a::after {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat 0 -70px;
  background-size: 173px;
}
.modal-content-menu .evernote a::after {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -70px -30px;
  background-size: 173px;
}
.modal-content-menu .sharemail a::after {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -70px 0;
  background-size: 173px;
}
.modal-content-menu .slack a::after {
  background: transparent url('/common/v4.1/images/html_m/share_slack.png?1694593689') no-repeat;
  background-size: 24px;
}
.modal-content-menu .talknote a::after {
  background: transparent url('/common/v4.1/images/html_m/share_talknote.png?1694593689') no-repeat;
  background-size: 24px;
}
.modal-content-menu .talknote a {
  top: -9px;
}
.modal-content-menu .chatwork {
  position: relative;
}
.modal-content-menu .chatwork .share-title {
  pointer-events: none;
  position: absolute;
  color: #3b3b3b;
  font-weight: normal;
  line-height: 25px;
  padding-left: 28px;
  top: 0;
}
.modal-content-menu .chatwork iframe {
  border: 0;
}
.modal-content-menu .info-regist .button-regist-media, .modal-content-menu .info-regist .button-login-media {
  line-height: 35px !important;
}

.modal-content-menu.no-footer {
  height: 260px;
  padding: 20px 20px;
}
.modal-content-menu.no-footer h1 {
  margin-bottom: 20px;
}
.modal-content-menu.no-footer li {
  width: 45%;
  margin-bottom: 20px;
}
.modal-content-menu.no-footer .info-regist .button-regist-media, .modal-content-menu.no-footer .info-regist .button-login-media {
  line-height: 40px !important;
}

.modal-content-cancel {
  color: #007AFF;
  display: block;
  font-size: 17px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}

/* サブタイトルやラベル等のパーツ */
h2.company-heading, h3.company-heading {
  height: 60px;
  line-height: 60px;
}
h2.company-heading:before, h3.company-heading:before {
  position: absolute;
  display: inline-block;
  background: url('/common/v4.1/images/html_m/ico.webp?1694593689') no-repeat 0 -322px;
  background: url('/common/v4.1/images/html_m/ico.png?1694593689') no-repeat 0 -322px;
  width: 28px;
  height: 28px;
  content: "";
  -webkit-background-size: 35px;
  background-size: 35px;
}
h2.press-heading, h3.press-heading {
  height: 60px;
  line-height: 60px;
}
h2.press-heading:before, h3.press-heading:before {
  position: absolute;
  display: inline-block;
  background: url('/common/v4.1/images/html_m/ico.webp?1694593689') no-repeat 0 -160px;
  background: url('/common/v4.1/images/html_m/ico.png?1694593689') no-repeat 0 -160px;
  width: 28px;
  height: 28px;
  content: "";
  -webkit-background-size: 35px;
  background-size: 35px;
}
h2.company_icon, h3.company_icon {
  position: relative;
  line-height: 58px;
  font-size: 15px;
  padding: 0 10px 0 48px;
  border-bottom: 1px solid #d3d3d4;
  margin-bottom: 0;
  background-color: #f3f3f8;
}
h2.company_icon:before, h3.company_icon:before {
  position: absolute;
  left: 15px;
  top: 15px;
  display: inline-block;
  background: url('/common/v4.1/images/html_m/heading.png?1694593689') no-repeat 0 0;
  width: 28px;
  height: 28px;
  content: "";
  -webkit-background-size: 35px;
  background-size: 65px;
}

.company-heading::before {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat 0 0;
  background-size: 173px;
}

.press-heading-title {
  font-size: 18px;
  padding: 15px;
  border-bottom: 1px solid #d3d3d4;
  margin-bottom: 0;
}

.company_info_table {
  word-break: break-all;
}

.all-release-heading {
  position: relative;
  background-color: #f3f3f8;
  font-size: 15px;
  padding: 10px 10px 10px 48px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #d3d3d4;
  margin-top: -1px;
  margin-bottom: 0;
}
.all-release-heading::before {
  left: 10px;
  top: 50%;
  width: 30px;
  height: 30px;
  background-size: 30px;
  margin-top: -15px;
  position: absolute;
  display: block;
  content: "";
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -35px -35px;
  background-size: 173px;
}
.all-release-heading h2 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.all-release-heading .location_categoly_text {
  white-space: nowrap;
}
.all-release-heading select {
  font-size: 13px;
  font-weight: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 6px;
  border: 1px solid #dededf;
  margin: 0;
  padding: 3px;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
  width: 400px;
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}
.all-release-heading .select_label {
  font-size: 13px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  width: 400px;
  width: -webkit-calc(100% + 80px);
  width: calc(100% + 80px);
}
.all-release-heading .select_label:after {
  content: "";
  display: block;
  width: 15px;
  height: 25px;
  position: absolute;
  right: 0px;
  top: 5px;
  background-image: url('/common/v4.1/images/media_m/arrow_right.png?1694593689');
}

.label-category {
  font-size: 12px;
  color: #999;
}

/* トップ画面 プレスリリースを配信したい方画面 ヘッダー */
.index > header,
.service > header {
  height: 100px;
}
.index > header .nav-position,
.service > header .nav-position {
  font-weight: bold;
  font-size: 0;
}
.index > header .nav-position li,
.service > header .nav-position li {
  font-size: 13px;
  display: inline-block;
}
.index > header .nav-position li.active a,
.service > header .nav-position li.active a {
  position: relative;
  color: #325c94;
  border-color: #34619c;
}
.index > header .nav-position li.active a:after,
.service > header .nav-position li.active a:after {
  margin-left: -4px;
  left: 50%;
  bottom: -1px;
  position: absolute;
  display: inline-block;
  background: url('/common/v4.1/images/html_m/ico.webp?1694593689') no-repeat 0 -755px;
  background: url('/common/v4.1/images/html_m/ico.png?1694593689') no-repeat 0 -755px;
  width: 8px;
  height: 4.5px;
  content: "";
  -webkit-background-size: 35px;
  background-size: 35px;
}
.index > header .nav-position a,
.service > header .nav-position a {
  display: inline-block;
  color: #333;
  padding-top: 0;
  width: auto;
  height: auto;
  border-bottom: none;
  margin: 0;
}

.search_result > header {
  height: 50px;
}
.search_result > header .nav-position {
  display: none;
}

.index main {
  padding-top: 100px;
}
.index .swipe-wrap > div:last-of-type > div {
  background-color: #f3f3f8;
  padding-bottom: 50px;
  border-bottom: 1px solid #d3d3d4;
}
.index #position {
  position: static;
  overflow-x: scroll;
}
.index #position ul {
  width: 400px;
  padding: 0 0px 0 10px;
  box-sizing: border-box;
  white-space: nowrap;
}
.index #position li {
  height: 48px;
  white-space: nowrap;
  margin-left: 0;
}
.index #position li a {
  margin: 8px auto 0;
  display: block;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  padding: 8px 9px;
  font-size: 13px;
  color: #8f9db0;
}
.index > header ul li.active a {
  color: #fff;
}

.service main {
  padding-top: 101px;
  position: absolute;
  overflow: hidden scroll;
}
.service .position {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.service .position li {
  display: inline-block;
  width: 50%;
  height: 26px;
}
.service .position li.active a {
  border-bottom: 2px solid #34619c;
}
.service .position li a {
  margin: 0 auto;
  display: block;
  width: 110px;
  text-align: center;
  height: 26px;
  line-height: 0;
  font-size: 13px;
}

.index #position li.active a {
  border: 1px solid #8f9db0;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  color: #fff;
}
.index #position li.active a::after {
  content: none;
}

.service #position li.active a {
  position: relative;
  color: #325c94;
  border-color: #34619c;
}
.service #position li.active a::after {
  content: none;
}

/* プレスリリースを配信したい方画面 */
.service .swipe-wrap .servicewrapper,
.service .swipe-wrap .servicePrice {
  width: 100%;
  position: relative;
  display: block;
  top: 0px;
  left: 100%;
  cursor: pointer;
}

/* アーカイブ？画面 */
.archive main h2.press-heading, .archive main h3 {
  position: relative;
  background-color: #f3f3f8;
  line-height: 58px;
  font-size: 15px;
  padding: 0 10px 0 48px;
  border-bottom: 1px solid #d3d3d4;
  margin-bottom: 0;
}
.archive main h2.press-heading:before, .archive main h3:before {
  left: 10px;
  top: 15px;
}
.archive .followAddBox .followHowTo {
  line-height: 40px;
  margin-left: 10px;
}

/* キーワード検索関連 */
aside.search {
  background-color: #fff;
}
aside.search > header {
  position: relative;
  background-color: #fff;
  font-size: 13px;
  padding: 9px 17px 0 45px;
  height: 41px;
  z-index: 1;
  -moz-box-shadow: 0 1px 2px rgba(4, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(4, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(4, 0, 0, 0.15);
}
aside.search > header p {
  position: absolute;
  font-size: 0;
  text-indent: -9999px;
  left: 0;
  top: 0;
}
aside.search > header a {
  display: block;
  background: url('/common/v4.1/images/html_m/prev.png?1694593689') no-repeat center 17px;
  -webkit-background-size: 9px;
  background-size: 9px;
  width: 42px;
  height: 50px;
}
aside.search > header img {
  display: block;
}
aside.search > header form {
  position: relative;
}
aside.search > header [type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
aside.search > header [type="search"]::-webkit-input-placeholder {
  color: #c0c0c0;
  line-height: 15px;
}
aside.search > header [type="submit"] {
  position: absolute;
  background: url('/common/v4.1/images/html_m/search-form.png?1694593689') no-repeat center 8px;
  -webkit-background-size: 14px;
  background-size: 14px;
  width: 34px;
  height: 30px;
  border: 0;
  left: 1px;
  top: 1px;
}
aside.search > header [type="reset"] {
  position: absolute;
  display: none;
  background: url('/common/v4.1/images/html_m/reset.png?1694593689') no-repeat center;
  -webkit-background-size: 18px;
  background-size: 18px;
  width: 37px;
  height: 30px;
  border: 0;
  right: 1px;
  top: 1px;
}
aside.search > div > p:first-of-type {
  color: #a2a2a2;
  font-size: 15px;
  padding: 15px 17px 0 15px;
  margin-bottom: 0;
}
aside.search > div > p:first-of-type + p {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin-top: 6px;
}
aside.search > div > p:first-of-type + p a {
  display: inline-block;
  color: #333;
  line-height: 44px;
  padding: 0 10px;
}
aside.search > div article:first-of-type {
  border-top: 1px solid #d3d3d4;
}

.nav-search {
  display: block;
  width: 100%;
  padding: 8px 16px;
}
.nav-search.nav-header {
  margin: 0;
  height: 36px;
}
.nav-search.nav-header .button-menu {
  margin-right: 14px;
}
.nav-search.nav-header.button-login {
  margin-left: 14px;
}
.nav-search li {
  display: table-cell;
  vertical-align: middle;
}

.wrap-button-menu,
.wrap-button-login {
  width: 38px;
}

.input-box {
  position: relative;
}
.input-box__clear {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  padding: 0;
  background-image: url('/common/v4.1/images/html_m/icon-input-clear.png?1694593689');
  background-size: 18px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  text-indent: -9999px;
  z-index: 1000;
}
.input-box__search {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url('/common/v4.1/images/html_m/icon-search-input.png?1694593689');
  background-size: 16px;
  opacity: 1;
  transition: all .30s ease-in-out;
  -webkit-transition: all .30s ease-in-out;
  z-index: 1000;
}
.input-box__search.is-hidden {
  background-image: none;
  visibility: hidden;
  opacity: 0;
  transition: all .30s ease-in-out;
  -webkit-transition: all .30s ease-in-out;
}

.input-keyword {
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none !important;
  outline: hidden;
  -ms-appearance: none;
  width: 125%;
  height: 50px;
  margin: 0 0 0 -42px;
  padding: 0 42px;
  line-height: 42px;
  background: #fff;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  transform: scale(0.8);
}
.input-keyword::-webkit-input-placeholder {
  font-weight: 400;
  color: #c0c0c0;
  line-height: 1em;
  padding-top: 14px;
  font-size: 16px;
}
.input-keyword:focus {
  outline: none;
  cursor: pointer;
}

.searchDelete {
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 74px;
  z-index: 100;
}

.search-result-notfound {
  font-size: 14px;
  color: #333;
  line-height: 1.7em;
  margin-top: 20px;
  padding: 0 20px;
}

.search-result-notfound-num {
  padding: 20px 20px 0;
}

.search-result-notfound-item {
  display: none;
}

.result-number {
  margin: 15px 10px 5px;
}

/*.search-main {
    overflow: visible !important;
}*/
/* プレスリリース詳細画面 | メディア会員専用画面 */
.entry .imageOverlay {
  position: fixed;
  z-index: 1040;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #06121C;
  display: none;
  opacity: 1;
}
.entry .imageOverlay img {
  display: none;
}
.entry > header {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(4, 0, 0, 0.15);
  position: fixed;
  -moz-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
  width: 100%;
  z-index: 10;
  top: 0;
}
.entry main {
  padding-top: 71px;
  -moz-transition: -moz-transform 0.4s ease, filter 0.3s ease-out;
  -o-transition: -o-transform 0.4s ease, filter 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.4s ease, filter 0.3s ease-out;
  transition: transform 0.4s ease, filter 0.3s ease-out;
}
.entry main > article:first-of-type {
  padding: 0;
}
.entry main > article:first-of-type time + p {
  margin-bottom: 35px;
}
.entry main h1 {
  line-height: 22px;
  font-size: 12px;
  margin-bottom: 22px;
}
.entry main .end-column {
  margin: 0;
  background-color: #f3f3f8;
  height: 12px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #d3d3d4;
}
.entry main .releasefooter {
  margin: 11px 17px 13px;
}
.entry main .releasefooter .mlimit-msg {
  color: #d73f21;
  font-size: 12px;
  font-weight: bold;
}
.entry main .movie-area {
  text-align: center;
  margin: 20px 0;
}
.entry main .movie-area iframe {
  max-width: 100%;
  height: 200px;
}
.entry main .movie-area-data {
  display: block;
  line-height: 1;
}
.entry main .movie-area-theta-caption {
  display: block;
  text-align: right;
  text-decoration: underline;
  color: #157792;
  font-size: 12px;
}
.entry main .msg_only_media {
  color: #e01616;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.entry main .giflike-area {
  text-align: center;
}
.entry main .giflike-area iframe {
  border: none !important;
}
.entry main .giflike-area img {
  width: 290px;
  height: auto;
}
.entry main article {
  line-height: 22px;
  word-wrap: break-word;
}
.entry article header h1 {
  margin: 0 15px;
  font-size: 18px;
  line-height: 1.375;
  margin-bottom: 10px;
}
.entry article header h1 .title-media-only--main {
  font-size: 12px;
  display: block;
  text-align: center;
  font-weight: normal;
  padding-top: 15px;
  line-height: 1.5;
}
.entry article header h1 .title-media-only--sub {
  display: block;
  margin: 10px 0 20px;
  text-align: center;
}
.entry article header .subttl {
  margin: 0 17px 20px;
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 400;
  font-weight: bold;
}
.entry article .entry-body {
  margin: 11px 17px 13px;
  font-size: 15px;
  line-height: 1.571428571428571;
}
.entry article .entry-body ul {
  padding: 12px 12px 12px 33px;
  background-color: #ededed;
  margin-top: 5px;
  margin-bottom: 12px;
  list-style-type: disc;
  border-radius: 3px;
}
.entry article .entry-body ul li {
  word-break: break-all;
}
.entry article .entry-body ul li > p {
  margin-block-end: 0;
}
.entry article .entry-body ol {
  padding: 12px 12px 12px 33px;
  background-color: #ededed;
  list-style-type: decimal;
  margin-top: 5px;
  margin-bottom: 12px;
  border-radius: 3px;
}
.entry article .entry-body ol li {
  word-break: break-all;
}
.entry article .entry-body ol li > p {
  margin-block-end: 0;
}
.entry article .entry-body li:last-child {
  margin-bottom: 0;
}
.entry article .entry-body table tr:last-of-type td {
  border-bottom: 1px solid #000;
}
.entry article .entry-body .msg_only_media {
  color: #e01616;
}
.entry article .entry-body + * {
  clear: both;
}
.entry article .directory-nav {
  font-size: 11px;
  line-height: 26px;
  margin: 0 17px;
  padding: 7px 10px;
  border-top: 1px solid #e6e6e7;
}
.entry article .directory-nav li {
  display: inline;
  margin-right: 6px;
}
.entry article .directory-nav li a {
  color: #157792;
}
.entry article .directory-nav li a:hover {
  text-decoration: underline;
}
.entry article .entry-info-renew {
  margin: 0 17px;
  border-top: 1px solid #f2f2f2;
  padding: 20px 0 0;
  font-size: 12px;
}
.entry article .entry-info-renew dt {
  border-left: 5px solid #d1d1d1;
  border-bottom: 1px solid #e6e6e7;
  margin: 0;
  padding: 6px 0 6px 16px;
  text-align: left;
  width: 100%;
}
.entry article .entry-info-renew dd {
  padding: 12px 0;
  margin-left: 24px;
  word-wrap: break-word;
}
.entry article .entry-info-renew dd a {
  margin-right: 18px;
  color: #157792;
}
.entry article .entry-info-renew dd li {
  float: left;
  font-size: 12px;
  line-height: 2em;
}
.entry article .entry-info-renew dd::after {
  content: '';
  display: block;
  clear: both;
}
.entry article .entry-info-renew dd .location_link_city {
  margin-right: 2px;
}
.entry .info-regist {
  background-color: #f3f3f8;
  border: 1px solid #d3d3d4;
  margin: 20px 0 0;
  width: 100%;
  padding: 10px;
}
.entry .info-regist .lead-info,
.entry .info-regist .body-info {
  font-size: 12px;
  line-height: 1.5;
}
.entry .info-regist .body-info {
  margin-top: 14px;
}
.entry .info-regist ul {
  width: 100%;
  margin-bottom: 1px;
}
.entry .info-regist ul li {
  width: 100%;
  display: block;
  height: auto;
}
.entry .info-regist ul li a {
  padding: 0;
}
.entry .info-regist ul li:first-child {
  margin-bottom: 12px;
}
.entry .info-regist .button-regist-media,
.entry .info-regist .button-login-media {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 6px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: .05em;
}
.entry .info-regist .button-regist-media {
  background-color: #358cda;
}
.entry .info-regist .button-regist-media span {
  font-weight: normal;
  background-color: #358cda;
}
.entry .info-regist .button-login-media {
  background-color: #ff9a00;
}
.entry footer {
  padding-bottom: 0;
}
.entry .followAddBox {
  margin: 13px 17px 45px 17px;
  padding: 8px;
  background-color: #F9F9F9;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.entry .followAddBox .company_name {
  font-size: 14px;
  line-height: 1.6;
  color: #428AC9;
  margin-bottom: 8px;
}
.entry .followAddBox .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.entry .followAddBox .facebook-login-chk {
  width: 160px;
  height: 37px;
  border: 2px solid #428AC9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  margin-right: 16px;
}
.entry .followAddBox .follower {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.entry .followAddBox .follower__count {
  font-size: 14px;
  line-height: 20.27px;
  color: #3B3B3B;
  font-weight: bold;
}
.entry .followAddBox .follower__label {
  font-size: 12px;
  font-weight: normal;
  line-height: 17.38px;
  font-weight: 500;
}
.entry .followAddBox .followHowTo {
  letter-spacing: -0.1em;
  line-height: 34px;
  text-align: center;
  width: 57%;
}
.entry .followBalloon {
  left: 4%;
  width: 92%;
}
.entry .followBalloon::before, .entry .followBalloon::after {
  left: auto;
  right: 25%;
}
.entry .followBalloon::before {
  margin-right: -9px;
}
.entry .followBalloon::after {
  margin-right: -10px;
}

.entry-img {
  padding: 0 31px 31px;
}
.entry-img img {
  width: 100%;
}

.rbody {
  margin-bottom: 29px;
}

.r-head {
  line-height: 1.8em;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 32px;
}

.r-text {
  line-height: 22px;
}

p[id*="p-iframe-image-"],
p[id*="p-iframe-movie-"] {
  margin: 20px 0;
}
p[id*="p-iframe-image-"]::after,
p[id*="p-iframe-movie-"]::after {
  content: '';
  clear: both;
  display: block;
}

.editor-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.editor-image img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}
.editor-image.alignleft {
  float: left;
}
.editor-image.alignright {
  float: right;
}
.editor-image.floatleft {
  float: left;
  margin-right: 20px;
}
.editor-image.floatright {
  float: right;
  margin-left: 20px;
}

.image-caption {
  color: #a2a2a2;
  line-height: 20px;
  font-size: 12px;
  text-align: left !important;
  display: block;
  max-width: 100%;
}
.image-caption.pixta-copyright a {
  color: #a2a2a2;
}

/* メニュー */
.nav-drawer {
  z-index: 10;
  opacity: 0;
  transition: all .30s ease-in-out;
  -webkit-transition: all .30s ease-in-out;
  visibility: visible;
  padding-bottom: 120px;
  position: relative;
}
.nav-drawer.show {
  height: calc(100vh - 48px);
  opacity: 1;
  transition: all .30s ease-in-out;
  visibility: visible;
  position: fixed;
}
.nav-drawer a {
  position: relative;
  display: block;
  color: #fff;
  line-height: 40px;
}
.nav-drawer p {
  margin-bottom: 0;
}
.nav-drawer .lead-menu-action {
  padding: 17px 0 19px 13px;
  border-top: none;
}
.nav-drawer .lead-menu-sns {
  padding: 17px 0 14px 13px;
}
.nav-drawer .drawer-menu-global li,
.nav-drawer .drawer-menu-action li,
.nav-drawer .drawer-menu-sns li {
  width: 50%;
}
.nav-drawer .drawer-menu-global li:nth-child(even),
.nav-drawer .drawer-menu-action li:nth-child(even),
.nav-drawer .drawer-menu-sns li:nth-child(even) {
  float: right;
}
.nav-drawer .drawer-menu-global li:nth-child(odd),
.nav-drawer .drawer-menu-action li:nth-child(odd),
.nav-drawer .drawer-menu-sns li:nth-child(odd) {
  float: left;
}
.nav-drawer .view_style {
  background-color: #E0E0E0;
  padding: 17px 0 10px 13px;
}
.nav-drawer .view_style .button-change-view {
  overflow: visible;
  text-indent: 0;
  font-size: 12px;
  color: #898989;
  font-weight: bold;
}
.nav-drawer .view_style .button-change-view.active {
  color: #000;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background: #fff;
  padding: 3px 7px;
  margin-top: 3px;
}
.nav-drawer .view_style .button-change-thumbnail-view {
  margin-right: 20px;
}
.nav-drawer .drawer-menu-action {
  padding: 14px;
}
.nav-drawer .drawer-menu-action.regist {
  padding: 0;
}
.nav-drawer .drawer-menu-action.regist li a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.nav-drawer .drawer-menu-sns {
  border-bottom: 1px solid #E0E0E0;
  clear: both;
}
.nav-drawer .drawer-menu-sns.drawer-menu-sns-twitter {
  border-bottom: 0;
}
.nav-drawer .drawer-menu-recommend {
  padding-top: 14px;
}
.nav-drawer .drawer-menu-recommend li {
  width: 100%;
  float: none;
}
.nav-drawer .drawer-menu-recommend .recommend-title {
  padding-left: 15px;
  font-size: 14px;
}

.container-drawer-menu {
  clear: both;
}
.container-drawer-menu ul {
  padding: 0;
  border: none;
}

.container-drawer-menu-action {
  border-width: 1px 0;
  border-style: solid;
  border-color: #E0E0E0;
}

.container-drawer-menu-recommend {
  border-width: 1px 0;
  border-style: solid;
  border-color: #E0E0E0;
}

.container-drawer-menu-info {
  border-width: 1px 0;
  border-style: solid;
  border-color: #E0E0E0;
}
.container-drawer-menu-info ul {
  padding: 15px 0;
}
.container-drawer-menu-info ul .info-title {
  padding-left: 15px;
  font-size: 14px;
}
.container-drawer-menu-info ul li {
  padding: 10px 0 0 0;
}
.container-drawer-menu-info ul li a {
  line-height: 1.6;
  padding: 0 15px;
}
.container-drawer-menu-info ul li time {
  display: block;
  text-align: right;
  padding-right: 10px;
  line-height: 1.5;
}
.container-drawer-menu-info ul li time::before {
  content: none;
}

/*検索*/
.navi-search {
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  transition: opacity .40s ease-in-out;
  -webkit-transition: opacity .40s ease-in-out;
}
.navi-search .search-content {
  display: none;
}
.navi-search.show {
  width: 100%;
  height: calc(100vh - 48px);
  margin: 0;
  padding: 0;
  background: #F3F3F3;
  position: fixed;
  top: 48px;
  opacity: 1.0;
  transition: opacity .30s ease-in-out;
  -webkit-transition: opacity .30s ease-in-out;
  visibility: visible;
  overflow: hidden;
}
.navi-search.show .search-content {
  display: block;
}

.search-content {
  width: 100%;
  height: 100%;
  padding: 12px 15px 0 15px;
}
.search-content__title {
  display: block;
  width: 100%;
  margin: 16px auto 2px;
  line-height: 1.6;
  font-weight: 600;
  font-size: 13px;
  color: #3B3B3B;
  text-align: left;
}

.dig-tagbox {
  margin-top: 35px;
}
.dig-tagbox__title {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 8px;
}
.dig-tagbox__keys {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.dig-tagbox__keys .js-digkeyword {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
}
.dig-tagbox__keyword {
  margin: 0 8px 8px 0;
  padding: 6px;
  background: #fff;
  color: #797979;
  white-space: nowrap;
  border-radius: 6px;
}
.dig-tagbox__keyword .dig-tagbox__keyword--text {
  color: #797979;
  font-size: 13px;
}

/* 各パーツ */
.open-related-release,
.open-release-more {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 34px 15px 18px;
  line-height: 1.2;
  font-weight: bold;
}
.open-related-release::after,
.open-release-more::after {
  right: 17px;
  top: 50%;
  margin-top: -12px;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-size: 24px;
}

.link-company-outer {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 34px 15px 18px;
  line-height: 1.2;
  color: #fff;
  background-color: #333;
  text-align: left;
  font-size: 12px;
  padding-left: 58px;
  padding-right: 46px;
}
.link-company-outer::after {
  right: 17px;
  top: 50%;
  margin-top: -12px;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -58px -100px;
  background-size: 173px;
}
.link-company-outer.link-company-facebook {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -29px -100px;
  background-size: 173px;
}
.link-company-outer.link-company-twitter {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -60px -70px;
  background-size: 173px;
}
.link-company-outer.link-company-youtube {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -129px -87px;
  background-size: 173px;
}

.aprildream-message {
  color: #fe59d8;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
  padding: 4px 15px;
}

.open-related-release {
  color: #fff;
  background-color: #294c7a;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}
.open-related-release::after {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -100px -58px;
  background-size: 173px;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.open-release-more {
  color: #fff;
  background-color: #428ac9;
  text-align: center;
}
.open-release-more::after {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat 0 -100px;
  background-size: 173px;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.lineat a {
  width: 80%;
  padding: 8px 0;
  background-color: #5bc667;
  text-align: center;
  margin: 15px auto;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  display: block;
  border-radius: 6px;
}

.open-related-release.opend::after,
.open-release-more.opend::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.release-related-company .read-more a {
  display: block;
  width: 208px;
  margin: 12px auto;
  text-align: center;
  line-height: 48px;
  font-size: 13px;
  font-weight: bold;
  background-color: #ededed;
  color: #3b3b3b;
  border-radius: 3px;
}

.release-related-company-list-view,
.release-topical-list-view.release-topical-relatedtopics,
.release-topical-list-view.release-topical-facebook {
  border-bottom: 1px solid #294c7a;
}

.release-related-company-list-view.none-pressrelease {
  border-top: 1px solid #294c7a;
}

.release-topical-list-view .list-item:last-of-type {
  border: 0 none;
}
.release-topical-list-view h2, .release-topical-list-view h4 {
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  font-weight: normal;
  font-weight: bold;
}
.release-topical-list-view h3 {
  background-color: transparent;
  border-bottom: none;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 8px;
  margin-top: 0;
  padding: 0;
}
.release-topical-list-view p {
  margin: 0;
  line-height: 20px;
}
.release-topical-list-view .name-company {
  color: #326891;
  font-size: 12px;
  font-weight: bold;
}
.release-topical-list-view .social {
  float: none;
  margin-top: 0;
  margin-left: 5px;
  color: #999;
  font-weight: normal;
}
.release-topical-list-view .social.like::before {
  top: -3px;
}

/* 企業詳細画面プレスリリース一覧 */
.list-item-simple {
  padding: 17px 14px 20px;
  border-bottom: 1px solid #d3d3d4;
  overflow: hidden;
}
.list-item-simple a {
  display: table;
  width: 100%;
  color: #333;
}
.list-item-simple .detail,
.list-item-simple .thumbnail {
  display: table-cell;
  vertical-align: top;
  height: 80px;
}
.list-item-simple .detail {
  position: relative;
  padding-right: 30px;
}
.list-item-simple .thumbnail {
  width: 80px;
}
.list-item-simple h2 {
  font-size: 14px;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  word-wrap: break-word;
}
.list-item-simple figure {
  margin: 0;
  padding: 0;
  border: 1px solid #e2e2e3;
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
}
.list-item-simple figure img {
  width: 100%;
  height: auto;
  margin: 0;
  top: 0;
  bottom: 0;
}
.list-item-simple time {
  position: absolute;
  left: 0;
  bottom: 0;
}
.list-item-simple .company {
  margin-top: 15px;
  margin-bottom: 0;
}

.entry .share_static {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
}
.entry .share_static .link_top {
  display: none;
}

.entry .container-share-outer .button-menu {
  display: none;
}
.entry .container-share-outer .container-share {
  height: 24px;
}
.entry .container-share-outer.fixed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0;
  height: 48px;
  width: 100%;
  z-index: 3;
  margin: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06), 0px 4px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
}
.entry .container-share-outer.fixed .share_nav {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-left: 12px;
}
.entry .container-share-outer.fixed .share_nav .hamburger_menu .button-menu {
  background: transparent url('/common/v4.1/images/html_m/svg/icon-menu-24x24.svg?1694593689') no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.entry .container-share-outer.fixed .share_nav .link_top {
  display: inline-block;
  height: 16px;
}
.entry .container-share-outer.fixed .release_detail__share {
  margin-bottom: 0;
  align-items: center;
}
.entry .container-share-outer.fixed .release_detail__share--left {
  padding-right: 12px;
}
.entry .container-share-outer.fixed .release_detail__share--right {
  display: none;
  visibility: hidden;
}
.entry .container-share-outer.fixed .release_detail__share li.share__item {
  align-items: center;
}
.entry .container-share-outer.fixed .release_detail__share li.share__item.like {
  order: 4;
  margin-right: 0px;
}
.entry .container-share-outer.fixed .release_detail__share li.share__item:last-child {
  margin-right: 16px;
}
.entry .container-share-outer.fixed .release_detail__share li.share__item.twitter {
  width: 24px;
  height: 24px;
}
.entry .container-share-outer.fixed .release_detail__share li.share__item.facebook {
  width: 20px;
  height: 20px;
}
.entry .container-share-outer.fixed .release_detail__share li.share__item.facebook svg {
  height: 20px;
  width: 20px;
}
.entry .container-share-outer.fixed .release_detail__share li.share__item.line {
  width: 20px;
  height: 20px;
}
.entry .container-share-outer.fixed .release_detail__share li.share__item.line svg {
  height: 20px;
  width: 20px;
}
.entry .container-share-outer.fixed .release_detail__share .like-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24px;
  height: 24px;
}
.entry .container-share-outer.fixed .release_detail__share .like-button__img {
  display: block;
  background-image: url("/common/v4.1/images/html/Like_button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 18px;
  cursor: pointer;
  position: relative;
  height: 24px;
  width: 24px;
}
.entry .container-share-outer.fixed .release_detail__share .like-button__img:after {
  position: absolute;
  content: '';
  background-image: url("/common/v4.1/images/html/Like_button-particle.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  display: block;
}
.entry .container-share-outer.fixed .release_detail__share .like-button__img:hover {
  cursor: pointer;
}
.entry .container-share-outer.fixed .release_detail__share .like-button__img.is-liked {
  background-image: url("/common/v4.1/images/html/Like_button-liked.svg");
  background-size: 24px 22px;
}
@keyframes heartAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  30% {
    transform: scale(1.3, 1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes particleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0.6;
  }
  80% {
    transform: scale(1.7, 1.7);
    opacity: 0.3;
  }
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
.entry .container-share-outer.fixed .release_detail__share .like-button__img.is-active {
  animation: heartAnimation 400ms;
  cursor: none;
}
.entry .container-share-outer.fixed .release_detail__share .like-button__img.is-active:after {
  animation: particleAnimation 500ms;
  opacity: 1;
}
.entry .container-share-outer.fixed .release_detail__share .like-button__number {
  display: none;
}

.service .container-share {
  -moz-transition: -moz-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  background-color: #fff;
  padding: 15px 15px;
  height: 60px;
  width: 100%;
  z-index: 3;
  margin: 0;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 0;
}
.service .container-share ul {
  padding-left: 10px;
}

.service.sb-active .container-share,
.service.scrolling .container-share {
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.service.scrolling.scroll-up .container-share {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.share-title {
  position: absolute;
  top: 28px;
  width: 100%;
}

/*  */
.overview-company {
  font-size: 12px;
  width: 100%;
  border-collapse: collapse;
}
.overview-company th,
.overview-company td {
  padding: 20px 16px;
  border-bottom: 1px solid #d3d3d4;
}
.overview-company th {
  font-weight: bold;
  background-color: #f5f5f5;
  text-align: left;
  vertical-align: top;
  width: 100px;
}
.overview-company td {
  vertical-align: middle;
  line-height: 1.416666666666667;
}

/* フォロー関連 */
.info-follow {
  text-align: center;
}
.info-follow .state-no-follow,
.info-follow .state-following {
  width: 100%;
  background-color: #358cda;
  color: #fff;
  border-radius: 6px;
}
.info-follow .state-no-follow img,
.info-follow .state-following img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.info-follow .button-follow {
  border: none;
}
.info-follow .text-info-follow {
  font-size: 12px;
}
.info-follow.info-follow-top {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.info-follow.info-follow-top .container-state-follow,
.info-follow.info-follow-top .text-info-follow {
  display: table-cell;
  vertical-align: middle;
}
.info-follow.info-follow-top .state-no-follow,
.info-follow.info-follow-top .state-following {
  height: 48px;
  font-size: 13px;
}
.info-follow.info-follow-top .container-state-follow {
  padding: 4px;
}
.info-follow.info-follow-bottom {
  background-color: #f3f3f8;
  padding: 9px 4px 0;
  border-bottom: 1px solid #d3d3d4;
}
.info-follow.info-follow-bottom .state-no-follow,
.info-follow.info-follow-bottom .state-following {
  height: 85px;
  font-size: 16px;
}
.info-follow.info-follow-bottom .text-info-follow {
  display: block;
  margin-top: 15px;
  margin-bottom: 18px;
}

.followAddBox {
  margin: 10px 0;
  display: flex;
}
.followAddBox .facebook-login-chk {
  display: inline-block;
  width: 40%;
  line-height: 32px;
}
.followAddBox .followHowTo {
  display: inline-block;
}

.followAddBoxBig {
  border-bottom: 1px solid #d3d3d4;
  background-color: #f3f3f8;
  padding: 10px;
}
.followAddBoxBig .facebook-login-chk {
  display: block;
  line-height: 81px;
  width: 100%;
}
.followAddBoxBig .followHowTo {
  display: block;
  line-height: 40px;
  text-align: center;
}

.followBtn {
  color: #529cdf;
  margin-left: 15px;
  font-weight: normal;
}

.facebook-login-chk {
  background-color: #FFF;
  border-radius: 5px;
  color: #358cda;
  font-size: 14px;
  text-align: center;
  border: 2px solid #358cda;
  pointer-events: auto;
}
.facebook-login-chk.onchk {
  background-color: #358cda;
  color: #FFF;
}
.facebook-login-chk.onchk::before {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -316px -115px;
}
.facebook-login-chk::before {
  content: "";
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -316px -150px;
  margin-right: 3px;
  margin-top: -3px;
}
.facebook-login-chk.is-loading {
  pointer-events: none;
}

.followHowTo {
  font-size: 12px;
  position: relative;
  letter-spacing: -0.1em;
  line-height: 34px;
  text-align: center;
  color: #3b3b3b;
  background: #f2f2f2;
  width: 57%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-left: 8px;
}

.followBalloonBig,
.followBalloon {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  display: none;
  left: 5%;
  opacity: 0.9;
  position: absolute;
  width: 90%;
  z-index: 1000;
}
.followBalloonBig::before, .followBalloonBig::after,
.followBalloon::before,
.followBalloon::after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.followBalloonBig::before,
.followBalloon::before {
  border-color: transparent transparent #fff transparent;
  border-width: 0 9px 9px 9px;
  margin-left: -9px;
  top: -8px;
  z-index: 0;
}
.followBalloonBig::after,
.followBalloon::after {
  border-color: transparent transparent #ccc transparent;
  border-width: 0 10px 10px 10px;
  margin-left: -10px;
  top: -12px;
  z-index: -1;
}

.followBalloon::before,
.followBalloon::after {
  left: 70%;
}

.followBalloonBig {
  margin-bottom: 30px;
  z-index: 1000;
}
.followBalloonBig::before, .followBalloonBig::after {
  left: 50%;
}

.followBalloonBg,
.followBalloonBigBg {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.followBalloonTitle {
  padding: 12px;
  font-weight: bold;
  font-size: 16px;
}

.followBalloonComment {
  padding: 0 12px 12px;
  font-size: 12px;
}

.confirm-follow-dialog .modal-content-menu {
  height: auto;
}

.confirm-follow-dialog .facebook-login-chk {
  display: block;
  width: 100%;
}

/* スタートアップおすすめ企業一覧 */
/*
.startup_company{
    .nav-left {
        width: 143px;
    }
}
*/
/* 坂上忍トップ動画対応 掲載終了したら削除 ここから */
/* 坂上忍トップ動画対応 掲載終了したら削除 ここまで */
/* IR誘導対応 掲載終了したら削除 ここから */
.ir-wrap {
  display: -webkit-box;
  height: 109px;
  overflow: hidden;
  font-size: 11px;
  width: 100%;
  max-height: 109px;
}
.ir-wrap .ir_area {
  width: 50%;
  -webkit-box-flex: 1;
  background: url('/common/v4.1/images/html_m/to-ir/ir_area.png?1694593689') 0 0 repeat-x;
  background-size: 187px auto;
  text-align: -webkit-center;
  padding-top: 8px;
}
.ir-wrap .ir_area .inner {
  display: block;
  width: 160px;
}
.ir-wrap .ir_area .inner .ir_area--bird {
  width: 37px;
  height: 27px;
  position: relative;
}
.ir-wrap .ir_area .inner .ir_area--bird .icon-bird {
  position: absolute;
  display: block;
  background: url('/common/v4.1/images/html_m/to-ir/icon-bird.png?1694593689') 0 0 repeat-x;
  background-size: 37px auto;
  width: 37px;
  height: 27px;
  top: 2px;
  left: 0;
}
.ir-wrap .ir_area .inner .ir_area--txt {
  position: static;
  text-align: center;
  color: #358cda;
  font-size: 13px;
  margin: 4px 0;
  line-height: 1.3;
}
.ir-wrap .ir_area .inner .ir_area--btn {
  position: static;
  text-align: center;
  color: #fff;
  background-color: #358cda;
  font-size: 13px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 114px;
  height: 20px;
  line-height: 20px;
}
.ir-wrap .special-movie {
  position: relative;
  display: block;
  height: auto;
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  background-color: #050505;
  text-align: center;
  height: auto;
  padding-top: 3px;
}
.ir-wrap .special-movie a > img {
  width: 187px;
}

/* IR誘導対応 掲載終了したら削除 ここまで */
/* 第三者プレビューログインページ */
.login.preview_login main {
  min-height: 400px;
}
.login.preview_login .info-message {
  color: #333333;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.login.preview_login .error-message {
  color: #ff5757;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.login.preview_login .data {
  margin-bottom: 20px;
}
.login.preview_login .loginButton {
  margin-bottom: 30px;
}
.login.preview_login .loginButton button {
  width: 40%;
  height: 50px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #ff9a00;
  border: 1px solid #ff9a00;
  color: #FFFFFF;
}

/* アカウントロック */
.account-lock .mail_address {
  margin-bottom: 5px;
}
.account-lock input[type="text"] {
  width: 100%;
  height: 45px;
  border: 2px solid #d9d9d9;
  padding: 0 17px;
  border-radius: 4px;
}
.account-lock .error {
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  color: #d73f21;
  display: block;
}
.account-lock .btn-success {
  display: block;
  width: 100%;
  height: 53px;
  background-color: #3879b7;
  color: #fff;
  box-shadow: inset 0 0 0;
  text-shadow: 0 0 0;
  border-radius: 3px;
  border: 0;
  font-weight: bold;
  margin-top: 20px;
}
.account-lock .forget_password {
  margin-bottom: 5px;
}

/* 画像押し禁止 */
img.js-protect {
  touch-callout: none;
  user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.snsBox {
  display: block !important;
}

/* ----------
ログイン画面更新
----------*/
.login-article {
  position: relative;
  padding: 0 3%;
}
.login-article .login-box {
  position: relative;
  display: block;
  border: solid 1px rgba(4, 0, 0, 0.15);
  margin-bottom: 8%;
}
.login-article .login-box > h2 {
  position: relative;
  width: 100%;
  font-size: 12px;
  height: 38px;
  border-bottom: 1px solid #eee;
  padding-left: 3%;
  line-height: 38px;
  background: #eee;
}
.login-article .login-box .data {
  margin: 0 auto;
}
.login-article .login-box .data label {
  display: block;
  margin-bottom: 7px;
}
.login-article .login-box .data input[type="text"],
.login-article .login-box .data input[type="password"] {
  width: 100%;
  margin-bottom: 15px;
  height: 35px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #afafaf;
  padding: 3px;
}
.login-article .login-box .repassBox {
  text-align: left;
  line-height: 14px;
}
.login-article .login-box-inner {
  padding: 3%;
}
.login-article .followerBox .followerTitle {
  margin-top: 10px;
  margin-bottom: 10px;
}
.login-article .followerBox a {
  background-color: #3b5998 !important;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 70px;
  font-weight: bold;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  background-image: url(/common/v4.1/images/html/ico/facebooklogin.png);
  background-repeat: no-repeat;
  background-position: 13px 20px;
  padding: 4%;
}

.main-login {
  min-height: auto !important;
}
.main-login .login-article {
  background: #eee;
  padding: 16px 0;
}
.main-login .login-article .login-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.main-login .login-article .login-content {
  margin: 0 16px 8px;
  padding: 16px;
  background: #fff;
  border-radius: 4px;
}
.main-login .login-article .login-content:last-child {
  padding-bottom: 22px;
}
.main-login .login-article .login-content-facebook {
  margin: 0 8%;
  padding: 0 7%;
  line-height: 1.6;
  text-align: center;
}
.main-login .login-article .login-content-facebook .login-content-facebook-text-main {
  margin: 0;
  font-size: 14px;
}
.main-login .login-article .login-content-facebook .login-content-facebook-text-main .login-content-facebook-link {
  color: #428ac9;
}
.main-login .login-article .login-content-facebook .login-content-facebook-text-sub {
  margin: 0;
  font-size: 13px;
  color: #6d6d6d;
}
.main-login .login-article .login-content-heading {
  display: flex;
  align-items: center;
  line-height: 1.5;
  height: 33px;
  padding-left: 3px;
  color: #3b3b3b;
}
.main-login .login-article .login-content-heading .login-content-heading-icon {
  width: 24px;
}
.main-login .login-article .login-content-heading .login-content-heading-text {
  display: flex;
  align-items: flex-end;
  margin: 0;
}
.main-login .login-article .login-content-heading .login-content-heading-text .login-content-heading-text-main {
  font-weight: bold;
  font-size: 22px;
  margin-right: 7px;
}
.main-login .login-article .login-content-heading .login-content-heading-text .login-content-heading-text-sub {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 4px;
}
.main-login .login-article .login-content-heading .login-content-heading-balloon-wrap {
  position: relative;
  margin-left: auto;
  width: 20px;
  height: 22px;
}
.main-login .login-article .login-content-heading .login-content-heading-balloon-wrap .login-content-heading-balloon-question {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 5px;
}
.main-login .login-article .login-content-heading .login-content-heading-balloon-wrap .login-content-heading-balloon-question .login-content-heading-balloon-question-inner {
  width: 20px;
  height: 20px;
  display: block;
  line-height: 20px;
  background: #294c7a;
  border-radius: 50%;
}
.main-login .login-article .login-content-heading .login-content-heading-balloon-wrap .login-content-heading-balloon {
  display: none;
  position: absolute;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.6;
  width: 260px;
  top: -105px;
  left: -220px;
  z-index: 100;
  box-shadow: 4px 4px 10px rgba(40, 76, 122, 0.2);
  font-size: 13px;
}
.main-login .login-article .login-content-heading .login-content-heading-balloon-wrap .login-content-heading-balloon::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  right: 20px;
  bottom: -9px;
}
.main-login .login-article .login-content-heading .login-content-heading-balloon-wrap .login-content-heading-balloon.downward {
  top: 35px;
  box-shadow: 4px -4px 10px rgba(40, 76, 122, 0.2);
}
.main-login .login-article .login-content-heading .login-content-heading-balloon-wrap .login-content-heading-balloon.downward::after {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  bottom: 89px;
}
.main-login .login-article .login-content-heading .login-content-heading-balloon-wrap .login-content-heading-balloon.active {
  display: block;
}
.main-login .login-article .login-content-button-wrap {
  margin-top: 10px;
}
.main-login .login-article .login-content-button-wrap .login-content-button {
  width: 100%;
  height: 68px;
  display: block;
  color: #fff;
  line-height: 1.6;
  border-radius: 6px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.main-login .login-article .login-content-button-wrap .login-content-button.login-content-company {
  background: #f26600;
}
.main-login .login-article .login-content-button-wrap .login-content-button.login-content-media {
  background: #299bcc;
}
.main-login .login-article .login-content-button-wrap .login-content-button.login-content-social {
  background: #0c73d2;
}
.main-login .login-article .login-content-button-wrap .login-content-button.login-content-follower {
  background: #1877f2;
  font-size: 13px;
}
.main-login .login-article .login-content-button-wrap .login-content-button.login-content-follower::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(/common/v4.1/images/html/ico/facebooklogin-new.png);
  background-size: contain;
  margin-right: 6px;
}
.main-login .login-article .login-article-bottom-link {
  text-align: center;
  color: #428ac9;
  margin-top: 16px;
}
.main-login .login-article .login-article-bottom-link-txt {
  color: inherit;
}

@media screen and (min-width: 321px) and (max-width: 430px) {
  .main-login .login-article .login-content {
    margin: 0 8% 12px;
    padding: 15px 7% 12px;
  }
}
/*ボタン*/
.medialogin-registbutton {
  border: none;
  color: #fff;
  text-align: center;
  line-height: 37px;
  height: 37px;
  width: 100%;
  display: block;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: none;
  font-size: 14px;
  background: #4a96da;
}

.loginButton {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
}
.loginButton button {
  width: 100%;
  height: 38px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #ff9a00;
  border: 1px solid #ff9a00;
  color: #FFFFFF;
}

/*または*/
.more-text {
  width: 100%;
  height: 22px;
  position: relative;
  display: block;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px;
}
.more-text::before, .more-text::after {
  content: "";
  width: 40%;
  height: 1px;
  position: absolute;
  top: 10px;
  background: #eee;
}
.more-text::before {
  left: 0px;
}
.more-text::after {
  right: 0px;
}

/*無料メディア会員登録する*/
.mediaText_area {
  text-align: center;
  font-size: 13px;
  color: #868686;
  margin-bottom: 10px;
}

/*ログイン*/
.textLogin {
  text-align: left;
  font-size: 18px;
  color: #868686;
  font-weight: bold;
}
.textLogin span {
  color: #d73f21;
  font-size: 11px;
}

/* ----------
ログイン画面更新 END
----------*/
.detailClipBtn {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.aprilfool_wrap {
  background-color: #ffc600;
  border-radius: 10px;
  text-align: center;
  margin-top: 3px;
  width: 130px;
}
.aprilfool_wrap .aprilfool-text {
  color: #fff;
  font-size: 10px;
}

.aprildream_wrap {
  background-color: #FE59D8;
  border-radius: 10px;
  text-align: center;
  margin-top: 3px;
  width: 130px;
}
.aprildream_wrap .aprildream-text {
  color: #fff;
  font-size: 10px;
}

.detail_aprilfool_wrap,
.detail_aprildream_wrap {
  margin: 0 15px;
}
.detail_aprilfool_wrap .aprilfool_wrap,
.detail_aprilfool_wrap .aprildream_wrap,
.detail_aprildream_wrap .aprilfool_wrap,
.detail_aprildream_wrap .aprildream_wrap {
  width: 100%;
}

.ui-autocomplete {
  background-color: #fff;
  left: 0 !important;
  width: 100% !important;
  margin-top: 20px !important;
  padding-bottom: 10px !important;
  border: 1px solid #999 !important;
}
.ui-autocomplete li {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ui-helper-hidden-accessible {
  display: none;
}

/* フォロー操作のvue.jsのコンポーネント用 */
.modal-component__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
}
.modal-component-enter {
  opacity: 0;
}
.modal-component-leave-active {
  opacity: 0;
}

.fb-login-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #fff;
  padding: 25px 20px;
  border-radius: 10px;
  width: 92%;
  box-sizing: border-box;
}
.fb-login-modal__logo {
  margin-left: auto;
  margin-right: auto;
  width: 172px;
}
.fb-login-modal__header {
  text-align: center;
  font-size: 13pt;
  margin-top: 24px;
  margin-bottom: 8px;
}
.fb-login-modal__button {
  color: #fff;
  background-color: #3b5999;
  background-image: url('/common/v4.1/images/html/ico/facebooklogin.png?1694593689');
  background-repeat: no-repeat;
  background-position: 5% 50%;
  border-radius: 8px;
  height: 5em;
  line-height: 5em;
  text-align: center;
  display: block;
  cursor: pointer;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
.fb-login-modal__button:hover {
  color: #fff;
}
.fb-login-modal__text {
  font-size: 9pt;
  color: #a9a9a9;
  margin-top: 16px;
}

/*-----------
企業詳細ページ
--------------*/
.company-hero {
  margin-top: -2px;
  width: 100%;
  max-height: 115px;
}
.company-hero__img {
  display: block;
  width: 100%;
  height: 115px;
  object-fit: cover;
  object-position: center;
}

.company-ff {
  display: flex;
  align-items: center;
  margin: 12px 0 0;
}
.company-ff__follow-wrapper {
  display: flex;
}
.company-ff__follow-btn {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #32a5d5;
  border-radius: 5px;
  color: #32A5D5;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  transition: .2s;
}
.company-ff__follow-btn:hover {
  color: #32a5d5;
  opacity: .9;
}
.company-ff__follow-btn::before {
  content: url('/common/v4.1/images/html/svg/icon-company-blue.svg?1694593689');
  vertical-align: -1px;
  margin-right: 5px;
  width: 12px;
  height: 12px;
}
.company-ff__follow-btn.facebook-login-chk::before {
  background: none;
}
.company-ff__follow-btn.is-followed {
  background: #32a5d5;
  color: #fff;
}
.company-ff__follow-btn.is-followed::before {
  content: url('/common/v4.1/images/html/svg/icon-company-white.svg?1694593689');
}
.company-ff__follow-desc {
  width: 14px;
  height: 14px;
  margin: -8px 0 0 4px;
  text-align: center;
  background: #abb3bf;
  border-radius: 50%;
  font-size: 12px;
  line-height: 14px;
  position: relative;
}
.company-ff__follow-desc a {
  color: #fff;
}
.company-ff__follow-balloon {
  position: absolute;
  bottom: -220px;
  right: -138px;
  z-index: 2;
}
.company-ff__follow-balloon .content-balloon {
  position: relative;
  box-sizing: border-box;
  width: 270px;
  height: 197px;
  padding: 13px 15px;
  border: none;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.company-ff__follow-balloon .content-balloon::before {
  content: '';
  position: absolute;
  bottom: 175px;
  left: 117px;
  width: 16px;
  height: 16px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%) rotate(45deg) skew(15deg, 15deg);
  z-index: -1;
}
.company-ff__follow-balloon .content-balloon::after {
  content: '';
  position: absolute;
  bottom: 175px;
  left: 117px;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: translateY(-50%) rotate(45deg) skew(15deg, 15deg);
  z-index: 2;
}
.company-ff__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.company-ff__follower {
  margin-left: 14px;
}
.company-ff__follower-num {
  font-size: 18px;
  font-weight: bold;
}

.company-sns {
  display: flex;
  margin: 0;
}
.company-sns__item {
  margin-right: 24px;
}
.company-sns__item:last-child {
  margin-right: 0;
}

.company-contents {
  margin-top: 40px;
}
.company-contents__search {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 4px;
}

.company-press-release__header {
  line-height: 1.5;
  font-weight: bold;
  padding: 0 10px;
  margin-top: 21px;
}
.company-press-release__title {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.company-press-release__query {
  margin: 0;
  padding: 0;
  font-size: 10px;
}
.company-press-release__more {
  display: block;
  margin: 36px 20px;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background: #f2f2f2;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}
.company-press-release__more.open-release-more {
  font-weight: normal;
  width: auto;
}
.company-press-release__more.open-release-more::after {
  display: none;
}
.company-press-release #search-not-found-message {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #abb3bf;
}

.release-search-bar {
  position: relative;
  flex: 1;
}
.release-search-bar::before {
  content: url('/common/v4.1/images/html/svg/icon-search-black.svg?1694593689');
  position: absolute;
  width: 16px;
  height: 16px;
  left: 12px;
  padding: 9px 0;
}
.release-search-bar__input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  border: 1px solid #abb3bf;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  padding-left: 38px;
  box-shadow: none;
}
.release-search-bar__input:focus {
  outline: none;
}

.company-search-year {
  position: relative;
  margin-left: 10px;
}
.company-search-year__current-year {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 110px;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #abb3bf;
  border-radius: calc(7.5em + 3.5px);
  transition: .2s;
}
.company-search-year__current-year:hover {
  cursor: pointer;
  background: #f2f2f2;
}
.company-search-year__text {
  font-weight: bold;
}

.search-year-list {
  position: absolute;
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  padding: 13px 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.search-year-list__item {
  line-height: 2;
  padding: 0 13px 0 34px;
  white-space: nowrap;
  position: relative;
  transition: .2s;
}
.search-year-list__item:hover {
  cursor: pointer;
  background: #f2f2f2;
}
.search-year-list__item.is-selected::before {
  position: absolute;
  content: url('/common/v4.1/images/html/svg/pulldown-check.svg?1694593689');
  width: 10.5px;
  left: 15px;
}

:root .company-info {
  padding: 0 20px;
}
:root .company-info__header {
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  margin-bottom: 16px;
}
:root .company-info__title {
  height: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #195088;
  background: none;
  position: static;
  border: none;
  padding: 0;
}
:root .company-info__title::before {
  display: none;
}
:root .company-info__updated-at {
  font-size: 12px;
  color: #a2a2a2;
}
:root .company-info__time::before {
  display: none;
}
:root .company-info__table th, :root .company-info__table td {
  background: transparent;
  padding: 12px 0;
}
:root .company-info__table th {
  width: 6em;
  padding-right: 1em;
  text-align: right;
}

.not-found-message {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #abb3bf;
}

/* * * * * * * * * * * * * * * * * * *
 - * 会社概要 規約
 - */
._company_info {
  border-bottom: 1px solid #d3d3d4;
}
._company_info.company {
  padding: 0 10px 5px;
}
._company_info .company__title {
  margin-top: 17px;
  font-size: 14px;
  position: relative;
  padding-left: 31px;
}
._company_info .company__title:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 25px;
  height: 24px;
  background-color: transparent;
  background-image: url("/common/v4.1/images/html/heading.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: -21px 0;
  background-size: 48px auto;
}
._company_info dl.page-table-box {
  width: 100%;
  line-height: 1.6;
  font-size: 12px;
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
  margin-top: 9px;
  background: #f7f7f7;
}
._company_info dl.page-table-box dt {
  width: 100%;
  padding: 7px;
  font-weight: bold;
}
._company_info dl.page-table-box dd {
  width: 100%;
  margin-left: 0;
  padding: 7px;
  background: #fff;
}
._company_info dl.page-table-box dd p {
  margin-bottom: 6px;
}
._company_info dl.page-table-box p {
  margin-bottom: 0;
}
._company_info .company-foot {
  margin-top: 20px;
  /*
  .page-company-contact::before {
      position: absolute;
      top: 50;
      left: 0;
      display: inline-block;
      width: 36px;
      height: 26px;
      content: '';
      background: url("/common/v4.1/images/html/icon-telephone.png") no-repeat 0 0;
      background-size: 33px auto;
      div.telno{
          margin-bottom: 3px;
      }
  }
  */
}
._company_info .company-foot h2 {
  font-size: 14px;
}
._company_info .company-foot .page-company-contact {
  font-size: 12px;
  position: relative;
  margin-bottom: 70px;
}
._company_info .company-foot .btn-primary {
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
  height: 35px;
  padding: 0px 20px;
  color: #6b6b6b;
  background-color: #f2f2f2;
  border: none;
  border-radius: 6px;
  margin-top: 13px;
}
._company_info.kiyaku {
  font-size: 13px;
  line-height: 1.7;
}
._company_info.kiyaku .company__title {
  padding-left: 28px;
}
._company_info.kiyaku .company__title:before {
  background-position: 0px -190px;
}
._company_info.kiyaku .page-head {
  padding: 0 10px;
}
._company_info.kiyaku .page-contents-head {
  line-height: 1.6;
  padding: 10px 10px 0;
  font-weight: bold;
}
._company_info.kiyaku dt {
  font-weight: bold;
  background: #315f9c;
  color: #fff;
  padding: 3px 10px;
  margin: 0 0 10px;
}
._company_info.kiyaku dd {
  margin: 0 10px 24px;
}
._company_info .googlemap {
  display: block;
  margin: 0 auto 50px;
  border: 0;
}

/* * * * * * * * * * * * * * * * * * *
 * サービスページ
 */
.service {
  /* サービスページ共通 */
  /* 従量課金 */
  /* お支払いについて */
  /* お支払いについて */
  /* お申込み２ */
}
.service .servicePriceBody {
  width: 96%;
  margin-left: 2%;
}
.service .servicePrice {
  /* 定額プラン */
  /* 申し込み */
}
.service .servicePrice .basicPlanBox {
  border: 1px solid #c9c9c9;
  margin-top: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.service .servicePrice .basicPlanBox .basicPlanTitle {
  background-color: #82c212;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  line-height: 65px;
  font-size: 15px;
  color: #FFF;
}
.service .servicePrice .basicPlanBox .basicPlanTitle span {
  font-size: 12px;
  margin-left: 5px;
}
.service .servicePrice .basicPlanBox .basicPlanPrice {
  overflow: hidden;
  line-height: 62px;
  font-size: 14px;
  color: #3d89c9;
}
.service .servicePrice .basicPlanBox .basicPlanPrice .subject {
  width: 46%;
  float: left;
  text-align: right;
  font-size: 12px;
  color: #000;
}
.service .servicePrice .basicPlanBox .basicPlanPrice .price {
  width: 50%;
  float: right;
  text-align: left;
  font-size: 16px;
  color: #3d89c9;
}
.service .servicePrice .basicPlanBox .basicPlanPrice .price span {
  font-size: 22px;
}
.service .servicePrice .fixedPlanBox {
  border: 1px solid #c9c9c9;
  margin-top: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  margin-top: 20px;
  padding-bottom: 10px;
}
.service .servicePrice .fixedPlanBox .fixedPlanSubTitle {
  position: absolute;
  top: -13px;
  left: 15%;
  width: 70%;
  height: 26px;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  border: 2px solid #005dab;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFF;
  color: #005dab;
}
.service .servicePrice .fixedPlanBox .fixedPlanBoxTitle {
  background-color: #005dab;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  line-height: 65px;
  font-size: 16px;
  color: #FFF;
  margin-bottom: 10px;
}
.service .servicePrice .fixedPlanBox .fixedPlanBoxTitle span {
  font-size: 12px;
  margin-left: 5px;
}
.service .servicePrice .fixedPlanBox .fixedPlanBoxPrice {
  overflow: hidden;
  line-height: 40px;
  font-size: 14px;
  color: #3d89c9;
}
.service .servicePrice .fixedPlanBox .fixedPlanBoxPrice .subject {
  width: 46%;
  float: left;
  text-align: right;
  font-size: 12px;
  color: #000;
}
.service .servicePrice .fixedPlanBox .fixedPlanBoxPrice .price {
  width: 50%;
  float: right;
  text-align: left;
  font-size: 16px;
  color: #f57389;
}
.service .servicePrice .fixedPlanBox .fixedPlanBoxPrice .price span {
  font-size: 18px;
}
.service .servicePrice .fixedPlanBox .fixedPlanBoxPrice .price .money {
  font-size: 24px;
}
.service .servicePrice .fixedPlanBox .fixedPlanBoxPrice .price .month {
  font-size: 12px;
  color: #000;
}
.service .servicePrice .planComment {
  text-align: right;
  font-size: 11px;
  margin-top: 3px;
}
.service .servicePrice .registLinkBox {
  overflow: hidden;
  margin-top: 20px;
}
.service .servicePrice .registLinkBox a {
  display: block;
  background-color: #ccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 12px;
  width: 49%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #FFF;
}
.service .servicePrice .registLinkBox a.regist {
  background-color: #ff9a00;
  float: left;
}
.service .servicePrice .registLinkBox a.contact {
  background-color: #358cda;
  float: right;
}
.service .startupBox {
  margin-top: 20px;
  margin-bottom: 20px;
}
.service .startupBox .startupComment {
  font-size: 16px;
  color: #797979;
  text-align: center;
}
.service .startupBox a {
  display: block;
  background-color: #358cda;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
  width: 100%;
  height: 64px;
  padding-top: 10px;
  text-align: center;
  color: #FFF;
  margin-top: 13px;
}
.service .paymentBox {
  border: 1px solid #cccccc;
  text-align: center;
  position: relative;
  margin-top: 25px;
  padding-bottom: 10px;
  color: #666666;
  padding-top: 25px;
}
.service .paymentBox .paymentTitle {
  position: absolute;
  top: -13px;
  left: 20%;
  width: 60%;
  height: 32px;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  background-color: #FFF;
}
.service .paymentBox .paymentTitle:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 25px;
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat 0 0;
  vertical-align: middle;
}
.service .paymentBox .paymentComment {
  padding: 6px;
  text-align: left;
  line-height: 130%;
}
.service .serviceOptionBody {
  background-color: #a4caeb;
  padding: 2%;
  margin-top: 20px;
}
.service .serviceOptionBody .optionTitle {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  margin: 10px 0px;
}
.service .serviceOptionBody ul {
  background-color: #FFFFFF;
  padding: 10px;
  margin-bottom: 5px;
}
.service .serviceOptionBody ul li {
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 12px;
}
.service .serviceOptionBody ul li.cliping {
  margin-bottom: 0px;
}
.service .serviceOptionBody ul li.cliping .subject {
  line-height: 17px;
  padding-top: 5px;
}
.service .serviceOptionBody ul li:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  float: left;
}
.service .serviceOptionBody ul li.fax:before {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -50px -258px;
}
.service .serviceOptionBody ul li.seet:before {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat 0 -258px;
}
.service .serviceOptionBody ul li.cliping:before {
  background: transparent url('/common/v4.1/images/html_m/icon.png?1694593689') no-repeat -100px -258px;
}
.service .serviceOptionBody ul li .subject {
  width: 150px;
  float: left;
  line-height: 40px;
  margin-left: 10px;
}
.service .serviceOptionBody ul li .price {
  width: 65px;
  float: right;
  line-height: 40px;
  color: #325594;
}
.service .serviceOptionBody ul li .price span {
  font-size: 10px;
  color: #000000;
}
.service .serviceOptionBody .optionComment {
  color: #FFF;
  font-size: 12px;
  text-align: right;
}
.service .serviceRegistFooter {
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.service .serviceRegistFooter a.regist {
  display: block;
  background-color: #ff9a00;
  width: 200px;
  height: 80px;
  line-height: 80px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  margin: 20px auto;
}
.service .serviceRegistFooter span {
  display: block;
  text-align: center;
  font-size: 12px;
}
.service .serviceRegistFooter a.contact {
  display: block;
  background-color: #fff;
  width: 150px;
  height: 40px;
  line-height: 40px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  color: #333;
  font-size: 12px;
  margin: 20px auto 0;
  border: 1px solid #999;
}
.service .copy {
  padding: 12px 9px;
}
.service .copy .ycircle {
  width: 68px;
  height: 68px;
  display: table-cell;
  background-color: #fdc215;
  -moz-border-radius: 68px;
  -webkit-border-radius: 68px;
  border-radius: 68px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
}
.service .copy .pct {
  font-size: 13px;
}
.service .copy .ctxt {
  display: table-cell;
  vertical-align: middle;
  font-size: 21px;
  color: #2861a9;
  padding: 0 6px;
}
.service .copy .copy2 {
  float: right;
}
.service .why {
  clear: both;
  margin-top: 70px;
  background-color: #f5f5f5;
  padding: 20px 15px 10px;
}
.service .why .md {
  color: #333;
  font-size: 12px;
  line-height: 1.8em;
}
.service .why .md .title {
  color: #34619c;
  font-size: 16px;
  line-height: 1.7em;
}
.service .why .serviceRegistTop {
  margin: 25px 0;
  width: 100%;
  display: table;
}
.service .why .serviceRegistTop .regist {
  border-radius: 8px;
  background: #ff9a00;
  color: #fff;
  height: 60px;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.service .why .publicity {
  padding: 3%;
  background-color: #fff;
  border: 1px solid #999;
  margin-top: 18px;
}
.service .why .publicity ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  /* Safari */
  align-items: baseline;
  margin-bottom: 0;
}
.service .why .publicity ul::after {
  content: "";
  clear: both;
  display: block;
}
.service .why .publicity li {
  float: left;
  padding: 0 10px;
  width: 33.3%;
  margin-bottom: 3%;
}
.service .why .publicity li a {
  display: block;
  text-align: center;
  color: #333;
}
.service .why .publicity li img {
  width: 100%;
}
.service .why .publicity .text_size {
  font-size: 0.8em;
}
.service .why .publicity span {
  display: block;
  color: #333;
  font-size: 12px;
  margin-bottom: 3%;
}
.service .prtimescase {
  background-color: #dfdfdf;
  padding: 10px;
}
.service .prtimescase .casetitle {
  font-size: 15px;
  color: #666;
  float: left;
}
.service .prtimescase .more a {
  font-size: 12px;
  color: #3d76b6;
  float: right;
  margin-top: 3px;
}
.service .prtimescase .casemain {
  clear: both;
  margin-top: 25px;
  display: table;
  border-collapse: separate;
  border-spacing: 5px 0;
}
.service .prtimescase .casemain a {
  width: 98px;
  background-color: #fff;
  border: 1px solid #999;
  display: table-cell;
  padding: 8px 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.service .prtimescase .casemain a img {
  margin-bottom: 5px;
}
.service .prtimescase .casemain a .txt {
  font-size: 12px;
  color: #1f3969;
  line-height: 1.7em;
}
.service .wu {
  margin-top: 10px;
}
.service .wu .wucon {
  background-color: #fee28e;
  text-align: center;
  padding: 18px 0;
  color: #333;
}
.service .wu .wucon .txt {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}
.service .wu .wucon .number {
  font-size: 34px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.service .wu .pol {
  width: 28px;
  height: 18px;
  display: block;
  border-top: 18px solid #fee28e;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  margin: 0 auto;
}
.service .reason .rimg {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.service .reason .txt {
  font-size: 12px;
  color: #333;
  line-height: 1.7em;
}
.service .reason1 {
  padding: 8px 15px 15px;
}
.service .reason1 h2 {
  margin: 12px 0;
  font-size: 15px;
  color: #3b8ed5;
}
.service .reason1 .graph {
  margin-top: 28px;
}
.service .reason1 .graph img {
  width: 100%;
  height: auto;
}
.service .reason1 .graph p {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.6em;
  color: #333;
}
.service .reason1 .graph p span {
  color: #999;
}
.service .reason2 {
  background-color: #6eb0e9;
  padding: 15px 0 0;
}
.service .reason2 h2 {
  margin: 12px 0;
  font-size: 15px;
  color: #fff;
  padding: 0 15px;
}
.service .reason2 .txt {
  padding: 0 15px 15px;
}
.service .reason2 .media img {
  width: 100%;
  height: auto;
}
.service .antenna {
  width: 100%;
  border: 5px solid #e0e524;
  padding: 12px;
  box-sizing: border-box;
}
.service .antenna .alogo {
  width: 111px;
  margin: 0 auto;
}
.service .antenna .title {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin-top: 15px;
  text-align: center;
}
.service .antenna .textsets {
  margin-top: 18px;
}
.service .antenna .textset {
  margin-top: 12px;
}
.service .antenna .textset .check {
  display: table-cell;
  width: 11px;
}
.service .antenna .textset .text {
  display: table-cell;
  padding-left: 5px;
  font-size: 12px;
  color: #333;
}
.service .reason3 {
  padding: 15px 15px 26px;
}
.service .reason3 h2 {
  margin: 12px 0;
  font-size: 15px;
  color: #fc2991;
}
.service .reason3 .txt {
  margin-bottom: 18px;
}
.service .reason3 figure {
  width: 187px;
  height: 187px;
  margin: 0 auto;
  position: relative;
}
.service .reason3 .figure1 .f {
  position: absolute;
  left: -58px;
  top: 18px;
  width: 93px;
  height: 58px;
}
.service .reason3 .figure2 {
  margin-top: 45px;
}
.service .reason3 .figure2 .f {
  position: absolute;
  left: 154px;
  top: 18px;
  width: 93px;
  height: 58px;
}
.service .reason3 .figure2 .t {
  position: absolute;
  left: -52px;
  top: -24px;
  width: 196px;
  height: 78px;
}
.service .reason4 {
  padding: 15px 0 0;
  background-color: #e6ebf1;
}
.service .reason4 h2 {
  padding: 0 15px;
  margin: 12px 0;
  font-size: 15px;
  line-height: 1.6em;
  color: #3e66df;
}
.service .reason4 .txt {
  padding: 0 15px;
}
.service .reason4 .thumbs img {
  width: 100%;
  height: auto;
}
.service .reason5 {
  padding: 15px;
}
.service .reason5 h2 {
  margin: 12px 0;
  font-size: 15px;
  color: #40abe5;
}
.service .reason5 .reason5sns {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 38px;
}
.service .reason5 .reason5sns dl {
  text-align: left;
  width: 250px;
  margin: 0 auto;
}
.service .reason5 .reason5sns dt {
  width: 39px;
  display: inline-block;
  vertical-align: middle;
}
.service .reason5 .reason5sns dd {
  padding-left: 4px;
  display: inline-block;
  -webkit-margin-start: 0;
  vertical-align: middle;
}
.service .reason5 .reason5sns dd .count {
  font-size: 50px;
  color: #40abe5;
}
.service .reason5 .reason5sns dd .snstxt {
  font-size: 8px;
  color: #40abe5;
}
.service .reason5 .reason5sc {
  border: 1px solid #999;
  padding: 15px 20px;
}
.service .reason5 .reason5sc caption {
  font-size: 12px;
  color: #606060;
  margin-bottom: 16px;
}
.service .reason5 .reason5sc tr {
  font-size: 12px;
  line-height: 1em;
}
.service .reason5 .reason5sc th,
.service .reason5 .reason5sc td {
  line-height: 1.6em;
}
.service .reason5 .reason5sc th {
  text-align: left;
  border: 0;
  background-color: #fff;
}
.service .reason5 .reason5sc td {
  text-align: right;
  border: 0;
  padding: 5px 10px 5px;
}
.service .reason5 .reason5sc thead th {
  text-align: center;
}
.service .reason5 .reason5sc thead th:last-of-type {
  padding-right: 15px;
  text-align: right;
}
.service .reason5 .reason5sc tbody {
  border-bottom: 1px solid #d8dce0;
}
.service .reason5 .reason5sc tbody th {
  width: 163px;
  padding: 5px 17px 0 6px;
}
.service .reason5 .reason5sc tbody td:last-of-type,
.service .reason5 .reason5sc tfoot td:last-of-type {
  width: 100px;
  padding-right: 9px;
}
.service .reason5 .reason5sc tfoot th,
.service .reason5 .reason5sc tfoot td {
  padding: 5px 10px 0;
}
.service .action {
  background-color: #f2f2f2;
  padding: 25px 15px;
}
.service .action ul,
.service .action div {
  margin: 0;
  padding: 0;
}
.service .action ul:after,
.service .action div:after {
  display: block;
  clear: both;
  content: '';
}
.service .action ul
li {
  float: left;
  width: 140px;
}
.service .action li:last-of-type {
  float: right;
}
.service .action li:last-of-type a {
  background-color: #358cda;
}
.service .action li a {
  display: table-cell;
  width: 140px;
  height: 80px;
  background-color: #ff9a00;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  text-align: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.service .action .txt {
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
.service .action .btn {
  text-align: center;
  margin-top: 20px;
}
.service .action .btn a {
  display: block;
  background-color: #fff;
  width: 150px;
  height: 40px;
  line-height: 40px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  color: #333;
  font-size: 12px;
  margin: 0 auto;
  border: 1px solid #999;
}
.service .startupBody h1 {
  text-align: center;
  padding-top: 5px;
  font-size: 12px;
  font-weight: normal;
}
.service .startupBody .startupLogo {
  text-align: center;
  margin-top: 10px;
}
.service .startupBody h2 {
  text-align: center;
  padding-top: 3px;
}
.service .startupBody .startupPlanBox {
  background-color: #e9eef3;
  color: #34608c;
  text-align: left;
  padding: 15px 5%;
  font-size: 14px;
  position: relative;
}
.service .startupBody .startupPlanBox:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #e9eef3 transparent transparent transparent;
}
.service .startupBody .startupPlanBox h3 {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.service .startupBody .startupPlanBox .startupPlanComment {
  width: 100%;
  margin-bottom: 15px;
}
.service .startupBody .startupPlanBox .startupRuleComment {
  font-size: 14px;
  color: #4aa9d7;
  padding: 10px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 3px solid #4aa9d7;
  font-weight: bold;
}
.service .startupBody .startupPlanBox .startupRuleComment h4 {
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-size: 18px;
}
.service .startupBody .startupPlanBox .mission_title,
.service .startupBody .startupPlanBox .startupFollowerBtn {
  width: 100%;
  background-color: #4aa9d7;
  color: #FFFFFF;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.service .startupBody .startupPlanBox .mission,
.service .startupBody .startupPlanBox .answerFollowerBox {
  width: 100%;
  padding: 10px;
  border: 1px solid #4aa9d7;
}
.service .startupBody .startupPlanBox .startupFollowerBtn {
  display: block;
  background: #bebebe;
  margin-top: 5px;
}
.service .startupBody .startupPlanBox .answerFollowerBox {
  border-color: #bebebe;
}
.service .startupBody .startupPlanBox .answerFollowerBox {
  display: none;
}
.service .startupBody .startupPlanBox .mission2 {
  margin-top: 10px;
}
.service .startupBody .startupPlanBox .staretupUUReleaseImage {
  margin-top: 10px;
  margin-bottom: 20px;
}
.service .startupBody .startupPlanBox .uurankingBox .uurankingItemBox {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  color: #3b3b3b;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #4aa9d7;
  font-size: 12px;
}
.service .startupBody .startupPlanBox .uurankingBox .uurankingItemBox:hover {
  color: #34608c;
}
.service .startupBody .startupPlanBox .uurankingBox .uurankingItemBox:first-child {
  padding-top: 7px;
  border-top: 1px solid #4aa9d7;
}
.service .startupBody .startupPlanBox .uurankingBox .uurankingCommentBox {
  margin-right: 15px;
  -webkit-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
}
.service .startupBody .startupPlanBox .uurankingBox .uurankingCommentBox .uurankingTitle {
  font-weight: bold;
  line-height: 20px;
  font-size: 14px;
  max-height: 45px;
  margin-bottom: 7px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.service .startupBody .startupPlanBox .uurankingBox .uurankingCommentBox .uuBox {
  margin-top: 3px;
}
.service .startupBody .startupPlanBox .uurankingBox .uurankingCommentBox .uuBox .rank {
  display: inline-block;
  width: 17px;
  height: 17px;
  padding-top: 1px;
  text-align: center;
  color: #FFF;
  background-color: #155088;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
.service .startupBody .startupPlanBox .uurankingBox .thumb {
  position: relative;
  margin: 0px;
}
.service .startupBody .startupPlanBox .uurankingBox .thumb img {
  width: 76px;
  border: 1px solid #f2f2f2;
  margin-bottom: 3px;
}
.service .startupBody .startupPlanBox .uurankingPageLink a {
  font-size: 11px;
  color: #ffffff;
  background: #bebebe;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 35px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  margin-top: 10px;
  transition: color,background-color 0.15s ease-in-out 0s;
  margin-bottom: 20px;
}
.service .startupBody .startupPlanBox .startupStartBtn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  background-color: #ff9a00;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #FFFFFF;
}
.service .startupBody .startupComicBox {
  margin-top: 45px;
}
.service .startupBody .startupComicBox h3 {
  text-align: center;
  font-size: 24px;
}
.service .startupBody .startupComicBox .startupComicTitle {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background-color: #165376;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 5px;
  margin-left: 6%;
  width: 89%;
}
.service .startupBody .startupComicBox img {
  margin-bottom: 10px;
  width: 89%;
  margin-left: 6%;
}
.service .startupBody .startupComicBox .startupComicImg {
  width: 95%;
  margin-left: 1px;
  margin-bottom: 20px;
}
.service .startupBody .startupComicBox a {
  display: block;
  width: 89%;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  background-color: #ff9a00;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #FFFFFF;
  margin-left: 6%;
}
.service .startupBody .startupShareBox {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 6%;
}
.service .startupBody .startupShareBox ul:after {
  display: block;
  clear: both;
  content: '';
}
.service .startupBody .startupShareBox ul li {
  width: 20%;
  height: 64px;
  float: left;
  margin-right: 5%;
}
.service .startupBody .startupShareBox ul li a {
  display: block;
  width: 100%;
  text-align: center;
  height: 60px;
  padding-top: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
.service .startupBody .startupShareBox ul li a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  left: 50%;
  margin-left: -15px;
  background-image: url('/common/v4.1/images/html/startup_share_icon.png?1694593689');
  background-repeat: no-repeat;
}
.service .startupBody .startupShareBox ul li.facebook a {
  background-color: #3b5998;
}
.service .startupBody .startupShareBox ul li.facebook a:before {
  background-position: 0 0;
}
.service .startupBody .startupShareBox ul li.twitter a {
  background-color: #55acee;
}
.service .startupBody .startupShareBox ul li.twitter a:before {
  background-position: 0 -30px;
}
.service .startupBody .startupShareBox ul li.hatebu a {
  background-color: #008fde;
}
.service .startupBody .startupShareBox ul li.hatebu a:before {
  background-position: 0 -60px;
}
.service .startupBody .startupShareBox ul li.mail a {
  background-color: #bebebe;
}
.service .startupBody .startupShareBox ul li.mail a:before {
  background-position: 0 -90px;
}

.pr-research {
  margin: 20px 0;
  text-align: center;
}

/* * * * * * * * * * * * * * * * * * *
 * startup　- スタートアップ
 */
/*
css style BEM
*/
.startup .footer-page {
  margin-top: 0px;
}

.__su-challenge {
  margin-top: 93px;
  overflow: hidden;
}
.__su-challenge .inner {
  padding: 0;
  margin: 0;
}
.__su-challenge .inner:after {
  clear: none;
}
.__su-challenge p {
  margin: 0;
  padding: 0;
}
.__su-challenge .cf {
  content: "";
  clear: both;
  display: block;
}
.__su-challenge .cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.__su-challenge .__sns-buttons--h {
  display: inline-block;
  margin-bottom: 90px;
}
@media only screen and (max-width: 500px) {
  .__su-challenge .__sns-buttons--h {
    margin: 45px 0;
  }
}
.__su-challenge .__sns-buttons--h .__sns-button {
  display: inline-block;
  width: 75px;
  margin-right: 3px;
}
@media only screen and (max-width: 500px) {
  .__su-challenge .__sns-buttons--h .__sns-button {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.__su-challenge .__sns-buttons--h .__sns-button:last-child {
  margin-right: 0;
}
.__su-challenge .__sns-buttons--h .__sns-button a {
  font-weight: bold;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  letter-spacing: 0;
  color: white;
  border-radius: 4px;
}
.__su-challenge .__sns-buttons--h .__sns-button a ::before {
  vertical-align: middle;
}
.__su-challenge .__sns-buttons--h .__sns-button a:hover {
  opacity: 0.8;
}
.__su-challenge .__sns-buttons--h .__sns-button .__facebook {
  background-color: #3a5a98;
}
.__su-challenge .__sns-buttons--h .__sns-button .__twitter {
  background-color: #55acee;
}
.__su-challenge .__sns-buttons--h .__sns-button .__hatena {
  background-color: #008fde;
}
.__su-challenge .__sns-buttons--h .__sns-button .__email {
  background-color: #bebebe;
}
.__su-challenge .__sns-buttons--sticky {
  position: fixed;
  z-index: 1;
  top: 50%;
  margin-top: -120px;
  background-color: white;
  transition: 0.5s ease-out;
  left: -50px;
}
@media only screen and (max-width: 500px) {
  .__su-challenge .__sns-buttons--sticky {
    top: 100%;
    margin-top: 0;
    width: 100%;
    display: flex;
  }
}
.__su-challenge .__sns-buttons--sticky .__sns-button {
  display: block;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 500px) {
  .__su-challenge .__sns-buttons--sticky .__sns-button {
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
.__su-challenge .__sns-buttons--sticky .__facebook {
  background-color: #3a5a98;
}
.__su-challenge .__sns-buttons--sticky .__twitter {
  background-color: #55acee;
}
.__su-challenge .__sns-buttons--sticky .__hatena {
  background-color: #008fde;
}
.__su-challenge .__sns-buttons--sticky .__email {
  background-color: #bebebe;
}
.__su-challenge .__sns-buttons--sticky .__line {
  padding: 13px;
  background-color: #00C500;
}
.__su-challenge .__sns-buttons--sticky .__line::before {
  font-size: 26px;
}
.__su-challenge .__sns-buttons--sticky .__google-plus {
  background-color: #DF4F3F;
}
.__su-challenge .__sns-buttons--sticky a {
  text-decoration: none;
  color: white;
  padding: 18px;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.__su-challenge .__sns-buttons--sticky a::before {
  vertical-align: middle;
}
@media only screen and (max-width: 500px) {
  .__su-challenge .__sns-buttons--sticky a {
    padding: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .__su-challenge .__sns-buttons--sticky .__line {
    padding: 11px 0 0 4px;
  }
}
.__su-challenge #js-what-is-follower-info {
  position: absolute;
  z-index: 1;
  top: 106px;
  left: 50%;
  box-sizing: border-box;
  width: 500px;
  margin-left: 129px;
  text-align: left;
  color: #3b3b3b;
  border: 5px solid #d9d9d9;
  border-radius: 15px;
  background-color: white;
}
@media only screen and (max-width: 3001px) {
  .__su-challenge #js-what-is-follower-info {
    top: 84px;
    margin-left: 9px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 3000px) {
  .__su-challenge #js-what-is-follower-info {
    top: 66px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    font-size: 11px;
  }
}
.__su-challenge #js-what-is-follower-info::before {
  position: absolute;
  top: -34px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  content: '';
  pointer-events: none;
  border: solid transparent;
  border-width: 16px;
  border-bottom-color: #d9d9d9;
}
.__su-challenge #js-what-is-follower-info::after {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: 0;
  content: '';
  pointer-events: none;
  border: solid transparent;
  border-width: 10px;
  border-bottom-color: #ffffff;
}
.__su-challenge #js-what-is-follower-info.hide {
  display: none;
}
.__su-challenge #js-what-is-follower-info .__content-balloon {
  line-height: 1.7;
  margin: 0;
  padding: 10px 20px 7px;
  text-align: justify;
  letter-spacing: 0;
}
.__su-challenge .ani-common_rocket {
  position: absolute;
  z-index: 4;
  top: 438px;
  left: 50%;
  margin-left: -40px;
  width: 102px;
  height: 198px;
  background-image: url('/common/v4.1/images/html/startup_free/common_rocket.png?1694593689');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 102px auto;
  text-align: center;
  box-sizing: border-box;
}
.__su-challenge .ani-common_rocket.bound {
  -webkit-animation-name: bound;
  -webkit-animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: bound;
  -moz-animation-duration: 1.8s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  -ms-animation-name: bound;
  -ms-animation-duration: 1.8s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease;
}
@-webkit-keyframes bound {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes bound {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, 20px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@-ms-keyframes bound {
  0% {
    -ms-transform: translate(0, 0);
  }
  50% {
    -ms-transform: translate(0, 20px);
  }
  100% {
    -ms-transform: translate(0, 0);
  }
}
.__su-challenge .ani-fly {
  display: none;
}
.__su-challenge .ani-fly_1 {
  background-image: url('/common/v4.1/images/html/startup_free/fly_1.png?1694593689');
  position: absolute;
  width: 520px;
  height: 196px;
  top: -132px;
  left: -252px;
  background-position: 0 0;
}
.__su-challenge .ani-fly_2 {
  background-image: url('/common/v4.1/images/html/startup_free/fly_2.png?1694593689');
  position: absolute;
  width: 378px;
  height: 280px;
  top: 178px;
  left: -296px;
  background-position: 0 0;
}
.__su-challenge .ani-fly_3 {
  background-image: url('/common/v4.1/images/html/startup_free/fly_3.png?1694593689');
  position: absolute;
  width: 417px;
  height: 107px;
  top: 20px;
  left: 839px;
  background-position: 0 0;
}
.__su-challenge .ani-fly_4 {
  background-image: url('/common/v4.1/images/html/startup_free/fly_4.png?1694593689');
  position: absolute;
  width: 305px;
  height: 146px;
  top: 334px;
  left: 248px;
  background-position: 0 0;
}
.__su-challenge .ani-fly_5 {
  background-image: url('/common/v4.1/images/html/startup_free/fly_4.png?1694593689');
  position: absolute;
  width: 305px;
  height: 146px;
  top: 97px;
  left: 297px;
  background-position: 0 0;
}
.__su-challenge .ani-fly_6 {
  background-image: url('/common/v4.1/images/html/startup_free/fly_1.png?1694593689');
  position: absolute;
  width: 520px;
  height: 196px;
  top: 127px;
  left: 407px;
  background-position: 0 0;
}
.__su-challenge .ani-fly_7 {
  background-image: url('/common/v4.1/images/html/startup_free/fly_4.png?1694593689');
  position: absolute;
  width: 305px;
  height: 146px;
  top: 245px;
  left: 515px;
  background-position: 0 0;
}
.__su-challenge .ani-fly_all {
  width: 960px;
  margin: 0 auto;
  display: none;
  background-image: url('/common/v4.1/images/html/startup_free/fly_all2.png?1694593689');
  background-repeat: no-repeat;
  position: absolute;
  top: -98px;
  right: -300px;
  background-position: 100% 0;
  height: 597px;
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .ani-common_rocket {
    top: 195px;
    left: 50%;
    margin-left: -22px;
    width: 40px;
    height: 70px;
    background-size: 40px auto;
  }
}
.__su-challenge .ani-common_bg_cloud_top {
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -58px;
  width: 117px;
  height: 185px;
  background-image: url('/common/v4.1/images/html/startup_free/common_bg_cloud_top.png?1694593689');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 102px auto;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .ani-common_bg_cloud_top {
    bottom: -16px;
    left: 50%;
    margin-left: -38px;
    width: 58px;
    height: 93px;
    background-image: url('/common/v4.1/images/html/startup_free/common_bg_cloud_top.png?1694593689');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 51px auto;
  }
}
.__su-challenge .common-arrow {
  position: relative;
}
.__su-challenge .common-arrow:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  margin-left: -22px;
  border-style: solid;
  border-width: 40px 27px 0 27px;
  border-color: #fff transparent transparent transparent;
}
.__su-challenge .common-arrow.type-arrow-1:after {
  border-color: #68c1e4 transparent transparent transparent;
}
.__su-challenge .common-arrow.type-arrow-2:after {
  border-color: rgba(190, 190, 190, 0.5) transparent transparent transparent;
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .common-arrow:after {
    border-width: 20px 15px 0 15px;
  }
  .__su-challenge .common-underline {
    position: relative;
  }
  .__su-challenge .common-underline:before {
    content: '';
    width: 100%;
    height: 6px;
    bottom: 20px;
    z-index: 4;
    left: 0;
    background-color: #F1F788;
    position: absolute;
  }
}
@media only screen and (max-width: 3001px) {
  .__su-challenge .common-underline:before {
    bottom: 16px;
  }
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .common-underline {
    position: relative;
  }
  .__su-challenge .common-underline:before {
    height: 3px;
  }
}
.__su-challenge .column-1 {
  position: relative;
}
.__su-challenge .column-1 h1 {
  background-color: #294C7A;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
}
.__su-challenge .title {
  position: relative;
  height: 729px;
  background-color: #294C7A;
  background-image: url('/common/v4.1/images/html/startup_free/pc_bg_icons.png?1694593689'), url('/common/v4.1/images/html/startup_free/pc_bg_croud.png?1694593689');
  background-repeat: no-repeat, repeat-x;
  background-position: center 380px,center bottom;
  padding-top: 221px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .title {
    height: 290px;
    background-image: url('/common/v4.1/images/html/startup_free/sp_bg_icons.png?1694593689'), url('/common/v4.1/images/html/startup_free/pc_bg_croud.png?1694593689');
    background-repeat: no-repeat,repeat-x;
    background-position: center 205px,center bottom;
    background-size: 281px auto,400px auto;
    padding-top: 86px;
  }
}
.__su-challenge .title__cap {
  position: relative;
  z-index: 2;
  font-size: 20px;
  color: #F1F788;
  letter-spacing: 7px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 7px 12px 7px 17px;
  margin-bottom: 18px;
  line-height: 1;
}
.__su-challenge .title__cap:before {
  content: "";
  position: absolute;
  top: 34px;
  height: 0;
  width: 0;
  left: 169px;
  border-style: solid;
  border-width: 19px 11px 0 11px;
  border-color: #fff transparent transparent transparent;
}
.__su-challenge .title__cap:after {
  content: "";
  position: absolute;
  top: 31px;
  left: 169px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 11px 0 11px;
  border-color: #294C7A transparent transparent transparent;
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .title__cap {
    position: relative;
    z-index: 1;
    font-size: 10px;
    color: #F1F788;
    letter-spacing: 5px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 7px 8px 6px 11px;
    line-height: 1;
    margin-bottom: 18px;
  }
  .__su-challenge .title__cap:before {
    content: "";
    position: absolute;
    top: 23px;
    height: 0;
    width: 0;
    left: 88px;
    border-style: solid;
    border-width: 14px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
  }
  .__su-challenge .title__cap:after {
    content: "";
    position: absolute;
    top: 21px;
    left: 88px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 9px 0 9px;
    border-color: #294C7A transparent transparent transparent;
  }
}
.__su-challenge .title__box {
  text-align: center;
}
.__su-challenge .title__text {
  display: block;
  color: #fff;
  font-size: 44px;
  font-weight: normal;
  display: inline-block;
  text-align: left;
}
.__su-challenge .title__text .strong {
  display: inline-block;
  background: #fff;
  color: #254B77;
  letter-spacing: 9px;
  padding: 2px 0 2px 10px;
  margin: 0 7px;
  font-weight: 600;
  line-height: 1;
  font-size: 37px;
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .title__text {
    font-size: 14px;
  }
  .__su-challenge .title__text .strong {
    letter-spacing: 2px;
    padding: 2px 0 2px 2px;
    margin: 0 4px;
    font-size: 12px;
  }
}
.__su-challenge .title__text_ex {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 7px;
}
.__su-challenge .title__text_main {
  position: relative;
  z-index: 1;
  display: block;
  color: #68C1E4;
  font-weight: 600;
  font-size: 50px;
}
.__su-challenge .txt_title {
  display: inline-block;
  background-image: url('/common/v4.1/images/html/startup_free/pc_txt_title.png?1694593689');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 280px;
  height: 52px;
  vertical-align: text-bottom;
}
.__su-challenge .sub {
  width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background: #fff;
  min-height: 115px;
  height: 500px;
}
.__su-challenge .sub_text_area {
  position: absolute;
  height: 400px;
  left: 0;
  right: 0;
  top: 70px;
}
.__su-challenge .sub_text_area.hidden {
  left: -9999px;
  overflow: hidden;
}
.__su-challenge .sub__title {
  font-size: 30px;
  color: #254B77;
  font-weight: normal;
  margin: 0 auto;
}
.__su-challenge .sub__txt {
  color: #00A8D8;
  font-size: 18px;
  padding-top: 20px;
  line-height: 2.4;
  min-height: 360px;
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .ani-fly {
    display: none !important;
  }
  .__su-challenge .ani-fly_all {
    height: auto;
  }
  .__su-challenge .title__text_main {
    font-size: 15px;
    line-height: 1.2;
  }
  .__su-challenge .txt_title {
    background-image: url('/common/v4.1/images/html/startup_free/sp_txt_title.png?1694593689');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 173px auto;
    width: 173px;
    height: 35px;
    margin-right: 5px;
  }
  .__su-challenge .sub {
    height: auto;
    background: url('/common/v4.1/images/html/startup_free/fly_all3.png?1694593689') center 0 no-repeat;
    background-size: 290px auto;
    padding-top: 20px;
  }
  .__su-challenge .sub_text_area {
    position: static;
    margin-top: 13px;
    height: auto;
  }
  .__su-challenge .sub__title {
    font-size: 15px;
    font-weight: bold;
  }
  .__su-challenge .sub__txt {
    color: #254B77;
    font-size: 13px;
    padding: 16px 20px 30px;
    line-height: 2;
    min-height: 360px;
    text-align: left;
    min-height: 222px;
  }
  .__su-challenge.bound {
    -webkit-animation-name: bound;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
  }
  @-webkit-keyframes bound {
    0% {
      -webkit-transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(0, 7px);
    }
    100% {
      -webkit-transform: translate(0, 0);
    }
  }
}
.__su-challenge .column-2,
.__su-challenge .column-6,
.__su-challenge .column-8 {
  clear: both;
  background-color: #68c1e4;
  background-image: url('/common/v4.1/images/html/startup_free/pc_bg_txt_1.png?1694593689');
  background-repeat: repeat-y;
  background-position: center 0;
  background-size: auto 732px;
    /*animation: bg_text_move 20s linear infinite;
    -webkit-animation: bg_text_move 20s linear infinite;
    -moz-animation: bg_text_move 20s linear infinite;
    -ms-animation: bg_text_move 20s linear infinite;

    @keyframes bg_text_move {
      0% {background-position: 50% 0;}
      25% {background-position: 50% -183px;}
      50% {background-position: 50% -183px * 2;}
      75% {background-position: 50% -183px * 3;}
      100% {background-position: 50% -183px * 4;}
    }
    @-webkit-keyframes bg_text_move {
      0% {background-position: 50% 0;}
      25% {background-position: 50% -183px;}
      50% {background-position: 50% -183px * 2;}
      75% {background-position: 50% -183px * 3;}
      100% {background-position: 50% -183px * 4;}
    }
    @-moz-keyframes bg_text_move {
      0% {background-position: 50% 0;}
      25% {background-position: 50% -183px;}
      50% {background-position: 50% -183px * 2;}
      75% {background-position: 50% -183px * 3;}
      100% {background-position: 50% -183px * 4;}
    }
    @-ms-keyframes bg_text_move {
      0% {background-position: 50% 0;}
      25% {background-position: 50% -183px;}
      50% {background-position: 50% -183px * 2;}
      75% {background-position: 50% -183px * 3;}
      100% {background-position: 50% -183px * 4;}
    }*/
}
@media only screen and (max-width: 3001px) {
  .__su-challenge .column-2,
  .__su-challenge .column-6,
  .__su-challenge .column-8 {
    background-size: auto 668px;
    /*animation: bg_text_move 20s linear infinite;
    -webkit-animation: bg_text_move 20s linear infinite;
    -moz-animation: bg_text_move 20s linear infinite;
    -ms-animation: bg_text_move 20s linear infinite;
    @keyframes bg_text_move {
      0% {background-position: 0 0;}
      25% {background-position: 0 -167px;}
      50% {background-position: 0 -167px * 2;}
      75% {background-position: 0 -167px * 3;}
      100% {background-position: 0 -167px * 4;}
    }
    @-webkit-keyframes bg_text_move {
      0% {background-position: 0 0;}
      25% {background-position: 0 -167px;}
      50% {background-position: 0 -167px * 2;}
      75% {background-position: 0 -167px * 3;}
      100% {background-position: 0 -167px * 4;}
    }
    @-moz-keyframes bg_text_move {
      0% {background-position: 0 0;}
      25% {background-position: 0 -167px;}
      50% {background-position: 0 -167px * 2;}
      75% {background-position: 0 -167px * 3;}
      100% {background-position: 0 -167px * 4;}
    }
    @-ms-keyframes bg_text_move {
      0% {background-position: 0 0;}
      25% {background-position: 0 -167px;}
      50% {background-position: 0 -167px * 2;}
      75% {background-position: 0 -167px * 3;}
      100% {background-position: 0 -167px * 4;}
    }*/
  }
}
.__su-challenge .column-2 .cv {
  min-height: 744px;
}
.__su-challenge .column-6 .cv {
  min-height: 644px;
}
.__su-challenge .column-7 {
  background: #fff;
}
.__su-challenge .column-8 {
  position: relative;
  min-height: 808px;
  clear: both;
  background-color: #ccc;
  background-image: url('/common/v4.1/images/html/startup_free/pc_bg_txt_2.png?1694593689');
  background-repeat: repeat-y;
  background-position: center 0;
}
.__su-challenge .cv {
  position: relative;
  text-align: center;
}
.__su-challenge .cv__subttl {
  background: rgba(11, 50, 99, 0.8);
  display: inline-block;
  text-align: center;
  color: #fff;
  margin: 127px 0 0;
  padding: 34px 44px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
}
.__su-challenge .cv__caption {
  color: #fff;
  font-size: 26px;
  margin-top: 39px;
  font-weight: bold;
  line-height: 1.9;
  min-height: 215px;
}
.__su-challenge .cv__bottom {
  height: 220px;
  background: rgba(26, 32, 68, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.__su-challenge .cv__bottom_btn {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 18px 35px;
  background: #F19515;
  text-decoration: none;
  margin-top: 67px;
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.__su-challenge .cv__bottom_btn:hover {
  background: #f5b55c;
}
@media only screen and (max-width: 3001px) {
  .__su-challenge .cv__subttl {
    font-size: 26px;
  }
  .__su-challenge .cv__caption {
    font-size: 23px;
  }
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .column-2,
  .__su-challenge .column-6,
  .__su-challenge .column-8 {
    background-size: auto 264px;
    background-position: center 0;
    /*animation: bg_text_move 20s linear infinite;
    -webkit-animation: bg_text_move 20s linear infinite;
    -moz-animation: bg_text_move 20s linear infinite;
    -ms-animation: bg_text_move 20s linear infinite;
    @keyframes bg_text_move {
      0% {background-position: 50% 0;}
      25% {background-position: 50% -66px;}
      50% {background-position: 50% -66px * 2;}
      75% {background-position: 50% -66px * 3;}
      100% {background-position: 50% -66px * 4;}
    }
    @-webkit-keyframes bg_text_move {
      0% {background-position: 50% 0;}
      25% {background-position: 50% -66px;}
      50% {background-position: 50% -66px * 2;}
      75% {background-position: 50% -66px * 3;}
      100% {background-position: 50% -66px * 4;}
    }
    @-moz-keyframes bg_text_move {
      0% {background-position: 50% 0;}
      25% {background-position: 50% -66px;}
      50% {background-position: 50% -66px * 2;}
      75% {background-position: 50% -66px * 3;}
      100% {background-position: 50% -66px * 4;}
    }
    @-ms-keyframes bg_text_move {
      0% {background-position: 50% 0;}
      25% {background-position: 50% -66px;}
      50% {background-position: 50% -66px * 2;}
      75% {background-position: 50% -66px * 3;}
      100% {background-position: 50% -66px * 4;}
    }*/
  }
  .__su-challenge .column-2 .cv {
    min-height: inherit;
  }
  .__su-challenge .cv__subttl {
    margin: 27px 0 0;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    width: 80%;
  }
  .__su-challenge .cv__caption {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    margin-top: 6px;
    line-height: 1.9;
    padding: 0 40px;
    min-height: 130px;
  }
  .__su-challenge .cv__subttl_txt {
    font-weight: normal;
  }
  .__su-challenge .cv__bottom_btn {
    font-size: 12px;
    font-weight: normal;
    padding: 10px 17px;
    margin-top: 33px;
  }
  .__su-challenge .cv__bottom {
    height: 102px;
  }
}
.__su-challenge .column-3 {
  position: relative;
  background: #F5F5F5;
}
.__su-challenge .qualification {
  color: #254B77;
  min-height: 658px;
  padding: 135px 0px 0 40px;
  margin: 0 auto;
  width: 1280px;
}
.__su-challenge .qualification__title {
  font-size: 28px;
  letter-spacing: 0.7em;
  font-weight: normal;
  margin: 40px 0;
}
.__su-challenge .left_clm {
  float: left;
  width: 239px;
  position: relative;
  min-height: 379px;
  background: #F5F5F5 url('/common/v4.1/images/html/startup_free/pc_bg_box_right_shadow.png?1694593689') 100% 0 no-repeat;
}
.__su-challenge .left_clm__established {
  line-height: 1;
  font-size: 18px;
  display: inline-block;
}
.__su-challenge .left_clm__detail {
  position: relative;
  height: 124px;
  margin-bottom: 56px;
}
.__su-challenge .left_clm__detail_num {
  position: absolute;
  bottom: 21px;
  display: block;
  font-weight: normal;
  font-size: 107px;
  line-height: 1;
}
.__su-challenge .left_clm__detail_txt {
  position: absolute;
  bottom: 27px;
  right: 57px;
}
.__su-challenge .left_clm__bottom {
  position: relative;
  height: 117px;
}
.__su-challenge .left_clm__bottom_strong {
  display: block;
  position: absolute;
  font-size: 61px;
  line-height: 1;
  font-weight: normal;
  bottom: -15px;
  left: -15px;
  padding: 15px;
  height: 122px;
  white-space: nowrap;
  width: 154px;
  height: 122px;
  background-size: 214px auto;
}
.__su-challenge .left_clm__bottom_strong.hidden {
  width: 0;
  height: 0;
  overflow: hidden;
  background-size: 0 auto;
}
.__su-challenge .left_clm__bottom_strong.done {
  width: 154px !important;
  height: 122px !important;
  background-size: 214px auto !important;
}
.__su-challenge .left_clm__bottom_txt {
  position: absolute;
  bottom: 1px;
  right: 51px;
  line-height: 1.2;
  display: block;
  background-size: 0 auto;
}
.__su-challenge .right_clm .inner {
  padding-top: 95px;
}
.__su-challenge .qualification__main {
  display: inline-block;
  background: #04518C;
  line-height: 143px;
  color: #fff;
  font-size: 21px;
  padding: 0 40px 0 20px;
  margin-left: -16px;
  position: relative;
  box-shadow: 11px 0px 8px 0px rgba(0, 0, 0, 0.4) inset;
  width: 724px;
  height: 160px;
}
.__su-challenge .qualification__main.hidden {
  width: 0;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.__su-challenge .qualification__main.done {
  width: 724px !important;
  height: 160px !important;
}
.__su-challenge .qualification__main_num {
  font-weight: normal;
  font-size: 101px;
  vertical-align: bottom;
}
.__su-challenge .qualification__main_free {
  font-size: 88px;
  font-weight: normal;
  vertical-align: bottom;
  padding: 55px 0 0 41px;
  display: inline-block;
  position: relative;
}
.__su-challenge .qualification__main_box {
  margin: 0;
  position: absolute;
  left: 784px;
  bottom: 0;
  color: #fff;
  background: url('/common/v4.1/images/html/startup_free/pc_bg_box.png?1694593689') 100% 3px no-repeat;
  width: 294px;
  height: 347px;
}
.__su-challenge .qualification__main_box:before {
  content: '';
  width: 252px;
  height: 146px;
  left: 32px;
  top: 53px;
  position: absolute;
}
.__su-challenge .qualification__main_box.hidden {
  width: 0;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.__su-challenge .qualification__main_box.done {
  width: 294px !important;
  height: 347px !important;
}
.__su-challenge .qualification__main_box .sp-inner {
  position: relative;
}
.__su-challenge .qualification__main_cap {
  display: none;
  color: #fff;
  font-size: 11px;
  position: absolute;
  bottom: 14px;
  left: 22px;
  line-height: 1;
}
.__su-challenge .qualification__main_fee_alert {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  padding: 10px 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
}
.__su-challenge .qualification__main_fee_alert h5 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #04518C;
}
.__su-challenge .qualification__main_fee_alert ul li {
  display: inline-flex;
  margin: 8px;
}
.__su-challenge .qualification__main_fee_alert ul li p {
  font-weight: bold;
  font-size: 13px;
}
.__su-challenge .qualification__main_fee_alert ul li p span {
  font-size: 18px;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #f0f787 0%);
}
.__su-challenge .qualification__main_fee_alert ul li:before {
  padding: 24px 12px;
  font-size: 13px;
  color: #fff;
  background-color: #3577C9;
}
.__su-challenge .qualification__main_fee_alert ul li:first-child:before {
  content: "変更前";
}
.__su-challenge .qualification__main_fee_alert ul li:last-child:before {
  content: "変更後";
}
.__su-challenge .qualification__main_fee_alert .fee-next {
  margin: 3px auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #C4C4C4;
}
.__su-challenge .qualification__main_fee_alert p {
  margin: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 21px;
}
.__su-challenge .qualification__main_fee_alert p a {
  padding-right: 15px;
  background: url('/common/v4.1/images/html/startup_free/external-link.png?1694593689') right top/11px auto no-repeat;
  color: #00A8D8;
}
.__su-challenge .qualification__clear {
  color: #04518C;
  font-size: 31px;
  margin-top: 36px;
  margin-left: 239px;
  line-height: 1;
  position: absolute;
  text-indent: 5px;
  font-weight: bold;
  top: 514px;
}
.__su-challenge .qualification__clear_marquee {
  display: inline-block;
  background: url('/common/v4.1/images/html/startup_free/pc_bg_marker.png?1694593689') 0 0 no-repeat;
}
.__su-challenge .qualification__clear_marquee.hidden {
  background-size: 0 auto;
}
.__su-challenge .qualification__arrow {
  position: absolute;
  width: 152px;
  height: 139px;
  display: inline-block;
  top: 63px;
  left: 403px;
  background: url('/common/v4.1/images/html/startup_free/pc_bg_arrow.png?1694593689') 0 0 no-repeat;
}
.__su-challenge .qualification__arrow.hidden {
  background-size: auto 0;
}
@media only screen and (max-width: 3001px) {
  .__su-challenge .column-3 {
    position: relative;
    background: #F5F5F5;
  }
  .__su-challenge .qualification {
    color: #254B77;
    min-height: 650px;
    padding: 73px 0 0;
    margin: 0 auto;
    width: 960px;
  }
  .__su-challenge .qualification__title {
    font-size: 19.6px;
    letter-spacing: 0.7em;
    font-weight: normal;
    margin: 40px 0;
  }
  .__su-challenge .left_clm {
    float: left;
    width: 187px;
    position: relative;
    min-height: 369px;
    background: #F5F5F5 url('/common/v4.1/images/html/startup_free/pc_bg_box_right_shadow.png?1694593689') 100% 0 no-repeat;
  }
  .__su-challenge .left_clm__established {
    line-height: 1;
    font-size: 18px;
    display: inline-block;
  }
  .__su-challenge .left_clm__detail {
    position: relative;
    height: 124px;
    margin-bottom: 0;
  }
  .__su-challenge .left_clm__detail_num {
    position: absolute;
    bottom: 21px;
    display: block;
    font-weight: normal;
    font-size: 74.9px;
    line-height: 1;
  }
  .__su-challenge .left_clm__detail_txt {
    position: absolute;
    bottom: 23px;
    right: 48px;
  }
  .__su-challenge .left_clm__bottom {
    position: relative;
    height: 135px;
  }
  .__su-challenge .left_clm__bottom_strong {
    position: absolute;
    font-size: 42.7px;
    line-height: 1;
    font-weight: normal;
    bottom: -15px;
    left: -15px;
    padding: 8px;
    background-size: 0 auto;
    width: 100px;
    height: 86px;
    background-size: 153px auto;
  }
  .__su-challenge .left_clm__bottom_strong.done {
    width: 100px !important;
    height: 86px !important;
    background-size: 153px auto !important;
  }
  .__su-challenge .left_clm__bottom_txt {
    position: absolute;
    bottom: -7px;
    right: 39px;
    line-height: 1.2;
    background-size: 0 auto;
  }
  .__su-challenge .right_clm .inner {
    padding-top: 95px;
  }
  .__su-challenge .qualification__main {
    display: inline-block;
    background: #04518C;
    line-height: 115px;
    color: #fff;
    font-size: 14.7px;
    padding: 0 68px 0 18px;
    margin-left: -13px;
    position: relative;
    box-shadow: 11px 0px 8px 0px rgba(0, 0, 0, 0.4) inset;
    width: 460px;
    height: 135px;
  }
  .__su-challenge .qualification__main.done {
    width: 460px !important;
    height: 135px !important;
  }
  .__su-challenge .qualification__main_num {
    font-weight: normal;
    font-size: 70.7px;
    vertical-align: bottom;
  }
  .__su-challenge .qualification__main_free {
    font-size: 61.6px;
    vertical-align: bottom;
    padding: 117px 0 0 43px;
    display: inline-block;
    position: relative;
  }
  .__su-challenge .qualification__main_box {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: url('/common/v4.1/images/html/startup_free/pc_bg_box.png?1694593689') 0 100% no-repeat;
    background-size: 244px auto;
    left: 545px;
    width: 233px;
    height: 353px;
  }
  .__su-challenge .qualification__main_box.done {
    left: 545px !important;
    width: 233px !important;
    height: 353px !important;
  }
  .__su-challenge .qualification__main_box:before {
    content: '';
    width: 185px;
    height: 90px;
    left: 32px;
    top: 128px;
    position: absolute;
  }
  .__su-challenge .qualification__main_box .sp-inner {
    position: relative;
  }
  .__su-challenge .qualification__main_cap {
    color: #fff;
    font-size: 11px;
    position: absolute;
    bottom: 14px;
    left: 20px;
    line-height: 1;
  }
  .__su-challenge .qualification__clear {
    font-size: 21.7px;
    margin-top: 36px;
    line-height: 1;
    text-indent: 5px;
    top: 450px;
    margin-left: 188px;
  }
  .__su-challenge .qualification__clear_marquee {
    display: inline-block;
    background: url('/common/v4.1/images/html/startup_free/pc_bg_marker.png?1694593689') 0 0 no-repeat;
  }
  .__su-challenge .qualification__arrow {
    position: absolute;
    width: 152px;
    height: 139px;
    display: inline-block;
    top: 32px;
    left: 263px;
    background: url('/common/v4.1/images/html/startup_free/pc_bg_arrow.png?1694593689') 0 0 no-repeat;
    background-size: 130px auto;
  }
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .qualification {
    padding: 0;
    min-height: inherit;
  }
  .__su-challenge .qualification__title {
    font-weight: bold;
    font-size: 16px;
    padding: 15px 0 8px;
    margin: 0 0 10px;
    text-align: center;
  }
  .__su-challenge .left_clm {
    background: none;
    width: 320px;
    float: none;
    margin: 0 auto;
    min-height: inherit;
  }
  .__su-challenge .left_clm .inner {
    margin-left: 16px;
  }
  .__su-challenge .left_clm__established {
    font-size: 10px;
    margin-left: 41px;
    margin-bottom: 5px;
  }
  .__su-challenge .left_clm__detail {
    height: 70px;
    margin-bottom: 0;
    margin-left: 41px;
  }
  .__su-challenge .left_clm__detail_num {
    font-size: 53px;
  }
  .__su-challenge .left_clm__detail_txt {
    font-size: 10px;
    left: 65px;
    bottom: 25px;
    right: auto;
    line-height: 1.2;
  }
  .__su-challenge .left_clm__bottom {
    height: auto;
  }
  .__su-challenge .left_clm__bottom_strong {
    font-size: 30px;
    overflow: visible;
    bottom: 14px;
    left: 140px;
    width: auto;
    height: 76px;
    padding: 8px;
    background-size: 76px auto;
    background-position: 0 100%;
    font-weight: normal;
  }
  .__su-challenge .left_clm__bottom_strong.hidden, .__su-challenge .left_clm__bottom_strong.done {
    overflow: visible;
    width: auto !important;
    height: 76px !important;
    background-size: 76px auto !important;
  }
  .__su-challenge .left_clm__bottom_txt {
    display: inline-block;
    font-size: 10px;
    bottom: auto;
    top: -58px;
    right: 51px;
    line-height: 1.2;
    background-size: 126px auto;
    padding-bottom: 11px;
  }
  .__su-challenge .left_clm__bottom_txt.done {
    background-size: 126px auto !important;
  }
  .__su-challenge .right_clm .inner {
    padding-top: 0;
  }
  .__su-challenge .right_clm {
    width: 320px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 26px;
  }
  .__su-challenge .qualification__main {
    display: block;
    height: auto;
    width: auto;
    line-height: 2.3em;
    padding: 0;
    font-size: 10px;
    position: relative;
    background: none;
    box-shadow: none;
    margin: 0;
  }
  .__su-challenge .qualification__main.hidden, .__su-challenge .qualification__main.done {
    width: auto !important;
    height: auto  !important;
    overflow: visible;
  }
  .__su-challenge .qualification__main_num {
    vertical-align: middle;
    font-size: 50px;
    line-height: 1.3;
  }
  .__su-challenge .qualification__main_box {
    position: static;
    width: 225px;
    height: 89px;
    font-size: 11px;
    background: url('/common/v4.1/images/html/startup_free/sp_bg_box.png?1694593689') 0 0 no-repeat;
    background-size: 225px 89px;
    margin: 0 0 0 64px;
    padding: 0;
  }
  .__su-challenge .qualification__main_box:before {
    background: none;
  }
  .__su-challenge .qualification__main_box.hidden, .__su-challenge .qualification__main_box.done {
    width: auto !important;
    height: 91px !important;
    overflow: visible;
  }
  .__su-challenge .qualification__main_box .sp-inner {
    display: inline-block;
    height: 58px;
    line-height: 41px;
    padding: 8px 5px 16px;
    margin: 21px 0 0 67px;
    box-sizing: border-box;
  }
  .__su-challenge .qualification__main_free {
    font-weight: normal;
    font-size: 44px;
    padding: 0;
  }
  .__su-challenge .sp-main-top_wrap {
    display: block;
    box-shadow: 0 7px 12px -12px #222 inset;
    width: 233px;
    margin: 0 auto;
  }
  .__su-challenge .sp-main-top {
    display: block;
    background: #04518C;
    width: 191px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 7px;
    text-indent: 1em;
    box-shadow: 0 8px 12px -8px #222 inset;
  }
  .__su-challenge .qualification__main_cap {
    display: block;
    color: #04518C;
    font-size: 10px;
    position: static;
    line-height: 1.7;
    text-align: center;
    margin-top: 10px;
  }
  .__su-challenge .qualification__clear {
    position: relative;
    top: auto;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
    margin: 14px 0 0;
    padding-bottom: 0;
  }
  .__su-challenge .qualification__clear_marquee {
    background-size: 80px auto;
    line-height: 1.3;
  }
  .__su-challenge .qualification__clear_marquee.hidden {
    background-size: 80px auto;
  }
  .__su-challenge .ualification__arrow {
    position: relative;
  }
  .__su-challenge .ualification__arrow img {
    position: absolute;
    top: -26px;
    left: 50%;
    margin-left: -57px;
  }
}
.__su-challenge .mission {
  color: #fff;
}
.__su-challenge .mission_top {
  padding-top: 70px;
  background: #0578CF;
  text-align: center;
  min-height: 594px;
}
.__su-challenge .mission_main_top {
  display: inline-block;
  margin-top: 55px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: normal;
}
.__su-challenge .mission_main_bottom {
  position: relative;
  margin-top: 26px;
  font-size: 30px;
  line-height: 1.2;
  vertical-align: middle;
  white-space: nowrap;
}
.__su-challenge .mission_main_bottom .strong {
  font-weight: normal;
  font-size: 80px;
  line-height: 105px;
  display: inline-block;
}
.__su-challenge .mission__megaphone_wrap {
  display: inline-block;
  padding: 0px 0px 13px;
}
.__su-challenge .mission__megaphone {
  display: inline-block;
  position: relative;
}
.__su-challenge .ani-megaphone {
  position: absolute;
  left: 8px;
  border-top: 6px solid #F1F788;
  height: 221px;
  margin: 0;
  z-index: 1;
  top: 111px;
  width: 386px;
}
.__su-challenge .ani-megaphone p {
  display: none;
  height: 221px;
  background: url('/common/v4.1/images/html/startup_free/pc_pics_megaphone.png?1694593689') 50% 100% no-repeat;
}
.__su-challenge .ani-megaphone.hidden {
  width: 0;
  overflow: hidden;
}
.__su-challenge .ani-megaphone.done {
  top: 111px !important;
  width: 386px !important;
}
.__su-challenge .mission__follower {
  display: inline-block;
  position: relative;
}
.__su-challenge .mission__follower:before {
  width: 3.7em;
}
.__su-challenge .mission__follower.common-underline:before {
  width: 0;
  background: none;
}
.__su-challenge .ani-follower {
  position: absolute;
  left: -68px;
  border-top: 6px solid #F1F788;
  height: 221px;
  margin: 0;
  z-index: 1;
  top: 111px;
  width: 305px;
}
.__su-challenge .ani-follower.done {
  top: 111px !important;
  width: 305px !important;
}
.__su-challenge .ani-follower p {
  display: none;
  height: 221px;
  background: url('/common/v4.1/images/html/startup_free/comomn_pics_follower.png?1694593689') 50% 100% no-repeat;
}
.__su-challenge .ani-follower.hidden {
  width: 0;
  overflow: hidden;
}
.__su-challenge .pc-small {
  font-size: 30px;
}
.__su-challenge .pc-marquee {
  display: inline-block;
  padding: 3px;
  box-sizing: border-box;
  height: 140px;
}
.__su-challenge .mission_inner {
  display: inline-block;
  vertical-align: middle;
  height: 140px;
  line-height: 140px;
}
.__su-challenge .pc-marquee__text {
  line-height: 113px;
  display: inline-block;
  height: 113px;
  margin-top: -32px;
  vertical-align: middle;
}
.__su-challenge .mission_bottom {
  min-height: 113px;
  background: #0564AD;
}
.__su-challenge .mission_bottom .inner {
  width: 1280px;
  margin: 0 auto;
}
.__su-challenge .mission_bottom__txt {
  font-size: 20px;
  float: left;
  padding: 15px 0;
  line-height: 2;
  margin-left: 76px;
}
.__su-challenge .mission_bottom__inner_btn {
  font-size: 21px;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  padding: 10px 20px;
  margin: 30px 0 0 30px;
}
.__su-challenge .mission_bottom__inner_btn:hover {
  background: #69a2ce;
}
.__su-challenge .icon-q {
  width: 26px;
  height: 26px;
  margin: 0 12px -4px 0;
  display: inline-block;
  background: url('/common/v4.1/images/html/startup_free/pc_icon_q.png?1694593689') 50% 100% no-repeat;
}
.__su-challenge .sp-underline {
  font-weight: normal;
}
.__su-challenge .pc-mission__follower_num {
  font-weight: bold;
  display: inline;
  font-size: 80px;
  line-height: 80px;
}
@media only screen and (max-width: 3001px) {
  .__su-challenge .mission_top {
    padding-top: 60px;
    min-height: 500px;
  }
  .__su-challenge .mission_main_top {
    margin-top: 55px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: normal;
  }
  .__su-challenge .mission_main_bottom {
    margin-top: 26px;
    font-size: 21px;
    line-height: 1.2;
  }
  .__su-challenge .mission_main_bottom .strong {
    font-size: 56px;
    line-height: 1.5;
  }
  .__su-challenge .pc-mission__follower_num {
    font-size: 56px;
  }
  .__su-challenge .mission_inner {
    height: 100px;
    line-height: 100px;
  }
  .__su-challenge .mission__megaphone_wrap {
    padding: 0px 0px 13px;
  }
  .__su-challenge .ani-megaphone {
    top: 83px;
    width: 270px;
  }
  .__su-challenge .ani-megaphone.done {
    top: 83px !important;
    width: 270px !important;
  }
  .__su-challenge .ani-megaphone p {
    background-size: auto 130px;
    height: 190px;
  }
  .__su-challenge .ani-follower {
    top: 83px;
    left: -53px;
    width: 227px;
  }
  .__su-challenge .ani-follower.done {
    top: 83px !important;
    width: 227px !important;
  }
  .__su-challenge .ani-follower p {
    background-size: auto 130px;
    height: 190px;
  }
  .__su-challenge .pc-marquee {
    padding: 7px;
    height: 119px;
  }
  .__su-challenge .mission__megaphone:before {
    top: 76px;
  }
  .__su-challenge .mission__follower:before {
    width: 3.7em;
  }
  .__su-challenge .pc-small {
    font-size: 21px;
  }
  .__su-challenge .mission_bottom {
    min-height: 86px;
  }
  .__su-challenge .mission_bottom .inner {
    width: 980px;
  }
  .__su-challenge .mission_bottom__txt {
    font-size: 14px;
    padding: 15px 0;
    line-height: 2;
    margin-left: 76px;
  }
  .__su-challenge .mission_bottom__inner_btn {
    font-size: 14.7px;
    padding: 7px 16px;
    margin: 22px 0 0 25px;
  }
  .__su-challenge .icon-q {
    width: 26px;
    height: 26px;
    margin: 0 12px -7px 0;
    display: inline-block;
    background: url('/common/v4.1/images/html/startup_free/pc_icon_q.png?1694593689') 50% 50% no-repeat;
    background-size: 20px auto;
  }
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .mission_top {
    padding: 27px 5px 125px;
    min-height: inherit;
  }
  .__su-challenge .mission_title {
    padding-bottom: 17px;
  }
  .__su-challenge .mission_title img {
    width: 105px;
  }
  .__su-challenge .mission_main_top {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.9;
    display: inline;
    padding: 2px;
    font-weight: normal;
  }
  .__su-challenge .mission_main_bottom {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.5;
    display: block;
    margin-top: 0;
  }
  .__su-challenge .mission_main_bottom .strong {
    font-weight: normal;
    font-size: 39px;
    line-height: 39px;
    letter-spacing: -1px;
  }
  .__su-challenge .mission__megaphone.hidden {
    overflow: visible;
  }
  .__su-challenge .mission__megaphone:before {
    width: 100%;
    top: auto;
    bottom: -7px;
  }
  .__su-challenge .mission__megaphone:after {
    background: url('/common/v4.1/images/html/startup_free/pc_pics_megaphone.png?1694593689') 50% 0 no-repeat;
    content: '';
    width: 87px;
    height: 84px;
    left: -52px;
    top: 123px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto 83px;
  }
  .__su-challenge .pc-small {
    font-size: 15px;
  }
  .__su-challenge .mission__follower {
    border-bottom: none;
  }
  .__su-challenge .mission__follower:after {
    background: url('/common/v4.1/images/html/startup_free/comomn_pics_follower.png?1694593689') 50% 0 no-repeat;
    content: '';
    width: 150px;
    height: 88px;
    left: 84px;
    top: 63px;
    position: absolute;
    background-size: auto 83px;
  }
  .__su-challenge .mission__follower_num {
    background-color: #0578CF;
    display: inherit;
    padding-left: 21px;
    font-weight: bold;
    font-size: 39px;
  }
  .__su-challenge .mission_bottom {
    min-height: inherit;
    background: #0578CF;
    padding-bottom: 22px;
  }
  .__su-challenge .mission_bottom .inner {
    margin: 0 auto;
  }
  .__su-challenge .mission_bottom__txt {
    font-size: 12px;
    float: none;
    padding: 15px 10px;
    line-height: 1.6;
    margin-left: 0;
    margin-top: -33px;
    text-align: center;
  }
  .__su-challenge .mission_inner {
    display: block;
    height: auto;
    line-height: normal;
    margin-top: 4px;
  }
  .__su-challenge .mission_inner:last-of-type {
    width: 300px;
    margin: -3px auto 0;
  }
  .__su-challenge .mission_inner:last-of-type:before {
    height: 3px;
    width: 154px;
    bottom: 5px;
    left: 10px;
  }
  .__su-challenge .pc-marquee {
    height: 59px;
    line-height: 59px;
  }
  .__su-challenge .pc-marquee__text {
    margin-top: -18px;
    height: 48px;
    line-height: 45px;
  }
  .__su-challenge .pc-marquee__text:last-of-type {
    padding: 13px 0 0;
    line-height: 39px;
    height: 62px;
  }
  .__su-challenge .pc-marquee__text.bgnone {
    background-color: transparent;
  }
  .__su-challenge .pc-mission__follower_num {
    font-size: 39px;
    line-height: normal;
  }
  .__su-challenge .mission_bottom__inner {
    text-align: center;
    position: relative;
  }
  .__su-challenge .mission_bottom__inner_btn {
    font-size: 11px;
    text-align: center;
    padding: 12px 15px;
    margin: 0;
  }
  .__su-challenge .icon-q {
    width: 11px;
    height: 11px;
    margin: 0 5px -1px 0;
    display: inline-block;
    background: url('/common/v4.1/images/html/startup_free/pc_icon_q.png?1694593689') 50% 100% no-repeat;
    background-size: 11px auto;
  }
}
.__su-challenge .business {
  width: 1280px;
  margin: 0 auto 20px;
  color: #254B77;
  text-align: center;
}
.__su-challenge .business__title {
  padding-top: 75px;
  font-size: 32px;
  line-height: 2.1;
  margin-bottom: 71px;
  font-weight: normal;
}
.__su-challenge .list-items {
  width: 635px;
  float: left;
  margin-bottom: 88px;
}
.__su-challenge .list-items:nth-of-type(odd) {
  margin-right: 10px;
}
.__su-challenge .items__img_place {
  position: relative;
  width: 270px;
  height: 270px;
  float: left;
}
.__su-challenge .items__img {
  position: absolute;
  width: 270px;
  height: 270px;
}
.__su-challenge .items__img.item1 {
  top: -1904px;
  left: -1904px;
}
.__su-challenge .items__img.item2 {
  top: -1904px;
  right: -1904px;
}
.__su-challenge .items__img.item3 {
  top: 0;
  left: -1904px;
}
.__su-challenge .items__img.item4 {
  top: 0;
  right: -1904px;
}
.__su-challenge .items__img.item5 {
  bottom: -1904px;
  left: -1904px;
}
.__su-challenge .items__img.item6 {
  bottom: -1904px;
  right: -1904px;
}
.__su-challenge .items__txt {
  text-align: left;
  font-size: 13px;
  padding: 0 0 0 300px;
  line-height: 2;
}
.__su-challenge .items__txt_ttl {
  line-height: 2;
  color: #236FA9;
  font-size: 21px;
  display: block;
  text-align: left;
  padding-left: 300px;
}
@media only screen and (max-width: 3001px) {
  .__su-challenge .business {
    width: 960px;
    margin: 0 auto 20px;
  }
  .__su-challenge .business__title {
    padding-top: 65px;
    font-size: 22.4px;
    line-height: 2.1;
    margin-bottom: 61px;
    font-weight: normal;
  }
  .__su-challenge .list-items {
    width: 466px;
    margin-bottom: 88px;
  }
  .__su-challenge .list-items:nth-of-type(odd) {
    margin-right: 20px;
  }
  .__su-challenge .items__img_place {
    width: 210px;
    height: 210px;
    float: left;
  }
  .__su-challenge .items__img {
    width: 210px;
    height: 210px;
  }
  .__su-challenge .items__txt {
    text-align: left;
    font-size: 12px;
    padding: 0 0 0 230px;
    line-height: 1.9;
  }
  .__su-challenge .items__txt_ttl {
    line-height: 2;
    font-size: 14.7px;
    padding-left: 230px;
  }
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .business {
    margin-bottom: 20px;
  }
  .__su-challenge .business__title {
    padding-top: 24px;
    font-size: 10px;
    line-height: 2.1;
    margin-bottom: 30px;
    font-weight: normal;
  }
  .__su-challenge .business__title strong {
    padding: 0px 15px;
    display: block;
    font-size: 15px;
    line-height: 1.7;
  }
  .__su-challenge .list-items {
    margin-bottom: 20px;
  }
  .__su-challenge .list-items:nth-of-type(odd) {
    margin-right: 20px;
  }
  .__su-challenge .list-items:nth-of-type(odd) .items__img_place {
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  .__su-challenge .items__img {
    position: absolute;
    width: 270px;
    height: 270px;
  }
  .__su-challenge .items__img.item1 {
    top: 0;
    left: 0;
  }
  .__su-challenge .items__img.item2 {
    top: 0;
    right: 0;
  }
  .__su-challenge .items__img.item3 {
    top: 0;
    left: 0;
  }
  .__su-challenge .items__img.item4 {
    top: 0;
    right: 0;
  }
  .__su-challenge .items__img.item5 {
    bottom: 0;
    left: 0;
  }
  .__su-challenge .items__img.item6 {
    bottom: 0;
    right: 0;
  }
  .__su-challenge .items__img_place {
    width: 138px;
    height: 138px;
  }
  .__su-challenge .items__img {
    width: 138px;
    height: 138px;
  }
  .__su-challenge .items__txt {
    clear: both;
    text-align: left;
    font-size: 12px;
    padding: 0 20px;
    line-height: 2;
    margin-top: 15px;
  }
  .__su-challenge .items__txt_ttl {
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
    font-size: 15px;
    padding-left: 0;
    -webkit-box-flex: 1;
    box-flex: 1;
    text-align: center;
  }
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .column-6 .cv {
    min-height: 314px;
  }
}
.__su-challenge .partner {
  text-align: center;
  color: #294C7A;
  padding-top: 70px;
}
.__su-challenge .partner__main {
  font-size: 32px;
  border: 5px solid #294C7A;
  box-sizing: border-box;
  width: 998px;
  margin: 0 auto;
  line-height: 1.9;
  font-weight: bold;
  padding: 28px 0;
  position: relative;
  margin-bottom: 70px;
}
.__su-challenge .partner__main::before {
  position: absolute;
  bottom: -38px;
  left: 50%;
  display: block;
  margin-left: -15px;
  content: '';
  border-style: solid;
  border-width: 37px 27px 0 27px;
  border-color: #294C7A transparent transparent transparent;
}
.__su-challenge .partner__main::after {
  position: absolute;
  bottom: -31px;
  left: 50%;
  display: block;
  margin-left: -16px;
  content: '';
  border-style: solid;
  border-width: 40px 28px 0 28px;
  border-color: #fff transparent transparent transparent;
}
.__su-challenge .partner__img {
  width: 1280px;
  height: 700px;
  margin: 0 auto 30px;
  text-indent: -9999px;
  background: url('/common/v4.1/images/html/startup_free/pc_supporter.png?1694593689') 50% 0% no-repeat;
}
@media only screen and (max-width: 3001px) {
  .__su-challenge .partner__main {
    font-size: 22.4px;
    border: 4px solid #294C7A;
  }
  .__su-challenge .partner__img {
    width: 960px;
    height: 1512px;
    background-size: 960px auto;
  }
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .partner {
    padding-top: 30px;
    margin: 0;
  }
  .__su-challenge .partner .wrap_main {
    margin: 0 25px;
  }
  .__su-challenge .partner__main {
    font-size: 13px;
    border: 2px solid #294C7A;
    padding: 15px 5px;
    margin-bottom: 40px;
  }
  .__su-challenge .partner__main img {
    padding: 0;
  }
  .__su-challenge .partner__main {
    margin-bottom: 30px;
  }
  .__su-challenge .partner__main::before {
    position: absolute;
    bottom: -18px;
    left: 50%;
    display: block;
    margin-left: -16px;
    content: '';
    border-style: solid;
    border-width: 16px 13px 0 13px;
    border-color: #294C7A transparent transparent transparent;
  }
  .__su-challenge .partner__main::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    display: block;
    margin-left: -18px;
    content: '';
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
  }
  .__su-challenge .partner__img {
    margin: 0 auto;
    padding: 0;
    background: url('/common/v4.1/images/html/startup_free/sp_supporter.png?1694593689') 50% 0 no-repeat;
    background-size: 320px auto;
    width: 320px;
    height: 3240px;
    box-sizing: border-box;
  }
}
.__su-challenge .support {
  position: relative;
  text-align: center;
  width: 1020px;
  margin: 0 auto;
}
.__su-challenge .support_main {
  color: #294C7A;
  font-size: 25px;
  font-weight: bold;
  padding: 37px;
  line-height: 2;
}
.__su-challenge .support__right,
.__su-challenge .support__left {
  color: #fff;
  background: rgba(26, 58, 95, 0.8);
  width: 490px;
  text-align: left;
  padding: 19px 23px 40px;
  box-sizing: border-box;
}
.__su-challenge .support__left {
  float: left;
}
.__su-challenge .support__right {
  float: right;
}
.__su-challenge .support_main__ttl {
  font-size: 21px;
  line-height: 1.8;
  font-weight: bold;
  display: block;
  min-height: 114px;
}
.__su-challenge .support_main__txt {
  line-height: 2;
  padding: 14px 1em 0;
  position: relative;
}
.__su-challenge .support_main__txt:before {
  position: absolute;
  content: '•';
  left: 0em;
}
.__su-challenge .support__bottom {
  height: 287px;
  background: rgba(230, 230, 230, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.__su-challenge .support__bottom .inner {
  width: 1280px;
  margin: 0 auto;
}
.__su-challenge .support__btn {
  margin: 60px auto;
  display: block;
  font-size: 20px;
  color: #254B77;
  font-weight: bold;
  text-align: center;
  width: 654px;
  height: 100px;
  border: 1px solid #254B77;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding-top: 19px;
}
.__su-challenge .support__btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 3001px) {
  .__su-challenge .support {
    width: 960px;
    padding: 0 20px;
  }
  .__su-challenge .support__right,
  .__su-challenge .support__left {
    width: 451px;
  }
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .column-8 {
    min-height: inherit;
  }
  .__su-challenge .support {
    padding: 0 20px;
  }
  .__su-challenge .support_main {
    font-size: 12px;
    padding: 15px 0;
    margin: 0 -15px;
    letter-spacing: -1px;
  }
  .__su-challenge .support_main__ttl {
    font-size: 13px;
    min-height: inherit;
  }
  .__su-challenge .support_main__txt {
    font-size: 12px;
    line-height: 1.7;
    padding: 3px 1em 0;
  }
  .__su-challenge .support__left {
    margin-bottom: 17px;
    padding: 19px 23px;
  }
  .__su-challenge .support__bottom {
    position: relative;
    padding-top: 1px;
    height: auto;
    padding: 5px 44px 75px;
    box-sizing: border-box;
  }
  .__su-challenge .support__right {
    padding: 19px 23px;
    margin-bottom: 30px;
  }
  .__su-challenge .support__btn {
    margin-top: 22px;
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 1.7;
    padding: 8px 0;
    height: auto;
    width: 250px;
  }
}
.__su-challenge .download-document {
  position: relative;
  display: block;
  padding: 58px 20px;
  text-align: center;
  text-decoration: none;
  color: #3b3b3b;
  background: #f1f1f1;
}
.__su-challenge .download-document span {
  position: relative;
  display: inline-block;
  padding-left: 61px;
}
.__su-challenge .download-document span::before {
  background-image: url('/common/v4.1/images/html/startup_free/common_icon_pdf_1.png?1694593689');
  background-position: 0 0;
  position: absolute;
  top: -23px;
  left: 0;
  display: inline-block;
  width: 42px;
  height: 69px;
  content: '';
}
.__su-challenge .download-document:hover {
  background: #f5f5f5;
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .download-document {
    font-size: 12px;
    padding: 35px 0;
  }
  .__su-challenge .download-document span {
    padding-left: 54px;
  }
  .__su-challenge .download-document span::before {
    background-size: 28px auto;
    background-repeat: no-repeat;
    top: -20px;
    left: 18px;
  }
}
.__su-challenge .sp-block,
.__su-challenge .sp-box {
  display: inline;
}
.__su-challenge .pc-block {
  display: block;
}
.__su-challenge .pc-none {
  display: none;
}
@media only screen and (max-width: 3001px) {
  .__su-challenge .partner__main,
  .__su-challenge .support,
  .__su-challenge .support__bottom .inner,
  .__su-challenge .qualification,
  .__su-challenge .mission_bottom .inner,
  .__su-challenge .business {
    width: 960px;
    box-sizing: border-box;
  }
  .__su-challenge .middle-none {
    display: none;
  }
}
@media only screen and (max-width: 3000px) {
  .__su-challenge .partner__main,
  .__su-challenge .support,
  .__su-challenge .support__right,
  .__su-challenge .support__left,
  .__su-challenge .support__bottom .inner,
  .__su-challenge .qualification,
  .__su-challenge .mission_bottom .inner,
  .__su-challenge .business,
  .__su-challenge .list-items,
  .__su-challenge .ani-fly_all,
  .__su-challenge .sub {
    width: 100%;
    box-sizing: border-box;
  }
  .__su-challenge .pc-block {
    display: inline;
  }
  .__su-challenge .sp-block {
    display: block;
  }
  .__su-challenge .sp-none {
    display: none;
  }
  .__su-challenge .pc-none {
    display: block;
  }
  .__su-challenge .sp-fleft {
    float: left;
  }
  .__su-challenge .sp-box {
    -webkit-box-align: center;
    display: block;
    display: -webkit-box;
    width: 320px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .__su-challenge .sp-box:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * startup company　- スタートアップおすすめ企業一覧
 */
.icons {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  vertical-align: sub;
  background: url('/common/v4.1/images/html_m/startup_company/icons-se3383edd7b.png') no-repeat;
  -moz-background-size: 17px 68px;
  -o-background-size: 17px 68px;
  -webkit-background-size: 17px 68px;
  background-size: 17px 68px;
}

.icon_arror_bottom {
  width: 11px;
  height: 7px;
  background-position: 0 0;
}

.icon_follow_off {
  width: 17px;
  height: 17px;
  background-position: 0 -11px;
}

.icon_follow_on {
  width: 17px;
  height: 17px;
  background-position: 0 -33px;
}

.icon_like {
  width: 14px;
  height: 13px;
  background-position: 0 -54px;
}

.__startup_m {
  margin-top: 93px;
  padding-bottom: 1px;
  -webkit-text-size-adjust: 100%;
  max-height: 100%;
  background-color: #F5F7F7;
}
.__startup_m .bnr {
  text-align: center;
  padding-bottom: 10px;
}
.__startup_m .icons-sprite {
  display: inline-block;
}
.__startup_m .title_block {
  position: relative;
  background: url('/common/v4.1/images/html_m/startup_company/startup_sp_title.png?1694593689'), -webkit-linear-gradient(top, #358cda 0%, #358cda 15%, #ffffff 95%, #f5f7f7 100%, #f5f7f7 100%, #2989d8 100%, #f5f7f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-repeat: no-repeat;
  background-position: center 10px,center 0px;
  background-size: 426px auto,100%,100%;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 156px;
}
.__startup_m .title_block li {
  list-style-type: none;
}
.__startup_m .title_block .title {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -2.1px;
  line-height: 1.3;
  margin: 0 0 3px 0;
}
.__startup_m .title_block .title:after {
  content: '';
  display: block;
  width: 313px;
  top: 3px;
  left: 50%;
  margin-left: -158px;
  position: absolute;
  height: 60px;
  background: url('/common/v4.1/images/html_m/startup_company/startup_bg_animation.png?1694593689') no-repeat;
  background-position: center top;
  background-size: 313px auto;
}
.__startup_m .title_block .title.js-bg_animate:after {
  background-position: center bottom;
}
.__startup_m .title_block .title span {
  display: block;
  font-weight: bold;
  color: #FF9A00;
}
.__startup_m .title_block .title span strong {
  font-size: 35px;
  letter-spacing: -3.1px;
}
.__startup_m .title_block .search_btn {
  color: #358CDA;
  border-bottom: 1px solid #8ebfea;
  letter-spacing: 2.1px;
  font-size: 10px;
  text-align: center;
  display: block;
  font-weight: bold;
  width: 206px;
  margin: 0 auto;
  padding-bottom: 2px;
  -webkit-transition: .3s ease-in-out;
  list-style-type: none;
}
.__startup_m .title_block .search_btn .icon_arror_bottom {
  margin-left: 3px;
  margin-bottom: 1px;
}
.__startup_m .title_block .search_btn .icon_arror_bottom.on {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -webkit-transition: .3s ease-in-out;
}
.__startup_m .title_block .sub_ttl {
  font-size: 10px;
  color: #8E8F8F;
  text-align: center;
  margin: 6px 0 0;
  letter-spacing: -0.5px;
}
.__startup_m .title_block .category_box {
  width: 204px;
  height: 242px;
  display: none;
  right: 50%;
  margin-right: -103px;
  overflow-y: scroll;
  background: #efefef;
  border-top: none !important;
  border: 1px solid #e4e4e4;
  position: absolute;
  z-index: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fefdfd), color-stop(100%, #efefef));
  background-image: -moz-linear-gradient(left, #fefdfd 0%, #efefef 100%);
  background-image: -webkit-linear-gradient(left, #fefdfd 0%, #efefef 100%);
  background-image: linear-gradient(to right, #fefdfd 0%, #efefef 100%);
}
.__startup_m .title_block .category_box li {
  font-size: 12px;
  line-height: 3.5;
  padding: 0 10px;
}
.__startup_m .title_block .category_box li a {
  color: #808080;
}
.__startup_m .startup-list {
  padding: 7px 10px 0;
}
.__startup_m .startup-list .list-item {
  word-wrap: break-word;
  margin-bottom: 10px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.__startup_m .startup-list .list-item img {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.__startup_m .startup-list .list-item a {
  padding: 0;
}
.__startup_m .startup-list .list-item .company_box {
  display: block;
  padding-bottom: 8px;
}
.__startup_m .startup-list .list-item .company_box .company_link {
  padding: 0;
}
.__startup_m .startup-list .list-item .company_box .name {
  font-size: 13px;
  font-weight: bold;
  color: #358CDA;
  text-align: center;
  margin: 13px 0 10px;
  line-height: 1;
  padding: 0 10px;
}
.__startup_m .startup-list .list-item .company_box .inner {
  margin: 0;
  display: -webkit-box;
  display: box;
}
.__startup_m .startup-list .list-item .company_box .inner figure {
  margin: 0 10px 2px;
  border: 1px solid #EAEAEA;
  width: 103px;
  height: 103px;
  position: relative;
  overflow: hidden;
}
.__startup_m .startup-list .list-item .company_box .inner figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 103px;
  max-height: 103px;
}
.__startup_m .startup-list .list-item .company_box .inner .no_img {
  position: relative;
  margin: 0 10px 2px;
  width: 103px;
  height: 103px;
  background-color: #e4e4e4;
  font-size: 11px;
  text-align: center;
  color: #808080;
  line-height: 1.3;
  overflow: hidden;
}
.__startup_m .startup-list .list-item .company_box .inner .no_img span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 98px;
}
.__startup_m .startup-list .list-item .company_box .inner .cap {
  font-size: 12px;
  color: #666666;
  line-height: 1.8;
  -webkit-box-flex: 1;
  box-flex: 1;
}
.__startup_m .startup-list .list-item .company_box .inner .cap .cap_text {
  display: block;
  max-height: 77px;
  overflow: hidden;
  padding: 0 10px 0px 0;
  line-height: 1.6;
}
.__startup_m .startup-list .list-item .company_box .inner .category span {
  color: #666666;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #999;
  padding: 0 4px;
  margin: 5px 2px 0 0;
}
.__startup_m .startup-list .list-item .follow_box {
  overflow: hidden;
}
.__startup_m .startup-list .list-item .follow_box .follower_group {
  display: -webkit-box;
  display: box;
  -webkit-box-align: center;
  border-top: 1px solid #e4e4e4;
  padding: 3px 10px 7px;
  margin-bottom: 0;
}
.__startup_m .startup-list .list-item .follow_box .follower_group li {
  margin-right: 4px;
  width: 18px;
}
.__startup_m .startup-list .list-item .follow_box .follower_group li img {
  max-width: 18px;
  max-height: 18px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.__startup_m .startup-list .list-item .follow_box .follower_group li:last-child {
  margin-right: 0;
}
.__startup_m .startup-list .list-item .follow_box .follow_btn_group {
  display: -webkit-box;
  display: box;
  -webkit-box-align: center;
  padding: 0 10px 10px;
}
.__startup_m .startup-list .list-item .follow_box .cnt_follow {
  display: block;
  width: 60px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #358CDA;
  color: #358CDA;
  font-size: 13px;
  text-align: center;
  margin: 0 10px 0 0;
  position: relative;
  box-sizing: border-box;
}
.__startup_m .startup-list .list-item .follow_box .cnt_follow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -4px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #FFF;
  z-index: 1;
}
.__startup_m .startup-list .list-item .follow_box .cnt_follow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  margin-top: -5px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #358CDA;
}
.__startup_m .startup-list .list-item .follow_box .btn_follow {
  display: block;
  -webkit-box-flex: 1;
  height: 35px;
  line-height: 30px;
  font-weight: bold;
  font-size: 13px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #d1e5f6;
  margin: 0 10px 0 0;
  color: #358CDA;
  background: #efefef;
  background: linear-gradient(#fdfcfc 0%, #efefef 100%);
  background: -webkit-linear-gradient(#fdfcfc 0%, #efefef 100%);
  background: -webkit-gradient(#fdfcfc 0%, #efefef 100%);
}
.__startup_m .startup-list .list-item .follow_box .btn_follow.on {
  color: #fff;
  background: #358CDA;
}
.__startup_m .startup-list .list-item .follow_box .cnt_like {
  color: #979797;
  font-size: 12px;
  vertical-align: sub;
  height: 30px;
  line-height: 30px;
}
.__startup_m .__message {
  font-size: 13px;
  color: #888;
  text-align: center;
  padding: 40px 0 55px;
}

.ino_area {
  font-size: 14px;
  background-color: #0A0A0A;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.9;
  font-weight: normal;
  padding-top: 32.5px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 0 25px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ino_area a {
  color: #fff;
  text-decoration: underline;
}

.ino_title {
  display: block;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 15px;
}

.ino_world {
  margin-bottom: 17px;
}

.jwave_area {
  font-size: 7.5px;
  margin-top: 22px;
}
.jwave_area a {
  margin-right: 7.5px;
}

.ino_area {
  margin-bottom: 40px;
}

/* * * * * * * * * * * * * * * * * * *
 - * season用
 - */
/*
 * エイプリルフール 2017
 * 汎用的なページではないので終了しだい削除できます。
 */
#aprilFool {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  font-size: 9px;
  text-align: left;
  color: #ffffff;
  background: #000000;
}
#aprilFool #stage {
  position: absolute;
  overflow: hidden;
  cursor: move;
  display: none;
}
#aprilFool #stage canvas {
  position: relative;
  margin: 0 auto;
}
#aprilFool .kome {
  position: absolute;
  width: 10px;
  height: 10px;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
}
#aprilFool .komeBtn {
  width: 200px;
  height: 50px;
  text-align: center;
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 30px);
  color: #ffffff;
  cursor: pointer;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
}

.arrowTop_1 {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 0;
  -webkit-animation-name: moveTop;
  animation-name: moveTop;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.arrowTop_1::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrowTop_2 {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 0;
  -webkit-animation-name: moveTop;
  animation-name: moveTop;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.arrowTop_2::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@-webkit-keyframes moveTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
}
@keyframes moveTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
}
/* --------------------
米をクリックした時の動き
--------------------*/
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* --------------------
花火
--------------------*/
.hanabiWrapper {
  width: 100px;
  height: 100px;
  position: fixed;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  display: none;
  z-index: 999;
}

.aprilfool_Btn {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #999999;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(/common/v4.1/images/html/season/aprilfool_on.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
}
.aprilfool_Btn .GoBtn {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  text-align: center;
  cursor: pointer;
}

.hanabi_1 {
  width: 240px;
  position: absolute;
  left: -120px;
  top: 0;
  display: none;
}
.hanabi_1 img {
  width: 100%;
  height: 100%;
}

.hanabi_2 {
  width: 350px;
  position: absolute;
  left: 30px;
  top: -210px;
  display: none;
}
.hanabi_2 img {
  width: 100%;
  height: 100%;
}

.hanabi_3 {
  width: 250px;
  position: absolute;
  left: -140px;
  top: -140px;
  display: none;
}
.hanabi_3 img {
  width: 100%;
  height: 100%;
}

.hanabi_4 {
  width: 500px;
  position: absolute;
  left: -110px;
  top: -90px;
  display: none;
}
.hanabi_4 img {
  width: 100%;
  height: 100%;
}

.hanabi_5 {
  width: 330px;
  position: absolute;
  left: -260px;
  top: -320px;
  display: none;
}
.hanabi_5 img {
  width: 100%;
  height: 100%;
}

.hanabi_6 {
  width: 300px;
  position: absolute;
  left: 30px;
  top: -10px;
  display: none;
}
.hanabi_6 img {
  width: 100%;
  height: 100%;
}

.hanabi_7 {
  width: 370px;
  position: absolute;
  left: -250px;
  top: -100px;
  display: none;
}
.hanabi_7 img {
  width: 100%;
  height: 100%;
}

.hanabi_8 {
  width: 530px;
  position: absolute;
  left: -120px;
  top: -320px;
  display: none;
}
.hanabi_8 img {
  width: 100%;
  height: 100%;
}

.hanabi_9 {
  width: 450px;
  position: absolute;
  left: -190px;
  top: -140px;
  display: none;
}
.hanabi_9 img {
  width: 100%;
  height: 100%;
}

/*--------------------------
花火アニメーション
--------------------------*/
.hanabiAnimation {
  -webkit-animation-name: hanabiAnimation;
  animation-name: hanabiAnimation;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes hanabiAnimation {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hanabiAnimation {
  from {
    opacity: 1;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*--------------------------
ボールアニメーション
--------------------------*/
.overLayer {
  position: fixed;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  z-index: 99;
  display: none;
}
.overLayer .BallContainer {
  position: relative;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
}

.BallLeft {
  width: 100px;
  height: 100px;
  left: 50%;
  top: calc(50% - 50px);
  position: absolute;
  margin-left: -66px;
  animation-name: anim-1;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.01, 1.19, 1, 1);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform: rotate(0deg);
  -webkit-animation-name: anim-1;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.01, 1.19, 1, 1);
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-transform: rotate(0deg);
}
.BallLeft img {
  width: 100%;
}

.BallRight {
  width: 100px;
  height: 100px;
  left: 50%;
  top: calc(50% - 50px);
  position: absolute;
  margin-left: -38px;
  animation-name: anim-2;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.01, 1.19, 1, 1);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform: rotate(0deg);
  -webkit-animation-name: anim-2;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.01, 1.19, 1, 1);
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-transform: rotate(0deg);
}
.BallRight img {
  width: 100%;
}

@-webkit-keyframes anim-1 {
  0% {
    -webkit-transform: rotate(0deg);
    margin-left: -66px;
  }
  70% {
    -webkit-transform: rotate(0deg);
    margin-left: -66px;
  }
  80% {
    -webkit-transform: rotate(-45deg);
    margin-left: -96px;
  }
  100% {
    -webkit-transform: rotate(-45deg);
    margin-left: -96px;
  }
}
@keyframes anim-1 {
  0% {
    transform: rotate(0deg);
    margin-left: -66px;
  }
  70% {
    transform: rotate(0deg);
    margin-left: -66px;
  }
  80% {
    transform: rotate(-45deg);
    margin-left: -96px;
  }
  100% {
    transform: rotate(-45deg);
    margin-left: -96px;
  }
}
@-webkit-keyframes anim-2 {
  0% {
    -webkit-transform: rotate(0deg);
    margin-left: -38px;
  }
  70% {
    -webkit-transform: rotate(0deg);
    margin-left: -38px;
  }
  80% {
    -webkit-transform: rotate(45deg);
    margin-left: -8px;
  }
  100% {
    -webkit-transform: rotate(45deg);
    margin-left: -8px;
  }
}
@keyframes anim-2 {
  0% {
    transform: rotate(0deg);
    margin-left: -38px;
  }
  70% {
    transform: rotate(0deg);
    margin-left: -38px;
  }
  80% {
    transform: rotate(45deg);
    margin-left: -8px;
  }
  100% {
    transform: rotate(45deg);
    margin-left: -8px;
  }
}
.rotate-animation {
  -webkit-animation: rotate-anim 1s linear;
  -moz-animation: rotate-anim 1s linear;
  -ms-animation: rotate-anim 1s linear;
  -o-animation: rotate-anim 1s linear;
  animation: rotate-anim 1s linear;
}

@-webkit-keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(340deg);
  }
  50% {
    -webkit-transform: rotate(80deg);
  }
  70% {
    -webkit-transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0);
  }
}
@keyframes rotate-anim {
  0% {
    transform: rotate(340deg);
  }
  50% {
    transform: rotate(80deg);
  }
  70% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0);
  }
}
.bounceInAnim {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-animation: enterDownBounce 1s linear;
  -moz-animation: enterDownBounce 1s linear;
  -ms-animation: enterDownBounce 1s linear;
  -o-animation: enterDownBounce 1s linear;
  animation: enterDownBounce 1s linear;
}

@-webkit-keyframes enterDownBounce {
  70% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  0% {
    -webkit-transform: translateY(-520px);
    transform: translateY(-520px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes enterDownBounce {
  70% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  0% {
    transform: translateY(-520px);
  }
  50% {
    transform: translateY(0px);
  }
  70% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.receive main .form-heading-tab-selector, .form-regist main .form-heading-tab-selector {
  display: flex;
  flex-direction: row;
  height: 52px;
  border-bottom: solid 1px #B5B5B5;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.receive main .heading-tab, .form-regist main .heading-tab {
  width: 50%;
  font-size: 16px;
  text-align: center;
}
.receive main .heading-tab.is-active, .form-regist main .heading-tab.is-active {
  font-weight: 700;
  color: #3168A5;
  border-bottom: 4px solid #3168A5;
}
.receive main .heading-tab:hover, .form-regist main .heading-tab:hover {
  cursor: pointer;
  font-weight: 700;
  color: #3168A5;
}
.receive main article, .form-regist main article {
  padding: 30px 16px 46px;
}
.receive main article h2, .form-regist main article h2 {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.receive main article .receive-text, .form-regist main article .receive-text {
  font-size: 14px;
  line-height: 24px;
}
.receive main article h4, .form-regist main article h4 {
  font-size: 18px;
  line-height: 1.6;
}
.receive main article section, .form-regist main article section {
  margin-top: 40px;
}
.receive main article section h3, .form-regist main article section h3 {
  font-size: 16px;
  line-height: 24px;
}
.receive main article section h4, .form-regist main article section h4 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.receive main article section img, .form-regist main article section img {
  width: 100%;
  height: auto;
}
.receive main article section p, .form-regist main article section p {
  font-size: 14px;
  line-height: 24px;
}
.receive main article section .button-turquoise, .form-regist main article section .button-turquoise {
  background-color: #32a5d5;
  border-color: #32a5d5;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
}
.receive main article section .button-skyblue, .form-regist main article section .button-skyblue {
  background-color: #4dc3fc;
  border-color: #4dc3fc;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
}

.form-regist .button-submit, .form-regist .btn-info, .form-regist .btn-success {
  text-transform: none;
  -webkit-appearance: none;
  background-color: #3879b7;
  height: 53px;
  line-height: 53px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  margin: 16px auto 0px auto;
  display: block;
  border-radius: 3px;
  text-align: center;
  border: 0 none;
  outline: 0;
  text-indent: 0;
  font-weight: bold;
}
.form-regist .btn-info {
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}
.form-regist .button-blue {
  background-color: #3879b7;
  color: #fff;
}
.form-regist .button-white-gray {
  background-color: #f2f2f2;
  color: #3b3b3b;
}
.form-regist .button-white-gray.button-cancel {
  font-weight: 400;
}
.form-regist .button-orange {
  background-color: #f26600;
  color: #fff;
}
.form-regist .step-regist {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1em;
  position: relative;
  margin-top: 32px;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
  color: #3b3b3b;
}
.form-regist .step-regist::before {
  position: absolute;
  top: 15px;
  left: 30px;
  width: calc(100% - 60px);
  height: 1px;
  content: '';
  background-color: #d9d9d9;
  z-index: -2;
}
.form-regist .step-regist li {
  width: 84px;
}
.form-regist .step-regist li .item {
  display: inline-block;
  width: 31px;
  height: 31px;
  content: '';
}
.form-regist .step-regist li .text {
  display: block;
  font-size: 12px;
  line-height: 1.6;
}
.form-regist .step-regist li:nth-child(1) .item {
  background: url('/common/v4.1/images/html/old_ico.png?1694593689') no-repeat 0 -1254px;
}
.form-regist .step-regist li:nth-child(1).active .item {
  background: url('/common/v4.1/images/html/svg/icon-step-one-active.svg?1694593689') no-repeat;
}
.form-regist .step-regist li:nth-child(2) .item {
  background: url('/common/v4.1/images/html/svg/icon-step-two.svg?1694593689') no-repeat;
}
.form-regist .step-regist li:nth-child(2).active .item {
  background: url('/common/v4.1/images/html/svg/icon-step-two-active.svg?1694593689') no-repeat;
}
.form-regist .step-regist li:nth-child(3) .item {
  background: url('/common/v4.1/images/html/svg/icon-step-three.svg?1694593689') no-repeat;
}
.form-regist .step-regist li:nth-child(3).active .item {
  background: url('/common/v4.1/images/html/svg/icon-step-three-active.svg?1694593689') no-repeat;
}
.form-regist .regist-complete {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-regist .regist-complete span {
  display: inline-block;
  width: 76px;
  height: 76px;
  content: '';
  background: url('/common/v4.1/images/html/svg/icon-complete-fill-colored.svg?1694593689') no-repeat;
  background-size: contain;
}
.form-regist .regist-complete p {
  color: #3b3b3b;
}
.form-regist .regist-complete p:first-of-type {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  display: inline-block;
  margin: 16px 0 8px;
  text-align: center;
}
.form-regist .regist-complete p:last-of-type {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
  margin: 0;
}
.form-regist h2 {
  margin-bottom: 5px;
}
.form-regist h3 {
  margin-bottom: 5px;
}
.form-regist p {
  font-size: 14px;
  line-height: 24px;
}
.form-regist .form-regist-heading {
  margin-top: 16px;
  margin-bottom: 16px;
}
.form-regist .text-message-align-center {
  text-align: center;
}
.form-regist .text-message-align-left {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
.form-regist .end-column {
  border-top: 1px solid #d9d9d9;
}
.form-regist .free {
  font-size: 14px;
  font-weight: bold;
  color: #34aadc;
  margin-bottom: 20px;
}
.form-regist [type="text"], .form-regist [type="password"] {
  font-size: 13px;
  padding: 0 17px;
  height: 40px;
  border: 1px solid #dededf;
  -moz-box-shadow: inset 0 1px 1px rgba(4, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 1px 1px rgba(4, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(4, 0, 0, 0.06);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.form-regist .table-regist-form {
  font-size: 15px;
  line-height: 25px;
  width: 100%;
  margin: 0 auto 32px;
  border-spacing: 0;
  border-collapse: collapse;
}
.form-regist .table-regist-form [type='text'], .form-regist .table-regist-form [type='password'] {
  width: 100%;
  -moz-box-shadow: 0 0 0 0 rgba(41, 76, 122, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(41, 76, 122, 0);
  box-shadow: 0 0 0 0 rgba(41, 76, 122, 0);
}
.form-regist .table-regist-form .checkradio ul {
  overflow: hidden;
  margin-bottom: -20px;
  padding-top: 2px;
}
.form-regist .table-regist-form .checkradio ul li {
  float: left;
  margin: 0 20px 10px 0;
}
.form-regist .table-regist-form p {
  margin-bottom: 5px;
  font-size: 12px;
}
.form-regist [type="radio"] {
  display: none;
}
.form-regist input[type="checkbox"], .form-regist input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.form-regist [type="radio"] + label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding-left: 28px;
  cursor: pointer;
}
.form-regist [type="radio"] + label span {
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  content: '';
  cursor: pointer;
  background: url(/common/v4.1/images/html/old_ico.png?1527154021) no-repeat 0 -1323px;
}
.form-regist [type="radio"]:checked + label span {
  background: url(/common/v4.1/images/html/old_ico.png?1527154021) no-repeat 0 -1045px;
}
.form-regist .table-regist-form .textArea_style {
  width: 100%;
  height: 100px;
  font-size: 13px;
  padding: 0 17px;
  margin-top: 8px;
  border: 1px solid #dededf;
  -moz-box-shadow: inset 0 1px 1px rgba(4, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 1px 1px rgba(4, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(4, 0, 0, 0.06);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 0 0 rgba(41, 76, 122, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(41, 76, 122, 0);
  box-shadow: 0 0 0 0 rgba(41, 76, 122, 0);
}
.form-regist p.text-error {
  line-height: 1em;
  float: left;
  margin-bottom: 0;
}
.form-regist .text-error {
  color: #d73f21;
}
.form-regist .formError {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #b91c1c;
}
.form-regist .errMsg {
  display: block;
}
.form-regist .formErrorArrow, .form-regist .formErrorClose,
.password-reissue-form .formErrorClose {
  display: none;
}
.form-regist [type='text'].err, .form-regist [type='password'].err, .form-regist .err + #err_ipo_kbn + .trigger, .form-regist .err + #err_industry_kbn + .trigger, .form-regist .err [type='text'], .form-regist .err [type='password'], .password-reissue-form .err input{
  border-color: #d73f21;
  box-shadow: 0 0 5px rgba(215, 63, 33, 0.32);
}
.form-regist .e_title {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  margin: 24px 0 10px;
  background-color: #f2f2f2;
  padding: 5px 10px;
  border-radius: 3px;
}
.form-regist .e_confirm {
  font-size: 14px;
}
.form-regist .label {
  font-size: 14px;
}
.form-regist .label-s {
  font-size: 12px;
}
.form-regist .address1 #zip_media {
  width: 150px;
}
.form-regist .address1 .btn-info {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  padding: 0 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-color: #3879b7;
  color: #fff;
  background-color: #3879b7;
  -moz-box-shadow: inset 0 0 0;
  -webkit-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
  text-shadow: 0 0 0;
  border: 0;
  font-weight: bold;
  display: inline-block;
  margin-left: 8px;
  width: 100px;
}
.form-regist .address2, .form-regist .address3 {
  margin-top: 10px;
}
.form-regist .after-form-oversea-note {
  line-height: 1.5;
  font-family: "Helvetica Neue", sans-serif;
  margin-top: 4px;
}
.form-regist #name div:last-child {
  margin-top: 10px;
}
.form-regist #many_others_media_name {
  margin-top: 20px;
}
.form-regist #many_others_media_name textarea {
  margin-top: 0;
}
.form-regist .action {
  text-align: center;
  margin-top: 24px;
}
.form-regist .action [type="checkbox"] {
  display: none;
}
.form-regist .action [type="checkbox"] ~ label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding-left: 41px;
  cursor: pointer;
}
.form-regist .action [type="checkbox"] ~ label span {
  position: absolute;
  left: 0;
  top: -2px;
  cursor: pointer;
  width: 27px;
  height: 27px;
  content: "";
  background: url(/common/v4.1/images/html/old_ico.png?1527154021) no-repeat 0 -1530px;
}
.form-regist .action [type="checkbox"]:checked ~ label span {
  background: url(/common/v4.1/images/html/old_ico.png?1527154021) no-repeat 0 -1227px;
}
.form-regist .action [type='checkbox'] + label {
  font-size: 14px;
}
.form-regist .action #policy a {
  text-decoration: none;
  font-weight: bold;
  color: #3879b7;
}
.form-regist .action .user_policy_link {
  font-weight: bold;
}
.form-regist.regist-corp main article {
  background: none;
}
.form-regist.regist-corp main article h2 {
  text-align: center;
}
.form-regist.regist-corp [type="text"], .form-regist.regist-corp [type="password"] {
  border: 2px solid #D9D9D9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form-regist.regist-corp .text-error {
  color: #E01616;
}
.form-regist.regist-corp .text-error-outline {
  float: right;
  font-size: 10px;
  color: #E01616;
  line-height: 1.6;
  font-weight: normal;
  border: 1px solid #E01616;
  border-radius: 3px;
  padding: 4px 8px;
}
.form-regist.regist-corp .formError {
  margin-bottom: 4px;
  color: #b91c1c;
}
.form-regist.regist-corp [type='text'].err, .form-regist.regist-corp [type='password'].err, .form-regist.regist-corp .err + #err_ipo_kbn + .trigger, .form-regist.regist-corp .err + #err_industry_kbn + .trigger, .form-regist.regist-corp .err [type='text'], .form-regist.regist-corp .err [type='password'] {
  border-color: #E01616;
  margin-bottom: 6px;
  box-shadow: none;
}
.form-regist.regist-corp .e_title {
  margin: 30px 0 10px;
}
.form-regist.regist-corp .action [type='checkbox'] + label {
  margin-bottom: 0px;
}
.form-regist.regist-corp .action .user_policy_checkbox {
  top: 8px !important;
}
.form-regist.regist-corp h2 {
  margin-bottom: 20px;
}
.form-regist.regist-corp section.form-header-msg {
  margin-top: 0;
  margin-bottom: 20px;
}
.form-regist.regist-corp .text-error a {
  color: #E01616 !important;
  text-decoration: underline;
}
.form-regist.regist-corp p.text-error {
  float: none;
  margin-bottom: 5px;
}
.form-regist.regist-corp #demand_zip, .form-regist.regist-corp #zip {
  width: 150px;
}
.form-regist.regist-corp .input-xs {
  width: 80px;
}
.form-regist.regist-corp #capital .label-last, .form-regist.regist-corp #company_num .label-last {
  margin-left: 21px;
}
.form-regist.regist-corp .btn-info {
  margin-top: 0;
}
.form-regist.regist-corp [type="checkbox"] {
  display: none;
}
.form-regist.regist-corp [type="checkbox"] ~ label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding-left: 30px;
  cursor: pointer;
  text-align: left;
}
.form-regist.regist-corp [type="checkbox"] ~ label span {
  position: absolute;
  left: 0;
  top: -2px;
  cursor: pointer;
  width: 27px;
  height: 27px;
  content: "";
  pointer-events: none;
  background: url(/src/images/html/checkbox.svg) no-repeat;
}
.form-regist.regist-corp [type="checkbox"]:checked ~ label span {
  background: url(/src/images/html/checkbox-checked.svg) no-repeat;
}
.form-regist.regist-corp .copy {
  clear: both;
}
.form-regist.regist-corp .copy p {
  margin-bottom: 0;
}
.form-regist.regist-corp .copy p:last-of-type {
  font-size: 13px;
}
.form-regist.regist-corp .copy .btn-info {
  font-size: 14px;
  line-height: 37px;
  height: 37px;
  padding: 0 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-color: #3879B7;
  color: #fff;
  background-color: #3879B7;
  text-shadow: 0 0 0;
  border: 0;
  font-weight: bold;
  display: inline-block;
  width: 110px;
  margin: 16px 0 6px;
}
.form-regist.regist-corp .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #a2a2a2;
  width: 100%;
  height: 40px;
}
.form-regist.regist-corp .select:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 10px;
  display: inline-block;
  width: 12px;
  height: 7px;
  content: '';
  pointer-events: none;
}
.form-regist.regist-corp .select select {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(4, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 1px 1px rgba(4, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(4, 0, 0, 0.06);
  font-size: 13px;
  border: 2px solid #D9D9D9;
}
.form-regist.regist-corp .select select.is-selected {
  color: #3b3b3b;
}
.form-regist.regist-corp .form-error {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #E01616;
}
.form-regist.regist-corp .text-agency {
  position: relative;
}
.form-regist.regist-corp .text-agency .main-text {
  cursor: pointer;
  color: #428AC9;
  display: inline-block;
  vertical-align: middle;
}
.form-regist.regist-corp .text-agency img {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: initial;
  height: initial;
}
.form-regist.regist-corp .text-agency .question {
  display: none;
  position: absolute;
  padding: 10px 17px;
  background-color: #fff;
  width: auto;
  height: auto;
  border: 1px solid #C8C8C8;
  font-size: 12px;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  text-align: left;
}
.form-regist.regist-corp .text-agency .question:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -9px;
  right: 4px;
  background-image: url(/common/v4.1/images/html/regist_corp_tri.png);
  width: 15px;
  height: 9px;
}
.form-regist.regist-corp .index-table-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  --title-width: 176px;
  --form-margin: 16px;
}
.form-regist.regist-corp .index-table-title h3 {
  width: var(--title-width);
  margin: 0px;
}
.form-regist.regist-corp .index-table-title .text-agency {
  min-width: calc(100vw - (var(--title-width) + var(--form-margin) * 2));
  text-align: right;
}
.form-regist.regist-corp .date-input {
  height: 44px;
  background-image: url("/common/v4.1/images/html/svg/icon-calendar.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 13px) center;
}

/* form.scss */
.media-form,
.corpeasy-form,
.form-confirm,
.form-done,
.form-repass,
.form-repass-confirm,
.form-repass-done,
.social-form,
.social-register-form {
  min-height: auto !important;
}
.media-form .form-content,
.corpeasy-form .form-content,
.form-confirm .form-content,
.form-done .form-content,
.form-repass .form-content,
.form-repass-confirm .form-content,
.form-repass-done .form-content,
.social-form .form-content,
.social-register-form .form-content {
  padding: 30px 16px 46px;
  background: none;
  margin: auto;
}
.media-form .form-content .form-content__title,
.media-form .form-content .form-content__subtitle,
.corpeasy-form .form-content .form-content__title,
.corpeasy-form .form-content .form-content__subtitle,
.form-confirm .form-content .form-content__title,
.form-confirm .form-content .form-content__subtitle,
.form-done .form-content .form-content__title,
.form-done .form-content .form-content__subtitle,
.form-repass .form-content .form-content__title,
.form-repass .form-content .form-content__subtitle,
.form-repass-confirm .form-content .form-content__title,
.form-repass-confirm .form-content .form-content__subtitle,
.form-repass-done .form-content .form-content__title,
.form-repass-done .form-content .form-content__subtitle,
.social-form .form-content .form-content__title,
.social-form .form-content .form-content__subtitle,
.social-register-form .form-content .form-content__title,
.social-register-form .form-content .form-content__subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.media-form .form-content .form-content__subtitle,
.corpeasy-form .form-content .form-content__subtitle,
.form-confirm .form-content .form-content__subtitle,
.form-done .form-content .form-content__subtitle,
.form-repass .form-content .form-content__subtitle,
.form-repass-confirm .form-content .form-content__subtitle,
.form-repass-done .form-content .form-content__subtitle,
.social-form .form-content .form-content__subtitle,
.social-register-form .form-content .form-content__subtitle {
  color: #595959;
  margin-bottom: 16px;
}
.media-form .form-content .form-content__content,
.corpeasy-form .form-content .form-content__content,
.form-confirm .form-content .form-content__content,
.form-done .form-content .form-content__content,
.form-repass .form-content .form-content__content,
.form-repass-confirm .form-content .form-content__content,
.form-repass-done .form-content .form-content__content,
.social-form .form-content .form-content__content,
.social-register-form .form-content .form-content__content {
  margin-top: 28px;
}
.media-form .form-content .form-content__message-text,
.corpeasy-form .form-content .form-content__message-text,
.form-confirm .form-content .form-content__message-text,
.form-done .form-content .form-content__message-text,
.form-repass .form-content .form-content__message-text,
.form-repass-confirm .form-content .form-content__message-text,
.form-repass-done .form-content .form-content__message-text,
.social-form .form-content .form-content__message-text,
.social-register-form .form-content .form-content__message-text {
  margin: 0;
}
.media-form .form-content .form-content__message-text a,
.corpeasy-form .form-content .form-content__message-text a,
.form-confirm .form-content .form-content__message-text a,
.form-done .form-content .form-content__message-text a,
.form-repass .form-content .form-content__message-text a,
.form-repass-confirm .form-content .form-content__message-text a,
.form-repass-done .form-content .form-content__message-text a,
.social-form .form-content .form-content__message-text a,
.social-register-form .form-content .form-content__message-text a {
  font-weight: bold;
  color: #428ac9;
}
.media-form .form-content .form-content__message--before,
.corpeasy-form .form-content .form-content__message--before,
.form-confirm .form-content .form-content__message--before,
.form-done .form-content .form-content__message--before,
.form-repass .form-content .form-content__message--before,
.form-repass-confirm .form-content .form-content__message--before,
.form-repass-done .form-content .form-content__message--before,
.social-form .form-content .form-content__message--before,
.social-register-form .form-content .form-content__message--before {
  line-height: 1.6;
  color: #3B3B3B;
}
.media-form .form-content .form-content__message--before.active,
.corpeasy-form .form-content .form-content__message--before.active,
.form-confirm .form-content .form-content__message--before.active,
.form-done .form-content .form-content__message--before.active,
.form-repass .form-content .form-content__message--before.active,
.form-repass-confirm .form-content .form-content__message--before.active,
.form-repass-done .form-content .form-content__message--before.active,
.social-form .form-content .form-content__message--before.active,
.social-register-form .form-content .form-content__message--before.active {
  display: block;
}
.media-form .form-content .form-content__message--done,
.corpeasy-form .form-content .form-content__message--done,
.form-confirm .form-content .form-content__message--done,
.form-done .form-content .form-content__message--done,
.form-repass .form-content .form-content__message--done,
.form-repass-confirm .form-content .form-content__message--done,
.form-repass-done .form-content .form-content__message--done,
.social-form .form-content .form-content__message--done,
.social-register-form .form-content .form-content__message--done {
  line-height: 1.6;
  color: #3B3B3B;
  display: none;
}
.media-form .form-content .form-content__message--done.active,
.corpeasy-form .form-content .form-content__message--done.active,
.form-confirm .form-content .form-content__message--done.active,
.form-done .form-content .form-content__message--done.active,
.form-repass .form-content .form-content__message--done.active,
.form-repass-confirm .form-content .form-content__message--done.active,
.form-repass-done .form-content .form-content__message--done.active,
.social-form .form-content .form-content__message--done.active,
.social-register-form .form-content .form-content__message--done.active {
  display: block;
}
.media-form .form-content .form-content__message--done2,
.corpeasy-form .form-content .form-content__message--done2,
.form-confirm .form-content .form-content__message--done2,
.form-done .form-content .form-content__message--done2,
.form-repass .form-content .form-content__message--done2,
.form-repass-confirm .form-content .form-content__message--done2,
.form-repass-done .form-content .form-content__message--done2,
.social-form .form-content .form-content__message--done2,
.social-register-form .form-content .form-content__message--done2 {
  line-height: 1.6;
  color: #3B3B3B;
  margin-top: 30px;
  display: none;
}
.media-form .form-content .form-content__message--done2.active,
.corpeasy-form .form-content .form-content__message--done2.active,
.form-confirm .form-content .form-content__message--done2.active,
.form-done .form-content .form-content__message--done2.active,
.form-repass .form-content .form-content__message--done2.active,
.form-repass-confirm .form-content .form-content__message--done2.active,
.form-repass-done .form-content .form-content__message--done2.active,
.social-form .form-content .form-content__message--done2.active,
.social-register-form .form-content .form-content__message--done2.active {
  display: block;
}
.media-form .form-content .form-content__step,
.corpeasy-form .form-content .form-content__step,
.form-confirm .form-content .form-content__step,
.form-done .form-content .form-content__step,
.form-repass .form-content .form-content__step,
.form-repass-confirm .form-content .form-content__step,
.form-repass-done .form-content .form-content__step,
.social-form .form-content .form-content__step,
.social-register-form .form-content .form-content__step {
  margin-top: 24px;
}
.media-form .form-content .form-content__step .form-content__step-list,
.corpeasy-form .form-content .form-content__step .form-content__step-list,
.form-confirm .form-content .form-content__step .form-content__step-list,
.form-done .form-content .form-content__step .form-content__step-list,
.form-repass .form-content .form-content__step .form-content__step-list,
.form-repass-confirm .form-content .form-content__step .form-content__step-list,
.form-repass-done .form-content .form-content__step .form-content__step-list,
.social-form .form-content .form-content__step .form-content__step-list,
.social-register-form .form-content .form-content__step .form-content__step-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.media-form .form-content .form-content__step .form-content__step-list::before,
.corpeasy-form .form-content .form-content__step .form-content__step-list::before,
.form-confirm .form-content .form-content__step .form-content__step-list::before,
.form-done .form-content .form-content__step .form-content__step-list::before,
.form-repass .form-content .form-content__step .form-content__step-list::before,
.form-repass-confirm .form-content .form-content__step .form-content__step-list::before,
.form-repass-done .form-content .form-content__step .form-content__step-list::before,
.social-form .form-content .form-content__step .form-content__step-list::before,
.social-register-form .form-content .form-content__step .form-content__step-list::before {
  content: '';
  width: calc(100% - 60px);
  height: 1px;
  top: 15px;
  left: 30px;
  background: #d9d9d9;
  z-index: -2;
  position: absolute;
}
.media-form .form-content .form-content__step .form-content__step-list .form-content__step-item,
.corpeasy-form .form-content .form-content__step .form-content__step-list .form-content__step-item,
.form-confirm .form-content .form-content__step .form-content__step-list .form-content__step-item,
.form-done .form-content .form-content__step .form-content__step-list .form-content__step-item,
.form-repass .form-content .form-content__step .form-content__step-list .form-content__step-item,
.form-repass-confirm .form-content .form-content__step .form-content__step-list .form-content__step-item,
.form-repass-done .form-content .form-content__step .form-content__step-list .form-content__step-item,
.social-form .form-content .form-content__step .form-content__step-list .form-content__step-item,
.social-register-form .form-content .form-content__step .form-content__step-list .form-content__step-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.media-form .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--num,
.corpeasy-form .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--num,
.form-confirm .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--num,
.form-done .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--num,
.form-repass .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--num,
.form-repass-confirm .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--num,
.form-repass-done .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--num,
.social-form .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--num,
.social-register-form .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--num {
  width: inherit;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: #d9d9d9  2px solid;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  color: #b5b5b5;
  font-size: 13px;
  font-weight: bold;
  background: #fff;
}
.media-form .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--text,
.corpeasy-form .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--text,
.form-confirm .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--text,
.form-done .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--text,
.form-repass .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--text,
.form-repass-confirm .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--text,
.form-repass-done .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--text,
.social-form .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--text,
.social-register-form .form-content .form-content__step .form-content__step-list .form-content__step-item .form-content__step-item--text {
  width: 84px;
  color: #3b3b3b;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 5px;
  text-align: center;
  display: block;
}
.media-form .form-content .form-content__step .form-content__step-list.one .form-content__step-item:nth-child(1) .form-content__step-item--num,
.corpeasy-form .form-content .form-content__step .form-content__step-list.one .form-content__step-item:nth-child(1) .form-content__step-item--num,
.form-confirm .form-content .form-content__step .form-content__step-list.one .form-content__step-item:nth-child(1) .form-content__step-item--num,
.form-done .form-content .form-content__step .form-content__step-list.one .form-content__step-item:nth-child(1) .form-content__step-item--num,
.form-repass .form-content .form-content__step .form-content__step-list.one .form-content__step-item:nth-child(1) .form-content__step-item--num,
.form-repass-confirm .form-content .form-content__step .form-content__step-list.one .form-content__step-item:nth-child(1) .form-content__step-item--num,
.form-repass-done .form-content .form-content__step .form-content__step-list.one .form-content__step-item:nth-child(1) .form-content__step-item--num,
.social-form .form-content .form-content__step .form-content__step-list.one .form-content__step-item:nth-child(1) .form-content__step-item--num,
.social-register-form .form-content .form-content__step .form-content__step-list.one .form-content__step-item:nth-child(1) .form-content__step-item--num {
  color: #3168a5;
  border-color: #3168a5;
}
.media-form .form-content .form-content__step .form-content__step-list.two .form-content__step-item:nth-child(2) .form-content__step-item--num,
.corpeasy-form .form-content .form-content__step .form-content__step-list.two .form-content__step-item:nth-child(2) .form-content__step-item--num,
.form-confirm .form-content .form-content__step .form-content__step-list.two .form-content__step-item:nth-child(2) .form-content__step-item--num,
.form-done .form-content .form-content__step .form-content__step-list.two .form-content__step-item:nth-child(2) .form-content__step-item--num,
.form-repass .form-content .form-content__step .form-content__step-list.two .form-content__step-item:nth-child(2) .form-content__step-item--num,
.form-repass-confirm .form-content .form-content__step .form-content__step-list.two .form-content__step-item:nth-child(2) .form-content__step-item--num,
.form-repass-done .form-content .form-content__step .form-content__step-list.two .form-content__step-item:nth-child(2) .form-content__step-item--num,
.social-form .form-content .form-content__step .form-content__step-list.two .form-content__step-item:nth-child(2) .form-content__step-item--num,
.social-register-form .form-content .form-content__step .form-content__step-list.two .form-content__step-item:nth-child(2) .form-content__step-item--num {
  color: #3168a5;
  border-color: #3168a5;
}
.media-form .form-content .form-content__step .form-content__step-list.three .form-content__step-item:nth-child(3) .form-content__step-item--num,
.corpeasy-form .form-content .form-content__step .form-content__step-list.three .form-content__step-item:nth-child(3) .form-content__step-item--num,
.form-confirm .form-content .form-content__step .form-content__step-list.three .form-content__step-item:nth-child(3) .form-content__step-item--num,
.form-done .form-content .form-content__step .form-content__step-list.three .form-content__step-item:nth-child(3) .form-content__step-item--num,
.form-repass .form-content .form-content__step .form-content__step-list.three .form-content__step-item:nth-child(3) .form-content__step-item--num,
.form-repass-confirm .form-content .form-content__step .form-content__step-list.three .form-content__step-item:nth-child(3) .form-content__step-item--num,
.form-repass-done .form-content .form-content__step .form-content__step-list.three .form-content__step-item:nth-child(3) .form-content__step-item--num,
.social-form .form-content .form-content__step .form-content__step-list.three .form-content__step-item:nth-child(3) .form-content__step-item--num,
.social-register-form .form-content .form-content__step .form-content__step-list.three .form-content__step-item:nth-child(3) .form-content__step-item--num {
  color: #3168a5;
  border-color: #3168a5;
}
.media-form .form-content .form-content__error-alert,
.corpeasy-form .form-content .form-content__error-alert,
.form-confirm .form-content .form-content__error-alert,
.form-done .form-content .form-content__error-alert,
.form-repass .form-content .form-content__error-alert,
.form-repass-confirm .form-content .form-content__error-alert,
.form-repass-done .form-content .form-content__error-alert,
.social-form .form-content .form-content__error-alert,
.social-register-form .form-content .form-content__error-alert {
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  display: none;
}
.media-form .form-content .form-content__error-alert.active,
.corpeasy-form .form-content .form-content__error-alert.active,
.form-confirm .form-content .form-content__error-alert.active,
.form-done .form-content .form-content__error-alert.active,
.form-repass .form-content .form-content__error-alert.active,
.form-repass-confirm .form-content .form-content__error-alert.active,
.form-repass-done .form-content .form-content__error-alert.active,
.social-form .form-content .form-content__error-alert.active,
.social-register-form .form-content .form-content__error-alert.active {
  display: flex;
}
.media-form .form-content .form-content__error-alert img,
.corpeasy-form .form-content .form-content__error-alert img,
.form-confirm .form-content .form-content__error-alert img,
.form-done .form-content .form-content__error-alert img,
.form-repass .form-content .form-content__error-alert img,
.form-repass-confirm .form-content .form-content__error-alert img,
.form-repass-done .form-content .form-content__error-alert img,
.social-form .form-content .form-content__error-alert img,
.social-register-form .form-content .form-content__error-alert img {
  width: 24px;
  height: 24px;
}
.media-form .form-content .form-content__error-alert .form-content__error-alert-text,
.corpeasy-form .form-content .form-content__error-alert .form-content__error-alert-text,
.form-confirm .form-content .form-content__error-alert .form-content__error-alert-text,
.form-done .form-content .form-content__error-alert .form-content__error-alert-text,
.form-repass .form-content .form-content__error-alert .form-content__error-alert-text,
.form-repass-confirm .form-content .form-content__error-alert .form-content__error-alert-text,
.form-repass-done .form-content .form-content__error-alert .form-content__error-alert-text,
.social-form .form-content .form-content__error-alert .form-content__error-alert-text,
.social-register-form .form-content .form-content__error-alert .form-content__error-alert-text {
  color: #e01616;
  font-size: 14px;
  margin: 0 0 0 7px;
  font-weight: bold;
}
.media-form .form-content .form-content__input-wrap,
.corpeasy-form .form-content .form-content__input-wrap,
.form-confirm .form-content .form-content__input-wrap,
.form-done .form-content .form-content__input-wrap,
.form-repass .form-content .form-content__input-wrap,
.form-repass-confirm .form-content .form-content__input-wrap,
.form-repass-done .form-content .form-content__input-wrap,
.social-form .form-content .form-content__input-wrap,
.social-register-form .form-content .form-content__input-wrap {
  margin-top: 24px;
}
.media-form .form-content .form-content__input-wrap input.err,
.corpeasy-form .form-content .form-content__input-wrap input.err,
.form-confirm .form-content .form-content__input-wrap input.err,
.form-done .form-content .form-content__input-wrap input.err,
.form-repass .form-content .form-content__input-wrap input.err,
.form-repass-confirm .form-content .form-content__input-wrap input.err,
.form-repass-done .form-content .form-content__input-wrap input.err,
.social-form .form-content .form-content__input-wrap input.err,
.social-register-form .form-content .form-content__input-wrap input.err {
  border: 2px solid #e01616 !important;
}
.media-form .form-content .form-content__input-wrap .err input,
.corpeasy-form .form-content .form-content__input-wrap .err input,
.form-confirm .form-content .form-content__input-wrap .err input,
.form-done .form-content .form-content__input-wrap .err input,
.form-repass .form-content .form-content__input-wrap .err input,
.form-repass-confirm .form-content .form-content__input-wrap .err input,
.form-repass-done .form-content .form-content__input-wrap .err input,
.social-form .form-content .form-content__input-wrap .err input,
.social-register-form .form-content .form-content__input-wrap .err input {
  border: 2px solid #e01616 !important;
}
.media-form .form-content .form-content__input-wrap .err .formError,
.corpeasy-form .form-content .form-content__input-wrap .err .formError,
.form-confirm .form-content .form-content__input-wrap .err .formError,
.form-done .form-content .form-content__input-wrap .err .formError,
.form-repass .form-content .form-content__input-wrap .err .formError,
.form-repass-confirm .form-content .form-content__input-wrap .err .formError,
.form-repass-done .form-content .form-content__input-wrap .err .formError,
.social-form .form-content .form-content__input-wrap .err .formError,
.social-register-form .form-content .form-content__input-wrap .err .formError {
  color: #e01616;
  margin-top: 7px;
  margin-bottom: 0;
}
.media-form .form-content .form-content__input-wrap .formError,
.media-form .form-content .form-content__input-wrap .form-error,
.corpeasy-form .form-content .form-content__input-wrap .formError,
.corpeasy-form .form-content .form-content__input-wrap .form-error,
.form-confirm .form-content .form-content__input-wrap .formError,
.form-confirm .form-content .form-content__input-wrap .form-error,
.form-done .form-content .form-content__input-wrap .formError,
.form-done .form-content .form-content__input-wrap .form-error,
.form-repass .form-content .form-content__input-wrap .formError,
.form-repass .form-content .form-content__input-wrap .form-error,
.form-repass-confirm .form-content .form-content__input-wrap .formError,
.form-repass-confirm .form-content .form-content__input-wrap .form-error,
.form-repass-done .form-content .form-content__input-wrap .formError,
.form-repass-done .form-content .form-content__input-wrap .form-error,
.social-form .form-content .form-content__input-wrap .formError,
.social-form .form-content .form-content__input-wrap .form-error,
.social-register-form .form-content .form-content__input-wrap .formError,
.social-register-form .form-content .form-content__input-wrap .form-error,
.password-reissue-form .formErrorMsg.formErrorContent .errMsg
{
  font-size: 11px;
  color: #b91c1c;
  margin-top: 7px;
  margin-bottom: 0;
}
.media-form .form-content .form-content__input-wrap .form-content__input-label,
.corpeasy-form .form-content .form-content__input-wrap .form-content__input-label,
.form-confirm .form-content .form-content__input-wrap .form-content__input-label,
.form-done .form-content .form-content__input-wrap .form-content__input-label,
.form-repass .form-content .form-content__input-wrap .form-content__input-label,
.form-repass-confirm .form-content .form-content__input-wrap .form-content__input-label,
.form-repass-done .form-content .form-content__input-wrap .form-content__input-label,
.social-form .form-content .form-content__input-wrap .form-content__input-label,
.social-register-form .form-content .form-content__input-wrap .form-content__input-label {
  background: #f9f9f9;
  padding: 8px 16px;
  display: block;
}
.media-form .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-text,
.corpeasy-form .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-text,
.form-confirm .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-text,
.form-done .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-text,
.form-repass .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-text,
.form-repass-confirm .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-text,
.form-repass-done .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-text,
.social-form .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-text,
.social-register-form .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}
.media-form .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-required,
.corpeasy-form .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-required,
.form-confirm .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-required,
.form-done .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-required,
.form-repass .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-required,
.form-repass-confirm .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-required,
.form-repass-done .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-required,
.social-form .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-required,
.social-register-form .form-content .form-content__input-wrap .form-content__input-label .form-content__input-label-required {
  color: #e01616;
  border: 1px solid #e01616;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 10px;
  width: 38px;
  line-height: 16px;
  text-align: center;
  float: right;
}
.media-form .form-content .form-content__input-wrap .form-content__input-description--top,
.corpeasy-form .form-content .form-content__input-wrap .form-content__input-description--top,
.form-confirm .form-content .form-content__input-wrap .form-content__input-description--top,
.form-done .form-content .form-content__input-wrap .form-content__input-description--top,
.form-repass .form-content .form-content__input-wrap .form-content__input-description--top,
.form-repass-confirm .form-content .form-content__input-wrap .form-content__input-description--top,
.form-repass-done .form-content .form-content__input-wrap .form-content__input-description--top,
.social-form .form-content .form-content__input-wrap .form-content__input-description--top,
.social-register-form .form-content .form-content__input-wrap .form-content__input-description--top {
  font-size: 12px;
  color: #3b3b3b;
  line-height: 1.6;
  margin: 6px 0 0;
  letter-spacing: -0.5px;
}
.media-form .form-content .form-content__input-wrap .form-content__input-description--top.form-content__input-description--top-zip,
.corpeasy-form .form-content .form-content__input-wrap .form-content__input-description--top.form-content__input-description--top-zip,
.form-confirm .form-content .form-content__input-wrap .form-content__input-description--top.form-content__input-description--top-zip,
.form-done .form-content .form-content__input-wrap .form-content__input-description--top.form-content__input-description--top-zip,
.form-repass .form-content .form-content__input-wrap .form-content__input-description--top.form-content__input-description--top-zip,
.form-repass-confirm .form-content .form-content__input-wrap .form-content__input-description--top.form-content__input-description--top-zip,
.form-repass-done .form-content .form-content__input-wrap .form-content__input-description--top.form-content__input-description--top-zip,
.social-form .form-content .form-content__input-wrap .form-content__input-description--top.form-content__input-description--top-zip,
.social-register-form .form-content .form-content__input-wrap .form-content__input-description--top.form-content__input-description--top-zip {
  margin-top: 12px;
}
.media-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text], .media-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password],
.corpeasy-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text],
.corpeasy-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password],
.form-confirm .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text],
.form-confirm .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password],
.form-done .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text],
.form-done .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password],
.form-repass .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text],
.form-repass .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password],
.form-repass-confirm .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text],
.form-repass-confirm .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password],
.form-repass-done .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text],
.form-repass-done .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password],
.social-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text],
.social-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password],
.social-register-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text],
.social-register-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] {
  margin-top: 2px;
}
.media-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=text], .media-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=password], .media-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=text], .media-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=password],
.corpeasy-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=text],
.corpeasy-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=password],
.corpeasy-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=text],
.corpeasy-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=password],
.form-confirm .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=text],
.form-confirm .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=password],
.form-confirm .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=text],
.form-confirm .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=password],
.form-done .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=text],
.form-done .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=password],
.form-done .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=text],
.form-done .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=password],
.form-repass .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=text],
.form-repass .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=password],
.form-repass .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=text],
.form-repass .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=password],
.form-repass-confirm .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=text],
.form-repass-confirm .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=password],
.form-repass-confirm .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=text],
.form-repass-confirm .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=password],
.form-repass-done .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=text],
.form-repass-done .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=password],
.form-repass-done .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=text],
.form-repass-done .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=password],
.social-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=text],
.social-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=password],
.social-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=text],
.social-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=password],
.social-register-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=text],
.social-register-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=text] + div input[type=password],
.social-register-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=text],
.social-register-form .form-content .form-content__input-wrap .form-content__input-description--top + input[type=password] + div input[type=password] {
  margin-top: 2px;
}
.media-form .form-content .form-content__input-wrap .form-content__input-description--bottom,
.corpeasy-form .form-content .form-content__input-wrap .form-content__input-description--bottom,
.form-confirm .form-content .form-content__input-wrap .form-content__input-description--bottom,
.form-done .form-content .form-content__input-wrap .form-content__input-description--bottom,
.form-repass .form-content .form-content__input-wrap .form-content__input-description--bottom,
.form-repass-confirm .form-content .form-content__input-wrap .form-content__input-description--bottom,
.form-repass-done .form-content .form-content__input-wrap .form-content__input-description--bottom,
.social-form .form-content .form-content__input-wrap .form-content__input-description--bottom,
.social-register-form .form-content .form-content__input-wrap .form-content__input-description--bottom {
  font-size: 13px;
  color: #A2A2A2;
  margin: 8px 0 0;
  line-height: 1.2;
}
.media-form .form-content .form-content__input-wrap input[type=text],
.media-form .form-content .form-content__input-wrap input[type=password],
.media-form .form-content .form-content__input-wrap textarea,
.corpeasy-form .form-content .form-content__input-wrap input[type=text],
.corpeasy-form .form-content .form-content__input-wrap input[type=password],
.corpeasy-form .form-content .form-content__input-wrap textarea,
.form-confirm .form-content .form-content__input-wrap input[type=text],
.form-confirm .form-content .form-content__input-wrap input[type=password],
.form-confirm .form-content .form-content__input-wrap textarea,
.form-done .form-content .form-content__input-wrap input[type=text],
.form-done .form-content .form-content__input-wrap input[type=password],
.form-done .form-content .form-content__input-wrap textarea,
.form-repass .form-content .form-content__input-wrap input[type=text],
.form-repass .form-content .form-content__input-wrap input[type=password],
.form-repass .form-content .form-content__input-wrap textarea,
.form-repass-confirm .form-content .form-content__input-wrap input[type=text],
.form-repass-confirm .form-content .form-content__input-wrap input[type=password],
.form-repass-confirm .form-content .form-content__input-wrap textarea,
.form-repass-done .form-content .form-content__input-wrap input[type=text],
.form-repass-done .form-content .form-content__input-wrap input[type=password],
.form-repass-done .form-content .form-content__input-wrap textarea,
.social-form .form-content .form-content__input-wrap input[type=text],
.social-form .form-content .form-content__input-wrap input[type=password],
.social-form .form-content .form-content__input-wrap textarea,
.social-register-form .form-content .form-content__input-wrap input[type=text],
.social-register-form .form-content .form-content__input-wrap input[type=password],
.social-register-form .form-content .form-content__input-wrap textarea {
  width: 100%;
  padding: 10px 10px;
  height: 40px;
  border: #d9d9d9 2px solid;
  background: #fff;
  border-radius: 3px;
  color: #3B3B3B;
  margin-top: 7px !important;
  -webkit-appearance: none;
}
.media-form .form-content .form-content__input-wrap input[type=text]:focus,
.media-form .form-content .form-content__input-wrap input[type=password]:focus,
.media-form .form-content .form-content__input-wrap textarea:focus,
.corpeasy-form .form-content .form-content__input-wrap input[type=text]:focus,
.corpeasy-form .form-content .form-content__input-wrap input[type=password]:focus,
.corpeasy-form .form-content .form-content__input-wrap textarea:focus,
.form-confirm .form-content .form-content__input-wrap input[type=text]:focus,
.form-confirm .form-content .form-content__input-wrap input[type=password]:focus,
.form-confirm .form-content .form-content__input-wrap textarea:focus,
.form-done .form-content .form-content__input-wrap input[type=text]:focus,
.form-done .form-content .form-content__input-wrap input[type=password]:focus,
.form-done .form-content .form-content__input-wrap textarea:focus,
.form-repass .form-content .form-content__input-wrap input[type=text]:focus,
.form-repass .form-content .form-content__input-wrap input[type=password]:focus,
.form-repass .form-content .form-content__input-wrap textarea:focus,
.form-repass-confirm .form-content .form-content__input-wrap input[type=text]:focus,
.form-repass-confirm .form-content .form-content__input-wrap input[type=password]:focus,
.form-repass-confirm .form-content .form-content__input-wrap textarea:focus,
.form-repass-done .form-content .form-content__input-wrap input[type=text]:focus,
.form-repass-done .form-content .form-content__input-wrap input[type=password]:focus,
.form-repass-done .form-content .form-content__input-wrap textarea:focus,
.social-form .form-content .form-content__input-wrap input[type=text]:focus,
.social-form .form-content .form-content__input-wrap input[type=password]:focus,
.social-form .form-content .form-content__input-wrap textarea:focus,
.social-register-form .form-content .form-content__input-wrap input[type=text]:focus,
.social-register-form .form-content .form-content__input-wrap input[type=password]:focus,
.social-register-form .form-content .form-content__input-wrap textarea:focus {
  outline: none;
}
.media-form .form-content .form-content__input-wrap input[type=text]::-webkit-input-placeholder,
.media-form .form-content .form-content__input-wrap input[type=password]::-webkit-input-placeholder,
.media-form .form-content .form-content__input-wrap textarea::-webkit-input-placeholder,
.corpeasy-form .form-content .form-content__input-wrap input[type=text]::-webkit-input-placeholder,
.corpeasy-form .form-content .form-content__input-wrap input[type=password]::-webkit-input-placeholder,
.corpeasy-form .form-content .form-content__input-wrap textarea::-webkit-input-placeholder,
.form-confirm .form-content .form-content__input-wrap input[type=text]::-webkit-input-placeholder,
.form-confirm .form-content .form-content__input-wrap input[type=password]::-webkit-input-placeholder,
.form-confirm .form-content .form-content__input-wrap textarea::-webkit-input-placeholder,
.form-done .form-content .form-content__input-wrap input[type=text]::-webkit-input-placeholder,
.form-done .form-content .form-content__input-wrap input[type=password]::-webkit-input-placeholder,
.form-done .form-content .form-content__input-wrap textarea::-webkit-input-placeholder,
.form-repass .form-content .form-content__input-wrap input[type=text]::-webkit-input-placeholder,
.form-repass .form-content .form-content__input-wrap input[type=password]::-webkit-input-placeholder,
.form-repass .form-content .form-content__input-wrap textarea::-webkit-input-placeholder,
.form-repass-confirm .form-content .form-content__input-wrap input[type=text]::-webkit-input-placeholder,
.form-repass-confirm .form-content .form-content__input-wrap input[type=password]::-webkit-input-placeholder,
.form-repass-confirm .form-content .form-content__input-wrap textarea::-webkit-input-placeholder,
.form-repass-done .form-content .form-content__input-wrap input[type=text]::-webkit-input-placeholder,
.form-repass-done .form-content .form-content__input-wrap input[type=password]::-webkit-input-placeholder,
.form-repass-done .form-content .form-content__input-wrap textarea::-webkit-input-placeholder,
.social-form .form-content .form-content__input-wrap input[type=text]::-webkit-input-placeholder,
.social-form .form-content .form-content__input-wrap input[type=password]::-webkit-input-placeholder,
.social-form .form-content .form-content__input-wrap textarea::-webkit-input-placeholder,
.social-register-form .form-content .form-content__input-wrap input[type=text]::-webkit-input-placeholder,
.social-register-form .form-content .form-content__input-wrap input[type=password]::-webkit-input-placeholder,
.social-register-form .form-content .form-content__input-wrap textarea::-webkit-input-placeholder {
  color: #a2a2a2;
}
.media-form .form-content .form-content__input-wrap input[type=text]:-ms-input-placeholder,
.media-form .form-content .form-content__input-wrap input[type=password]:-ms-input-placeholder,
.media-form .form-content .form-content__input-wrap textarea:-ms-input-placeholder,
.corpeasy-form .form-content .form-content__input-wrap input[type=text]:-ms-input-placeholder,
.corpeasy-form .form-content .form-content__input-wrap input[type=password]:-ms-input-placeholder,
.corpeasy-form .form-content .form-content__input-wrap textarea:-ms-input-placeholder,
.form-confirm .form-content .form-content__input-wrap input[type=text]:-ms-input-placeholder,
.form-confirm .form-content .form-content__input-wrap input[type=password]:-ms-input-placeholder,
.form-confirm .form-content .form-content__input-wrap textarea:-ms-input-placeholder,
.form-done .form-content .form-content__input-wrap input[type=text]:-ms-input-placeholder,
.form-done .form-content .form-content__input-wrap input[type=password]:-ms-input-placeholder,
.form-done .form-content .form-content__input-wrap textarea:-ms-input-placeholder,
.form-repass .form-content .form-content__input-wrap input[type=text]:-ms-input-placeholder,
.form-repass .form-content .form-content__input-wrap input[type=password]:-ms-input-placeholder,
.form-repass .form-content .form-content__input-wrap textarea:-ms-input-placeholder,
.form-repass-confirm .form-content .form-content__input-wrap input[type=text]:-ms-input-placeholder,
.form-repass-confirm .form-content .form-content__input-wrap input[type=password]:-ms-input-placeholder,
.form-repass-confirm .form-content .form-content__input-wrap textarea:-ms-input-placeholder,
.form-repass-done .form-content .form-content__input-wrap input[type=text]:-ms-input-placeholder,
.form-repass-done .form-content .form-content__input-wrap input[type=password]:-ms-input-placeholder,
.form-repass-done .form-content .form-content__input-wrap textarea:-ms-input-placeholder,
.social-form .form-content .form-content__input-wrap input[type=text]:-ms-input-placeholder,
.social-form .form-content .form-content__input-wrap input[type=password]:-ms-input-placeholder,
.social-form .form-content .form-content__input-wrap textarea:-ms-input-placeholder,
.social-register-form .form-content .form-content__input-wrap input[type=text]:-ms-input-placeholder,
.social-register-form .form-content .form-content__input-wrap input[type=password]:-ms-input-placeholder,
.social-register-form .form-content .form-content__input-wrap textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a2a2a2;
}
.media-form .form-content .form-content__input-wrap input[type=text]::placeholder,
.media-form .form-content .form-content__input-wrap input[type=password]::placeholder,
.media-form .form-content .form-content__input-wrap textarea::placeholder,
.corpeasy-form .form-content .form-content__input-wrap input[type=text]::placeholder,
.corpeasy-form .form-content .form-content__input-wrap input[type=password]::placeholder,
.corpeasy-form .form-content .form-content__input-wrap textarea::placeholder,
.form-confirm .form-content .form-content__input-wrap input[type=text]::placeholder,
.form-confirm .form-content .form-content__input-wrap input[type=password]::placeholder,
.form-confirm .form-content .form-content__input-wrap textarea::placeholder,
.form-done .form-content .form-content__input-wrap input[type=text]::placeholder,
.form-done .form-content .form-content__input-wrap input[type=password]::placeholder,
.form-done .form-content .form-content__input-wrap textarea::placeholder,
.form-repass .form-content .form-content__input-wrap input[type=text]::placeholder,
.form-repass .form-content .form-content__input-wrap input[type=password]::placeholder,
.form-repass .form-content .form-content__input-wrap textarea::placeholder,
.form-repass-confirm .form-content .form-content__input-wrap input[type=text]::placeholder,
.form-repass-confirm .form-content .form-content__input-wrap input[type=password]::placeholder,
.form-repass-confirm .form-content .form-content__input-wrap textarea::placeholder,
.form-repass-done .form-content .form-content__input-wrap input[type=text]::placeholder,
.form-repass-done .form-content .form-content__input-wrap input[type=password]::placeholder,
.form-repass-done .form-content .form-content__input-wrap textarea::placeholder,
.social-form .form-content .form-content__input-wrap input[type=text]::placeholder,
.social-form .form-content .form-content__input-wrap input[type=password]::placeholder,
.social-form .form-content .form-content__input-wrap textarea::placeholder,
.social-register-form .form-content .form-content__input-wrap input[type=text]::placeholder,
.social-register-form .form-content .form-content__input-wrap input[type=password]::placeholder,
.social-register-form .form-content .form-content__input-wrap textarea::placeholder {
  /* Others */
  color: #a2a2a2;
}
.media-form .form-content .form-content__input-wrap textarea,
.corpeasy-form .form-content .form-content__input-wrap textarea,
.form-confirm .form-content .form-content__input-wrap textarea,
.form-done .form-content .form-content__input-wrap textarea,
.form-repass .form-content .form-content__input-wrap textarea,
.form-repass-confirm .form-content .form-content__input-wrap textarea,
.form-repass-done .form-content .form-content__input-wrap textarea,
.social-form .form-content .form-content__input-wrap textarea,
.social-register-form .form-content .form-content__input-wrap textarea {
  height: 70px;
  color: #3B3B3B;
}
.media-form .form-content .form-content__input-wrap .form-content__radio-list,
.corpeasy-form .form-content .form-content__input-wrap .form-content__radio-list,
.form-confirm .form-content .form-content__input-wrap .form-content__radio-list,
.form-done .form-content .form-content__input-wrap .form-content__radio-list,
.form-repass .form-content .form-content__input-wrap .form-content__radio-list,
.form-repass-confirm .form-content .form-content__input-wrap .form-content__radio-list,
.form-repass-done .form-content .form-content__input-wrap .form-content__radio-list,
.social-form .form-content .form-content__input-wrap .form-content__radio-list,
.social-register-form .form-content .form-content__input-wrap .form-content__radio-list {
  margin-top: 12px;
}
.media-form .form-content .form-content__input-wrap .form-content__radio-list li,
.corpeasy-form .form-content .form-content__input-wrap .form-content__radio-list li,
.form-confirm .form-content .form-content__input-wrap .form-content__radio-list li,
.form-done .form-content .form-content__input-wrap .form-content__radio-list li,
.form-repass .form-content .form-content__input-wrap .form-content__radio-list li,
.form-repass-confirm .form-content .form-content__input-wrap .form-content__radio-list li,
.form-repass-done .form-content .form-content__input-wrap .form-content__radio-list li,
.social-form .form-content .form-content__input-wrap .form-content__radio-list li,
.social-register-form .form-content .form-content__input-wrap .form-content__radio-list li {
  margin-top: 11px;
}
.media-form .form-content .form-content__input-wrap .form-content__radio-list li label,
.corpeasy-form .form-content .form-content__input-wrap .form-content__radio-list li label,
.form-confirm .form-content .form-content__input-wrap .form-content__radio-list li label,
.form-done .form-content .form-content__input-wrap .form-content__radio-list li label,
.form-repass .form-content .form-content__input-wrap .form-content__radio-list li label,
.form-repass-confirm .form-content .form-content__input-wrap .form-content__radio-list li label,
.form-repass-done .form-content .form-content__input-wrap .form-content__radio-list li label,
.social-form .form-content .form-content__input-wrap .form-content__radio-list li label,
.social-register-form .form-content .form-content__input-wrap .form-content__radio-list li label {
  line-height: 20px;
}
.media-form .form-content .form-content__input-wrap .form-content__radio-list li label span,
.corpeasy-form .form-content .form-content__input-wrap .form-content__radio-list li label span,
.form-confirm .form-content .form-content__input-wrap .form-content__radio-list li label span,
.form-done .form-content .form-content__input-wrap .form-content__radio-list li label span,
.form-repass .form-content .form-content__input-wrap .form-content__radio-list li label span,
.form-repass-confirm .form-content .form-content__input-wrap .form-content__radio-list li label span,
.form-repass-done .form-content .form-content__input-wrap .form-content__radio-list li label span,
.social-form .form-content .form-content__input-wrap .form-content__radio-list li label span,
.social-register-form .form-content .form-content__input-wrap .form-content__radio-list li label span {
  border: 1px solid #bbb;
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  z-index: -1;
}
.media-form .form-content .form-content__input-wrap .form-content__radio-list li input[type=radio]:checked + label span::before,
.corpeasy-form .form-content .form-content__input-wrap .form-content__radio-list li input[type=radio]:checked + label span::before,
.form-confirm .form-content .form-content__input-wrap .form-content__radio-list li input[type=radio]:checked + label span::before,
.form-done .form-content .form-content__input-wrap .form-content__radio-list li input[type=radio]:checked + label span::before,
.form-repass .form-content .form-content__input-wrap .form-content__radio-list li input[type=radio]:checked + label span::before,
.form-repass-confirm .form-content .form-content__input-wrap .form-content__radio-list li input[type=radio]:checked + label span::before,
.form-repass-done .form-content .form-content__input-wrap .form-content__radio-list li input[type=radio]:checked + label span::before,
.social-form .form-content .form-content__input-wrap .form-content__radio-list li input[type=radio]:checked + label span::before,
.social-register-form .form-content .form-content__input-wrap .form-content__radio-list li input[type=radio]:checked + label span::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background: #3081C9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.media-form .form-content .form-content__input-wrap .form-content__input-zip,
.corpeasy-form .form-content .form-content__input-wrap .form-content__input-zip,
.form-confirm .form-content .form-content__input-wrap .form-content__input-zip,
.form-done .form-content .form-content__input-wrap .form-content__input-zip,
.form-repass .form-content .form-content__input-wrap .form-content__input-zip,
.form-repass-confirm .form-content .form-content__input-wrap .form-content__input-zip,
.form-repass-done .form-content .form-content__input-wrap .form-content__input-zip,
.social-form .form-content .form-content__input-wrap .form-content__input-zip,
.social-register-form .form-content .form-content__input-wrap .form-content__input-zip {
  display: flex;
  align-items: center;
}
.media-form .form-content .form-content__input-wrap .form-content__input-zip input,
.corpeasy-form .form-content .form-content__input-wrap .form-content__input-zip input,
.form-confirm .form-content .form-content__input-wrap .form-content__input-zip input,
.form-done .form-content .form-content__input-wrap .form-content__input-zip input,
.form-repass .form-content .form-content__input-wrap .form-content__input-zip input,
.form-repass-confirm .form-content .form-content__input-wrap .form-content__input-zip input,
.form-repass-done .form-content .form-content__input-wrap .form-content__input-zip input,
.social-form .form-content .form-content__input-wrap .form-content__input-zip input,
.social-register-form .form-content .form-content__input-wrap .form-content__input-zip input {
  margin: 0;
}
.media-form .form-content .form-content__input-wrap .form-content__input-zip .form-content__input-zip-button,
.corpeasy-form .form-content .form-content__input-wrap .form-content__input-zip .form-content__input-zip-button,
.form-confirm .form-content .form-content__input-wrap .form-content__input-zip .form-content__input-zip-button,
.form-done .form-content .form-content__input-wrap .form-content__input-zip .form-content__input-zip-button,
.form-repass .form-content .form-content__input-wrap .form-content__input-zip .form-content__input-zip-button,
.form-repass-confirm .form-content .form-content__input-wrap .form-content__input-zip .form-content__input-zip-button,
.form-repass-done .form-content .form-content__input-wrap .form-content__input-zip .form-content__input-zip-button,
.social-form .form-content .form-content__input-wrap .form-content__input-zip .form-content__input-zip-button,
.social-register-form .form-content .form-content__input-wrap .form-content__input-zip .form-content__input-zip-button {
  margin: 7px 0 0 8px;
  background: #3879b7;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border: none;
  text-align: center;
  width: 110px;
  color: #fff;
  font-weight: bold;
}
.media-form .form-content .form-content__input-phone-wrap#phone_media, .media-form .form-content .form-content__input-phone-wrap#fax,
.corpeasy-form .form-content .form-content__input-phone-wrap#phone_media,
.corpeasy-form .form-content .form-content__input-phone-wrap#fax,
.form-confirm .form-content .form-content__input-phone-wrap#phone_media,
.form-confirm .form-content .form-content__input-phone-wrap#fax,
.form-done .form-content .form-content__input-phone-wrap#phone_media,
.form-done .form-content .form-content__input-phone-wrap#fax,
.form-repass .form-content .form-content__input-phone-wrap#phone_media,
.form-repass .form-content .form-content__input-phone-wrap#fax,
.form-repass-confirm .form-content .form-content__input-phone-wrap#phone_media,
.form-repass-confirm .form-content .form-content__input-phone-wrap#fax,
.form-repass-done .form-content .form-content__input-phone-wrap#phone_media,
.form-repass-done .form-content .form-content__input-phone-wrap#fax,
.social-form .form-content .form-content__input-phone-wrap#phone_media,
.social-form .form-content .form-content__input-phone-wrap#fax,
.social-register-form .form-content .form-content__input-phone-wrap#phone_media,
.social-register-form .form-content .form-content__input-phone-wrap#fax {
  display: flex;
  align-items: center;
}
.media-form .form-content .form-content__input-phone-wrap#phone_media input[type=text], .media-form .form-content .form-content__input-phone-wrap#fax input[type=text],
.corpeasy-form .form-content .form-content__input-phone-wrap#phone_media input[type=text],
.corpeasy-form .form-content .form-content__input-phone-wrap#fax input[type=text],
.form-confirm .form-content .form-content__input-phone-wrap#phone_media input[type=text],
.form-confirm .form-content .form-content__input-phone-wrap#fax input[type=text],
.form-done .form-content .form-content__input-phone-wrap#phone_media input[type=text],
.form-done .form-content .form-content__input-phone-wrap#fax input[type=text],
.form-repass .form-content .form-content__input-phone-wrap#phone_media input[type=text],
.form-repass .form-content .form-content__input-phone-wrap#fax input[type=text],
.form-repass-confirm .form-content .form-content__input-phone-wrap#phone_media input[type=text],
.form-repass-confirm .form-content .form-content__input-phone-wrap#fax input[type=text],
.form-repass-done .form-content .form-content__input-phone-wrap#phone_media input[type=text],
.form-repass-done .form-content .form-content__input-phone-wrap#fax input[type=text],
.social-form .form-content .form-content__input-phone-wrap#phone_media input[type=text],
.social-form .form-content .form-content__input-phone-wrap#fax input[type=text],
.social-register-form .form-content .form-content__input-phone-wrap#phone_media input[type=text],
.social-register-form .form-content .form-content__input-phone-wrap#fax input[type=text] {
  width: 100%;
}
.media-form .form-content .form-content__input-phone-wrap#phone_media span.label-hyphen, .media-form .form-content .form-content__input-phone-wrap#fax span.label-hyphen,
.corpeasy-form .form-content .form-content__input-phone-wrap#phone_media span.label-hyphen,
.corpeasy-form .form-content .form-content__input-phone-wrap#fax span.label-hyphen,
.form-confirm .form-content .form-content__input-phone-wrap#phone_media span.label-hyphen,
.form-confirm .form-content .form-content__input-phone-wrap#fax span.label-hyphen,
.form-done .form-content .form-content__input-phone-wrap#phone_media span.label-hyphen,
.form-done .form-content .form-content__input-phone-wrap#fax span.label-hyphen,
.form-repass .form-content .form-content__input-phone-wrap#phone_media span.label-hyphen,
.form-repass .form-content .form-content__input-phone-wrap#fax span.label-hyphen,
.form-repass-confirm .form-content .form-content__input-phone-wrap#phone_media span.label-hyphen,
.form-repass-confirm .form-content .form-content__input-phone-wrap#fax span.label-hyphen,
.form-repass-done .form-content .form-content__input-phone-wrap#phone_media span.label-hyphen,
.form-repass-done .form-content .form-content__input-phone-wrap#fax span.label-hyphen,
.social-form .form-content .form-content__input-phone-wrap#phone_media span.label-hyphen,
.social-form .form-content .form-content__input-phone-wrap#fax span.label-hyphen,
.social-register-form .form-content .form-content__input-phone-wrap#phone_media span.label-hyphen,
.social-register-form .form-content .form-content__input-phone-wrap#fax span.label-hyphen {
  margin: 11px 5px 0;
}
.media-form .form-content .form-content__policy,
.corpeasy-form .form-content .form-content__policy,
.form-confirm .form-content .form-content__policy,
.form-done .form-content .form-content__policy,
.form-repass .form-content .form-content__policy,
.form-repass-confirm .form-content .form-content__policy,
.form-repass-done .form-content .form-content__policy,
.social-form .form-content .form-content__policy,
.social-register-form .form-content .form-content__policy {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  position: relative;
}
.media-form .form-content .form-content__policy input[type=checkbox],
.corpeasy-form .form-content .form-content__policy input[type=checkbox],
.form-confirm .form-content .form-content__policy input[type=checkbox],
.form-done .form-content .form-content__policy input[type=checkbox],
.form-repass .form-content .form-content__policy input[type=checkbox],
.form-repass-confirm .form-content .form-content__policy input[type=checkbox],
.form-repass-done .form-content .form-content__policy input[type=checkbox],
.social-form .form-content .form-content__policy input[type=checkbox],
.social-register-form .form-content .form-content__policy input[type=checkbox] {
  display: none;
}
.media-form .form-content .form-content__policy input[type=checkbox]:checked + label span:before,
.corpeasy-form .form-content .form-content__policy input[type=checkbox]:checked + label span:before,
.form-confirm .form-content .form-content__policy input[type=checkbox]:checked + label span:before,
.form-done .form-content .form-content__policy input[type=checkbox]:checked + label span:before,
.form-repass .form-content .form-content__policy input[type=checkbox]:checked + label span:before,
.form-repass-confirm .form-content .form-content__policy input[type=checkbox]:checked + label span:before,
.form-repass-done .form-content .form-content__policy input[type=checkbox]:checked + label span:before,
.social-form .form-content .form-content__policy input[type=checkbox]:checked + label span:before,
.social-register-form .form-content .form-content__policy input[type=checkbox]:checked + label span:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 8px;
  border-radius: 1px;
  background: #4874B6;
  left: 5px;
  top: 6px;
  transform: rotate(-45deg);
}
.media-form .form-content .form-content__policy input[type=checkbox]:checked + label span::after,
.corpeasy-form .form-content .form-content__policy input[type=checkbox]:checked + label span::after,
.form-confirm .form-content .form-content__policy input[type=checkbox]:checked + label span::after,
.form-done .form-content .form-content__policy input[type=checkbox]:checked + label span::after,
.form-repass .form-content .form-content__policy input[type=checkbox]:checked + label span::after,
.form-repass-confirm .form-content .form-content__policy input[type=checkbox]:checked + label span::after,
.form-repass-done .form-content .form-content__policy input[type=checkbox]:checked + label span::after,
.social-form .form-content .form-content__policy input[type=checkbox]:checked + label span::after,
.social-register-form .form-content .form-content__policy input[type=checkbox]:checked + label span::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 12px;
  border-radius: 1px;
  background: #4874B6;
  left: 11px;
  top: 3px;
  transform: rotate(46deg);
}
.media-form .form-content .form-content__policy label,
.corpeasy-form .form-content .form-content__policy label,
.form-confirm .form-content .form-content__policy label,
.form-done .form-content .form-content__policy label,
.form-repass .form-content .form-content__policy label,
.form-repass-confirm .form-content .form-content__policy label,
.form-repass-done .form-content .form-content__policy label,
.social-form .form-content .form-content__policy label,
.social-register-form .form-content .form-content__policy label {
  padding-left: 33px;
  line-height: 27px;
  font-size: 14px;
  position: relative;
}
.media-form .form-content .form-content__policy label span,
.corpeasy-form .form-content .form-content__policy label span,
.form-confirm .form-content .form-content__policy label span,
.form-done .form-content .form-content__policy label span,
.form-repass .form-content .form-content__policy label span,
.form-repass-confirm .form-content .form-content__policy label span,
.form-repass-done .form-content .form-content__policy label span,
.social-form .form-content .form-content__policy label span,
.social-register-form .form-content .form-content__policy label span {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  border: 2px solid #bbbbbb;
  background: #fff;
  left: 5px;
  top: 12px;
}
.media-form .form-content .form-content__policy .form-content__policy-text,
.corpeasy-form .form-content .form-content__policy .form-content__policy-text,
.form-confirm .form-content .form-content__policy .form-content__policy-text,
.form-done .form-content .form-content__policy .form-content__policy-text,
.form-repass .form-content .form-content__policy .form-content__policy-text,
.form-repass-confirm .form-content .form-content__policy .form-content__policy-text,
.form-repass-done .form-content .form-content__policy .form-content__policy-text,
.social-form .form-content .form-content__policy .form-content__policy-text,
.social-register-form .form-content .form-content__policy .form-content__policy-text {
  margin: 1px 0 0 5px;
}
.media-form .form-content #policy a,
.corpeasy-form .form-content #policy a,
.form-confirm .form-content #policy a,
.form-done .form-content #policy a,
.form-repass .form-content #policy a,
.form-repass-confirm .form-content #policy a,
.form-repass-done .form-content #policy a,
.social-form .form-content #policy a,
.social-register-form .form-content #policy a {
  font-weight: bold;
  color: #428ac9;
}
.media-form .form-content #err_policy,
.corpeasy-form .form-content #err_policy,
.form-confirm .form-content #err_policy,
.form-done .form-content #err_policy,
.form-repass .form-content #err_policy,
.form-repass-confirm .form-content #err_policy,
.form-repass-done .form-content #err_policy,
.social-form .form-content #err_policy,
.social-register-form .form-content #err_policy {
  margin-top: 7px;
  margin-bottom: 0;
}
.media-form .form-content #err_policy .errMsg,
.corpeasy-form .form-content #err_policy .errMsg,
.form-confirm .form-content #err_policy .errMsg,
.form-done .form-content #err_policy .errMsg,
.form-repass .form-content #err_policy .errMsg,
.form-repass-confirm .form-content #err_policy .errMsg,
.form-repass-done .form-content #err_policy .errMsg,
.social-form .form-content #err_policy .errMsg,
.social-register-form .form-content #err_policy .errMsg {
  text-align: center;
  font-size: 11px;
  color: #b91c1c;
  margin-top: 7px;
  margin-bottom: 0;
}
.media-form .form-content .form-content__submit-wrap,
.corpeasy-form .form-content .form-content__submit-wrap,
.form-confirm .form-content .form-content__submit-wrap,
.form-done .form-content .form-content__submit-wrap,
.form-repass .form-content .form-content__submit-wrap,
.form-repass-confirm .form-content .form-content__submit-wrap,
.form-repass-done .form-content .form-content__submit-wrap,
.social-form .form-content .form-content__submit-wrap,
.social-register-form .form-content .form-content__submit-wrap {
  margin-top: 30px;
}
.media-form .form-content .form-content__submit-wrap .form-content__submit-button,
.corpeasy-form .form-content .form-content__submit-wrap .form-content__submit-button,
.form-confirm .form-content .form-content__submit-wrap .form-content__submit-button,
.form-done .form-content .form-content__submit-wrap .form-content__submit-button,
.form-repass .form-content .form-content__submit-wrap .form-content__submit-button,
.form-repass-confirm .form-content .form-content__submit-wrap .form-content__submit-button,
.form-repass-done .form-content .form-content__submit-wrap .form-content__submit-button,
.social-form .form-content .form-content__submit-wrap .form-content__submit-button,
.social-register-form .form-content .form-content__submit-wrap .form-content__submit-button {
  background: #3879b7;
  color: #fff;
  line-height: 50px;
  height: 50px;
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  display: block;
  text-align: center;
}
.media-form .form-content .form-content__submit-wrap .form-content__back-button,
.corpeasy-form .form-content .form-content__submit-wrap .form-content__back-button,
.form-confirm .form-content .form-content__submit-wrap .form-content__back-button,
.form-done .form-content .form-content__submit-wrap .form-content__back-button,
.form-repass .form-content .form-content__submit-wrap .form-content__back-button,
.form-repass-confirm .form-content .form-content__submit-wrap .form-content__back-button,
.form-repass-done .form-content .form-content__submit-wrap .form-content__back-button,
.social-form .form-content .form-content__submit-wrap .form-content__back-button,
.social-register-form .form-content .form-content__submit-wrap .form-content__back-button {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  color: #3b3b3b;
  line-height: 50px;
  height: 50px;
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  text-align: center;
}
.media-form .form-content .form-content__footer-wrap,
.corpeasy-form .form-content .form-content__footer-wrap,
.form-confirm .form-content .form-content__footer-wrap,
.form-done .form-content .form-content__footer-wrap,
.form-repass .form-content .form-content__footer-wrap,
.form-repass-confirm .form-content .form-content__footer-wrap,
.form-repass-done .form-content .form-content__footer-wrap,
.social-form .form-content .form-content__footer-wrap,
.social-register-form .form-content .form-content__footer-wrap {
  margin-top: 32px;
}
.media-form .form-content .form-content__footer-wrap .form-content__footer-message,
.corpeasy-form .form-content .form-content__footer-wrap .form-content__footer-message,
.form-confirm .form-content .form-content__footer-wrap .form-content__footer-message,
.form-done .form-content .form-content__footer-wrap .form-content__footer-message,
.form-repass .form-content .form-content__footer-wrap .form-content__footer-message,
.form-repass-confirm .form-content .form-content__footer-wrap .form-content__footer-message,
.form-repass-done .form-content .form-content__footer-wrap .form-content__footer-message,
.social-form .form-content .form-content__footer-wrap .form-content__footer-message,
.social-register-form .form-content .form-content__footer-wrap .form-content__footer-message {
  margin-top: 14px;
  color: #868686;
  line-height: 1.5;
}

/* 確認ページ */
.form-confirm .form-content .form-content__step,
.form-repass-confirm .form-content .form-content__step {
  margin-top: 30px;
}
.form-confirm .form-content .form-content__confirm .form-content__confirm-text-wrap,
.form-repass-confirm .form-content .form-content__confirm .form-content__confirm-text-wrap {
  margin-top: 24px;
}
.form-confirm .form-content .form-content__confirm .form-content__confirm-text-wrap .form-content__confirm-text-title,
.form-repass-confirm .form-content .form-content__confirm .form-content__confirm-text-wrap .form-content__confirm-text-title {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 20px;
  padding: 8px 16px;
  background: #f9f9f9;
}
.form-confirm .form-content .form-content__confirm .form-content__confirm-text-wrap .form-content__step-item--text,
.form-repass-confirm .form-content .form-content__confirm .form-content__confirm-text-wrap .form-content__step-item--text {
  margin-top: 15px;
}
.form-confirm .form-content .form-content__confirm .error-message,
.form-repass-confirm .form-content .form-content__confirm .error-message {
  margin: 20px 0;
  color: #e01616;
  font-weight: bold;
}

/* メディアページ*/
.media-form .form-content .form-content__submit-wrap .form-content__submit-button {
  background: #3879b7;
}

/* 完了ページ*/
.form-done .form-content .form-content__step,
.form-repass-done .form-content .form-content__step {
  margin-top: 30px;
}
.form-done .form-content .form-content__done-wrap,
.form-repass-done .form-content .form-content__done-wrap {
  margin-top: 40px;
}
.form-done .form-content .form-content__done-message,
.form-done .form-content .form-content__done-message-title,
.form-repass-done .form-content .form-content__done-message {
  font-size: 18px;
  line-height: 1.6;
  color: #3b3b3b;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-done .form-content .form-content__done-message::before,
.form-repass-done .form-content .form-content__done-message::before {
  display: block;
  content: '';
  width: 76px;
  height: 76px;
  margin: 8px 0 16px;
  background: url('/common/v4.1/images/html/svg/icon-complete.svg?1694593689') no-repeat;
}
.form-done .form-content .form-content__done-message-title::before {
  display: block;
  content: '';
  width: 76px;
  height: 76px;
  margin: 8px 0 16px;
  background: url('/common/v4.1/images/html/svg/icon-mail.svg?v=1737104991') no-repeat;
}
.form-done .form-content .form-content__done-message-subtitle {
  margin: 8px 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #3b3b3b;
  font-weight: bold;
  text-align: center;
}
.form-done .form-content .form-content__done-message-user-email {
  margin: 0 0 16px 0;
  font-size: 16px;
  text-align: center;
}
.form-done .form-content .form-content__done-email-verification-instructions {
  background-color: #f9f9f9;
  padding: 16px;
  border-radius: 8px;
}
.form-done .form-content .form-content__done-email-verification-instructions--text {
  list-style-type: disc;
  list-style-position: inside;
}

/* パスワード再設定 */
.form-repass .form-content__repass-error {
  margin-top: 20px;
  color: #b91c1c;
}

.form-repass .form-content,
.form-repass-confirm .form-content {
  padding-bottom: 80px;
}

.form-repass-done .form-content {
  padding-bottom: 110px;
}

/* 簡易企業申し込みページ */
.corpeasy-form .form-content input.error {
  border: 2px solid #e01616 !important;
}
.corpeasy-form .form-content .form-content__corpeasy-error {
  margin-top: 10px;
  font-weight: bold;
  color: #e01616;
}

.social-form .form-content .form-content__title--sub {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  color: #34aadc;
}

/* メディア登録申請 */
.regist-media > .media-form .form-content .sub-caption {
  font-size: 12px;
  line-height: 1.6;
  color: #3B3B3B;
  margin: 10px 0 0;
}
.regist-media > .media-form .form-content #password {
  position: relative;
}
.regist-media > .media-form .form-content #password > input {
  padding-right: 40px;
}
.regist-media > .media-form .form-content #password > span {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-image: url('/common/v4.1/images/html/svg/icon-password-hide.svg?1694593689');
}
.regist-media > .media-form .form-content #password > span.visible {
  background-image: url('/common/v4.1/images/html/svg/icon-password-show.svg?1694593689');
}
.regist-media > .media-form .form-content__input-radio-ul {
  display: flex;
  flex-wrap: wrap;
}
.regist-media > .media-form .form-content__input-radio-ul [type="radio"] {
  display: none;
}
.regist-media > .media-form .form-content__input-radio-ul [type="radio"] + label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 0 24px 0 24px;
  margin: 8px 0;
}
.regist-media > .media-form .form-content__input-radio-ul [type="radio"] + label::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #B5B5B5;
  background-color: #ffffff;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.regist-media > .media-form .form-content__input-radio-ul [type="radio"] + label::after {
  content: '';
  position: absolute;
  display: none;
  border-radius: 50%;
  border: 5px solid #3081C9;
  top: 5px;
  left: 5px;
}
.regist-media > .media-form .form-content__input-radio-ul [type="radio"]:checked + label::after {
  display: block;
}
.regist-media > .media-form .form-content .additional_media_control {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 28px;
}
.regist-media > .media-form .form-content .additional_media_control > span {
  font-size: 14px;
  color: #428AC9;
  cursor: pointer;
}
.regist-media > .media-form .form-content .additional_media_control > span:last-child {
  margin-left: auto;
}
.regist-media > .media-form .form-content .activity input[type="file"] {
  display: none;
}
.regist-media > .media-form .form-content .activity .activity_images__label {
  display: flex;
  align-items: center;
  margin: 16px 0;
}
.regist-media > .media-form .form-content .activity .activity_images__label label {
  flex-shrink: 0;
  align-self: center;
  background: #F2F2F2;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  color: #3B3B3B;
  font-size: 14px;
  padding: 9.5px 20px;
}
.regist-media > .media-form .form-content .activity .activity_images__label label:hover {
  background: #D9D9D9;
}
.regist-media > .media-form .form-content .activity .activity_images__label label.disabled {
  opacity: 0.5;
  cursor: default;
}
.regist-media > .media-form .form-content .activity .activity_images__label p {
  margin: 0 0 0 8px;
}
.regist-media > .media-form .form-content .activity .activity_images__preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.regist-media > .media-form .form-content .activity .activity_images__preview > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 110px;
  background: #f7f7f7;
  margin: 8px 0 12px;
  will-change: width, height, display;
}
.regist-media > .media-form .form-content .activity .activity_images__preview > div span:first-child {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.regist-media > .media-form .form-content .activity .activity_images__preview > div span:last-child {
  background-image: url('/common/v4.1/images/html/svg/icon-close.svg?1694593689');
  position: absolute;
  width: 24px;
  height: 24px;
  top: -12px;
  right: -12px;
}
.regist-media > .media-form .form-content .activity .activity_images__preview > div:last-child {
  margin-bottom: 16px;
}
.regist-media > .media-form .form-content .activity .activity_error > div {
  display: none;
  margin: 4px 0;
}
.regist-media > .media-form .form-content .activity .activity_error div:first-child {
  margin-top: 12px;
}
.regist-media > .media-form .form-content .activity .activity_error div:last-child {
  margin-bottom: 12px;
}
.regist-media > .media-form .form-content .activity p {
  font-size: 12px;
  line-height: 1.6;
  color: #3B3B3B;
}
.regist-media > .media-form .form-content__policy {
  align-items: center;
}
.regist-media > .media-form .form-content__policy label {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  border: 2px solid #bbbbbb;
  background: #fff;
  padding: 0;
}
.regist-media > .media-form .form-content__policy input[type=checkbox] {
  display: none;
}
.regist-media > .media-form .form-content__policy input[type=checkbox]:checked + label:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 8px;
  border-radius: 1px;
  background: #4874B6;
  left: 5px;
  top: 6px;
  transform: rotate(-45deg);
}
.regist-media > .media-form .form-content__policy input[type=checkbox]:checked + label::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 12px;
  border-radius: 1px;
  background: #4874B6;
  left: 11px;
  top: 3px;
  transform: rotate(46deg);
}
@media screen and (min-width: 375px) {
  .regist-media > .media-form .form-content__policy-text br {
    display: none;
  }
}
.regist-media > .media-form .form-content__submit-wrap {
  margin-top: 16px;
}

.regist-media .dialog__bg {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.regist-media .dialog__container {
  position: fixed;
  width: 480px;
  top: 80px;
  left: 50%;
  background-color: #ffffff;
  transform: translateX(-50%);
  padding: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06), 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 1000;
}
.regist-media .dialog__caption {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 8px;
}
.regist-media .dialog__txt {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 16px;
}
.regist-media .dialog__btn {
  display: flex;
  justify-content: flex-end;
}
.regist-media .dialog__btn > * {
  font-size: 14px;
  line-height: 1.6;
  padding: 8px 20px;
  border-radius: 3px;
}
.regist-media .dialog__btn > *:not(:last-child) {
  margin-right: 12px;
}
.regist-media .dialog__btn--ok {
  background: #E01616;
  border: 1px solid #E01616;
  color: #ffffff;
  font-weight: bold;
}
.regist-media .dialog__btn--cancel {
  background: #F2F2F2;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
}
.regist-media .dialog__container {
  width: calc(100% - 16px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.regist-media__confirm .activity_images__preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.regist-media__confirm .activity_images__preview > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 110px;
  background: #f7f7f7;
  margin: 8px 0 12px;
  will-change: width, height, display;
}
.regist-media__confirm .activity_images__preview > div > span {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.regist-media__confirm .activity_images__preview > div:last-child {
  margin-bottom: 16px;
}

/* 個人ユーザー登録フォーム（新） */
.social-register-form .form-content .form-content__input-wrap .input-password {
  padding-right: 35px !important;
}
.social-register-form .form-content .form-content__input-wrap .form-content__input-label {
  background: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  color: #3b3b3b;
}
.social-register-form .form-content .form-content__input-wrap .form-content__input-description--top {
  margin: 8px 0 0;
}
.social-register-form .form-content .form-content__input-wrap #password {
  position: relative;
}
.social-register-form .form-content .form-content__input-wrap .form-content__toggle-password {
  position: absolute;
  width: 18px;
  height: 15px;
  top: 20px;
  right: 13px;
}
.social-register-form .form-content .form-content__policy {
  margin: 24px auto 0;
  justify-content: flex-start;
}
.social-register-form .form-content .form-content__policy .form-content__policy-text {
  margin: 1px 0 0;
}
.social-register-form .form-content .form-content__policy .form-content__policy-text a {
  font-weight: normal !important;
}
.social-register-form .form-content .form-content__policy label {
  padding-left: 26px;
}
.social-register-form .form-content .form-content__policy label span {
  top: 2px;
  left: 0;
}
.social-register-form .form-content .form-content__button-wrap {
  margin-top: 30px;
}
.social-register-form .form-content .form-content__button-wrap .form-content__button-submit,
.social-register-form .form-content .form-content__button-wrap .form-content__button-register-by-facebook {
  color: #fff;
  line-height: 48px;
  height: 48px;
  width: 100%;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  text-align: center;
}
.social-register-form .form-content .form-content__button-wrap .form-content__button-submit {
  background: #0c73d2;
  display: block;
}
.social-register-form .form-content .form-content__button-wrap .form-content__button-register-by-facebook {
  background: #1877f2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-register-form .form-content .form-content__button-wrap .form-content__button-register-by-facebook .icon-facebook {
  background: url(/src/images/prtimes-jp/html/icon_login-facebook.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.social-register-form .form-content .form-content__button-wrap .form-content__button-register-by-facebook span {
  margin-left: 10px;
}
.social-register-form .form-content .form-content__divider {
  display: flex;
  align-items: center;
  margin: 32px 0;
  font-size: 14px;
  font-weight: bold;
  color: #6D6D6D;
}
.social-register-form .form-content .form-content__divider:before, .social-register-form .form-content .form-content__divider:after {
  content: '';
  height: 1px;
  flex-grow: 1;
  background-color: #D9D9D9;
}
.social-register-form .form-content .form-content__login-wrap {
  margin-top: 24px;
  text-align: center;
}
.social-register-form .form-content .form-content__login-wrap a {
  font-size: 14px;
  line-height: 1.6;
  color: #428ac9;
}
.social-register-form .form-content input[type=text]:focus,
.social-register-form .form-content input[type=password]:focus,
.social-register-form .form-content input[type=checkbox]:focus {
  border-color: #1585A1 !important;
}
.social-register-form .form-content .no-display {
  display: none;
}
.password-reissue-form input[type=password]:focus {
  outline: none;
  border-color: #1585A1 !important;
}


/* 個人ユーザー登録完了画面、フォロワー登録済みエラー画面、個人ユーザー登録済みエラー画面など */
.social-register-content {
  padding: 30px 16px 46px;
  background: none;
  margin: auto;
  color: #3b3b3b;
  line-height: 1.6;
}
.social-register-content .social-register-content__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.social-register-content .social-register-content__wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.social-register-content .social-register-content__wrap .social-register-content__alert-title,
.social-register-content .social-register-content__wrap .social-register-content__alert-text {
  margin: 16px 0 0;
}
.social-register-content .social-register-content__wrap .social-register-content__alert-title {
  text-align: center;
  font-size: 16px;
}
.social-register-content .social-register-content__wrap .social-register-content__alert-text {
  font-size: 14px;
}
.social-register-content .social-register-content__wrap .social-register-content__link {
  color: #428ac9;
}
.social-register-content .social-register-content__wrap .social-register-content__action,
.social-register-content .social-register-content__wrap .social-register-content__action-wrap {
  margin-top: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.social-register-content .social-register-content__wrap .social-register-content__action .social-register-content__btn,
.social-register-content .social-register-content__wrap .social-register-content__action-wrap .social-register-content__btn {
  color: #fff;
  line-height: 53px;
  height: 53px;
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  display: block;
  text-align: center;
}
.social-register-content .social-register-content__wrap .social-register-content__action .btn--top,
.social-register-content .social-register-content__wrap .social-register-content__action-wrap .btn--top {
  background: #3879b7;
}
.social-register-content .social-register-content__wrap .social-register-content__action .btn--facebook-login,
.social-register-content .social-register-content__wrap .social-register-content__action-wrap .btn--facebook-login {
  background: #1877f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-register-content .social-register-content__wrap .social-register-content__action .btn--facebook-login .icon-facebook,
.social-register-content .social-register-content__wrap .social-register-content__action-wrap .btn--facebook-login .icon-facebook {
  width: 24px;
  height: 24px;
  background: url(/src/images/prtimes-jp/html/icon_login-facebook.png) no-repeat;
  background-size: contain;
}
.social-register-content .social-register-content__wrap .social-register-content__action .btn--facebook-login span,
.social-register-content .social-register-content__wrap .social-register-content__action-wrap .btn--facebook-login span {
  margin-left: 10px;
}
.social-register-content .social-register-content__wrap .social-register-content__action .btn--back,
.social-register-content .social-register-content__wrap .social-register-content__action-wrap .btn--back {
  color: #3b3b3b;
  height: 51px;
  line-height: 51px;
  border: 1px solid #d9d9d9;
  background: #f2f2f2;
  font-weight: normal;
}
.social-register-content .social-register-content__wrap .social-register-content__action .btn--social-login,
.social-register-content .social-register-content__wrap .social-register-content__action-wrap .btn--social-login {
  background: #0c73d2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.social-register-content .social-register-content__wrap .social-register-content__action-wrap {
  height: 122px;
}
.social-register-content .no-margin {
  margin: 0;
}

.register-by-facebook .form-content input[type=text] {
  background: #e5f2f9 !important;
}
.register-by-facebook .form-content input[type=text].no-background {
  background: none !important;
}
.register-by-facebook .form-content .form-content__button-wrap .form-content__button-submit {
  background: #3081c9;
}

/* ----------
メディアログイン画面・エラー画面
----------*/
.error-login,
.media-login,
.media-login-in-detail {
  min-height: auto !important;
}
.error-login .login-article,
.media-login .login-article,
.media-login-in-detail .login-article {
  padding: 24px 40px;
  max-width: 320px;
}
.error-login .login-article .media-login__title,
.media-login .login-article .media-login__title,
.media-login-in-detail .login-article .media-login__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  margin: 0;
}
.error-login .login-article .media-login__content,
.media-login .login-article .media-login__content,
.media-login-in-detail .login-article .media-login__content {
  margin-top: 16px;
}
.error-login .login-article .media-login__error,
.media-login .login-article .media-login__error,
.media-login-in-detail .login-article .media-login__error {
  text-align: center;
  margin: -6px 0 15px 0;
  display: flex;
}
.error-login .login-article .media-login__error .media-login__error-icon,
.media-login .login-article .media-login__error .media-login__error-icon,
.media-login-in-detail .login-article .media-login__error .media-login__error-icon {
  margin-right: 10px;
}
.error-login .login-article .media-login__error .media-login__error-text,
.media-login .login-article .media-login__error .media-login__error-text,
.media-login-in-detail .login-article .media-login__error .media-login__error-text {
  font-size: 14px;
  color: #d73f21;
  font-weight: bold;
  line-height: 24px;
}
.error-login .login-article .media-login__error.hidden,
.media-login .login-article .media-login__error.hidden,
.media-login-in-detail .login-article .media-login__error.hidden {
  display: none;
}
.error-login .login-article .media-login__input-wrap,
.media-login .login-article .media-login__input-wrap,
.media-login-in-detail .login-article .media-login__input-wrap {
  position: relative;
}
.error-login .login-article .media-login__input-wrap::before,
.media-login .login-article .media-login__input-wrap::before,
.media-login-in-detail .login-article .media-login__input-wrap::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 12px;
}
.error-login .login-article .media-login__input-wrap.media-login__input--mail::before,
.media-login .login-article .media-login__input-wrap.media-login__input--mail::before,
.media-login-in-detail .login-article .media-login__input-wrap.media-login__input--mail::before {
  content: url(/src/images/html/svg/input_mail_dark.svg);
  top: 12px;
}
.error-login .login-article .media-login__input-wrap.media-login__input--pass::before,
.media-login .login-article .media-login__input-wrap.media-login__input--pass::before,
.media-login-in-detail .login-article .media-login__input-wrap.media-login__input--pass::before {
  content: url(/src/images/html/svg/input_pass_dark.svg);
  top: 9px;
}
.error-login .login-article .media-login__input-wrap .media-login__input,
.media-login .login-article .media-login__input-wrap .media-login__input,
.media-login-in-detail .login-article .media-login__input-wrap .media-login__input {
  background: none;
  padding-left: 38px;
  padding-right: 13px;
  border: 1px solid #afafaf;
  box-shadow: none;
  border-radius: 8px;
  height: 40px;
  width: 100%;
  font-size: 13px;
  line-height: 40px;
}
.error-login .login-article .media-login__input-wrap .media-login__input:focus,
.media-login .login-article .media-login__input-wrap .media-login__input:focus,
.media-login-in-detail .login-article .media-login__input-wrap .media-login__input:focus {
  outline: none;
  outline-width: 0;
}
.error-login .login-article .media-login__input-wrap .media-login__input.is-error,
.media-login .login-article .media-login__input-wrap .media-login__input.is-error,
.media-login-in-detail .login-article .media-login__input-wrap .media-login__input.is-error {
  border: 1px solid #d73f21;
}
.error-login .login-article .media-login__input-wrap .media-login__input::-webkit-input-placeholder,
.media-login .login-article .media-login__input-wrap .media-login__input::-webkit-input-placeholder,
.media-login-in-detail .login-article .media-login__input-wrap .media-login__input::-webkit-input-placeholder {
  color: #A2A2A2;
}
.error-login .login-article .media-login__input-wrap .media-login__input:-ms-input-placeholder,
.media-login .login-article .media-login__input-wrap .media-login__input:-ms-input-placeholder,
.media-login-in-detail .login-article .media-login__input-wrap .media-login__input:-ms-input-placeholder {
  color: #A2A2A2;
}
.error-login .login-article .media-login__input-wrap .media-login__input::placeholder,
.media-login .login-article .media-login__input-wrap .media-login__input::placeholder,
.media-login-in-detail .login-article .media-login__input-wrap .media-login__input::placeholder {
  color: #A2A2A2;
}
.error-login .login-article .media-login__input-wrap.media-login__input--pass,
.media-login .login-article .media-login__input-wrap.media-login__input--pass,
.media-login-in-detail .login-article .media-login__input-wrap.media-login__input--pass {
  margin-top: 8px;
  position: relative;
}
.error-login .login-article .media-login__input-wrap.media-login__input--pass .media-login__input,
.media-login .login-article .media-login__input-wrap.media-login__input--pass .media-login__input,
.media-login-in-detail .login-article .media-login__input-wrap.media-login__input--pass .media-login__input {
  padding-right: 4em;
}
.error-login .login-article .media-login__input-wrap.media-login__input--pass .media-login__input.js-toggle-password-show,
.media-login .login-article .media-login__input-wrap.media-login__input--pass .media-login__input.js-toggle-password-show,
.media-login-in-detail .login-article .media-login__input-wrap.media-login__input--pass .media-login__input.js-toggle-password-show {
  padding-right: 5em;
}
.error-login .login-article .media-login__input-wrap .media-login__toggle-password,
.media-login .login-article .media-login__input-wrap .media-login__toggle-password,
.media-login-in-detail .login-article .media-login__input-wrap .media-login__toggle-password {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 1em;
  color: #868686;
}
.error-login .login-article .media-login__input-wrap .media-login__input-toggle,
.media-login .login-article .media-login__input-wrap .media-login__input-toggle,
.media-login-in-detail .login-article .media-login__input-wrap .media-login__input-toggle {
  user-select: none;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  font-size: 13px;
  padding: 0 8px;
  cursor: pointer;
  color: #868686;
}
.error-login .login-article .media-login__input-wrap .media-login__input-error-text,
.media-login .login-article .media-login__input-wrap .media-login__input-error-text,
.media-login-in-detail .login-article .media-login__input-wrap .media-login__input-error-text {
  margin: 8px 0 -4px;
  font-size: 11px;
  color: #d73f21;
  font-weight: 700;
  display: none;
}
.error-login .login-article .media-login__input-wrap .media-login__input-error-text.is-error,
.media-login .login-article .media-login__input-wrap .media-login__input-error-text.is-error,
.media-login-in-detail .login-article .media-login__input-wrap .media-login__input-error-text.is-error {
  display: block;
}
.error-login .login-article .media-login__repass,
.media-login .login-article .media-login__repass,
.media-login-in-detail .login-article .media-login__repass {
  text-align: right;
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.5;
}
.error-login .login-article .media-login__repass a,
.media-login .login-article .media-login__repass a,
.media-login-in-detail .login-article .media-login__repass a {
  color: #3D76B6;
}
.error-login .login-article .media-login__submit-wrap,
.media-login .login-article .media-login__submit-wrap,
.media-login-in-detail .login-article .media-login__submit-wrap {
  margin-top: 16px;
}
.error-login .login-article .media-login__submit-wrap .media-login__submit-button,
.error-login .login-article .media-login__submit-wrap .media-login__submit-button--social,
.media-login .login-article .media-login__submit-wrap .media-login__submit-button,
.media-login .login-article .media-login__submit-wrap .media-login__submit-button--social,
.media-login-in-detail .login-article .media-login__submit-wrap .media-login__submit-button,
.media-login-in-detail .login-article .media-login__submit-wrap .media-login__submit-button--social {
  background: #299bcc;
  color: #fff;
  line-height: 50px;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  border: none;
}
.error-login .login-article .media-login__submit-wrap .media-login__submit-button--social,
.media-login .login-article .media-login__submit-wrap .media-login__submit-button--social,
.media-login-in-detail .login-article .media-login__submit-wrap .media-login__submit-button--social {
  background: #0C73D2;
}
.error-login .login-article .media-login__auto-login,
.media-login .login-article .media-login__auto-login,
.media-login-in-detail .login-article .media-login__auto-login {
  margin-top: 8px;
  position: relative;
  height: 27px;
}
.error-login .login-article .media-login__auto-login input[type=checkbox],
.media-login .login-article .media-login__auto-login input[type=checkbox],
.media-login-in-detail .login-article .media-login__auto-login input[type=checkbox] {
  display: none;
}
.error-login .login-article .media-login__auto-login input[type=checkbox]:checked + .media-login__auto-login-label .media-login__auto-login-check:before,
.media-login .login-article .media-login__auto-login input[type=checkbox]:checked + .media-login__auto-login-label .media-login__auto-login-check:before,
.media-login-in-detail .login-article .media-login__auto-login input[type=checkbox]:checked + .media-login__auto-login-label .media-login__auto-login-check:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 8px;
  border-radius: 1px;
  background: #4874B6;
  left: 8px;
  top: 10px;
  transform: rotate(-45deg);
}
.error-login .login-article .media-login__auto-login input[type=checkbox]:checked + .media-login__auto-login-label .media-login__auto-login-check::after,
.media-login .login-article .media-login__auto-login input[type=checkbox]:checked + .media-login__auto-login-label .media-login__auto-login-check::after,
.media-login-in-detail .login-article .media-login__auto-login input[type=checkbox]:checked + .media-login__auto-login-label .media-login__auto-login-check::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 12px;
  border-radius: 1px;
  background: #4874B6;
  left: 14px;
  top: 7px;
  transform: rotate(46deg);
}
.error-login .login-article .media-login__auto-login .media-login__auto-login-label,
.media-login .login-article .media-login__auto-login .media-login__auto-login-label,
.media-login-in-detail .login-article .media-login__auto-login .media-login__auto-login-label {
  display: block;
  width: 100%;
  padding-left: 33px;
  line-height: 1.5;
  font-size: 13px;
  position: relative;
}
.error-login .login-article .media-login__auto-login .media-login__auto-login-label .media-login__auto-login-check,
.media-login .login-article .media-login__auto-login .media-login__auto-login-label .media-login__auto-login-check,
.media-login-in-detail .login-article .media-login__auto-login .media-login__auto-login-label .media-login__auto-login-check {
  display: block;
  position: absolute;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
  width: 27px;
  height: 27px;
  border-radius: 6px;
  border: 1px solid #DFDFDF;
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
}
.error-login .login-article .media-login__register-wrap,
.media-login .login-article .media-login__register-wrap,
.media-login-in-detail .login-article .media-login__register-wrap {
  margin-top: 24px;
}
.error-login .login-article .media-login__register-wrap .media-login__register-button,
.error-login .login-article .media-login__register-wrap .media-login__register-button--social,
.media-login .login-article .media-login__register-wrap .media-login__register-button,
.media-login .login-article .media-login__register-wrap .media-login__register-button--social,
.media-login-in-detail .login-article .media-login__register-wrap .media-login__register-button,
.media-login-in-detail .login-article .media-login__register-wrap .media-login__register-button--social {
  border: 1px solid #32A5D5;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  text-align: center;
  display: block;
  color: #32A5D5;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
}
.error-login .login-article .media-login__register-wrap .media-login__register-button--social,
.media-login .login-article .media-login__register-wrap .media-login__register-button--social,
.media-login-in-detail .login-article .media-login__register-wrap .media-login__register-button--social {
  border: 1px solid #0c73d2;
  color: #0c73d2;
}
.error-login .login-article .media-login__login-by-facebook-wrap,
.media-login .login-article .media-login__login-by-facebook-wrap,
.media-login-in-detail .login-article .media-login__login-by-facebook-wrap {
  margin-top: 16px;
}
.error-login .login-article .media-login__login-by-facebook-wrap .media-login__login-by-facebook-button,
.media-login .login-article .media-login__login-by-facebook-wrap .media-login__login-by-facebook-button,
.media-login-in-detail .login-article .media-login__login-by-facebook-wrap .media-login__login-by-facebook-button {
  display: block;
  color: #fff;
  background: #1877f2;
  font-size: 16px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  padding-left: 40px;
  position: relative;
}
.error-login .login-article .media-login__login-by-facebook-wrap .media-login__login-by-facebook-button::before,
.media-login .login-article .media-login__login-by-facebook-wrap .media-login__login-by-facebook-button::before,
.media-login-in-detail .login-article .media-login__login-by-facebook-wrap .media-login__login-by-facebook-button::before {
  content: '';
  display: inline-block;
  background-image: url(/src/images/prtimes-jp/html/icon_login-facebook.png);
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  left: 25px;
  top: 18px;
}
.error-login .login-article .media-login__login-by-facebook-wrap .media-login__login-by-facebook-button:hover,
.media-login .login-article .media-login__login-by-facebook-wrap .media-login__login-by-facebook-button:hover,
.media-login-in-detail .login-article .media-login__login-by-facebook-wrap .media-login__login-by-facebook-button:hover {
  background: #218ef2;
}
.error-login .login-article .media-login__login-register-divider,
.media-login .login-article .media-login__login-register-divider,
.media-login-in-detail .login-article .media-login__login-register-divider {
  width: 200vw;
  height: 1px;
  border: none;
  background-color: #d9d9d9;
  margin: 24px 0 0 -50vw;
}
.error-login .login-article .media-login__description,
.media-login .login-article .media-login__description,
.media-login-in-detail .login-article .media-login__description {
  margin-top: 11px;
  margin-bottom: 0;
  color: #868686;
  line-height: 1.5;
  font-size: 13px;
}
.error-login .login-article .media-login__description-txt,
.media-login .login-article .media-login__description-txt,
.media-login-in-detail .login-article .media-login__description-txt {
  color: #3D76B6;
}

.media-login-in-detail__body-description {
  margin-top: 15px;
  margin-bottom: -13px;
}

.media-login-in-detail .login-article {
  margin: 0 auto;
}
.media-login-in-detail .login-article .media-login-in-detail__register-wrap .media-login-in-detail__register-button {
  display: block;
  line-height: 50px;
  background: #32A5D5;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.media-login-in-detail .login-article .media-login-in-detail__line {
  margin-top: 48px;
  text-align: center;
  position: relative;
}
.media-login-in-detail .login-article .media-login-in-detail__line::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
}
.media-login-in-detail .login-article .media-login-in-detail__line .media-login-in-detail__line-text {
  color: #3B3B3B;
  font-size: 14px;
  padding: 0 20px;
  background: #fff;
}
.media-login-in-detail .login-article .media-login__title {
  margin-top: 24px;
}
.media-login-in-detail .login-article .media-login__submit-wrap .media-login__submit-button {
  background: #fff;
  border: 1px solid #32A5D5;
  color: #32A5D5;
}

/**
個人ユーザーがFacebook認証でログインする時のフォロワー登録済みエラー
 */
.social-login-error {
  width: 100%;
  padding: 40px 16px;
  color: #3b3b3b;
  line-height: 1.6;
}
.social-login-error__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
.social-login-error__icon {
  display: flex;
  justify-content: center;
}
.social-login-error__text {
  margin-top: 20px;
  font-size: 14px;
}
.social-login-error__button--facebook {
  margin-top: 16px;
  background: #1877f2;
  border-radius: 6px;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
}
.social-login-error__button--facebook a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.social-login-error__button--facebook a .icon-facebook {
  width: 24px;
  height: 24px;
  background: url(/src/images/prtimes-jp/html/icon_login-facebook.png) no-repeat;
  background-size: contain;
}
.social-login-error__button--facebook a span {
  margin-left: 10px;
}

/* =====（新）個人ユーザー・メディアユーザーのログイン画面・ログインエラー画面 ===== */
.login-registration-wrap {
  width: 100%;
  padding: 24px;
  line-height: 1.6;
  color: #3b3b3b;
  background: #fff;
}
.login-registration-wrap .login {
  width: 100%;
}
.login-registration-wrap .login .form__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.login-registration-wrap .login .form__login-error {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #e01616;
}
.login-registration-wrap .login .form__input-wrap {
  margin-bottom: 16px;
  font-size: 14px;
}
.login-registration-wrap .login .form__input-wrap--email {
  position: relative;
}
.login-registration-wrap .login .form__input-wrap--email::before {
  position: absolute;
  content: url(/src/images/html/svg/input_mail_dark.svg);
  left: 15px;
  top: 11px;
}
.login-registration-wrap .login .form__input-wrap--password {
  position: relative;
  margin-bottom: 16px;
}
.login-registration-wrap .login .form__input-wrap--password::before {
  position: absolute;
  content: url(/src/images/html/svg/input_pass_dark.svg);
  left: 17px;
  top: 10px;
}
.login-registration-wrap .login .form__input {
  width: 100%;
  height: 42px;
  padding: 10px 10px 10px 45px;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
}
.login-registration-wrap .login .form__input-error-text {
  margin: 8px 0 -4px;
  font-size: 12px;
  color: #b91c1c;
  display: none;
}
.login-registration-wrap .login .form .is-error {
  display: block;
  border-color: #e01616;
}
.login-registration-wrap .login .form [type='password'] {
  padding-right: 45px;
}
.login-registration-wrap .login .form [type='text']:focus,
.login-registration-wrap .login .form [type='password']:focus {
  outline: none;
  border-color: #1585a1 !important;
}
.login-registration-wrap .login .form ::placeholder {
  color: #b5b5b5;
}
.login-registration-wrap .login .form .js-toggle-password-show {
  padding-right: 60px;
}
.login-registration-wrap .login .form__toggle-password {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 42px;
  color: #b5b5b5;
  padding: 0 10px;
}
.login-registration-wrap .login .form__forget-password {
  margin-top: 8px;
  text-align: right;
}
.login-registration-wrap .login .form__link {
  display: block;
  font-size: 14px;
  color: #428ac9;
}
.login-registration-wrap .login .form .btn {
  width: 100%;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  background-color: #3879b7;
}
.login-registration-wrap .login .form .btn--social {
  background-color: #0c73d2;
}
.login-registration-wrap .login .form .btn--media {
  background-color: #299bcc;
}
.login-registration-wrap .login .form .btn--facebook {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1877f2;
}
.login-registration-wrap .login .form .btn--facebook .icon-facebook {
  background: url(/src/images/prtimes-jp/html/icon_login-facebook.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
}
.login-registration-wrap .login .form .btn--facebook span {
  margin-left: 10px;
}
.login-registration-wrap .login .form__btn-divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
  font-size: 14px;
  font-weight: bold;
  color: #6d6d6d;
}
.login-registration-wrap .login .form__btn-divider::before, .login-registration-wrap .login .form__btn-divider::after {
  content: '';
  height: 1px;
  flex-grow: 1;
  background-color: #e9e9e9;
}
.login-registration-wrap .login .form__btn-divider::before {
  margin-right: 8px;
}
.login-registration-wrap .login .form__btn-divider::after {
  margin-left: 8px;
}
.login-registration-wrap .divider {
  width: calc(100% + 48px);
  height: 1px;
  border: none;
  background-color: #d9d9d9;
  margin: 24px 0 24px -24px;
}
.login-registration-wrap .registration__btn {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
  color: #3879b7;
  border: 1px solid #3879b7;
}
.login-registration-wrap .registration .btn--social {
  color: #0c73d2;
  border: 1px solid #0c73d2;
}
.login-registration-wrap .registration .btn--media {
  color: #299bcc;
  border: 1px solid #299bcc;
}
.login-registration-wrap .registration__description {
  margin-top: 8px;
  font-size: 14px;
  color: #6d6d6d;
}
.login-registration-wrap .registration__link {
  color: #428ac9;
}

.release_detail__info {
  margin: 16px 0 16px 16px;
}
.release_detail__info .company_name {
  display: block;
  position: relative;
  width: 100%;
  color: #428AC9;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}
.release_detail__info .date {
  position: relative;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 1.6;
  margin-right: 0;
}
.release_detail__info .date:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  left: 2px;
  width: 20px;
  height: 18px;
  background: transparent url('/common/v4.1/images/html_m/svg/icon-time-small.svg?1694593689') no-repeat;
  margin-right: 4px;
  color: #B5B5B5;
}
.release_detail__share {
  display: flex;
  margin-left: 16px;
}
.release_detail__share--right {
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 24px;
}
.release_detail__share--left {
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 0;
}
.release_detail__share li.share__item {
  z-index: 1;
  margin-right: 16px;
  cursor: pointer;
}
.release_detail__share li.share__item:last-child {
  margin-right: 0px;
}
.release_detail__share .like-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24px;
  height: 34px;
  -webkit-tap-highlight-color: transparent;
}
.release_detail__share .like-button__img {
  display: block;
  background-image: url("/common/v4.1/images/html/Like_button.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: relative;
  height: 24px;
  width: 24px;
  background-size: 20px 18px;
}
.release_detail__share .like-button__img:after {
  position: absolute;
  content: '';
  background-image: url("/common/v4.1/images/html/Like_button-particle.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  display: block;
}
.release_detail__share .like-button__img:hover {
  cursor: pointer;
}
.release_detail__share .like-button__img.is-liked {
  background-image: url("/common/v4.1/images/html/Like_button-liked.svg");
  background-size: 24px 22px;
}
@keyframes heartAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  30% {
    transform: scale(1.3, 1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes particleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0.6;
  }
  80% {
    transform: scale(1.7, 1.7);
    opacity: 0.3;
  }
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
.release_detail__share .like-button__img.is-active {
  animation: heartAnimation 400ms;
  cursor: none;
}
.release_detail__share .like-button__img.is-active:after {
  animation: particleAnimation 500ms;
  opacity: 1;
}
.release_detail__share .like-button__number {
  color: #595959;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  justify-self: flex-end;
  word-break: keep-all;
}
.release_detail__share .like-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24px;
  height: 34px;
}
.release_detail__share .like-button-img {
  display: block;
  background: url("/common/v4.1/images/html/Like_button.svg") no-repeat center;
  cursor: pointer;
  position: relative;
  height: 24px;
  width: 24px;
  background-size: 20px 18px;
}
.release_detail__share .like-button-img:after {
  position: absolute;
  content: '';
  background: url("/common/v4.1/images/html/Like_button-particle.svg") no-repeat center;
  opacity: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  display: block;
}
.release_detail__share .like-button-img:hover {
  cursor: pointer;
}
.release_detail__share .like-button-img.liked {
  background-image: url("/common/v4.1/images/html/Like_button-liked.svg");
  background-size: 24px 22px;
}
@keyframes heartAnime {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  30% {
    transform: scale(1.3, 1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes particleAnime {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0.6;
  }
  80% {
    transform: scale(1.7, 1.7);
    opacity: 0.3;
  }
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
.release_detail__share .like-button-img.active {
  animation: heartAnime 400ms;
  cursor: none;
}
.release_detail__share .like-button-img.active:after {
  animation: particleAnime 500ms;
  opacity: 1;
}
.release_detail__share .like-button-number {
  color: #595959;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  justify-self: flex-end;
  font-family: Helvetica Neue, serif;
  font-style: normal;
  word-break: keep-all;
}
.release_detail__static-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px 0 24px 0;
}
.release_detail__static-share__title {
  color: #6D6D6D;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}
.release_detail__static-share .share_static {
  margin-bottom: 0;
}
.release_detail__static-share .release_detail__share {
  margin-left: 0px;
}
.release_detail__static-share .release_detail__share--right {
  margin-left: 24px;
}

.entry .draft .container-share {
  padding: 0 16px;
  background-color: #fff;
  height: 36px;
  margin: 0 0 30px 0;
}
.entry .draft svg {
  margin-right: 8px;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/*  プレスリリース詳細ページ内のプレスキット導線リンク  */
/* * * * * * * * * * * * * * * * * * * * * * */
.press-kit-link {
  text-align: center;
  margin: -8px 0 32px;
}
.press-kit-link a {
  font-size: 14px;
  color: #428ac9;
}
.press-kit-link a:hover {
  color: #5ea6db;
  text-decoration: underline;
}
#zipWrapper{
	display: flex;
	align-items: flex-start;
}
#zipWrapper div{
	width: 100%
}

.activity-result{
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 10px;
}

.activity-result__heading{
	font-weight: bold;
}

.password_validation__container p.password_validation__text {
  font-size: 12px;
  font-weight: bold;
  margin: 16px 0 8px;
}
.password_validation__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.password_validation__list li {
  font-size: 12px;
  list-style: disc;
  margin-left: 28px;
  word-break: keep-all;
}
.password_validation__list li.--valid {
  color: #008571;
  font-weight: 700;
  list-style: none;
}
.password_validation__list li.--valid::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('/common/v4.1/images/html/ico/valid.svg');
  background-repeat: no-repeat;
  margin: 0 6px -4px -24px;
}
#password input.--valid {
  border: 2px solid #008571;
}
