@charset "utf-8";

* {
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #fff;
	color: #333;
	font-size: 18px;
	font-family: "YuGothic Medium", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体 Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.7;
	letter-spacing: .05em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
	transition: .2s ease;
}
a:hover,
a:active {
	color: #6bc366;
}

img {
	vertical-align: bottom;
	transition: .2s ease;
}
a img:hover {
	opacity: .5;
}

p + p {
	margin-top: 1em;
}

ul {
	list-style-type: none;
}



/* 共通クラス
---------------------------------------------- */
.container {
	display: block;
	width: 1000px;
	margin: 0 auto;
}

.br:before,
.br-pc:before {
	white-space: pre;
	content: "\A";
}

.df {
	-js-display: flex;
	display: flex;
}

.bold {
	font-weight: bold;
	font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.tb,
.sp {
	display: none;
}

@media only screen and (max-width: 1023px) {
	.container {
		width: 96%;
	}

	.br-pc:before {
		content: none;
	}

	.df {
		flex-direction: column;
	}

	.pc {
		display: none;
	}

	.tb {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		width: 94%;
	}

	.sp {
		display: block;
	}
}



/* ヘッダー
---------------------------------------------- */
.headerArea {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: #fff;
}

.header {
	justify-content: space-between;
	align-items: center;
	height: 80px;
	padding: 0 25px;
}

.header h1 {
	color: #0050be;
	font-size: 30px;
}

.header_title p {
	font-size: 12px;
}

.header a {
	display: block;
	width: 145px;
	height: 46px;
	background-color: #0050be;
	color: #fff ;
	text-align: center;
	line-height: 46px;
}
.header a:hover {
	background-color: #7fa7de;
}

@media only screen and (max-width: 1023px) {
	.header {
		flex-direction: row;
	}
}

@media only screen and (max-width: 767px) {
	.headerArea {
		position: static;
	}

	.header {
		flex-direction: column;
		height: auto;
		padding: 10px;
	}

	.header h1 {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.header_title {
		margin: 10px 0 20px;
	}

	.header_title p {
		font-size: 14px;
	}

	.header a {
		width: auto;
		height: auto;
		padding: 15px 50px;
		line-height: 1em;
	}
}



/* コンテンツ
---------------------------------------------- */
.mainContents {
	margin-top: 80px;
}

@media only screen and (max-width: 767px) {
	.mainContents {
		margin-top: 20px;
	}
}


/* ----- 共通 ----- */
.titleArea {
	text-align: center;
}

h2.title-wide {
	padding: 45px 0;
	background: url("../images/title-wide_bg.png") 0 bottom repeat;
	background-size: 10px;
	color: #fff;
	font-size: 34px;
	text-align: center;
	line-height: 1.5;
}

h2.title-wide .highlight {
	display: block;
	width: 1000px;
	margin: auto;
	font-size: 42px;
}

.arrow-white,
.arrow-title-wide,
.arrow-blue,
.arrow-diagonal {
	position: relative;
}
.arrow-white:after,
.arrow-title-wide:after,
.arrow-blue:after,
.arrow-diagonal:after {
	position: absolute;
	bottom: -43px;
	left: 50%;
	z-index: 10;
	width: 86px;
	height: 43px;
	margin-left: -43px;
	content: "";
}
.arrow-white:after {
	background: url("../images/arrow-white.png") center center no-repeat;
}
.arrow-title-wide:after {
	background: url("../images/arrow-title-wide.png") center center no-repeat;
}
.arrow-blue:after {
	background: url("../images/arrow-blue.png") center center no-repeat;
}
.arrow-diagonal:after {
	background: url("../images/arrow-diagonal.png") center center no-repeat;
}

.titleArea h2 {
	display: inline-block;
	margin: 0 auto 80px;
	font-size: 38px;
	font-family: Georgia, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
	text-align: center;
}
.titleArea h2 span.line-blue {
	padding: 0 10px;
	background: url("../images/line-blue.png") 0 bottom repeat-x;
	color: #333;
}
.titleArea h2 span.line-deepblue {
	padding: 0 10px;
	background: url("../images/line-deepblue.png") 0 bottom repeat-x;
	color: #fff;
}
.titleArea h2 span.line-blue02 {
	padding: 0 10px;
	background: url("../images/line-blue.png") 0 bottom repeat-x;
	color: #fff;
}

.mainContents .container {
	padding: 143px 0;
}

.arrowArea {
	position: relative;
}

.container.prevArrow {
	padding: 100px 0;
}

.mainContents .pb100 {
	padding-bottom: 100px;
}
.mainContents .pb143 {
	padding-bottom: 143px;
}

.arrow {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.arrow div {
	position: relative;
	width: calc(50% - 43px);
	height: 43px;
}
.arrow div:after {
	display: block;
	position: absolute;
	top: 0;
	width: 43px;
	height: 43px;
	content: "";
}
.arrow-left {
	float: left;
}
.arrow-left:after {
	right: -43px;
}
.arrow-right {
	float: right;
}
.arrow-right:after {
	left: -43px;
}

.next {
	margin-top: 80px;
	color: #0050be;
	font-weight: bold;
	font-size: 36px;
}

.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 20px;
}

.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 1023px) {
	h2.title-wide .highlight {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	h2.title-wide {
		padding: 30px 10px;
		font-size: 24px;
	}

	h2.title-wide .highlight {
		width: 100%;
		font-size: 34px;
	}

	.mainContents .container {
		padding: 80px 0;
	}

	.titleArea h2 {
		margin: 0 auto 40px;
		font-size: 24px;
	}

	.next {
		margin-top: 40px;
		font-size: 24px;
	}
}



/* ----- あなたの著作権を徹底的に守ってくれる「タイムスタンプ」 ----- */
.lede .container {
	justify-content: space-between;
}

.lede_sentence {
	margin-top: -10px;
	font-size: 32px;
}

.lede_sentence .highlight {
	color: #0050be;
}

@media only screen and (max-width: 1023px) {
	.lede p {
		text-align: center;
	}

	.lede_sentence {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.lede img {
		width: 100%;
	}

	.lede_sentence {
		font-size: 20px;
	}
}



/* ----- ランキング ----- */
.ranking.container {
	padding-bottom: 0;
}
.ranking ol {
	list-style: none;
	padding: 30px 50px;
	width: 500px;
	margin: auto;
	background-color: #eee;
	counter-reset: li;
}

.ranking ol > li {
	position: relative;
	margin-bottom: .5em;
	padding-left: 60px;
}
.ranking ol > li:before {
	position: absolute;
	top: -6px;
	left: 0;
	font-size: 24px;
	content: counter(li) "";
	counter-increment: li;
}
.ranking ol > li:after {
	content: "位";
	position: absolute;
	bottom: 2px;
	left: 20px;
	font-size: 14px;
}

.ranking ol > li:nth-of-type(-n + 3) {
	font-size: 24px;
}
.ranking ol > li:nth-of-type(-n + 3):before {
	font-size: 30px;
}
.ranking ol > li:nth-of-type(-n + 3):after {
	font-size: 20px;
}


/* ----- デザインをしていてこんな経験はありませんか？ ----- */
.experience {
	position: relative;
}

@media only screen and (max-width: 1023px) {
	.experience .tb {
		text-align: center;
	}
	.experience .tb + .tb {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.experience .tb img {
		width: 100%;
	}
}

/* ----- Q&A ----- */
.faq {
	background: url("../images/trouble_bg.png");
}

.faq .arrow div {
	background-color: #fff;
}
.faq .arrow-left:after {
	background: url("../images/arrow-w-left.png") 0 0 no-repeat;
}
.faq .arrow-right:after {
	background: url("../images/arrow-w-right.png") 0 0 no-repeat;
}


/* ----- 著作権トラブル事例 ----- */
.trouble {
/*	background: url("../images/trouble_bg.png");*/
}

.trouble dl + dl {
	margin-top: 75px;
}

.trouble dt {
	justify-content: space-between;
	align-items: center;
}

.trouble dd {
	position: relative;
	margin-top: 55px;
	padding: 15px 30px;
	background-color: #ddd;
}
.trouble dd:before {
	position: absolute;
	top: -45px;
	display: block;
	width: calc(100% - 60px);
	height: 33px;
	background: url("../images/trouble_arrow.png") center center no-repeat;
	content: "";
}

.example-num {
	display: block;
	width: 100px;
	padding: 30px 20px;
	background: url("../images/trouble_example_bg.png") center center repeat;
	color: #fff;
	text-align: center;
	line-height: 1em;
}

.example-num span {
	display: block;
	margin-top: 12px;
	font-weight: bold;
	font-size: 32px;
}

.example-sentence {
	display: block;
	width: 870px;
	font-size: 22px;
}

/*
.trouble .arrow div {
	background-color: #fff;
}

.trouble .arrow-left:after {
	background: url("../images/arrow-w-left.png") 0 0 no-repeat;
}

.trouble .arrow-right:after {
	background: url("../images/arrow-w-right.png") 0 0 no-repeat;
}
*/

@media only screen and (max-width: 1023px) {
	.trouble dt {
		flex-direction: row;
	}

	.example-num {
		margin-right: 20px;
	}

	.example-sentence {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.trouble dt {
		flex-direction: column;
		align-items: flex-start;
	}

	.example-num {
		width: 100%;
		margin: 0 0 15px;
		padding: 15px 20px;
	}

	.example-num span {
		display: inline;
		padding-left: 5px;
	}

	.example-sentence {
		font-size: 18px;
	}
}



/* ----- タイムスタンプとは？　詳しく解説！ ----- */
.description {
	background-color: #fff;
}

.description .df {
	justify-content: space-between;
}

.desc_timeStamp {
	width: 250px;
	height: auto;
}

.desc_pic p + p {
	margin-top: 40px;
}

.desc_sentence {
	width: 710px;
}

.description div.df + div {
	margin-top: 1em;
}

.desc_sentence .highlight {
	color: #0050be;
	font-size: 20px;
}

.desc_sentence .sup {
	position: relative;
	top: -.1em;
	color: #0050be;
	font-size: 75.5%;
	vertical-align: top;
}

.desc_sentence .notes {
	justify-content: flex-start;
	font-size: 14px;
}
.desc_sentence .notes:nth-of-type(1) {
	margin-top: 20px;
}

.desc_sentence .notes span {
	display: inline-block;
	margin-right: .5em;
	color: #0050be;
}

.desc_sentence .notes dd:before {
	margin: 0 .5em;
	content: "…";
}

@media only screen and (max-width: 1023px) {
	.desc_sentence {
		width: 100%;
	}

	.description img {
		display: block;
		margin: 0 auto 30px;
	}
	.description .desc_timeStamp {
		margin-top: 50px;
	}

	.desc_sentence .tb {
		display: inline-block;
	}

	.desc_sentence .notes {
		flex-direction: row;
	}
}

@media only screen and (max-width: 767px) {
	.desc_sentence .notes dt {
		width: 5em;
	}

	.desc_sentence .notes dd {
		padding-left: 2em;
		text-indent: -2em;
	}
}



/* ----- 登録がとっても簡単にできる！ ----- */
.easy {
	background-color: #7fa7de;
}

.easy h3 {
	width: 710px;
	height: 76px;
	margin: 0 auto 70px;
	border: 1px solid #fff;
	border-radius: 38px;
	color: #fff;
	font-weight: normal;
	font-size: 28px;
	text-align: center;
	line-height: 76px;
}

.easy .titleArea:nth-of-type(2) {
	margin-top: 130px;
}

.easy p:not(.next) {
	color: #fff;
}



/* ----- タイムスタンプ登録方法 ----- */
.method {
	background: url("../images/bg-diagonal.png") center center repeat;
}

.method h3 {
	width: 710px;
	height: 76px;
	margin: 0 auto 70px;
	border: 1px solid #fff;
	border-radius: 38px;
	color: #fff;
	font-weight: normal;
	font-size: 32px;
	text-align: center;
	line-height: 76px;
}
.method .container > section + section {
	margin-top: 70px;
}

.method ol {
	list-style-type: none;
	counter-reset: num;
}

.method ol li {
	position: relative;
	padding: 50px 0 50px 75px;
	background: url("../images/method_arrow.png") 0 0 no-repeat;
	color: #fff;
	font-size: 26px;
}
.method ol li:first-child {
	padding-top: 0;
	background-image: none;
}

.method ol li:before {
	position: absolute;
	top: 50px;
	left: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #7fa7de;
	color: #fff;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
	content: counter(num);
	counter-increment: num;
}
.method ol li:first-child:before {
	top: 0;
}

.method ol li img:not(.sp) {
	display: block;
	margin: 30px auto 0;
}

.method ol li p {
	margin-top: 30px;
	font-size: 18px;
}

.method ol li .attention {
	padding: 5px 20px 20px;
	background-color: #7fa7de;
}

.method ol li .attention .highlight {
	font-size: 30px;
}

@media only screen and (max-width: 1023px) {
	.method ol li img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.method h3 {
		width: 100%;
		height: auto;
		padding: 15px 0;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
		font-size: 26px;
		text-align: left;
		line-height: 1.7;
	}

	.method ol li {
		padding: 100px 0 50px;
		font-size: 18px;
	}
	.method ol li:first-child {
		padding-top: 50px;
	}

	.method ol li img {
		margin-top: 20px;
	}
	.method ol li img.pc {
		display: none;
	}

	.method ol li .attention {
		padding: 20px;
	}

	.method ol li .attention .highlight {
		font-size: 26px;
	}
}



/* ----- デザイナーの声 ----- */
.voice {
	position: relative;
	background: url("../images/voice_bg.png");
}

.voice .df {
	justify-content: space-between;
}

.voice img {
	width: 290px;
	height: 410px;
}

.voice_comment {
	position: relative;
	width: 665px;
	padding: 35px 40px;
	border-radius: 10px;
	background-color: #fff;
}
.voice_comment:before {
	display: block;
	position: absolute;
	top: 170px;
	left: -33px;
	width: 33px;
	height: 38px;
	background: url("../images/voice_balloon.png") 0 0 no-repeat;
	content: "";
}

.voice .arrow div {
	background-color: #fff;
}

.voice .arrow-left:after {
	background: url("../images/arrow-w-left.png") 0 0 no-repeat;
}

.voice .arrow-right:after {
	background: url("../images/arrow-w-right.png") 0 0 no-repeat;
}

@media only screen and (max-width: 1023px) {
	.voice img {
		display: block;
		margin: 0 auto 20px;
	}

	.voice_comment {
		width: 100%;
	}
	.voice_comment:before {
		content: none;
	}
}

@media only screen and (max-width: 767px) {
	.voice_comment {
		padding: 20px;
	}
}



/* ----- ジーニアスノートの「タイムスタンプ活用例」 ----- */
.sample {
	background: #7fa7de;
}

.sample h3 {
	margin: 70px 0 25px;
	padding: 15px 0;
	background: url("../images/sample_heading.png") center center repeat;
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
}

.sample .df p {
	width: 775px;
}

.sample_proposal {
	width: 205px;
	height: 219px;
	margin-left: 20px;
}

.sample .arrow div {
	background-color: #fff;
}

.sample .arrow-left:after {
	background: url("../images/arrow-w-left.png") 0 0 no-repeat;
}

.sample .arrow-right:after {
	background: url("../images/arrow-w-right.png") 0 0 no-repeat;
}

@media only screen and (max-width: 1023px) {
	.sample .df p {
		width: 100%;
	}

	.sample_proposal {
		margin: 20px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.sample h3 {
		padding: 15px;
		font-size: 20px;
		text-align: left;
	}
}



/* ----- 弁理士、弁護士の相談無料！～万が一に備えて～ ----- */
.consultation {
	position: relative;
/*	background: #7fa7de;*/
/*	color: #fff;*/
}

.consultation > .container > h3 {
	width: 710px;
	height: 76px;
	margin: 100px auto 50px;
	border: 1px solid #0050be;
	border-radius: 38px;
	color: #0050be;
	font-weight: normal;
	font-size: 32px;
	text-align: center;
	line-height: 76px;
}

.consultation_expertUnit {
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 70px;
}
.consultation .consultation_expertUnit:nth-of-type(n + 3) {
	padding-top: 70px;
	border-top: 1px solid #ddd;
}

.consultation img {
	width: 290px;
	height: 375px;
}

.consultation_comment {
	width: 680px;
}

.consultation_supplement {
	padding: 15px 20px 20px;
	background-color: #fff;
}

.consultation_supplement > dt {
	margin-bottom: 5px;
	border-bottom: 1px solid #0050be;
	color: #0050be;
	font-weight: bold;
	font-size: 24px;
}

.consultation_supplement > dd {
	color: #333;
	font-size: 16px;
}
.consultation_supplement > dd.career {
	font-weight: bold;
}

.consultation_supplement > dd.career ul {
	margin: 10px 0 0;
	padding: 7px 15px;
	background-color: #e5edf8;
}

/*
.consultation .arrow div {
	background-color: #fff;
}

.consultation .arrow-left:after {
	background: url("../images/arrow-w-left.png") 0 0 no-repeat;
}

.consultation .arrow-right:after {
	background: url("../images/arrow-w-right.png") 0 0 no-repeat;
}
*/

@media only screen and (max-width: 1023px) {
	.consultation > .container > h3 {
		width: 100%;
	}

	.consultation .consultation_expertUnit {
		flex-direction: column;
	}

	.consultation img {
		display: block;
		margin: 0 auto 20px;
	}

	.consultation_comment {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.consultation > .container > h3 {
		height: auto;
		padding: 15px 0;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
		font-size: 26px;
		text-align: left;
		line-height: 1.7;
	}
}



/* ----- 採用実績 ----- */
.pastRecords {
	text-align: center;
}

.pastRecords .lede {
	font-size: 26px;
}

.pastRecords ul {
	justify-content: space-between;
	width: 743px;/*バナー3つ時*/
	margin: 70px auto 0;
}

.pastRecords ul li {
	font-size: 12px;
}

.pastRecords ul img {
	display: block;
	margin: 0 auto 5px;
}

@media only screen and (max-width: 1023px) {
	.pastRecords .lede {
		text-align: left;
	}

	.pastRecords ul {
		width: 100%;
	}

	.pastRecords ul li + li {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.pastRecords .lede {
		font-size: 20px;
	}
}



/* ----- お申込み ----- */
#application {
	background: url("../images/bg-diagonal-w.png") center center repeat;
	text-align: center;
}

#application .highlight {
	font-size: 32px;
}

.trialBtn a {
	display: block;
	width: 500px;
	margin: 70px auto 30px;
	border-radius: 5px;
	background-color: #0050be;
	color: #fff;
	transition: .15s ease;
}
.trialBtn a:hover {
	background-color: #7fa7de;
}

.trialBtn a span {
	display: block;
	width: 100%;
	height: 125px;
	font-size: 36px;
	line-height: 125px;
}

@media only screen and (max-width: 767px) {
	#application .highlight {
		font-size: 22px;
	}

	.trialBtn a {
		width: 90%;
	}

	.trialBtn a span {
		height: 90px;
		font-size: 26px;
		line-height: 90px;
	}

	.application_sentence {
		text-align: left;
	}
}



/* フッター
---------------------------------------------- */
/* ----- お申込みはこちら ----- */
.applicationBtn {
	position: fixed;
	right: 10px;
	bottom: 20px;
	width: 152px;
	height: 152px;
}
.applicationBtn a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #0050be url("../images/applicationbtn.png") center center no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
.applicationBtn a:hover {
	background-color: #7fa7de;
}

@media only screen and (max-width: 767px) {
	.applicationBtn {
		width: 112px;
		height: 112px;
	}
	.applicationBtn a {
		background-size: cover;
	}
}


/* ----- コピーライト ----- */
.footer {
	padding: 25px 0;
	background-color: #333;
	text-align: center;
}

.copy {
	color: #fff;
	font-size: 16px;
}









/* 201810(フィックス後、#lp削除)
---------------------------------------------- */
/* ----- 共通 ----- */
#lp .contentsArea {
	padding-bottom: 150px;
}

#lp .bg-diagonal {
	background: url("../images/bg-diagonal-w.png");
}

#lp dl.dl-underLine dt {
	margin-bottom: 5px;
	border-bottom: 1px solid #0050be;
	color: #0050be;
	font-weight: bold;
	font-size: 24px;
	font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#lp ul.ul_bullet li {
	padding-left: 13px;
	text-indent: -13px;
}
#lp ul.ul_bullet li:before {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	border-radius: 50%;
	background-color: #7fa7de;
	vertical-align: 3px;
	content: "";
}

#lp h2.title-gray,
#lp h2.title-blue {
	position: relative;
	margin: 0 auto 75px;
	padding: 45px 0;
	font-weight: bold;
	font-size: 34px;
	font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: center;
	line-height: 1.5;
}
#lp h2.title-gray:after,
#lp h2.title-blue:after {
	position: absolute;
	bottom: -43px;
	left: 50%;
	z-index: 10;
	width: 86px;
	height: 43px;
	margin-left: -43px;
	content: "";
}

