@charset "utf-8";

/*------------------------------------------------------------
#popup_profile
------------------------------------------------------------ */

body#popup_profile {
	margin: 0;
	padding: 0;
}

#popup_profile section.profile_item:last-of-type {
	margin-bottom: 5em;
}

#popup_profile #prf_theme section.profile_item h1 {
	background: #fdeaf2;
}

#popup_profile #prf_akutagawa section.profile_item h1 {
	background: #fff1e5;
}

#popup_profile a {
	color: #007899;
	text-decoration: underline;
}

#popup_profile .btnClose {
	width: 100%;
	background: #d6e9f0;
	position: fixed;
	bottom: 0;
}

#popup_profile .btnClose a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	color: #007899;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 8px;
}

#popup_profile .btnClose a .close_img {
	display: block;
	position: relative;
	width: 18px;
	height: 18px;
	margin-right: 15px;
}

#popup_profile .btnClose a .close_img span {
		display: block;
	width: 18px;
	height: 2px;
	background: #007899;
	position: absolute;
	left: 0;
	top: 8px;
		transform-origin: center center;
}
#popup_profile .close_img .first {
	transform: rotate(45deg);
}

#popup_profile .close_img .second {
	transform: rotate(-45deg);
}


/*長いハイフン*/
#popup_profile section.profile_item p .w-wide {
	display: inline-block;
	transform: scale(2, 1);
	padding: 0 0.5em;
}

/*署名*/
#popup_profile section.profile_item p.writing {
	margin-top: 0px;
	text-align: right;
}

@media print,
screen and (min-width:471px) {

	/*[PC] ------------------------------------------------------------ */
	#popup_profile div.profileContents {
		margin: 0 0 80px 0;
	}

	#popup_profile section.profile_item {
		margin: 0 auto 10px;
		padding: 30px 0 0;
		width: 100%;
	}

	#popup_profile section.profile_item h1 {
		padding: 13px 20px;
		font-size: 16px;
		line-height: 1.4;
		font-weight: bold;
	}

	#popup_profile section.profile_item .inner {
		padding: 20px;
	}

	#popup_profile section.profile_item p {
		font-size: 15px;
		line-height: 1.8;
	}

	#popup_profile section.profile_item p+p {
		margin-top: 10px;
	}

	#popup_profile section.profile_item p.writing {
		font-size: 14px;
	}

	#popup_profile section.profile_item p a:hover {
		color: #222;
		text-decoration: underline;
	}

	/*btnClose------------------------------------------ */
	#popup_profile .btnClose {
		padding: 20px 0;
	}

	#popup_profile .btnClose a:hover {
		color: #222;
		text-decoration: underline;
	}

	#popup_profile .btnClose a:hover .close_img span {
	background: #222;
	}
	
}

@media screen and (max-width:470px) {

	/*[SP] ------------------------------------------------------------ */
	#popup_profile * {
		font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
		font-feature-settings: normal;
	}

	#popup_profile div.profileContents {
		margin: 0 0 20vw 0;
	}

	#popup_profile section.profile_item {
		margin: 0 auto 6.4vw;
		padding: 6vw 0 0;
		width: 100%;
	}

	#popup_profile section.profile_item h1 {
		padding: 3.2vw 4.8vw;
		font-size: 4.26666667vw;
		line-height: 1.4;
		font-weight: bold;
	}

	#popup_profile section.profile_item .inner {
		padding: 4.8vw;
	}

	#popup_profile section.profile_item p {
		font-size: 4vw;
		line-height: 1.8;
	}

	#popup_profile section.profile_item p+p {
		margin-top: 2.4vw;
	}

	#popup_profile section.profile_item p.signature {
		font-size: 3.466666667vw;
	}


	/*btnClose------------------------------------------ */
	#popup_profile .btnClose {
		padding: 4vw 0;
	}


}