@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: 14px;
	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;
}
.snsbtn_pc
{
	padding: 10px 5px 5px 10px;
	line-height: 0;
}
.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;
	}
}



.sect
{
	position: relative;
	color: #FFFFFF;
}
.sect_inner
{
	position: relative;
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;

	overflow: hidden;
}
.sect_y
{
	background-image: url(../images/plus-y.png);
	background-color: #fff5ae;
}
.sect_g
{
	background-image: url(../images/plus-g.png);
	background-color: #36ae9c;
}

.netapplogobox
{
	position: relative;
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.netapplogo
{
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 10;
	width: 35%;
	max-width: 180px;
}
.eyecatch
{
	max-width: 750px;
	margin: 50px auto 20px auto;
}

.topimg
{
	position: relative;
	max-width: 900px;
	margin: 0 auto;

	aspect-ratio: 2;
	object-fit: cover;

	overflow: visible;
}
@media all and (min-width: 960px)
{
	.topimg
	{
		width: calc(100% - 60px);
		left: -30px;
	}
}
.topimg_inner
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topimg .title
{
	width: 42.2%;
}
.topanime
{
	position: relative;
	width: 55.6%;
	overflow: visible;

	aspect-ratio: 1;
	object-fit: cover;
}
.topanime_grp
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: visible;
}
.topanime_inner
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	transform-origin: center center;
	animation: rotate_all 5s linear infinite;
}
.topanime_bg
{
	z-index: 10;
}
.topanime_disc
{
}
.topanime_hub
{
	z-index: 30;
}
.topanime_1
{
	position: absolute;
	top: 45%;
	left: 48%;
	width: 56%;

	transform-origin: center center;
	animation: rotate_indv 5s linear infinite;
}
.topanime_2
{
	position: absolute;
	top: 10%;
	left: 50%;
	width: 26%;

	transform-origin: center center;
	animation: rotate_indv 5s linear infinite;
}
.topanime_3
{
	position: absolute;
	top: 14%;
	left: 7%;
	width: 32%;

	transform-origin: center center;
	animation: rotate_indv 5s linear infinite;
}
.topanime_4
{
	position: absolute;
	top: 57%;
	left: 10%;
	width: 28%;

	transform-origin: center center;
	animation: rotate_indv 5s linear infinite;
}

@keyframes rotate_all
{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes rotate_indv
{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}


.top_lead
{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	margin: 80px auto 20px auto;
	color: #ec6f3a;

}

@media all and (max-width: 767px)
{
	.top_lead
	{
		font-size: 16px;
		margin-top: 40px;
	}
}


.merits
{
	margin: 20px auto;
	padding: 20px 20px 10px 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	overflow-hidden;
	text-align: center;
}
.merits_hd
{
}
.merits_hd .merits_title
{
	display: inline-block;
	width: 100%;
	max-width: 600px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	border-radius: 10px;
	overflow-hidden;
	padding: 8px 0;
}
.merits_bd
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 8px;
}
.merit
{
	width: calc(33.3% - 20px);
	margin: 20px auto;
}

.merit_arrow
{
	position: relative;
	top: -30px;
	width: 24px;
	margin: 0 3px;
	text-align: center;
	vertical-align: middle;
}

.merit .imgbox
{
	max-width: 270px;
	margin: 0 auto;
}

.merit_tx
{
	margin-top: 10px;
	padding: 20px;
	border-radius: 4px;
	overflow-hidden;
	height: 65px;
}

.merits_o
{
	border: 3px solid #ed6f3a;
}
.merits_o .merits_hd .merits_title
{
	background-color: #ed6f3a;
	color: #FFFFFF;
}
.merits_o .merit_tx
{
	font-weight: bold;
	border: 3px solid #7c86c1;
	color: #7c86c1;
}

.merits_g
{
	border: 3px solid #36af9d;
}
.merits_g .merits_hd .merits_title
{
	background-color: #36af9d;
	color: #FFFFFF;
}
.merits_g .merit_tx
{
	font-weight: bold;
	border: 3px solid #36af9d;
	color: #36af9d;
}

@media all and (max-width: 799px)
{
	.merits_hd .merits_title
	{
		max-width: 500px;
	}
	.merits_bd
	{
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.merit
	{
		width: 100%;
	}
	.merit_arrow
	{
		top: 0;
	}
	.merit_arrow img
	{
		transform: rotate(90deg);
	}
	.merit_tx
	{
		height: auto;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.merit_tx br
	{
		display: none;
	}
}


.sect2hd
{
	margin: 50px auto 30px auto;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sect2title
{
	text-align: center;
	color: #fff5ae;
	max-width: 400px;
	margin: 0 30px;
}
.sect2title h2
{
	font-size: 28px;
	font-weight: bold;
	margin: 10px auto 30px auto;
}

.funcbox
{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 10px 20px;
	margin: 30px auto 50px auto;
}
.funchd
{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	margin: 20px;
	color: #FFFFFF;
}
.funcbd
{
	margin: 10px auto;
	padding: 20px;
	background-color: #24887a;
	color: #FFFFFF;
}
.funcbd li
{
	list-style: disc;
	margin: 5px 0 5px 20px;
	line-height: 1.25;
}

.funcbd_y
{
	background-color: #fff100;
}
.funcbd_y li
{
	color: #24887a;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 15px 30px;
}
.funcbd_y .freq
{
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	background-color: #24887a;
	color: #fff100;
	border-radius: 4px;
	padding: 2px 4px;
}

.sect2parttitle
{
	margin: 30px auto;
	border-radius: 10px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	padding: 8px 0;
	background-color: #FFFFFF;
	color: #36af9d;
}

.points
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
}
.point
{
	margin: 10px 20px;
	text-align: center;
	width: 140px;
}
.point .imgbox
{
	max-width: 90px;
	margin: 10px auto;
}


@media all and (min-width: 768px)
{
	.merits_g2 .merit_tx
	{
		height: 85px;
	}
}








.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: #000000;
	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;

	min-width: 210px;
}

.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;
	}
}