#lp h2.title-gray {
	background: url("../images/title-gray.png") 0 bottom repeat;
	color: #444;
}
#lp h2.title-gray:after {
	background: url("../images/title-gray_arrow.png") center center no-repeat;
}

#lp h2.title-blue {
	background: url("../images/title-blue.png") 0 bottom repeat;
	color: #fff;
}
#lp h2.title-blue:after {
	background: url("../images/title-blue_arrow.png") center center no-repeat;
}

#lp h2.title-blueLine {
	margin: 0 auto 60px;
	font-size: 34px;
	text-align: center;
}

#lp h2 .title-blueLine_line {
	background: url("../images/line-blue.png") 0 bottom repeat-x;
}

#lp h3.title-blueLine {
	margin: 60px auto;
	font-size: 30px;
	text-align: center;
}

#lp h3.title-blueBg {
	margin: 60px auto 20px;
	padding: 10px 0;
	background: url("../images/title-bluebg.png") 0 bottom repeat;
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
}

#lp h3 .title-blueLine_line {
	background: url("../images/line-lightblue.png") 0 bottom repeat-x;
}

#lp .font-l {
	font-size: 26px;
}

#lp .emphasis {
	margin-top: 80px;
	color: #0050be;
	font-weight: bold;
	font-size: 36px;
	font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: center;
}

