@charset "UTF-8";
/*---------------------------------------------------------
reset
---------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "MS PGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","sans-serif ";
	box-sizing:border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	background-color: #fff;
	-webkit-text-size-adjust: none;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}

a {
	color: #0097b5;
	outline: none;
}
.sp {
	display: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	width:100%;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

a.anchor {
	position: relative;
	top: -80px;
	display: block;
}
.container{
	max-width:1000px;
	margin:auto;
}
/*---------------------------------------------------------
header
---------------------------------------------------------*/
header{
	margin:auto;
	box-shadow: 0px 2px 3px 0px rgba(32, 21, 3, 0.11);
	height:50px;
}
header .container{
	display:flex;
}
header .logo{
	width:80px;
	margin:7px 15px 0;
}
header .ttl{
	width:196px;
	margin-top:18px;
}
header .description{
	color:#0094f9;
	font-size:16px;
	font-weight:600;
	margin:18px 14px 0 auto;
}
/*---------------------------------------------------------
main
---------------------------------------------------------*/
main{
	background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/main_bg.jpg") no-repeat center center / cover;
	display:block;
}
main .container{
	display:flex;
}
main figure{
	flex:1;
	padding:28px 30px 75px 20px;
}
main form{
	width:41%;
	margin-top:50px;
}
main .wrap{
	margin: 0 15px;
}
main .wrap header{
	background:#fff;
	border-radius:5px 5px 0 0;
	height:auto;
	box-shadow:none;
}
main .wrap figure{
	max-width:81%;
	margin:auto;
	padding:24px 0 14px;
}
main .wrap p{
	text-align:center;
	padding-bottom:18px;
}
main .wrap p span{
	color:#000000;
	font-weight:bold;
}
.wizard{
	overflow:visible;
}
.wizard > .steps{
	background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/ribbon.png") no-repeat;
	width:calc(100% + 30px);
	margin-left:-15px;
	height: 75px;
}
.wizard ul{
	font-size:16px;
	width:calc(100% - 30px);
	margin:auto;
}
.wizard > .content{
	background:#fff;
	margin-top: -15px;
	border-radius:0;
}
.wizard ul li span{
	display:block;
	padding-left:12px;
	position:relative;
	margin-bottom:8px;
}
.wizard ul li span::before{
	content:"";
	background:#0093fa;
	display:block;
	width:8px;
	height:8px;
	border-radius:8px;
	position:absolute;
	top:4px;
	bottom:0;
	left:0;
	margin:auto;
}
.wizard > .content > .body input[type="radio"]{
	width:auto;
	display:inline-block;
	line-height: 1.2em;
	height: auto;
}
.wizard > .content > .body label{
	margin: 0 10px 10px 0;
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 44%;
	line-height: 1.3;
	padding: 1em 0;
}
.wizard > .content > .body label.even{
	margin-right:0;
}
.wizard > .content > .body label.error{
	background:none;
	width:100%;
	border:0;
}
p.outlink{
	text-align:center;
	font-size:0.8em;
	width:90%;
	margin:auto;
}
.wizard .pp{
	text-align:center;
}
@media screen and (min-width: 768px) and (max-width: 955px) {
	.wizard > .content > .body label{font-size:12px;}
	.wizard > .content > .body ul > li{padding:6px 0;}
}
/*---------------------------------------------------------
managers
---------------------------------------------------------*/
#mngs{
	background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/managers_bg.jpg") no-repeat center top / cover;
	padding:70px 0 60px;
}
#mngs h3{
	color:#fff;
	font-size:36px;
	text-align:center;
}
#mngs h3 span{
	font-weight:600;
	position: relative;
	padding-top: 0.4em;
}
#mngs h3 span::before {
	position: absolute;
	content: "";
	width: 0.2em;
	height: 0.2em;
	border-radius: 50%;
	background-color: #fff;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
