@charset "UTF-8";

/* --------------------------------
初期設定
---------------------------------*/

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  background-color: #f2f3f4;
}

html,
body {
  color: #494949;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", sans-serif;
  height: 100%;
  width: 100%;
}

html.act:after,
body.act:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  text-indent: -999999px;
  overflow: hidden;
}

.red {
  color: red;
}

li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #2f77ff;
}

.area {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px;
  position: relative;
  top: 2.25rem;
  left: 0;
}

@media screen and (max-width: 800px) {
  .area {
    max-width: initial;
    padding: 0 1rem;
  }
}

.clear {
  clear: both;
}

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

.block {
  display: block;
}

.cover {
  background-size: cover;
  background-position: center;
  width: 100%;
}

.center {
  text-align: center;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.pc {
  display: block;
}

@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp {
    display: block;
  }
}

/* --------------------------------
font
---------------------------------*/

.fontxll {
  font-size: 24px;
}

@media screen and (max-width: 800px) {
  .fontxll {
    font-size: 22px;
  }
}

.fontxl {
  font-size: 22px;
}

@media screen and (max-width: 800px) {
  .fontxl {
    font-size: 20px;
  }
}

.fontll {
  font-size: 20px;
}

@media screen and (max-width: 800px) {
  .fontll {
    font-size: 18px;
  }
}

.fontl {
  font-size: 18px;
}

@media screen and (max-width: 800px) {
  .fontl {
    font-size: 16px;
  }
}

.fontm {
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  .fontm {
    font-size: 14px;
  }
}

.fonts {
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  .fonts {
    font-size: 12px;
  }
}

.fontss {
  font-size: 12px;
}

@media screen and (max-width: 800px) {
  .fontss {
    font-size: 11px;
  }
}

.fontxs {
  font-size: 10px;
}

.bold {
  font-weight: bold;
}

/* --------------------------------
header
---------------------------------*/

header#header {
  background-color: #000;
  position: fixed;
  height: 70px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 0 10px;
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
}

header#header .header_area {
  padding: 0 9rem;
  height: 70px;
  line-height: 70px;
}

header#header .header_area .logo {
  line-height: 70px;
  margin-left: 14px;
  width: 150px;
}

header#header .header_area .sub_title {
  color: #fff;
  display: inline-block;
  margin-left: 0.5rem;
}

header#header .header_area .header_nav {
  color: #fff;
  display: none;
  width: 360px;
  height: 100%;
  line-height: 3rem;
  -webkit-transform: translate(312px);
          transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  padding: 0 0 0 2rem;
  z-index: 10;
  background-color: #0d0d0d;
}

header#header .header_area .header_nav.act {
  -webkit-transform: translate(0);
          transform: translate(0);
  display: block;
}

header#header .header_area .header_nav .back {
  margin-bottom: 1rem;
  width: 50px;
}

header#header .header_area .header_nav .back:before {
  content: "<";
  margin-right: 10%;
}

header#header .header_area .header_nav .profimg {
  display: inline-block;
  width: 40px;
  border-radius: 50%;
  height: 40px;
}

header#header .header_area .header_nav .profname {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 75%;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 2%;
}

header#header .header_area .header_nav ul {
  border-top: 2px solid #fff;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

header#header .header_area .header_nav ul li {
  line-height: 1.5em;
  margin-bottom: 1.5rem;
}

header#header .header_area .header_nav ul li a {
  color: #fff;
}

header#header .header_area .header_nav ul li a img {
  margin-right: 3%;
  width: 20px;
  height: 20px;
}

header#header .header_area .header_nav ul li a div {
  margin-left: 1.9rem;
}

header#header .header_area .drawer_button {
  float: right;
  height: 70px;
  line-height: 70px;
}

header#header .header_area .drawer_button img {
  cursor: pointer;
  width: 32px;
}

