#inpageheader {
	padding: 15px;
	width: 100%;
	max-width: 900px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px auto 20px auto;
	position: relative;
}

#inpageheader:nth-of-type(2) {
	padding: 6.5% 0 0 0;
	width: 75%;
	max-width: 700px;
	margin: 0 auto;
}

/*------------------------------
  541px〜899px
------------------------------ */
@media screen and (min-width:540px) and (max-width:899px) {
	#inpageheader:nth-of-type(2) {
		padding: 10% 0 0 0;
		width: 85%;
	}

}

/*------------------------------
  〜540px
------------------------------ */
@media screen and (max-width:540px) {
	#inpageheader:nth-of-type(2) {
		padding: 15% 0 0 0;
		width: 100%;
	}

	.logo-catch .pc {
		display: none;
	}

	.logo-catch .sp {
		display: block;
	}
}

/*------------------------------
  Animation for report
------------------------------ */
/* ロゴに使用 */
.hd-bg {
	z-index: 9;
	opacity: 0;
	margin-bottom: 30px;
	-webkit-transition: -webkit-transform 1s linear;
	-o-transition: -o-transform 1s linear;
	transition: -webkit-transform 1s linear;
	-o-transition: transform 1s linear;
	transition: transform 1s linear;
	transition: transform 1s linear, -webkit-transform 1s linear;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* ロゴ下の画像に使用 */
/*.logo-hd {*/
.logo-catch {
	position: static;
	top: 0;
	left: 0;
	z-index: 12;
	opacity: 0;
	-webkit-transition: -webkit-transform 1s linear;
	-o-transition: -o-transform 1s linear;
	transition: -webkit-transform 1s linear;
	-o-transition: transform 1s linear;
	transition: transform 1s linear;
	transition: transform 1s linear, -webkit-transform 1s linear;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* ロゴ下のタイトル画像に使用 */
/*.logo-catch {*/
.logo-hd {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
	opacity: 0;
	-webkit-transition: -webkit-transform 1s linear;
	-o-transition: -o-transform 1s linear;
	transition: -webkit-transform 1s linear;
	-o-transition: transform 1s linear;
	transition: transform 1s linear;
	transition: transform 1s linear, -webkit-transform 1s linear;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.logo-hd img {
	width: 70%;
	max-width: 70%;
	height: auto;
	margin: 0 auto;
}

/*------------------------------
  541px〜899px
------------------------------ */
@media screen and (min-width:541px) and (max-width:899px) {
	.logo-hd img {
		width: 70%;
		max-width: 70%;
		height: auto;
		margin: 0 auto;
	}
}

/*------------------------------
  〜540px
------------------------------ */
@media screen and (max-width:540px) {
	.logo-hd img {
		width: 80%;
		max-width: 80%;
		height: auto;
		margin: 0 auto;
	}
}


/* ------------------------------ */

.content {
	max-width: 900px;
}

.lower-section {
	padding: 25px;
	background-color: #E6F6FD;
	margin-top: 3rem;
}

.lower-section p {
	font-size: 1.0rem;
}

.lower-section .title {
	font-size: 1.6rem;
	font-weight: 700;
	color: #E60E60;
	border-bottom: 3px solid #E60E60;
	text-align: left;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.lower-section .guest {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.lower-section .guest div {
	padding: 5px;
	text-align: center;
}

.lower-section .info {
	margin-bottom: 25px;
	padding: 50px;
	background-color: #E6F6FD;
}

.lower-section .info p {
	font-size: 1.4rem;
	line-height: 2.5rem;
}

.prixbox h3 {
	height: 45px;
}

.prixbox h3.prix1 {
	background: url("../img/report/2021/line1.svg") center;
}

.prixbox h3.prix2 {
	background: url("../img/report/2021/line2.svg") center;
}

.prixbox h3.prix3 {
	background: url("../img/report/2021/line3.svg") center;
}

.prixbox h3 span {
	visibility: hidden;
}

.prixbox {
	margin-top: 3rem;
}

.prixbox:first-of-type {
	margin-top: 0;
}

.prixintro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.prix-img {
	width: 40%;
	max-width: 300px;
	position: relative;
}

.prix-txt {
	width: 70%;
	font-size: 18px;
	padding-left: 5%;
}

.prix-txt h4 {
	font-size: 40px;
	font-weight: bold;
	text-align: left;
}

.gototop {
	margin-top: 3rem;
	text-align: center;
}


.guest-section {
	margin-top: 3rem;
}

.guest-title--images {
	width: 100%;
	margin-bottom: 2rem;
}

.guest-title--images img {
	width: 100%;
}

.guest-wraper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 25px;
}

.guest-wraper:nth-of-type(1) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

section p.guest-person-text:last-of-type {
	margin-bottom: 2rem;
}

.guest-wraper .guest-person-imasges {
	width: 375px;
	height: auto;
}

.guest-wraper .guest-person-imasges img {
	width: 100%;
	height: auto;
}

.guest-wraper .guest-person-imasges img:nth-of-type(2) {
	margin-top: 20px;
}

.guest-wraper .guest-person-text {
	width: calc(100% - 375px);
}

.guest-wraper:nth-of-type(1) .guest-person-text {
	padding: 0 25px 0 0;
}

.guest-wraper:nth-of-type(2) .guest-person-text {
	padding: 0 0 0 25px;
}

@media screen and (max-width:910px) {
	section p.guest-person-text:last-of-type {
		padding: 0 20px;
	}

	.guest-wraper:nth-of-type(1) .guest-person-text {
		padding: 0 25px 0 20px;
	}

	.guest-wraper:nth-of-type(2) .guest-person-text {
		padding: 0 20px 0 25px;
	}
}

@media screen and (max-width:680px) {
	.guest-wraper {
		display: block;
	}

	.guest-wraper .guest-person-imasges {
		max-width: 500px;
		height: auto;
		margin: 0 auto;
	}

	.guest-wraper .guest-person-text {
		width: auto;
	}

	.guest-wraper:nth-of-type(1) .guest-person-text,
	.guest-wraper:nth-of-type(2) .guest-person-text {
		padding: 20px;
	}
}


@media screen and (max-width:540px) {
	.lower-section {
		padding: 25px 15px;
	}

	.lower-section .info {
		margin-bottom: 10px;
		padding: 15px;
		background-color: #E6F6FD;
	}

	.lower-section .info p {
		font-size: 0.9rem;
		line-height: 2rem;
	}

	.prixbox h3 img {
		max-height: 30px;
	}

	.prixintro {
		display: block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.prix-img {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.prix-img img {
		max-width: 100%;
		margin: 0 auto;
	}

	.prix-txt {
		width: 100%;
		padding-left: 0%;
	}

	.prix-txt h4 {
		margin-top: 2rem;
		text-align: left;
	}
}