@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'メイリオ', 'Segoe UI', 'Exo', sans-serif;
  color: #696969;
}

input, select, textarea, button {
  font-size: 100%;
  font-family: inherit;
  color: #696969;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Chrome, Safari */
}

input.radio {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

input.checkbox {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.wid100{
  width: 100%;
}

.textform_ptn02 {
  border-radius: 4px;
  border: solid 1px #696969;
  padding: 3px;
  font-size: 16px;
  width: 100%;
}

.textform_ptn04 {
  border-radius: 4px;
  border: solid 1px #696969;
  padding: 3px;
  font-size: 16px;
  width: 100%;
}

input:focus {
  border: 1px solid #1aa5aa;
  outline: 0;
}

p {
  font-size: 16px;
  color: #696969;
  line-height: 1.5;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

table {
  width: 100%;
}

th {
  font-size: 16px;
  padding: 5px 0;
  color: #696969;
}

td {
  font-size: 16px;
  color: #696969;
  line-height: 1.6;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  color: #696969;
}

li {
  list-style: none;
  color: #696969;
}

select {
  font-size: 16px;
  padding: 3px;
  border-radius: 4px;
  background: #fff;
  width: 100%;
}

select:focus {
  border: 1px solid #1aa5aa;
  outline: 0;
  color: #1aa5aa;
}

.textform_ptn01 {
  border-radius: 5px;
  border: solid 1px #a9a9a9;
  padding: 5px 10px;
  font-size: 16px;
  color: #696969;
  text-align: left;
}

.textform_ptn01:focus {
  border: 2px solid #1aa5aa;
  outline: 0;
}
.textform_ptn01::placeholder {
  color: #d3d3d3;
}

#contents {
  max-width: 1500px;
  margin: 0 auto;
}

.contentbox {
  padding: 20px;
  background-color: #fff;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.2));
  margin: 0 0 20px 0;
}

.linkstyle01 a {
  color: #1aa5aa;
  text-decoration: underline;
}

.linkstyle02 a {
  color: #FB0404;
  text-decoration: underline;
}

.linkstyle01 a:hover {
  color: #4CC2C7;
}

.linkstyle02 a:hover {
  color: #ff6666;
}

/* font */

.font-nomal {
  font-weight: normal!important;
  color: #696969;
}

.color_red {
  color: #FB0404;
}

.bold {
  font-weight: bold;
}

.color_mint {
  color: #1AA5AA;
}

.color_white {
  color: #fff;
}

.text-center {
  text-align: center!important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.unityen {
  text-align: right;
  color: #1AA5AA;
  font-size: 15px;
}

.font15 {
  font-size: 15px;
}

.font14 {
  font-size: 14px;
}

.fontwun {
  font-weight: unset !important;
}

.yen {
  text-align: right !important;
}

.whitesp {
  white-space: nowrap;
}

.text-link a:hover {
  color: #a9a9a9;
}

.rotation {
  transform: rotate( 90deg);
  position: absolute;
  top: -18px;
  left: 45%;
  font-weight: bold;
}

/*flex*/

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-end {
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

.flex-end {
  align-items: flex-end;
}

.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

.display_b {
  display: block;
}

/*color*/

.bg_mint {
  background-color: #E9F4F5;
}

.bg_white {
  background-color: #fff!important;
}

.bg_gray {
  background: #f5f5f5;
}

.fcolorm {
  color: #1AA5AA;
}

/*position*/

.position_r {
  position: relative;
}

.z-index0 {
  z-index: 0;
}

.z-index100 {
  z-index: 100;
}

/*margin*/

.mar0auto {
  margin: 0 auto;
}

.mar20 {
  margin: 20px;
}

.mart5 {
  margin-top: 5px;
}

.mart10 {
  margin-top: 10px;
}

.mart20 {
  margin-top: 20px!important;
}

.mar20tb {
  margin: 20px 0;
}

.martrlb20 {
  margin: 20px 20px 0;
}

.mar30tb {
  margin: 30px 0;
}

.mar10tb {
  margin: 10px 0;
}

.marl20 {
  margin-left: 20px;
}

.marl5 {
  margin-left: 5px;
}

.marl10 {
  margin-left: 10px;
}

.marr5 {
  margin-right: 5px;
}

.marr10 {
  margin-right: 10px;
}

.marr20 {
  margin-right: 20px;
}

.marr5 {
  margin-right: 5px;
}

.marb0 {
  margin-bottom: 0 !important;
}

.mart0 {
  margin-top: 0 !important;
}

.marb10 {
  margin-bottom: 10px;
}

.marb15 {
  margin-bottom: 15px;
}

.marb20 {
  margin-bottom: 20px;
}

.marb30 {
  margin-bottom: 30px;
}

.mart30 {
  margin-top: 30px;
}

.mart60 {
  margin-top: 60px;
}

/*padding*/

.pad5 {
  padding: 5px !important;
}

.pad10 {
  padding: 10px;
}

.pad20 {
  padding: 20px;
}

.pad30 {
  padding: 30px;
}

.pad60 {
  padding: 60px;
}

.padt0 {
  padding-top: 0 !important;
}

.padt10 {
  padding-top: 10px;
}

.padb0 {
  padding-bottom: 0 !important;
}

.padb10 {
  padding-bottom: 10px;
}

.padb20 {
  padding-bottom: 20px;
}

.padb30 {
  padding-bottom: 30px;
}

.pad0 {
  padding: 0 !important;
}

.pad0010 {
  padding: 0 0 10px !important;
}

.pad0020 {
  padding: 0 0 20px !important;
}

.pad20bt {
  padding: 0 20px;
}

.pad20tb {
  padding: 20px 0;
}

.pad30tb {
  padding: 30px 0;
}

.pad3020 {
  padding: 30px 20px;
}

.padtrlb20 {
  padding: 0 20px 20px;
}

.pa100tb {
  padding: 100px 50px;
}

/*height*/

.hei500 {
  min-height: 500px;
}

/* width */

.inlineb {
  display: inline-block;
}

.minw213 {
  min-width: 213px;
  width: 100%;
}

.maxw950 {
  max-width: 950px;
  width: 100%;
}

.wid15 {
  width: 15%;
}

.wid10 {
  width: 10%;
}

.widauto {
  width: auto;
}

.title3letter {
  min-width: 64px;
  width: auto;
}

.title5letter {
  min-width: 80px;
  width: auto;
}

.title6letter {
  min-width: 100px;
  width: auto;
}

/* border */

.border_unset {
  border: unset!important;
}

.border_3 {
  border: solid 3px #E9F4F5 !important;
}

/* button */

.button_ptn02 {
  border: solid 1px #1AA5AA;
  border-radius: 5px;
  color: #1AA5AA;
  display: inline-block;
}

.button_ptn02 a {
  color: #1AA5AA;
  display: block;
  padding: 5px 16px;
}

.button_ptn02 a:hover {
  background-color: #1AA5AA;
  color: #fff;
}

/* title */

.subtitle {
  color: #1AA5AA;
  background-color: #E9F4F5;
  display: inline-block;
  padding: 0 5px;
  margin: 0 0 3px 1px;
}

.billingamount_frame {
  border: solid 1px #1AA5AA;
  width: 170px;
  padding: 10px;
  text-align: right;
  border-radius: 4px;
}

.remarks_frame {
  border: solid 1px #1AA5AA;
  padding: 10px;
  min-height: 100px;
  height: 100%;
}

/*header*/

.pankuzu {
  margin-left: 20px;
}

.pankuzu a {
  color: #1AA5AA;
}

.pankuzu a:hover {
  color: #4CC2C7;
}

.pankuzu li:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  color: #1AA5AA;
  padding: 0 5px;
}

.pankuzu li:last-child:after {
  content: "";
}

header {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 20px;
}

header img {
  max-width: 100%;
}

.header_img {
  max-width: 30%;
  width: 30%;
  ;
}

.button_ptn01 {
  background-color: #1AA5AA;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  border: solid 0px;
}

.button_ptn01 a {
  padding: 6px 15px;
  color: #fff;
  font-weight: bold;
  display: block;
}

.button_ptn01:hover {
  background: #4CC2C7;
}

.button_ptn03 {
  background-color: #1AA5AA;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  border: solid 0px;
}

.button_ptn03 a {
  padding: 6px 15px;
  color: #fff;
  font-weight: bold;
  display: block;
}

.button_ptn03:hover {
  background: #4CC2C7;
}

.button_ptn04 {
  background-color: #dcdcdc;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  border: solid 0px;
  padding: 6px 15px;
  font-weight: bold;
  color: #808080;
}

.logout a::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../img/header/logout.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.login a::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../img/header/login.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 5px;
}

/* main */

main {
  width: calc(100% - 230px);
  min-height: 660px;
  height: 100%;
}

aside {
  width: 230px;
}

/*side menu*/

.menu_home {
  color: #fff;
  display: block;
  line-height: 60px;
  padding: 0 1rem;
  position: relative;
}

.menu_home:hover {
  background: #4CC2C7;
}

.menu_item {
  background: #1AA5AA;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 2px;
  font-weight: bold;
}

.menu_item_link {
  color: #fff;
  display: block;
  line-height: 60px;
  padding: 0 1rem;
  position: relative;
  font-weight: bold;
}

.menu_item_link:hover {
  background: #4CC2C7;
}

.menu_item_link:after {
  background: #1AA5AA;
  content: '\f067';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
}

.menu_item_link:hover:after {
  background: #4CC2C7;
}

.menu_item_link.on:after {
  content: '\f068';
}

.submenu {
  background: #fff;
  display: none;
}

.submenu_item {
  text-align: left;
}

.submenu_item a {
  color: #1AA5AA;
  padding: 1rem;
  display: block;
  font-weight: normal;
}

.submenu_item a::before {
  content: none !important;
}

.submenu_item a:hover {
  background-color: #E9F4F5;
}

.home_btn a::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../img/navi/navi_01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.news_btn a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/navi/navi_02.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.movein_btn a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/navi/navi_03.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.management_btn a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/navi/navi_04.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.income_btn a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/navi/navi_05.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.maintenance_btn a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/navi/navi_06.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.account_btn a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/navi/navi_07.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 10px;
}

/* bunneraria */

.bunner-aria {
  background: #E9F4F5;
  min-height: 300px;
  height: auto;
  margin-top: 20px;
  padding: 20px;
}

.bunner-aria li {
  margin-bottom: 10px;
}

.bunner-aria li img {
  max-width: 100%;
  width: 100%;
}

/* main */

/* ？aicon */

.fa-question-circle {
  color: #1aa5aa;
  font-size: 30px;
}

.tooltip3 {
  position: relative;
  cursor: pointer;
  left: 95%;
  display: inline-block;
}

.description3 {
  position: absolute;
  display: none;
  padding: 10px;
  font-size: 14px;
  line-height: 1.6em;
  color: #696969;
  border-radius: 5px;
  background: #fff;
  width: 290px;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.1));
  border: solid 1px #f5f5f5;
}

