@charset "UTF-8";
/* -------------------------------------------------------- CSS Information
Last up date:   2016
Style Info:     case css
------------------------------------------------------------------------ */
/*------------------------------------------common*/
.container_base {
  padding: 35px 0;
  font-size: 14px;
  text-align: left;
}
.container_base p, .container_base li {
  font-size: 16px;
}
.container_base p {
  text-align: left;
}
@media print, screen and (min-width:768px) {
  .container_base {
    padding: 70px 0;
    font-size: 16px;
  }
  .container_base p, .container_base li {
    font-size: 16px;
  }
  .container_base p {
    text-align: center;
  }
}

.bg_cl02 {
    background-color: #f6f6f6 !important;
}

.section_inner {
  padding: 0 15px;
    text-align: center;
}
@media screen and (min-width:768px) {
  .section_inner {
    padding: 0 20px;
  }
}
@media screen and (min-width:992px) {
  .section_inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
  }
}

.tit01 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 1.3!important;
    text-align: center!important;
    font-size: 20px!important;
    font-weight: bold;
    color: #003da6!important;
}
.tit01::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 120px;
  height: 1px;
  margin-left: -60px;
  content: "";
  background: #003da6;
}
.tit02 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.tit_price {
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #444;
}
@media print, screen and (min-width:768px) {
  .tit01 {
    margin-bottom: 40px!important;
    padding-bottom: 15px;
    font-size: 34px!important;
  }
  .tit01::after {
    width: 200px;
    margin-left: -100px;
  }
  .tit02 {
    margin-bottom: 30px;
    font-size: 28px !important;
  }
  .tit_price {
    font-size: 20px;
  }
}

.item_container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.item_container a {
  display: block;
}
.item_container li {
  padding: 0;
  margin: 0 0 10px;
}
.item_container li div.item_outline {
  width: 100%;
  height: 100%;
  border: 1px solid #3F3F3F;
  border-radius: 5px;
  padding: 10px;
  background-color: #ffffff;
}
.item_container li figure {
  text-align: center;
}
.item_container li figure img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.item_container li div p {
  line-height: 170%;
  font-size: 100%;
}
.item_container .item_name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.item_container .btn_cl00 {
  width: 90%;
  margin: 0 auto;
}
.item_container li.item3 img {
  width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width:576px) {
.item_container {
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item_container li.item2 {
  width: 49%;
}
}
@media print, screen and (min-width:768px) {
.item_container {
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item_container li.item6 {
  width: 16%;
}
.item_container li.item5 {
  width: 20%;
}
.item_container li.item4 {
  width: 23%;
}
.item_container li.item3 {
  position: relative;
  float: left;
  width: 33.33%;
}
}

.subsidy_bn {
  text-align: center !important;
  line-height: 1.2;
}
.subsidy_bn a {
  position: relative;
  display: inline-block;
    text-decoration: none;
  padding: 10px 26px 10px 10px;
  line-height: 1.2;
  color: #003da6;
  border: solid 1px #003da6;
}
.subsidy_bn a strong {
  display: inline-block;
}
.subsidy_bn a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  content: "";
  border-top: solid 2px #003da6;
  border-right: solid 2px #003da6;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.subsidy_bn a:hover {
  color: #fff;
  background: #003da6;
  opacity: 1.0;
}
.subsidy_bn a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media print, screen and (min-width:576px) {
  .subsidy_bn a {
    padding: 12px 40px 12px 20px;
  }
  .subsidy_bn a::after {
    right: 20px;
  }
}

.list_basic li {
  position: relative;
  margin-bottom: 8px!important;
  padding-left: 16px!important;
  text-align: left;
  line-height: 1.5!important;
    font-size:16px!important;
    font-weight: normal!important;
}
.list_basic li:last-child {
  margin-bottom: 0;
}
.list_basic li::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: #003da6;
}

table.tbl01 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 30px;
}
table.tbl01 tr {
  border-bottom: solid 2px white;
}
table.tbl01 tr:last-child {
  border-bottom: none;
}
table.tbl01 th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #003DA6;
  color: white;
  text-align: center;
  padding: 1.2em 0;
    line-height: 1.5;
}
table.tbl01 th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #003DA6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table.tbl01 td {
  text-align: left;
  width: 70%;
  background-color: #fcfcfc;
  padding: 1.2em 20px;
    line-height: 1.5;
}
@media print, screen and (min-width:576px) {
  table.tbl01 th, table.tbl01 td {
    font-size: 16px;
  }
}



