@charset "UTF-8";


/*----------------------------------------------- FV -----------------------------------------------*/

/* l-section--○○ */
.l-section--flow {
	padding-bottom: 40px;
}
.l-section--kinds {
	padding-top: 60px;
	padding-bottom: 70px;
}
.l-section--flow_price {
	padding-top: 60px;
}
.l-section--travel_price {
	padding-top: 60px;
	padding-bottom: 0;
}
.l-section--country {
}
.l-section--clinic_clinic {
	padding-top: 60px;
	padding-bottom: 55px;
}
.l-section--clinic_route {
	padding-top: 50px;
	padding-bottom: 70px;
}
.l-section--clinic_feature {
	padding-top: 60px;
}
.l-section--clinic_faq {
	padding-top: 90px;
}
.l-section--price_price {
	padding-top: 60px;
}
.l-section--price__free {
	padding-top: 100px;
}
.l-section--404 {
	padding: 70px 0 100px;
}
@media screen and (max-width: 767px) {
	.l-section--flow {
	}
	.l-section--kinds {
		padding-top: 0;
		padding-bottom: 8vw;
	}
	.l-section--flow_price {
	}
	.l-section--travel_price {
		padding-top: 0;
		padding-bottom: 0;
	}
	.l-section--country {
	}
	.l-section--clinic_clinic {
		padding-top: 0;
		padding-bottom: 5.33vw;
	}
	.l-section--clinic_route {
		padding-top: 8vw;
		padding-bottom: 0;
	}
	.l-section--clinic_feature {
		padding-top: 8vw;
	}
	.l-section--clinic_faq {
		padding-top: 8vw;
	}
	.l-section--price_price {
		padding-top: 0;
	}
	.l-section--price__free {
		padding-top: 6.66vw;
	}
	.l-section--404 {
		padding: 10vw 0 10vw;
	}
}

/*==============
	page_flow
==============*/
/* .p-select */
.p-select {
}
.p-select__list {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 45px;
}
.p-select__item {
	width: 100%;
}
.p-select__title {
	color: #ec6d81;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	max-width: 90%;
	margin: 0 auto 30px;
	padding: 0.5em;
	border: 1px solid #ec6d81;
	border-radius: calc(2.2em + 2px);
}
.p-select__item:nth-child(even) {
	margin-right: 0;
}
.p-select__img {
	margin-bottom: 15px;
	text-align: center;
}
.p-select__txt {
  width: 80%;
  margin: 0 auto;
}
.p-select__frame {
	border: 6px solid #ec6d81;
	padding: 12px 12px 16px;
}
.p-select__frame-title {
	color: #ec6d81;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.74;
	font-feature-settings: "palt";
	margin-bottom: 0.2em;
}
.p-select__frame-txt {
	color: #000000;
	font-size: 14px;
}
@media screen and (max-width:767px) {
	.p-select {
	}
	.p-select__list {
		margin-bottom: 5.66vw;
		flex-flow: column;
	}
	.p-select__item {
		width: 100%;
		display: flex;
		align-items: center;
		flex-flow: column;
		margin-top: 40px;
		margin-right: 0;
	}
	.p-select__title {
		font-size: calc((16/375) * 100vw);
		max-width: none;
		padding: 0.5em 0.4em;
		margin:0 0 7.5vw;
		min-width: 55vw;
	}
	.p-select__item:nth-child(even) {
	}
	.p-select__item:last-child {
		margin-bottom: 0;
	}
	.p-select__img {
		width: 90%;
		margin-bottom: 2.66vw;
	}
	.p-select__txt {
    width: 90%;
		font-size: calc((13/375) * 100vw);
	}
	.p-select__frame {
		border-width: 4px;
		padding: 3% 4% 3.5%;
	}
	.p-select__frame-title {
		font-size: calc((15/375) * 100vw)
	}
	.p-select__frame-txt {
		font-size: 100%
	}
}

