@charset "UTF-8";
/* フォントアイコン =========== */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?h165c3");
  src: url("fonts/icomoon.eot?h165c3#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?h165c3") format("truetype"), url("fonts/icomoon.woff?h165c3") format("woff"), url("fonts/icomoon.svg?h165c3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #c8c8c8;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.3s color;
}

.icon.-emphasis {
  color: #9a9a9a;
}

.icon.-bell:before {
  content: '\e90a';
}

.icon.-reset:before {
  content: '\e909';
}

.icon.-share:before {
  content: '\e908';
}

.icon.-calendar:before {
  content: '\e907';
}

.icon.-caution:before {
  content: '\e900';
}

.icon.-new-window:before {
  content: '\e901';
}

.icon.-pen:before {
  content: '\e902';
}

.icon.-setting:before {
  content: '\e903';
}

.icon.-signout:before {
  content: '\e904';
}

.icon.-start:before {
  content: '\e905';
}

.icon.-stop:before {
  content: '\e906';
}

/* アイコン =========== */
.style-icon {
  position: relative;
  display: inline-block;
  transition: 0.3s background-color;
}

.style-icon:before, .style-icon:after {
  transition: 0.3s background-color;
}

/* プラス */
.style-icon.-plus {
  width: 16px;
  height: 16px;
}

.style-icon.-plus:before, .style-icon.-plus:after {
  content: '';
  position: absolute;
  display: block;
  background-color: #c8c8c8;
}

