@charset "utf-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */


/* ============================
		mainSection
 ============================ */

.mainSection h3 {
text-align: center;
}

.mainSection h3 .frame {
display: inline-block;
width: 14em;
background-color: #1c4370;
font-size: 16px;
color: #fff;
line-height: 3em;
}

.mainSection h4.marginBottomShort {
margin-bottom: 3px;
}





/* ============================
		other
 ============================ */

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

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}

