@charset "UTF-8";
/* CSS Document */

.contents {
	min-width: 960px;
	border: 1px solid #c2c2c2;
	box-sizing: content-box;
	padding: 15px 0;
}
.contents::after {
	content: '';
	display: block;
	clear: both;
}
@media screen and (max-width: 767px) {
	.contents {
		border: none;
		min-width: inherit;
	}
}
/*-----------------------------------
main
-----------------------------------*/

.main {
	float: left;
	width: 760px;
	margin: 0 auto;
	padding: 15px;
}
.recruit .main {
	border-right: 1px solid #c2c2c2;
}
.corpList {
	overflow: hidden;
}
.corpList li {
	border: 1px solid #c2c2c2;
	box-sizing: border-box;
	float: left;
	width: 232px;
	margin: 0px 5px 10px;
}
.corpList li a {
	display: block;
	text-decoration: none;
}
.corpList li a h3 {
	background: #005DA1;
	color: #fff;
	font-weight: 300;
	text-align: center;
	padding: 10px;
}
.corpList li a:hover h3 {
	background: #118ce2;
}
.corpList li p {
	padding: 15px 10px;
}
@media screen and (max-width: 767px) {
	.main {
		width: 100%;
		float: none;
		padding: 0;
	}
	.recruit .main {
		border-right: none;
	}
	.corpList li {
		width: 49%;
		margin: 0 5px 10px 0;
	}
	.corpList li:nth-child(2n) {
		margin: 0 0 10px 0;
	}
	.corpList li a h3 {
		text-align: left;
		position: relative;
	}
	.corpList li a h3::before {
		font-family: FontAwesome;
		content: '\f105';
		position: absolute;
		right: 10px;
		top: 12px;
	}
}
@media screen and (max-width: 400px) {
	.corpList li {
		width: 48.6%;
		box-sizing: content-box;
	}
}
/*-----------------------------------
aside
-----------------------------------*/

.aside {
	width: 200px;
	padding: 15px 0;
	float: right;
	border-left: 1px solid #c2c2c2;
}
.recruit .aside {
	border: none;
}
/* silder */