@media screen and (max-width: 800px) {
  header#header {
    line-height: 54px;
    height: 54px;
  }

  header#header .header_area {
    padding: 0;
    line-height: 54px;
    height: 54px;
  }

  header#header .header_area .logo {
    padding: 0;
    width: 110px;
  }

  header#header .header_area .drawer_button {
    line-height: 54px;
    height: 54px;
  }

  header#header .header_area .drawer_button img {
    width: 28px;
  }

  header#header .header_area .header_nav {
    width: 280px;
  }
}

/* --------------------------------
タイトル
---------------------------------*/

.title {
  color: #003C67;
}

.title_icon {
  margin-right: 0.5rem;
  width: 30px;
}

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

.button {
  text-align: center;
}

.button.gradation_button a {
  background: linear-gradient(to right, #0C5C96, #0096C3);
  max-width: 380px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto 1rem;
}

.button a {
  border-radius: 20px;
  color: #fff;
  display: block;
  height: 33px;
  line-height: 33px;
}

.button a img {
  width: 16px;
}

button.gradation_button {
  background: linear-gradient(to right, #0C5C96, #0096C3);
  max-width: 380px;
  height: 44px;
  line-height: 44px;
  margin: 2rem auto;
  border-radius: 20px;
  color: #fff;
  display: block;
  width: 100%;
  cursor: pointer;
}

.black_button {
  background-color: #262626;
  max-width: 380px;
  height: 44px;
  line-height: 44px;
  margin: 2rem auto;
  border-radius: 20px;
  display: block;
  width: 100%;
  cursor: pointer;
  color: #fff;
}

.black_button a {
  color: #fff;
}

.orange_button {
  background-color: #f8ac00;
  max-width: 380px;
  height: 44px;
  line-height: 44px;
  margin: 2rem auto;
  border-radius: 20px;
  display: block;
  width: 100%;
  cursor: pointer;
  color: #fff;
}

.orange_button a {
  color: #fff;
}

.cancel {
  cursor: pointer;
  border: 1px solid #efefef;
  background-color: #efefef;
  color: #666;
  border-radius: 20px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  max-width: 380px;
  margin: 2rem auto;
  width: 100%;
}

.double button.orange_button {
  float: left;
  width: 48%;
}

.double .cancel {
  float: right;
  width: 48%;
}

/* --------------------------------
IR情報一覧
---------------------------------*/

@media screen and (max-width: 800px) {
  .ir_list_box {
    width: 90vw;
  }
}

ul.ir_list {
  margin: 1rem 0 1.5rem;
}

@media screen and (max-width: 800px) {
  ul.ir_list {
    overflow-x: scroll;
    white-space: nowrap;
    overflow-scrolling: touch;
  }

  ul.ir_list::-webkit-scrollbar {
    display: none;
  }
}

ul.ir_list li {
  background-color: #fff;
  border-radius: 60px;
  color: #8d9aa3;
  display: inline-block;
  font-size: 15px;
  padding: 0.5rem 1rem;
  border: 1px solid #8d9aa3;
  margin: 0 0.1rem;
}

ul.ir_list li.act {
  border: 1px solid #003c67;
  background-color: #003C67;
  color: #fff;
}

@media screen and (max-width: 800px) {
  ul.ir_list li {
    padding: 0.4rem 0.8rem;
    font-size: 14px;
    margin: 0;
  }
}

/* --------------------------------
カードリスト
---------------------------------*/

.card_list {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  width: 32%;
  padding: 1rem;
  margin-bottom: 1rem;
}

.card_list .date {
  color: #717171;
}

.card_list .cat {
  border: 1px solid;
  color: #aaaaaa;
  border-radius: 5px;
  padding: 0.3rem;
  font-weight: 600;
  float: right;
}

.card_list .title_group {
  margin-top: 1rem;
}

.card_list .title_group .pdf_icon {
  float: left;
  margin-right: 2%;
  width: 44px;
}

.card_list .title_group h3 {
  float: left;
  margin-top: 0.3rem;
  width: 78%;
}

.card_list .title_group .corp {
  float: left;
  width: 78%;
}

.card_list .title_group .corp .count {
  color: #717171;
}

.card_list .memo {
  margin-top: 1rem;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1rem;
}

.card_list .memo .memo_icon {
  width: 13px;
}

.card_list .user_group {
  margin-top: 1rem;
}

.card_list .user_group .user_icon {
  float: left;
  width: 30px;
}

.card_list .user_group .user_right {
  display: flex;
  flex-direction: column;
  float: right;
  width: 83%;
}

@media screen and (max-width: 800px) {
  .card_list .user_group .user_right {
    width: 88%;
  }
}

.card_list .user_group .user_right .name {
  color: #717171;
  float: left;
}

.card_list .user_group .user_right .update {
  color: #717171;
  float: right;
}

.card_list .user_group .user_right .comment {
  color: #717171;
  margin-top: 0.5rem;
}

.card_list .button {
  background-color: #262626;
  margin: 1rem auto 0;
  max-width: 130px;
}

@media screen and (max-width: 800px) {
  .card_list {
    width: 100%;
  }
}

/* --------------------------------
サイドバー
---------------------------------*/

.sidebar {
  float: left;
  margin-left: 1.2rem;
  max-width: 288px;
  width: 25%;
}

@media screen and (max-width: 800px) {
  .sidebar {
    float: none;
    max-width: initial;
    margin-left: 0;
    margin-top: 2rem;
    width: 100%;
  }
}

.news_list.half li {
  float: left;
  width: 49%;
}

.news_list.half li:nth-of-type(2) {
  margin-left: 2%;
}

.news_list li {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-bottom: 1rem;
  padding: 1rem 0.7rem 0.7rem 0.7rem;
}

.news_list li .news_img {
  float: left;
  padding-bottom: 20%;
  width: 30%;
}

.news_list li .news_right {
  float: right;
  width: 68%;
  position: relative;
  top: -0.5rem;
}

.news_list li .web_icon {
  width: 10px;
}

.news_list li a {
  color: #262626;
}

/* --------------------------------
パンくず
---------------------------------*/

.breadcrumb {
  padding: 5.5rem 0px 1rem;
  font-size: 12px;
  color: #707070;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li:after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}

.breadcrumb li a {
  color: #707070;
}

/* --------------------------------
登録、ログイン
---------------------------------*/

.justify-content-center {
  background-color: #fff;
}

.card {
  padding: 1rem;
}

.card h1 {
  margin-bottom: 2rem;
}

.card .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.card .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.card .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}

.card .form-control {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 0.9rem;
  line-height: 40px;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin: 1rem 0;
  padding: 0 1rem;
}

.card form {
  margin: 0 auto;
  max-width: 480px;
}

.card textarea {
  display: block;
  width: 100%;
  font-size: 0.9rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin: 1rem 0;
  padding: 0 1rem;
}

.card .myimg {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  height: 100px;
  width: 100px;
}

.card .name {
  display: inline-block;
}

input.close {
  display: none;
}

.popup_close {
  color: #fff;
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.thumbnail {
  background-position: center;
  background-size: cover;
  padding-bottom: 50%;
  width: 100%;
}

.popup_content,
.popup_pdf {
  display: none;
  background-color: #fff;
  border: 1px solid #eee;
  max-width: 640px;
  margin: 0 auto;
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  padding: 40px 10px;
  text-align: center;
  width: 100%;
  z-index: 20;
}

@media screen and (max-width: 800px) {
  .popup_content,
  .popup_pdf {
    top: 0;
  }
}

.popup_content.act,
.popup_pdf.act {
  display: block;
}

.popup_content .popup_area,
.popup_pdf .popup_area {
  margin: 0 auto;
  max-width: 480px;
}

.popup_content .popup_content_img,
.popup_pdf .popup_content_img {
  border-radius: 50%;
  float: left;
  margin-right: 3%;
  width: 50px;
  height: 50px;
}

.popup_content .email,
.popup_pdf .email {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.popup_content textarea,
.popup_pdf textarea {
  display: block;
  width: 100%;
  font-size: 0.9rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin: 1rem 0;
  padding: 0 1rem;
}

.popup_content .myimg,
.popup_pdf .myimg {
  display: block;
  vertical-align: initial;
  margin: 0 auto;
  height: 400px;
  width: 400px;
}

.popup_content label.control-label,
.popup_pdf label.control-label {
  color: #40aaef;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
}

.popup_content input#file,
.popup_pdf input#file {
  display: none;
}

.content_left {
  background-color: #fff;
  max-width: 800px;
  float: left;
  width: 100%;
}

.content_left table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  text-align: center;
}

.content_left thead {
  background-color: #e6e6e6;
}

.content_left thead th {
  height: 40px;
}

.content_left tbody {
  background-color: #fff;
}

.content_left tbody td {
  height: 40px;
}

/* --------------------------------
コメント
---------------------------------*/

.comment_form_area {
  background-color: #edeff2;
  padding: 30px;
  margin-top: 40px;
}

.comment_form_area textarea {
  background-color: #fff;
  resize: none;
  margin: auto;
  border: 1px solid #ccc;
  width: 100%;
  height: 120px;
  outline: 0;
  border-radius: 5px;
  padding: 16px;
  margin-top: 20px;
}

.comment_form_area .comment_submit {
  background-color: #262626;
  margin: 1rem auto 0;
  max-width: 200px;
}

.user_comment_area {
  margin-top: 2rem;
}

.user_comment_area li {
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
}

.user_comment_area .like {
  display: inline-block;
  margin-bottom: 20px;
}

.user_comment_area .fa-thumbs-up {
  border: 1px solid #cbcbcb;
  padding: 5px;
}

.user_comment_area .user_left {
  float: left;
}

.user_comment_area .avatar {
  display: block;
  margin: 0.5em 0 0;
  border-radius: 50%;
  width: 50px;
}

.user_comment_area .user_right {
  float: right;
  width: 90%;
  padding: 15px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.user_comment_area .user_comment {
  margin-bottom: 10px;
  line-height: 2em;
  padding: 10px;
  overflow: hidden;
}

/* --------------------------------
sns
---------------------------------*/

ul.social {
  margin-top: 2rem;
}

ul.social .fa-facebook-f,
ul.social .fa-twitter,
ul.social .fa-bold,
ul.social .fa-line {
  color: #fff;
  float: left;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 25%;
}

ul.social .fa-facebook-f {
  background-color: #3b5998;
}

ul.social .fa-twitter {
  background-color: #55acee;
}

ul.social .fa-bold {
  background-color: #0083d1;
}

ul.social .fa-line {
  background-color: #00c300;
  font-size: 35px;
}

.relation .news_list {
  margin-top: 1rem;
}

.relation .news_list li .news_img {
  padding-bottom: 15%;
  width: 20%;
}

.relation .news_list li .news_right {
  width: 78%;
}

.add {
  padding: 1rem 2rem;
  background-color: #fff;
}

.add .add_content {
  background-color: #fff;
  overflow: auto;
}

.add .add_right {
  float: right;
  margin-top: 0;
  width: 78%;
}

.add .add_right h1 {
  margin: 2rem 0 1rem;
}

.add .input_add {
  border: 1px solid #0096c3;
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 1rem;
  margin-top: 3rem;
  width: 89.4%;
  border: 1px solid #0096c3;
  padding: 0 1rem;
}

.add .add_search,
.add .add_submit {
  color: #fff;
  cursor: pointer;
  width: 10%;
  position: relative;
  right: 0.5%;
}

.add .add_search {
  height: 60px;
  background: linear-gradient(to right, #0c5c96, #0096c3);
}

.add .add_submit {
  height: 40px;
  background-color: #262626;
  border-radius: 20px;
  max-width: 200px;
  margin-top: 1rem;
  float: right;
  width: 100%;
}

.add .thumbnail {
  float: left;
  margin-top: 2rem;
  width: 20%;
  padding-bottom: 20%;
}

.add textarea {
  border: 1px solid #ccc;
  width: 100%;
  height: 120px;
  border-radius: 5px;
  padding: 1rem;
  margin-top: 2rem;
}

.balloon_area {
  margin-bottom: 40px;
}

.balloon_area:after {
  content: "";
  clear: both;
  display: block;
}

.balloon_area .float_left,
.balloon_area .float_right {
  width: 10%;
}

.balloon_area .balloon {
  font-size: 14px;
  line-height: 2em;
  position: relative;
  margin-top: 8px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 85%;
}

.balloon_area .balloon:before {
  position: absolute;
  top: -1px;
  content: "";
  border: 8px solid transparent;
  border-top: 8px solid #ccc;
}

.balloon_area .balloon:after {
  position: absolute;
  top: 0;
  content: "";
  border: 6px solid transparent;
  border-top: 6px solid #fff;
}

.balloon_area .balloon_left {
  float: left;
  margin-left: 20px;
}

.balloon_area .balloon_left:before {
  left: -9px;
}

.balloon_area .balloon_left:after {
  left: -6px;
}

.balloon_area .balloon_right {
  float: right;
  margin-right: 20px;
}

.balloon_area .balloon_right:before {
  right: -9px;
}

.balloon_area .balloon_right:after {
  right: -6px;
}

.balloon_area .balloon_img {
  border-radius: 50%;
  margin-bottom: 10px;
  height: 50px;
  width: 50px;
}

@media screen and (max-width: 800px) {
  .balloon_area .float_left,
  .balloon_area .float_right {
    width: 15%;
  }

  .balloon_area .balloon {
    font-size: 13px;
    width: 75%;
  }
}

.author_prof {
  border: 1px solid #666;
  line-height: 2em;
  padding: 10px;
  margin: 10px 0;
}

.author_prof .author_img {
  border-radius: 50%;
  float: left;
  padding-bottom: 28%;
  width: 28%;
}

.author_prof .author_right {
  float: right;
  margin-top: 10px;
  padding: 10px;
  width: 70%;
}

.popup_pdf {
  height: 100%;
  top: 80px;
}

ul.signup_merit {
  margin-top: 1rem;
}

ul.signup_merit li {
  border-bottom: 1px solid #d5d5d5;
  height: 65px;
  line-height: 65px;
  padding-bottom: 20px;
  text-align: left;
}

ul.signup_merit li p {
  display: inline-block;
  padding-left: 10px;
}

ul.signup_merit li img {
  display: inline-block;
  width: 28px;
}

@media screen and (max-width: 800px) {
  /* --------------------------------
  ログインしてない時に出るポップアップ
  ---------------------------------*/

  ul.signup_merit li {
    padding-bottom: 40px;
  }

  ul.signup_merit li img {
    width: 30px;
  }

  ul.signup_merit li:nth-of-type(2) img {
    line-height: 60px;
    height: 60px;
  }

  ul.signup_merit li:nth-of-type(2) {
    line-height: initial;
  }

  ul.signup_merit li:nth-of-type(2) p {
    position: relative;
    top: 15px;
    width: 80%;
  }
}

.search_title {
  background-color: #262626;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
}

.action_links {
  display: inline-block;
  line-height: 2rem;
}

.action_links li:before {
  content: "\25B6\FE0E";
  display: inline-block;
  font-size: 10px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  font-size: 12px;
}

.pagination > li {
  display: inline;
}

.pagination li a,
.pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination li.active span {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.swiper-container .pickup_ad li {
  margin-top: 1rem;
}

.swiper-container .pickup_ad li a div {
  height: 86px;
}

.swiper-container .swiper-pagination-bullet {
  background: #262626 !important;
  border-radius: 0 !important;
}

.swiper-container .swiper-pagination {
  position: static !important;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-bottom: 1rem;
}

#page {
  padding: 0 30px 60px;
  background-color: #fff;
  font-size: 14px;
  margin: 0 auto;
}

#page h2 {
  font-weight: bold;
  color: #333333;
  margin-top: 25px;
  font-size: 19px;
  letter-spacing: 0.1em;
  margin: 60px 0 20px;
  border-left: 5px solid #262626;
  padding-left: 10px;
}

#page .post_content h1 {
  padding: 40px 0;
}

#page .post_content p {
  font-size: 13px;
  color: #262626;
  line-height: 2em;
  margin: 10px 0 20px;
}

#page .about_thumbnail {
  position: relative;
  padding-bottom: 40%;
}