/* .p-pcr-flow */
.p-pcr-flow__lead {
	color: #ec6d81;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	max-width: 680px;
	margin: 0 auto 50px;
	padding: 0.5em;
	border: 1px solid #ec6d81;
	border-radius: calc(2.2em + 2px);
}
.p-pcr-flow__list {
	counter-reset: flow 1;
}
.p-pcr-flow__item {
	display: grid;
	justify-content: space-between;
	margin-bottom: 80px;
	grid-template-columns: 47% 49.5%;

}
.p-pcr-flow__item:last-child {
	margin-bottom: 0;
}
.p-pcr-flow__img {
	width: 100%;
	padding-top: 10px;
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end: 2;
}
.p-pcr-flow__txt {
	width: 100%;
	grid-row-start: 2;
	grid-row-end: 5;
	grid-column-start: 2;
	grid-column-end: 3;
}
.p-pcr-flow__title01 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 0.4em;
	grid-row-start: 1;
	grid-row-end: 2;
	grid-column-start: 2;
	grid-column-end: 3;
}
.p-pcr-flow__title01-num {
	display: inline;
	color: #ec6d81;
	font-size: 50px;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 pron w3","hiragino mincho pron","hg明朝b",serif;
	margin-right: 0.2em;
}
.p-pcr-flow__title02 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	background: #ec6d81;
	padding: 0.7em 0;
	margin-bottom: 0.8em;
	margin-top: 0.9em;
}
.p-pcr-flow__title03 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 10px;
}
.p-pcr-flow__title04 {
	color: #ec6d81;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	max-width: 680px;
	margin: 0.8em auto 0.6em;
	padding: 0.5em;
	border: 1px solid #ec6d81;
	border-radius: calc(2.2em + 2px);
}
.p-pcr-flow__caption {
	margin-bottom: 1.66em;
}
.p-pcr-flow__caption:last-child {
	margin-bottom: 0;
}
.p-pcr-flow__caption-min {
	display: inline-block;
	font-size: 86.6%;
	line-height: 1.7em;
}
.p-pcr-flow__caption-marker {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.6;
	padding: 0 0.4em;
	background: #ec6d81;
	margin-right: 0.4em;
}
.p-pcr-flow__frame {
	margin-top: 10px;
	grid-row-start: 3;
	grid-row-end: 4;
	grid-column-start: 1;
	grid-column-end: 2;
}
.p-pcr-flow__frame-inner {
	border: 2px solid #ec6d81;
	padding: 3px 3px 5px;
}
.p-pcr-flow__frame-title {
	color: #ec6d81;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	padding: 0.4em;
	background: #ffff00;
	margin-bottom: 6px;
}
.p-pcr-flow__frame-caption {
	font-size: 16px;
	line-height: 1.5625;
	max-width: 95%;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.p-pcr-flow__lead {
		font-size: 4vw;
		width: max(300px,85%);
		margin-bottom: 5vw;
	}
	.p-pcr-flow__list {
	}
	.p-pcr-flow__item {
		display: flex;
		flex-flow: column;
		margin-bottom: 10.66vw;
	}
	.p-pcr-flow__item:last-child {
	}
	.p-pcr-flow__img {
		width: auto;
		padding-top: 0;
	}
	.p-pcr-flow__img img {
		width: 100%;
		height: 45vw;
		object-fit: cover;
		object-position: center;
	}
	.p-pcr-flow__txt {
		width: auto;
		position: relative;
		order: 2;
	}
	.p-pcr-flow__title01 {
		font-size: calc((19/375) * 100vw);
		margin-top: -5.5vw;
	}
	.p-pcr-flow__title01-num {
		font-size: calc((60/375) * 100vw);
		font-weight: 400;
		text-shadow: 0 0 10px rgb(255 255 255), 0 0 10px rgb(255 255 255), 0 0 10px rgb(255 255 255);
		position: relative;
		top: 0.05em;
		line-height: 1;
	}
	.p-pcr-flow__title02 {
		font-size: 3.46vw;
		margin-top: 0.45em;
		margin-bottom: 0.4em;
	}
	.p-pcr-flow__title03 {
		font-size: 3.46vw;
		margin-top: 0.8em;
		margin-bottom: 0.3em;
	}
	.p-pcr-flow__title04 {
		font-size: 4vw;
		width: max(300px,85%);
		margin: 0.4em auto 0.6em;
	}
	.p-pcr-flow__caption {
		margin-bottom: 0.83em;

	}
	.p-pcr-flow__caption:last-child {
	}
	.p-pcr-flow__caption-min {
	}
	.p-pcr-flow__caption-marker {
	}
	.p-pcr-flow__frame {
		order: 1;
		margin: 1vw 0 1.5vw;
	}
	.p-pcr-flow__frame-title {
		font-size: calc((15 / 375) * 100vw);
		margin-bottom: 0.55em;
	}
	.p-pcr-flow__frame-caption {
		font-size: 100%;
		order: 2;
	}
}

