@charset 'UTF-8';

/* flexbox */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align: baseline;
    background:transparent;
    list-style: none;

}

h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: normal;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align: middle;
}

img{
    max-width: 100%;
}

sup{
    vertical-align: top;
    font-size: 1.2em;
    font-weight: normal;
}

html{
  height: 100%;
}

body{
  font-family:  "Avenir Next", "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #555555;
  background: #FFF;
  height: 100%;
}

a {
  color: #0892C7;
}

a:hover {
    opacity: 0.8;

}

.link {
  cursor: pointer;
}

/* 見出し */

h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

/* テキスト */

.note_color {
  color: #999;
}

.note {
  display: inline-block;
  font-size: 12px;
  color: #999;
}

.required {
  display: inline-block;
  background-color: #FC6356;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  border-radius: 2px;
  width: 28px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}

.possible {
  display: inline-block;
  background-color: #20AEE5;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  border-radius: 2px;
  width: 28px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}

.alert {
  font-size: 12px;
  color: #FC6356;
}

.f16 {
  font-size: 16px;
}

/* ClearFix */

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

/* FlexBox */

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

.flexbox.align-top {
    -ms-flex-align: start;
    align-items: flex-start;

}

.flexbox.align-center {
    -ms-flex-align: center;
    align-items: center;

}

.flexbox.center {
    -ms-flex-pack: center;
    justify-content: center;

}

/* マージン */

