@charset "UTF-8";

/* :basic
-----------------------------------------------------------------------------*/
html
{
    height:100%;
}
body
{
	font-family: メイリオ, Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	word-break: normal;
	word-wrap: break-word;
    height: 100%;
	background-color: #FFFFFF;
	color: #323232;
	font-size: 16px;
	line-height: 1.5;
}
img
{
	margin: 0;
	vertical-align: bottom;
}
.imgbox img
{
	max-width: 100%;
}

a:link {
	color: #36C;
	text-decoration: none;
}
a:visited {
	color: #36C;
	text-decoration: none;
}
a:hover {
	color: #47459A;
	text-decoration: underline;
}

#head {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.head_l
{
	position: relative;
	float: left;
}
.head_r
{
	position: relative;
	float: right;
}

#head .logo
{
	float: left;
	margin: 18px 10px 10px 18px;
}
#head .logo:hover
{
	opacity: 0.75;
}


.contact {
	margin: 10px 20px 15px 20px;
}
.contact a {
	display: block;
}
.contact a:hover {
	opacity: 0.8;
}

.snsbtn
{
	display: inline-block;
/*
	height: 20px;
*/
	min-height: 20px;
	overflow: hidden;
	margin: 5px;
	vertical-align: top;
	line-height: 0;
}
.snsbtn_pc
{
	padding: 10px 5px 5px 10px;
}
.snsbtn_mb
{
	float: right;
	margin: 10px 5px 0  5px;
}
.snsbtn_mb a
{
	display: inline-block;
	margin: 0 5px 10px 0;
}

.pdf_dl {
	font-weight: normal;
	text-align: right;
	font-size: 10px;
	padding: 0 20px 10px 10px;
}

@media all and (min-width: 768px)
{
	#head
	{
		min-height: 102px;
	}
}


.main
{
	position: relative;

	background-color: #9cc715;
	color: #222222;
}
.main2
{
	position: relative;
	width: 100%;
	margin-top: 14px;
	padding: 20px 0;
	background-color: #f5ecd3;
}
.main2::before
{
	content: "";
	position: absolute;
	top: -14px;
	left: 0;
	width: 100%;
	height: 14px;

	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="14" viewBox="0 0 200 14"><path d="M0,7 C50,14 50,0 100,7 C150,14 150,0 200,7 L200,14 L0,14 Z" fill="%23f5ecd3"/></svg>');
	background-size: 200px 14px;
	background-repeat: repeat-x;
}
.dotbg
{
	background-image: 
		radial-gradient(rgba(255,255,255,0.3) 1px, transparent 1px),
		radial-gradient(rgba(255,255,255,0.3) 1px, transparent 1px);

	background-size: 18px 18px;

	background-position: 0 0, 9px 9px;
}

.main_wrapper
{
	position: relative;
	padding: 10px;
	max-width: 1080px;
	margin: 0 auto;
	overflow: visible;
}
.topimg
{
	position: relative;
}
.main2_wrapper
{
	position: relative;
	padding: 50px 10px;
	max-width: 1100px;
	margin: 0 auto;

	background-image: url('../images/main2star1.png'), url('../images/main2star2.png');
	background-size: 60px 60px, 40px 40px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 20%, 0 80%;
}
.main2_wrapper_inner
{
	position: relative;
	max-width: 940px;
	margin: 0 auto;
}
@media all and (min-width: 1100px)
{
	.main2_wrapper
	{
		background-position: calc(50vw + 550px - 60px) 20%, calc(50vw - 550px) 80%;
	}
}

.topchr
{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 40%;
	max-width: 460px;
	height: 100%;
	overflow: hidden;
}

.topchr_star
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.topchr_c
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
}
.topchr_l
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
}
.topchr_r
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
}
.topchr_star img
{
	transform-origin: 61.44% 42.74%; 
	animation: starrot 8s linear infinite;
}
.topchr_l img
{
	transform-origin: 60% 70%; 
	animation: waveswing_l 1s linear infinite;
}
.topchr_r img
{
	transform-origin: 20% 60%; 
	animation: waveswing_r 1s linear infinite;
}