#page .invitation_header {
  margin-top: 20px;
  padding-bottom: 35%;
}

.dropdown img {
  cursor: pointer;
  width: 15px;
}

.content_menu,
.hidden_comment {
  display: none;
  background-color: #fff;
  border: 1px solid #eee;
  max-width: 640px;
  margin: 0 auto;
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  padding: 0px 10px 10px;
  text-align: center;
  width: 100%;
  z-index: 20;
}

.content_menu ul li,
.hidden_comment ul li {
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.content_menu ul img,
.hidden_comment ul img {
  width: 150px;
}

.content_menu .comment_form_area,
.hidden_comment .comment_form_area {
  background-color: initial;
  padding: 0px;
  margin-top: 0px;
}

footer {
  margin-top: 5rem;
  padding: 2rem;
  background-color: #dddddd;
}

@media screen and (max-width: 750px) {
  footer {
    padding: 2rem 0;
  }
}

footer textarea {
  padding: 10px;
  background-color: #fff;
  width: 100%;
}

@media screen and (max-width: 750px) {
  footer textarea {
    margin-top: 40px;
  }
}

footer span {
  display: block;
  margin-top: 0.5rem;
}

footer .area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer img {
  width: 235px;
}

@media screen and (max-width: 750px) {
  footer .footer_box {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  footer .footer_box ul {
    float: left;
    width: 50%;
  }
}

footer .footer_box ul li {
  line-height: 2rem;
}

footer .footer_box ul li a {
  color: #262626;
}

footer .footer_box ul li a:before {
  content: "\25B6\FE0E";
  font-size: 10px;
}

.sns_login_area {
  background-color: #edeff2;
  padding: 40px 10px;
}

.sns_login_area p {
  color: #727272;
}

.sns_login_area {
  background-color: #edeff2;
  padding: 40px 10px;
}

.sns_login_area .tw {
  background-color: #1da1f2;
}

.sns_login_area .fb {
  background-color: #4267b2;
}

.sns_login_area .sns_button {
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  max-width: 180px;
  margin-top: 20px;
  width: 100%;
}

.footer_box:nth-of-type(1) {
  margin-bottom: 40px;
}

.footer_box {
  margin: 1%;
  width: 31%;
}

.footer_box p {
  margin-top: 20px;
}

/* --------------------------------
検索結果一覧
---------------------------------*/

.search_page {
  background-color: #f2f3f4;
}

.search_page h2 {
  padding-bottom: 10px;
}

.search_page input {
  background-color: #ffffff;
}

.search_page label {
  margin-right: 10px;
  margin-left: 2px;
  white-space: nowrap;
}

.search_page input[type=text] {
  border: 1px solid #dddddd;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .search_page input[type=checkbox] {
    position: relative;
    top: 2px;
  }
}

.search_page .line {
  border: 1px solid #dddddd;
  margin-top: 10px;
  margin-bottom: 10px;
}

.search_page .check_wrap .check_pair {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .search_page .check_wrap .check_pair {
    display: block;
  }
}

.search_page .refine {
  margin-top: 10px;
}

.search_page .refine .refine_text {
  display: inline-block;
  margin-left: 10px;
}

.search_page .refine .triangle_under {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  display: inline-block;
}

.search_page .arrow_under {
  width: 17px;
  height: 17px;
  border: 3px solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search_page .arrow_upper {
  width: 17px;
  height: 17px;
  border: 3px solid;
  border-color: #fff transparent transparent #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search_page .disclosure_document {
  background-color: #262626;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.search_page .disclosure_document .search_title {
  font-weight: bold;
  display: inline-block;
  padding: 10px 84% 10px 10px;
}

@media screen and (max-width: 750px) {
  .search_page .disclosure_document .search_title {
    padding-right: 65%;
  }
}

.search_page .disclosure_document .arrow_under {
  display: none;
  vertical-align: 10%;
}

.search_page .disclosure_document .arrow_upper {
  display: inline-block;
  vertical-align: -40%;
}

.search_page .issue_date {
  background-color: #262626;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}

.search_page .issue_date .search_title {
  font-weight: bold;
  display: inline-block;
  padding: 10px 86% 10px 10px;
}

@media screen and (max-width: 750px) {
  .search_page .issue_date .search_title {
    padding-right: 70%;
  }
}

.search_page .issue_date .arrow_under {
  display: none;
  vertical-align: 10%;
}

.search_page .issue_date .arrow_upper {
  display: inline-block;
  vertical-align: -40%;
}

.search_page .search_result {
  margin-top: 10px;
}

.search_page .search_list {
  background-color: #fff;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: auto;
  white-space: nowrap;
}

.search_page .search_list .search_table {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .search_page .search_list .search_table {
    width: 550px;
  }
}

.search_page .search_list th {
  border-right: #dddddd solid 1px;
}

.search_page .search_list .scroll::-webkit-scrollbar {
  height: 5px;
}

.search_page .search_list .scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.search_page .search_list .scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

.search_page .search_list .td_document {
  color: #0000ff;
  text-align: left;
}

.search_page .search_list .pdf_icon {
  float: left;
  margin-right: 2%;
  width: 20px;
}

.search_page .search_list .button {
  background-color: #262626;
  margin: 10px auto 0;
  max-width: 130px;
}

@media screen and (max-width: 800px) {
  .search_page .search_list {
    width: 100%;
  }
}

.close_action {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  width: 35px;
}

label[for=memo_public] {
  color: #717171;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}

.popup_message {
  text-align: center;
  padding: 20px;
  position: fixed;
  z-index: 20;
  font-weight: bold;
  font-size: 20px;
  background-color: #fff;
  color: #f57c0e;
  top: 0;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.popup_message .icon-merit_icon_1:before {
  content: "\E918";
  color: #f57c0e;
  padding: 10px;
  background-color: #fff3e8;
  border-radius: 50%;
  margin-right: 7px;
}

.search_area {
  position: relative;
}

.search_area .main_title {
  color: #fff;
  font-size: 24px;
}

.search_area .form_top {
  margin-top: 2rem;
}

@media screen and (max-width: 800px) {
  .search_area .form_top {
    margin-top: 1rem;
  }
}

.search_area .form_top .form_top_label {
  background-color: rgba(255, 255, 255, 0.7);
  color: #003c67;
  padding: 15px 20px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .search_area .form_top .form_top_label {
    font-size: 12px;
    padding: 10px 15px;
    width: 100%;
    display: block;
  }
}

.search_area .form_top input#search-name {
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  margin-top: 3rem;
  padding: 10px;
  width: 90%;
}

.search_area .form_top button.form_submit {
  background: linear-gradient(to right, #0C5C96, #0096C3);
  color: #fff;
  cursor: pointer;
  height: 60px;
  width: 10%;
}

.search_area img.search_svg {
  width: 31px;
}

.search_area .industry_title {
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

.search_area .industry_list {
  margin-top: 1.3rem;
}

.search_area .industry_list li {
  display: inline-block;
  margin-bottom: 0.4rem;
  width: 16.2%;
}

.search_area .industry_list li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.search_area .industry_plus {
  display: none;
}

@media screen and (max-width: 800px) {
  .search_area {
    padding: 0 1rem;
    top: 1rem;
  }

  .search_area .main_title {
    font-size: 20px;
  }

  .search_area .industry_list li {
    width: 48%;
  }

  .search_area .form_top .form_top_label {
    font-size: 12px;
  }

  .search_area .form_top input#search-name {
    margin-top: 1rem;
    height: 44px;
    line-height: 44px;
    width: 80%;
  }

  .search_area .form_top button.form_submit {
    height: 44px;
    width: 20%;
  }
}

@media screen and (max-width: 800px) {
  #ir {
    padding: 0;
    margin-bottom: 3rem;
  }

  #ir .form_top {
    margin-top: 0;
  }
}

#ir input#search-name {
  margin-top: 0;
  margin-bottom: 3rem;
}

@media screen and (max-width: 800px) {
  #ir input#search-name {
    margin-bottom: 0;
  }
}