.mb20 {
  margin-bottom: 20px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb16 {
  margin-bottom: 16px;
}

.mt16 {
  margin-top: 16px;
}

.ml20 {
  margin-left: 20px;
}

.ml40 {
  margin-left: 40px;
}

.ml80 {
  margin-left: 80px;
}

.mb0{
	margin-bottom: 0 !important;
}

.plr4 {
  padding: 0 4px;
}

/* 黒背景 */

.bg-black_on {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}

/* アラート系アイコン
------------------------------------------------ */

/* アラート */

.icon_alert {
  background-image:url(../img/icon_alert.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px;
  line-height: 20px;
}

/* 通知 */

.icon_caution {
  background-image:url(../img/icon_caution.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px;
  line-height: 20px;
}

/* タイマー */

.icon_timer {
  background-image:url(../img/icon_timer.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px;
  line-height: 20px;
}

/* 矢印アイコン
------------------------------------------------ */

.icon_arrow {
  background-repeat: no-repeat;
}

/* 下矢印（白） */

.icon_arrow_down_white {
  background-image:url(../img/icon_arrow_down_white.svg);
}

/* 下矢印（グレー） */

.icon_arrow_down_gray {
  background-image:url(../img/icon_arrow_down_gray.svg);
}

/* 下矢印（薄グレー） */

.icon_arrow_down_lightgray {
  background-image:url(../img/icon_arrow_down_lightgray.svg);
}

@charset "utf-8";

/* ボタン
------------------------------------------------ */

.btn {
  display: inline-block;
  min-width: 90px;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.btn:last-child {
    margin-left: 8px;

}

.btn:last-child:first-child {
    margin-left: 0;

}

.btn.ml0 {
    margin-left: 0;

}

.btn.btn-m {
    width: 108px;

}

.btn.btn-l {
    width: 140px;

}

.btn.btn-primary {
    background-color: #20AEE5;
    border: 1px solid #2F9AC4;
    box-shadow: 0 2px #2F9AC4;
    color: #FFF;

}

.btn.btn-primary:hover {
    background-color: #4EBFEA;
    border-color: #51B0D5;

}

.btn.btn-primary.disable {
    border-color: #1987B3;
    opacity: 0.3;
    pointer-events: none;

}

.btn.btn-normal {
    background-color: #FAFAFA;
    border: 1px solid #C7C7C7;
    box-shadow: 0 2px #C7C7C7;
    color: #777;

}

.btn.btn-normal:hover {
    background-color: #FFF;
    border-color: #E1E1E1;
    color: #919191;

}

.btn.btn-normal.disable {
    opacity: 0.3;
    pointer-events: none;

}

.btn.btn-delete {
    background-color: #FFF;
    border: 1px solid #FDA19A;
    box-shadow: 0 2px #FDA19A;
    color: #FC6356;

}

.btn.btn-delete:hover {
    opacity: 0.8;

}

.header {
  transition: left 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  background-color: #20AEE5;
  position: fixed;
  top: 0;
  left: 60px;
  z-index: 100;
  width: calc(100% - 60px);
  color: #FFF;
}

.header .hd__inner {
    margin: auto;
    padding: 0 20px;
    height: 60px;
    min-width: 960px;
    width: 100%;
    max-width: 1920px;
    box-sizing: border-box;
    position: relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

/*.hd__logo {
      position: absolute;
      left: 20px;
    }
    .hd__account {
      position: absolute;
      right: 20px;
    }*/

.header .hd__inner .hd__logo {
    font-size: 32px;
    font-weight: bold;

}

.header .hd__inner .hd__logo img {
    width: 142px;

}

.header .hd__inner .hd__account {
    font-weight: bold;
    background-position: right center;
    padding-right: 16px;

}

.header .hd__inner .hd__account .account_icon {
    display: inline-block;
    vertical-align: middle;
    height: 33px;

}

.header .hd__inner .hd__account .account {
    display: inline-block;
    vertical-align: middle;

}

.header .hd__inner .hd__account .account .account_name {
    margin: 0 8px;

}

.main_wrap.menu-open .header  {

    /*width: calc(100% - 240px);*/
    left: 240px;

}

.nav {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: #000;

}

.nav .nav__inr .nav__item {
    height: 60px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align: center;
    align-items: center;

}

.nav .nav__inr .nav__item a {
    color: #FFF;
    text-decoration: none;
    display: none;

}

.nav .nav__inr .nav__item span {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;

}

.nav .nav__inr .nav__item span img {
    max-width: none;
    position: absolute;
    top: 0;
    vertical-align: middle;

}

/* メニューアイコン */

.nav .nav__inr .nav__item.nav__item-menu span img {
    left: 0;

}

/* ダッシュボード */

.nav .nav__inr .nav__item.nav__item-dashboard span img {
    left: -120px;

}

/* リード */

.nav .nav__inr .nav__item.nav__item-read span img {
    left: -180px;

}

/* マーケティング */

.nav .nav__inr .nav__item.nav__item-marketing span img {
    left: -240px;

}

/* レポート */

.nav .nav__inr .nav__item.nav__item-report span img {
    left: -300px;

}

/* 設定 */

.nav .nav__inr .nav__item.nav__item-setting span img {
    left: -360px;

}

/* メール */

.nav .nav__inr .nav__item.nav__item-mail span img {
    left: -420px;

}

/* オフィス */

.nav .nav__inr .nav__item.nav__item-company span img {
    left: -480px;

}

/* お知らせ */

.nav .nav__inr .nav__item.nav__item-information span img {
    left: -540px;

}

/* カレント・ホバー */

.nav .nav__inr .nav__item.current span img, .nav .nav__inr .nav__item:hover span img {
    top: -60px;

}

.nav .nav__inr .nav__item.current {
    background-color: #FFF;

}

.nav .nav__inr .nav__item.current a {
    color: #20AEE5;

}

.nav .nav__inr .nav__item:hover {
    background-color: #E5F4FF;

}

.nav .nav__inr .nav__item:hover a {
    color: #20AEE5;

}

/* メニューオープン */

.nav.menu-open {
    width: 240px;

}

.nav.menu-open .nav__inr .nav__item.nav__item-menu {
    -ms-flex-pack: end;
    justify-content: flex-end;

}

.nav.menu-open .nav__inr .nav__item.nav__item-menu span img {
    left: -60px;

}

.nav.menu-open .nav__inr .nav__item a {
    display: block;

}

.ft {
  position: relative;
  left: 0px;
  z-index: 1;
  height: 96px;
  min-width: 960px;
  z-index: 1;
}

.ft .ft__inr {
    position: relative;
    max-width: 1920px;
    padding: 20px;
    margin: 0 auto;

}

.ft .ft__coptright {
    display: block;
    height: 26px;
    margin-bottom: 0px;

}

.ft .ft__coptright img{
    width: 100px;

}

.ft .ft__coptright span {
    margin: 0 0 0 10px;
    color: #435B67;
    font-size: 10px;
    font-weight: bold;

}

.ft .ft__nav {
    position: absolute;
    top: 25px;
    right: 20px;

}

.ft .ft__nav li {
    float: left;
    font-size: 12px;
    margin-left: 20px;

}

.ft .ft__nav li:before {
    content: " | ";
    margin-right: 20px;

}

.ft .ft__nav li:last-child:after {
    content: " | ";
    margin-left: 20px;

}

.ft .ft__nav li a {
    color: #555555;
    text-decoration: none;

}

.ft .ft__link{
    font-size: 10px;
    font-weight: bold;
    color: #435B67;
    text-decoration: underline;

}

#wrapper {
  overflow: hidden;
}

/*@media screen and (max-width: 1024px) {
    &.background-lock {
      height: 100%;
    }
  }*/

#wrapper.background-lock {
    height: 100%;

}

.main_wrap {
  transition: left 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  width: calc(100% - 60px);
  height: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  left: 60px;
  min-width: 960px;
}

.main_wrap.menu-open {

    /*width: calc(100% - 240px);*/
    left: 240px;

}

.main_wrap .main {
    margin: 60px auto 0;
    padding: 20px 28px;
    box-sizing: border-box;
    min-height: 100vh;
    min-height: calc(100vh - 100px);
    max-width: 1920px;

}

.main_wrap .main .bread_crumb {
    margin-top: -4px;

}

.main_wrap .main .bread_crumb span {
    margin: 0 20px;

}

.main_wrap .main .section__top {
    padding: 20px 0 40px;

}

.main_wrap .main .section__top.flexbox {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.main_wrap .main .section__top.flexbox.align-top {
    -ms-flex-align: start;
    align-items: flex-start;

}

.main_wrap .main .section__top.flexbox .section__h2 {}

.main_wrap .main .section__block {
    margin-bottom: 60px;

}

.main_wrap .main .section__fixed-buttons {
    margin-bottom: 100px;

}

.main_wrap .main .cap {
    margin-bottom: 20px;

}

.page-login {
  background-color: #FAFAFA;
}

.page-login .main_wrap {
    width: 100%;
    position: static;
    background-color: transparent;

}

.page-login .main_wrap .main {
    margin: 0;
    padding: 0;
    min-height: auto;
    max-width: none;

}

.login {
  padding: 120px 40px;
  width: 490px;
  margin: 0 auto;
}

.login .login__hd {
    text-align: center;
    margin-bottom: 30px;

}

.login .login__hd h2 {

    /*width: 214px;
      margin: auto;*/
    font-size: 32px;
    font-weight: bold;
    color: #20AEE5;

}

.login .login-form {
    overflow: hidden;
    padding: 60px;
    background: #FFF;
    text-align: center;
    box-sizing: border-box;

}

.login .login-form .login-form__inr input[type=text], .login .login-form .login-form__inr input[type=password] {
    width: 100%;
    margin-bottom: 32px;

}

.login .login-form .login-form__inr input[type=text].input-address, .login .login-form .login-form__inr input[type=password].input-address {
    padding-left: 50px;
    background: url(../img/icon_mail.svg) 12px center no-repeat;

}

.login .login-form .login-form__inr input[type=text].input-password, .login .login-form .login-form__inr input[type=password].input-password {
    padding-left: 50px;
    background: url(../img/icon_key.svg) 18px center no-repeat;

}

.login .login-form .login-form__inr input[type=text].input-user, .login .login-form .login-form__inr input[type=password].input-user {
    padding-left: 50px;
    background: url(../img/icon_human.svg) 12px center no-repeat;

}

.login .login-form .login-form__inr input[type=text].mb0, .login .login-form .login-form__inr input[type=password].mb0 {
    margin-bottom: 0px;

}

.login .login-form .login-form__inr .btn {
    display: block;
    margin: 0 auto 32px;

}

.login .login-form .t-left {
    text-align: left;

}

.login .login__nav {
    display: block;

}

.section__message {
  width: 100%;
  padding: 16px 12px;
  margin-bottom: 20px;
  box-sizing: border-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-radius: 4px;
}

.section__message.section__message-alert {
    border: 1px solid #FC6356;
    background-color: #FFF0EF;
    color: #FC6356;

}

.section__message.section__message-alert a {
    color: #FC6356;

}

.section__message.section__message-caution {
    border: 1px solid #FCDD2A;
    background-color: #FFF9D7;
    color: #555555;

}

.modal .section__message {
    margin-top: 20px;
    margin-bottom: 0;

}

.modal .section__message p {
    margin: 0 !important;

}

.section__block .block__title {
    background-color: #BDC3C4;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;

    /*height: 52px;
    line-height: 52px;*/
    padding: 12px 16px;
    box-sizing: border-box;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.section__block .block__title span.fl_right {
    font-size: 14px;

}

.section__block .file-list_check_all {
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    background-color: #FAFAFA;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    box-sizing: border-box;

}

.section__block.section__block-news ul li {
    padding: 12px 16px;
    border-bottom: 1px solid #DDD;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align: center;
    align-items: center;

}

.section__block.section__block-news ul li .news-list_date {
    margin-right: 16px;

}

.section__block table {
    width: 100%;

}

.section__block table td, .section__block table th {
    vertical-align: middle;
    text-align: left;
    padding: 0 16px;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;

}

.section__block table .align_right {
    text-align: right;

}

.section__block table .align_center {
    text-align: center;

}

.section__block table .cell-w300 {
    width: 300px;

}

.section__block table .cell-w260 {
    width: 260px;

}

.section__block table .cell-w200 {
    width: 200px;

}

.section__block table .cell-w198 {
    width: 198px;

}

.section__block table .cell-w180 {
    width: 180px;

}

.section__block table .cell-w160 {
    width: 160px;

}

.section__block table .cell-w120 {
    width: 120px;

}

.section__block table .cell-w108 {
    width: 108px;

}

.section__block table .cell-w100 {
    width: 100px;

}

.section__block table .cell-w92 {
    width: 92px;

}

.section__block table .cell-w80 {
    width: 80px;

}

.section__block table .cell-w70 {
    width: 70px;

}

.section__block table .cell-w50p {
    width: 50%;

}

.section__block table .cell-w48 {
    width: 48px;

}

.section__block table .cell-w44 {
    width: 44px;

}

.section__block table .cell-w_min240 {
    min-width: 240px;
    width: 240px;

}

.section__block table .cell-w_min108 {
    min-width: 108px;
    width: 108px;

}

.section__block table .sort{
    text-decoration: none;

}

.section__block table .bg_blue {
    background: #e1f0f8;

}

.section__block table thead {
    background-color: #F0F0F0;

}

.section__block table thead th {
    height: 48px;

}

.section__block table tbody tr:first-child td {
    border-top: 1px solid #DDD;

}

.section__block table tbody tr.checked {
    background-color: #EEE;

}

.section__block table tbody tr:first-child td {
    border-top: 1px solid #DDD;

}

.section__block table tbody tr.sort_oder {
    background-repeat: no-repeat;
    position: relative;

}

.section__block table tbody tr.sort_oder:after {
    content: "";
    width: 10px;
    height: 14px;
    position: absolute;
    background-image:url(../img/icon_sort.svg);
    margin-left: 4px;
    top: 50%;
    margin-top: -7px;

}

.section__block table tbody tr.sort_oder.sort_oder-down:after {
    background-image:url(../img/icon_sort_down.svg);

}

.section__block table tbody tr.sort_oder.sort_oder-up:after {
    background-image:url(../img/icon_sort_up.svg);

}

.section__block table tbody td {
    border-bottom: 1px solid #DDD;
    height: 44px;
    position: relative;

}

/* アップロードファイル */

.section__block table tbody td.folder_type img {
    vertical-align: sub;

}

.section__block table tbody td.folder_type a, .section__block table tbody td.folder_type span {
    margin-left: 8px;

}

.section__block table tbody td.folder_type.folder_type-file img, .section__block table tbody td.folder_type.folder_type-img img {
    margin-left: 3px;

}

.section__block table tbody td.loupe {
    background-image:url(../img/icon_search.svg);
    background-repeat: no-repeat;
    background-position: center;

}

.section__block table tbody td input.error + .input-error, .section__block table tbody td .select_wrap.error + .input-error {
    left: 8px;

}

.section__block table tbody th.sort_oder {
    background-repeat: no-repeat;
    position: relative;

}

.section__block table tbody th.sort_oder:after {
    content: "";
    width: 10px;
    height: 14px;
    position: absolute;
    background-image:url(../img/icon_sort.svg);
    margin-left: 4px;
    top: 50%;
    margin-top: -7px;

}

.section__block table tbody th.sort_oder.sort_oder-down:after {
    background-image:url(../img/icon_sort_down.svg);

}

.section__block table tbody th.sort_oder.sort_oder-up:after {
    background-image:url(../img/icon_sort_up.svg);

}

.section__block table span.waiting {
    color: #999;

}

.section__block table span.execution {
    color: #555555;

}

.section__block table span.completion {
    color: #76C60E;

}

.section__block table span.error {
    color: #ff0000;

}

.section__block table.table02 td, .section__block table.table04 td {
    padding: 16px;

}

.section__block table.table03 {
    margin-top: 40px;

}

.section__block table.table03 td {
    padding: 10px 16px;

}

.section__block table.table03 td.top {
    vertical-align: top;

}

.section__block table.table04 {
    table-layout: fixed;

}

.section__block table.table04 tr.tr_folder td img {
    vertical-align: bottom;

}

.section__block table.table04 tr.tr_folder td:last-child {
    padding: 16px;

}

.section__block table.table04 th:nth-child(1), .section__block table.table04 td:nth-child(1) {
    padding-right: 0;

}

.section__block table.table04 th:last-child, .section__block table.table04 td:last-child {
    padding-left: 0;

}

.section__block table.table04 th:last-child a, .section__block table.table04 td:last-child a {
    display: block;

}

.section__block table.table04 td:nth-child(5) {
    max-width: calc(100% - 610px);
    word-wrap: break-word;

}

.section__block table.table05 .unuploaded td:nth-child(2) {
    color: #999;

}

.section__block table.table05 .unuploa-error td:nth-child(2) {
    color: #FC6356;

}

.section__block table.table06 th, .section__block table.table06 td, .section__block table.table07 th, .section__block table.table07 td {
    padding: 16px 8px;

}

.section__block table.table06 th:first-child, .section__block table.table06 th:last-child, .section__block table.table06 td:first-child, .section__block table.table06 td:last-child, .section__block table.table07 th:first-child, .section__block table.table07 th:last-child, .section__block table.table07 td:first-child, .section__block table.table07 td:last-child {
    padding: 16px;

}

.section__block table.table06 th:nth-child(3), .section__block table.table06 th:nth-child(4), .section__block table.table06 td:nth-child(3), .section__block table.table06 td:nth-child(4), .section__block table.table07 th:nth-child(3), .section__block table.table07 th:nth-child(4), .section__block table.table07 td:nth-child(3), .section__block table.table07 td:nth-child(4) {
    text-align: center;

}

.section__block table.table08 th, .section__block table.table08 td {
    padding: 16px 8px;

}

.section__block table.table08 th:first-child, .section__block table.table08 td:first-child {
    padding: 16px;

}

.section__block table.table08 th:nth-child(4), .section__block table.table08 td:nth-child(4) {
    text-align: center;

}

.section__block .pagenation {
    margin-top: 40px;
    text-align: center;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;

}

.section__block .pagenation a, .section__block .pagenation span {
    margin: 0 6px;
    vertical-align: middle;

}

.section__block .pagenation .pagenation__pages {
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    background-color: #E1F0F8;
    color: #555555;
    text-decoration: none;

}

.section__block .pagenation .pagenation__pages.current {
    background-color: #20AEE5;
    color: #FFF;
    text-decoration: none;
    pointer-events: none;

}

.section__block .pagenation .ellipsis {
    margin-top: -8px;

}

/* お知らせ一覧 */

.section__block.section__block-information .block__order {
    position: relative;
    display: inline-block;
    margin-left: 16px;

}

/* テーブル */

.section__block.section__block-information table tbody td.information_status span {
    width: 88px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;

}

.section__block.section__block-information table tbody td.information_status span.unpublished {
    border: 1px solid #76C60E;
    background-color: #FFF;
    color: #76C60E;

}

.section__block.section__block-information table tbody td.information_status span.published {
    border: 1px solid #76C60E;
    background-color: #76C60E;
    color: #FFF;

}

.section__block.section__block-information table tbody td.information_status span.expired {
    border: 1px solid #999;
    background-color: #999;
    color: #FFF;

}

/* 項目一括追加 */

.section__block .add-csv .alert {
    margin-bottom: 4px;

}

/* フォーム一覧 */

.section__block.section__block-form form {
    position: relative;
    display: inline-block;
    margin-left: 16px;

}

/* テーブル */

.section__block.section__block-form table tbody td.form_status span {
    width: 88px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;

}

.section__block.section__block-form table tbody td.form_status span.setting {
    border: 1px solid #999;
    background-color: #FFF;
    color: #999;

}

.section__block.section__block-form table tbody td.form_status span.unpublished {
    border: 1px solid #20AEE5;
    background-color: #FFF;
    color: #20AEE5;

}

.section__block.section__block-form table tbody td.form_status span.reservation {
    border: 1px solid #76C60E;
    background-color: #FFF;
    color: #76C60E;

}

.section__block.section__block-form table tbody td.form_status span.published {
    border: 1px solid #76C60E;
    background-color: #76C60E;
    color: #FFF;

}

.section__block.section__block-form table tbody td.form_status span.stoped {
    border: 1px solid #ff0000;
    background-color: #FFF;
    color: #ff0000;

}

.section__block.section__block-form table tbody td.form_status span.expired {
    border: 1px solid #999;
    background-color: #999;
    color: #FFF;

}

.section__block .tbl .t-right{
    text-align: right;

}

.section__block .tbl .t-left {
    text-align: left;

}

.section__block .tbl .mt80 {
    margin-top: 80px;

}

.section__block .tbl .w100 {
    width: 100px;

}

.section__block .tbl .blue{
    color:#0892C7;

}

.section__block .tbl dd {
    display: table;

}

.section__block .tbl dd span{
    display: table-cell;

}

/* フォーム基本パーツ */

input, select, textarea, label {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family:  "Avenir Next", "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #555555;
  font-size: 16px;
  line-height: 1;
}

/* テキストボックス */

input {
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 12px;
  box-sizing: border-box;
}

input::-webkit-input-placeholder {
    color: #CCC;

}

input:-ms-input-placeholder {
    color: #CCC;

}

input::placeholder {
    color: #CCC;

}

input:focus {
    border: 1px solid #20AEE5;
    box-shadow: 0 0 2px #20AEE5;

}

input[type=text], input[type=password]  {
  height: 40px;
}

input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
    line-height: 1.4;

}

.input-s {
  width: 80px;
}

.input-m {
  width: 25%;
  max-width: 280px;
  min-width: 240px;
}

.input-ml {
  width: 70%;
}

.input-l {
  width: 100%;
}

.input-w124 {
  width: 124px;
}

.input-w70 {
  width: 70px;
}

/* テキストエリア */

textarea {
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 12px;
  box-sizing: border-box;
  line-height: 1.4;
}

textarea::-webkit-input-placeholder {
    color: #CCC;

}

textarea:-ms-input-placeholder {
    color: #CCC;

}

textarea::placeholder {
    color: #CCC;

}

textarea:focus {
    border: 1px solid #20AEE5;
    box-shadow: 0 0 2px #20AEE5;

}

/* セレクトボックス */

.select_wrap {
  display: inline-block;
  width: 240px;
  position: relative;
}

.select_wrap select {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 12px;
    padding-right: 32px;
    width: 100%;
    line-height: 1.2;
    background-image:url(../img/icon_arrow_down_lightgray.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;

}

.select_wrap.input-l {
    width: 100%;

}

.select_wrap.w500{
    width: 500px;

}

.select_wrap.error select {
    border-color: #FC6356;

}

/* チェックボックス・ラジオボタン */

input[type=radio], input[type=checkbox] {
  display: none;
  margin: 0;
}

input[type=radio] + label, input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 24px;

}

input[type=radio] + label:before, input[type=checkbox] + label:before {
    content: "";
    display: block;
    box-sizing: border-box;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 0;

}

input[type=radio] + label:after, input[type=checkbox] + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    box-sizing: border-box;

}

/* ラジオボタン */

input[type="radio"] {
  margin: 0;
}

input[type="radio"] + label:before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 1px solid #CCC;
    border-radius: 50%;

}

input[type="radio"]:checked + label:after {
    background-color: #20AEE5;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    left: 3px;

}

/* チェックボックス */

input[type=checkbox] + label:before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 1px solid #CCC;
    border-radius: 4px;

}

input[type=checkbox]:checked + label:before {
    background-color: #20AEE5;
    border-color: #20AEE5;

}

input[type=checkbox]:checked + label:after {
    left: 3px;
    width: 10px;
    height: 7px;
    margin-top: -5px;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);

}

input[type=checkbox].check02 + label {
    width: 16px;
    padding-left: 0;

}

/* エラーメッセージ */

input.error, textarea.error, .select_wrap.error {
    border-color: #FC6356;
    font-size: 16px;

}

input.error + .input-error, textarea.error + .input-error, .select_wrap.error + .input-error {
    background-color: #FFEEEC;
    border: 1px solid #FC6356;
    color: #FC6356;
    font-size: 12px;
    line-height: 1;
    padding: 4px;
    border-radius: 4px;
    position: absolute;
    top: -8px;
    left: 16px;

}

input.error + .input-error::before, textarea.error + .input-error::before, .select_wrap.error + .input-error::before {
    border:5px solid transparent;
    border-top-color: #FFEEEC;
    border-bottom-width:0;
    bottom:-5px;
    content:"";
    display:block;
    left:12px;
    position:absolute;
    width:0;
    z-index:1;

}

input.error + .input-error::after, textarea.error + .input-error::after, .select_wrap.error + .input-error::after {
    border:5px solid transparent;
    border-top-color: #FC6356;
    border-bottom-width:0;
    bottom:-6px;
    content:"";
    display:block;
    left:12px;
    position:absolute;
    width:0;

}

input.error + .input-error.input-error-small, textarea.error + .input-error.input-error-small, .select_wrap.error + .input-error.input-error-small {
    width: 80px;

}

input.error + .input-error.input-error-l125, textarea.error + .input-error.input-error-l125, .select_wrap.error + .input-error.input-error-l125 {
    left: 125px;

}

input[type=file] {
  display: none;
}

.upload_area {
  border: 1px dashed #999;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
}

.upload_area.pt0 {
    padding-top: 0;

}

.upload_area dl {
    border: none;

}

.upload_area dl:first-child {
    border-top:none;

}

.upload_area dl dt, .upload_area dl dd {
    width: auto;

}

.upload_area dl dt {
    font-size: 14px;
    font-weight: normal;

}

.upload_area .upload_note {
    display: inline-block;
    color: #999;

}

.search_area {
  border: 1px solid #999;
  padding: 16px 16px 0;
  margin: 16px auto;
  border-radius: 4px;
}

.search_area dl:first-child {

    /*    border-top:none;*/

}

.search_area .button_area {
    text-align: center;

}

.search_area .button_area dl {
    border: none;

}

.search_area .button_area dl:first-child {
    border-top:none;

}

.search_area .button_area dl dt, .search_area .button_area dl dd {
    width: auto;

}

.search_area .button_area dl dt {
    font-size: 14px;
    font-weight: normal;

}

.search_area .upload_note {
    display: inline-block;
    color: #999;

}

.search_area.flexbox {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 16px;

}

.search_area.flexbox p {
    font-weight: bold;
    margin-bottom: 8px;

}

form .form_top {
    padding-bottom: 16px;
    border-bottom: 1px solid #DDD;
    width: 100%;
    box-sizing: border-box;

}

form .form_top.no-border {
    padding-bottom: 20px;
    border-bottom: none;

}

form .form_top.form_top_area {
    border-top: 1px solid #DDD;
    padding: 0 16px 16px;
    margin-bottom: 40px;

}

form .form_top.form_top_area .upload_directory {
    border: none;

}

form .form_top.form_top_area .upload_directory dt {
    padding-left: 0;

}

form .form_top.form_top_area .upload_directory dd {
    padding-right: 0;

}

form .form_top.form_top_area ul {
    margin-bottom: 16px;

}

form .form_top.pt16 {
    padding-top: 16px;

}

form dl {
    border-bottom: 1px solid #DDD;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align: center;
    align-items: center;

}

form dl.bg_blue {
    background: #e1f0f8;

}

form dl dt, form dl dd {
    padding: 16px;
    box-sizing: border-box;

}

form dl dt {
    font-size: 16px;
    font-weight: bold;
    width: 150px;

}

form dl dt a {
    font-size: 14px;

}

form dl dd {
    width: calc(100% - 150px);
    position: relative;

}

form dl dd .note {
    margin-top: 8px;

}

form dl dd .note2 {
    margin-left: 204px;
    color: #999;

}

form dl dd .note2_1 {
    margin-left: 220px;
    color: #999;

}

form dl dd .note2_2 {
    margin-left: 0;
    color: #999;
    margin-top: 8px;

}

form dl dd .note2_3 {
    margin-left: 80px;
    color: #999;

}

form dl dd .note3 {
    padding: 16px 0 28px;
    font-size: 14px;

}

form dl dd .note4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;

}