#lp .contentsArea .container { /* フィックス後削除 */
	padding: 0;
}

@media only screen and (max-width: 1023px) {
	#lp h2.title-gray,
	#lp h2.title-blue {
		padding: 35px 4%;
	}

	#lp h3.title-blueLine {
		padding: 0 4%;
	}

	#lp .contentsArea .container {
		width: 100%;
		padding: 0 4%;
	}

	#lp h3.title-blueBg {
		padding: 10px 4%;
		font-size: 24px;
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	#lp .contentsArea {
		padding-bottom: 80px;
	}

	#lp h2.title-gray,
	#lp h2.title-blue,
	#lp h3.title-blueLine {
		font-size: 24px;
	}

	#lp h3.title-blueLine {
		margin-bottom: 30px;
	}

	#lp .emphasis {
		font-size: 26px;
	}
}


/* ----- ヘッダー ----- */
@media only screen and (max-width: 1023px) {
	.headerArea {
		position: static;
	}

	.header {
		flex-direction: column;
		height: 140px;
		padding: 15px 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.header {
		height: auto;
		padding: 15px 20px;
	}
}


/* ----- メインコンテンツ ----- */
.mainContents {
	margin-top: 80px;
}

@media only screen and (max-width: 1023px) {
	.mainContents {
		margin-top: 0;
	}
}

/* ----- リード ----- */
#lp .lede h2 {
	padding: 100px 0;
	background: url("../images/pagetitle_bg.png") 0 bottom repeat;
	color: #0050be;
	font-size: 34px;
	text-align: center;
	line-height: 1.7;
}