.description3:before {
  content: "";
  position: absolute;
  top: -27px;
  right: 0px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  margin-left: -15px;
  transform: rotateZ(180deg);
  filter: drop-shadow(-1px 1px 1px rgba(0, 0, 0, 0.1));
}

.description3_inner {
  display: flex;
  align-items: center;
}

.description3_inner ul:nth-child(1) {
  margin-right: 10px;
  ;
}

.description3_inner li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.description3_inner li:last-child {
  margin-bottom: 0px;
}

.tooltip3:hover .description3 {
  display: inline-block;
  top: 50px;
  right: -6%;
  z-index: 100;
}

/*timeline*/

.timeline-title {
  background: linear-gradient(to top, #fff, #E9F4F5);
  align-items: center;
  justify-content: space-around;
  display: flex;
}

.top_news {
  font-size: 35px;
  color: #1AA5AA;
  padding: 20px 0;
  text-shadow: 3px 1px 0px #fff;
}

#conference-timeline {
  position: relative;
  /* max-width: 920px; */
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .timeline-start, #conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  /* font-weight: bold; */
  text-transform: uppercase;
  background: #1AA5AA;
  border-radius: 50px;
  padding: 5px 25px;
  color: #fff;
  width: 60px;
  text-align: center;
  z-index: 1;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #E9F4F5;
  z-index: 0;
}