form dl dd .note5 {
    padding: 16px 0 8px;

}

form dl dd .note6 {
    font-size: 12px;
    color: #999;

}

form dl dd .note7 {
    padding: 8px 0 8px;

}

form dl dd .flexbox {
    -ms-flex-align: center;
    align-items: center;

}

form dl dd .col1 {
    margin-bottom: 32px;

}

form dl dd .col1 .list-textbox:first-child {
    margin-left: 0;

}

form dl dd .col1:last-child {
    margin-bottom: 0;

}

form dl dd .col1.mb16 {
    margin-bottom: 16px;

}

form dl dd .col1.mb22 {
    margin-bottom: 22px;

}

form dl dd .col1.mb32 {
    margin-bottom: 32px;

}

form dl dd .col1.mb40 {
    margin-bottom: 40px;

}

form dl dd .col2 {
    margin-bottom: 40px;

}

form dl dd .col2:first-child {
    padding-top: 16px;

}

form dl dd .col2:last-child {
    margin-bottom: 16px;

}

form dl dd .col2 li {
    width: 240px;

}

form dl dd .col3 {
    margin-bottom: 32px;

}

form dl dd .col3:first-child {
    padding-top: 16px;

}

form dl dd .col3:last-child {
    margin-bottom: 16px;

}