.sliders {
	background: #e1e1e1;
	position: relative;
	width: 150px;
	margin: 0 auto;
	padding: 25px 0;
}
.bx-wrapper {
	margin-bottom: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: none;
	margin: 0 auto;
}
.bx-wrapper .bx-controls-direction a {
	background: #005da1;
	height: 15px;
}
.bx-wrapper li {
	position: relative;
}
.bx-wrapper li p {
	position: absolute;
	top: 5px;
	width: 120px;
	height: 75px;
	background: #005da1;
	background: rgba(0, 73, 135, .65);
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}
.bx-wrapper li p span {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 100;
	position: absolute;
	left: 0;
	right: 0;
	top: 15%;
}
.custom-prev, .custom-next {
	text-align: center;
	position: absolute;
	width: 100%;
}
.custom-prev a, .custom-next a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 1px 0;
}
.custom-prev {
	top: 0;
	background: -webkit-linear-gradient(#0b69ae 50%, #005da1 50%);
	background: linear-gradient(#0b69ae 50%, #005da1 50%);
	background-color: #005da1;
}
.custom-next {
	bottom: 0;
	background: -webkit-linear-gradient(#005da1 50%, #0b69ae 50%);
	background: linear-gradient(#005da1 50%, #0b69ae 50%);
	background-color: #005da1;
}
@media screen and (max-width: 767px) {
	.aside {
		display: none;
	}
}
/*-----------------------------------
massage
-----------------------------------*/

.massage .contents {
	padding: 25px;
	box-sizing: border-box;
}
.picRight {
	float: right;
	margin-left: 40px;
	display: block;
}
.picRight img {
	width: 200px;
	margin-bottom: 10px;
}
.picRight span {
	display: block;
	text-align: right;
}
.picRight .name {
	font-size: 1.6rem;
}
.massageText p {
	font-size: 1.6rem;
	margin-bottom: 15px;
	text-align: justify;
	overflow: auto;
}
.massage .returnBtn a {
	margin: 0;
}
@media screen and (max-width: 767px) {
	.massage .contents {
		border: 1px solid #c2c2c2;
		padding: 15px;
	}
	.picRight {
		float: none;
		text-align: center;
		width: 200px;
		margin: 0 auto 25px;
	}
	.picRight span {
		display: block;
		text-align: left;
	}
}
/*-----------------------------------
contact
-----------------------------------*/
.lead {
	padding: 10px;
	margin: 0 auto 30px;
	font-size: 1.6rem;
}
.lead p {
	margin-bottom: 1rem;
}
.lead span {
	margin-right: 15px;
}
.lead h3 {
	font-size: 2rem;
	font-weight: 500;
}
.lead p i:last-child {
	margin-left: 15px;
}
.error li {
	text-align: left;
	margin-bottom: 5px;
}
.error li::before {
	content: '?';
}

/* form design */

.formTable {
	width: 960px;
	margin: 0 auto;
}
.formTable dl {
	margin-bottom: 30px;
}
.formTable dl::after {
	content: '';
	display: block;
	clear: both;
}


/* 申込者情報 */
.applicant {
	background: #f1f1f1;
	border-radius: 10px;
	padding: 25px 20px 5px;
	margin-bottom: 40px;
}
.applicant dl {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.applicant dl dt,
.applicant dl dd {
	display: table-cell;
	vertical-align: middle;
}
.applicant dl dt {
	font-size: 1.6rem;
	font-weight: 500;
	width: 140px;
}
.applicant dl:nth-child(6) dt::after {
	content: '※ハイフンなしの半角で入力してください';
	display: block;
	font-size: 12px;
	font-weight: 400;
}
.applicant dl dd input {
	width: 100%;
}
.required {
	color: #118ce2;
	font-size: 1.4rem;
	margin-left: 10px;
	text-align: m
}
.attention .required {
	display: block;
	color: #118ce2;
	margin-bottom: 10px;
}
.attention .required::before {
	content: '';
}


/* フォーム項目一覧 */

.contentsItem dl dt {
	font-size: 1.8rem;
	font-weight: 500;
	padding: 5px 10px 5px 5px;
	margin-bottom: 20px;
	background: #eaeaea;
}
.contentsItem dl dt::before {
	font-family: FontAwesome;
	content: '\f24d';
	float: left;
	padding: 5px;
	margin-right: 5px;
	color: #005da1;
	
}
.formTable dl dd {
	margin-bottom: 10px;
	padding: 0 10px;
}
.formTable dl.broadcast dd {
	margin-bottom: 20px;
}
.formTable dl dd strong {
	margin-right: 10px;
}

.formTable textarea {
	width: 100%;
	margin-bottom: 10px;
}
dl.date dd {
	width: 48%;
	float: left;
	margin: 0 10px 10px;
}

dl.date dd strong {
	display: block;
	margin-bottom: 10px;
}
dl.broadcast strong {
	display: block;
	float: left;
}
dl.date dd span {
	padding: 0 5px;
}

dl.broadcast dd ul.broadcastInner li {
	width: 49%;
	float: left;
	margin-right: 10px;
}
dl.date dd:last-child,
dl.broadcast dd ul.broadcastInner li:last-child {
	margin-right: 0;
}
dl.date strong,
dl.broadcast strong {
	margin: 0 0 8px 5px;
}
dl.broadcast h3 {
	font-size: 1.6rem;
	margin: 0 0 10px;
}
dl.broadcast h3 i {
	margin-right: 10px;
	color: #005DA1;
	font-size: 2rem;
}
dl.broadcast .broadcastInner {
	overflow: hidden;
}
dl.broadcast dd.broadcastSelect {
	background: #f1f1f1;
	border-radius: 5px;
	padding: 15px 10px 5px;
}

.formTable .applicant input,
.formTable textarea {
	border: 1px solid #cacaca;
	border-radius: 5px;
	padding: 10px;
	background: #fff;
}
.formTable .date input {
	padding: 10px 10px 5px;
}
.formTable input[type=text]:focus,
.formTable textarea:focus {
	border-color: #118ce2;
	outline: none;
}


input[type=radio] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.radio02 {
	padding: 5px;
}
.radio02 li {
	display: inline-block;
}
.radio02 li:first-child {
	margin-right: 20px;
}
.radio02 span {
	margin-left: 5px;
	display: inline-block;
}


.privacyCheckArea {
	max-width: 960px;
	background: #eaeaea;
	padding: 30px;
	margin-bottom: 30px;
	text-align: center
}
.privacyCheckArea h3 {
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.privacyCheckArea p {
	max-width: 800px;
	margin: 0 auto 1.6rem;
	text-align: left;
}
.privacyCheckArea label {
	font-weight: 500;
	font-size: 1.6rem;
}
.privacyCheckArea label span {
	margin-left: 1rem;
}
.privacyCheckArea label input[type=checkbox] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	#wrapper,
	.formTable {
		width: 100%;
	}
	dl.broadcast dd ul.broadcastInner li {
		width: 100%;
		margin: 0 0 15px;
	}
	.applicant {
		padding: 25px 10px 10px;
	}
	dl dd {
		padding: 0 5px;
	}
	.applicant dl,
	.applicant dl dt,
	.applicant dl dd {
		display: block;
	}
	.applicant dl dt {
		margin-bottom: 5px;
		font-size: 1.4rem;
		width: 100%;
	}
	.contentsItem dl dt {
		font-size: 1.6rem;
	}
	dl.date dd {
		width: 100%;
		float: none;
		margin: 0 0 15px;
	}
	dl.date strong,
	dl.broadcast strong {
		margin: 0 0 5px 0;
		width: 100%;
	}
	dl.date dd strong {
		margin-bottom: 5px;
	}
}

/*------------ btn_submit ------------*/

.btn_submit {
	text-align: center;
	width: 180px;
	margin: 0 auto 50px;
}
.btn_submit input,
.btn_submit a {
	display: inline-block;
	padding: 1.2rem 6rem;
	margin-bottom: 0;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 5px;
	background-color: #005DA1;
	border-color: #005DA1;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn_submit input:hover,
.btn_submit input:focus,
.btn_submit input:active,
.btn_submit a:hover,
.btn_submit a:focus,
.btn_submit a:active {
	background-color: #118ce2;
	border-color: #118ce2;
}

.btnRed input,
.btnRed a {
	background-color: #e53d3f;
	border-color: #e53d3f;
	
}
.btnRed input:hover,
.btnRed input:focus,
.btnRed input:active,
.btnRed a:hover,
.btnRed a:focus,
.btnRed a:active {
	background-color: #f35b5c;
	border-color: #f35b5c;
}



/* placeholder */

/* Chrome, Safari */
::-webkit-input-placeholder {
	color: #ccc;
	font-size: 1.4rem;
	font-weight: 300;
	padding-left: .6rem;
}
 
/* Firefox */
::-moz-placeholder {
	color: #ccc;
	font-size: 1.4rem;
	font-weight: 300;
	padding-left: .6rem;
}
 
/* Firefox 18以前 */
:-moz-placeholder {
	color: #ccc;
	font-size: 1.4rem;
	font-weight: 300;
	padding-left: .6rem;
}
 
/* IE */
:-ms-input-placeholder {
	color: #ccc;
	font-size: 1.4rem;
	font-weight: normal;
	padding-left: .6rem;
}
@media screen and (max-width: 767px) {
	
	/* Chrome, Safari */
	::-webkit-input-placeholder {
		padding-left: 0;
	}
 
	/* Firefox */
	::-moz-placeholder {
		padding-left: 0;
	}
 
	/* Firefox 18以前 */
	:-moz-placeholder {
		padding-left: 0;
	}
 
	/* IE */
	:-ms-input-placeholder {
		padding-left: 0;
	}
	
}

/*-----------------------------------
research
-----------------------------------*/

.thumbnail {
	width: 90px;
}
.thumbnail img {
	width: 100%;
}
h3.researchTitle {
	font-size: 2.6rem;
	font-weight: 300;
	color: #fff;
	height: 45px;
	line-height: 45px;
	background: #005da1;
	margin-bottom: 30px;
}
h3.researchTitle::before {
	font-family: FontAwesome;
	content: '\f0da';
	float: left;
	background: #987b13;
	width: 42px;
	height: 45px;
	padding-left: 3px;
	text-align: center;
	margin-right: 15px;
}

.researchList li {
	width: 350px;
	float: left;
	display: table;
	border: 1px solid #c2c2c2;
	margin-bottom: 15px;
}
.researchList li:nth-child(odd) {
	margin-right: 15px;
}
.researchList li .thumbnail,
.researchList li h4 {
	display: table-cell;
	vertical-align: middle;
}

.researchList li a {
	font-size: 1.6rem;
	color: #005da1;
	display: block;
	padding: 10px;
}
.researchList li a:hover {
	text-decoration: none;
	color: #118ce2;
}

.researchList li a:hover .thumbnail {
	opacity: .75;
}

.researchList li h4 {
	padding: 10px 15px;
	width: 238px;
	font-weight: 500;
}
.researchList li h4 span {
	overflow: auto;
	display: block;
}
.researchList li h4::before {
	font-family: FontAwesome;
	content: '\f0da';
	padding: 4px 0;
	width: 12px;
	float: left;
	display: block;
}
.researchList li h4 i {
	margin-left: .8rem;
}
.research .contents,
.industry .contents,
.recruit .contents,
.request .contents,
.deal .contents,
.equipment .contents,
.property .contents,
.support .contents {
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.research .contents,
	.industry .contents,
	.recruit .contents,
	.request .contents,
	.deal .contents,
	.equipment .contents,
	.property .contents,
	.support .contents {
		border: 1px solid #c2c2c2;
		padding: 20px 10px 5px;
	}
	h3.researchTitle {
		font-size: 1.8rem;
		height: 40px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	h3.researchTitle::before {
		width: 37px;
		height: 40px;
	}
	.ric h3.researchTitle {
		font-size: 1.6rem;
	}
	.researchList li {
		width: 100%;
		margin-right: none;
	}
	.researchList li h4 {
		padding: 10px 0 10px 15px;
		width: 75%;
	}
	
}

/*-----------------------------------
  施設利用について
-----------------------------------*/

.facility h3, .facility h4, .facility h5 {
	font-weight: 500;
}
.facility .contents {
	border: none;
	font-size: 1.6rem;
	padding: 15px 0 0;
}
.facility .block {
	margin-bottom: 30px;
}
.facility h4 {
	font-size: 2rem;
	margin-bottom: 10px;
}
.facility h4::before {
	font-family: FontAwesome;
	content: '\f04d';
	padding: 4px;
	color: #005da1;
}
.facility .modal-wrap h4 {
	text-align: center;
	color: #118ce2;
	border-bottom: 2px solid #118ce2;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.facility .modal-wrap h4::before {
	content: none;
}
.facility h5 {
	font-size: 1.8rem;
	border-bottom: 2px solid #999;
	color: #005DA1;
	display: inline-block;
	padding: 3px;
	margin: 0 0 15px 0;
}
.facility .contents ol, .facility .contents ul {
	margin-left: 30px;
}

.facility .contents ol li {
	list-style: decimal;
}
.facility .contents ul li {
	list-style: disc;
}
.facility .contents li {
	margin-bottom: 5px;
}
.facility .contents li li {
	margin-bottom: 5px;
}
.facility .contents strong {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}
.block .box p {
	margin: 0 0 10px 5px;
}
.block .box p.point {
	margin: 10px 0 10px 5px;
}
.facility .contents p.point::before {
	content: '※';
	color: #005DA1;
}
.underLine {
	text-decoration: underline;
	color: #005DA1;
}
.facility .linkcolor i {
	margin-left: 8px;
}
.block .box {
	margin-bottom: 40px;
}
.attentionBtn {
	margin: 15px auto;
}
.attentionBtn label {
	display: inline-block;
	width: 240px;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	color: #fff;
	background: #118ce2;
	border: 2px solid #118ce2;
	cursor: pointer;
	transition: .2s;
}
.attentionBtn label:hover {
	text-decoration: none;
	color: #118ce2;
	background: #fff;
	border: 2px solid #118ce2;
}
.facility .contents .modal-wrap ol li {
	margin-bottom: 15px;
}
.facility .contents .modal-wrap ol li ol li,
.facility .contents .modal-wrap ol li ul li {
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.facility .contents {
		font-size: 1.4rem;
	}
	.facility h4 {
		font-size: 1.8rem;
	}

}



/*-----------------------------------
  modal - lightbox風
-----------------------------------*/
.modal .checkbox {
	display: none;
}
/* Gray background */
.modal .modal-overlay {
	opacity: 0;
	transition: all 0.3s ease;
	width: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
	transform: scale(1);
	display: none;
	background: rgba(0,0,0,0.7);
}
/* Box */
.modal .modal-wrap {
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	padding: 40px 40px;
	width: 70%;
	margin: 20px auto;
	align-self: flex-start;
	transition: all 0.4s ease;
	border: 3px solid #118ce2;
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
}
.facility .contents .modal-wrap ol,
.facility .contents .modal-wrap ul {
	margin-left: 15px;
}
.modal .modal-wrap.small {
	width: 30%;
}
.modal .modal-wrap.full {
	width: 100%;
	height: 100%;
}
.modal .modal-wrap.a-center {
	align-self: center;
}
.modal .modal-wrap.from-left {
	transform: translateX(-100%);
}
.modal .modal-wrap.from-right {
	transform: translateX(100%);
}
.modal .modal-wrap.from-top {
	transform: translateY(-100%);
}
.modal .modal-wrap.from-bottom {
	transform: translateY(100%);
}
/* Close button */
.modal .modal-overlay .close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 36px;
	width: 35px;
	height: 35px;
	color: #118ce2;
}
.modal .modal-overlay .close::before {
	font-family: FontAwesome;
	content: '\f05c';
	position: absolute;
	top: -2px;
	right: 3px;
}
.modal .modal-overlay .close:hover {
	cursor: pointer;
	color: #005DA1;
}
.modal .o-close {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -100;
}
.modal input:checked ~ .o-close {
	z-index: 9998;
}
.modal input:checked ~ .modal-overlay {
	transform: scale(1);
	opacity: 1;
	z-index: 9997;
	overflow: auto;
	display: flex;
	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
}
.modal input:checked ~ .modal-overlay .modal-wrap {
	transform: translateY(0);
	z-index: 9999;
}

/* Responsive Design */
/* Tablet size */
@media (max-width: 767px) {
	.modal .modal-wrap {
		width: 80%;
		padding: 20px;
		top: 10%;
	}
	.modal .modal-overlay .close {
		font-size: 30px;
	}
}

/* Phone size */
@media (max-width: 500px) {
	.modal .modal-wrap {
		width: 90%;
		top: 5px;
	}
}

/* Fadein from display:none */
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: flex;
		opacity: 0;
	}
	100% {
		display: flex;
		opacity: 1;
	}
}
 @-moz-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: flex;
		opacity: 0;
	}
	100% {
		display: flex;
		opacity: 1;
	}
}
 @-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: flex;
		opacity: 0;
	}
	100% {
		display: flex;
		opacity: 1;
	}
}