#conference-timeline .conference-timeline-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  min-height: 65px;
}

.timeline-article .content-left-container, .timeline-article .content-right-container {
  max-width: 37%;
  width: 100%;
}

.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  text-align: right;
}

.timeline-article .content-left, .timeline-article .content-right {
  position: relative;
  padding: 25px;
  margin: 5px 20px;
  box-shadow: 1px 2px 1px 0px #ccc;
  width: 48vw;
}

.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}

.article-number_notice {
  font-weight: bold;
  background: #1AA5AA;
  border-radius: 50px;
  padding: 3px 15px;
  color: #fff;
  margin-left: 20px;
}

.article-number_news {
  font-weight: bold;
  background: #37729E;
  border-radius: 50px;
  padding: 3px 15px;
  color: #fff;
  margin-left: 20px;
}

.new_pop {
  color: #fff;
  background-color: #FB0404;
  border-radius: 5px;
  font-weight: normal;
  font-size: 13px;
  padding: 0 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.timeline-article .meta-date {
  position: absolute;
  left: 23px;
  width: 62px;
  height: 62px;
  color: #fff;
  border-radius: 100%;
  background: #E9F4F5;
}

.meta-date img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 23%;
  left: 21%;
}

.meta-date-circle-notice {
  background: #1AA5AA;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.meta-date-circle-news {
  background: #37729E;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 8%;
  left: 8%;
}