#mngs h3 em{
	color:#f5e700;
}
#mngs ul{
	max-width:953px;
	display:flex;
	justify-content:space-between;
	margin:35px auto 0;
}
#mngs ul li{
	width:31%;
	color:#fff;
	font-weight:600;
	text-align:center;
}
#mngs .balloon{
	background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/balloon.png") no-repeat center top / contain;
	min-height:196px;
}
#mngs .balloon strong{
	color:#fae800;
	font-size:24px;
	font-weight:600;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 105px;
}
#mngs li figure{
	width:72%;
	margin:10px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 850px) {
	#mngs .balloon strong{
		font-size:20px;
		height:80px;
	}
	#mngs .balloon p{
		font-size:14px;
	}
}
/*---------------------------------------------------------
increase
---------------------------------------------------------*/
#increase{
	background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/increase_bg.png") no-repeat top center / cover;
	padding:100px 0;
	position:relative;
}
#increase::after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:-48px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 48px 40px 0 40px;
	border-color: #eeeeee transparent transparent transparent;
	margin:auto;
}
#increase h3{
	font-size:42px;
	font-weight:600;
	text-align:center;
}
#increase h3 small{
	font-size:0.86em;
	display:block;
}
#increase h3 span{
	color:#0093fa;
}
#increase ul{
	display:flex;
	margin-top:30px;
}
#increase ul li:first-child{
	width:39.2%;
	margin-right:3.8%;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	font-size:24px;
	font-weight:600;
	line-height:1.3;
	padding:30px 0 0;
	margin-top:18px;
	text-align:center;
}
#increase ul li:first-child span{
	display:block;
	font-size:32px;
	color:#0093fa;
}
#increase .award{
	width:83.4%;
	margin:12px auto 0;
}
#increase ul li:last-child{
	width:57%;
}
#increase .certificate{
	background:#fff;
	display:flex;
	padding:20px;
	margin-top:30px;
}
#increase .certificate figure{
	width:38.75%;
	margin-right:3.8%;
}
#increase .certificate p{
	flex:1;
	font-weight:500;
}
#increase .certificate p span {
	background: linear-gradient(transparent 60%, #f5e700 60%);
	display: inline-block;
	margin-bottom: 12px;
	font-size:24px;
	white-space:nowrap;
}
/*---------------------------------------------------------
clients
---------------------------------------------------------*/
#clients{
	background:#fae800 url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/clients_bg.png") no-repeat right bottom;
	padding:80px 0 130px;
	text-align:center;
}
#clients h3{
	font-size:42px;
	font-weight:600;
}
#clients figure{
	max-width:886px;
	margin:36px auto 0;
}
/*---------------------------------------------------------
cv
---------------------------------------------------------*/
#cv{
	position:relative;
	padding-top:43px;
	margin-top:-43px;
}
#cv .bg{
	background-image: -webkit-linear-gradient( 90deg, rgb(81,175,230) 0%, rgb(4,119,178) 100%);
	display:flex;
	max-height: 311px;
}
#cv .txt{
	max-width:733px;
	position: relative;
	top: -17px;
	margin:0 1.8% 0 14.285%;
	padding-bottom:26px;
}
#cv .txt figure{
	margin-bottom:10px;
}
#cv .device{
	background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/device.png") no-repeat left top;
	width:35.5%;
	position: relative;
	top: -43px;
	margin-bottom: -43px;
}
/*---------------------------------------------------------
problem
---------------------------------------------------------*/
#problem{
	background:#eee;
	padding:40px 0 96px;
}
#problem h3{
	background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/problem_bg.png") no-repeat center bottom;
	font-size:42px;
	font-weight:600;
	text-align:center;
	line-height:146px;
}
#problem section{
	max-width:1000px;
	margin:0 auto 50px;
}
#problem section:last-child{
	margin-bottom:0;
}
#problem section header {
	border-radius: 5px;
	box-shadow: 0px 2px 8px 0px rgba(32, 21, 3, 0.34);
	color:#0093fa;
	display:flex;
	align-items: center;
	max-width: 896px;
	height: 180px;
	padding:37px 0 37px 40px;
	position:relative;
	z-index:2;
}
#problem section.p1 header {
	background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/p1_bg.png") no-repeat top right / cover;
}
#problem section.p2 header {
	background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/p2_bg.png") no-repeat top right / cover;
}
#problem section.p3 header {
	background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/p3_bg.png") no-repeat top right / cover;
}
#problem section header .no{
	border:2px solid #0093fa;
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
	font-size:26px;
	font-weight:500;
	width:106px;
	height:106px;
	margin-right: 26px;
}
#problem section header .no figure{
	display:flex;
	margin-bottom:14px;
}
#problem section header .no span{
	line-height:1;
}
#problem section header p{
	font-size:24px;
	font-weight:400;
}
#problem section .content {
	border-radius: 5px;
	background-color: #002248;
	box-shadow: 0px 2px 8px 0px rgba(32, 21, 3, 0.34);
	max-width: 996px;
	padding:95px 50px 50px;
	margin-top:-46px;
}
#problem section .content .ttl{
	text-align:center;
}
#problem section.p1 .content .ttl img{
	max-width:800px;
	margin-bottom:33px;
}
#problem section.p2 .content .ttl img{
	max-width:867px;
	margin-bottom:33px;
}
#problem section.p3 .content .ttl img{
	max-width:896px;
	margin-bottom:33px;
}
#problem section .content .innr{
	display:flex;
}
#problem section .content .innr figure{
	width:40%;
	max-width:350px;
	margin-right:40px;
}
#problem section .content .innr ul{
	flex:1;
	color:#fff;
}
#problem section .content .innr ul li{
	background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/chk.png") no-repeat left top / 29px;
	padding-left:38px;
}
#problem section .content .innr ul li:nth-child(2){
	margin:40px 0;
}
#problem section .content .innr ul li strong{
	font-size:24px;
	font-weight:600;
	line-height:1;
	display:block;
	margin-bottom:16px;
}
@media screen and (max-width: 850px){
	#problem h3{
		font-size:36px;
	}
}
/*---------------------------------------------------------
voice
---------------------------------------------------------*/
#voice{
	background: #fae800;
	padding:80px 0;
}
#voice h3{
	font-size:42px;
	font-weight:600;
	text-align:center;
	margin-bottom:40px;
}
#voice section {
	border-radius: 5px;
	background:#fff;
	box-shadow: 0px 2px 8px 0px rgba(32, 21, 3, 0.34);
	display:flex;
	max-width: 996px;
	padding:50px;
	margin:0 auto 50px;
}
#voice section:last-child{
	margin-bottom:0;
}
#voice section .pic{
	width:46.1%;
}
#voice section .pic figure{
	max-width:373px;
	position:relative;
	margin:0 8.3% 30px 0;
}
#voice section .pic figcaption{
	background:#002248;
	border-radius:5px;
	color:#fff;
	font-weight:500;
	line-height:38px;
	position:absolute;
	top:-19px;
	left:20px;
	padding:0 10px 0 0;
}
#voice section .pic figcaption span{
	background:#0093fa;
	border-radius:5px 0 0 5px;
	display:inline-block;
	line-height:38px;
	padding:0 15px;
	margin-right:15px;
}
#voice section .txt{
	flex:1;
}
#voice section .txt h4{
	font-size:24px;
	font-weight:500;
	color:#0093fa;
	margin-bottom:20px;
}
#voice section .txt .before{
	background:#d6eef9;
	border-radius:5px;
	padding:20px;
	margin-bottom:22px;
	position:relative;
}
#voice section .txt .before::after{
	content: url(../img/improve.png);
	position: absolute;
	bottom: -65px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#voice section .txt .before strong{
	color:#002248;
	font-size:20px;
	font-weight:500;
	display:block;
	line-height:1;
	margin-bottom:16px;
}
#voice section ul{
	list-style:disc;
	margin-left:20px;
}
#voice section .txt .after{
	background:#fae800;
	border-radius:5px;
	padding:20px;
}
#voice section .txt .after strong{
	color:#0093fa;
	font-size:20px;
	font-weight:500;
	display:block;
	line-height:1;
	margin-bottom:16px;
}
#voice section .txt .after span{
	color:#0093fa;
}
@media screen and (max-width: 920px){
	#voice section .pic figcaption{
		font-size:13px;
		left:0;
	}
}
/*---------------------------------------------------------
twelve
---------------------------------------------------------*/
#twelve{
	background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/12_bg.png") no-repeat top center / cover;
	padding:60px 0 50px;
}
#twelve h3{
	color:#fff;
	font-size:42px;
	font-weight:600;
	text-align:center;
}
#twelve ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:943px;
	margin:auto;
}
#twelve ul li{
	color:#fff;
	width:15.17%;
	text-align:center;
	margin-top:40px;
}
#twelve ul li figcaption{
	margin-top:10px;
}
/*---------------------------------------------------------
support
---------------------------------------------------------*/
#support{
	background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/support_bg.png") no-repeat top center / cover;
	padding:50px 0 90px;
}
#support h3{
	color:#002248;
	font-size:42px;
	font-weight:600;
	text-align:center;
	margin-bottom:50px;
}
#support .container{
	position:relative;
}
#support figure{
	margin-left:10px;
	max-width:53.7%;
	position:relative;
	z-index:1;
}
#support .txt{
	background:#fff;
	border-radius: 5px;
	box-shadow: 0px 2px 8px 0px rgba(32, 21, 3, 0.34);
	width:51%;
	padding:0 2% 60px 4%;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
}
#support .txt strong{
	color:#0093fa;
	font-size:26px;
	font-weight:600;
	display:block;
	margin-top:40px;
}
#support .txt p{
	margin-top:10px;
}
@media screen and (max-width: 810px){
	#support .txt strong{font-size:22px;}
}
/*---------------------------------------------------------
trial
---------------------------------------------------------*/
#trial{
	background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/trial_bg.png") no-repeat center top / cover;
	padding:50px 0;
}
#trial h3{
	color:#002248;
	font-size:42px;
	font-weight:600;
	text-align:center;
}
#trial section{
	max-width:1100px;
	margin:50px auto 0;
	display:flex;
}
#trial section figure{
	width:58%;
	margin-right:3%;
}
#trial section .txt{
	flex:1;
}
/*---------------------------------------------------------
form
---------------------------------------------------------*/
#form{
	background:#eee;
	padding:48px 0 40px;
}
#form section{
	background:#fff;
	border-radius: 5px;
	box-shadow: 0px 2px 8px 0px rgba(32, 21, 3, 0.34);
	max-width:1000px;
	margin:auto;
	padding:36px 0 ;
}
#form p{
	text-align:center;
	margin-bottom:10px;
}
#form p span{
	color:#000000;
	font-weight:bold;
}
#form h3{
	max-width:374px;
	margin:auto;
}
#form strong {
	background-color: #0296f6;
	color: #fff;
	font-size:24px;
	font-weight:600;
	margin: 13px -32px 35px;
	padding: 15px;
	position: relative;
	display: block;
	width: calc( 100% + 64px );
	text-align:center;
}
#form strong::before,
#form strong::after {
	border: none;
	border-bottom: solid 27px transparent;
	content: '';
	position: absolute;
	top: 100%;
}
#form strong::before {
	border-right: solid 32px #002248;
	left: 0;
}
#form strong::after {
	border-left: solid 32px #002248;
	right: 0;
}
#form dl{
	margin-left:12.8%;
}
#form dt{
	font-size:20px;
	font-weight:500;
	line-height:1.2;
	margin-bottom:10px;
}
#form dl span{
	background:#a40000;
	border-radius:5px;
	color:#fff;
	display:inline-block;
	margin-right:10px;
	padding:0 10px;
}
#form dd{
	margin-left:14.5%;
	margin-bottom:50px;
}
#form input{
	background:#f4f4f4;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:24px;
	padding:12px;
}
.firstname input{
	display:inline-block;
	background:#f4f4f4;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:24px;
	padding:12px;
}
#form input.company{
	width:50%;
}
#form input[type=email]{
	width:44%;
}
#form input[type=radio]{
	padding:0;
}
.control {
	display: inline-block;
	position: relative;
	padding-left: 48px;
	cursor: pointer;
	font-size: 16px;
	margin:20px 35px 20px 0;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control__indicator {
	position: absolute;
	top: -4px;
	left: 0;
	height: 32px;
	width: 32px;
	background: #f4f4f4;
}
.control--radio .control__indicator {
	border-radius: 50%;
	border:1px solid #ccc;
}
.control input:checked ~ .control__indicator {
	background: #2aa1c0;
}
.control__indicator:after {
	content: '';
	position: absolute;
	display: none;
}
.control input:checked ~ .control__indicator:after {
	display: block;
}
.control--radio .control__indicator:after {
	left: 10px;
	top: 10px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #fff;
}
#form .link{
	background:#d6eef9;
	border-radius:5px;
	display:inline-block;
	padding:10px;
}
#form a{
	color:#000;
}
#form input[type=submit]{
	background: url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/submit.png") no-repeat center top / cover;
	border: 0 none;
	cursor: pointer;
	display:block;
	background-size: contain;
	max-width:61.4%;
	width:100%;
	padding-top: 6.4%;
	margin:auto;
}
/*---------------------------------------------------------
footer
---------------------------------------------------------*/