form dl dd table {
    width: 100%;

}

form dl dd table .t-right {
    text-align: right;

}

form dl dd table .cell-w100 {
    width: 100px;

}

form dl dd table .cell-w200 {
    width: 200px;

}

form dl dd table .cell-w400 {
    width: 400px;

}

form dl dd ul li {
    margin-left: 40px;

}

form dl dd ul li:first-child {
    margin-left: 0;

}

form dl dd ul li.list-textbox {
    margin-left: 8px;

}

form dl dd ul li.list-textbox-s {
    margin-left: 20px;

}

form dl dd ul li.list-textbox-s:first-child {
    margin-left: 0;

}

form dl dd ul li.ml_8 {
    margin-left: 8px;

}

form dl dd ul li.ml_16 {
    margin-left: 16px;

}

form dl dd ul li.pl40{
    padding-left: 40px;

}

form dl dd ul .w160 {
    width: 160px;

}

form dl dd ul .w500{
    width: 500px;

}

form dl dd ul .w560{
    width: 560px;

}

form dl dd ul.dp_tbl{
    display: table;

}

form dl dd ul.dp_tbl li{
    display: table-cell;

}

form dl .padd28 {
    padding: 28px 16px;

}

form dl .padd32 {
    padding: 32px 16px;

}

form dl:first-child {
    border-top: 1px solid #DDD;

}