@media only screen and (max-width: 1023px) {
	#lp .lede h2 {
		padding: 50px 4%;
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	#lp .lede h2 {
		font-size: 22px;
	}

	h2.title-wide .highlight {
		font-size: 26px;
	}
}


/* ----- クリエイターにトラブルアンケートを取るとこんな結果が！！ ----- */
.anq_rank + .anq_rank {
	margin-top: 25px;
}

.anq_rank dd {
	padding-left: 220px;
}

.anq_etc {
	display: block;
	padding-left: 280px;
}

@media only screen and (max-width: 1023px) {
	.anq_rank dd,
	.anq_etc {
		padding-left: 0;
	}
}


/* ----- その他にも、こんなトラブルありませんか？ ----- */
.trouble_list {
	justify-content: space-between;
	align-items: center;
}

.trouble_list + .trouble_list {
	margin-top: 75px;
}

.trouble_list dt {
	width: 100px;
	padding: 30px 20px;
	background: url("../images/trouble_example_bg.png") center center repeat;
	color: #fff;
	text-align: center;
	line-height: 1em;
}

.trouble_list dt span {
	display: block;
	margin-top: 12px;
	font-weight: bold;
	font-size: 32px;
}

.trouble_list dd {
	width: 870px;
	font-size: 22px;
}

