@charset "utf-8";
/* - seo_optimization.css - */
.seoLinkBtn001 {
	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;
}
.seoLinkBtn001::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;
}
.seoSection {
	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:640px) {
	.seoSection {
		margin: 3rem auto 6rem;
	}
}
.seoSection * {
	line-height: 1.8;
}
.seoSection_headlinePoint {
	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;
	display: inline-block;
	font-family: 'Karla', sans-serif;
	font-size: .9rem;
	line-height: 1;
	padding-left: .15em;
}
.seoSection_headlinePoint strong {
    font-size: 1.3rem;
    font-weight: normal;
}
.seoSection h2 {
	font-size: 1.5em;
	font-weight: lighter;
	margin: -.3em 0 1.4em;
}
.seoSection * + p {
	margin-top: 1em;
}
.seoSection strong
, .seoSection em {
	font-style: normal;
	font-weight: inherit;
}
.seoSection__centerAlign {
	text-align: center;
}
.seoSection__whiteHat .__keyword {
	font-size: 1.4em;
	position: relative;
}
.seoSection__whiteHat .__keyword::before {
	background: linear-gradient(90deg, #fbd1e2, #d9d8f5);
	content: "";
	display: block;
	height: .75em;
	position: absolute;
	bottom: -.2em;
	left: -2em;
	transition: all .8s ease;
	width: 0;
	z-index: -1;
}
.seoSection__whiteHat .__keyword.on::before {
	width: calc(100% + 4em);
}
@media screen and (max-width:640px) {
	.seoSection__whiteHat
	, .seoSection__whiteHat .__keyword {
		display: block;
	}
	.seoSection__whiteHat .__keyword {
		margin: 1em 0;
	}
	.seoSection__whiteHat .__keyword::before {
		height: 110%;
		bottom: 0;
	}
	.seoSection__whiteHat .__keyword + br {
		display: none;
	}
}
.seoSection__whiteHat p:nth-child(2) {
	margin: 2em 0;
}
.seoSection__point {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	margin: 4em auto 8em;
}
.seoSection__point img {
	display: block;
	margin: 0 auto;
}
.seoNav {
	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;
}
.seoNav > li {
	margin: 0 0 1.5em;
	width: calc(25% - 1em);
	font-size: .9em;
}
@media screen and (max-width:1024px) {
	.seoNav > li {
		width: calc(50% - 1em);
	}
}
@media screen and (max-width:640px) {
	.seoNav > li {
		width: calc(100% - 1em);
	}
}
.seoNav > li a {
	display: block;
	color: #000;
	border: 1px solid #000;
	padding: .5em .75em .5em 0;
	position: relative;
	text-align: center;
}
.seoNav > 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;
	} */
}