@charset "UTF-8";

@font-face {
	font-family: "Zen maru Gothic";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/ZenMaruGothic-Light.woff2") format("woff2");
}

@font-face {
	font-family: "Zen maru Gothic";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/ZenMaruGothic-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Zen maru Gothic";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/ZenMaruGothic-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Zen maru Gothic";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/ZenMaruGothic-Bold.woff2") format("woff2");
}

.t35 {
	top: -35px !important;
}

#mental_syn .mv {
	height: 500px;
	z-index: 0;
}

#mental_syn .mv::before {
	z-index: 5;
}

p.tooltip {
  position: absolute;
  top: -35px;
  left: 0;
}

p.tooltip span {
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 10px;
	border-radius: 8px;
	background-color: #000;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	position: relative;
}

p.tooltip span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 9%;
	border-style: solid;
	border-width: 9px 4.5px 0 4.5px;
	border-color: #000000 transparent transparent;
	translate: -50% 100%;
}

form {
	text-align: center;
}

.p-requestMaterialForm {
	display: none;
	text-align: center;
}

.p-requestMaterialForm h5 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 0;
	color: #1470d5
}

.p-requestMaterialForm h5 img {
	width: 24px;
}

.p-requestMaterialText {
	margin: 20px 0 0 !important;
	font-weight: bold;
	text-align: center;
}

.p-requestMaterialFormContents {
	text-align: left;
}

.p-requestMaterialName {
	display: flex;
	align-items: center;
	justify-content: space-around;
	column-gap: 10px;
}

.p-requestMaterialName:first-child {
	margin-right: 30px;
}

.p-requestMaterialFormContents {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-flow: column;
	grid-row-gap: 10px !important;
	width: 100%;
	list-style: none;
}

.p-requestMaterialFormContents li {
	width: 100% !important;
}

.p-requestMaterialFormContents dl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 10px;
	width: 100%;
}

.p-requestMaterialFormContents dt {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 115px;
	height: 38px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

.p-requestMaterialFormContents dt span {
	display: inline-block;
	margin: -5px 0 0;
	font-size: 16px;
	font-weight: normal;
	color: #d00f0f;
	position: absolute;
	top: 0;
	right: 0;
}

.p-requestMaterialFormContents dd {
	position: relative;
	flex: 1;
}

.p-requestMaterialFormContents dd input {
	padding: 10px;
	width: 100%;
	height: 44px;
	font-size: 15px;
	border: none;
	border-radius: 10px;
	background-color: rgb(188, 225, 255);
}

.p-requestMaterialFormContents dd input::placeholder {
	color: #aaa
}

.p-requestMaterialFormContents dd input[type="tel"] {
	width: 100%;
	position: relative;
}

.p-requestMaterialSelect {
	width: 100%;
	position: relative;
	border-radius: 10px;
	background: rgb(188, 225, 255);
} 

.p-requestMaterialSelect label {
	overflow: hidden;
	display: block;
	border: none;
	border-radius: 10px;
	position: relative;
}

.p-requestMaterialSelect label::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 2px #3a7af6;
	border-right: solid 2px #3a7af6;
	position: absolute;
	top: 45%;
	right: 20px;
	transform: translateY(-45%) rotate(135deg);
}

.p-requestMaterialSelect .underText {
	padding: 10px;
	font-size: 16px;
	border: none;
	border-radius: 0;
	background-color: transparent;
}