.timeline-article .meta-date .date, .timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}

.top_title_notice {
  color: #1AA5AA;
  position: relative;
  padding: 20px 0;
}

.top_title_notice:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(26, 165, 170), transparent);
  background: linear-gradient(to right, rgb(26, 165, 170), transparent);
}

.content-left {
  /* display: inline-block; */
  min-width: 120px;
  max-width: 100%;
  background: #E9F4F5;
  border-radius: 5px;
}

.content-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 15px solid #E9F4F5;
}

/* .content-left p {
  margin: 0;
  padding: 0;
} */

.content-right {
  /* display: inline-block; */
  min-width: 120px;
  max-width: 100%;
  background: #E9F6FF;
  border-radius: 5px;
}

.content-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 15px solid #E9F6FF;
}

.content-right p {
  margin: 0;
  padding: 0;
}

.timeline {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 500px;
  width: 90%;
  filter: unset;
  margin: 0 auto;
}

.timeline-start {
  display: flex!important;
  align-items: baseline;
  justify-content: center!important;
}

.timeline-end {
  display: flex!important;
  align-items: baseline;
  justify-content: center!important;
}

.timeline-start span {
  font-size: 20px;
  font-weight: bold;
}

.timeline-end span {
  font-size: 20px;
  font-weight: bold;
}

.Unread_pop {
  background: #1AA5AA;
  border-radius: 50px;
  padding: 0 10px;
  color: #fff;
}

/* timeline SP */

#conference-timeline .timeline-start, #conference-timeline .timeline-end {
  margin: 0;
  position: relative;
  z-index: 1;
}

#conference-timeline .conference-center-line {
  margin-left: 0;
  left: 54px;
}

.timeline-article .content-left-container, .timeline-article .content-right-container {
  max-width: 100%;
  width: auto;
  float: none;
  margin-left: 90px;
}

/* .timeline-article .content-left-container {
  margin-bottom: 20px;
} */

.content-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 15px solid #E9F4F5;
}

.justify-start-sp {
  justify-content: flex-start;
}

/* 上にもバーがあるスクロール表 */

#table-contents {
  width: 100%;
  margin: auto;
}

.scrollbar {
  width: 100%;
  height: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: inset 0 0 2px #1AA5AA;
}

.scrollbar .inner {
  width: 1340px;
  height: 1px;
}

