@charset "utf-8";

/*759px以下*/
@media screen and (max-width: 759.9px) {
.blueBox {
    padding: 15px 10px;
    color: #333;
    background: #ebf5fd;
}
.blueBox .title {
	font-size: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 700;
}
.blueBox .title .info {
    width: 100%;
    box-sizing: border-box;
	padding: 0 35px;
	display: flex;
	align-items: center;
    gap: 3%;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: url(../images/ln04.png) no-repeat left center, url(../images/ln05.png) no-repeat right center;
    background-size: 29px auto, 29px auto;
}
.blueBox .title .info .font:last-child {width: 100%;}
.blueBox .title .info .font img {
    width: 48px;
    border: 2px solid #FFF;
}
.blueBox .txt {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}
.blueBox .color {
    color: #54c3f1;
    font-size: 14px;
    font-weight: 900;
}

/*banner*/
.pr_banner {
	width: 96%;
	margin: 2%;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
.blueBox {
    padding: 30px 100px 27px;
    color: #333;
    background: #ebf5fd;
}
.blueBox .title {
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 700;
}
.blueBox .title .info {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    display: flex;
	align-items: baseline;
    gap: 3%;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: url(../images/ln04.png) no-repeat left center, url(../images/ln05.png) no-repeat right center;
    background-size: 29px auto, 29px auto;
}
.blueBox .title .info .font:last-child {width: 100%;}
.blueBox .title .info .font img {
    width: 110px;
    border: 2px solid #FFF;
}
.blueBox .txt {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}
.blueBox .color {
    color: #54c3f1;
    font-size: 21px;
    font-weight: 900;
}

/*banner*/
.pr_banner {
	width: 100%;
	margin-bottom: 2%;
}
.pr_banner a {
	width: 640px;
	height: 120px;
	display: block;
	margin: 15px auto;
}

}