

@charset "utf-8";
/* - free_diagnosis.css - */
.fdxLinkBtn001 {
	background: #000;
	color: #fff;
	font-weight: normal;
	display: block;
	min-width: 280px;
	max-width: 95%;
	margin: 2em auto 0;
	text-align: center;
	padding: .4em;
	position: relative;
	width: 380px;
}
.fdxLinkBtn001::before {
	background: center/68% no-repeat url(./../img/icon/arrow_right_001.png);
	content: "";
	display: block;
	height: 1.5rem;
	width: 1.5rem;
	position: absolute;
	bottom: .5em;
	right: .5em;
}
.fdxSection {
	font-feature-settings: "palt";
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	font-size: 15px;
	font-weight: normal;
	margin: 4rem auto 8rem;
	max-width: 95%;
	width: 1200px;
}
@media screen and (max-width:1024px) {
	.fdxSection {
		margin: 3rem auto 6rem;
	}
}
.fdxSection * {
	line-height: 1.8;
}
.fdxSection h2 {
	font-size: 1.5em;
	font-weight: lighter;
	margin: -.3em 0 1.4em;
}
.fdxSection * + p {
	margin-top: 1em;
}
.fdxSection strong
, .fdxSection em {
	font-style: normal;
	font-weight: inherit;
}
.fdxSection__centerAlign {
	text-align: center;
}
.fdxSection__catch .__keyword__strong {
	position: relative;
	margin: 2em 0;
	font-size: 1.4em;
}
@media screen and (max-width:1024px) {
	.fdxSection__catch .__keyword__strong {
		font-size: 1.2em;
	}
}
.fdxSection__catch .__keyword__strong::before {
	background: linear-gradient(90deg, #fbd1e2, #d9d8f5);
	content: "";
	display: block;
	height: .75em;
	position: absolute;
	bottom: -.2em;
	left: -2em;
	width: 0;
	z-index: -1;
	transition: all .8s ease;
}
.fdxSection__catch .__keyword__strong.on::before {
	width: calc(100% + 4em);
}
.fdxSection__catch .__keyword {
	position: relative;
	margin: 2em 0;
	opacity: 0;
	transition: all .4s ease;
}
.fdxSection__catch .__keyword::before {
	background: linear-gradient(90deg, #fbd1e2, #d9d8f5);
	content: "";
	display: block;
	height: .75em;
	position: absolute;
	bottom: -.2em;
	left: -2em;
	width: 0;
	z-index: -1;
	transition: all .8s ease .4s;
}
.fdxSection__catch .__keyword.on {
	opacity: 1;
}
.fdxSection__catch .__keyword.on::before {
	width: calc(100% + 4em);
}
.fdxSection__point {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	margin: 4em auto 8em;
}
.fdxSection__point img {
	display: block;
	margin: 0 auto;
}
.fdxSection__2col {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fdxSection__2col h2 {
	border-bottom: 1px solid #b3b3b3;
	padding: .35em;
	width: 100%;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
}
.fdxSection__2col h2 span {
	background: linear-gradient(90deg, #e971a4, #8583d0);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255,255,255,0.0);
	color: #d076af;
}
.fdxSection__2col_image {
	display: block;
	padding-top: 4em;
	width: 38%;
}
.fdxSection__2col_content {
	display: block;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	width: 58%;
}
.fdxSection__2col_content > strong:first-child {
	display: block;
	font-size: 1.5em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	margin-bottom: 2em;
}
.fdxSection__2col_content em {
	font-weight: bolder;
}
.fdxSection__2col_content > p
, .fdxSection__2col_content > .__listWrap {
	margin-bottom: 2em;
}
@media screen and (max-width:1024px) {
	.fdxSection__2col_image
	, .fdxSection__2col_content {
		width: 100%;
	}
	.fdxSection__2col_image {
		padding: 0;
		order: 1;
	}
	.fdxSection__2col_content {
		margin-top: 2em;
		order: 2;
	}
	.fdxSection__2col_content > strong:first-child {
		font-size: 1.3em;
	}
}
.fdxSection__2col_content > h3 {
	font-size: 1.1em;
	display: block;
}
.fdxSection__2col_content > h3 > span {
	position: relative;
	padding: 0 .8em;
	display: inline-block;
}
.fdxSection__2col_content > h3 > span::before
, .fdxSection__2col_content > h3 > span::after {
	background: center/40% no-repeat;
	content: '';
	display: block;
	height: 1em;
	width: 1em;
	position: absolute;
	top: 0;
}
.fdxSection__2col_content > h3 > span::before {
	background-image: url(./../img/icon/quotation_left_001.png);
	left: 0;
}
.fdxSection__2col_content > h3 > span::after {
	background-image: url(./../img/icon/quotation_right_001.png);
	right: 0;
}
.fdxSection__2col_content > .__listWrap {
	background: #f0f0f0;
	display: inline-block;
	padding: .9em;
	position: relative;
}
.fdxSection__2col_content > .__listWrap > ul {
	font-weight: bolder;
	display: inline-flex;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
.fdxSection__2col_content > .__listWrap > ul > li {
	position: relative;
	padding: 0 0 0 1.75em;
}
.fdxSection__2col_content > .__listWrap > ul > li::before {
	background: center/contain no-repeat url(./../img/icon/check_mark_001.png);
	content: "";
	display: block;
	height: 1.25rem;
	position: absolute;
	top: .15em;
	left: 0;
	width: 1.25rem;
}
.fdxSection__2col_content > .__listWrap > ul > li + li {
	margin-left: 2em;
}
.fdxSection__2col_content > .__listWrap > span {
	margin-left: 2em;
}
@media screen and (max-width:640px) {
	.fdxSection__2col h2 {
		font-size: 1.35em;
	}
	.fdxSection__2col_content > .__listWrap
	, .fdxSection__2col_content > .__listWrap > ul {
		display: block;
		width: 100%;
	}
	.fdxSection__2col_content > .__listWrap > ul > li {
		margin-left: 0 !important;
	}
	.fdxSection__2col_content > .__listWrap > span {
		position: absolute;
		bottom: .5em;
		right: .5em;
	}
}
.fdxNav {
	font-feature-settings: "palt";
	font-size: 15px;
	font-weight: normal;
	margin: 6rem auto;
	max-width: 95%;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fdxNav > li {
	margin: 0 0 1.5em;
	width: calc(25% - 1em);
	font-size: .9em;
}
@media screen and (max-width:1024px) {
	.fdxNav > li {
		width: calc(50% - 1em);
	}
}
@media screen and (max-width:640px) {
	.fdxNav > li {
		width: calc(100% - 1em);
	}
}
.fdxNav > li a {
	display: block;
	color: #000;
	border: 1px solid #000;
	padding: .5em .75em .5em 0;
	position: relative;
	text-align: center;
}
.fdxNav > li a::before {
	background: center/68% no-repeat url(./../img/icon/arrow_right_001.png);
	content: "";
	display: block;
	height: 1.5rem;
	width: 1.5rem;
	position: absolute;
	bottom: .5em;
	right: .5em;
}





























#ithojyo {
	width:590px;
	text-align:center;
	position:fixed;
	z-index:999;
	bottom:0;
	right:0;
	display:flex;
	flex-wrap:wrap;
	border-top: 0px solid #333;
	border-left: 0px solid #333;
}
#ithojyo a {
	color:#fff;
	font-weight:600;
	transition:all ease .3s;
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
 	padding:.5rem;
	display:block;
}
#ithojyo a:hover {
	background: none;
	color:#fff;
}
#ithojyo li:nth-of-type(1) {
	width:100%;
	border-bottom:1px solid #CCC;
	color:#fff;
	font-weight:bold;
	/*padding:1rem;*/
 font-size:1.05rem;
}
#ithojyo li {
	width:33.333%
}
#ithojyo li:nth-of-type(1) a {
	background-color: #c7068d;
}
#ithojyo li:nth-of-type(2) a{
	background:#06c755;
	font-size: 0.9rem;
	padding: .5rem 0;
}
#ithojyo li:nth-of-type(3) a{
	background:#4e99ff;
	font-size: 0.9rem;
	padding: .5rem 0;
}
#ithojyo li:nth-of-type(4) a{
	background:#FFA500;
	font-size: 0.9rem;
	padding: .5rem 0;
}
#ithojyo li:nth-of-type(2),
#ithojyo li:nth-of-type(3) {
	border-right:1px solid #CCC;
}
#ithojyo li:nth-of-type(3) i {
	transform:rotate(0deg)
}
#ithojyo li:nth-of-type(4) i {
	transform:rotate(90deg)
}
.sp-lineBreak {
	display: none;
}
.foot_lineLink {
	margin-top: 20px;
	width: 116px;
}
.foot_lineLink a {
	width: 100%;
}
.foot_lineLink img {
	width: 100%;
}
@media screen and (max-width:1300px) {
	#copy {
		margin-bottom: 125px;
	}
}
@media screen and (max-width:1080px) {
	#ithojyo {
		width:600px
	}
	#ithojyo li:nth-of-type(1) {
		/*padding:.5rem;*/
	  font-size:1rem
	}
	#ithojyo li:nth-of-type(2 + n) {
		font-size: 0.9rem;
	}
}
@media screen and (max-width:980px) {
	#copy {
		margin-bottom: 80px;
	}
}
@media screen and (max-width:640px) {
	#ithojyo {
		width:100%;
		border-left:0 solid #FFF
	}
	#ithojyo li a {
	 padding:.5rem;
		font-size:0.9rem;
		font-weight:bold;
		line-height: 1.5em;
	}
	.sp-lineBreak {
		display: block;
	}
	.foot_lineLink  {
		margin: 20px auto 0;
	}

	/* #ithojyo li:nth-of-type(1) a {
		background: none;
		background-color: #06c755;
	}
	#ithojyo li:nth-of-type(2) a {
		background: none;
		background-color: #4e99ff;
	}
	#ithojyo li:nth-of-type(3) a {
		background: none;
		background-color: #FFA500;
	} */
}