.style-icon.-plus:before {
  width: 16px;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.style-icon.-plus:after {
  width: 2px;
  height: 16px;
  left: 50%;
  top: 0;
  margin-left: -1px;
}

/* クロス */
.style-icon.-cross {
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
}

.style-icon.-cross:before, .style-icon.-cross:after {
  content: '';
  position: absolute;
  display: block;
  background-color: #c8c8c8;
}

.style-icon.-cross:before {
  width: 16px;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.style-icon.-cross:after {
  width: 2px;
  height: 16px;
  left: 50%;
  top: 0;
  margin-left: -1px;
}

/* 共通 ========== */
html {
/*  width: 100%;  */
/*  height: 100%; */
  line-height: 1;
  background: #fff;
  color: #2c2c2c;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  line-height: 1.6;
/*  overflow-y: scroll; */
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

body.is-head-menu-open, body.is-modal-open {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
p,
blockquote,
ul,
ol,
li {
  margin: 1.4em 0 0.6em;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-overflow-wrap: break-word;
  -ms-overflow-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-word-wrap: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
}

figcaption,
span {
  -webkit-overflow-wrap: break-word;
  -ms-overflow-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-word-wrap: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

p {
  font-size: 1.6rem;
  margin: 8px 0;
}

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

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

[hidden],
template {
  display: none;
}

a {
  transition: 0.3s color;
}

a:link {
  color: #923c3c;
  text-decoration: none;
}

a:visited {
  color: #923c3c;
  text-decoration: none;
}

a:hover, a:active {
  color: #e11e32;
  text-decoration: none;
}

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

i,
em,
address {
  font-style: normal;
}

b,
strong,
em {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #f1f10a;
  color: #2c2c2c;
}

small {
  font-size: 100%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 1.2em 0;
  padding: 0 0 0 2em;
}

li {
  margin: 0.4em 0;
}

img {
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

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

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

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

td,
th {
  padding: 0;
}

/* サイト内共通 ========== */
/* obj */
.sp-obj {
  display: none;
}

.pc-obj {
  display: block;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* wrap-all */
.wrap-all {
  padding: 0;
  transition: 0.3s padding;
}

.wrap-all.is-header-menu-active {
  padding-left: 280px;
}

.wrap-all.is-not-transition {
  transition: 0s padding;
}

/* main-wrap */
.main-wrap {
  margin: 0 auto;
  padding: 0;
  transition: 0.3s padding;
  box-sizing: border-box;
}

/* inner */
.inner {
  margin: 0 auto;
  width: 100%;
  min-width: 880px;
  max-width: 1280px;
  padding: 0 24px;
  box-sizing: border-box;
}

/* wrapper */
.wrapper {
  min-width: 880px;
}

/* 入力項目共通 ========== */
form {
  margin: 0;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  box-sizing: border-box;
  color: inherit;
  font-size: 1.4rem;
  font-family: inherit;
  line-height: normal;
}

textarea,
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='date'],
input[type='month'],
input[type='search'],
input[type='password'],
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='number'] {
  -webkit-appearance: none;
  font-size: 1.4rem;
  padding: 0 10px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  background-color: #fbfbfb;
  height: 36px;
  line-height: 22px;
  transition: 0.3s border-bottom-width, 0.3s border-color;
}

textarea:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='button']:focus,
input[type='submit']:focus,
input[type='reset']:focus,
input[type='number']:focus {
  outline: none;
  border-bottom-width: 3px;
  border-color: #6f6f6f;
  min-width:200px;
}

textarea:hover,
input[type='text']:hover,
input[type='tel']:hover,
input[type='email']:hover,
input[type='date']:hover,
input[type='month']:hover,
input[type='search']:hover,
input[type='password']:hover,
input[type='button']:hover,
input[type='submit']:hover,
input[type='reset']:hover,
input[type='number']:hover {
  border-bottom-width: 3px;
  border-color: #6f6f6f;
}

textarea.input-main,
input[type='text'].input-main,
input[type='tel'].input-main,
input[type='email'].input-main,
input[type='date'].input-main,
input[type='month'].input-main,
input[type='search'].input-main,
input[type='password'].input-main,
input[type='button'].input-main,
input[type='submit'].input-main,
input[type='reset'].input-main,
input[type='number'].input-main {
  font-size: 2rem;
  font-weight: bold;
  height: 48px;
}

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

select:disabled,
textarea:disabled,
input[type='text']:disabled,
input[type='tel']:disabled,
input[type='email']:disabled,
input[type='date']:disabled,
input[type='month']:disabled,
input[type='search']:disabled,
input[type='password']:disabled,
input[type='button']:disabled,
input[type='submit']:disabled,
input[type='reset']:disabled,
input[type='number']:disabled {
  background-color: #ececec;
  cursor: not-allowed;
  color: #6f6f6f;
}

select:disabled:hover,
textarea:disabled:hover,
input[type='text']:disabled:hover,
input[type='tel']:disabled:hover,
input[type='email']:disabled:hover,
input[type='date']:disabled:hover,
input[type='month']:disabled:hover,
input[type='search']:disabled:hover,
input[type='password']:disabled:hover,
input[type='button']:disabled:hover,
input[type='submit']:disabled:hover,
input[type='reset']:disabled:hover,
input[type='number']:disabled:hover {
  border-bottom-width: 1px;
  border-color: #c8c8c8;
}

select[readonly],
textarea[readonly],
input[type='text'][readonly],
input[type='tel'][readonly],
input[type='email'][readonly],
input[type='date'][readonly],
input[type='month'][readonly],
input[type='search'][readonly],
input[type='password'][readonly],
input[type='button'][readonly],
input[type='submit'][readonly],
input[type='reset'][readonly],
input[type='number'][readonly] {
  background-color: #f2f2f2;
  border-color: #c8c8c8;
  pointer-events: none;
}

select[readonly]:hover,
textarea[readonly]:hover,
input[type='text'][readonly]:hover,
input[type='tel'][readonly]:hover,
input[type='email'][readonly]:hover,
input[type='date'][readonly]:hover,
input[type='month'][readonly]:hover,
input[type='search'][readonly]:hover,
input[type='password'][readonly]:hover,
input[type='button'][readonly]:hover,
input[type='submit'][readonly]:hover,
input[type='reset'][readonly]:hover,
input[type='number'][readonly]:hover {
  background-color: #f2f2f2;
  border-color: #c8c8c8;
  pointer-events: none;
  border-bottom-width: 1px;
}

input.js-input-calendar--hidden[type='text'][readonly] {
  pointer-events: auto;
}

button {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: none;
  font-size: 1.4rem;
  padding: 0 10px;
  width: 100%;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
}

button:focus {
  outline: none;
}

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

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

input[type='date'],
input[type='month'] {
  height: 40px;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  margin: 0 3px -3px 0;
  padding: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: baseline;
}

select {
  padding: 0 36px 0 0.4em;
  height: 36px;
  min-height: 36px;
  background-repeat: no-repeat;
  background-position: 100% center;
  background-color: #fbfbfb;
  border-radius: 2px;
  border: 1px solid #c8c8c8;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
}

select:disabled {
  cursor: not-allowed;
}

select:disabled:hover {
  cursor: not-allowed;
}

.form__select-faker {
  position: relative;
  display: block;
}

.form__select-faker:before {
  content: '';
  background-color: #c8c8c8;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 36px;
  z-index: 1;
  box-sizing: border-box;
  pointer-events: none;
}

.form__select-faker:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -6px;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2c2c2c;
  border-left: 2px solid #2c2c2c;
  transform: rotate(225deg);
  z-index: 2;
  pointer-events: none;
}

textarea {
  display: block;
  padding: 0.2em 0.5em 0.2em;
  width: 100%;
  height: 80px;
  border-radius: 3px 3px 0 3px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  resize: vertical;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  height: auto;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder {
  color: #9a9a9a;
}

input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
  color: #9a9a9a;
}

input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder, input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

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

.form-box > .form__set .form__title {
  padding: 18px 4px 12px 16px;
}

.form-box > .form__set .form__contents {
  padding: 12px 16px 12px 4px;
}

.form__set {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.form__set.-auto {
  width: auto;
}

.form__set.-half {
  width: 49%;
}

.form__set.-side-by-side {
  align-items: center;
}

.form__set.-side-by-side .form__title {
  padding-top: 8px;
}

.form__title {
  display: flex;
  margin: 0;
  padding: 16px 24px 8px 0;
  width: 22%;
  font-size: 1.4rem;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}

.input-box_link{
  display: block;
  width:100%;
}

.form_link_title {
  display: inline-block;
  margin: 0 auto;
  padding: 16px 24px 8px 0;
  width: 67%;
  font-size: 1.4rem;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}

.form_link_button {
  display: inline-block;
  padding: 16px 24px 8px 0;
  margin: 0 auto;
  font-size: 1.4rem;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}

.form_link_text {
  width: 100%;
}




.form__title-text.-main {
  font-size: 2rem;
}

.form__contents {
  margin: 0;
  padding: 8px 24px;
  width: 78%;
  font-size: 1.6rem;
  box-sizing: border-box;
  min-width: 200px;
}

.form__contents span{
 white-space: nowrap;
}

.form__label {
  cursor: pointer;
  display: block;
}

.form__label.-check {
  position: relative;
}

.form__label.-select {
  max-width: 100%;
}

.form__label.-select select {
  width: 100%;
}

.form__label.-select.-large {
  min-width: 400px;
}

.form__label.-tag {
  width: 240px;
}

.form__label.-short {
  width: 40%;
}

.input-list {
  padding: 0;
  margin: 0 -12px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.input-list__item {
  display: inline-block;
  margin: 4px 8px 4px 0;
}

input[type='radio'].form__radio, input[type='checkbox'].form__check {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
}

.form__check-text {
  display: block;
  padding: 2px 6px 2px 30px;
  min-height: 20px;
  line-height: 18px;
  box-sizing: border-box;
  border: none;
  position: relative;
  border-radius: 2px;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  font-size: 1.4rem;
}

.fav__check-text {
  display: block;
  padding: 2px 6px 2px 30px;
  min-height: 20px;
  width: auto;
  line-height: 18px;
  box-sizing: border-box;
  border: none;
  position: relative;
  border-radius: 2px;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  font-size: 1.4rem;
}

.form__check-faker {
  display: block;
  width: 20px;
  height: 20px;
  background: #fbfbfb;
  border: 2px solid #c8c8c8;
  border-radius: 2px;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translate(0, -50%);
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.form__check-faker:after {
  content: '';
  width: 12px;
  height: 6px;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  display: block;
  position: absolute;
  margin-top: -2px;
  top: 50%;
  left: 0;
  transition: border-color 0.1s ease-in-out;
  transform: translate(0, -50%) rotate(-45deg);
}

.form__check:checked ~ .form__check-text {
  background-color: #e11e32;
  color: #fff;
}

.form__check:checked ~ .form__check-text .form__check-faker {
  border-color: transparent;
  background-color: transparent;
}

.form__check:checked ~ .form__check-text .form__check-faker:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.form__check:checked ~ .fav__check-text {
  background-color: #e11e32;
  color: #fff;
}

.form__check:checked ~ .fav__check-text .form__check-faker {
  border-color: transparent;
  background-color: transparent;
}

.form__check:checked ~ .fav__check-text .form__check-faker:after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.input-box .form__set.-main .form__title {
  border-right-width: 4px;
  border-color: #e11e32;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 22px 24px 12px 0;
}

.input-box .form__set.-main .form__contents {
  padding: 12px 0 12px 24px;
}

.input-box .form__set.-main + .form__set .form__title {
  padding-top: 16px;
}

.input-box .form__set.-main + .form__set .form__contents {
  padding-top: 16px;
}

.input-box .form__title {
  border-right: 2px solid #f2f2f2;
  justify-content: flex-end;
}

.input-box .form__contents {
  padding: 8px 0 8px 24px;
}

.input-box + .input-box {
  margin-top: 16px;
}

.form-bottom-box {
  margin: 24px auto 0;
  width: 85%;
}

.form-bottom-next-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.form-btn-next,
.form-btn-supplement {
  margin: 0 20px;
  text-align: center;
  position: relative;
}

.form-link-back {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0;
}

.form__supplement {
  margin: 4px 0 0;
  font-size: 1.4rem;
}

.input-top-info {
  margin-top: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.input-change-status-box {
  margin-left: auto;
}

.modal-wrap .form__set .form__title {
  padding-left: 24px;
}

.modal-wrap .form__set .form__contents {
  padding-right: 24px;
}

/* エラー ===== */
.form__error {
  border: 2px solid #e11e32;
  width: 100%;
  background-color: #fdeef0;
  padding: 8px 16px;
  box-sizing: border-box;
}

.form__error + .form__set {
  margin-top: 16px;
}

.form__error-message {
  margin: 0;
  font-size: 1.4rem;
  color: #e11e32;
}

.input__error-message {
  margin: 4px 0 0;
  font-size: 1.4rem;
  color: #e11e32;
}

select.is-error,
textarea.is-error,
input[type='text'].is-error,
input[type='tel'].is-error,
input[type='email'].is-error,
input[type='date'].is-error,
input[type='month'].is-error,
input[type='search'].is-error,
input[type='password'].is-error,
input[type='button'].is-error,
input[type='submit'].is-error,
input[type='reset'].is-error,
input[type='number'].is-error {
  background-color: #fdeef0;
  border-color: #e11e32;
}

select.is-error:hover,
textarea.is-error:hover,
input[type='text'].is-error:hover,
input[type='tel'].is-error:hover,
input[type='email'].is-error:hover,
input[type='date'].is-error:hover,
input[type='month'].is-error:hover,
input[type='search'].is-error:hover,
input[type='password'].is-error:hover,
input[type='button'].is-error:hover,
input[type='submit'].is-error:hover,
input[type='reset'].is-error:hover,
input[type='number'].is-error:hover {
  background-color: #fdeef0;
  border-color: #e11e32;
}

/* Vue =========== */
[v-cloak] {
  display: none !important;
}

/* ヘッダーアニメーション */
.header-menu-enter-active,
.header-menu-leave-active {
  transition: 0.3s left;
}

.header-box.is-not-transition .header-menu-enter-active,
.header-box.is-not-transition .header-menu-leave-active {
  transition: 0s left;
}

.header-menu-enter,
.header-menu-leave-to {
  left: -300px !important;
}

.header-menu-enter-to,
.header-menu-leave {
  left: 0 !important;
}

/* フェードアニメーション */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter,
.fade-leave-to {
  opacity: 0 !important;
}

.fade-enter-to,
.fade-leave {
  opacity: 1 !important;
}

/* アコーディオンアニメーション */
.accordion-enter-active,
.accordion-leave-active {
  transition: 0.3s height;
  overflow: hidden !important;
}

/* ボタン =========== */
/* 四角ボタン */
.square-btn,
a.square-btn {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  color: #2c2c2c;
  font-size: 1.4rem;
  padding: 4px 8px;
  transition: 0.3s color, 0.3s background-color;
  box-sizing: border-box;
  text-align: center;
  width: auto;
}

.square-btn:hover,
a.square-btn:hover {
  color: #e11e32;
}

/* 四角ボタン：強調 */
.square-btn.-emphasis,
a.square-btn.-emphasis {
  border-color: #e11e32;
  background-color: #e11e32;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4px 12px;
}

.square-btn.-emphasis:hover,
a.square-btn.-emphasis:hover {
  background-color: #fff;
  color: #e11e32;
}

/* 四角ボタン：少し強調 */
.square-btn.-medium,
a.square-btn.-medium {
  font-size: 1.6rem;
  padding: 4px 15px;
}

/* 丸ボタン */
.circle-btn,
a.circle-btn {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  color: #2c2c2c;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  transition: 0.3s color, 0.3s background-color;
  box-sizing: border-box;
  text-align: center;
}

.circle-btn:hover,
a.circle-btn:hover {
  background-color: #c8c8c8;
}

/* リセットボタン */
.reset-btn,
a.reset-btn {
  display: inline-block;
  width: auto;
  border: none;
  background-color: transparent;
  color: #9a9a9a;
  transition: 0.3s color;
  margin: 0;
  padding: 8px;
}

.reset-btn:hover,
a.reset-btn:hover {
  color: #e11e32;
}

.reset-btn > .icon.-reset,
a.reset-btn > .icon.-reset {
  margin-right: 4px;
}

/* ログアウトボタン */
.logout-btn,
a.logout-btn {
  display: inline-block;
  width: 126px;
  text-align: center;
  font-size: 1.4rem;
  padding: 4px 12px;
  line-height: 1;
  color: #2c2c2c;
}

.logout-btn:hover,
a.logout-btn:hover {
  color: #e11e32;
}

/* ページトップ */
.page-top-box {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
}

.page-top-box.is-active {
  display: block;
}

.page-top__btn,
a.page-top__btn {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  position: relative;
  background-color: #f2f2f2;
  border: none;
}

.page-top__btn:before,
a.page-top__btn:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 22px;
  margin-top: -6px;
  width: 16px;
  height: 16px;
  border-top: 4px solid #c8c8c8;
  border-left: 4px solid #c8c8c8;
  transform: rotate(45deg);
  transition: 0.3s border-color;
}

.page-top__btn:hover,
a.page-top__btn:hover {
  background-color: #f2f2f2;
}

.page-top__btn:hover:before,
a.page-top__btn:hover:before {
  border-color: #e11e32;
}

/* アコーディオン */
.accordion__btn,
a.accordion__btn {
  position: relative;
  padding-right: 32px;
}

.accordion__btn:after,
a.accordion__btn:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e11e32;
  border-left: 2px solid #e11e32;
  transform: rotate(225deg);
}

.accordion__btn.is-active:after,
a.accordion__btn.is-active:after {
  transform: rotate(45deg);
  margin-top: -3px;
}

/* 新規追加 */
.create-btn,
a.create-btn {
  display: flex;
  align-items: center;
  padding: 4px 16px;
}

.create-btn .style-icon,
a.create-btn .style-icon {
  margin-right: 8px;
}

.create-btn:hover .style-icon:before, .create-btn:hover .style-icon:after,
a.create-btn:hover .style-icon:before,
a.create-btn:hover .style-icon:after {
  background-color: #e11e32;
}

.square-btn.create-btn,
a.square-btn.create-btn {
  padding: 4px 16px;
}

.create-btn-box .create-btn,
.create-btn-box a.create-btn {
  margin-left: auto;
}

/* モーダル内閉じるボタン */
.modal__close-btn,
a.modal__close-btn {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.modal__close-btn .style-icon.-cross,
a.modal__close-btn .style-icon.-cross {
  width: 32px;
  height: 32px;
}

.modal__close-btn .style-icon.-cross:before, .modal__close-btn .style-icon.-cross:after,
a.modal__close-btn .style-icon.-cross:before,
a.modal__close-btn .style-icon.-cross:after {
  background-color: #f2f2f2;
}

.modal__close-btn .style-icon.-cross:before,
a.modal__close-btn .style-icon.-cross:before {
  width: 32px;
  height: 4px;
  margin-top: -2px;
}

.modal__close-btn .style-icon.-cross:after,
a.modal__close-btn .style-icon.-cross:after {
  width: 4px;
  height: 32px;
  margin-left: -2px;
}

.modal__close-btn:hover .style-icon.-cross:before, .modal__close-btn:hover .style-icon.-cross:after,
a.modal__close-btn:hover .style-icon.-cross:before,
a.modal__close-btn:hover .style-icon.-cross:after {
  background-color: #e11e32;
}

/* 四角ボタン：サブミット */
.square-btn.-submit,
a.square-btn.-submit {
  border-color: #e11e32;
  background-color: #e11e32;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 12px;
  min-width: 220px;
}

.square-btn.-submit:hover,
a.square-btn.-submit:hover {
  background-color: #fff;
  color: #e11e32;
}

.square-btn.-submit-supplement,
a.square-btn.-submit-supplement {
  font-size: 1.6rem;
  padding: 8px 12px;
  min-width: 180px;
}

/* 四角ボタン：戻る */
.square-btn.-back,
a.square-btn.-back {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 30px;
  min-width: 220px;
}

.square-btn.-back:before,
a.square-btn.-back:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -5px;
  left: 13px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c8c8c8;
  border-left: 2px solid #c8c8c8;
  transform: rotate(315deg);
  transition: 0.3s border-color;
}

.square-btn.-back:hover:before,
a.square-btn.-back:hover:before {
  border-color: #e11e32;
}

/* テキストリンク */
.text-link,
a.text-link {
  font-size: 1.4rem;
}

/* 戻るリンク */
.form-link__back,
a.form-link__back {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  color: #2c2c2c;
  padding: 4px 16px 4px 24px;
  position: relative;
}

.form-link__back:before,
a.form-link__back:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -5px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c8c8c8;
  border-left: 2px solid #c8c8c8;
  transform: rotate(315deg);
  transition: 0.3s border-color;
}

.form-link__back:hover,
a.form-link__back:hover {
  color: #e11e32;
}

.form-link__back:hover:before,
a.form-link__back:hover:before {
  border-color: #e11e32;
}

.dashboad_messege {
  display :block;
  font-size: 20px;
  padding: 10px 10px 10px 60px;
  height: 50px;
}


/* リセットボタン */
.project-search__reset-btn:hover .icon {
  color: #e11e32;
}

.docs{
	display:block;
	font-size: 1rem;
}

.doc_image{
	display:inline-block;
    width: 25%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	vertical-align:top;
}

.page_image{
	width:200px;
}

.doc_info{
  margin-top:10px;
  margin-bottom:10px;
  width: 70%;
  display: inline-block;
  background-color: #fff;
  transition: 0.3s background-color;
}



/* アイコン + テキストボタン */
.icon-text__anchor,
a.icon-text__anchor {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  color: #2c2c2c;
}

.icon-text__anchor > .icon,
a.icon-text__anchor > .icon {
  vertical-align: middle;
  font-size: 1.8rem;
  margin-right: 2px;
}

.icon-text__anchor:hover,
a.icon-text__anchor:hover {
  color: #e11e32;
}

.icon-text__anchor:hover > .icon,
a.icon-text__anchor:hover > .icon {
  color: #e11e32;
}

.icon-text__anchor.-moderate,
a.icon-text__anchor.-moderate {
  color: #9a9a9a;
}

.icon-text__anchor.-moderate:hover,
a.icon-text__anchor.-moderate:hover {
  color: #e11e32;
}

.icon-text__anchor-text {
  vertical-align: middle;
  font-size: 1.2em;
}

/* ヘッダー検索式購入ボタン */
.head-info__btn,
a.head-info__btn {
  white-space: nowrap;
}

/* ページタイトル内ボタン */
.page-title-btn,
a.page-title-btn {
  margin: 0 8px;
}

.page-title-btn-box .page-title-btn:first-of-type,
.page-title-btn-box a.page-title-btn:first-of-type {
  margin-left: 0;
}

.page-title-btn-box .page-title-btn:last-of-type,
.page-title-btn-box a.page-title-btn:last-of-type {
  margin-right: 0;
}

/* 並列ボタン */
.prll-btn,
a.prll-btn {
  margin: 4px 8px;
}

.prll-btn-box,
a.prll-btn-box {
  margin: 4px 8px;
  width:85%;
}

.prll-btn-box .prll-btn:first-of-type,
.prll-btn-box a.prll-btn:first-of-type {
  margin-left: 0;
}

.prll-btn-box .prll-btn:last-of-type,
.prll-btn-box a.prll-btn:last-of-type {
  margin-right: 0;
}

/* ボタン内画像 */
.btn-ic-img {
  margin-right: 4px;
}

/* 左ボーダーボタン */
.left-border-btn,
a.left-border-btn {
  color: #2c2c2c;
  font-size: 1.4rem;
  line-height: 34px;
  margin-left: 8px;
  padding: 0 12px;
  border-left: 1px solid #c8c8c8;
}

.left-border-btn:hover,
a.left-border-btn:hover {
  color: #e11e32;
}

/* ページ遷移ボタン */
.page-ttn-btn,
a.page-ttn-btn {
  position: relative;
  padding-right: 32px;
}

.page-ttn-btn:after,
a.page-ttn-btn:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 12px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e11e32;
  border-left: 2px solid #e11e32;
  transform: rotate(135deg);
}

/* お知らせ ========== */
.head-message-box {
  background-color: #e11e32;
  color: #fff;
  box-sizing: border-box;
}

.head-message {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  box-sizing: border-box;
}

.head-message__text {
  margin: 0;
  padding: 16px;
  font-size: 1.8rem;
}

.head-message__btn-box {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.head-message__btn,
a.head-message__btn {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 4px 16px;
  margin-right: 16px;
  min-width: 140px;
  border-color: #fff;
  background-color: #e11e32;
  color: #fff;
}

.head-message__btn:hover,
a.head-message__btn:hover {
  background-color: #fff;
  color: #e11e32;
}

.head-message__close-btn {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: none;
  outline: 0;
  margin: 0;
  padding: 4px;
  cursor: pointer;
  color: #fff;
  font-size: 1.2rem;
  width: auto;
}

/* ヘッダー ========== */
.header-wrap {
  height: 60px;
}

.header-box {
  width: 100%;
  z-index: 1000;
  padding: 0;
  box-sizing: border-box;
}

.header-box.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s padding;
}

.header-box.is-fixed.is-header-menu-active {
  padding-left: 280px;
}

.header-box.is-not-transition {
  transition: 0s padding;
}

/* メニュー ===== */
.head-contents-box {
  background-color: #fff;
  border-bottom: 4px solid #e11e32;
}

.head-contents {
  height: 56px;
  position: relative;
  display: flex;
}

/* ハンバーガーボタン */
.head-menu-btn {
  width: 40%;
}

.head-menu__btn {
  width: 56px;
  height: 56px;
  display: block;
  padding: 18px 12px;
  margin: 0;
  background-color: #fdf0f0;
  z-index: 1020;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 0;
  transition: 0.3s background-color;
}

.head-menu__btn:hover {
  background-color: #e11e32;
}

.head-menu__btn:hover .hamburger i {
  background-color: #fff;
}

.hamburger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.hamburger i {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #e11e32;
  transition: 0.3s background-color;
}

.hamburger i:nth-child(1) {
  top: 0;
}

.hamburger i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

.hamburger i:nth-child(3) {
  bottom: 0;
}

.hamburger.is-active i:nth-child(1) {
  top: 4px;
  left: -3px;
  width: 16px;
  transform: rotate(-45deg);
}

.hamburger.is-active i:nth-child(3) {
  bottom: 4px;
  left: -3px;
  transform: rotate(45deg);
  width: 16px;
}

/* ロゴ */
.head-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 20%;
}

.head-logo__anchor {
  display: block;
  transition: 0.3s opacity;
}

.head-logo__anchor:hover {
  opacity: 0.8;
}

.head-logo__img {
  width: 104px;
  height: 46px;
}

/* 検索式数 */
.head-info {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 40%;
  padding-bottom: 4px;
}

.head-info__text-box {
  font-size: 1.6rem;
  margin-right: 16px;
  line-height: 1.4;
  text-align: right;
}

.head-info__text {
  display: inline-block;
}

.head-info__text-num {
  font-weight: normal;
  font-style: normal;
  margin-right: 4px;
}

.head-info__text-num.-emphasis {
  font-size: 2.2rem;
  font-weight: bold;
}

/* メニュー項目 */
.head-menu-box {
  display: none;
  width: 280px;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -280px;
  background-color: #f2f2f2;
  transition: 0.3s left;
  z-index: 1030;
  box-sizing: border-box;
}

.head-menu-box.is-active {
  display: block;
  left: 0;
}

.head-menu-inner {
  width: 320px;
  height: 100%;
  overflow-y: scroll;
}

.head-menu-show-box {
  width: 280px;
  padding-bottom: 20vh;
}

.head-menu-info {
  padding: 8px 16px 12px;
}

.head-menu-info .head-info__text-box {
  margin-right: 0;
  font-size: 1.4rem;
}

.head-menu-info .head-info__text-num.-emphasis {
  font-size: 1.8rem;
}

.head-menu-info .head-info__btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.head-menu-info .head-info__btn,
.head-menu-info a.head-info__btn {
  padding-left: 30px;
  padding-right: 30px;
}

.head-menu__close-btn {
  position: relative;
  display: none;
  background-color: transparent;
  border: none;
  outline: 0;
  width: 56px;
  height: 32px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.head-menu__close-btn:before, .head-menu__close-btn:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  border-top: 3px solid #c8c8c8;
  transition: 0.3s border-color;
}

.head-menu__close-btn:before {
  top: -6px;
  right: 6px;
  transform: rotate(135deg);
}

.head-menu__close-btn:after {
  bottom: -6px;
  right: 6px;
  transform: rotate(45deg);
}

.head-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.head-link-list__item {
  margin: 0;
  width: 100%;
}

.head-link-list__item.-half {
  width: 50%;
}

.head-link-list__anchor,
a.head-link-list__anchor {
  display: block;
  padding: 10px 16px;
  font-size: 1.4rem;
  color: #2c2c2c;
  transition: 0.3s color;
}

.head-link-list__anchor:hover,
a.head-link-list__anchor:hover {
  color: #e11e32;
}

.head-link-list__anchor.-icon,
a.head-link-list__anchor.-icon {
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1.6rem;
}

.head-link-list__anchor.-icon .icon,
a.head-link-list__anchor.-icon .icon {
  transition: 0.3s color;
}

.head-link-list__anchor.-icon:hover,
a.head-link-list__anchor.-icon:hover {
  color: #e11e32;
}

.head-link-list__anchor.-icon:hover .icon.-setting,
a.head-link-list__anchor.-icon:hover .icon.-setting {
  color: #e11e32;
}

.head-link-list__anchor.-icon:before,
a.head-link-list__anchor.-icon:before {
  content: '';
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background-color: #c8c8c8;
}

.head-link-list__anchor.-half,
a.head-link-list__anchor.-half {
  text-align: center;
}

.head-link-list__anchor.-border,
a.head-link-list__anchor.-border {
  position: relative;
}

.head-link-list__anchor.-border:before,
a.head-link-list__anchor.-border:before {
  content: '';
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background-color: #c8c8c8;
}

.head-link-list__sub-anchor {
  display: flex;
  justify-content: space-between;
}

.head-link-list__text {
  padding: 10px 0 10px 16px;
  font-size: 1.4rem;
}

.head-link-sub-list {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  border-top: 1px dotted #c8c8c8;
  border-bottom: 1px dotted #c8c8c8;
  overflow-y: scroll;
  max-height: 35vh;
}

.head-link-sub-list__item {
  margin: 0;
}

.head-link-sub-list__anchor,
a.head-link-sub-list__anchor {
  display: block;
  font-size: 1.4rem;
  padding: 6px 2px 6px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2c2c2c;
}

.head-link-sub-list__anchor:hover,
a.head-link-sub-list__anchor:hover {
  color: #e11e32;
}

.head-link-bottom-box {
  text-align: center;
  padding: 12px 16px;
}

@media screen and (max-height: 570px) {
  .head-link-sub-list {
    max-height: 136px;
  }
}

/* オーバレイ */
.head-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1010;
}

.head-overlay.is-active {
  display: block;
}

/* トップページ ===== */
.header-wrap.is-top .head-info {
  align-items: center;
  padding-bottom: 0;
}

.header-wrap.is-top .head-info__btn,
.header-wrap.is-top a.head-info__btn {
  display: flex;
}

.header-wrap.is-top .header-box.is-fixed.is-header-menu-active {
  padding-left: 0;
}

/* フッター ========== */
.footer-wrap {
  margin-top: 80px;
}

.footer-link-box {
  background-color: #f2f2f2;
  padding: 32px 0;
}

.footer-link {
  display: flex;
}

.footer-link > .footer-link__cell:first-of-type {
  padding-left: 0;
}

.footer-link > .footer-link__cell:last-of-type {
  border-right: none;
  padding-right: 0;
}

.footer-link + .footer-link {
  margin-top: 24px;
}

.footer-link__cell {
  margin: 0;
  padding: 0 24px;
  border-right: 1px solid #c8c8c8;
  box-sizing: border-box;
  max-width: calc(100% / 3);
}

.footer-link__cell.-main {
  min-width: 25%;
  max-width: 40%;
}

.footer-link__cell.-sub {
  min-width: 25%;
  max-width: 35%;
}

.footer-link__cell.-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  margin-left: auto;
  min-width: auto;
  max-width: none;
}