.p-requestMaterialSelect select {
	padding: 10px;
	width: 100%;
	height: 44px;
	font-size: 15px;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.p-requestMaterialPolicyArea {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 20px;
	width: 100%;
}

.p-requestMaterialPolicyArea label {
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
}

.p-requestMaterialPolicyArea input {
	display: inline;
	margin-right: 5px;
	padding: 0;
	width: 15px;
	height: 15px;
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid #020202;
	background: #fff;
	-webkit-appearance: auto;
	appearance: auto;
	transform: scale(1.5);
	cursor: pointer;
}

.p-requestMaterialPolicyArea a {
	font-size: 15px;
	color: #2d71bd;
}

.p-requestMaterialPolicyArea span {
	display: inline-block;
	width: 19px;
	height: 19px;
	border: 1px solid #020202;
}

.p-popupRequestMaterialButton,
.p-embeddedRequestMaterialButton {
	display: inline-block;
	margin-top: -3px;
	width: 378px;
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 59px;
	border-radius: 30px;
	background-color: #84adff;
	position: relative;
	pointer-events: none;
	text-decoration: none;
}

.p-popupRequestMaterialButton::after,
.p-embeddedRequestMaterialButton::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	background-image: url("../img/arrow_next.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}

.p-popupRequestMaterialButton.enabled,
.p-embeddedRequestMaterialButton.enabled {
	background-color: #1470d5;
	cursor: pointer;
	pointer-events: auto !important;
}

.p-fukidashi {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 40px;
	max-width: 1000px;
	margin: 0 auto;
	align-items: baseline;
}

.fv__btnArea {
	margin-bottom: 0 !important;
}

.p-chusyakuArea {
	width: 100%;
	display: flex;
	justify-content: center;
	column-gap: 40px;
	max-width: 700px;
	align-items: baseline;
	margin: 10px auto 60px;
}

.p-chusyaku span {
	font-size: 12px;
}

.p-chusyaku .p-lotteryLink {
	font-size: 14px;
}

.p-chusyaku a {
	font-weight: 600;
	color: #1470d5;
}

.p-embeddedForm {
	display: none;
	margin-bottom: 50px;
}

.p-completeForm {
	display: none;
	padding: 50px 0 !important;
	text-align: center;
	background-color: #fff;
	position: relative;
	width: 100%;
}

.p-completeForm h5 {
	display: inline-block !important;
	padding-bottom: 5px;
	font-size: 18px !important;
	line-height: 1.5em;
	text-align: center;
	color: #1470d5;
	background: #fff !important;
	position: static !important;
	top: 0;
}

.p-completeForm h5 img {
	margin-bottom: 5px;
	width: 24px;
}

.p-completeForm span {
	color: #1470d5;
}

.p-completeFormText {
	margin: 20px 0 0 !important;
	font-size: 16px;
}

.p-courseCompleteStar {
	position: absolute;
}

.starTopLeft {
	top: 10px;
	left: 10px;
	width: auto;
	height: calc(60px / 1.2);
}

.starBottomLeft {
	bottom: 10px;
	left: 10px;
	width: auto;
	height: calc(60px / 1.2);
}

.starTopRight {
	top: 10px;
	right: 10px;
	width: auto;
	height: calc(54px / 1.2);
}

.starBottomRight {
	bottom: 10px;
	right: 10px;
	width: auto;
	height: calc(61px / 1.2);
}

.p-fvForm {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 40px;
	max-width: 700px;
	margin: 0 auto 30px;
	align-items: baseline;
}

.p-fvForm h5 {
	font-family: "Zen maru Gothic", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	width: 100%;
	height: 60px;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0;
	color: #fff;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: linear-gradient(to right, #02baf3, #018ce7);
	position: relative;
}

.p-fvForm h5 strong {
	padding: 5px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	border-radius: 5px;
	background-color: #fffe03;
}

.p-fvForm .p-requestMaterialForm {
	width: 100%;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgb(0, 0, 0, 0.3);
}

.p-fvForm .p-requestMaterialFormContents {
	padding: 20px 40px;
	border: 2px #1470d5 solid;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
}

.p-fvForm .p-requestMaterialZipcode,
.p-fvForm .p-requestMaterialPrefectures,
.p-fvForm .p-requestMaterialMunicipalities,
.p-fvForm .p-requestMaterialAddress,
.p-fvForm .p-requestMaterialBuilding,
.p-fvForm .p-requestMaterialMail,
.p-fvForm .p-requestMaterialTel,
.p-fvForm .p-requestMaterialPolicy {
	display: none;
}


.p-fvForm dl {
	flex-flow: column;
	grid-row-gap: 10px;
}

.p-fvForm dt {
	display: block;
	width: 100%;
	height: auto;
	text-align:center;
}

.p-fvForm dd {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	width: 100%;
}

.p-fvForm .p-fvButtonArea {
	column-gap: 30px;
	margin-top: 30px;
}

.p-fvForm dd input {
	width: 100%;
}

.p-fvForm .p-requestMaterialPolicyArea {
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin: 0;
	width: 100%;
}

.p-fvForm .p-requestMaterialPolicyArea label {
	font-size: 14px;
	height: 44px;
}

.p-requestMaterialPolicyArea a {
	font-size: 14px;
}

.p-fvForm .p-requestMaterialPolicyArea input {
	width: auto;
	height: auto;
}

.p-fvForm button {
	max-width: 200px;
	min-width: 200px;
	height: 44px;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	border-radius: 30px;
	background-color: #84adff;
	position: relative;
	pointer-events: none;
	text-decoration: none;
	cursor: pointer;
}

.p-fvForm button span {
	font-size: 14px;
}

.p-fvForm button strong {
	color: #ffff00;
	font-weight: 800;
}

.p-fvForm button.enabled {
	background-color: #1470d5 !important;
	pointer-events: auto !important;
}

.p-fvForm .p-fvRequestMaterialPrevButton {
	background-color: #bfbfbf;
	pointer-events: auto;
}

.p-popupForm {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
}

.p-popupForm .p-popupFormContents {
	display: inline-block;
	width: 800px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
}

.p-popupForm .p-popupFormContents h6 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: linear-gradient(to right, #02baf3, #018ce7);
	position: relative;
}

.p-popupForm .p-popupFormContents h6 strong {
	margin-right: 5px;
	padding: 1px 5px;
	font-weight: bold;
	color: #000;
	border-radius: 5px;
	background-color: #fffe03;
}

.p-popupForm .p-popupFormContents h6 button {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.p-popupForm .p-popupFormContents h6 span {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}

.p-popupForm .p-popupFormContents h6 span::before,
.p-popupForm .p-popupFormContents h6 span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 30px;
	background: #fff;
	border-radius: 2.5px;
}

.p-popupForm .p-popupFormContents h6 span::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.p-popupForm .p-popupFormContents h6 span::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.p-popupForm .p-requestMaterialForm {
	display: inline-block;
	padding: 20px 0;
	width: 100%;
	border: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #fff;
}

.p-popupForm .p-requestMaterialFormContents {
	padding: 0 30px 10px;
	grid-row-gap: 14px !important;
}

.p-popupForm .p-requestMaterialPolicyArea {
	margin-top: 20px;
}

#mental_syn #faq .accordion-hidden:checked+.accordion-open+.accordion-close a {
	color: #1470d5;
}

@media only screen and (max-width: 767px) {
	html, body {
		overflow-x: hidden;
	}
	
	.tooltipMail {
		top: -35px !important;
	}
	
	.p-fukidashi {
		display: block;
		max-width: 70vw;
	}
	#mental_syn .mv {
		height: auto;
		background-size: cover;
	}
	
	#mental_syn .mv::before {
		height: 10%;
	}
	
	#mental_syn .fv__btnArea {
		max-width: 80vw;
		margin-top: 0;
		display: block;
	}
	
	#mental_syn .fv__btnArea a {
		width: 100%;
	}
	
	#mental_syn .fv__btnArea img {
		width: 100%;
	}
	
	#mental_syn .offer .offer_link {
		max-width: 72vw;
	}
	
	.p-requestMaterialFormContents li {
		margin-top: 0 !important;
	}
	
	.p-requestMaterialFormContents dl	{
		column-gap: 0;
	}
	
	.p-requestMaterialFormContents dt	{
		display: flex;
		margin-bottom: 0;
		width: 65px;
		min-width: 65px;
		font-size: 12px;
		line-height: 1.2em;
		border-left: none;
	}
	
	.p-requestMaterialFormContents dt span {
		margin: 0;
		font-size: 14px;
		top: 5px;
		right: 5px;
	}
	
	.p-requestMaterialPolicyArea a {
		font-size: 10px;
		text-decoration: none;
	}
	
	.p-chusyaku {
		width: 100%;
		text-align: center;
		line-height: 1.2em;
	}
	
	.p-chusyaku .p-lotteryLink {
		font-size: 13px;
	}
	
	.p-chusyakuArea {
		display: inline-flex;
		align-items: center;
		justify-content: flex-start;
		flex-flow: column;
		width: auto;
	}
	
	.p-chusyakuArea div {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 0 10px;
		width: 100%;
		font-size: 13px;
		text-align: left;
	}
	
	.p-requestMaterialFormContents dt::before {
		height: 16px;
		border-left: 3px #1470d5 solid;
		top: 40%;
		transform: translateY(-40%);
	}
	
	.p-requestMaterialFormContents dd input {
		padding: 5px 10px;
		height: 50px;
		font-size: 15px;
		border-radius: 10px;
	}
	
	.p-requestMaterialSelect label::after {
		width: 10px;
		height: 10px;
	}
	
	.p-requestMaterialPolicyArea input {
		margin-left: 5px;
		font-size: 10px;
	}
	
	.p-requestMaterialSelect {
		height: 50px;
		border-radius: 10px;
	}
	
	.p-requestMaterialSelect select {
		padding: 5px 10px;
		height: 50px;
		font-size: 15px;
	}

	.p-requestMaterialPolicyArea label {
		font-size: 10px;
	}
	
	.p-fvForm {
		max-width: 90%;
	}
	
	.p-fvForm h5 {
		height: 50px;
		font-size: 24px;
	}
	
	.p-fvForm h5 strong {
		font-size: 18px;
	}
	
	.p-fvForm .p-requestMaterialFormContents {
		padding: 20px;
		width: 100%;
		height: auto;
	}
	
	.p-fvForm .p-requestMaterialFormContents dt {
		width: 100%;
	}
	
	.p-fvForm label {
		width: 100%;
	}
	
	.p-fvForm .p-fvButtonArea {
		column-gap: 10px;
		margin-top: 10px;
	}
	
	.p-fvForm .p-requestMaterialPolicyArea label {
		font-size: 10px;
		height: 50px;
	}
	
	.p-fvForm button {
		min-width: 150px;
		max-width: 150px;
	}
	
	.p-embeddedForm .p-embeddedRequestMaterialButton {
		width: 100%;
	}
	
	.p-popupForm .p-popupFormContents {
		bottom: 0;
	}
	
	.p-popupForm .p-requestMaterialForm {
		padding: 20px 10px 150px;
		height: 100%;
		overflow-y: scroll;
	}
	
	.p-popupForm .p-popupFormContents {
		width: 100%;
		top: 30px;
		left: 0;
		transform: translate(0, 10px);
	}
	
	.p-popupForm .p-popupFormContents h6 strong {
		padding: 3px 5px;
		font-size: 20px;
	}
	
	.p-popupForm .p-requestMaterialPolicy {
		margin: 20px 0 0;
	}
	
	.p-popupForm .p-requestMaterialPolicy label {
		font-size: 10px;
	}
	
	.p-popupForm .p-popupButtonArea {
		display: inline-block;
		width: 100%;
		height: 80px;
		padding: 10px 10px 5px;
		background-color: #daefff;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 25;
	}
	
	.p-popupForm .p-popupButtonBox {
		display: inline-block;
		width: 100%;
		height: 100%;
		position: relative;
	}

	.p-popupForm .p-popupRequestMaterialButton {
		width: 80vw;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	#mental_syn #faq .accordion-hidden:checked+.accordion-open+.accordion-close a {
		text-decoration: none;
	}
}