/*-----------------------------------
              施設リスト              
-----------------------------------*/
.lecture_room .contents,
.laboratory .contents,
.athletic_facility .contents,
.contact .contents {
	border: none;
}
.refineByArea h4 {
	font-size: 2rem;
	font-weight: 300;
	color: #005da1;
	margin-bottom: 10px;
	padding-left: 50px;
	position: relative;
}
.refineByArea h4::before {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #005da1;
	position: absolute;
	top: 50%;
	left: 0;
}
.refineBy {
	width: 960px;
	background: #fbf7eb;
	border: 10px solid #eae1c1;
	padding: 15px 20px;
	margin-bottom: 40px;
}
.refineBy dl {
	margin-bottom: 10px;
}
.refineBy dl:last-child {
	margin-bottom: 0;
}
.refineBy dt,
.refineBy dd {
	display: inline-block;
	font-size: 1.6rem;
}
.refineBy dt {
	font-weight: 500;
	width: 100px;
	color: #978737;
}
.refineBy dd {
	width: 150px;
}
.refineBy dd:nth-child(7) {
	margin-left: 103px;
}
.refineBy dd input {
	margin-right: 5px;
}
.itemListBlock {
	width: 960px;
	margin: 0 auto 30px;
	background: #f8f9fa;
	border: 1px solid #ced4da;
	padding: 30px;
	position: relative;
}
.itemIcon {
	position: absolute;
	top: 15px;
	right: 15px;
}
.itemIcon img {
	width: 60px;
}
.thumbImg img {
	width: 100%;
	max-width: 180px;
	max-height: 135px;
	object-fit: cover;
}
.thumbImg li {
	float: left;
}
.thumbImg li:first-child {
	margin-right: 20px;
}
.itemListL,
.itemListR {
	margin-bottom: 30px;
}
.itemListL {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.itemListR {
	float: right;
	width: 50%;
	padding-top: 2rem;
}
.athletic_facility .itemListR {
	padding-top: 3rem;
}
.itemListB {
	clear: both;
}
.itemTitle {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 40px;
}
.itemTitle .numbering {
	display: block;
	font-size: 1.6rem;
}
.itemListR dl {
	clear: both;
	margin-bottom: 15px;
}
.itemListR dl:last-child {
	margin-bottom: 0;
}
.itemListR dt {
	float: left;
	font-weight: 500;
	width: 120px;
}
.itemListR dd {
	overflow: auto;
}
.itemAv ul li {
	float: left;
	background: #00A0E9;
	color: #fff;
	text-align: center;
	width: 32.33333%;
	padding: 3px 0 4px;
	margin: 0 1% 5px 0;
}
.itemCost table {
	width: 100%;
}
.itemCost table th,
.itemCost table td {
	padding: 3px 10px 4px;
}
.itemCost table tr {
	border-right: 2px solid #f8f9fa;
	border-bottom: 2px solid #f8f9fa;
}
.itemCost table th {
	width: 55%;
	text-align: left;
	font-weight: 300;
	background: #00A0E9;
	color: #fff;
}
.itemCost table td {
	width: 45%;
	background: #dee2e6;
	text-align: right;
}
.itemCost .small {
	font-size: 1.2rem;
	text-align: right;
	padding: 5px;
}
.itemListB {
	border-top: 1px solid #adb5bd;
	padding-top: 30px;
}

.itemListB li {
	width: 50%;
	float: left;
	text-align: center;
}
.itemListB li:first-child {
	border-right: 1px solid #adb5bd;
}
.itemListB::after {
	content: '';
	display: block;
	clear: both;
}
.itemListB a {
	display: block;
	text-decoration: underline;
}
.itemListB a.telLink {
	pointer-events: none;
	text-decoration: none;
}
.itemListB a:hover {
	color: #00A0E9;
}
.itemListB a span {
	display: block;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 1.2px;
}


@media screen and (max-width: 767px) {
	.refineBy,
	.itemListBlock {
		width: 100%;
	}
	.itemListBlock {
		padding: 20px 15px;
	}
	.refineBy dl::after {
		content: '';
		display: block;
		clear: both;
	}
	.refineBy dt {
		float: left;
		width: 35%;
	}
	.refineBy dd {
		display: block;
		float: right;
		width: 65%;
	}
	.refineBy dd:nth-child(7) {
		margin-left: 0;
	}
	.itemListL,
	.itemListR {
		float: none;
		width: 100%;
	}
	.thumbImg {
		margin-bottom: 20px;
		overflow: hidden;
	}
	.thumbImg li:first-child {
		margin-right: 0;
	}
	.thumbImg li {
		width: 48%;
		text-align: center;
		margin: 0 1% 10px;
	}
	.itemListR,
	.athletic_facility .itemListR {
		padding-top: 0;
	}
	.itemListR dt {
		float: none;
		margin-bottom: 10px;
	}
	.itemListR dd {
		padding: 0;
	}
	.thumbImg img {
		width: 100%;
		max-width: 180px;
	}
	.itemTitle {
		padding-right: 70px;
	}
	.itemListB li:first-child {
		border-right: none;
		border-bottom: 1px solid #adb5bd;
		padding-bottom: 20px;
	}
	.itemListB li:last-child {
		padding-top: 20px;
	}
	.itemListB li {
		width: 100%;
		float: none;
	}
	.itemListB a.telLink {
		pointer-events: auto;
	}
}

.contactList h4 {
	font-size: 1.8rem;
	background: #e9ecef;
	border-bottom: 2px solid #005da1;
	color: #005da1;
	padding: 5px 15px;
	font-weight: 400;
}
.contactList .lead {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.contactList table,
.laboList table {
	width: 900px;
	margin: 0 auto;
	font-size: 1.6rem;
}
.contactList table tr,
.laboList table tr {
	background: #e7f5ff;
	border-bottom: 2px solid #fff;
}
.contactList table tr:nth-child(odd),
.laboList table tr:nth-child(odd) {
	background: #d0ebff;
}
.contactList table tr:first-child,
.laboList table tr:first-child {
	background: #00A0E9;
	color: #fff;
}
.contactList table th,
.laboList table th {
	font-weight: 400;
}
.contactList table th {
	text-align: left;
}
.laboList table th,
.laboList table td {
	vertical-align: middle;
	text-align: center;
}
.laboList table td {
	font-size: 1.4rem;
}
.laboList table td:first-child {
	text-align: left;
}
.contactList table th,
.contactList table td,
.laboList table th,
.laboList table td {
	padding: 5px 10px;
	border-right: 2px solid #fff;
}

.contactList table th:last-child,
.contactList table td:last-child,
.laboList table th:last-child,
.laboList table td:last-child {
	border-right: none;
}

.laboList table caption {
	text-align: right;
	font-size: 1.4rem;
	margin-bottom: 6px;
}
.laboList .baseTitle h3 span {
	font-size: 1.8rem;
	display: inline-block;
	margin-left: 1.6rem;
}

@media screen and (max-width: 767px) {
	.contactList table {
		width: 100%;
	}
	.contactList table th {
		width: 38%;
	}
	.contactList table th:first-child {
		width: 24%;
	}
	.tableScroll {
		overflow: auto;
	}
	.laboList .tableScroll::before {
		content: '※表は横にスクロールできます。';
		display: block;
		margin-bottom: 1rem;
	}
	.laboList table {
		width: 800px;
	}
	.laboList table th {
		font-size: 1.4rem;
	}
	.laboList table th:nth-child(2),
	.laboList table th:last-child {
		width: 10%;
	}
	.laboList .baseTitle h3 span {
		font-size: 1.6rem;
		margin-left: 0;
	}
}