.footer-link__title {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 0 0 10px;
}

.footer-link__title + .footer-link-list-box {
  margin-top: 8px;
}

.footer-link-list-box.-col-2 {
  display: flex;
}

.footer-link-list-box.-col-2 > .footer-link-list {
  width: 50%;
}

.footer-link-list-box.-col-2 > .footer-link-list:first-of-type {
  margin-right: 16px;
}

.footer-link-list {
  margin: 0;
}

.footer-link-list__item {
  margin: 0;
}

.footer-link-list__anchor,
a.footer-link-list__anchor {
  display: block;
  font-size: 1.4rem;
  padding: 4px 0;
  color: #2c2c2c;
}

.footer-link-list__anchor:hover,
a.footer-link-list__anchor:hover {
  color: #e11e32;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  width: 280px;
  box-sizing: border-box;
  padding-left: 40px;
}

.footer-info-box {
  width: 100%;
  margin: 0;
}

.footer-info-box + .footer-info-box {
  margin-top: 16px;
}

.address-list {
  margin: 0;
  padding: 0;
  display: flex;
}

.address-list + .address-list {
  margin-top: 16px;
}

.address-list__title {
  font-size: 1.4rem;
  margin: 0;
  white-space: nowrap;
}

.address-list__contents {
  font-size: 1.4rem;
  margin: 0;
}

.address-list__anchor,
a.address-list__anchor {
  font-size: 1.4rem;
  color: #2c2c2c;
}

.address-list__anchor:hover,
a.address-list__anchor:hover {
  color: #e11e32;
}

.sns-list-box {
  margin: 0;
  display: flex;
  align-items: center;
}

.sns-list__title {
  font-size: 1.4rem;
  margin: 0;
  white-space: nowrap;
}

.sns-list__contents {
  font-size: 1.4rem;
  margin: 0 0 0 16px;
}

.sns-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sns-list > .sns-list__item:last-of-type {
  margin-right: 0;
}

.sns-list__item {
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding: 0;
}

.sns-list__anchor,
a.sns-list__anchor {
  display: block;
}

.sns-list__img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}

.footer-copyright-box {
  border-top: 1px solid #c8c8c8;
  padding: 32px 0;
}

.footer-copyright {
  margin: 0;
  font-size: 1.2rem;
  color: #9a9a9a;
  display: flex;
  align-items: center;
}

.footer-copyright__text {
  margin-right: 12px;
}

.footer-copyright__img {
  width: 120px;
  height: auto;
}

/* ページタイトル ========== */
.page-title-box {
  background-color: #f2f2f2;
}

.page-title {
  position: relative;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 2px;
  background-color: #e11e32;
}

.page-title.-main {
  justify-content: center;
}

.page-title.-main:after {
  content: none;
}

.page-title.is-parallel .page-title__text {
  width: 50%;
}

.page-title__text {
  margin: 0;
  font-size: 2.4rem;
  font-weight: bold;
  box-sizing: border-box;
}

.page-title__text.-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-title__text.-emphasis {
  font-size: 2.8rem;
}

.page-title__text.-moderate {
  font-size: 1.8rem;
  font-weight: normal;
}

.page-title__text.-supplement {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 4px;
}

.page-title__text.-qa {
  font-size: 2rem;
  margin: 0 auto;
}

.page-title__text .common-table__status {
  margin: 0 0 0 12px;
}

.page-title__num {
  font-style: normal;
}

.page-title-dashboard-info {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}

.page-title-dashboard-info__news-anchor,
a.page-title-dashboard-info__news-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100%;
  padding: 4px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
}

.page-title-dashboard-info__news-anchor .icon.-bell,
a.page-title-dashboard-info__news-anchor .icon.-bell {
  font-size: 2rem;
  color: #9a9a9a;
}

.page-title-dashboard-info__news-anchor:hover .icon,
a.page-title-dashboard-info__news-anchor:hover .icon {
  color: #e11e32;
}

.page-title-dashboard-info__news-anchor.-new:after,
a.page-title-dashboard-info__news-anchor.-new:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e11e32;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.page-title-dashboard-info__today {
  border-left: 1px solid #9a9a9a;
  margin-left: 16px;
  padding-left: 16px;
}

.page-title-dashboard-info__today-text {
  color: #6f6f6f;
  font-size: 1.4rem;
  line-height: 1.2;
}

.page-title__mark-qa {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 4.8rem;
  font-weight: bold;
  font-style: italic;
  z-index: 1;
  line-height: 1;
  color: #c8c8c8;
}

.page-title__text-qa {
  position: relative;
  z-index: 2;
}

.page-title-sub-box {
  width: auto;
}