/* p-free */
.p-free__title01 {
	color: #3f84e5;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	max-width: 680px;
	margin: 0 auto 0.5em;
	padding: 0.5em;
	background: #d9e6fa;
	border: 1px solid #3f84e5;
	border-radius: calc(2.2em + 2px);
}
.p-free__lead {
	color: #000000;
	font-size: 16px;
	text-align: center;
	margin-bottom: 1em;
}
.p-free__title02 {
	color: #3f84e5;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.74;
	text-align: center;
	margin-bottom: 1.15em;
}
.p-free__bring {
}
.p-free__bring-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 1.75em;
}
.p-free__bring-title:before {
	content: "";
	display: inline-block;
	border: 0.5em solid transparent;
	border-left-color: #3e3a39;
	position: relative;
	right: -0.25em;
	top: 0.1em;
}
.p-free__bring-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.p-free__bring-item {
	display: flex;
	flex-flow: column;
	width: calc((100% - 100px) / 3);
}
.p-free__bring-img {
	width: 100%;
	min-height: 175px;
	margin-bottom: 10px;
}
.p-free__bring-name {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #3f84e5;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.33;
	padding: 0.25em;
	border: 1px solid #3f84e5;
	flex-grow: 1;
	width: 100%;
}
.p-free__frame {
	background: #fafafa;
	padding: 20px 30px 25px;
	border: 1px solid #dddddd;
}
.p-free__frame + .p-free__frame {
	margin-top: 30px;
}
.p-free__frame-title {
	color: #3f84e5;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.1em;
	font-feature-settings: "palt";
}
.p-free__frame-title:before {
	content: "";
	display: inline-block;
	border: 0.5em solid #3f84e5;
	margin-right: 0.4em;
	position: relative;
	top: 0.15em;
}
.p-free__frame-title--nobefore:before {
	border-color: transparent;
}
.p-free__frame-txtbox + .p-free__frame-txtbox {
	margin-top: 15px;
}
.p-free__frame-flex {
	display: flex;
	align-items: center;
	padding-left: 3.7%;
}
.p-free__frame-term {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	padding: 0.45em 0.7em;
	background: #3f84e5;
	margin-right: 0.5em;
}
.p-free__frame-value {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.25;
	font-feature-settings: "palt";
	margin-right: 1em;
}
.p-free__frame-txt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.66;
	padding-left: 3.7%;
}
.p-free__subtxt {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0.75em;
	margin: 10px 0 40px;
}
.p-free__summary {
}
.p-free__summary-title {
	color: #ec6d81;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ec6d81;
	width: 100%;
	padding: 0.35em;
	margin-bottom: 20px;
}
.p-free__summary-lead01 {
	color: #000000;
	line-height: 2;
	margin-bottom: 1.25em;
}
.p-free__summary-lead02 {
	color: #ec6d81;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.015em;
	margin-bottom: 0.85em;
}
.p-free__summary-table {
	width: 100%;
}
.p-free__summary-table--pink {
	color: #ec6d81;
	border-color: #ec6d81;
	background: #fdeeed;
}
.p-free__summary-table--blue {
	color: #3f84e5;
	border-color: #3f84e5;
	background: #ecf3fc;
}
.p-free__summary-table + .p-free__summary-table {
	margin-top: 40px;
}
.p-free__summary-thead {
	font-size: 20px;
	font-weight: bold;
}
.p-free__summary-cell {
	color: #000000;
	border: 1px solid;
	border-color: inherit;
}
.p-free__summary-thead .p-free__summary-cell {
	color: inherit;
	padding: 0.35em;
	text-align: center;
}
.p-free__summary-tbody .p-free__summary-cell {
	padding: 0.9em 1.4em;
	background: #ffffff;
}
.p-free__summary-cell--th {
	color: inherit;
	font-weight: bold;
	text-align: center;
	background: inherit;
	width: 140px;
}

