

.spOnly {
	display: none;
}

#resizableIframe {
	height: 840px; 
}
#bottomMenu {
	margin-top: 3em;
}

h2{
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
	color: #004186;
	margin: 1.5em 0;
}

h3 {
	background: #e5e5e5;
	color: #004186;
	text-align: center;
	padding: .5em;
	margin: 4em 0 2em;
}

a.btn_r {
	font-size: 2.8rem;
	font-weight: 600;
	color: #fff;
	background-color: #004186;
	border-radius: 30px;
	padding: .3em 1em;

}
a.btn_r:hover {
	opacity: .8;
}

.flexWrap.topic {
	justify-content: flex-start;
	gap: 2em;
}
.flexWrap.topic > div {
	padding-left: 1em;
}
.flexWrap.topic p {
	font-size: 2.0rem;
	font-weight: 600;
	color: #004186;
	margin-bottom: .5em;
	line-height: 1.4;
	position: relative;
}
.flexWrap.topic p.normalTxt {
	font-weight: 400;
}
.flexWrap.topic p:before {
	position: absolute; 
	content: '・';
	top: 0;
	left: -1em;
}
.flexWrap.topic p.normalTxt:before {
	content: '';
}

ul.flowBox {
	display: flex;
	justify-content:  center;
	gap: .7em;
}
ul.flowBox li {
	border: 1px solid #7c7c7c;
	flex-basis: 28%;
	display: flex;
	align-items: center;
	padding: 4px .8em;
	gap: 10px;
}
ul.flowBox li span {
	font-size: 2.4rem;
	font-weight: 500;
	color: #004186;
}
ul.flowBox li p {
	font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
	img {
		max-width: 100%;
	}
	.spOnly {
		display: block;
	}
	.pcOnly {
		display: none;
	}
	h2 {
		font-size: 1.8rem;
	}
	#news h3 {
		margin-bottom: 1.2em;
	}
	a.btn_r {
		font-size: 2.2rem;
	}
	.flexWrap.topic {
		flex-direction: column;
		gap: 0;
	}
	.flexWrap.topic p {
		font-size: 1.7rem;
	}
	.flexWrap.topic p br {
		display: none;
	}
	ul.flowBox {
		flex-direction: column;
	}
	ul.flowBox li p {
		line-height: 1.2;
	}
	.flexWrap.topic p.normalTxt {
		margin-top: 1em;
		text-align:right;
	}
	#resizableIframe {
    height: 1070px; 
  }
}