.page-title-btn-box {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* コンテンツタイトル ========== */
.contents__title {
  margin: 24px auto 16px;
}

.contents__title-text {
  margin: 0;
  font-size: 2.0rem;
}

.contents__title-supplement {
  margin: 8px 0 0;
}

/* 検索結果：グラフ ========== */
.result-graph-box {
  margin-top: 5px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.result-graph {
  position: relative;
  display: flex;
}

.result-graph-area{
	text-align:center;
	width:calc(100% - 210px);
	padding: 0 0 10px 0;
}


/* 検索結果：絞り込み ========== */
.project-search-box {
  margin-top: 16px;
}

.project-search {
  width: 82%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.project-search .form-box {
  background-color: #f2f2f2;
  padding: 8px 0;
  margin-top: 6px;
}

.project-search .form__title {
  width: 100px;
}

.project-search .form__contents {
  width: calc(100% - 90px);
}

.prj-srh-top-box {
  display: flex;
  justify-content: space-between;
}

.prj-srh-top {
  display: flex;
  width: auto;
  flex-wrap: wrap;
}

.prj-srh-top.is-left {
	display: inline-block;
  justify-content: flex-start;
	top: 50%;
}

.prj-srh-top.is-left_new{
	display: inline-block;
  justify-content: flex-start;
	top: 50%;
	width:50%;
}

.prj-srh-top.is-right {
  justify-content: flex-end;
}

/* 検索結果：一覧 ========== */
.project-result-box {
  margin-top: 32px;
}

.project-result-box.-form {
  margin-top: 80px;
}

.project-result {
  width: 88%;
  margin: 0 auto;
}

.project-result-info {
  display: flex;
  align-items: center;
}

.project-result-info__num {
  width: 20%;
}

.project-result-info__num.-full {
  width: 100%;
}

.project-result__num {
  font-size: 1.6rem;
}

.project-result__num-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
}

.project-result__num-supplement {
  font-size: 1.4rem;
}

.project-result-info__paging {
  width: 60%;
}

.project-result-info__share {
  width: 20%;
  text-align: right;
  position: relative;
}

.project-result-share__btn > .icon,
a.project-result-share__btn > .icon {
  margin-right: 8px;
}

.project-result-share__btn > .icon.-share,
a.project-result-share__btn > .icon.-share {
  font-size: 1.6rem;
}

.project-result-share__btn:hover > .icon.-share,
a.project-result-share__btn:hover > .icon.-share {
  color: #e11e32;
}

.pop-up-box:hover .project-result-share__btn,
.pop-up-box:hover a.project-result-share__btn {
  color: #e11e32;
}

.pop-up-box:hover .project-result-share__btn > .icon.-share,
.pop-up-box:hover a.project-result-share__btn > .icon.-share {
  color: #e11e32;
}

.tweet-result-list {
  margin: 16px auto 0;
  padding: 0;
  list-style: none;
}

.tweet-result-list > .tweet-result-list__item:first-child {
  border-top: 1px dotted #6f6f6f;
}
.tweet-result-list__anchor,
a.tweet-result-list__anchor {
  display: block;
  color: #2c2c2c;
  padding: 24px;
  background-color: #fff;
  transition: 0.3s background-color;
}

.tweet-result-list__anchor:hover,
a.tweet-result-list__anchor:hover {
  background-color: #fefafa;
}

.tweet-result-list__anchor:hover .tweet-result-list__title,
a.tweet-result-list__anchor:hover .tweet-result-list__title {
  color: #e11e32;
}

.site--result-list__anchor:hover .site-result-list__title,
a.site-result-list__anchor:hover .site-result-list__title {
  color: #e11e32;
}

.tweet-result-list__title {
  display:inline-block;
  margin: 0;
  color: #923c3c;
  font-size: 1.5rem;
  font-weight: bold;
  transition: 0.3s color;
//  position:absolute;
}

.site-result-list__title {
  display:inline-block;
  margin: 10px;
  color: #923c3c;
  font-size: 2.0rem;
  font-weight: bold;
  transition: 0.3s color;
  position:absolute;
  width: 65%;
}

.site-result-list__title p{
	font-size : 0.8em;
	font-weight: normal;
}

.site-result-list__info{
  margin: 8px 0 10px 0;
  display: block;
  width:100%;
}


.tweet-result-list__title p{
  font-size: 1.2rem;
}

.tweet-result-list_text{
   font-size: 1.5rem;
   margin: 10px;
}

.trim-image-to-circle {
    width:  50px;       /* ※縦横を同値に */
    height: 50px;       /* ※縦横を同値に */
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    background-position: left top;  /* 横長画像の左上を基準に表示 */
    display: inline-block;          /* 複数の画像を横に並べたい場合 */
    margin-right:10px;
}

.site-result-list__image {
  display: inline-block;          /* 複数の画像を横に並べたい場合 */
  width:  30%;       /* ※縦横を同値に */
  min-height: 100px;
}


.tweet-result-list__item {
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px dotted #6f6f6f;
}

.project-result-share__contents {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 2px 6px rgba(44, 44, 44, 0.2);
  border-radius: 2px;
  text-align: left;
}

.project-result-share-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.project-result-share-list__item {
  margin: 0;
}

.project-result-share__anchor,
a.project-result-share__anchor {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: 8px;
  box-sizing: border-box;
  color: #2c2c2c;
}

.project-result-share__anchor:hover,
a.project-result-share__anchor:hover {
  color: #e11e32;
}

.project-result-share__img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.project-result-share__text {
  margin-left: 8px;
}

.project-result-list {
  margin: 16px auto 0;
  padding: 0;
  list-style: none;
}

.project-result-list > .project-result-list__item:first-child {
  border-top: 1px dotted #6f6f6f;
}

.project-result-list__item {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-bottom: 1px dotted #6f6f6f;
}




.project-result-list__anchor,
a.project-result-list__anchor {
  display: block;
  color: #2c2c2c;
  padding: 24px;
  background-color: #fff;
  transition: 0.3s background-color;
}

.project-result-list__anchor:hover,
a.project-result-list__anchor:hover {
  background-color: #fefafa;
}

.project-result-list__anchor:hover .project-result-list__title,
a.project-result-list__anchor:hover .project-result-list__title {
  color: #e11e32;
}

.project-result-list__title {
  margin: 0;
  color: #923c3c;
  font-size: 2rem;
  font-weight: bold;
  transition: 0.3s color;
}

.project-result-list__url {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  color: #9a9a9a;
  margin-top: 8px;
  line-height: 1;
}

.project-result-list__info {
  margin-top: 8px;
  display: flex;
}

.project-result-list__media-name {
  font-size: 1.6rem;
  font-weight: bold;
  border-right: 1px solid #c8c8c8;
  padding-right: 8px;
  margin-right: 8px;
}

.project-result-list__date {
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 6px;
  min-width: 400px;
}

.project-result-list__tweet {
  display:block;
  border-right: 1px solid #c8c8c8;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 6px;
  padding-right: 8px;
  margin-right: 8px;
}

.project-result-list__tweetnum {
  display:inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-top: 10px;
  padding-right: 8px;
  margin-right: 8px;
}

.project-result-list__tweet img{
	width:18px;
}

.project-result-list__fav {
  display:block;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 6px;
  padding-right: 8px;
  margin-right: 8px;
}

.project-result-list__ss {
  display:block;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 6px;
  padding-right: 8px;
  margin-right: 8px;
}

.project-result-list__id {
  font-size: 1.4rem;
  color: #9a9a9a;
  display: inline-block;
}

.project-result-tag-list {
  padding: 0;
  margin: 8px auto 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.project-result-tag-list__item {
  display: inline-block;
  width: auto;
  margin: 4px 8px 4px 0;
}

.project-result-list__tag {
  display: inline-block;
  font-size: 1.6rem;
  background-color: #f2f2f2;
  padding: 2px 12px;
  border-radius: 200px;
}

.project-result-bottom {
  margin-top: 24px;
}

/* ページング ========== */
.paging-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging-list > .paging-list__item {
  position: relative;
}

.paging-list > .paging-list__item:before {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background-color: #f2f2f2;
}

.paging-list > .paging-list__item:first-of-type:before {
  content: none;
}

.paging-list__item {
  margin: 0;
}

.paging__btn,
a.paging__btn {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: #e11e32;
  border: 1px solid #e11e32;
  position: relative;
  transition: 0.3s background-color;
}

.paging__btn:before,
a.paging__btn:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.paging__btn.-prev,
a.paging__btn.-prev {
  margin-right: 16px;
}

.paging__btn.-prev:before,
a.paging__btn.-prev:before {
  transform: rotate(315deg);
  left: 13px;
}

.paging__btn.-next,
a.paging__btn.-next {
  margin-left: 16px;
}

.paging__btn.-next:before,
a.paging__btn.-next:before {
  transform: rotate(135deg);
  right: 13px;
}

.paging__btn:hover,
a.paging__btn:hover {
  background-color: #fff;
}

.paging__btn:hover:before,
a.paging__btn:hover:before {
  border-top-color: #e11e32;
  border-left-color: #e11e32;
}

.paging__anchor,
a.paging__anchor {
  display: block;
  padding: 8px 12px;
  font-size: 1.6rem;
  color: #2c2c2c;
  white-space: nowrap;
}

.paging__anchor:hover,
a.paging__anchor:hover {
  color: #e11e32;
}

.paging__text {
  display: block;
  padding: 4px 10px;
  font-size: 1.6rem;
  white-space: nowrap;
}

.paging__text.-current {
  background-color: #fdf0f0;
  color: #e11e32;
  font-weight: bold;
  font-size: 2rem;
}

.paging-box.-dashbord .paging__btn.-prev,
.paging-box.-dashbord a.paging__btn.-prev {
  margin-right: 8px;
}

.paging-box.-dashbord .paging__btn.-next,
.paging-box.-dashbord a.paging__btn.-next {
  margin-left: 8px;
}

/* カレンダー ========== */
/* flatpickr */
.flatpickr-wrapper {
  display: inline-block;
}

.flatpickr-calendar.static.open {
  z-index: 20;
  display: block;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.static {
  position: absolute;
  top: 100%;
  right: -8px;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 8100;
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0 0 8px;
  margin: 0 0 8px;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 247.875px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 0 1px 6px rgba(44, 44, 44, 0.2);
}

.flatpickr-months {
  display: flex;
  background-color: #f2f2f2;
  border: 1px solid #c8c8c8;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  cursor: pointer;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
  border-right: 1px solid #c8c8c8;
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  border-left: 1px solid #c8c8c8;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month:after,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month:after,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month:after,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 1px solid #2c2c2c;
  border-right: 1px solid #2c2c2c;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month:after,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month:after {
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 22px;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month:after,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 22px;
}

.flatpickr-months .flatpickr-month {
  color: #2c2c2c;
  height: 48px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: inherit;
  font-weight: normal;
  color: inherit;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0;
  line-height: 1;
  height: 48px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  direction: rtl;
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  display: inline-block;
  padding: 0;
  height: 21px;
  line-height: 21px;
}

.flatpickr-current-month .numInputWrapper {
  width: 66px;
  margin-right: 4px;
  display: flex;
  align-items: center;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.flatpickr-current-month input.cur-year {
  width: 100%;
  background: transparent;
  color: #2c2c2c;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: normal;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  direction: ltr;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(44, 44, 44, 0.3);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(44, 44, 44, 0.5);
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(255, 255, 255, 0.6);
  top: 26%;
  left: 2px;
}

.numInputWrapper span:after {
  display: block;
  content: '';
  position: absolute;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(44, 44, 44, 0.5);
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.6);
  top: 40%;
  left: 2px;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 1.2rem;
  background: transparent;
  color: rgba(44, 44, 44, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 247.87px;
  transition: 0.3s all;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(44, 44, 44, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2c2c2c;
  cursor: pointer;
  font-weight: normal;
  width: calc(100% / 7);
  flex-basis: calc(100% / 7);
  max-width: 32px;
  height: 32px;
  line-height: 31px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
  outline: 0;
}

.flatpickr-day:hover {
  background-color: #f2f2f2;
}

.flatpickr-day.today {
  border-color: #e11e32;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: #e11e32;
  box-shadow: none;
  color: #fff;
  border-color: #e11e32;
}

input[type='text'].js-input-calendar--hidden {
  opacity: 0;
  cursor: pointer;
  height: 24px;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #fdf0f0, 5px 0 0 #fdf0f0;
  background: #fdf0f0;
  border-color: #fdf0f0;
}

.form__calendar-box {
  display: flex;
}

.form__label.-calendar {
  position: relative;
  width: 260px;
}

.form__label.-calendar .icon.-calendar {
  position: absolute;
  right: 8px;
  top: 6px;
  font-size: 2.2rem;
}

.form__label.-calendar.-large {
  width: 280px;
}

input[type='hidden'].form__calendar.-hidden {
  display: none;
}

input[type='text'].form__calendar {
  cursor: pointer;
  padding-right: 40px;
  pointer-events: none;
  border-color: #c8c8c8;
  background-color: #fff;
}

input[type='text'].form__calendar:hover {
  border-color: #c8c8c8;
  background-color: #fff;
  border-bottom-width: 3px;
  border-color: #6f6f6f;
}

input[type='text'].form__calendar.-title {
  border: none;
  background-color: transparent;
  font-size: 3.2rem;
  font-weight: bold;
}

input[type='text'].form__calendar.-hidden {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 36px;
  line-height: 22px;
  opacity: 0;
  pointer-events: auto;
}

/* ポップアップ ========== */
.pop-up-box {
  display: inline-block;
}

.pop-up__contents {
  display: none;
  padding-top: 20px;
  position: absolute;
  top: 24px;
  right: 0;
}

.pop-up__contents.is-active {
  display: block;
  z-index:2;
}

/* ダッシュボード ========== */
.dashbord-result-box {
  margin: 16px auto 0;
  min-height:1000px;
}

.dashbord-result + .dashbord-result {
  margin-top: 24px;
}

.dashbord-result-contents-area {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}

.dashbord-result-contents-item {
  margin: 0 auto;
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
}

.dashbord-result-contents-item.-large {
  width: 65%;
}

.dashbord-result-contents-item.-short {
  width: 35%;
}

.dashbord-result-contents-item.-half {
  width: 50%;
}

.dashbord-result-contents-item.-col-2 {
  display: flex;
}

.dashbord-result-contents-item.-news {
  margin-top: 24px;
}

.dashbord-result-contents-box {
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border-radius: 4px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ececec;
}

.dashbord-result-contents-box.-large {
  width: 60%;
}

.dashbord-result-contents-box.-large + .dashbord-result-contents-box.-short {
  padding-left: 16px;
}

.dashbord-result-contents-box.-short {
  width: 40%;
}

.dashbord-result-contents-box.-short + .dashbord-result-contents-box.-large {
  padding-left: 16px;
}

.dashbord-result-contents-box.-sub {
  border: none;
  border-radius: 0;
}

.dashbord-result-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 8px;
}

.dashbord-result-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #e11e32;
  z-index: 2;
}

.dashbord-result-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ececec;
  z-index: 1;
}

.dashbord-result-title.-sub {
  padding: 4px 16px;
  background-color: #ececec;
}

.dashbord-result-title.-sub:before {
  content: none;
}

.dashbord-result-title.-sub:after {
  content: none;
}

.dashbord-result-contents__title {
  margin: 0;
  font-size: 1.6rem;
}

.dashbord-result-contents__title.-sub {
  font-size: 1.6rem;
}

.dashbord-result-contents {
  padding: 16px;
}

.dashbord-result-contents.-col-2 {
  display: flex;
}

.dashbord-result-contents__cell {
  width: 100%;
}

.dashbord-result-contents__cell.-large {
  width: 60%;
  margin-right: 16px;
}

.dashbord-result-contents__cell.-short {
  width: 40%;
}

.dashbord-result-contents__cell.-graph-label {
  width: 60%;
  margin-right: 16px;
}

.dashbord-result-contents__cell.-graph {
  width: 40%;
}

.dashbord-result-ranking-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.dashbord-result-ranking-list > .dashbord-result-ranking-list__item:nth-of-type(1) {
  margin-top: 0;
}

.dashbord-result-ranking-list__item {
  margin: 8px 0 0;
  display: flex;
}

.dashbord-result-ranking-list__item.-note .dashbord-result-ranking__text {
  font-size: 1.6rem;
  font-weight: bold;
}

.dashbord-result-ranking-list__item.-note .dashbord-result-ranking__num {
  color: #e11e32;
  border-bottom: 2px dotted #e11e32;
}

.dashbord-result-ranking-list__item.-note .dashbord-result-ranking__num-text {
  font-size: 1.8rem;
}

.dashbord-result-ranking__rank {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
  color: #9a9a9a;
  margin-right: 16px;
}

.dashbord-result-ranking__anchor,
a.dashbord-result-ranking__anchor {
  font-size: 1.4rem;
  color: #2c2c2c;
}

.dashbord-result-ranking__anchor:hover,
a.dashbord-result-ranking__anchor:hover {
  color: #e11e32;
}

.dashbord-result-ranking__text {
  margin-right: 8px;
}

.dashbord-result-ranking__num {
  display: inline-block;
  line-height: 1.2;
}

.dashbord-result-ranking__num-text {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
}

.dashbord-result-ranking__project {
  font-size: 1.2rem;
  display: inline-block;
  color: #9a9a9a;
}

.dashbord-result-ranking-message-box {
  background-color: #e11e32;
  color: #fff;
  box-sizing: border-box;
  padding: 8px;
  margin-top: 16px;
}

.dashbord-result-ranking-message__text {
  margin: 0;
  font-size: 1.6rem;
}

.dashbord-result-ranking-message__btn-box {
  text-align: center;
  margin-top: 8px;
}

.dashbord-result-ranking-message__btn,
a.dashbord-result-ranking-message__btn {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 4px 16px;
  margin-right: 16px;
  min-width: 140px;
  border-color: #fff;
  background-color: #e11e32;
  color: #fff;
}

.dashbord-result-ranking-message__btn:hover,
a.dashbord-result-ranking-message__btn:hover {
  background-color: #fff;
  color: #e11e32;
}

.dashbord-result-latest-table {
  width: 100%;
  margin: 0;
  padding: 0;
}

.dashbord-result-latest-table__head-row {
  border-bottom: 1px solid #c8c8c8;
}

.dashbord-result-latest-table__head-title {
  color: #9a9a9a;
  font-size: 1.2rem;
  padding: 0 4px 4px;
  font-weight: normal;
  text-align: center;
  box-sizing: border-box;
}

.dashbord-result-latest-table__head-title.-id {
  width: 56px;
}

.dashbord-result-latest-table__head-title.-update-date {
  width: 160px;
}

.dashbord-result-latest-table__body > .dashbord-result-latest-table__body-row {
  background-color: #fff;
  border-bottom: 1px dotted #c8c8c8;
}

.dashbord-result-latest-table__body > .dashbord-result-latest-table__body-row:nth-of-type(even) {
  background-color: #f2f2f2;
}

.dashbord-result-latest-table__body > .dashbord-result-latest-table__body-row:last-of-type {
  border-bottom: 1px solid #c8c8c8;
}

.dashbord-result-latest-table__body-data {
  font-size: 1.2rem;
  padding: 0;
  font-weight: normal;
  text-align: center;
  color: #9a9a9a;
}

.dashbord-result-latest-table__body-data.-project {
  text-align: left;
}

.dashbord-result-latest-table__project-anchor,
a.dashbord-result-latest-table__project-anchor {
  display: block;
  padding: 12px 8px;
  font-size: 1.6rem;
  font-weight: bold;
}

.dashbord-result-latest-table__project-text {
  margin-right: 8px;
}

.dashbord-result-press_list{
    margin: 0 8px auto;
	padding:5px 5px;
  	border-bottom: 1px dotted #c8c8c8;
}

.dashbord-result-latest-table__press {
  display:flex;
  width:100%;
}

.dashbord-result-latest_press_list_title{
    overflow: hidden;
	width: calc(100% - 330px);
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:1.4rem;
}

.dashbord-result-latest_press_list_block{
  width:320px;
  color: #9a9a9a;
}
.dashbord-result-latest_press_list_media{
  display:inline-block;
  width:150px;
  text-align:center;
  margin: auto;
  font-size:1.3rem;
}

.dashbord-result-latest_press_list_date{
  display:inline-block;
  width:150px;
  text-align:center;
  margin: auto;
  font-size:1.2rem;
}

.dashbord-result-latest_press_list_tags{
	display:block;
	width:100%;
	padding-left:10px;
    font-size:1.3rem;
}

.dashbord-result-latest_press_list_tags span{
   margin:3px 5px;
}

.dashbord-result-latest-table__project-num {
  display: inline-block;
}

.dashbord-result-latest-table__project-num-text {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
}

.graph-label-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.graph-label-list > .graph-label-list__item:first-of-type {
  margin-top: 0;
}

.graph-label-list__item {
  margin: 8px 0 0;
  display: flex;
}

.graph-label-list__color {
  display: block;
  width: 36px;
  min-width: 36px;
  height: 12px;
  margin: 6px 12px 0 0;
}

.graph-label-list__info {
  font-size: 1.2rem;
}

.graph-label-list__text {
  margin-right: 4px;
}

.graph-label-list__num {
  display: inline-block;
}

.graph-label-list__num-text {
  font-size: 1.4rem;
  font-weight: bold;
  font-style: normal;
}

.dashbord-result-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashbord-result-news-list__item {
  margin: 0;
  padding: 8px 40px;
  display: flex;
  border-bottom: 1px dotted #c8c8c8;
}

.dashbord-result-news__date {
  white-space: nowrap;
  margin-right: 16px;
  font-size: 1.2rem;
  color: #9a9a9a;
  line-height: 2;
}

.dashbord-result-news__text {
  margin: 0;
  font-size: 1.4rem;
}

.dashbord-result-search-box {
  padding: 0 8px;
}

.dashbord-result-search-box + .dashbord-result-contents-area {
  margin-top: 8px;
}

.dashbord-result-search {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashbord-result-search__select {
  font-size: 2.4rem;
  font-weight: bold;
  border: none;
  height: 44px;
}

.dashbord-result-search__project-num {
  font-size: 1.6rem;
  white-space: nowrap;
  line-height: 1;
  margin-left: 8px;
}

.dashbord-result-search__project-num-text {
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
}

.result-graph.-investigation {
  margin-top: 20px;
}

/* アコーディオン ========== */
.accordion__btn-box {
  text-align: right;
  margin-top: 16px;
}

/* プロジェクト一覧 ========== */
.project-list-info-box {
  margin: 16px auto 0;
  display: flex;
  justify-content: space-between;
}

.create-btn-box {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

.project-list-table-box {
  margin: 16px auto 0;
}

/* 共通テーブル =========== */
.common-table {
  width: 100%;
  margin: 0;
  padding: 0;
}

.common-table__head-row {
  background-color: #fff;
  border-bottom: 1px solid #6f6f6f;
}

.common-table__head-title {
  color: #2c2c2c;
  font-size: 1.4rem;
  padding: 8px;
  font-weight: normal;
  text-align: center;
  box-sizing: border-box;
}

.common-table__body > .common-table__body-row:nth-of-type(even) {
  background-color: #f2f2f2;
}

.common-table__body > .common-table__body-row:last-of-type {
  border-bottom: 1px solid #6f6f6f;
}

.common-table__body-row {
  background-color: #fff;
  border-bottom: 1px dotted #c8c8c8;
}

.common-table__body-data {
  font-size: 1.4rem;
  padding: 8px;
  font-weight: normal;
  box-sizing: border-box;
  text-align: center;
}

.common-table__body-data.-link {
  padding: 0;
}

.common-table__body-data.-search-num .common-table__anchor,
.common-table__body-data.-search-num a.common-table__anchor {
  display: block;
  padding: 8px 24px;
  font-size: 1.6rem;
  text-align: left;
}

.common-table__head-title.-circle-btn,
.common-table__body-data.-circle-btn {
  width: 48px;
}

.common-table__head-title.-date,
.common-table__body-data.-date {
  width: 96px;
  white-space: nowrap;
}

.common-table__head-title.-nowrap,
.common-table__body-data.-nowrap {
  white-space: nowrap;
}

.common-table__body-data.-account {
  width: 300px;
}


.common-table__body-data.-logo {
  width: 300px;
  vertical-align: middle;
}


.common-table__body-data.-logo img{
  width: 30px;
  vertical-align: middle;
  margin-right: 8px;
}

.common-table__head-title.-tx-left,
.common-table__body-data.-tx-left {
  text-align: left;
}

.common-table__head-title.-status,
.common-table__body-data.-status {
  white-space: nowrap;
  width: 152px;
  text-align: left;
}

.common-table__head-title.-main,
.common-table__body-data.-main {
  width: 100%;
}

.common-table__body-data.-date {
  font-size: 1.2rem;
}

.common-table__body-data.-text {
  width:35%;
  font-size: 1.8rem;
  text-align:left;
}

.common-table__body-data.-ev-date {
  width:15%;
  font-size: 2rem;
  text-align:left;
}

.common-table__circle-btn,
a.common-table__circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100%;
  padding: 4px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  transition: 0.3s background-color;
}

.common-table__circle-btn:hover,
a.common-table__circle-btn:hover {
  background-color: #fdeef0;
}

.common-table__circle-btn:hover .icon,
a.common-table__circle-btn:hover .icon {
  color: #e11e32;
}

.common-table__circle-btn:hover .style-icon:before, .common-table__circle-btn:hover .style-icon:after,
a.common-table__circle-btn:hover .style-icon:before,
a.common-table__circle-btn:hover .style-icon:after {
  background-color: #e11e32;
}

.common-table__anchor,
a.common-table__anchor {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
}

.common-table__anchor.-main,
a.common-table__anchor.-main {
  display: block;
  text-align: left;
  padding: 8px;
}

.common-table__anchor.-icon-btn,
a.common-table__anchor.-icon-btn {
  color: #2c2c2c;
}

.common-table__anchor.-icon-btn > .icon,
a.common-table__anchor.-icon-btn > .icon {
  vertical-align: middle;
  font-size: 1.8rem;
  margin-right: 2px;
}

.common-table__anchor.-icon-btn:hover,
a.common-table__anchor.-icon-btn:hover {
  color: #e11e32;
}

.common-table__anchor.-icon-btn:hover .icon,
a.common-table__anchor.-icon-btn:hover .icon {
  color: #e11e32;
}

.common-table__anchor.-icon-btn .common-table__anchor-text,
a.common-table__anchor.-icon-btn .common-table__anchor-text {
  vertical-align: middle;
}

.common-table__anchor.-moderate,
a.common-table__anchor.-moderate {
  color: #9a9a9a;
}

.common-table__anchor:hover .common-table__anchor-num.-moderate,
a.common-table__anchor:hover .common-table__anchor-num.-moderate {
  color: #e11e32;
}

.common-table__anchor-text.-emphasis {
  font-size: 2rem;
  font-weight: bold;
}

.common-table__anchor-text.-moderate {
  font-size: 1.2rem;
}

.common-table__anchor-num {
  vertical-align: middle;
}

.common-table__anchor-num.-moderate {
  display: inline-block;
  color: #9a9a9a;
}

.common-table__anchor-num.-project-result-num {
  display: inline-block;
  color: #9a9a9a;
}

.common-table__anchor-num.-project-result-num:before {
  content: '（';
}

.common-table__anchor-num.-project-result-num:after {
  content: '）';
}

.common-table__col-2-box {
  display: flex;
  align-items: center;
}

.common-table__text.-moderate {
  color: #9a9a9a;
}

.common-table__status {
  display: inline-block;
  font-size: 1.2rem;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
  padding: 1px 4px;
  margin: 0 12px 0 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: normal;
}

.common-table__status.-stop {
  border-color: #c8c8c8;
  background-color: #c8c8c8;
  color: #fff;
}

.common-table__status.-active {
  border-color: #69ad36;
  color: #69ad36;
}

.word_status{
  display: inline-block;
  font-size: 1.4rem;
  color: #FFFFFF;
  border: 1px solid #FF1A6F;
  border-radius: 15px;
  margin: 0 12px 0 10px;
  padding-top:0px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  background-color: #FF1A6F;
  /*font-color: #;*/
}

.init_message{
  font-size: 2.4rem;
}

.word_status-text{
	display:inline-block;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top:0px;
	margin-right:5px;
	margin-left:10px;
	vertical-align:top;
}
.word_status-inline{
	display:inline-block;
}

/* モーダル =========== */
.modal-overlay-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120%;
  background: rgba(44, 44, 44, 0.8);
  z-index: 5000;
}

.modal-overlay-bg.is-active {
  display: block;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5010;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-overlay.is-active {
  display: block;
}

.modal-box {
  width: 100%;
  min-width: 816px;
  padding: 0 8px;
  box-sizing: border-box;
}

.modal-base {
  position: relative;
  margin: 80px auto 64px;
  padding: 0;
  width: 800px;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
}

.modal-wrap {
  padding: 32px 16px;
}

.modal__title {
  margin: 0 0;
  padding: 0 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.modal__contents {
  margin-top: 16px;
}

.modal__foot {
  margin-top: 24px;
}

/* 検索式：入力項目 ========== */
.search-form {
  margin: 16px auto 0;
}

.search-form.-test {
  margin-top: 24px;
}

.search-form .input-box {
  width: 90%;
}

.search-form-info-box {
  width: 90%;
}

.search-form-info-box + .input-box {
  margin-top: 16px;
}

/* ローディング =========== */
.loading-overlay-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120%;
  background: rgba(44, 44, 44, 0.8);
  z-index: 5000;
}

.loading-overlay-bg.is-active {
  display: block;
}

.loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5010;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.loading-overlay.is-active {
  display: block;
}

.loading-box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-contents__dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-contents__dots .loading-contents__dot:nth-of-type(1) {
  animation-delay: 0.3s;
}

.loading-contents__dots .loading-contents__dot:nth-of-type(2) {
  animation-delay: 0.6s;
}

.loading-contents__dots .loading-contents__dot:nth-of-type(3) {
  animation-delay: 0.9s;
}

.loading-contents__dot {
  font-style: normal;
  font-weight: normal;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 16px;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: scale(0);
  animation: loading-dots-spinner-animation 1.4s ease infinite 0ms;
}

.loading-contents__text {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin: 24px auto 0;
}

@keyframes loading-dots-spinner-animation {
  0% {
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 共有設定：入力項目 ========== */
.settings-form {
  width: 85%;
  margin: 0 auto;
}

/* Q & A 一覧 ========== */
.qa-list-box {
  margin: 24px auto 0;
}

.qa-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qa-list__item {
  margin: 0;
}

a.qa-list__anchor {
  display: flex;
  align-items: center;
  padding: 16px 48px 16px 24px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #2c2c2c;
  box-sizing: border-box;
  position: relative;
}

a.qa-list__anchor:before {
  content: 'Q';
  margin-right: 16px;
  color: #e11e32;
}

a.qa-list__anchor:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -5px;
  right: 26px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e11e32;
  border-left: 2px solid #e11e32;
  transform: rotate(135deg);
}

a.qa-list__anchor:hover {
  color: #e11e32;
}

/* Q & A 詳細 ========== */
.qa-article {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 自由入力 ========== */
/* 見出し ===== */
h2.f-title {
  font-size: 2rem;
  position: relative;
  margin: 32px 0 16px;
  padding: 0 0 8px;
}

h2.f-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #e11e32;
  z-index: 2;
}

h2.f-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c8c8c8;
  z-index: 1;
}

h3.f-title {
  font-size: 1.8rem;
  margin: 24px 0 16px;
  padding: 0 0 8px;
  border-bottom: 1px solid #c8c8c8;
}

h4.f-title {
  font-size: 1.6rem;
  margin: 16px 0;
  padding: 0;
  color: #e11e32;
}

h5.f-title {
  font-size: 1.6rem;
  margin: 16px 0;
  padding: 0;
}

.f-title-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.f-title-sub {
  font-size: 1.6rem;
  font-weight: normal;
  padding-left: 16px;
  box-sizing: border-box;
  color: #2c2c2c;
}

/* 本文 ===== */
.f-text {
  font-size: 1.6rem;
  margin: 16px 0;
  font-weight: normal;
}

.f-tx-left {
  text-align: left;
}

.f-tx-center {
  text-align: center;
}

.f-tx-right {
  text-align: right;
}

.f-bold {
  font-weight: bold;
}

.f-italic {
  font-style: italic;
}

.f-strong {
  color: #e11e32;
  font-weight: bold;
  font-style: normal;
}

.f-thin {
  color: #9a9a9a;
  font-weight: normal;
  font-style: normal;
}

.f-small {
  font-size: 1.4rem;
}

.f-line-through {
  text-decoration: line-through;
}

.f-underline {
  border-bottom: 1px dotted;
}

/* リンク ===== */
.f-anchor,
a.f-anchor {
  font-size: 1.6rem;
  color: inherit;
  text-decoration: underline;
}

.f-anchor:hover,
a.f-anchor:hover {
  text-decoration: none;
}

.f-square-anchor,
a.f-square-anchor {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  color: #2c2c2c;
  font-size: 1.6rem;
  padding: 8px 16px;
  transition: 0.3s color, 0.3s background-color;
  box-sizing: border-box;
  text-align: center;
  width: auto;
}

.f-square-anchor:hover,
a.f-square-anchor:hover {
  color: #e11e32;
}

.f-square-anchor-emphasis,
a.f-square-anchor-emphasis {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  color: #2c2c2c;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 16px;
  transition: 0.3s color, 0.3s background-color;
  box-sizing: border-box;
  text-align: center;
  width: auto;
}

.f-square-anchor-emphasis:hover,
a.f-square-anchor-emphasis:hover {
  color: #e11e32;
}

.f-square-anchor-emphasis-2,
a.f-square-anchor-emphasis-2 {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #e11e32;
  background-color: #e11e32;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 16px;
  transition: 0.3s color, 0.3s background-color;
  box-sizing: border-box;
  text-align: center;
  width: auto;
}

.f-square-anchor-emphasis-2:hover,
a.f-square-anchor-emphasis-2:hover {
  color: #e11e32;
  background-color: #fff;
}

/* 区切り線 ===== */
hr.f-line {
  margin: 16px 0;
  width: 100%;
  border: 0;
  border-top: 1px solid #c8c8c8;
  box-sizing: border-box;
  overflow: hidden;
}

hr.f-line:after {
  content: '';
  display: block;
}

hr.f-line-diamond {
  margin: 16px 0;
  width: 100%;
  height: 24px;
  border: 0;
  font-size: 1.6rem;
  overflow: hidden;
}

hr.f-line-diamond:after {
  content: '◇◇◇';
  display: block;
  letter-spacing: 4em;
  margin-right: -4em;
  text-align: center;
}

hr.f-line-asterisk {
  margin: 16px 0;
  width: 100%;
  height: 24px;
  border: 0;
  font-size: 1.6rem;
  overflow: hidden;
}

hr.f-line-asterisk:after {
  content: '＊＊＊';
  display: block;
  letter-spacing: 4em;
  margin-right: -4em;
  text-align: center;
}

/* リスト ===== */
ul.f-list {
  margin: 24px 0;
  padding: 0 0 0 28px;
  list-style: disc;
}

ul.f-list li {
  margin: 16px 0;
}

ul.f-list ul {
  margin: 16px 0;
  padding: 0 0 0 28px;
  list-style: disc;
}

ul.f-list ol {
  margin: 16px 0;
  padding: 0 0 0 30px;
  list-style: decimal;
}

ul.f-disc {
  list-style: disc;
}

ul.f-disc ul {
  list-style: disc;
}

ul.f-circle {
  list-style: circle;
}

ul.f-circle ul {
  list-style: circle;
}

ul.f-square {
  list-style: square;
}

ul.f-square ul {
  list-style: square;
}

ul.f-none {
  list-style: none;
  padding-left: 0;
}

ul.f-none ul {
  list-style: none;
}

ol.f-list {
  margin: 24px 0;
  padding: 0 0 0 30px;
  list-style: decimal;
}

ol.f-list li {
  margin: 16px 0;
}

ol.f-list ul {
  margin: 16px 0;
  padding: 0 0 0 28px;
  list-style: disc;
}

ol.f-list ol {
  margin: 16px 0;
  padding: 0 0 0 30px;
  list-style: decimal;
}

ol.f-decimal {
  list-style: decimal;
}

ol.f-decimal ol {
  list-style: decimal;
}

ol.f-upper-alpha {
  list-style: upper-alpha;
}

ol.f-upper-alpha ol {
  list-style: upper-alpha;
}

ol.f-lower-alpha {
  list-style: lower-alpha;
}

ol.f-lower-alpha ol {
  list-style: lower-alpha;
}

ol.f-upper-roman {
  list-style: upper-roman;
}

ol.f-upper-roman ol {
  list-style: upper-roman;
}

ol.f-lower-roman {
  list-style: lower-roman;
}

ol.f-lower-roman ol {
  list-style: lower-roman;
}

dl.f-list {
  margin: 24px 0 8px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

dl.f-list dt {
  width: 30%;
  margin: 0 0 16px;
  padding: 0 16px 0 0;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.6rem;
}

dl.f-list dd {
  width: 70%;
  margin: 0 0 16px;
  padding: 0;
  box-sizing: border-box;
  font-size: 1.6rem;
}

/* 囲み ===== */
.f-box {
  display: block;
  margin: 24px auto;
  padding: 8px 24px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
}

.f-box-2 {
  background-color: #f2f2f2;
}

.f-box-3 {
  border-color: #e11e32;
  background-color: #e11e32;
  color: #fff;
}

.f-box-4 {
  border-color: #e11e32;
  background-color: #fdeef0;
  color: #e11e32;
}

.f-box-5 {
  border-color: #8ca50a;
  background-color: #f5fbd4;
  color: #8ca50a;
}

.f-box-6 {
  border-color: #139a1e;
  background-color: #c0f5c4;
  color: #139a1e;
}

.f-box-7 {
  border-color: #201196;
  background-color: #d8d4f3;
  color: #201196;
}

.f-box-8 {
  border-color: #bb841b;
  background-color: #efe0c4;
  color: #bb841b;
}

.f-box-9 {
  border-color: #0a6daf;
  background-color: #d2eafb;
  color: #0a6daf;
}

/* コード ===== */
.f-code {
  width: 100%;
  font-size: 1.4rem;
  border: 1px solid #c8c8c8;
  margin: 16px 0;
  overflow-x: auto;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff 50%, #f2f2f2 50%);
  background-size: 60px 60px;
  background-repeat: repeat;
  box-sizing: border-box;
}

.f-code code {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 4px 8px;
}

/* ログイン ========== */
.login-form-box {
  min-height: calc(100vh - 240px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form {
  width: 600px;
  margin: 40px auto 0;
  padding: 24px;
  background-color: #f2f2f2;
  box-sizing: border-box;
}

.login-form .form__title {
  width: 120px;
  padding-left: 0;
}

.login-form .form__contents {
  width: calc(100% - 120px);
  padding-right: 0;
}

.form-logo {
  text-align: center;
}

.form-logo + .form-box {
  margin-top: 24px;
}

.form-logo__img {
  width: 150px;
  height: 53px;
}

/* 新規登録インジケータ ========== */
.regist-indicator-box {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 880px;
  max-width: 1280px;
  padding: 0 24px;
  margin: 16px auto;
  box-sizing: border-box;
}

.regist-indicator__items {
  margin: 0;
  padding: 16px 24px;
  list-style: none;
  display: flex;
  justify-content: space-around;
  position: relative;
}

.regist-indicator__items > .regist-indicator__item:first-of-type {
  padding-left: 0;
}

.regist-indicator__items > .regist-indicator__item:first-of-type:before {
  left: auto;
  right: 0;
  width: calc(50% + 12px);
}

.regist-indicator__items > .regist-indicator__item:first-of-type:after {
  margin-left: -22px;
}

.regist-indicator__items > .regist-indicator__item:last-of-type {
  padding-right: 0;
}

.regist-indicator__items > .regist-indicator__item:last-of-type:before {
  width: calc(50% + 12px);
}

.regist-indicator__items > .regist-indicator__item:last-of-type:after {
  margin-left: 0;
}

.regist-indicator__item {
  margin: 0;
  padding: 24px 24px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.regist-indicator__item:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ececec;
  z-index: 1;
}

.regist-indicator__item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #fdeef0;
  border: 2px solid #c8c8c8;
  z-index: 2;
}

.regist-indicator__item.-current:after {
  background-color: #e11e32;
  border-color: #e11e32;
}

.regist-indicator__item.-current .regist-indicator__text {
  color: #e11e32;
}

.regist-indicator__item.-done:after {
  background-color: #c8c8c8;
}

.regist-indicator__item.-done .regist-indicator__text {
  color: #9a9a9a;
}

.regist-indicator__text {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #6f6f6f;
}

.inner .regist-indicator-box,
.modal-wrap .regist-indicator-box {
  min-width: auto;
}

.tagbox {
   display:inline-block;
   height: 150px;     /* 高さを制限(※) */
   width:100%;
   overflow: scroll;  /* スクロールバーを表示(※) */
  text-align:left;
}

.article-box {
   display:inline-block;
   width: 100%;
   max-height: 400px;     /* 高さを制限(※) */
  overflow: scroll;  /* スクロールバーを表示(※) */
  text-align:left;

}


.nation_box{
	margin-top: 20px;
	margin-bottom: 20px;
}

.search_tag_box{
	display:block
}
.search_tag_box .sub_box{
   display:inline-block;
   margin-right:5px;
   margin-left:5px;
}

.summary_box{
   display:block;
   width:100%;
   margin-bottom:20px;
   margin-left: 10px;
   margin-right: 10px;
}

.summary_box_infobox{
   display:inline-block;
   vertical-align: baseline;
   width: 50%;
 
}

.summary_box_chartbox{
   display:inline-block;
   vertical-align: top;
   text-align:center;
   width:auto;
}

.event_month{
	display:block;
	margin-bottom : 30px;
}

.event_label{
	display:block;
	font-size:2.5rem;
	margin-bottom : 30px;
	padding-left:10px;
	border-left: solid 5px orange;
	width:100%;
}

.func_summary_box{
	display:block;
	padding-top:10px;
	padding-left:10px;
}

.func_summary{
	font-size:1.5rem;
}

.reprint_num{
	font-size : 1.8rem;
  font-weight: bold;
  font-style: normal;
}

 /* === ボタンを表示するエリア ============================== */
.risk_media {
  position       : relative;            /* 親要素が基点       */
  margin         : auto;                /* 中央寄せ           */
  width          : 120px;               /* ボタンの横幅       */
  height         : 35px;                /* ボタンの高さ       */
  margin-left    : 5px;
}
 
 /* === ラジオボタン ======================================== */
.risk_media input[type="radio"] {
  display        : none;            /* チェックボックス非表示 */
}
 
 /* === ラジオボタンのラベル（標準） ======================== */
.risk_media label {
  display        : block;               /* ボックス要素に変更 */
  position       : absolute;            /* 親要素からの相対位置*/
  top            : 0;                   /* 標準表示位置(上)   */
  bottom         : 0;                   /* 標準表示位置(下)   */
  left           : 0;                   /* 標準表示位置(左)   */
  right          : 0;                   /* 標準表示位置(右)   */
  text-align     : center;              /* 文字位置は中央     */
  line-height    : 30px;                /* 1行の高さ(中央寄せ)*/
  font-size      : 1.2rem;                /* 文字サイズ         */
  font-weight    : bold;                /* 太字               */
  border         : 2px solid #ccc;      /* 枠線(一旦四方向)   */
}
 
 /* === ON側のラジオボタンのラベル（標準） ================== */
.risk_media #risk1on + label {
  right          : 50%;                 /* 右端を中央に変更   */
  border-radius  : 6px 0 0 6px;         /* 角丸(左側の上下)   */
  background     : #eee;                /* 背景               */
  color          : #666;                /* 文字色             */
  border-right   : none;                /* 枠線の右側を消す   */
}
 
 /* === ON側のラジオボタンのラベル（ONのとき） ============== */
.risk_media #risk1on:checked +label {
  color          : #fff;                /* 文字色             */
  background     : #e11e32;                /* 背景               */
}
 
 /* === OFF側のラジオボタンのラベル（標準） ================ */
.risk_media #risk1off + label {
  left           : 50%;                 /* 左端を中央に変更   */
  border-radius  : 0 6px 6px 0;         /* 角丸(右側の上下)   */
  background     : #eee;                /* 背景               */
  color          : #666;                /* 文字色             */
  border-left    : none;                /* 枠線の左側を消す   */
}
 
 /* === OFF側のラジオボタンのラベル（OFFのとき） ============= */
.risk_media #risk1off:checked +label {
  color          : #fff;                /* 文字色             */
  background     : #e11e32;                /* 背景               */
}

.event_dsp{
	display : inline-block;
}

/* === ボタンを表示するエリア ============================== */
.switchArea {
  display        : inline-block;
  line-height    : 25px;                /* 1行の高さ          */
  letter-spacing : 0;                   /* 文字間             */
  text-align     : center;              /* 文字位置は中央     */
  font-size      : 1.5rem;                /* 文字サイズ         */

  position       : relative;            /* 親要素が基点       */
  margin         : auto;                /* 中央寄せ           */
  width          : 80px;               /* ボタンの横幅       */
  background     : #fff;                /* デフォルト背景色   */
}

 /* === チェックボックス ==================================== */
.switchArea input[type="checkbox"] {
  display        : none;            /* チェックボックス非表示 */
}

 /* === チェックボックスのラベル（標準） ==================== */
.switchArea label {
  display        : block;               /* ボックス要素に変更 */
  box-sizing     : border-box;          /* 枠線を含んだサイズ */
  height         : 25px;                /* ボタンの高さ       */
  border         : 1px solid #999999;   /* 未選択タブのの枠線 */
  border-radius  : 30px;                /* 角丸               */
}

 /* === チェックボックスのラベル（ONのとき） ================ */
.switchArea input[type="checkbox"]:checked +label {
  border-color   : #e11e32;             /* 選択タブの枠線     */
}

 /* === 表示する文字（標準） ================================ */
.switchArea label span:after{
  content        : "OFF";               /* 表示する文字       */
  padding        : 0 0 0 15px;          /* 表示する位置       */
  color          : #999999;             /* 文字色             */
}

 /* === 表示する文字（ONのとき） ============================ */
.switchArea  input[type="checkbox"]:checked + label span:after{
  content        : "ON";                /* 表示する文字       */
  padding        : 0 15px 0 0;          /* 表示する位置       */
  color          : #e11e32;             /* 文字色             */
}

 /* === 丸部分のSTYLE（標準） =============================== */
.switchArea #swImg {
  position       : absolute;            /* 親要素からの相対位置*/
  width          : 18px;                /* 丸の横幅           */
  height         : 18px;                /* 丸の高さ           */
  background     : #999999;             /* カーソルタブの背景 */
  top            : 3px;                 /* 親要素からの位置   */
  left           : 3px;                 /* 親要素からの位置   */
  border-radius  : 26px;                /* 角丸               */
  transition     : .2s;                 /* 滑らか変化         */
}

 /* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea input[type="checkbox"]:checked ~ #swImg {
  transform      : translateX(56px);    /* 丸も右へ移動       */
  background     : #e11e32;             /* カーソルタブの背景 */
}



