@charset "utf-8";
/*------ PC版ナビバーの幅調整 ------*/
h3.title{
	background-color: #f70093;
	text-align: center;
}
h3.title a{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
h3.title a:hover{
	color: #ffff00;
}
.mokuji span img{
	float: right;
	max-width: 345px;
	height: auto;
}
.top-title {
	margin-top: 1rem;
	background: #2e3192;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}
.flex_box.appear {
	margin-top: 0;
	justify-content: space-between;
}
.fv_left {
	width: 66%;
}
.fv_right {
	width: 31%;
	text-align: center;
}
.fv_right p{
	width: 90%;
	text-align: center;
    margin: 0 auto;
}
.fv_right p.center{
	background-color: #00b0f0;
	color: #fff;
    font-weight: 700;
    border-radius: 2px 2px 0 0;
    padding-top: 2px;
}
.fv_right p.center a{
	color: #fff;
    font-weight: 700;
}
.fv-title, .fv-title a {
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-bottom: .3rem;
}
.fv_right img {
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.appear a.half, .fv_right img {
	border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
}
.half p.left-title {
	background-color: #00b0f0;
	color: #fff;
    font-weight: 700;
    border-radius: 2px 2px 0 0;
    padding-top: 2px;
}
.indent {
	display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}
ul.sub_site {
    margin: 0 0 .5em .5em;
}