form dl.flex_top {
    -ms-flex-align: start;
    align-items: flex-start;

}

form dl.flex_top dt {
    margin-top: 16px;

}

form dl.dt_l dt {
    padding-right: 0;
    width: 160px;

}

form dl.dt_l dd {
    width: calc(100% - 160px);

}

form dl.dt_l dd ul.w760 {
    width: 760px;

}

form dl.dt_l_2 dt {
    padding-right: 0;
    width: 200px;

}

form dl.dt_l_2 dd {
    width: calc(100% - 200px);

}

form .file-list-top {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;

}

form .file-list-top .folder-layer {
    font-size: 0;

}

form .file-list-top .folder-layer li {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;

}

form .file-list-top .folder-layer li:not(:first-child):before {
    content: "/";
    margin: 0 16px;

}

form .tbox{
    height: 450px;

}

form .ml_16{
    margin-left: 16px;

}

form .file-list-top {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;

}

form .file-list-top .folder-layer {
    font-size: 0;

}

form .file-list-top .folder-layer li {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;

}

form .file-list-top .folder-layer li:not(:first-child):before {
    content: "/";
    margin: 0 16px;

}

/* ボタンエリア */

.bottom-buttons {
  background-color: #FFF;
  width: calc(100% - 60px);
  /*max-width: 1920px;*/
  padding: 16px 28px;
  border-top: 1px solid #DDD;
  margin-left: -28px;
  box-sizing: border-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: fixed;
  bottom: 0;
  min-width: 960px;
}

@media screen and (min-width:1980px){

    .bottom-buttons{
        margin-left:calc((1924px - 100%) / 2);
        padding:16px calc((100% - 1920px) / 2 );

    }

}

.bottom-buttons.left {
    -ms-flex-pack: start;
    justify-content: flex-start;

}

.bottom-buttons.nonflex {
    display: block !important;

}

.buttons__wrap {
  margin-top: 40px;
}

.buttons__wrap.buttons__wrap-3btns {
    text-align: center;

}

.buttons__wrap .buttons__center {
    display: inline-block;
    margin-left: 90px;

}

.menu-open .bottom-buttons {
    width: calc(100% - 240px);

}

.sec_mgn{
	margin-left: 8px;
}

/* タブ */

.lead__tab-wrap {
  border-bottom: 1px solid #555555;
  margin-bottom: 20px;
}

.lead__tab-wrap .lead__tab {
    display: inline-block;

}

.lead__tab-wrap .lead__tab a {
    text-decoration: none;
    color: #555555;
    font-size: 16px;
    display: block;
    padding: 12px 16px;

}