/* === ボタンを表示するエリア ============================== */
.sortArea {
  display        : inline-block;
  line-height    : 25px;                /* 1行の高さ          */
  letter-spacing : 0;                   /* 文字間             */
  text-align     : center;              /* 文字位置は中央     */
  font-size      : 1.5rem;                /* 文字サイズ         */

  position       : relative;            /* 親要素が基点       */
  margin         : auto;                /* 中央寄せ           */
  width          : 80px;               /* ボタンの横幅       */
  background     : #fff;                /* デフォルト背景色   */
}

 /* === チェックボックス ==================================== */
.sortArea input[type="checkbox"] {
  display        : none;            /* チェックボックス非表示 */
}

 /* === チェックボックスのラベル（標準） ==================== */
.sortArea label {
  display        : block;               /* ボックス要素に変更 */
  box-sizing     : border-box;          /* 枠線を含んだサイズ */
  height         : 25px;                /* ボタンの高さ       */
  border         : 1px solid #999999;   /* 未選択タブのの枠線 */
  border-radius  : 30px;                /* 角丸               */
}

 /* === チェックボックスのラベル（ONのとき） ================ */
.sortArea input[type="checkbox"]:checked +label {
  border-color   : #e11e32;             /* 選択タブの枠線     */
}

 /* === 表示する文字（標準） ================================ */
