*, h1, h2, h3, h4, h5, h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important
}
body {
	font-size: 16px
}
header {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	z-index: 9999;
}
header h1 {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 150px;
	margin: 10px;
	font-size: 0;
}
footer {
	padding: 15px 0;
	text-align: center;
	color: #dddddd;
	background-color: #686868;
}
section {
	padding: 120px 0;
	color: #000;
	background-color: #fff;
	position: relative;
}
h1, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 40px;
	font-size: 10vw;
	color: #fff;
	margin-bottom: 80px;
}
h2 {
	font-size: 32px;
	font-size: 8vw;
	color: #2670b9;
	margin-bottom: 70px
}
h3 {
	font-size: 24px;
	position: relative;
	margin-bottom: 40px;
}
strong {
	font-weight: bold;
	margin: 0 5px;
	background: linear-gradient(transparent 60%, #ffea00 60%);
}
li {
	clear: both;
	position: relative;
	border-bottom: 1px solid #dedede;
	padding-bottom: 7px;
	padding-right: 160px;
	margin-bottom: 20px;
	font-size: 20px;
}
li:before {
	font-size: 30px;
	vertical-align: middle;
	margin-right: 10px;
	color: #2670b9;
}
li .txt-link {
	position: absolute;
	right: 0;
	bottom: -1px;
}
.txt-link {
	position: relative;
	font-size: 24px;
	text-align: center;
	color: #ff5a00 !important;
	border-bottom: 1px solid #ff5a00;
	padding: 0 45px;
	text-decoration: none;
}
.txt-link:after {
	content: "\e5cc";
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	position: absolute;
	left: 20px;
}
.txt-link:hover {
	color: #ff8746 !important;
	border-bottom: 2px solid #ff8746;
}
.cta-btn {
	box-sizing: border-box;
	font-size: 24px;
	border-radius: 4px;
	text-align: center;
	color: #fff !important;
	background-color: #ff5a00;
	text-decoration: none;
}
.cta-btn:hover {
	background-color: #e45000;
}
main .cta-btn {
	display: inline-block;
	width: 100%;
	padding: 25px 0;
}
header > .cta-btn {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	font-size: 16px;
	padding: 11px 15px !important;
	margin: 10px;
}
#sec01 {
	box-sizing: border-box;
	height: 100vh;
	padding-top: 80px;
	background-color: #2670b9;
	background-image: url("/lp/synergylead/form_edition/img/bg_main2.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
#sec01 p {
	position: absolute;
	bottom: 100px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	opacity: 0;
	animation-name: comment;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 3s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
#sec01 p a {
	font-size: 18px;
	font-size: 6vw;
	padding: 0;
}
#sec01 p a:after {
	display: none;
	top:-7px;
}
#sec02 {
	background-color: #fff;
}
#sec02 p {
	display: none;
}
#sec03 {
	background-color: #bddeff;
}
#sec03:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #ffffff transparent transparent transparent;
}
#sec03 h3:before {
	content: "";
	display: block;
	position: absolute;
	top: -22px;
	left: -20px;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background-color: #ffea00;
	z-index: -1;
}
#sec03 .row {
	margin-bottom: 100px;
}
#sec03 .row .col-sm-6:first-child {
	margin-bottom: 40px;
}
#sec04 p {
	text-align: left;
}
#sec04 .row > div > div {
	padding: 40px;
	text-align: center;
	background-color: rgba(255,255,255,.9);
}
#sec04 .row > div > div:first-child {
	margin-bottom: 40px;
}
#sec04 img {
	max-width: 170px;
	margin-bottom: 40px;
}
#sec04 {
	background-color: #BFBFBF;
	background-image: url("/lp/synergylead/form_edition/img/img_04.png");
	background-position: center top;
	background-size: cover;
}
#sec05 {
	text-align: center;
	background-color: #2670b9;
}
#sec05 h2 {
	color: #fff;
}
#sec03 h3.active:before {
	animation-name: point;
	animation-duration: .5s;
	animation-timing-function: cubic-bezier(.45, -0.45, .45, 4);
	animation-delay: .5s;
	animation-iteration-count: 1;
}

@media screen and (min-width: 420px) {
h2 {
	font-size: 48px;
	color: #2670b9;
	margin-bottom: 70px
}
main .cta-btn {
	width: auto;
	padding: 25px 85px;
}
#sec01 {
	padding-top: 120px 
}
#sec01 p {
	bottom: 60px;
}
#sec01 p a {
	font-size: 24px;
	padding: 0 45px;
}
#sec01 p a:after {
	display: inline-block;
}
}

@media screen and (min-width: 768px) {
h1 {
	font-size: 72px;
	font-size: 8vw;
}
header h1 {
	max-width: 200px;
	margin: 20px;
}
header > .cta-btn {
	font-size: 24px;
	padding: 5px 30px !important;
	margin: 20px;
}
#sec01 {
	background-image: url("/lp/synergylead/form_edition/img/bg_main.png");
	background-position: center center;
}
}

@media screen and (min-width: 768px) {
#sec03 .row .col-sm-6:first-child {
	margin-bottom: 0;
}
#sec04 .row > div > div {
	padding: 40px;
}
}

@media screen and (min-width: 992px) {
h1 {
	font-size: 72px;
	font-size: 6vw;
}
#sec04 .row > div > div {
	padding: 90px;
}
}

@media screen and (min-width: 1200px) {
h1 {
	font-size: 72px;
	font-size: 4.2vw;
}
#sec02 p {
	text-align: right;
	display: block;
}
}

 @keyframes point {
 0% {
transform: scale(.5);
}
 100% {
transform: scale(1);
}
}
 @keyframes comment {
 0% {
opacity: 0;
transform: translate(0, 50%);
}
 100% {
opacity: 1;
transform: translate(0, 0);
}
}
