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

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

.common_h2_other {
line-height: 1.2em;
}


.mainSection .aboutLogo {
text-align: center;
margin-bottom: 4em;
}

.mainSection .aboutLogo img {
width: 100%;
max-width: 240px;
}

.subSectionList02 {
margin-bottom: 1em;
}

.subSectionList02 li {
font-size: 1.4rem;
line-height: 1.75em;
text-indent: -3em;
padding-left: 3em;
}

.noteDataList dt {
float: left;
width: 2em;
font-size: 1.4rem;
line-height: 1.75em;
}

.noteDataList dd {
float: right;
width: calc(100% - 2em);
font-size: 1.4rem;
line-height: 1.75em;
}


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

	.subSectionList02 li {
	font-size: 1.8rem;
	}

	.noteDataList dt,
	.noteDataList dd {
	font-size: 1.8rem;
	}



}



/* ============================
		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) {
}