.sortArea label span:after{
  content        : "日付";               /* 表示する文字       */
  padding        : 0 0 0 15px;          /* 表示する位置       */
  color          : #999999;             /* 文字色             */
}

 /* === 表示する文字（ONのとき） ============================ */
.sortArea  input[type="checkbox"]:checked + label span:after{
  content        : "影響度";                /* 表示する文字       */
  padding        : 0 15px 0 0;          /* 表示する位置       */
  color          : #e11e32;             /* 文字色             */
}

 /* === 丸部分のSTYLE（標準） =============================== */
.sortArea #swImg {
  position       : absolute;            /* 親要素からの相対位置*/
  width          : 18px;                /* 丸の横幅           */
  height         : 18px;                /* 丸の高さ           */
  background     : #999999;             /* カーソルタブの背景 */
  top            : 3px;                 /* 親要素からの位置   */
  left           : 3px;                 /* 親要素からの位置   */
  border-radius  : 26px;                /* 角丸               */
  transition     : .2s;                 /* 滑らか変化         */
}

 /* === 丸部分のSTYLE（ONのとき） =========================== */
.sortArea input[type="checkbox"]:checked ~ #swImg {
  transform      : translateX(56px);    /* 丸も右へ移動       */
  background     : #e11e32;             /* カーソルタブの背景 */
}

