@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden; }

html,
body,
div,
span,
object,
iframe,
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; }

body {
  line-height: 1; }

ul {
  font-size: 0; }

li {
  list-style: none;
  font-size: 17px; }
  @media (max-width: 760px) {
    li {
      font-size: 13px; } }

ol {
  margin-left: 20px; }
  ol li {
    font-size: 15px;
    margin-top: 20px;
    list-style: decimal;
    line-height: 23px; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: black; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

p {
  font-size: 14px;
  line-height: 26px;
  word-break: break-all; }
  @media (max-width: 760px) {
    p {
      font-size: 13px;
      line-height: 25px; } }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table td,
  table th {
    font-size: 15px;
    line-height: 22px; }
    @media (max-width: 760px) {
      table td,
      table th {
        font-size: 13px; } }

textarea {
  overflow: auto;
  resize: vertical; }

br.clear_noie {
  clear: both;
  display: inline;
  line-height: 0; }

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

body {
  background: #f4f2f2; }

.bace-btn {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .bace-btn a {
    padding: 5px 0px;
    border: solid 1px #17288B;
    display: block;
    color: #17288B;
    font-size: 15px;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s; }
    .bace-btn a::before {
      position: absolute;
      content: url(/lib/cmn-img/arrow.png);
      top: 5px;
      right: 10px; }
    .bace-btn a:hover {
      background: #17288B;
      color: white;
      -webkit-transition-duration: 0.8s;
      -o-transition-duration: 0.8s;
      transition-duration: 0.8s; }
      .bace-btn a:hover::before {
        content: url(/lib/cmn-img/arrow-white.png); }

.bace-btn {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .bace-btn button {
    width: 100%;
    margin: auto;
    padding: 5px 0px;
    border: solid 1px #17288B;
    display: block;
    color: #17288B;
    font-size: 15px;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s; }
    .bace-btn button::before {
      position: absolute;
      content: url(/lib/cmn-img/arrow.png);
      top: 7px;
      right: 10px; }
    .bace-btn button:hover {
      background: #17288B;
      color: white;
      -webkit-transition-duration: 0.8s;
      -o-transition-duration: 0.8s;
      transition-duration: 0.8s; }
      .bace-btn button:hover::before {
        content: url(/lib/cmn-img/arrow-white.png); }

.bace-h1 {
  font-size: 38px;
  color: #17288B;
  padding: 10px 0px 15px 17px;
  margin-top: 50px;
  border-left: 7px solid #17288B;
  border-bottom: 2px solid #DDDDDD; }
  .bace-h1 .en {
    margin-left: 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px; }

.serial-btn {
  padding: 14px 10px !important;
  font-size: 15px;
  font-family: "Open Sans", sans-serif; }
  @media all and (-ms-high-contrast: none) {
    .serial-btn {
      padding: 15px 10px 16px !important; } }

.wrapper {
  max-width: 1080px;
  margin: auto;
  padding-top: 160px; }
  @media only screen and (max-width: 1080px) {
    .wrapper {
      width: 95%; } }

#message .wrapper {
  max-width: 1250px; }

.breadcrumb {
  margin-left: 0;
  padding-left: 0;
  margin-top: 30px; }

.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
  font-size: 12px; }

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #3E3A39; }

.breadcrumb li:last-child:after {
  content: ''; }

.breadcrumb li a {
  text-decoration: none;
  color: #3E3A39; }

.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 12px;
  color: #3E3A39; }

.breadcrumb li a:hover {
  text-decoration: underline; }

.bace-search-inner-box {
  max-width: 800px;
  margin: auto; }
  .bace-search-inner-box .search-box {
    overflow: hidden;
    zoom: 1; }
    .bace-search-inner-box .search-box .text-box {
      float: left;
      width: 20%; }
      .bace-search-inner-box .search-box .text-box .text {
        color: #3E3A39;
        font-size: 18px;
        font-weight: bold;
        text-align: right;
        padding-right: 15px;
        margin-top: 10px; }
    .bace-search-inner-box .search-box .input-box {
      float: right;
      width: 80%; }
      .bace-search-inner-box .search-box .input-box .serch-input {
        width: 91%;
        padding: 14px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px; }
      .bace-search-inner-box .search-box .input-box .serch-btn {
        width: 7.5%;
        background: #17288B;
        padding: 24px 0px 24px;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        color: white; }
      .bace-search-inner-box .search-box .input-box .fa {
        font-size: 20px !important;
        position: absolute;
        top: 13px;
        left: 14px; }
  .bace-search-inner-box .serial-box {
    margin-top: 20px; }
  .bace-search-inner-box .check-box {
    margin-top: 10px; }
    .bace-search-inner-box .check-box input {
      margin-left: 20px;
      margin-right: 5px; }
      .bace-search-inner-box .check-box input:first-child {
        margin-left: 0px; }

.login-box {
  max-width: 900px;
  margin: auto; }
  .login-box .main-title {
    margin-top: 120px;
    margin-bottom: 40px;
    font-size: 80px;
    text-align: center;
    color: #DEDEDE;
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold; }
  .login-box .title {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold; }
    .login-box .title .text-eria {
      margin-left: 20px;
      padding: 15px;
      width: 70%;
      font-size: 17px; }
  .login-box .pass-text {
    margin-right: 30px; }

.login-sub-box {
  margin-top: 25px;
  margin-left: 126px; }

.checkbox01-input {
  display: none; }

.checkbox01-parts {
  padding-left: 32px;
  position: relative;
  margin-right: 20px;
  font-size: 15px; }

.checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999; }

.checkbox01-input:checked + .checkbox01-parts {
  color: #17288B;
  font-weight: bold; }

.checkbox01-input:checked + .checkbox01-parts::before {
  background: #17288B; }

.checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid white;
  border-right: 2px solid white; }

.forget-pass-text {
  margin-top: 13px;
  margin-left: 32px;
  text-decoration: underline;
  font-size: 15px; }

.forget-pass-text a:hover {
  opacity: 0.7; }

.big-login-btn {
  margin: auto;
  margin-top: 25px;
  padding: 15px 120px;
  display: block;
  background: #f4bd05;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 4px solid #D39A00;
  letter-spacing: 1px;
  position: relative; }
  .big-login-btn::after {
    content: url(/lib/cmn-img/arrow-white.png);
    right: 15px;
    display: block;
    position: absolute;
    z-index: 999;
    top: 17px; }

.big-login-btn:hover {
  opacity: 0.9; }

.big-login-btn:active {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none; }

.line {
  margin-top: 45px;
  opacity: 0.4; }

.hazimete {
  margin-top: 30px;
  text-align: center;
  font-size: 15px; }

.big-user-btn {
  margin: auto;
  margin-top: 15px;
  padding: 15px 100px;
  display: block;
  background: #17288B;
  color: white;
  text-align: center;
  font-size: 15px;
  border-bottom: 4px solid #020D4D;
  letter-spacing: 1px;
  position: relative; }
  .big-user-btn::after {
    content: url(/lib/cmn-img/arrow-white.png);
    right: 15px;
    display: block;
    position: absolute;
    z-index: 999;
    top: 17px; }

.big-user-btn:hover {
  opacity: 0.9; }

.big-user-btn:active {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none; }

/********************** マイページ *************************/
.mv-slider {
  width: 100%;
  background: white;
  margin-top: 20px;
  padding: 3px 0px 35px;
  margin-bottom: 35px; }
  .mv-slider .slider {
    margin-top: 20px; }
  .mv-slider .bace-btn {
    max-width: 180px;
    margin: auto; }

.my-page-search-box {
  max-width: 1080px;
  margin-top: 25px;
  padding: 40px 0px;
  background: white; }

.news-box {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  zoom: 1; }
  .news-box .news-inner-box {
    background: white;
    padding-bottom: 35px;
    vertical-align: top; }
  .news-box .title {
    width: 100%;
    background: #3E3A39;
    color: white;
    text-align: center;
    padding: 15px 0px;
    font-size: 18px;
    font-weight: normal; }
  .news-box .news-list {
    padding: 15px 20px 0px 20px; }
    .news-box .news-list li {
      padding: 22px 10px;
      border-bottom: 1px solid #D8D8D8;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .news-box .news-list li:hover {
        background: #EFEFEF;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
  .news-box .category {
    text-align: center;
    background: #3E3A39;
    color: white;
    font-size: 11px;
    width: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block; }
  .news-box .day {
    color: #939393;
    font-family: "Open Sans", sans-serif;
    margin-left: 10px; }
  .news-box .text {
    margin-top: 7px;
    font-size: 15px; }
  .news-box .bace-btn {
    width: 190px;
    margin: auto;
    margin-top: 20px; }
  .news-box .important {
    background: #B73535; }
  .news-box .rigth-box {
    width: 48.5%;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .news-box .left-box {
    width: 48.5%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0; }
  .news-box .editor-box {
    padding: 30px 30px 90px;
    background: white; }
    .news-box .editor-box .midashi {
      font-size: 25px;
      margin-top: 13px;
      padding-bottom: 15px;
      font-weight: bold;
      color: #3E3A39;
      border-bottom: 1px solid #a5a5a5; }
    .news-box .editor-box p {
      margin-top: 25px;
      color: #3E3A39; }
    .news-box .editor-box .editor-link a {
      color: #0000cc;
      text-decoration: underline; }
    .news-box .editor-box img {
      max-width: 100%; }

/********************** マイページ *************************/
.my-page-h2 {
  width: 100%;
  font-size: 26px;
  color: #17288B;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  display: inline-block; }

.my-page-h2:before,
.my-page-h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #17288B; }

.my-page-h2:before {
  left: 39.5%; }

.my-page-h2:after {
  right: 39.5%; }

.radio02-input {
  display: none; }

.radio02-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px; }

.radio02-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%; }

.radio02-input:checked + label {
  color: #17288B; }

.radio02-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #17288B;
  border-radius: 50%; }

.registered-product-box {
  background: white;
  margin-top: 10px;
  padding: 35px 0px 30px; }

.bace-table table {
  margin-top: 40px;
  width: 100%; }
  .bace-table table tr {
    border: solid 1px #DEDEDE; }
  .bace-table table th {
    background: #3E3A39;
    padding: 15px;
    color: white;
    text-align: left;
    font-weight: normal;
    border: solid 1px #DEDEDE; }
  .bace-table table td {
    background: white;
    padding: 17px 16px;
    border: solid 1px #DEDEDE; }
    .bace-table table td a {
      color: #17288B; }
      .bace-table table td a:hover {
        text-decoration: underline; }

.product-detail-table {
  margin-top: 15px !important; }

.w60 {
  width: 60%; }

.w20 {
  width: 20%; }

/********************** 製品詳細 *************************/
.detail-main-box {
  overflow: hidden;
  zoom: 1;
  margin-top: 20px; }
  .detail-main-box .photo-box {
    float: left;
    width: 37%; }
    .detail-main-box .photo-box img {
      max-width: 100%; }
  .detail-main-box .text-box {
    float: right;
    width: 62%; }
  .detail-main-box .title-box {
    width: 100%;
    background: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 30px 35px; }
  .detail-main-box h2.title {
    font-size: 33px;
    color: #3E3A39;
    padding-bottom: 10px;
    border-bottom: 1px solid #D8D8D8; }
  .detail-main-box .text {
    padding-top: 18px; }
  .detail-main-box .number-box {
    width: 49%;
    margin-top: 20px;
    background: white;
    border: solid 1px #D0D0D0;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
    .detail-main-box .number-box .title {
      background: #17288B;
      font-size: 15px;
      color: white;
      text-align: center;
      padding: 14px 0px;
      font-weight: normal; }
      .detail-main-box .number-box .title span {
        position: relative; }
        .detail-main-box .number-box .title span::before {
          content: url(/lib/cmn-img/siriaru-icon.png);
          position: absolute;
          left: -25px;
          top: -2px; }
    .detail-main-box .number-box .input-box {
      margin: 15px 20px; }
      .detail-main-box .number-box .input-box .serch-input {
        width: 84%;
        padding: 3.4% 4%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .detail-main-box .number-box .input-box button {
        background: #17288B;
        color: white;
        padding: 3.8%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 1px #17288B; }
  .detail-main-box .contact-box {
    width: 49%;
    margin-top: 20px;
    background: white;
    border: solid 1px #D0D0D0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right; }
    .detail-main-box .contact-box .title {
      background: #17288B;
      font-size: 15px;
      color: white;
      text-align: center;
      padding: 14px 0px;
      font-weight: normal; }
      .detail-main-box .contact-box .title span {
        position: relative; }
        .detail-main-box .contact-box .title span::before {
          content: url(/lib/cmn-img/mail-icon.png);
          position: absolute;
          left: -25px;
          top: 1px; }
    .detail-main-box .contact-box .bace-btn {
      margin: 15px 20px; }

.shiyou-box {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #DEDEDE;
  background: #fff; }
  .shiyou-box .shiyou-inner-box {
    padding: 25px 30px; }
  .shiyou-box .title {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px; }
    .shiyou-box .title span {
      color: #17288B;
      margin-right: 8px;
      font-size: 13px; }
  .shiyou-box .text {
    margin-top: 15px; }

.search_container {
  overflow: hidden;
  margin-top: 50px; }

.search_inner_container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  background: white;
  padding: 6px 10px;
  width: 260px;
  overflow: hidden;
  float: right; }

.search_inner_container input[type="text"] {
  border: none;
  height: 2.0em; }

.search_inner_container input[type="text"]:focus {
  outline: 0; }

.search_inner_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #17288B;
  position: absolute;
  width: 2.6em;
  height: 2.8em;
  right: 0;
  top: -10px;
  outline: none; }

/********************** 新着情報、中面 *************************/
.news-nakamen li:first-child {
  margin-top: 10px;
  border-top: solid 1px #D8D8D8; }

.news-nakamen .pager-list li {
  font-size: 15px; }
  .news-nakamen .pager-list li a {
    padding: 18px 30px; }

.pager-list {
  margin-top: 20px;
  padding-bottom: 50px;
  text-align: center; }
  .pager-list li {
    font-size: 14px;
    color: black;
    border: solid 1px #D8D8D8;
    display: inline-block;
    margin: 0 0.4%; }
    .pager-list li a {
      display: block;
      padding: 12px 15px;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .pager-list li a:hover {
        background: #17288B;
        color: white;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
  .pager-list .active a {
    color: white;
    background: #17288B; }
  .pager-list .prev-btn a,
  .pager-list .next-btn a {
    padding: 12px 15px; }

.pager-list li a:not([href]) {
  background: #717171; }
  .pager-list li a:not([href]):hover {
    color: #3E3A39; }

.user-name-detail {
  text-align: right; }
  .user-name-detail .user-text {
    margin-right: 17px;
    color: #626262; }
    .user-name-detail .user-text i {
      margin-right: 5px; }

/********************** ユーザー情報 *************************/
.user-table-box {
  width: 100%;
  margin-top: 20px;
  padding: 35px 55px 70px 55px;
  background: white;
  border: solid 1px #DEDEDE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .user-table-box table {
    width: 100%;
    text-align: left; }
  .user-table-box tr {
    border-top: 1px solid #DEDEDE; }
    .user-table-box tr:last-child {
      border-bottom: 1px solid #DEDEDE; }
  .user-table-box th {
    width: 20%;
    padding: 15px;
    color: #3E3A39;
    text-align: left !important;
    position: relative; }
    .user-table-box th .kome {
      position: absolute;
      left: 0px; }
  .user-table-box td {
    width: 60%;
    padding: 15px;
    color: #3E3A39;
    text-align: left !important; }
    .user-table-box td input {
      width: 100%;
      padding: 10px 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 1px #DEDEDE; }
  .user-table-box .kakunin-text {
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
    color: #3E3A39;
    font-size: 16px;
    letter-spacing: 1px; }
  .user-table-box .kome {
    color: #B73535;
    margin-right: 5px;
    font-size: 15px; }
  .user-table-box .bace-btn {
    width: 230px;
    margin: auto;
    margin-top: 30px; }
    .user-table-box .bace-btn a {
      padding: 10px 0px; }
      .user-table-box .bace-btn a::before {
        top: 11px; }

.change-user-infomation-box tr {
  border: none; }
  .change-user-infomation-box tr:last-child {
    border: none; }

.user-btn {
  margin: auto;
  margin-top: 30px;
  text-align: center; }
  .user-btn button {
    display: inline-block;
    padding: 12px 70px;
    margin: 0 0.5%; }
    .user-btn button::after {
      display: none; }
  .user-btn .reset-btn {
    background: #939393;
    border-bottom: solid 3px #767676; }

.eye {
  position: absolute; }
  .eye i {
    color: #17288B;
    position: absolute;
    left: 10px;
    top: -2px; }

/********************** メッセージ *************************/
.message-index-btn {
  margin: auto;
  max-width: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px; }
  .message-index-btn a {
    background: white;
    padding: 12px 25px; }
    .message-index-btn a::before {
      top: 13px; }

/********************** ページtop *************************/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #17288B;
  opacity: 1; }

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none; }

#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

.w10 {
  width: 10%; }

.w18 {
  width: 18%; }

.w20 {
  width: 20%; }

.w30 {
  width: 30%; }

.w40 {
  width: 40%; }

.w50 {
  width: 50%; }

.w60 {
  width: 60%; }

/********************** メッセージ一覧 *************************/
.message-title-box {
  background: white;
  margin-top: 35px;
  padding: 25px 15px; }
  .message-title-box .title {
    font-size: 21px;
    color: #3E3A39; }
  .message-title-box .hinban {
    margin-left: 12px;
    font-size: 14px;
    color: #D0D0D0; }

.message-main-box {
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
  zoom: 1; }
  .message-main-box .thread-list-box {
    background: white;
    float: left;
    width: 27%;
    overflow: hidden; }
  .message-main-box .thread-box {
    float: right;
    width: 73%;
    background: #AFAFAF;
    border-left: 1px solid #D0D0D0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
  .message-main-box .search_inner_container {
    float: none;
    margin: auto;
    width: 317px;
    border: solid 1px #D0D0D0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .message-main-box .search_container {
    margin-top: 15px; }
  .message-main-box .two-btn {
    margin-top: 10px;
    padding: 0px 9px; }
    .message-main-box .two-btn li {
      width: 47.5%;
      display: inline-block;
      text-align: center;
      border: solid 1px #D0D0D0;
      font-weight: bold;
      margin-right: 3%; }
      .message-main-box .two-btn li a {
        display: block;
        padding: 10px 0px 5px 0px;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .message-main-box .two-btn li a::before {
          font-family: FontAwesome;
          content: "\f040";
          top: 10px; }
        .message-main-box .two-btn li a:hover {
          background: #17288B;
          color: white;
          -webkit-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          .message-main-box .two-btn li a:hover p {
            color: white; }
          .message-main-box .two-btn li a:hover::before {
            color: white; }
      .message-main-box .two-btn li:last-child {
        margin-right: 0; }
      .message-main-box .two-btn li p {
        color: #3E3A39;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.8; }
    .message-main-box .two-btn .file a::before {
      font-family: FontAwesome;
      content: "\f0c6";
      top: 10px;
      font-weight: normal; }
    .message-main-box .two-btn .file a:hover::before {
      font-family: FontAwesome;
      content: "\f0c6";
      top: 10px;
      font-weight: normal;
      color: white; }
  .message-main-box .thread-list {
    margin-top: 40px;
    overflow: auto;
    overflow-y: scroll;
    height: 553px; }
    @media all and (-ms-high-contrast: none) {
      .message-main-box .thread-list {
        height: 550px; } }
    .message-main-box .thread-list .active {
      background: #EBEBEB; }
    .message-main-box .thread-list li {
      border-bottom: 1px solid #D0D0D0;
      position: relative; }
      .message-main-box .thread-list li:first-child {
        border-top: 1px solid #D0D0D0; }
      .message-main-box .thread-list li::before {
        content: "■";
        position: absolute;
        font-size: 12px;
        top: 41%;
        left: 4%;
        color: #B9B9B9; }
    .message-main-box .thread-list a {
      padding: 15px 15px 15px 35px;
      display: block;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .message-main-box .thread-list a:hover {
        background: #EBEBEB;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .message-main-box .thread-list .midoku::before {
      color: #F9DE21; }
    .message-main-box .thread-list .title {
      font-size: 15px;
      color: #3E3A39;
      font-weight: bold;
      line-height: 23px; }
    .message-main-box .thread-list .time {
      font-size: 12px;
      font-weight: bold;
      color: #B9B9B9; }

.thread-list::-webkit-scrollbar {
  width: 15px;
  height: 200px; }

.thread-list::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 2px #ececec; }

.thread-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff; }

.main-thread-list::-webkit-scrollbar {
  width: 15px;
  height: 200px; }

.main-thread-list::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 2px #ececec; }

.main-thread-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff; }

.henshin-btn {
  padding: 13px 18px;
  max-width: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #17288B;
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px; }
  .henshin-btn a {
    color: white;
    font-size: 17px; }

.serial {
  padding: 6px; }

/********************** メッセージ詳細 *************************/
.thread-box .title-box {
  background: white;
  padding: 35px 50px 25px;
  border-bottom: 1px solid #D0D0D0; }
  .thread-box .title-box .title {
    font-size: 28px;
    color: #3E3A39;
    font-weight: bold; }
  .thread-box .title-box .two-check-list {
    margin-top: 20px; }
  .thread-box .title-box li {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding-right: 5px;
    color: #3E3A39; }
    .thread-box .title-box li:last-child {
      margin-left: 20px; }
  .thread-box .title-box span {
    margin-right: 5px; }
  .thread-box .title-box .fa {
    margin-right: 5px; }

.main-thread-list {
  background: white;
  padding: 35px 50px 0px;
  overflow: auto;
  overflow-y: scroll;
  height: 560px; }
  .main-thread-list li {
    margin-top: 30px;
    background: #fcfcfc;
    border: 1px solid #D0D0D0; }
    .main-thread-list li:first-child {
      margin-top: 0; }
  .main-thread-list .hakko {
    border-left: 4px solid #17288B; }
  .main-thread-list .user {
    border-right: 4px solid #F9DE21; }
  .main-thread-list .list-inner-box {
    padding: 30px 25px 10px; }
  .main-thread-list .time {
    font-size: 12px;
    color: #9b9b9b;
    font-weight: bold; }
  .main-thread-list .title {
    margin-top: 5px;
    font-size: 21px;
    font-weight: bold;
    color: #3E3A39; }
  .main-thread-list .text {
    font-size: 14px;
    margin-top: 10px;
    color: #3E3A39;
    line-height: 25px; }
  .main-thread-list .download-btn {
    max-width: 160px;
    margin-top: 20px;
    padding: 8px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #434343;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .main-thread-list .download-btn:hover {
      background: #17288B;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .main-thread-list .download-btn::after {
      content: url(/lib/cmn-img/arrow-white.png);
      position: absolute;
      right: 8px;
      top: 9px; }
  .main-thread-list .name {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    color: #969696; }

.no-thread-box {
  background: #AFAFAF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 705px;
  position: relative; }
  .no-thread-box .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: auto; }

.thread-drop-serch-box {
  position: absolute;
  z-index: 99999;
  width: 100%;
  top: 119px;
  display: none; }

.thread-drop-serch-box #form2 {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }

.thread-drop-serch-box #sbox2 {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  outline: 0;
  background: #434343;
  color: white;
  border: none; }

.thread-drop-serch-box #sbtn2 {
  height: 50px;
  position: absolute;
  right: 18px;
  top: 0;
  background: none;
  color: white;
  border: none;
  font-size: 20px; }

.thread-drop-serch-box #sbtn5:hover {
  color: #7fbfff; }

.kensaku {
  cursor: pointer; }

.midoku-icon {
  padding-left: 30px !important;
  position: relative; }
  .midoku-icon::before {
    font-size: 12px;
    content: "■";
    position: absolute;
    color: #F9DE21;
    left: 10px; }

.kidoku-icon {
  padding-left: 30px !important; }
  .kidoku-icon::before {
    font-size: 12px;
    content: "■";
    position: relative;
    color: #c3c3c3;
    left: -10px; }

.file-size {
  margin-left: 10px; }

.news-box .editor-box .product-name {
  margin-top: 5px;
  font-size: 15px;
  background: #17288B;
  padding: 4px 15px;
  color: white;
  max-width: 180px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  text-align: center; }

.detail-reply-box {
  position: absolute;
  bottom: 25px;
  background: #434343;
  margin: 0px 33px;
  width: 80%;
  padding: 12px;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  left: 5%; }
  .detail-reply-box textarea {
    width: 90%;
    padding: 10px 10px;
    border: none;
    height: 45px;
    overflow-y: auto;
    resize: none; }
  .detail-reply-box textarea::-webkit-scrollbar {
    display: none; }
  .detail-reply-box .detail-file-btn {
    position: relative;
    cursor: pointer; }
    .detail-reply-box .detail-file-btn:hover::after {
      color: white; }
    .detail-reply-box .detail-file-btn::after {
      content: "";
      font-family: FontAwesome;
      content: "\f0c6";
      color: white;
      font-size: 20px;
      top: 5px;
      position: absolute;
      left: 14px;
      color: #b4b4b4; }
      @media all and (-ms-high-contrast: none) {
        .detail-reply-box .detail-file-btn::after {
          top: 0px;
          left: 11px; } }
  .detail-reply-box .detail-submit-btn {
    position: relative;
    cursor: pointer; }
    .detail-reply-box .detail-submit-btn:hover::after {
      color: white; }
    .detail-reply-box .detail-submit-btn::after {
      content: "";
      font-family: FontAwesome;
      content: "\f1d8";
      color: white;
      font-size: 17px;
      top: 5px;
      position: absolute;
      left: 48px;
      color: #b4b4b4; }
      @media all and (-ms-high-contrast: none) {
        .detail-reply-box .detail-submit-btn::after {
          top: 0px;
          right: 9px; } }
  .detail-reply-box .detail-send-btn {
    margin-left: 30px;
    position: relative;
    cursor: pointer; }
    .detail-reply-box .detail-send-btn:hover::after {
      color: white; }
    .detail-reply-box .detail-send-btn::after {
      content: "";
      font-family: FontAwesome;
      content: "\f1d8";
      color: white;
      font-size: 17px;
      top: 5px;
      color: #b4b4b4;
      position: absolute;
      left: 14px; }
      @media all and (-ms-high-contrast: none) {
        .detail-reply-box .detail-send-btn::after {
          top: 0px;
          left: 11px; } }

.main-thread-list li:last-child {
  margin-bottom: 140px; }

/********************** 新規メッセージ *************************/
.new-message-flow {
  width: 82%;
  margin: auto;
  margin-top: 30px; }
  .new-message-flow .active {
    background: #17288B; }
    .new-message-flow .active::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-left: 24px solid #17288B;
      border-top: 25px solid transparent;
      border-bottom: 26px solid transparent;
      right: -24px;
      top: 0px; }
  .new-message-flow li {
    font-size: 15px;
    background: #808080;
    color: white;
    display: inline-block;
    width: 30%;
    margin-right: 4%;
    padding: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .new-message-flow li::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-left: 24px solid #808080;
      border-top: 25px solid transparent;
      border-bottom: 26px solid transparent;
      right: -24px;
      top: 0px; }
    .new-message-flow li:last-child {
      margin-right: 0; }

.honbun-eria {
  width: 100%;
  height: 185px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  vertical-align: top;
  border: #c4c4c4 0.1px solid;
  line-height: 24px;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: 1px solid #DEDEDE; }

.important-tag {
  background: #B73535;
  color: white;
  padding: 3px 15px;
  margin-left: 10px;
  font-size: 13px;
  letter-spacing: 1px; }

.category-box {
  padding: 8px 5px;
  border: 1px solid #DEDEDE; }

.new-message-box {
  width: 100%;
  margin-top: 20px;
  padding: 50px 55px 60px 55px;
  background: white;
  border: solid 1px #DEDEDE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .new-message-box table {
    width: 90%;
    margin: auto;
    text-align: left;
    border: solid 1px #DEDEDE; }
  .new-message-box tr {
    border-top: 1px solid #DEDEDE; }
    .new-message-box tr:last-child {
      border-bottom: 1px solid #DEDEDE; }
  .new-message-box th {
    width: 25%;
    padding: 15px;
    color: #3E3A39;
    background: #f5f5f5;
    vertical-align: top;
    padding-top: 22px;
    text-align: left; }
  .new-message-box td {
    width: 75%;
    padding: 15px;
    color: #3E3A39; }
    .new-message-box td input {
      width: 100%;
      padding: 10px 8px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #DEDEDE; }
  .new-message-box .bace-btn {
    max-width: 240px;
    margin: auto;
    margin-top: 30px; }
    .new-message-box .bace-btn a {
      padding: 13px 0px; }
      .new-message-box .bace-btn a::before {
        top: 13px; }

#file-tenp-btn {
  background: #17288B;
  color: #fff;
  cursor: pointer;
  padding: 7px 30px;
  display: inline-block;
  border-radius: 4px;
  letter-spacing: 0px;
  font-size: 14px;
  -webkit-box-shadow: 2px 2px 2px rgba(85, 85, 85, 0.3);
  box-shadow: 2px 2px 2px rgba(85, 85, 85, 0.3); }

#filename {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

.product-list-box {
  margin-top: 60px; }

.company-product-box {
  margin-top: 15px;
  overflow: hidden; }
  .company-product-box .acordion-title {
    padding: 22px 15px;
    color: #3E3A39;
    font-size: 17px;
    background: #ffffff;
    border-bottom: 2px solid #b2b2b2;
    cursor: pointer; }
    .company-product-box .acordion-title .icon {
      float: right;
      color: #17288B; }

.company-product-box .bace-table table {
  margin-top: 10px;
  margin-bottom: 0px; }

.product-name {
  color: #838383;
  margin-left: 10px;
  font-size: 15px; }
  .product-name .fa {
    color: #838383;
    margin-right: 5px; }

.user-icon {
  color: #838383;
  margin-left: 10px;
  font-size: 15px; }
  .user-icon .fa {
    color: #838383;
    margin-right: 5px; }

.product-btn {
  text-align: center;
  max-width: auto; }
  .product-btn p {
    display: inline-block; }
  .product-btn a {
    width: 220px; }

.description-text {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #3E3A39; }

.responsible-user-box {
  overflow: hidden; }
  .responsible-user-box .bace-btn {
    width: 165px;
    margin-top: 15px;
    float: right; }

.responsible-user-detail-box {
  margin-top: 60px; }
  .responsible-user-detail-box .my-page-h2:before,
  .responsible-user-detail-box .my-page-h2:after {
    display: none; }
  .responsible-user-detail-box .bace-table {
    margin-top: 25px; }

.scroll-table {
  height: 700px;
  overflow-y: scroll; }
  .scroll-table table {
    margin: 0 !important; }

.long-btn {
  max-width: 280px !important; }
  .long-btn a {
    width: 260px; }

/*---ここからモーダル------------------------------------*/
.login-modal-wrapper,
.signup-modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none; }

.modal {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #e6ecf0;
  padding: 30px 0 30px;
  width: 700px;
  height: auto;
  text-align: center; }

.fa-times {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #3E3A39;
  cursor: pointer; }

#login-form .bace-btn {
  width: 240px;
  display: inline-block; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  color: #3E3A39;
  font-size: 25px;
  top: 5px;
  position: absolute;
  right: 5px; }

.modal-text {
  font-size: 16px;
  margin-bottom: 15px; }

.egency-message-select-box {
  width: 100%;
  padding: 10px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DEDEDE; }

/*---新規ユーザー登録 ------------------------------------*/
.new-user-box {
  max-width: 650px;
  margin: 120px auto; }
  .new-user-box h1 {
    font-size: 32px;
    color: #17288B;
    text-align: center;
    position: relative; }
    .new-user-box h1::after {
      content: "";
      position: absolute;
      top: 52px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 30px;
      height: 2px;
      background: #17288B;
      display: block; }
  .new-user-box .new-user-text {
    margin-top: 55px;
    font-size: 15px;
    text-align: center; }
  .new-user-box .serch-input {
    width: 100%;
    margin: auto;
    margin-top: 40px;
    padding: 13px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px; }
  .new-user-box .new-user-btn {
    margin-top: 35px;
    text-align: center; }
    .new-user-box .new-user-btn li {
      margin: 0px 12px;
      background: black;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      cursor: pointer;
      text-align: center;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }

.pt-0 {
  padding-top: 0 !important; }

.sumint-button {
  width: 200px;
  padding: 12px;
  font-size: 15px;
  color: white;
  text-align: center;
  border-bottom: 4px solid #07135a; }

.reset-button {
  background: #939393;
  border-bottom: 4px solid #767676;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .reset-button:hover {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    background: #767676; }

.login-button {
  background: #17288B;
  border-bottom: 4px solid #07135a; }

.error {
  color: #B73535 !important;
  font-weight: bold !important; }

/*--- productアコーディオン ------------------------------------*/
.accordion-child-box {
  margin-top: 15px;
  border-top: solid 4px #DEDEDE;
  display: none; }
  .accordion-child-box .bace-table table {
    margin-top: 0; }
  .accordion-child-box .bace-table tr {
    border: solid 1px #DEDEDE;
    border-top: none; }
  .accordion-child-box .bace-table td {
    border: solid 1px #DEDEDE;
    border-top: none;
    background: #e7f5ff; }
    .accordion-child-box .bace-table td:nth-child(1) {
      width: 15%; }
    .accordion-child-box .bace-table td:nth-child(2) {
      width: 25%; }
    .accordion-child-box .bace-table td:nth-child(3) {
      width: 35%; }
    .accordion-child-box .bace-table td:nth-child(4) {
      width: 8%; }
    .accordion-child-box .bace-table td:nth-child(5) {
      width: 25%; }

.more-btn {
  width: 280px;
  margin: auto;
  margin-top: 10px;
  padding: 11px 15px;
  color: #3E3A39;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
  border-bottom: 2px solid #b2b2b2;
  cursor: pointer;
  overflow: hidden; }
  .more-btn .icon {
    float: right;
    color: #17288B; }

.modal-link-list {
  text-align: center; }
  .modal-link-list li {
    width: 200px;
    display: inline-block;
    border: solid 1px #17288B;
    margin: 0px 5px;
    color: #17288B;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer; }
    .modal-link-list li button {
      width: 100%;
      padding: 15px 5px;
      color: #17288B; }
    .modal-link-list li:hover {
      background: #17288B;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .modal-link-list li:hover button {
        color: white;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }

.logo-agency {
  margin-top: -6px; }

.gnav-list li .gnav-active2 {
  background: #F9DE21 !important;
  color: #17288B !important;
  font-weight: bold;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.pt-80 {
  padding-top: 80px; }

.slickCenter {
  left: auto !important; }

.tantousyaH2::before {
  left: 31%; }

.tantousyaH2::after {
  right: 31%; }

.kisyaseihinH2::before {
  left: 36.5%; }

.kisyaseihinH2::after {
  right: 36.5%; }

.en-user-table table td:nth-child(1) {
  width: 40%; }

.en-user-table table td:nth-child(2) {
  width: 15%; }

.en-user-table table td:nth-child(3) {
  width: 30%; }

.en-user-table table td:nth-child(4) {
  width: 15%; }

.privacyBox {
  margin: 30px 0px 0px;
  background: white; }
  .privacyBox .privacyInnerBox {
    padding: 30px 40px 120px; }
  .privacyBox .privacyBox__title {
    margin-top: 50px;
    font-size: 17px;
    background: #ededed;
    border-left: solid 4px #17288B;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 15px; }
  .privacyBox .privacyBox__text {
    margin-top: 20px;
    font-size: 15px; }
  .privacyBox .subText {
    margin-top: 40px;
    font-size: 17px;
    color: #17288B;
    font-weight: bold; }
  .privacyBox .privacyBox__list {
    margin-top: 20px; }
    .privacyBox .privacyBox__list li {
      padding: 18px 10px;
      font-size: 15px;
      border-bottom: 1px solid #c4c4c4; }
      .privacyBox .privacyBox__list li:first-child {
        border-top: 1px solid #c4c4c4; }

.privacyBox__subTitle {
  margin-top: 45px;
  color: #17288B;
  font-size: 16px;
  font-weight: bold;
  margin-left: 25px;
  position: relative; }
  .privacyBox__subTitle::before {
    content: "■";
    position: absolute;
    left: -25px; }

.fileActive::after {
  color: #F9DE21 !important; }

.main-thread-list .userComment {
  border-right: solid 5px #F9DE21 !important; }

.main-thread-list .hakkoComment {
  border-left: solid 5px #17288B !important; }

.main-thread-list .salesComment {
  border-left: solid 5px #e63939 !important; }

.fileListBtn {
  width: 100%;
  font-size: 13px;
  background: #17288B;
  padding: 13px 8px;
  display: block;
  color: white !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 1; }
  .fileListBtn:hover {
    background-color: #F9DE21;
    color: #17288B !important;
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

.downloadIcon {
  width: 100%;
  font-size: 18px;
  padding: 10px 5px;
  display: block;
  color: #17288B !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 1; }
  .downloadIcon:hover {
    color: #F9DE21 !important;
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

.top50 {
  margin-top: 50px !important; }

.fileList_searchBox {
  margin-top: 50px; }
  .fileList_searchBox .serch-input {
    width: 500px;
    padding: 14px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    background: whitel; }
  .fileList_searchBox .serch-btn {
    width: 50px;
    background: #17288B;
    padding: 24px 0px 24px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    color: white; }
    .fileList_searchBox .serch-btn .fa {
      font-size: 20px !important;
      position: absolute;
      top: 13px;
      left: 15px; }

.my-page-serialBtn {
  width: 7.5%;
  background: #17288B;
  padding: 16px 0px 15px !important;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  color: white;
  font-size: 15px !important;
  letter-spacing: 1px; }

.header {
  width: 100%;
  background: #17288B;
  position: fixed;
  top: 0;
  z-index: 9999;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.111);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.111); }

.header-inner-box {
  max-width: 1440px;
  overflow: hidden;
  zoom: 1;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (max-width: 1440px) {
    .header-inner-box {
      width: 95%; } }

.gnav-active {
  background: #F9DE21;
  color: #17288B !important;
  font-weight: bold; }
  .gnav-active a {
    color: #17288B !important; }

.left-box {
  width: 40%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.right-box {
  width: 60%;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right; }
  .right-box p {
    display: inline-block; }

.drop-menu li a {
  color: white !important; }

.drop-menu li {
  font-weight: 100; }

.user-name {
  color: white;
  font-size: 15px; }

.login-btn {
  margin-left: 20px;
  background: #F9DE21; }
  .login-btn a {
    display: block;
    padding: 7px 45px 7px 50px;
    font-weight: bold;
    color: #17288B;
    position: relative; }
    .login-btn a::before {
      content: url(/lib/cmn-img/key-icon.png);
      position: absolute;
      top: 9px;
      left: 27px; }

.lang-menu {
  color: white;
  margin-left: 5px;
  font-size: 13px;
  font-weight: bold; }
  .lang-menu a {
    display: block;
    padding: 7px 12px;
    background: white;
    color: #17288B;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .lang-menu a:hover {
      background: #F9DE21;
      color: #17288B;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s; }

.max-width-box {
  width: 100%;
  border-top: solid 1px white;
  border-bottom: solid 1px white; }

.gnav-list {
  max-width: 1440px;
  margin: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between; }
  @media only screen and (max-width: 760px) {
    .gnav-list {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; } }
  .gnav-list li {
    width: 16.666667%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 1px;
    border-right: 1px solid white; }
    @media screen and (max-width: 1600px) {
      .gnav-list li {
        font-size: 15px; } }
    @media screen and (max-width: 1250px) {
      .gnav-list li {
        font-size: 13px; } }
    .gnav-list li:first-child {
      border-left: 1px solid white; }
    .gnav-list li a {
      padding: 20px 0px;
      display: block;
      color: white;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s; }
      .gnav-list li a:hover {
        background: #F9DE21;
        color: #17288B;
        font-weight: bold;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s; }

.is-animation {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .is-animation .login-btn a {
    padding: 3px 45px 3px 50px;
    font-size: 13px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .is-animation .login-btn a::before {
      top: 6px; }
  .is-animation .lang-menu {
    padding: 1.5px 13px; }

.is-animation .gnav-list li a {
  padding: 16px 0px; }

.is-animation .gnav-list li {
  font-size: 14px; }

.is-animation .header-inner-box {
  padding-top: 10px;
  padding-bottom: 10px; }
  .is-animation .header-inner-box .home {
    position: relative; }
    .is-animation .header-inner-box .home::before {
      content: url(/lib/cmn-img/home-button.png);
      position: absolute;
      top: 22px;
      left: 50px; }

.gnav-list .drop-box {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: black;
  display: none;
  position: absolute;
  left: 0px; }

.gnav-list .drop-li {
  cursor: pointer; }

.gnav-list .drop-li .gnav-active {
  background: none !important;
  color: white !important;
  font-weight: normal; }

.gnav-list .drop-menu {
  margin: auto;
  max-width: 1440px;
  text-align: left; }
  .gnav-list .drop-menu li {
    width: auto;
    margin-right: 40px;
    border: none;
    display: inline-block;
    font-size: 14px;
    position: relative; }
    .gnav-list .drop-menu li .link-icon {
      font-size: 11px;
      margin-right: 8px;
      color: #F9DE21; }
  .gnav-list .drop-menu a {
    padding: 18px 0px; }
    .gnav-list .drop-menu a:hover {
      color: #F9DE21;
      background: none; }

.agency-logo {
  font-size: 15px;
  background: #F9DE21;
  padding: 8px 22px;
  color: #17288B;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  display: block;
  margin-top: -1px;
  margin-left: 15px;
  float: left; }

.header-inner-box {
  overflow: hidden; }
  .header-inner-box .left-box a {
    margin-top: 5px;
    display: block;
    float: left; }

.headerBottomNone .header .max-width-box {
  display: none; }

.footer {
  margin-top: 100px;
  background: black;
  text-align: center; }
  .footer .privacy-link {
    padding-top: 10px;
    color: white;
    font-size: 9px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px; }
    .footer .privacy-link a {
      color: white; }
      .footer .privacy-link a:hover {
        text-decoration: underline; }
  .footer .copy-right {
    color: white;
    font-size: 9px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    padding-bottom: 10px; }