.lead__tab-wrap .lead__tab.current a {
    color: #20AEE5;
    border-bottom: 4px solid #20AEE5;

}

/* 基本情報 */

.lead__contents-info {
  font-size: 0;
}

.lead__contents-info dl {
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px solid #DDD;

}

.lead__contents-info dl:nth-child(1), .lead__contents-info dl:nth-child(2) {
    border-top: 1px solid #DDD;

}

.lead__contents-info dl.lead__contents-info-col2 {
    width: calc(50% - 20px);

}

.lead__contents-info dl dt, .lead__contents-info dl dd {
    padding: 16px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;

}

.lead__contents-info dl dt {
    font-size: 16px;
    font-weight: bold;
    width: 160px;

}

.lead__contents-info dl dd {
    padding-left: 0;

}

.lead__contents-info dl dd.wide {
    width: calc(100vw - 150px);
    position: relative;

}

.lead__contents-info dl dd.wide textarea{
    font-size:14px;

}

.lead__contents-info dl .align-top {
    vertical-align: top;

}

/* メッセージ */

.lead__contents-message {
  /*max-height: 440px;*/
  max-height: calc(100vh - 390px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.lead__contents-message.open {

    /*max-height: 140px;*/
    max-height: calc(100vh - 724px);

    /* 60px(ヘッダー)、20px(padding)、20px(パンくず)、 100px(見出し)、 70px(タブ)、 436px(フッター)、16px(スクロール下余白) */

}

.lead__contents-message .message-wrap {
    padding: 0 12px;

}

/* メッセージ全般 */

.lead__contents-message .message-wrap .message {
    min-width: 600px;
    width: 60%;
    margin-bottom: 20px;
    box-sizing: border-box;

}

.lead__contents-message .message-wrap .message:last-child {
    margin-bottom: 0;

}

.lead__contents-message .message-wrap .message .message-inner {
    padding: 16px;
    box-sizing: border-box;

}

.lead__contents-message .message-wrap .message .message-inner .message-icon-mail, .lead__contents-message .message-wrap .message .message-inner .message-icon-line {
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    width: 38px;
    height: 16px;
    text-align: center;
    padding: 1px 0;
    box-sizing: border-box;
    float: right;
    margin-top: 2px;
    border-radius: 2px;

}

.lead__contents-message .message-wrap .message .message-inner .message-icon-mail {
    background-color: #20AEE5;

}

.lead__contents-message .message-wrap .message .message-inner .message-icon-line {
    background-color: #17B72A;

}

.lead__contents-message .message-wrap .message .message-inner p {
    padding-right: 54px;
    margin-bottom: 20px;

}

.lead__contents-message .message-wrap .message .message-inner p:last-child {
    margin-bottom: 0;

}

.lead__contents-message .message-wrap .message .message-inner .message-title {
    font-weight: bold;

}

.lead__contents-message .message-wrap .message .message-date {
    color: #999;
    margin-top: 4px;
    line-height: 1;

}

.lead__contents-message .message-wrap .message .message-date p {
    display: inline-block;

}

.lead__contents-message .message-wrap .message .message-date.reserve {
    color: #555555;

}

.lead__contents-message .message-wrap .message .message-date.error {
    color: #FC6356;

}

/* 左メッセージ */

.lead__contents-message .message-wrap .message-left {
    float: left;

}

.lead__contents-message .message-wrap .message-left .message-date {
    text-align: left;

}

/* 右メッセージ */

.lead__contents-message .message-wrap .message-right {
    float: right;

}

.lead__contents-message .message-wrap .message-right .message-date {
    text-align: right;

}

/* 吹き出しコメント */

.lead__contents-message .message-wrap .message-comment .message-inner {
    border: 1px solid #20AEE5;
    background-color: #E1F0F8;
    border-radius: 4px;
    position: relative;

}

.lead__contents-message .message-wrap .message-comment .message-inner:before, .lead__contents-message .message-wrap .message-comment .message-inner:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    margin: auto;

}

.lead__contents-message .message-wrap .message-comment .message-inner:before{
    top: 15px;
    right: -13px;
    border-style: solid;
    border-color: #20AEE5 transparent transparent transparent;
    border-width: 13px 13px 13px 0;

}

.lead__contents-message .message-wrap .message-comment .message-inner:after{
    top: 16px;
    right: -11px;
    border-style: solid;
    border-color: #E1F0F8 transparent transparent transparent;
    border-width: 13px 13px 13px 0;

}

.lead__contents-message .message-wrap .message-comment .message-inner.long {
    padding-bottom: 34px;

}

.lead__contents-message .message-wrap .message-comment .message-inner .more {
    background-color: #20AEE5;
    text-align: center;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 4px 4px;
    padding: 10px 0;
    line-height: 1;

}

.lead__contents-message .message-wrap .message-comment.gray .message-inner {
    border: 1px solid #CCC;
    background-color: #FAFAFA;

}

.lead__contents-message .message-wrap .message-comment.gray .message-inner:before, .lead__contents-message .message-wrap .message-comment.gray .message-inner:after{
    right: auto;

}

.lead__contents-message .message-wrap .message-comment.gray .message-inner:before{
    left: -13px;
    border-color: #CCC transparent transparent transparent;
    border-width: 13px 0 13px 13px;

}

.lead__contents-message .message-wrap .message-comment.gray .message-inner:after{
    left: -11px;
    border-color: #FAFAFA transparent transparent transparent;
    border-width: 13px 0 13px 13px;

}

.lead__contents-message .message-wrap .message-comment.gray .message-inner .more {
    background-color: #CCC;

}

.lead__contents-message .message-wrap .message-comment.reserve .message-inner {
    border: 1px solid #E1F0F8;
    background-color: #FFF;
    color: #999;

}

.lead__contents-message .message-wrap .message-comment.reserve .message-inner:before{
    border-color: #E1F0F8 transparent transparent transparent;

}

.lead__contents-message .message-wrap .message-comment.reserve .message-inner:after{
    border-color: #FFF transparent transparent transparent;

}

.lead__contents-message .message-wrap .message-comment.reserve .message-inner .more {
    background-color: #E1F0F8;

}

.lead__contents-message .message-wrap .message-comment.error .message-inner {
    border: 1px solid #FC6356;
    background-color: #FFF0EF;

}

.lead__contents-message .message-wrap .message-comment.error .message-inner:before{
    border-color: #FC6356 transparent transparent transparent;

}

.lead__contents-message .message-wrap .message-comment.error .message-inner:after{
    border-color: #FFF0EF transparent transparent transparent;

}

.lead__contents-message .message-wrap .message-comment.error .message-inner .more {
    background-color: #FC6356;

}

/* 確認メッセージ */

.lead__contents-message .message-wrap .message-confirm .message-inner {
    background-color: #F0F0F0;

}

/* 返信エリア */

.reply {
  background-color: #FFF;
  width: calc(100% - 60px);
  padding: 16px 28px;
  border-top: 1px solid #DDD;
  margin-left: -28px;
  box-sizing: border-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: fixed;
  bottom: 0;
  min-width: 960px;
}

.reply form {
    width: 100%;

}

@media screen and (min-width:1980px){

    .reply{
        margin-left:calc((1924px - 100%) / 2);
        padding:16px calc((100% - 1920px) / 2 );

    }

}

.reply__open form {
    position: relative;

}

.reply__open .reply__content {
    border-bottom: 1px solid #DDD;
    padding: 16px 0;

}

.reply__open .reply__content.reply__content-template {
    padding-top: 0;

}

.reply__open .reply__content.reply__content-template .select_wrap {
    width: calc(100% - 102px);

}

.reply__open .reply__content .form_name {
    font-weight: bold;
    display: inline-block;

}

.reply__open .reply__content-2col{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.reply__open .reply__content-2col .reply__content-left {
    width: calc(100% - 308px);

}

.reply__open .reply__content-2col .reply__content-left .reply__content {
    display: table;
    width: 100%;
    box-sizing: border-box;

}

.reply__open .reply__content-2col .reply__content-left .reply__content .form_name {
    padding: 0 16px;
    display: table-cell;
    width: 80px;
    box-sizing: border-box;

}

.reply__open .reply__content-2col .reply__content-left .reply__content .reply__content-input {
    display: table-cell;

}

.reply__open .reply__content-2col .reply__content-left .reply__content.reply_text .form_name {
    vertical-align: top;
    padding-top: 8px;

}

.reply__open .reply__content-2col .reply__content-left .reply__content.reply_text .reply__content-input {
    height: 180px;

}

.reply__open .reply__content-2col .reply__content-left .reply__content.reply_text textarea {
    height: 100%;

}

.reply__open .reply__content-2col .reply__content-right {
    width: 268px;
    margin-left: 40px;

}

.reply__open .reply__content-2col .reply__content-right .reply__content {
    padding: 16px;
    box-sizing: border-box;

}

.reply__open .reply__content-2col .reply__content-right .reply__content .form_name {
    margin-bottom: 16px;
    line-height: 1;

}

.reply__open .reply__content-2col .reply__content-right .reply__content ul li {
    line-height: 1;

}

.reply__open .reply__content-2col .reply__content-right .reply__content ul li:first-child {
    margin-bottom: 20px;

}

.reply__open .reply__content-2col .reply__content-right .reply__content.reply__content-timing {
    height: 168px;

}

.reply__open .reply__content-2col .reply__content-right .reply__content.reply__content-timing ul {
    margin-bottom: 12px;

}

.reply__open .reply__content-2col .reply__content-right .reply__content.reply__content-timing input:last-child {
    margin-left: 8px;

}

.reply__open .reply__content-buttons {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 16px;

}

.popup__nav {
  position: fixed;
  z-index: 20;
  padding: 0 8px;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 3px;
  box-shadow: 0 0 3px 0 rgba(0,0,0, .4);
  z-index: 100;


}

.popup__nav p, .popup__nav a {
    display: block;
    border-bottom: 1px solid #DDD;
    padding: 0 8px;

}

.popup__nav p:last-child, .popup__nav a:last-child {
    border-bottom: none;

}

.popup__nav p {
    color: #20AEE5;
    border-bottom: 1px solid #20AEE5;
    font-weight: bold;

}

.popup__nav a {
    color: #555555;
    cursor: pointer;

}

.popup__nav a.upper {
    font-weight: bold;
    position: relative;
    background-position: right 8px center;

}

.popup__nav a.lower  {
    padding-left: 28px;

}

/* マーケティング */

.popup__nav.popup__nav-marketing {
    top: 180px;
    left: 72px;
    width: 208px;

}

.popup__nav.popup__nav-marketing p, .popup__nav.popup__nav-marketing a {
    line-height: 38px;

}

/* 吹き出し */

.popup__nav.popup__nav-marketing:before {
    border:10px solid transparent;
    border-right-color:#fff;
    border-left-width:0;
    left:-9px;
    content:"";
    display:block;
    top:20px;
    position:absolute;
    width:0;
    z-index:1;

}

.popup__nav.popup__nav-marketing:after {
    border:10px solid transparent;
    border-right-color:#DDD;
    border-left-width:0;
    left:-12px;
    content:"";
    display:block;
    top:20px;
    position:absolute;
    width:0;

}

/* アカウント */

.popup__nav.popup__nav-account {
    top: 72px;
    right: 8px;
    width: 144px;

}

.popup__nav.popup__nav-account p, .popup__nav.popup__nav-account a {
    line-height: 48px;

}

.popup__nav.popup__nav-account:before {
    border:10px solid transparent;
    border-bottom-color:#fff;
    border-top-width:0;
    top:-9px;
    content:"";
    display:block;
    left:50%;
    margin-left: -10px;
    position:absolute;
    width:0;
    z-index:1;

}

.popup__nav.popup__nav-account:after {
    border:10px solid transparent;
    border-bottom-color:#DDD;
    border-top-width:0;
    top:-12px;
    content:"";
    display:block;
    left:50%;
    margin-left: -10px;
    position:absolute;
    width:0;

}

.main_wrap.menu-open .popup__nav.popup__nav-marketing {
    left: 252px;

}

.modal {
  position: fixed;
  background-color: #FFF;
  padding: 28px;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0,0,0, .25);
  border-radius: 6px;
  width: 500px;
  z-index: 200;
  top: 50%;
  left: 50%;
  margin-left: -250px;



}

.modal .modal__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;

}