/*------------------------------------------pagetitle*/
#pagetitle {
    display: flex;
    justify-content: center;
    align-items: center;
	height: 240px;
	background: url("../img/facilities_management_img/meetingroom/pagetitle_bg.jpg") center center no-repeat;
	background-size: cover;
}
#pagetitle div {
    display: inline-block;
	padding:10px;
	background: rgba(0,0,0,0.5);
}
#pagetitle div h2{
	color:#fff;
	margin-bottom:10px;
    line-height: 1.2;
	font-size: 22px;
	font-weight:bold;
}
#pagetitle div h2 span {
	display: block;
	font-size: 16px;
}
#pagetitle div p {
    line-height: 1.2;
	font-weight:bold;
	color:#fff;
	font-size: 18px;
}
@media print, screen and (min-width:768px) {
#pagetitle {
	height: 320px;
}
#pagetitle div {
    padding: 30px 80px;
}
#pagetitle div h2{
	margin-bottom:15px;
	font-size: 40px;
}
#pagetitle div h2 span {
	font-size: 20px;
}
#pagetitle div p {
	font-size: 28px;
}
}
/*------------------------------------------content*/
ul.item_container li p{margin-top:20px;text-align: left;}
/*---------------------------------reason_box*/
.reason_box .reason_num {
    text-align: left;
}
.reason_box .reason_num span {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    line-height: 1.1;
    font-size: 16px;
    color: #fff;
    background: #003da6;
    box-shadow: 4px 4px 0 #ddd;
}
.reason_box .reason_num span::before {
    position: absolute;
    right: 6px;
    bottom: -11px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 8px transparent;
    border-bottom: solid 8px #ddd;
    transform: rotate(45deg);
}
.reason_box .reason_num span::after {
    position: absolute;
    right: 10px;
    bottom: -7px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: solid 8px transparent;
    border-bottom: solid 8px #003da6;
    transform: rotate(45deg);
}
.reason_box h2 {
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: left;
    font-size: 18px;
    color: #333;
}
.reason_box .fig_box figure {
    margin-bottom: 15px;
    text-align: center;
}
.reason_box .fig_box figure img {
    width: auto;
    max-width: 400px;
    height: auto;
}
.reason_box .fig_box div p {
    text-align: left;
}
@media print, screen and (min-width:768px) {
.reason_box .reason_num span {
    padding: 12px 30px;
    font-size: 22px;
    color: #fff;
}
.reason_box h2 {
    margin-bottom: 20px;
    font-size: 28px;
}
.reason_box .fig_box figure {
    margin-bottom: 20px;
}
}
@media print, screen and (min-width:992px) {
.reason_box{
	float:left;
	width:50%;
	padding:20px;
}

.reason_box .fig_box {
    /*display: flex;
    justify-content: space-between;*/
    align-items: center;
}
.reason_box .fig_box.fig_r {
    flex-direction: row-reverse;
}
.reason_box .fig_box figure {
    width: 90%;
		margin:0 auto;
}
.reason_box .fig_box div {
    width: 90%;
	  margin:0 auto;
}
}
@media print, screen and (min-width:1200px) {
#notepc_bn .bn figure {
	margin-left: 5%;
}
}

.fig_box_full figure {
    margin-bottom: 15px;
	text-align: center;
}
.fig_box_full figure img {
    width: 90%;
    height: auto;
		margin:0 auto;
}
.fig_box_full div h3 {
    position: relative;
    margin: 20px 0 15px;
    padding-left: 20px;
    line-height: 1.3;
    font-size:18px;
    font-weight: bold;
    text-align: left;
}
.fig_box_full div h3::before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 12px;
    height: 2px;
    content: "";
    background: #003da6;
}
.fig_box_full div p {
    margin-bottom: 15px;
	text-align: left;
}
.fig_box_full div p:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
.fig_box_full figure {
    margin-bottom: 30px;
}
.fig_box_full div h3 {
    margin: 30px 0 20px;
    padding-left: 30px;
    font-size:24px;
}
.fig_box_full div h3::before {
    top: 11px;
    width: 20px;
}
}

.bg_img01 {
    color: #fff;
    background: url("../../img/pc_img/bg01.jpg") center bottom no-repeat #3874b9;
    background-size: cover;
}
.bg_img01 .tit01 {
    color: #fff;
}
.bg_img01 .tit01::after {
    background: #fff;
}
.bg_img01 .fig_box_full div h3::before {
    background: #fff;
}