@media only screen and (max-width: 1023px) {
	.trouble_list dt {
		width: 100%;
		padding: 20px 0 15px;
	}

	.trouble_list dt span {
		display: inline-block;
		margin: 0 0 0 5px;
	}

	.trouble_list dd {
		width: 100%;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.trouble_list {
		flex-direction: column;
	}
}


/* ----- 実績のある専門家が強力サポート ----- */
@media only screen and (max-width: 1023px) {
	#lp .consultation_expertUnit {
	flex-direction: column;
	align-items: center;
}

	.consultation_supplement {
		margin-top: 15px;
	}
}


/* ----- 専門家による「タイムスタンプ活用例」 ----- */
@media only screen and (max-width: 1023px) {
	.caseArea .df {
		align-items: center;
	}
}


/* ----- クリエイター会員の声　漫画家『りゃんよ』 ----- */
#lp .voice {
	padding-bottom: 50px;
}

#lp .voice img {
	width: auto;
	height: auto;
}
#lp .voice img.voice_photo {
	width: 290px;
	height: 410px;
}

.voice .title-gray {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	#lp .voice img {
		width: 100%;
	}
}


/* ----- 採用実績 ----- */
#lp .result h2 {
	margin-top: 0;
}

#lp .result ul {
	justify-content: space-between;
	width: 743px;
	margin: 50px auto 0;
}