/* === ボタンを表示するエリア ============================== */
.graphArea {
  display        : inline-block;
  line-height    : 25px;                /* 1行の高さ          */
  letter-spacing : 0;                   /* 文字間             */
  text-align     : center;              /* 文字位置は中央     */
  font-size      : 1.5rem;                /* 文字サイズ         */

  position       : relative;            /* 親要素が基点       */
  margin         : auto;                /* 中央寄せ           */
  width          : 80px;               /* ボタンの横幅       */
  background     : #fff;                /* デフォルト背景色   */
}

 /* === チェックボックス ==================================== */
.graphArea input[type="checkbox"] {
  display        : none;            /* チェックボックス非表示 */
}

 /* === チェックボックスのラベル（標準） ==================== */
.graphArea label {
  display        : block;               /* ボックス要素に変更 */
  box-sizing     : border-box;          /* 枠線を含んだサイズ */
  height         : 25px;                /* ボタンの高さ       */
  border         : 1px solid #999999;   /* 未選択タブのの枠線 */
  border-radius  : 30px;                /* 角丸               */
}

 /* === チェックボックスのラベル（ONのとき） ================ */
.graphArea input[type="checkbox"]:checked +label {
  border-color   : #e11e32;             /* 選択タブの枠線     */
}

 /* === 表示する文字（標準） ================================ */
.graphArea label span:after{
  content        : "日次";               /* 表示する文字       */
  padding        : 0 0 0 15px;          /* 表示する位置       */
  color          : #999999;             /* 文字色             */
}

 /* === 表示する文字（ONのとき） ============================ */
.graphArea  input[type="checkbox"]:checked + label span:after{
  content        : "累計";                /* 表示する文字       */
  padding        : 0 15px 0 0;          /* 表示する位置       */
  color          : #e11e32;             /* 文字色             */
}

 /* === 丸部分のSTYLE（標準） =============================== */
.graphArea #swImg {
  position       : absolute;            /* 親要素からの相対位置*/
  width          : 18px;                /* 丸の横幅           */
  height         : 18px;                /* 丸の高さ           */
  background     : #999999;             /* カーソルタブの背景 */
  top            : 3px;                 /* 親要素からの位置   */
  left           : 3px;                 /* 親要素からの位置   */
  border-radius  : 26px;                /* 角丸               */
  transition     : .2s;                 /* 滑らか変化         */
}

 /* === 丸部分のSTYLE（ONのとき） =========================== */
.graphArea input[type="checkbox"]:checked ~ #swImg {
  transform      : translateX(56px);    /* 丸も右へ移動       */
  background     : #e11e32;             /* カーソルタブの背景 */
}




.report_message {
	display:block;
	margin-left: 20px;
	font-size: 1.5rem;
	width:100%;
}
.report_message_left{
	display:inline-block;
	width: 60%;
}
.report_message_right{
	display:inline-block;
	width: 30%;
	text-align:right;
}

.report_date {
	padding-left: 10px;
	margin-right: 20px;
  	font-weight: bold;
}

.project_trend_area{
  display: none;
  width: 265px;
  height: 88%;
  overflow: hidden;
  position: fixed;
  top: 70px;
  right: -265px;
  background-color: #ffffff;
  border-style: solid; border-color: #f2f2f2;
  transition: 0.3s left;
  z-index: 201;
  box-sizing: border-box;
  padding : 5px 20px;
}

.project_trend_area.is-active {
  display: block;
  right: 0;
}

.main-wrap.trend-active {
  padding-right:265px;
}

.sales_contain {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    background-size: contain;
}
.sales_text{
	font-size:1.5rem;
}

.sales_ul {
	margin-left: 0px;
	padding-left: 0px;
}

.sales_li{
	list-style: none;
}
.sales_detail_box{
	display:block;
	border-bottom:1px solid ;
	padding:10px;
}

.project_rank_area{
  display: none;
  width: 400px;
  height: 95%;
  overflow: hidden;
  position: fixed;
  top: 70px;
  right: -265px;
  background-color: #ffffff;
  border-style: solid; border-color: #f2f2f2;
  transition: 0.3s left;
  z-index: 201;
  box-sizing: border-box;
  padding : 10px 10px 20px 15px;
 // overflow-y: auto;
}

.project_rank_area_box{
	display:block;
	padding-top:0px;
	white-space:nowrap;
}

.project_rank_area.is-active {
  display: block;
  right: 0;
}
.project_rank_area_left {
	display: inline-block;
	vertical-align:top;
	padding-right: 5px;
}
.project_rank_area_right {
	display: inline-block;
	vertical-align:top;
	font-size: 1.3rem;
	width:83%;
  	white-space: normal; /* 自動で折り返し(元に戻す) */
}

.project_rank_area_right_detail{
	display: inline-block;
	vertical-align:top;
	font-size: 1.5rem;
	width:83%;
  	white-space: normal; /* 自動で折り返し(元に戻す) */
}


.main-wrap.rank-active {
  padding-right:400px;
}

.project_rank_area.is-active {
  display: block;
  right: 0;
}

.more_link{
	display:block;
	width:100%;
	text-align:right;
	font-size:1.5rem;
}

.rank_box{
	display:block;
  	letter-spacing: normal; /* 文字間を元に戻す */
  	white-space: normal; /* 自動で折り返し(元に戻す) */

}
.rank_box_item{
	padding-right:5px;
	display:inline-block;
}

.project_rank_button{
  display: block;
  width: 35px;
  height: 123px;
  overflow: hidden;
  position: fixed;
  top: calc(58% + 85px);
  right: 0;
  background-color: #e11e32;
  transition: 0.3s left;
  z-index: 200;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  padding-top:10px;
  padding-right:7px;
  font-size:1.5rem;
  border-radius: 15px 0 0 15px;
  color          : #fff;
}

.project_rank_button.is-active{
	right : 400px;
}

.project_rank_button_hidden{
	right : 0;
}

.project_trend_button{
  display: block;
  width: 35px;
  /*height: 140px;*/
  height: 80px;
  overflow: hidden;
  position: fixed;
  /*top: 45%;*/
  top: 58%;
  right: 0;
  background-color: #e11e32;
  transition: 0.3s left;
  z-index: 200;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  padding-top:5px;
  padding-right:7px;
  font-size:1.5rem;
  border-radius: 15px 0 0 15px;
  color          : #fff;
}

.project_trend_button.is-active{
	right : 265px;
}

.project_trend_button_hidden{
	right : 0;
}

.trend-ranking-list {
  margin: 0 auto;
  padding-right: 5px;
  list-style: none;
}

.trend-ranking-list > .trend-ranking-list__item:nth-of-type(1) {
  margin-top: 0;
}

.trend-ranking-list__item {
  margin: 8px 0 0;
  display: flex;
}

.trend-ranking-list__item.-note .trend-ranking__text {
  font-size: 1.6rem;
  font-weight: bold;
}
.trend-ranking-list__item.-note .trend-ranking__subtext {
  font-size: 1.2rem;
  color: #9a9a9a;
}

.trend-ranking-list__item.-note .trend-ranking__num {
  color: #e11e32;
  border-bottom: 2px dotted #e11e32;
}

.trend-ranking-list__item.-note .trend-ranking__num-text {
  font-size: 1.8rem;
}
.trend-ranking-list__item .trend-ranking__subtext {
  font-size: 1.2rem;
  color: #9a9a9a;
}



.trend-ranking__rank {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
  color: #9a9a9a;
  margin-right: 16px;
}

.trend-ranking__anchor,
a.trend-ranking__anchor {
  font-size: 1.4rem;
  color: #2c2c2c;
}