.spec_list li:first-child {
    margin-bottom: 30px;
}
.spec_list li h3 {
    position: relative;
    margin: 20px 0 15px;
    padding-left: 20px;
    line-height: 1.3;
    font-size:18px;
    font-weight: bold;
    color:#333;
    text-align: left;
}
.spec_list li h3::before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 12px;
    height: 2px;
    content: "";
    background: #003da6;
}
.spec_list li table th {
   width: 5em;
}
@media print, screen and (min-width:576px) {
.spec_list li table th {
   width: 8em;
}
}
@media print, screen and (min-width:768px) {
.spec_list li:first-child {
    margin-bottom: 40px;
}
.spec_list li h3 {
    margin: 30px 0 20px;
    padding-left: 30px;
    font-size:28px;
}
.spec_list li h3::before {
    top: 15px;
    width: 20px;
}
}
@media print, screen and (min-width:992px) {
.spec_list {
    display: flex;
    justify-content: space-between;
}
.spec_list li {
    width: 49%;
}
.spec_list li:first-child {
    margin-bottom: 0;
}
.spec_list li table th {
   width: 5em;
}
}
@media print, screen and (min-width:1200px) {
.spec_list li table th {
   width: 8em;
}
}
.txt_size {font-size:20px!important;line-height: 200%;}
/*----------------------------------benefit*/
.list_benefit > li {
	margin-bottom: 15px;
	padding: 15px!important;
	background: #fff;
    border: solid 2px #eee;
}
.list_benefit > li figure {
	text-align: center;
}
.list_benefit > li img{
	margin: 0 auto 30px;
	width:100%;
	max-width:380px;
}
.list_benefit > li h5 {
	position: relative;
	margin-bottom: 15px;
	line-height: 1.3;
	padding-top: 0.1em;
	padding-left: 2em;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.list_benefit > li h5 span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	color: #003da6;
}
@media print, screen and (min-width:768px) {
.list_benefit {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_benefit > li {
	width: 48.5%;
	margin-bottom: 30px;
	padding: 30px!important;
}
.list_benefit > li h5 {
	margin-bottom: 20px;
	padding-top: 0.2em;
	font-size: 24px;
}
.list_benefit > li h5 span {
	font-size: 30px;
}
}
/*----------------------------------service*/
#service ul li, #gradeup ul li {
	margin-bottom: 15px;
	padding: 15px;
	background: #fff;
}
#service ul li img, #gradeup ul li img {
	width:90%;
	margin:0 5% 10px;
}
@media print, screen and (min-width:768px) {
#service ul, #gradeup ul {
	display: flex;
	justify-content: space-between;
}
#service ul li, #gradeup ul li {
	width: 32%;
	margin-bottom: 0;
	padding: 20px;
}
#service ul li p, #gradeup ul li p {
	text-align: left;
}
}
@media print, screen and (min-width:992px) {
#service ul li, #gradeup ul li {
	padding: 30px;
}
}

#service .flame_box {
	margin-top: 15px;
	padding: 15px;
	background: #fff;
}
#service .flame_box h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#service .flame_box figure {
	margin: 15px 0;
}
#service .flame_box figure img {
	max-width: 100%;
	height: auto;
}
@media print, screen and (min-width:768px) {
#service .flame_box {
	margin-top: 30px;
	padding: 30px;
}
#service .flame_box h4 {
	font-size: 22px;
}
#service .flame_box figure {
	margin: 30px 0;
}
}
.container_base ul.item_container li.item2 p{margin:20px 0 20px;}

#meeting_feature ul li.item2{padding:0 20px;}
#meeting_feature ul li.item2 .tit02{color:#1c96d4;margin:0 auto 20px;font-size:20px;text-align: left;}
#meeting_feature ul.item_container.bg_white li.item2{padding: 15px; background: #fff; }
@media print, screen and (min-width:768px) {
#meeting_feature ul.item_container.bg_white li.item2{padding: 30px; background: #fff; }
}

h4.tit_adjust{
	margin:20px 0 10px;
	color:#0099ff;
	font-size: 20px;
	text-align: left;
}
h5.tit_adjust{
	margin:20px 0 10px;
	color:#2F5597;
	font-size: 18px;
	text-align: left;
}
@media print, screen and (min-width:768px) {
h4.tit_adjust{
	margin:20px 0 10px;
	color:#0099ff;
	font-size: 28px;
	text-align: left;
}
h5.tit_adjust{
	margin:20px 0 10px;
	color:#2F5597;
	font-size: 22px!important;
	text-align: left;
}
}
#scene ul.item_container li.item2{text-align: left;}
#scene ul.item_container li.item2 figure img{width:90%;margin:0 auto; max-width:480px;}
#scene ul.item_container{margin:0 0 50px;}
#scene ul.item_container li.item2 p{margin:0 0 20px;text-align:left;}

#scene ul.item_container li.item2 ul {
  font-size: 13px;
  line-height: 1.8;
  list-style-type: none;
}

#scene ul.item_container li.item2 li+li {
  margin-top: 5px;
}

#scene ul.item_container li.item2 li {
  position: relative;
  padding-left: 25px;
    font-size: 16px;
    font-weight: normal;
	text-align: left;
	color:#2F5597;
}

#scene ul.item_container li.item2 li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  top: .35em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #9c9c9c;
  border-bottom: 2px solid #9c9c9c;
}

#scene ul.item_container li.item2 li:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #9c9c9c;
  border-radius: 2px;
}

table.tbl02{width:100%;}
table.tbl02 th{padding:3px;text-align: center;background:#0099FF;font-size:16px;color:#fff;border-bottom:3px solid #fff;}
table.tbl02 td{padding:10px;background:#fcfcfc;font-size:16px;border-bottom:3px solid #fff;}
table.tbl02 td:last-child{padding:10px;background:#ffffff;}
table.tbl02 th.border_r,table.tbl02 td.border_r{border-right:3px solid #fff;}
table.tbl02 td small{font-size:12px}
table.tbl02 td strong{color:#ff0000;}
table.tbl02 th.valtec,table.tbl02 td.valtec{font-weight:bold;}

#price table.tbl02 td{background:#eee;}
#price table.tbl02 td:last-child{background:#f6f6f6;}

.table-scroll{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}