#lp .result ul li {
	font-size: 12px;
	text-align: center;
}

#lp .result ul img {
	display: block;
	margin: 0 auto 5px;
}

@media only screen and (max-width: 1023px) {
	#lp .result ul {
		width: 100%;
	}

	#lp .result ul li + li {
		margin-top: 20px;
	}
}


/* ----- ご相談・ご登録 ----- */
.registrationlBtn a {
	display: block;
	width: 500px;
	margin: 50px auto 0;
	padding: 20px 0;
	border-radius: 5px;
	background-color: #0050be;
	color: #fff;
	font-size: 30px;
	transition: .15s ease;
}
.registrationlBtn a:hover {
	background-color: #7fa7de;
}

@media only screen and (max-width: 767px) {
	.registrationlBtn a {
		width: 75%;
		padding: 15px 20px;
		font-size: 24px;
	}
}

/* ----- ご相談・ご登録アンカー ----- */
#lp .applicationBtn a {
	background-image: url("../images/application_anchor.png");
}



/* //////////////////////////////////////////////////
【PCのみ】
@media print, screen and (min-width: 1024px) {
}

【PC～タブレット】
@media print, screen and (min-width: 768px) {
}

【タブレット】
@media only screen and (max-width: 1023px) {
}

【タブレット(横)】
@media only screen
and (min-device-width:768px)
and (max-device-width:1024px)
and (orientation:landscape) {
}

【スマートフォン】
@media only screen and (max-width: 767px) {
}

【スマートフォン(横)】
@media (min-width: 568px) and (max-width: 767px) {
}

【フォント指定：明朝】
font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
////////////////////////////////////////////////// */