.scrollbox {
  width: 100%;
  margin-top: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.scrollbox .inner {
  width: 1500px;
  height: 200px;
  margin-bottom: 5px;
  background-color: #F9F8F6;
  box-shadow: inset 0 0 2px #1AA5AA;
}

.scrollbox .txt {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

/* スクロールバーのスタイル */

.scrollbar::-webkit-scrollbar, .scrollbox::-webkit-scrollbar {
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: inset 0 0 2px #1AA5AA;
}

.scrollbar::-webkit-scrollbar-track, .scrollbox::-webkit-scrollbar-track {
  border-radius: 5px;
}

.scrollbar::-webkit-scrollbar-thumb, .scrollbox::-webkit-scrollbar-thumb {
  background: #1AA5AA;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #1AA5AA;
}

/* 上にバーがないスクロール */

.timeline::-webkit-scrollbar {
  width: 10px;
}

.timeline::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #1AA5AA;
  margin-bottom: 20px;
}

.timeline::-webkit-scrollbar-thumb {
  background: #1AA5AA;
  border-radius: 10px;
  box-shadow: none;
}

/* table-contents Scroll bar design */

.table-contents::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.table-contents::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #1AA5AA;
}

.table-contents::-webkit-scrollbar-thumb {
  background: #1AA5AA;
  border-radius: 10px;
  box-shadow: none;
}

/* categorytile */

.category {
  display: flex;
  justify-content: flex-start;
  text-align: center;
}

.category-tile {
  background: #1aa5aa;
  text-align: center;
  width: 25%;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.2));
  margin: 0 5px;
}

.category-tile a {
  color: #fff;
  display: block;
  padding: 50px 20px;
  white-space: nowrap;
  font-size: 1.1vw;
  font-weight: bold;
}

.category-tile a:hover {
  background: #4CC2C7;
}

.category-tile01 a::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../img/navi/categorytile_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.category-tile02 a::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../img/navi/categorytile_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.category-tile03 a::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../img/navi/categorytile_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.category-tile04 a::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../img/navi/categorytile_04.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

/* Room list */

.ttlbox {
  padding: 10px;
  background-color: #1aa5aa;
  /* border-radius: 4px 4px 0 0; */
  color: #fff;
}

.room_list_tbl tr:nth-child(odd) td {
  background: #f5f5f5;
}

.room_list_tbl tr:nth-child(even) td {
  background: #fff;
}

.room_list_tbl {
  margin: 0 auto;
  width: 100%;
  color: #696969;
  border-collapse: collapse;
}

.room_list_tbl td {
  border: solid 1px #E9F4F5;
  padding: 5px;
}

.room_list_tbl tr {
  text-align: center;
}

.room_list_tbl th {
  background-color: #E9F4F5;
  border: solid 1px #fff;
}

.room_list_tbl th:nth-child(1) {
  width: 15%;
}

.room_list_tbl th:nth-child(2) {
  width: 25%;
}

.room_list_tbl th:nth-child(3) {
  width: 15%;
}

.room_list_tbl th:nth-child(4) {
  width: 15%;
}

.room_list_tbl th:nth-child(5) {
  width: 15%;
}

.room_list_tbl th:nth-child(6) {
  width: 15%;
}

/* Income and expenditure report */

.expenditure_report_tbl tr:nth-child(even) td {
  background: #fff;
}

.expenditure_report_tbl tr:nth-child(odd) td {
  background: #f5f5f5;
}

.expenditure_report_tbl {
  margin: 0 auto 20px;
  width: 100%;
  color: #696969;
  table-layout: fixed;
  border-spacing: 1px;
  border-collapse: collapse;
}

.expenditure_report_tbl th {
  background-color: #E9F4F5;
  padding: 5px;
  text-align: center;
  width: 120px;
  border: solid 1px #fff;
}

.expenditure_report_tbl td {
  padding: 5px;
  border: solid 1px #E9F4F5;
}

.expenditure_report_tbl td:nth-child(1) {
  text-align: center;
}

.table-contents {
  overflow-x: scroll;
}

.correspondence_status {
  color: #FB0404;
}

.attachment a::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../img/information_details/btn_icon01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.attachment_list li {
  margin-top: 10px;
}

.attachment_list a {
  color: #1aa5aa;
  text-decoration: underline;
}

.attachment_list a:hover {
  color: #4CC2C7;
}

.kara {
  font-weight: bold;
  margin: 0 5px 0 0;
}

/* ブラウザ毎のCSS */

/* Chrome */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .fixed01 {
    position: sticky;
    left: -1px;
  }
  .fixed01:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
  }
}