footer {
	width: 100%;
	background: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align:center;
	line-height:72px;
}

#thanks {
	text-align:center;
	padding: 0 0 100px;
}
#thanks h2{
	font-size:32px;
	font-weight:bold;
	color:#c52d27;
	padding: 100px 0;
	line-height: 2;
}
#page-top{
	max-width:326px;
	position:fixed;
	right:20px;
}
#page-top img{
	vertical-align:bottom;
}
/*---------------------------------------------------------
Mobile
---------------------------------------------------------*/

/*Media Queries*/

@media screen and (max-width: 767px) {
	body, html {
		min-width: 100%;
	}
	body {
		font-size: 15px;
	}
	img {
		max-width: 100%;
	}
	img.sp {
		width: 100%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
		}
	header{
		height:36px;
	}
	header .container{
		align-items:center;
		display:block;
		overflow:hidden;
	}
	header .logo {
		margin: 1px 10px 0 10px;
		width:auto;
		float:left;
	}
	header .logo img{
		width:64px;
	}
	header .ttl{
		width:98px;
		margin-top:6px;
		float:left;
	}
	header .description{
		margin-top: 0;
		font-size: 10px;
		transform: scale(0.8);
		transform-origin: right center;
		display: block;
		margin: 11px 10px 0 0;
		flex: 1;
		white-space: nowrap;
		float: right;
	}
	@media screen and (max-width: 360px){
		header .logo img{width:60px;}
		header .ttl{width:80px;}
		header .description{
			transform: scale(0.65);
			transform-origin: left center;
			width: 110px;
		}
	}
	main {
		background:#fae800 url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/main_bgs.jpg") no-repeat top center / 100%;
	}
	main .container{
		flex-direction:column;
	}
	main figure {
		padding: 17px 15px 15px 25px;
	}
	main form{
		width:94%;
		margin:15px auto 50px;
	}
	main .wrap figure {
		max-width: 68%;
		margin: auto;
		padding: 9px 0 0;
	}
	main .wrap p{
		font-size:13px;
		padding-bottom: 12px;
	}
	.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active{
		font-size:20px;
		padding: 10px 0;
	}
	.wizard > .steps {
		background: url(../img/ribbon.png) no-repeat;
		background-size:contain;
		width: calc(100% + 26px);
		margin-left: -13px;
		height: 67px;
	}
	.wizard ul {
		font-size: 13px;
		width: calc(100% - 26px);
		margin: auto;
	}
	.wizard > .actions > ul{
		padding-bottom:16px;
	}
	.wizard > .content{
		margin-top:-16px;
	}
	.wizard > .content > .body input{
		line-height: 40px;
	}
	a[role=menuitem] img{
		width:88%;
	}
	.wizard > .content > .body ul > li{
		padding: 6px 0 10px;
	}
	p.outlink a,.pp{
		font-size:10px;
		text-align:center;
	}
	#mngs {
		background: url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/managers_bgs.jpg") no-repeat center top / cover;
		padding: 50px 15px;
	}
	#mngs h3{
		font-size:24px;
	}
	#mngs h3 span{
		position: relative;
		padding-top: 0.3em;
	}
	#mngs h3 span::before {
		position: absolute;
		content: "";
		width: 0.2em;
		height: 0.2em;
		border-radius: 50%;
		background-color: #fff;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
	#mngs ul{
		display:block;
		margin:30px auto 0;
	}
	#mngs ul li{
		display:flex;
		flex-direction:row-reverse;
		align-items: center;
		width:100%;
		margin-bottom:25px;
	}
	#mngs li figure {
		width: 31.5%;
		margin:0 12px 0 0;
	}
	#mngs .balloon {
		background: url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/balloons.png") no-repeat left top / contain;
		min-height: 80px;
		width:61%;
		font-size:12px;
		padding: 0 0 0 12px;
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#mngs .balloon strong {
		font-size: 16px;
		line-height: 1.3;
		height: auto;
		text-align:center;
	}
	#increase {
		background: url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/increase_bgs.png") no-repeat top center / cover;
		padding: 50px 25px;
	}
	#increase h3{
		font-size:24px;
	}
	#increase h3 small{
		font-size:18px;
	}
	#increase ul{
		display:block;
	}
	#increase ul li:first-child{
		width:78.2%;
		font-size:18px;
		margin:0 auto 20px;
	}
	#increase ul li:last-child{
		width:87.7%;
		margin:0 auto 20px;
	}
	#increase ul li:first-child span{
		font-size:18px;
	}
	#increase .certificate{
		display:block;
		font-size:10px;
		padding:20px 10px;
	}
	#increase .certificate figure{
		width:65.3%;
		margin:auto;
	}
	#increase .certificate p span {
		background: linear-gradient(transparent 60%, #f5e700 60%);
		display: table;
		margin: 0 auto 6px;
		font-size: 12px;
	}
	#increase::after {
		bottom: -30px;
		border-width: 30px 26px 0 26px;
	}
	#clients {
		background: #fae800 url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/clients_bgs.png") no-repeat right bottom / cover;
		padding: 50px 25px;
	}
	#clients h3{
		font-size:24px;
	}
	#clients figure{
		margin-top:20px;
	}
	#cv{
		padding:0;
		margin:0;
	}
	#cv .bg{
		display:block;
	}
	#cv .txt {
		position: relative;
		top: 0;
		margin: 0 4% 0 ;
		padding-bottom: 0;
	}
	#cv .txt .lede{
		color:#f5e702;
		font-size:15px;
		font-weight:600;
		padding-top:18px;
		text-align:center;
		margin-bottom:6px;
	}
	#cv .txt .lede span{
		color:#fff;
		display:table;
		border:1px solid #fff;
		border-radius:15px;
		line-height:2;
		margin: 0 auto 4px;
		padding:0 1em;
	}
	#cv .device{
		background: url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/devices.png") no-repeat right bottom / 93.33%;
		width: 100%;
		position: relative;
		top: 0;
		margin-bottom: 0;
		padding-top:32%;
	}
	#problem{
		padding:27px 15px 50px;
	}
	#problem h3 {
		background: url("//wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/problem_bg.png") no-repeat center bottom / contain;
		font-size: 24px;
		line-height:1.2;
		display: flex;
		height: 100px;
		align-items: center;
		justify-content: center;
	}
	#problem section{
		margin-bottom:25px;
	}
	#problem section header{
		border-radius: 2.5px;
		max-width:85.6%;
		height:90px;
		padding:20px;
	}
	#problem section.p1 header {
		background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/p1_bgs.png") no-repeat top right / cover;
	}
	#problem section.p2 header {
		background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/p2_bgs.png") no-repeat top right / cover;
	}
	#problem section.p3 header {
		background:url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/p3_bgs.png") no-repeat top right / cover;
	}
	#problem section header .no {
		border: 1px solid #0093fa;
		font-size: 13px;
		width: 54px;
		height: 54px;
		margin-right: 8px;
	}
	#problem section header .no figure{
		width:38px;
		height:auto;
		display:block;
		margin-top: -10px;
		margin-bottom: 7px;
	}
	#problem section header .no figure img{
		height:auto;
	}
	#problem section header p{
		font-size:13px;
		flex:1;
	}
	#problem section .content {
		border-radius: 2.5px;
		padding: 48px 35px 35px;
		margin-top: -23px;
	}
	#problem section.p1 .content .ttl img,
	#problem section.p2 .content .ttl img,
	#problem section.p3 .content .ttl img{
		margin-bottom:15px;
	}
	#problem section .content .innr{
		display:block;
	}
	#problem section .content .innr figure{
		width:100%;
		margin:0 0 15px;
	}
	#problem section .content .innr ul li {
		background: url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/chk.png") no-repeat left top / 15px;
		font-size:13px;
		padding-left: 27px;
	}
	#problem section .content .innr ul li:nth-child(2) {
		margin: 27px 0;
	}
	#problem section .content .innr ul li strong{
		font-size:16px;
		margin-bottom:10px;
	}
	#voice {
		background: #fae80;
		padding: 50px 15px;
	}
	#voice h3 {
		font-size: 21px;
		font-weight: 600;
		text-align: center;
		margin-bottom: 35px;
	}
	#voice section {
		border-radius: 2.5px;
		background: #fff;
		display: block;
		padding: 25px;
		margin: 0 auto 25px;
	}
	#voice section .pic{
		width:100%;
		font-size:13px;
	}
	#voice section .pic figure {
		margin: 0 0 10px 0 ;
	}
	#voice section .pic figcaption {
		border-radius: 2.5px;
		line-height: 28px;
		position: absolute;
		top: -9px;
		left: 10px;
		padding: 0 10px 0 0;
		font-size: 14px;
	}
	#voice section .pic figcaption span {
		border-radius: 2.5px 0 0 2.5px;
		line-height: 28px;
		padding: 0 7px;
		margin-right: 7px;
	}
	#voice section .txt h4 {
		font-size: 15px;
		margin:10px 0 16px;
		font-weight:600;
	}
	#voice section .txt .before{
		border-radius: 2.5px;
		padding: 10px;
		margin-bottom: 14px;
	}
	#voice section .txt .after {
		border-radius: 2.5px;
		padding: 10px;
	}
	#voice section .txt .before strong,#voice section .txt .after strong{
		font-size:15px;
		margin-bottom:10px;
	}
	#voice section .txt .before::after {
		background: url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/improve.png") no-repeat top center / cover;
		content:"";
		width:78px;
		height:47px;
		position: absolute;
		bottom: -47px;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	#voice section ul{
		font-size:13px;
	}
	#twelve {
		background: url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/12_bgs.png") no-repeat top center / cover;
		padding: 40px 0 40px;
	}
	#twelve h3{
		font-size:21px;
	}
	#twelve ul {
		max-width: 83.2%;
		margin: auto;
	}
	#twelve ul li {
		width: 23%;
		text-align: center;
		margin-top: 20px;
	}
	#twelve ul li figcaption {
		margin-top: 0;
		font-size:13px;
		white-space:nowrap;
	}
	#support {
		background: url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/support_bgs.png") no-repeat top center / cover;
		padding: 55px 0 50px;
	}
	#support h3 {
		font-size: 21px;
		margin-bottom: 25px;
	}
	#support figure {
		margin: auto;
		max-width: 71.2%;
	}
	#support .txt {
		border-radius: 2.5px;
		font-size:13px;
		width: 72.8%;
		padding: 016px;
		position: relative;
		margin:auto;
	}
	#support .txt strong {
		font-size: 16px;
		font-weight: 600;
		margin-top:0;
	}
	#support .txt p:nth-child(2){
		margin-bottom:20px;
	}
	#trial {
		background: url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/trial_bgs.png") no-repeat center top / cover;
		padding: 50px 0 35px;;
	}
	#trial h3{
		font-size:21px;
	}
	#trial section{
		display:block;
		margin:14px 0 0;
	}
	#trial section figure {
		width: 86.1%;
		margin: auto;
	}
	#trial section .txt{
		width:82%;
		margin:auto;
	}
	#trial section .txt p{
		font-size:13px;
		font-weight:500;
		margin:0 0 1em 1em;
	}
	#form{
		padding:40px 20px;
	}
	#form section {
		border-radius: 2.5px;
		margin: auto;
		padding: 10px 0 25px;
	}
	#form p{
		font-size:13px;
	}
	#form h3{
		max-width:187px;
	}
	#form strong {
		font-size:13px;
		margin: 6px -16px 17px;
		padding: 8px;
		width: calc( 100% + 32px );
	}
	#form strong::before,
	#form strong::after {
		border-bottom: solid 13px transparent;
	}
	#form strong::before {
		border-right: solid 16px #002248;
	}
	#form strong::after {
		border-left: solid 16px #002248;
	}
	#form dl {
		margin-left: 14px;
	}
	#form dt{
		font-size:10px;
		margin-bottom:4px;
	}
	#form dl span {
		border-radius: 2.5px;
		margin-right: 4px;
		padding: 0 4px;
	}
	#form dd {
		margin-bottom: 25px;
	}
	#form input {
		border-radius: 2.5px;
		font-size: 13px;
		padding: 6px;
	}
	.firstname input {
		display:inline-block;
		border-radius: 2.5px;
		font-size: 13px;
		padding: 6px;
		width:38%!important;
	}
	.control {
		display: inline-block;
		position: relative;
		padding-left: 24px;
		cursor: pointer;
		font-size: 10px;
		margin: 10px 12px 10px 0;
	}
	.control__indicator {
		position: absolute;
		top: -2px;
		left: 0;
		height: 17px;
		width: 17px;
	}
	.control--radio .control__indicator:after {
		left: 5px;
		top: 5px;
		height: 5px;
		width: 5px;
		border-radius: 50%;
		background: #fff;
	}
	#form .link {
		border-radius: 2.5px;
		display: inline-block;
		padding: 5px;
		font-size:10px;
	}
	#form dd:last-child{
		margin-bottom:0;
	}
	#form p{
		font-size:10px;
		text-align:center;
		margin:10px 0;
	}
	#form input[type=submit] {
		background: url("/wp/wp-content/themes/hcm-jinjer_v4/images/campaign012/submits.png") no-repeat;
		border: 0 none;
		cursor: pointer;
		display: block;
		background-size: contain;
		max-width: 87.8%;
		width: 100%;
		padding-top: 13.74%;
		margin: auto;
	}
	footer{
		font-size:10px;
		line-height: 50px;
	}
	#page-top{
		max-width:100%;
			right:0;
		}
}
@media screen and (max-width: 348px) {
	#problem section header p{
		font-size:11px;
	}
	#cv .txt .lede span{
		font-size:14px;
	}
	#support .txt{
		width:82%;
	}
	.wizard > .steps{
		height:59px;
	}
	.wizard > .steps a{
		font-size: 16px;
		padding: 6px 0;
	}
	#mngs .balloon{
		font-size:10px;
	}
	#mngs .balloon strong{
		font-size:12px;
	}
}
