@charset "utf-8";

.tenpoBox {
	/*
  padding-right: 10px;
  padding-left: 10px;
*/
}

.tenpoBox .content {
	background-color: #fff;
	padding: 60px;
}

.tenpoBox .content+.content {
	margin-top: 40px;
}

/*SP*/
@media screen and (max-width: 767px) {
	.tenpoBox .content {
		padding: 10px;
	}
}


.tenpoMainBox figure {
	text-align: center;
}

.tenpoMainBox td {
	vertical-align: top;
	padding: 5px 0;
	font-size: 14px;
}

.tenpoMainBox td *+* {
	margin-top: .5em;
}

.tenpoMainBox td:first-child {
	white-space: nowrap;
	padding-right: 5px;
}



/*
.tenpoMainBox ul li{
	position: relative;
}
*/

/*
#tinymce ul{
	list-style-type: "\203B";
}
*/

/*
.tenpoMainBox ul li:before{
	content: "\25CF";
	position: absolute;
	top:0;
	left: -1.2em;
}
*/



/*
.tenpoSubBox{
  margin-top: 20px;
}
*/

.tempoSubTitle {
	display: flex;
	justify-content: space-between;
	background: #019FA8;
	padding-right: 10px;
	min-height: 50px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

.tempoSubTitle span {
	padding: 5px 10px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.tempoSubTitle.tempoSubTitle span:nth-child(1) {
	flex-grow: 0;
	background-color: #014898;
	width: 35%;
	max-width: 250px;
	text-align: center;
	letter-spacing: 0;
}

.tempoSubTitle span:nth-child(2) {
	font-size: 2.2rem;
	flex-grow: 2;
	width: 50%;
}

.tempoSubTitle span:nth-child(3) {
	margin-right: 20px;
	flex-grow: 0;
	text-align: right;
}

.tempoSubTitle i {
	margin-top: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	margin: auto;
	color: white;
}

/*SP*/
@media screen and (max-width: 767px) {
	.tenpoSubBox {
		margin-top: 0;
	}

	.tempoSubTitle {
		min-height: 40px
	}

	.tempoSubTitle span:nth-child(1) {
		font-size: 1rem;
	}

	.tempoSubTitle span {
		padding: 5px;
	}

	.tempoSubTitle span:nth-child(2) {
		font-size: 1.2rem;
	}

	.tempoSubTitle span:nth-child(3) {
		display: none;
	}
}

.tenpoSubBox .comFlex2 {
	position: relative;
	padding: 40px;
	padding-top: 0;
}

.tenpoSubBox ._tel {
	text-align: center;
	font-weight: bold;
}

.tenpoSubBox ._tel a {
	font-size: 40px;
	color: #014898;
}

.tenpoSubBox ._exp {
	margin-left: 4em;
}

.tenpoSubBox .comBtn {
	margin-top: 30px;
}

/*SP*/
@media screen and (max-width: 767px) {

	.tenpoSubBox .comFlex2 {
		padding: 10px 10px 30px;
	}

	.tenpoSubBox .comFlex2>*:first-child>* {
		/* 		text-align: center; */
		margin-left: 0;
	}
}

.mapBox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}


.mapBox>* {
	margin: 0;
	padding: 0;
	width: 48%;
	border: 1px solid #ccc;
	line-height: 1;
	position: relative;
	overflow: hidden;
}


.mapBox figure {
	padding-top: 70%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.mapBox>div>* {
	line-height: 1;
	padding-top: 70%;
}

.mapBox iframe {
	position: absolute;
	top: 0;
	right: 0;
}

.tenpoSubBox table th,
.tenpoSubBox table td {
	padding: 5px;
	vertical-align: top;
}

.tenpoSubBox table th {
	font-weight: normal;
	width: 5em;
}

/*SP*/
@media screen and (max-width: 767px) {
	.mapBox {
		display: block;
	}

	.mapBox>* {
		width: 100%;
	}
}