@keyframes starrot
{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes waveswing_l
{
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(30deg);
	}
	75% {
		transform: rotate(-30deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes waveswing_r
{
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-30deg);
	}
	75% {
		transform: rotate(30deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@media all and (max-width: 767px)
{
	.topchr
	{
		width: 50%;
		right: 20%;
	}
}
@media all and (max-width: 539px)
{
	.topchr
	{
		width: 75%;
		right: 10%;
	}
}

.tophw
{
	position: relative;
	z-index: 50;
	max-width: 615px;
	text-align: center;
	margin: 0 auto -60px auto;
	padding-top: 10px;
}
@media all and (max-width: 767px)
{
	.main_wrapper
	{
		margin-bottom: -50px;
	}
	.topimg
	{
		padding-bottom: 180px;
	}
	.tophw
	{
		top: -50px;
	}
}

.problems
{
	margin: 10px auto 30px auto;
}
.problem
{
	background-color: #FFFFFF;
	width: 240px;
	border-radius: 10px;
	padding: 15px;
	margin: 50px auto 10px auto;
	font-size: 14px;
}
.problem_mk
{
	width: 180px;
	margin: -40px auto 0 auto;
}
.problem_hd
{
	position: relative;
	background-color: #fceef4;
	color: #ed6c1a;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	border-radius: 5px;
	padding: 15px 0 15px 40px;
}
.problem_user
{
	position: absolute;
	width: 46px;
	top: -10px;
	left: -10px;
}
.solution_hd
{
	position: relative;
	background-color: #eaf5fc;
	color: #2860ad;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	border-radius: 5px;
	padding: 15px 0 15px 15px;
	margin: 15px auto;
}
.solution_ham
{
	position: absolute;
	width: 46px;
	top: -10px;
	right: -10px;
}
.solution_tx_u
{
	color: #2860ad;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	border-left: 4px solid #2860ad;
	padding-left: 10px;
	margin: 15px 0;
}
.solution_fig
{
	max-width: 240px;
	margin: 20px auto -10px auto;
}

@media all and (min-width: 880px)
{
	.problems
	{
		display: flex;
		justify-content: space-between;
	}
}
@media all and ((min-width: 960px) or (max-width: 767px))
{
	.problem
	{
		width: 270px;
	}
	.solution_hd
	{
		font-size: 20px;
	}
}

.merits
{
	margin: 50px auto;
}
.merits_hd
{
	max-width: 940px;
	margin: 0 auto;
}

.merit
{
	position: relative;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 15px;
	margin: 20px auto;
	font-size: 14px;
}
.merit_hd
{
	position: relative;
	background-color: #eaf5fc;
	color: #2860ad;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	border-radius: 5px;
	padding: 10px 10px 10px 100px;
}
.merit_mk
{
	width: 75px;
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 30px;
}
.merit_tx
{
	margin: 15px 15px 15px 100px;
}
.merit_bd
{
	background-color: #ebf4e2;
	padding: 10px;
}
.merit_ontap
{
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 10px;
}
.merit_ontap .imgbox
{
	max-width: 60px;
	margin-top: 10px;
	display: inline-block;
}
.featstbl table
{
	margin: 10px auto;
}
.featstbl th
{
	border: 2px solid #ebf4e2;
	background-color: #9cc715;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 2px 4px;
}
.featstbl td
{
	border: 2px solid #ebf4e2;
	background-color: #FFFFFF;
	padding: 2px 4px;
	font-size: 13px;
	line-height: 1.25;
}
.featstbl tr > *:first-child
{
	width: 36%;
}

.lineup > .lineup_tr:nth-child(n+2)
{
	border-top: 2px solid #FFFFFF;
}
.lineup_title
{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.lineup_tx
{
	font-size: 13px;
	line-height: 1.25;
}
.lineup_grp_tx
{
	display: block;
	background-color: #9cc715;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0;
	width: 168px;
	text-align: center;
	white-space: nowrap;
	overflow: visible;
}
.lineup_hw
{
	margin: 10px;
	max-width: 200px;
}
.lineup_hw .imgbox
{
	max-width: 180px;
	margin: 4px auto;
}
.lineup_cloud
{
	display: flex;
	justify-content: flex-start;
	margin: 10px;
}
.lineup_cloud .lineup_title
{
	text-align: left;
}

.certs
{
	margin: 10px auto;
}
.cert
{
	text-align: center;
	margin: 10px auto;
	font-size: 13px;
	line-height: 1.25;
}
.cert .imgbox
{
	width: 70px;
	margin: 0 auto;
}

@media all and (min-width: 880px)
{
	.merit_bd
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.featstbl
	{
		display: flex;
		justify-content: center;
	}
	.featstbl table
	{
		width: 48%;
	}
	.lineup_tr
	{
		display: flex;
		justify-content: flex-start;
		margin-left: 10px;
	}
	.lineup_grp_tx
	{
		margin-top: 36px;
	}
	.lineup_hw
	{
		margin: 10px 0 10px 10px;
	}
	.lineup_cloud
	{
		margin: 12px 0 10px 10px;
		width: 148px;
	}
	.lineup_cloud .imgbox
	{
		width: 24px;
		margin-right: 4px;
	}
	.lineup_cloud_bd
	{
		width: 120px;
	}
	.lineup_cloud .lineup_title
	{
		margin-bottom: 8px;
	}
	.certs
	{
		display: flex;
		justify-content: space-between;
	}
}

@media all and (max-width: 879px)
{
	.merits_hd
	{
		width: 85%;
		max-width: 330px;
	}
	.merit
	{
		width: 270px;
		margin-top: 40px;
	}
	.merit_hd
	{
		font-size: 16px;
		padding: 10px;
		margin-top: 40px;
		text-align: center;
	}
	.merit_tx
	{
		margin: 15px 0;
	}
	.merit_mk
	{
		top: -30px;
		left: calc(50% - 38px);
	}
	.lineup_grp_tx
	{
		margin: 20px auto;
	}
	.lineup_hw
	{
		margin: 20px auto;
	}
	.lineup_cloud
	{
		margin: 15px 0 15px 5px;
	}
	.lineup_cloud .imgbox
	{
		width: 30px;
		margin-right: 10px;
	}
	.lineup_cloud_bd
	{
		width: 200px;
	}
}




















.btBlock {
	text-align:center;
	padding: 50px 0;
	clear:both;
}
.btBlock #btn_caution {
	font-size: 12px;
	line-height: 1.25;
	color: #666666;
	margin: 10px auto;
	max-width: 80%;
}
.btBlock .formBt {
	display: inline-block;
	font-weight: bold;
	border-radius: 8px;
	overflow: hidden;
	margin: 10px;

	background-color: #9cc715;
	color: #FFFFFF;
}
.btBlock .formBt:hover {
	opacity: 0.8;
	cursor: pointer;
}
.btBlock .formBt a {
	display: inline-block;
	padding: 20px 30px;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}

.company {
	margin: 0 auto;
	line-height: 1.5;
	max-width: 730px;
	padding: 0 10px;
}
.company h2 {
	padding: 8px 10px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
	color: #000;
	border: 1px solid #CCCCCC;
	border-radius: 4px;

	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100% );
}
.company h2 span {
	border-left: 4px solid #CC0000;
	padding: 4px 8px;
	display: inline-block;
	line-height: 1;
}
.company table {
	border-left: #CCC solid 1px;
	border-top: #CCC solid 1px;
	font-size: 12px;
}
.company th {
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	padding: 6px 10px;
	width: 20%;
	white-space: nowrap;
	background-color: #F3F4F1;
}
.company td {
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
	padding: 6px 10px;
}


.nwlinks
{
	margin: 20px auto;
	text-align: center;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	padding: 5px 0;
}
.nwlinks ul
{
	text-align: center;
	font-size: 0;
}
.nwlinks li
{
	list-style: none;
	color: #999999;
	font-size: 14px;
	line-height: 1;
	margin: 0;
}
.nwlinks li a
{
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: #999999;
}
.nwlinks li a:hover
{
	color: #3366CC;
	text-decoration: underline;
}
@media all and (min-width: 768px)
{
	.nwlinks li
	{
		display: inline-block;
	}
	.nwlinks li:not(:last-of-type)::after
	{
	    content: "｜";
	    margin: 0 5px;
	}
}



#footer {
	text-align: center;
	padding: 40px 0 60px;
	font-size: 11px;
	color: #999;
}




.clear {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
}

@media all and (max-width: 1599px)
{
	.lgonly
	{
		display: none;
	}
}
@media all and (min-width: 1600px)
{
	.mdonly
	{
		display: none;
	}
}

@media all and (max-width: 767px)
{
	.lgonly,
	.mdonly,
	.pconly
	{
		display: none;
	}
}
@media all and (min-width: 768px)
{
	.mbonly
	{
		display: none;
	}
}