.modal .modal__content {
    font-size: 14px;
    text-align: center;
    margin-bottom: 28px;

}

.modal .modal__content p {
    margin-bottom: 20px;

}

.modal .modal__content p.align_left {
    text-align: left;

}

.modal .modal__content p.mb0 {
    margin-bottom: 0;

}

.modal .modal__btn-area {
    text-align: right;
    margin-bottom: -20px;
    margin-right: -20px;

}

/* モーダル（お知らせ） */

.modal.modal-system {
    margin-top: -210px;

}

/* モーダル（確認） */

.modal.modal-confirm {
    margin-top: -65px;

}

/* モーダル（保存完了） */

.modal.modal-done {
    margin-top: -65px;

}

/* モーダル（フォーム） */

.modal.modal-form {
    margin-top: -331px;
    width: 984px;
    margin-left: -492px;

}

.modal.modal-form .modal_left, .modal.modal-form .modal_right {
    width: 50%;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;

}

.modal.modal-form .modal_left .form_type_title, .modal.modal-form .modal_right .form_type_title {
    font-weight: bold;
    text-align: left;
    margin-bottom: 8px;

}

.modal.modal-form .modal_left .form_type, .modal.modal-form .modal_right .form_type {
    border-bottom: 1px solid #DDD;
    padding: 16px 0;
    height: 132px;
    box-sizing: border-box;

}

.modal.modal-form .modal_left .form_type .flexbox, .modal.modal-form .modal_right .form_type .flexbox {
    -ms-flex-align: center;
    align-items: center;

}

.modal.modal-form .modal_left .form_type .input-mm, .modal.modal-form .modal_right .form_type .input-mm {
    width: 144px;

}