.trend-ranking__anchor:hover,
a.trend-ranking__anchor:hover {
  color: #e11e32;
}

.trend-ranking__text {
  margin-right: 8px;
}

.trend-ranking__num {
  display: inline-block;
  line-height: 1.2;
}

.trend-ranking__num-text {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
}

.result_area {
    display: flex;
    flex-direction: row;     /*横並び・左から右（デフォルト）*/
    flex-wrap: no-wrap;

}
.tweet_result {
  width: 70%;
  position: relative;
}

.tweet_info {
  position: relative;
  width: 30%;
  margin-left: 40px; 
  margin-top: 20px; 
}

.comp_child {
  width:100%;
  margin-top: 20px; 
}

.comp_result_area {
  display:flex;
	width:100%;
}

.tweet-graph {
    display: flex;
	flex-direction: row;     /*横並び・左から右（デフォルト）*/
    flex-wrap: no-wrap;
  padding-bottom: 10px;
}
.tweet-graph-left {
  width: 70%;
  position: relative;

}

.tweet-graph-right {
  margin-left: 10px; 
  position: relative;
  width: 30%;
}

.tweet_head{
	display:block;
	padding-top:10px;
	padding-bottom:10px;
}

.tweet_head_left{
    display:inline-block;
	width:75%;
	vertical-align: top;
}
.tweet_head_right{
    display:inline-block;
	vertical-align: top;
	//width:20%;
}

.tweet_eng_frame {
 display:inline-block;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-right: 0.7em;
 padding-left: 0.7em;
 text-align:center;
 margin-top:0px;
 width: 40px;
 color: #996633; /*文字色*/
 border: 5px solid #996633; /*線の太さ・色*/
 background-color: #fff; /*背景色*/
 border-radius: 20px; /*角の丸み*/
}

.tweet_emo_frame {
 display:inline-block;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-right: 0.7em;
 padding-left: 0.7em;
 text-align:center;
 margin-top:0px;
 width: 40px;
 color: #996633; /*文字色*/
// border: 5px solid #996633; /*線の太さ・色*/
 background-color: #fff; /*背景色*/
// border-radius: 20px; /*角の丸み*/
}


.tweet_eng_text {
 font-size: 3rem;
 font-weight: bold;
 white-space: nowrap;
}
.tweet_eng_label{
 font-size: 1rem;
}

.media_sub_text {
	display:block
}
.media_sub_area {
  display:inline-block;
  margin-top:0px;
  margin-left:5px;
  font-size: 1.5rem;
  color: #9a9a9a;
}

.media_li {
	list-style: none;
	font-weight: bolder;
}

.user_description{
	font-size: 1.5rem;
	padding: 10px;
}

.sns_h2{
  padding: 1rem 1rem;
  border-left: 6px solid #e11e32;
  border-bottom: 1px solid #c8c8c8;
}

.contain {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
    background-size: contain;
}

.search_kind {
	font-size: 1.5rem;
}
.search_kind input[type=radio] {
	display: none;
}

.search_kind label {
margin: 5px; /* ラベル外側の余白を指定する */
padding: 8px;
border: 1px solid #c8c8c8;
border-radius: 4px;
}

.search_kind input[type="radio"]:checked +label{
border: 1px solid #ccc;
background: #e11e32;/* マウス選択時の背景色を指定する */
color: #ffffff; /* マウス選択時のフォント色を指定する */
}


.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  border-radius: 5px;
  background: #fff;
  color: #868686;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::after {
  content: "続きを読む"
}
.grad-btn:hover {
  background: #fff;
  color: #868686;
}
.grad-btn .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

.youtube_box{
	display:block;
}

.youtube_image_box{
	display:inline-block;
	vertical-align: top;
}
.youtube_title_box{
	display:inline-block;
	vertical-align: top;
	width: 75%;
}

.youtube_channel{
	margin-top:30px;
	margin-bottom:20px;
	display:block;
	padding-left:5%;
}

.youtube_tweet_num{
	padding : 10px 10px 5px 10px;
}

/* トップページ ========== */
.top-form-box {
  margin-top: 16px;
}

.top-form {
  margin: 0 auto;
  max-width: 800px;
}

.create_group_box {
    display:block;
}

.group_box_mes{
    display:inline-block;
	font-size: 1.5rem;
    width:65%;
}

.group_box_next{
    display:inline-block;
    width:30%;
}

.next_btn{
	margin: 0 0 0 auto;
	text-align:right;
}

.comp-result{
    width:100%;
}

.comp_square-btn0,
a.comp_square-btn0 {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  color: #2c2c2c;
  font-size: 1.4rem;
  padding: 4px 8px;
  transition: 0.3s color, 0.3s background-color;
  box-sizing: border-box;
  text-align: center;
  width: auto;
}

.comp_square-btn0:hover,
a.comp_square-btn0:hover {
  color: #e11e32;
}

/* 四角ボタン：強調 */
.comp_square-btn0.-emphasis,
a.comp_square-btn0.-emphasis {
  border-color: #e9967a;
  background-color: #e9967a;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4px 12px;
}

.comp_square-btn0.-emphasis:hover,
a.square-btn0.-emphasis:hover {
  background-color: #fff;
  color: #e11e32;
}

.comp_square-btn1,
a.comp_square-btn1 {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  color: #2c2c2c;
  font-size: 1.4rem;
  padding: 4px 8px;
  transition: 0.3s color, 0.3s background-color;
  box-sizing: border-box;
  text-align: center;
  width: auto;
}

.comp_square-btn1:hover,
a.comp_square-btn1:hover {
  color: #e11e32;
}

/* 四角ボタン：強調 */
.comp_square-btn1.-emphasis,
a.comp_square-btn1.-emphasis {
  border-color: #00AE95;
  background-color: #00AE95;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4px 12px;
}

.comp_square-btn1.-emphasis:hover,
a.square-btn1.-emphasis:hover {
  background-color: #fff;
  color: #00AE95;
}

.comp_square-btn2,
a.comp_square-btn2 {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  color: #2c2c2c;
  font-size: 1.4rem;
  padding: 4px 8px;
  transition: 0.3s color, 0.3s background-color;
  box-sizing: border-box;
  text-align: center;
  width: auto;
}

.comp_square-btn2:hover,
a.comp_square-btn2:hover {
  color: #e11e32;
}

/* 四角ボタン：強調 */
.comp_square-btn2.-emphasis,
a.comp_square-btn2.-emphasis {
  border-color: #6283C2;
  background-color: #6283C2;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4px 12px;
}

.comp_square-btn2.-emphasis:hover,
a.square-btn2.-emphasis:hover {
  background-color: #fff;
  color: #6283C2;
}

.rel_rank_box{
	width:90%;
	padding-left:30px;
}

.doc_box_left{
	display:inline-block;
	vertical-align:top;
	padding-top:10px;
	width:20%;
}

.doc_box_right{
	display:inline-block;
	width:78%;
}

.doc_detail_box{
	width:100%;
}

.doc_detail_box th{
	text-align:left;
	font-size:1.5rem;
}

.doc_detail_box td{
	text-align:right;
}

.target0{
	display:block;
	width:100%;
	height:10px;
  background-color: #e9967a;
}

.target1{
	display:block;
	width:100%;
	height:10px;
  background-color: #00AE95;
}

.target2{
	display:block;
	width:100%;
	height:10px;
  background-color: #6283C2;
}

.comp_h2{
	font-size:2rem;
}

.group_name_box{
	display:block;
	margin-top:10px;
}

.group_name_label{
	display:inline-block;
	font-size:1.5rem;
	width:20%;
}

.group_name_input_area{
	display:inline-block;
	width:78%;
}

.comp_footer_menu_box{
  
  width: 100%;
  height : 60px;
  background: #fff;
  position: sticky;
  bottom: 0;
  border-top: 2px solid #e11e32;	
  z-index:899;
}

.header-nav-block {
	display:block;
  	margin: 0 auto;
    margin-top: 3px;
	width : 80%;
}

.header-nav-block .main-nav-links {
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
	list-style: none;
}

.header-nav-block .main-nav-links .nav-link {
    text-align: center;
}

.header-nav-block .main-nav-links .nav-link a {
    padding: 12px 0;
    font-size: 1.3rem;
    line-height: 1.1;
    color: #333;
    min-width: 60px;
    display: inline-block;
    letter-spacing: -0.04em;
}

.comp_chartbox{
   display:block;
   width:100%;
	height: 300px;
	margin: 10px 10px;
}

.comp_emo_canvas{
	margin: 0 auto;
}

.comp_wire_area{
  display : block;
  border: 1px solid #000;	
  margin : 10px auto;
  width : 95%;
  height:200px;
  border-radius: 2px;
  overflow: scroll;
}

.comp_doc_box{
  display : block;
  margin : 0 auto;
}

.reprint_media{
	display : block;
	text-align:left;
	padding-left:20px;
	width:68%;
}
.reprint_pv{
	display : block;
	text-align:right;
	padding-right:20px;
	width:30%;
}

.pro_profile_box{
	display : block;
	width:100%;
	margin-bottom: 10px;
}

.pro_num_box{
	display : block;
}

.ranking-result-list {
  margin: 16px auto 0;
  padding: 0;
  list-style: none;
}

/*
.ranking-result-list > .ranking-result-list__item:first-child {
  border-top: 1px dotted #6f6f6f;
}
*/

.ranking-result-list__item {
  margin: 0;
  padding: 0 15px 0 15px;
  box-sizing: border-box;
  border-bottom: 1px dotted #6f6f6f;
}

.ranking-result-list__info {
  margin-top: 3px;
  display: flex;
}

.ranking-sum-num{
  font-style: normal;
  margin-left : 5px;
  font-size: 1.5rem;
}

.ranking-result-list__anchor{
	padding-top:15px;
}
.ranking-result-list__anchor:hover,
a.ranking-result-list__anchor:hover {
  background-color: #fefafa;
}

.ranking-result-list__anchor:hover .ranking-result-list__title,
a.ranking-result-list__anchor:hover .ranking-result-list__title {
  color: #e11e32;
}


.ranking-result-list__title {
  margin: 0;
  color: #923c3c;
  font-size: 1.5rem;
  font-weight: bold;
  transition: 0.3s color;
  overflow: hidden;
 text-overflow: ellipsis;
  white-space: nowrap;

}

.ranking-result-list__url {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1rem;
  color: #9a9a9a;
  margin-top: 8px;
  line-height: 1;
}

.ranking-summary{
  display:block;
  font-size: 1.2rem;
  padding:5px 5px 5px 5px;
  border: 1px dotted #e11e32;
  margin-top :10px;
  margin-bottom :10px;
  border-radius: 5px;

}

.ranking-result-list__tweetnum{
	font-size: 0.8rem;
}

.ranking-reprint_num{
  font-style: normal;
  margin-left : 5px;
  color: #734e30;
}

.ranking_child_box{
	display:block;
	height:88%;
	border: 1px solid #e11e32;
	overflow-y:scroll;
}

/* タブデザイン*/
.tab-wrap {
    display: flex;
	height:100%;
	width:100%;
    flex-wrap: wrap;
}
.tab-label {
    color: White;
    background: LightGray;
    margin-right: 5px;
    padding: 3px 12px;
  	font-size: 1.5rem;
    order: -1;
}
.tab-content {
    width: 100%;
	height:100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #e11e32;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

.ranking-result-tag-list {
  padding: 0;
  margin: 8px auto 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.ranking-result-tag-list__item {
  display: inline-block;
  width: auto;
  margin: 4px 8px 4px 0;
}

.ranking-result-list__tag {
  display: inline-block;
  font-size: 1.2rem;
  background-color: #f2f2f2;
  padding: 2px 12px;
  border-radius: 200px;
}

.media_data_info{
	min-width:350px;
}

.media_num_text{
	font-size: 2.5rem;
	font-weight: 700;

}

.rel_image{
	vertical-align:top;
	width:25px;
	padding:0 3px 0 3px;
}
.rel_image_box{
	padding: 0 0 0 20px;
}

.media_attension{
	font-size:1.3rem;
	padding-top:20px;
	width:100%;
	display:block;
}

.media_attension img{
	vertical-align:center;
	width:20px;
	padding:0 5px 0 5px;
}
.result_media_summary {
	list-style: none;
	margin:  0;
	padding-left: 0;
}

.result_media_summary li{
	float: left;
	margin:0;
	padding:0;
	min-width:250px;
	font-size:1.4rem;
}


.result_media_summary .label{
	padding-right:5px;
}
.result_media_summary .num{
	padding:0 15px 5px 7px;
}

.result_media_summary .corp_name{
	font-size: 1.7rem;
}

.media_tweet_icon{
	width:30px;
	vertical-align:top;
	margin-right:10px;
	display:inline-block;
}


.tweet_summary_box{
	display:block;
	width:100%;
	padding: 10px;
}

.rel_summary_box h3{
   margin: 0 0 10px 0;
   color:#974646;
}

.rel_summary_box{
	display:block;
	width:100%;
	background:#F5F3B3;
	padding: 10px;
	border-radius: 5px;
}

.rel_summary_box h3{
   margin: 0 0 10px 0;
   color:#974646;
}

.doc_summary_box{
	display:block;
	width:100%;
	padding : 10px 5px 10px 5px;
}

.doc_summary_box span{
  	white-space: nowrap;
	display:inline-block;
	vertical-align:middle;
}

.doc_summary_box h3{
	margin-top:0px;
}

.doc_summary_box .doc_title{
  width:75%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.access_token_input{
	display:block;
	width:100%;
}

.access_token_input{
	display:inline-block;
	width:60%;
}

.access_token_control{
	display:inline-block;
	width:37%;
}

.access_token_control button{
	display:inline-block;
	width      :70px;
	background : #E13533;
	border-radius : 5px;
	padding    : 5px 0;
	margin     : 0 3px;
	color      :#FFF;
}