/* firefox */

@-moz-document url-prefix() {
  .fixed01 {
    position: sticky;
    left: -1px;
  }
  .fixed01:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
  }
}

/* Safari */

_::-webkit-full-page-media, _:future, :root .fixed01 {
  position: sticky;
  left: -1px;
}

_::-webkit-full-page-media, _:future, :root .fixed01:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}

/* IE */

@media all and (-ms-high-contrast: none) {
  #conference-timeline .conference-center-line {
    z-index: 0;
  }
  .timeline-article .meta-date {
    top: 15px;
  }
  #conference-timeline .timeline-start, #conference-timeline .timeline-end {
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .expenditure_report_tbl {
    margin: 0;
    padding-bottom: 20px;
  }
  .textform_ptn01 {
    width: 75%;
  }
  /* .rotation {
    left: 90px;
  } */
  .border_unset {
    border: solid 1px #fff!important;
  }
  #conference-timeline .timeline-start, #conference-timeline .timeline-end {
    padding: 5px 25px 5px 10px;
  }
}

/* footer */

footer {
  padding-top: 20px;
}

footer ul {
  font-size: 14px;
  padding-right: 30px;
}

footer ul a {
  font-size: 14px;
  color: #1AA5AA;
  text-decoration: underline;
}

footer ul a:hover {
  color: #4CC2C7;
}

.copy {
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #1AA5AA;
  padding: 5px 0;
}

.footer_inner {
  padding: 0 20px 20px;
  display: flex;
  justify-content: flex-end;
}

.footer_inner li a {
  position: relative;
}

.footer_inner li a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  /*アイコンの種類*/
  position: absolute;
  left: -10px;
  /*左端からのアイコンまでの距離*/
  color: #1AA5AA;
  /*アイコン色*/
  display: block;
  font-weight: 700;
  line-height: 20px;
}

/* pager */

.pager .pagination {
  text-align: right;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}

.pager .pagination li.pre, .pager .pagination li.next {
  background: #1aa5aa;
  color: #fff;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pager .pagination li.pre a, .pager .pagination li.next a {
  color: #fff;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

.pager .pagination li a:hover, .pager .pagination li a.active {
  color: #000;
  background: #E9F4F5;
  border-radius: 10px;
  border-radius: 50px;
  animation: animScale 0.4s ease-out;
  transform-origin: 50% 50%;
  -webkit-animation: animScale 0.4s ease-out;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animScale 0.4s ease-out;
  -moz-transform-origin: 50% 50%;
}

@keyframes animScale {
  0% {
    transform: scale(0.8, 0.8);
  }
  40% {
    transform: scale(1.2, 1.2);
  }
  60% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@-webkit-keyframes animScale {
  0% {
    -webkit-transform: scale(0.8, 0.8);
  }
  40% {
    -webkit-transform: scale(1.2, 1.2);
  }
  60% {
    -webkit-transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}

@-moz-keyframes animScale {
  0% {
    -moz-transform: scale(0.8, 0.8);
  }
  40% {
    -moz-transform: scale(1.2, 1.2);
  }
  60% {
    -moz-transform: scale(1, 1);
  }
  80% {
    -moz-transform: scale(1.1, 1.1);
  }
  100% {
    -moz-transform: scale(1, 1);
  }
}

@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none;
  }
  .pager .pagination li.pre, .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;
    line-height: 1;
  }
  .pager .pagination li.pre a, .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }
  .pager .pagination li.pre span::after {
    content: " 前の10件へ";
    font-size: 13px;
  }
  .pager .pagination li.next span::before {
    content: "次の10件へ ";
    font-size: 13px;
  }
}

/* Back to top */

#PageTopBtn {
  position: fixed;
  bottom: 30px;
  right: 10px;
}

#PageTopBtn a {
  display: block;
  outline: none;
}

#PageTopBtn a:hover {
  text-decoration: none;
}

#PageTopBtn {
  z-index: 2;
}

#PageTopBtn img {
  width: 30px;
  z-index: 200;
}

@media (max-width: 1500px) {
  .category-tile a {
    font-size: 1.3vw;
  }
}