@media screen and (max-width: 767px) {
	.p-free__title01 {
		font-size: 4.26vw;
		margin-bottom: 0.625em;
	}
	.p-free__lead {
		font-size: 3.46vw;
		line-height: 1.53;
		margin-bottom: 0.5em;
	}
	.p-free__title02 {
		font-size: 4.26vw;
		margin-bottom: 0.6em;
	}
	.p-free__bring {
	}
	.p-free__bring-title {
		font-size: 4vw;
		line-height: 1.75;
		text-indent: -1em;
		padding-left: 1.65em;
		margin-bottom: 1.25em;
	}
	.p-free__bring-title:before {
	}
	.p-free__bring-list {
		flex-flow: column;
		width: 77%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 9%;
	}
	.p-free__bring-item {
		width: auto;
		margin-bottom: 10%;
	}
	.p-free__bring-item:last-child {
		margin-bottom: 0;
	}
	.p-free__bring-img {
		margin-bottom: 6%;
	}
	.p-free__bring-img img {
		width: 100%;
	}
	.p-free__bring-name {
		font-size: 4.53vw;
		min-height: 3.1em;
		width: 97%;
		margin: auto;
	}
	.p-free__frame {
		padding: 4% 5% 3.5%;
		margin-bottom: 5.7%;
	}
	.p-free__frame + .p-free__frame {
		margin-top: calc((20/375) * 100vw);
	}
	.p-free__frame-title {
		font-size: 3.73vw;
		margin-bottom: 0.75em;
	}
	.p-free__frame-title:before {
	}
	.p-free__frame-flex {
		flex-wrap: wrap;
		padding-left: 15%;
	}
	.p-free__frame-term {
		font-size: 3.46vw;
		margin-right: 0.8em;
	}
	.p-free__frame-value {
		font-size: 5.06vw;
		padding: 0.37em 0;
		margin-right: 0;
	}
	.p-free__frame-txt {
		font-size: 3.46vw;
		line-height: 1.85;
	}
	.p-free__subtxt {
		font-size: calc((13.5/375) * 100vw);
	}
	.p-free__summary {
	}
	.p-free__summary-title {
			font-size: calc((16/375) * 100vw);
			padding: 0.35em;
			margin-bottom: 3vw;
	}
	.p-free__summary-lead01 {
		margin-bottom: 0.65em;
	}
	.p-free__summary-lead02 {
		font-size: calc((12/375) * 100vw);
	}
	.p-free__summary-table {
		background: #efefef;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	}
	.p-free__summary-table--pink {
	}
	.p-free__summary-table--blue {
	}
	.p-free__summary-table + .p-free__summary-table {
		margin-top: 8vw;
	}
	.p-free__summary-thead {
		font-size: calc((14/375) * 100vw);
	}
	.p-free__summary-tbody {
		display: block;
		padding: calc((17/375) * 100vw) calc((13/375) * 100vw);
	}
	.p-free__summary-table--pink .p-free__summary-tbody {
	}
	.p-free__summary-table--blue .p-free__summary-tbody {
	}
	.p-free__summary-tr {
		display: block;
		margin-bottom: calc((10/375) * 100vw);
		box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
	}
	.p-free__summary-tr:last-child {
		margin-bottom: 0;
	}
	.p-free__summary-cell {
		display: block;
		width: 100%;
	}
	.p-free__summary-thead .p-free__summary-cell {
		background: inherit;
		font-size: calc((15/375) *100vw);
		padding: 0.5em;
		line-height: 1.6;
	}
	.p-free__summary-tbody .p-free__summary-cell {
		border: none;
		padding: 1.3em 1.4em;
		line-height: 2.05;
	}
	.p-free__summary-tbody .p-free__summary-cell--th {
		font-size: calc((14/375) *100vw);
		padding: 0.25em;
	}
	.p-free__summary-table--pink .p-free__summary-cell--th {
		background: #fdeeed;
		position: relative;
		border-bottom: 1px solid #ddd;
	}
	.p-free__summary-table--pink .p-free__summary-cell--th:after {
		content: "";
		display: block;
		width: 0.8em;
		height: 0.8em;
		position: absolute;
		bottom: calc(-0.4em - 1px);
		right: 0;
		left: 0;
		margin: auto;
		background: #fdeeed;
		transform: rotate(45deg);
		border: 1px solid #ddd;
		border-left: transparent;
		border-top: transparent;
	}
	.p-free__summary-table--pink .p-free__summary-thead {
		color: #ffffff;
		background: #ec6d81;
	}
	.p-free__summary-table--blue .p-free__summary-cell--th {
		background: #ecf3fc;
		position: relative;
		border-bottom: 1px solid #ddd;
	}
	.p-free__summary-table--blue .p-free__summary-cell--th:after {
		content: "";
		display: block;
		width: 0.8em;
		height: 0.8em;
		position: absolute;
		bottom: calc(-0.4em - 1px);
		right: 0;
		left: 0;
		margin: auto;
		background: #ecf3fc;
		transform: rotate(45deg);
		border: 1px solid #ddd;
		border-left: transparent;
		border-top: transparent;
	}
	.p-free__summary-table--blue .p-free__summary-thead {
		color: #ffffff;
		background: #3f84e5;
	}
}

/* .p-clinic-access */
.p-clinic-access {
}
.p-clinic-access__flex {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	margin-bottom: 50px;
}
.p-clinic-access__left {
	width: 390px;
}
.p-clinic-access__right {
	width: 420px;
	padding-top: 50px;
}
.p-clinic-access__logo {
	padding-left: 30px;
	margin-bottom: 65px;
}
.p-clinic-access__txt {
	line-height: 2.46;
	display: flex;
	align-items: flex-start;
}
.p-clinic-access__term {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	width: 6.4em;
	display: inline-block;
	text-align: center;
	background: #ec6d81;
	padding: 0.55em 0.1em;
	line-height: 1.25;
	margin-right: 20px;
	margin-bottom: 12px;
}
.p-clinic-access__caption{
	color: #e5004f;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	max-width: 680px;
	margin: 0 auto 40px;
	padding: 0.5em;
	border: 1px solid #e5004f;
	border-radius: calc(2.2em + 2px);
}
@media screen and (max-width: 767px) {
	.p-clinic-access {
		display: flex;
		flex-flow: column;
	}
	.p-clinic-access__flex {
		flex-flow: column;
		order: 1;
		margin-bottom: 5.33vw;
	}
	.p-clinic-access__left {
		width: 100%;
		height: calc((270/375) * 100vw);
	}
	.p-clinic-access__left img {
		object-fit: cover;
		object-position: center -17vw;
		height: 100%;
	}
	.p-clinic-access__right {
		width: auto;
		padding-top: 6.8%;
		margin-bottom: 5.5vw;
	}
	.p-clinic-access__logo {
		padding-left: 8%;
		width: 80%;
		margin-bottom: 5%;
	}
	.p-clinic-access__txt {
		font-size: 3.73vw;
	}
	.p-clinic-access__term {
		font-size: calc((13/375) * 100vw);
		width: 5.85em;
		margin-right: 1em;
	}
	.p-clinic-access__txt:last-child .p-clinic-access__term {
		margin-bottom: 0;
	}
	.p-clinic-access__caption{
		order: 3;
		font-size: 4vw;
		border-width: 1px;
		width: 90%;
		margin: 0 auto;
	}
	.p-clinic-access__map {
		order: 2;
		margin-bottom: 6.1vw;
	}
	.p-clinic-access__map iframe {
		height: 100vw;
	}
}

/* .p-cl-feature */
.p-cl-feature__list {
	display: flex;
	justify-content: center;
}
.p-cl-feature__item {
	color: #333333;
	width: calc(100% / 4);
}
.p-cl-feature__img {
	margin-bottom: 10px;
	text-align: center;
}
.p-cl-feature__title {
	color: inherit;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 10px;
}
.p-cl-feature__caption {
	color: inherit;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-cl-feature__list {
		flex-wrap: wrap;
	}
	.p-cl-feature__item {
		width: calc((100% - 5%) / 2);
		margin-bottom: 7%;
	}
	.p-cl-feature__img {
	}
	.p-cl-feature__title {
		font-size: calc((15 / 375) * 100vw);
		margin-bottom: 0.3em;
	}
	.p-cl-feature__caption {
		font-size: calc((11 / 375) * 100vw);
	}
}

/* .p-faq */
.p-faq__item {
	margin-bottom: 15px;
	font-family: 'Noto Sans JP', sans-serif;
}
.p-faq__q {
	position: relative;
	margin: 0;
	padding: 20px 50px 20px 70px;
	font-size: 16px;
	font-weight: bold;
	background: #f2f7ff;
	line-height: 1.2;
	cursor: pointer;
}
.p-faq__a {
	display: none;
	position: relative;
	margin: 0;
	padding: 27px 20px 20px 60px;
}
.p-faq__a-txt {
	font-size: 13px;
	line-height: 1.7;
}
.p-faq__q:before,
.p-faq__a:before {
	content: "Q.";
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 25px;
	color: #3f84e5;
}
.p-faq__a:before {
	content: "A.";
	top: 18px;
}
.p-faq__q:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	content: '';
	transform: rotate(135deg);
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
.active.p-faq__q:after {
	transform: rotate(-45deg);
}
.p-faq__a-txt a{
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.p-faq__item {
	}
	.p-faq__q {
		font-size: calc((13 / 375) * 100vw);
		padding: 5vw 14vw 5vw 12vw;
	}
	.p-faq__a {
		font-size: calc((13 / 375) * 100vw);
		padding: 5vw 14vw 5vw 12vw;
	}
	.p-faq__a-txt {
	}
	.p-faq__q:before,
	.p-faq__a:before {
		font-size: calc((18 / 375) * 100vw);
		left: 4vw;
		top: 3.9vw;
	}
	.p-faq__a:before {
	}
	.p-faq__q:after {
	}
	.active.p-faq__q:after {
	}
}

/* p-certificate-table */
.p-certificate-table__outer {
	margin-bottom: 60px;
}
.p-certificate-table__outer {
	border: 4px solid #ec6d81;
	padding: 30px 20px;
}
.p-certificate-table {
	width: 100%;
	margin-bottom: 40px;
}
.p-certificate-table__lead {
	text-align: left;
	margin-bottom: 1em;
}
.p-certificate-table__thead {
	font-weight: bold;
}
.p-certificate-table__tbody {
}
.p-certificate-table__tr:hover td,
.p-certificate-table__tr:hover th,
.p-certificate-table__tr:focus td,
.p-certificate-table__tr:focus th {
	background: #f3f5e1;
}
.p-certificate-table__cell {
	color: #000000;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
	border: 1px solid #ec6d81;
	padding: 0.7em 0.5em;
}
.p-certificate-table__cell--th {
	text-align: left;
	padding: 0.7em 0.5em 0.7em 1em;
	width: 25%;
}
.p-certificate-table__cell--na {
	width: 15%;
}
@media screen and (max-width: 767px) {
	.p-certificate-table__outer {
		padding: calc((20/375) * 100vw) calc((15/375) * 100vw);
	}
	.p-certificate-table {
		width: 200%;
	}
	.p-certificate-table__lead {
	}
	.p-certificate-table__thead {
	}
	.p-certificate-table__tbody {
	}
	.p-certificate-table__tr:hover {
	}
	.p-certificate-table__cell {
		font-size: calc((12 / 375) * 100vw);
		padding: 0.9em 0.5em;
	}
	.p-certificate-table__cell--th {
		padding: 0.9em 0.5em 0.9em 1em;
	}
	.p-certificate-table__cell--na {
		padding: 1.2em 0.5em;
	}
	/* ScrollHint */
	.p-certificate-table__outer .scroll-hint-icon {
		top: 25vw;
	}
}
