@charset "UTF-8";

.note3 { text-indent: -3.5em; margin-left: 3.5em;}

@media screen and (min-width: 760px) {  /*PC*/

ul.note { padding-top: 0 !important;padding-bottom: 0 !important;}

#title{
	width:100%;
	background:#6C9E79;
	text-align:center;
    display: flex;
    align-items: center;
    height: auto;
}
#title h1{
margin:0 auto;
padding:0;
max-width: 970px;
width: 100%;
}
#title h1 img{
margin:0;
padding:0 0;
max-width: 970px;
width: 100%;
}


.profile {
display: flex;
margin: 15px 0;
}
.profile p {
width: 200px;
padding: 0px;
margin: 0px 30px 0px 0px;
}
.profile p img {
    width: 200px;
}

.profile dl {
padding: 0px;
margin: 0px;
}
.profile dt {
background-color: #2E617C;
border-radius: 15px;
font-size: 1.2em;
text-align: center;
font-weight: bold;
color: #fff;
padding: 5px;
margin: 0px 0px 15px 0px;
}
.txt_profile {
text-align: right;
margin-top: -1.5em;
}

.sub_img {
display: flex;
justify-content: space-between;
padding: 0px;
margin: 0px;
}
.sub_img ul {
padding: 0px;
margin: 0px;
}
.sub_img li {
padding: 0px;
margin: 0px;
}
.sub_img .txt {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
}

}



@media screen and (max-width: 759.9px) {  /*SP*/

.profile {
}
.profile p {
text-align: center;
padding: 0px;
margin: 0px 0px 15px 0px;
}
.profile dl {
padding: 0px;
margin: 0px;
}
.profile dt {
background-color: #2E617C;
border-radius: 15px;
text-align: center;
font-size: 1.2em;
font-weight: bold;
color: #fff;
padding: 5px 0px;
margin: 0px 0px 10px 0px;
}
.txt_profile {
text-align: right;
}

.profile p img {
    width: 100%;
}

.sub_img {
padding: 0px;
margin: 0px;
}
.sub_img ul {
padding: 0px;
margin: 0px;
}
.sub_img li {
text-align: center;
padding: 0px;
margin: 0px;
}
.sub_img .txt {	
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

}