@media (max-width: 1070px) {
  .timeline-article .content-left, .timeline-article .content-right {
    width: 42vw;
  }
  .category-tile a {
    font-size: 1.6vw;
    padding: 25px 20px;
  }
}

@media (max-width: 980px) {
  .timeline-article .content-left, .timeline-article .content-right {
    width: 38vw;
  }
}

@media (max-width: 880px) {
  .timeline-article .content-left, .timeline-article .content-right {
    width: 30vw;
  }
  .category-tile a {
    padding: 10px;
  }
}

/* sp */

@media (max-width: 768px) {
  .tooltip3 {
    left: 85%;
  }
  .category-tile {
    margin: 0 2px;
  }
  .category-tile a {
    font-size: 16px;
  }
  .timeline-article .content-left, .timeline-article .content-right {
    width: 50vw;
  }
  .pager .pagination {
    text-align: center;
  }
  main {
    width: 100%;
    min-height: 500px;
    height: 100%;
  }
  .pankuzu {
    margin-left: 0;
  }
  .textform_ptn01 {
    width: 100%;
  }
  .textform_ptn02 {
    max-width: 100%;
  }
  .text-right_sp {
    text-align: right !important;
  }
  .text-left_sp {
    text-align: left !important;
  }
  .mar20 {
    margin: 10px;
  }
  .mart20_sp {
    margin-top: 20px !important;
  }
  .marr0_sp {
    margin-right: 0!important;
  }
  .marb2_sp {
    margin-bottom: 2px !important;
  }
  .marb10_sp {
    margin-bottom: 10px !important;
  }
  .marb20_sp {
    margin-bottom: 20px !important;
  }
  .mart10_sp {
    margin-top: 10px !important;
  }
  .martrlb10_sp {
    margin: 10px 10px 0!important;
  }
  .martb20_sp {
    margin: 20px 0!important;
  }
  .martb30_sp {
    margin: 30px 0!important;
  }
  .marl5_sp {
    margin-left: 5px!important;
  }
  .marl0_sp {
    margin-left: 0!important;
  }
  .marb30_sp {
    margin-bottom: 30px !important;
  }
  .pad20 {
    padding: 10px;
  }
  .padb0_sp {
    padding-bottom: 0 !important;
  }
  .padb10_sp {
    padding-bottom: 10px;
  }
  .pad10_sp {
    padding: 10px !important;
  }
  .padtrlb10_sp {
    padding: 0 10px 10px!important;
  }
  .pad20_sp {
    padding: 20px !important;
  }
  .padt0_sp {
    padding-top: 0 !important;
  }
  .contentbox {
    padding: 10px;
    margin: 0 0 20px 0;
  }
  .room_list_tbl th:nth-child(1) {
    width: 40%;
  }
  .room_list_tbl tr {
    text-align: left;
  }
  .room_list_tbl td {
    padding: 5px;
  }
  .room_list_tbl th {
    padding: 5px;
    text-align: left;
  }
  .acd-check {
    display: none;
  }
  .billingamount_frame {
    width: 170px;
  }
  .title3letter {
    min-width: 0;
    width: auto;
  }
  .title6letter {
    min-width: 0;
    width: auto;
  }
  /* top */
  #top_main {
    margin-left: 0;
  }
  /* Hamburger menu */
  #gnav-btn {
    color: #1aa5aa;
    padding: 8px;
    font-size: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
    background-color: white;
    border: solid 1px #1aa5aa;
    border-radius: 3px;
  }
  #gnav-input:checked~#gnav-content {
    top: 0;
  }
  #gnav-content {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 10;
    transition: 0.3s;
    width: 100%;
    background-color: #fff;
    overflow-y: scroll;
    height: 100%;
  }
  .humb-menu__title {
    padding: 15px 10px;
  }
  .humb-menu__title img {
    width: 40%;
  }
  .humb-menu label {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
    border-top: 0.5px solid #1aa5aa;
  }
  .home_sp {
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
    border-top: 0.5px solid #1aa5aa;
  }
  .home_sp a {
    color: #1aa5aa;
  }
  .humb-menu label p {
    color: #1aa5aa;
  }
  .humb-menu label a {
    color: #1aa5aa;
    display: block;
  }
  .humb-menu input {
    display: none;
  }
  .humb-menu .accshow {
    height: 0;
    overflow: hidden;
  }
  .humb-menu .accshow a {
    padding: 10px 0 10px 45px;
    color: #1aa5aa;
    display: block;
  }
  .humb-menu .cssacc:checked+.accshow {
    height: auto;
  }
  .home_btn a {
    display: block;
  }
  .home_btn a::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../img/navi/navi_01_sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .news_btn::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/navi/navi_02_sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .movein_btn::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/navi/navi_03_sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .management_btn::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/navi/navi_04_sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .income_btn::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/navi/navi_05_sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .maintenance_btn::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/navi/navi_06_sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .account_btn::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/navi/navi_07_sp.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  .menubutton_sp {
    display: block;
    position: relative;
  }
  /* ハンバーガーメニューの＋ボタン */
  .menubutton_sp::before, .menubutton_sp::after {
    content: '';
    display: block;
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background: #1aa5aa;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .menubutton_sp::after {
    background: #1aa5aa;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s;
  }
  .active::after {
    transform: rotate(0);
    transition: 0.3s;
  }
  /* categorytile */
  .category-tile {
    width: 49%;
    margin-bottom: 10px;
  }
  /* Table accordion */
  .acd-label {
    background: #1aa5aa;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 0 2px;
    padding: 5px;
    position: relative;
  }
  .acd-label:after {
    background: #1aa5aa;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 100%;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
  }
  .acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    /*transition: .5s;*/
    visibility: hidden;
  }
  .acd-check:checked+.acd-label:after {
    content: '\f068';
  }
  .acd-check:checked+.acd-label+.acd-content {
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
  }
  .room_list_tbl {
    padding: 0;
    border-collapse: separate;
  }
  .expenditure_report_tbl th:nth-child(1) {
    width: 40%;
  }
  .expenditure_report_tbl th {
    text-align: left;
  }
  .expenditure_report_tbl {
    padding: 0;
  }
  .expenditure_report_tbl tr:nth-child(odd) td {
    background: #fff;
  }
  .expenditure_report_tbl {
    border-collapse: separate;
  }
  .expenditure_report_tbl td {
    border: solid 2px #E9F4F5;
  }
  .room_list_tbl th {
    border: solid 0px;
  }
  .room_list_tbl td {
    border: solid 2px #E9F4F5;
  }
  .room_list_tbl tr:nth-child(odd) td {
    background: #fff;
  }
  /* header */
  .login_logout {
    margin-top: 20px;
    justify-content: flex-end;
  }
  /* footer */
  .footer_home_sp {
    padding-top: 91px;
  }
  footer ul {
    padding: 0px 0 18px;
  }
}