.modal.modal-form .modal_left .form_type .input-ml, .modal.modal-form .modal_right .form_type .input-ml {
    width: 240px;

}

.modal.modal-form .modal_left .form_type .w100, .modal.modal-form .modal_right .form_type .w100 {
    text-align: left;
    width: 60px;

}

.modal.modal-form .modal_left .form_type span, .modal.modal-form .modal_right .form_type span {
    padding: 0 8px;

}

.modal.modal-form .modal_left .form_type.no-border, .modal.modal-form .modal_right .form_type.no-border {
    border-bottom: none;

}

.modal.modal-form .modal_left .modal_form_note, .modal.modal-form .modal_right .modal_form_note {
    font-size: 12px;
    color: #999;
    font-size: normal;
    margin: 8px 0 0 0;
    text-align: left;

}

/* メッセージ内容確認 */

.modal.modal-message-confirm {
    margin-top: -310px;

}

.modal.modal-message-confirm dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #DDD;
    text-align: left;

}

.modal.modal-message-confirm dl:first-child {
    border-top: 1px solid #DDD;

}

.modal.modal-message-confirm dl dt, .modal.modal-message-confirm dl dd {
    display: table-cell;
    padding: 16px;
    box-sizing: border-box;

}

.modal.modal-message-confirm dl dt {
    font-size: 16px;
    font-weight: bold;
    width: 80px;
    padding-right: 0;

}

.modal.modal-message-confirm dl dd.max-h div {
    max-height: 260px;
    overflow-y: auto;
    padding-right: 18px;
    margin-right: -18px;

}

/* 詳細検索 */

.modal.modal-add-file, .modal.modal-lead-search {
    margin-top: -158px;

}

.modal.modal-add-file dl, .modal.modal-lead-search dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #DDD;
    text-align: left;

}

.modal.modal-add-file dl:first-child, .modal.modal-lead-search dl:first-child {
    border-top: 1px solid #DDD;

}

.modal.modal-add-file dl dt, .modal.modal-add-file dl dd, .modal.modal-lead-search dl dt, .modal.modal-lead-search dl dd {
    display: table-cell;
    padding: 16px;
    box-sizing: border-box;

}

.modal.modal-add-file dl dt, .modal.modal-lead-search dl dt {
    font-size: 16px;
    font-weight: bold;
    width: 132px;
    padding-right: 0;

}

/* 新規フォルダ追加 */

.modal.modal-add-file {
    margin-top: -158px;

}

/* 詳細検索 */

.modal.modal-lead-search {
    margin-top: -310px;

}

.modal.modal-lead-search .modal__content .modal__content_inner dl dd .input-range {
    width: calc(50% - 15px);

}

.modal.modal-lead-search .modal__content .modal__content_inner dl dd ul li:not(:first-child) {
    margin-left: 20px;

}

/* ボタン */

.modal.modal__fixed-buttons {
    padding: 0;

}

.modal.modal__fixed-buttons .modal__title {
    padding: 28px 0 20px;
    border-bottom: 1px solid #DDD;
    box-sizing: border-box;
    background-color: #FFF;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 6px 6px 0 0;

}

.modal.modal__fixed-buttons .modal__content {
    margin-bottom: 0;
    padding: 76px 0 56px;

}

.modal.modal__fixed-buttons .modal__content .modal__content_inner {
    max-height: 240px;
    overflow-y: auto;
    padding: 0 28px;

}

.modal.modal__fixed-buttons .modal__content .modal__content_inner p:first-child {
    margin-top: 20px;

}

.modal.modal__fixed-buttons .modal__content .modal__content_inner.max_h500 {
    max-height: 500px;

}

.modal.modal__fixed-buttons .modal__btn-area {
    margin-bottom: 0;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 8px 0 8px;
    border-top: 1px solid #DDD;
    box-sizing: border-box;
    background-color: #FFF;
    bottom: 10px;
    box-sizing: border-box;
    border-radius: 0 0 6px 6px;

}

/* 新規フォルダ追加 */

.modal.modal__fixed-only-buttons {
    padding: 28px 0 0;

}

.modal.modal__fixed-only-buttons .modal__content {
    margin-bottom: 80px;
    padding: 0 28px;

}

.modal.modal__fixed-only-buttons .modal__btn-area {
    margin-bottom: 0;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 8px 0 8px;
    border-top: 1px solid #DDD;
    box-sizing: border-box;
    background-color: #FFF;
    bottom: 10px;
    box-sizing: border-box;
    border-radius: 0 0 6px 6px;

}

.calendar {
  position: absolute;
  background-color: #FFF;
  border: 1px solid  #CCC;
  box-shadow: 0 0 3px 0 rgba(0,0,0, .4);
  padding: 28px 20px;
  box-sizing: border-box;
  bottom: 120px;
  right: 0;
}

.calendar:before {
    border: 10px solid transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
    bottom: -9px;
    content: "";
    display: block;
    right: 185px;
    margin-left: -10px;
    position: absolute;
    width: 0;
    z-index: 1;

}

.calendar:after {
    border: 10px solid transparent;
    border-top-color: #CCC;
    border-bottom-width: 0;
    bottom: -12px;
    content: "";
    display: block;
    right: 185px;
    margin-left: -10px;
    position: absolute;
    width: 0;

}

.calendar .previous, .calendar .next {
    display: none;
    position: absolute;
    top: 30px;
    width: 11px;
    height: 14px;
    background-repeat: no-repeat;

}

.calendar .previous.on, .calendar .next.on {
    display: block;

}

.calendar .previous {
    left: 50px;
    background-image: url(../img/icon_arrow_left_gray.svg);

}

.calendar .next {
    right: 50px;
    background-image: url(../img/icon_arrow_right_gray.svg);

}

.calendar .calendar-container table {
    font-size: 16px;
    float: left;
    width: calc(50% - 8px);

}

.calendar .calendar-container table caption {
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1;

}

.calendar .calendar-container table tr th, .calendar .calendar-container table tr td {
    text-align: center;
    box-sizing: border-box;
    width: 50px;
    padding: 0;

}

.calendar .calendar-container table tr th {
    background-color: #000;
    color: #FFF;
    height: 33px;
    font-weight: normal;

}

.calendar .calendar-container table tr td {
    border-bottom: none;
    height: 36px;

}

/* 土曜日 */

.calendar .calendar-container table tr td:first-child {
    color: #FC6356;

}

/* 日曜日 */

.calendar .calendar-container table tr td:last-child {
    color: #20AEE5;

}

/* 今日 */

.calendar .calendar-container table tr td.today {
    font-weight: bold;

}

/* チェック */

.calendar .calendar-container table tr td.check {
    background-color: #20AEE5;
    color: #FFF;

}

/* 過去 */

.calendar .calendar-container table tr td.past {
    background-color: #FAFAFA;

}

.calendar .calendar-container table tr td a {
    display: block;
    text-decoration: none;
    color: inherit;

}

.calendar .calendar-container table tr td a:hover {
    opacity: 1;

}

.calendar .calendar-container table:last-child {
    margin-left: 16px;

}
