/*はじめに*/

h2 {
  font-size: 1.3em; line-height: 1.5em; 
	text-align: center;
}


@media all and (min-width: 768px) {
	.aboutBlock { padding-bottom: 40px;}
}
@media all and (max-width: 767px) {
.aboutBlock {}
h2 { margin-bottom: 1em;}
h2 .name { color:#e5007f;}

.notes {font-size: 0.5em; line-height: 1.5em; }
.spacing {letter-spacing: -.2em;}

}

@media all and (min-width: 768px) {
	.ph_cut, .ph_cut span {
    width: 658px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
	.txtSm { font-size: 0.9em;}
}
@media all and (max-width: 767px) {
	h2 { font-size: 1.2em;}

	.ph_cut span {
    height: 0;
    padding: 75.987% 0 0;
    position: relative;
}
	.txtSm { font-size: 0.8em;}
	.notes { line-height: 1.5em;}
}