@media (max-width: 530px) {
  .timeline-article .content-left, .timeline-article .content-right {
    width: 45vw;
  }
}

@media (max-width: 500px) {
  .humb-menu__title img {
    width: 60%;
  }
}

@media (max-width: 460px) {
  .timeline-article .content-left, .timeline-article .content-right {
    width: 100%;
  }
}

/* iphone678plus */

@media (max-width: 414px) {
  #conference-timeline .timeline-start, #conference-timeline .timeline-end {
    font-size: 22px;
  }
  .meta-date-circle-notice {
    width: 45px;
    height: 45px;
    top: 10%;
    left: 10%;
  }
  .timeline-article .meta-date {
    width: 58px;
    height: 58px;
  }
  .meta-date-circle-news {
    width: 45px;
    height: 45px;
    top: 10%;
    left: 10%;
  }
  .timeline-article .content-left-container, .timeline-article .content-right-container {
    margin-left: 75px;
  }
  .timeline-article .content-left, .timeline-article .content-right {
    padding: 10px 15px;
  }
  .meta-date img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 400px) {
  .humb-menu__title img {
    width: 70%;
  }
  .description3 {
    width: 230px;
  }
  /*timeline*/
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
}

@media (max-width: 375px) {
  header img {
    width: 78%;
  }
}

/* iphone5 */

@media (max-width: 320px) {
  .pad15_sp {
    padding: 15px !important;
  }
  .category-tile a {
    font-size: 14px;
  }
}