@charset "utf-8";@charset "utf-8";a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}
	
p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.landscape {
	width: 950px;
}

.portrait {
	width: 100%;
	max-width: 350px;
}
	
.centre{
	text-align: left;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 150%;
	padding: 15px;
    margin-left: 2%;
}

.ml-5{
	margin-left: 5% !important;
}
	
.wrapper {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom:20px;
	}
	
.wrapper2 { 
	max-width:980px; 
	margin: 0 auto; 
	text-align: center; 
	padding:10px;
}
	
.txt0420{ 
	display: inline-block; 
	text-align: left; 
	font-size: 1.1em;
	line-height: 180%;
	padding: 15px;
	}
	
.text0524{
	text-align:left;
	display:inline-block;

}
	
.uline{
	text-decoration: underline;
}
	
.fadein {
	opacity : 0;
	transform: translateY(20px);
	transition: all 2s;
}
	
/* .txt-padding {
	padding-left: 30px;
	padding-right: 30px;
} */
	
h1{
	position: relative;
	display: inline-block;
	font-weight: bolder;
}
	

.img-row-for-pc {
	display: flex;
	flex-direction: row;
	max-width: 950px;
	gap: 20px;
	margin: auto;
}
.img-row-for-sp {
    display: none;
}
.flex {
	display: flex;
}

.justify-content-start {
	justify-content: start;

}

.justify-content-center {
	justify-content: center;

}

.justify-content-end {
	justify-content: end;
}

.align-items-center {
	align-items: center;
}

.w_48 {
	width: 480px;
}

@media (min-width: 751px) {
	.profile-box {
		align-items: center;
		justify-content: space-between;
	}
	.profile-box .profile__photo {
		width: 52%; 
	}
	.profile-box .profile___photo {
		width: 40%;
		padding: 0 20px 0 0;
	}
	.profile-box .profile_photo {
		width: 45%;
		padding: 0 20px 0 0; 
	}
	.profile-box .profile__info {
		text-align: left;
		width: 10%;
		line-height: 1.5;
	}
	.profile-box .profile_info {
		padding: 0 10px;
		text-align: left;
		width: 55%;
		line-height: 1.5;
	}
}

@media (max-width: 750px) {
	.img-row-for-sp {
        display: flex;
		flex-direction: column;
		gap: 10px;
	}
    .img-row-for-pc {
        display: none;
    }
}
	
.photo-list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.photo-list li{
	width: calc(50% - 15px);
}
.photo-list li img{
	width: 100%;
}
.img-width img{
    width: 700px;
}