@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;
}
.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: #fcc800;
	color: #222222;
}

.netapplogobox
{
	position: relative;
	padding: 0 5px 20px 5px;
}
.netapplogo
{
	text-align: right;
}

.subpage1
{
	position: relative;
	padding: 10px 0 100px 0;

	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(170,170,160,0.3) calc(100% - 1px)),
	                linear-gradient(90deg, transparent calc(100% - 1px), rgba(170,170,160,0.3) calc(100% - 1px));
	background-size: 12px 12px;
	background-repeat: repeat;
	background-position: center center;
}
.subpage2
{
	position: relative;
	z-index: 10;
}
.subpage2top
{
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	height: 80px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.subpage2top_inner
{
	border-right: 50vw solid #fef4cc;
	border-left: 50vw solid #fef4cc;
	border-top: 80px solid transparent;
}
.subpage2_inner
{
	background-color: #fef4cc;
}

.wrapper
{
	width: 96%;
	max-width: 960px;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 auto;
}
.topimg
{
	position: relative;
}
.topimg_1
{
	position: relative;
	z-index: 20;
}
.topimg_2
{
	position: absolute;
	z-index: 110;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.topimg_3
{
	position: absolute;
	z-index: 120;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.topimg_4
{
	position: absolute;
	z-index: 130;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	animation: alt 2s linear infinite alternate;
}
@keyframes alt {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.topimg_lead
{
	position: relative;
	z-index: 150;
	margin: -50px auto 20px auto;
	width: 96%;
	max-width: 900px;
}
@media all and (max-width: 767px)
{
	.topimg_lead
	{
		margin: 0 auto 20px auto;
	}
}


.subpage1_lead
{
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	margin: 20px auto;
	text-align: center;
	color: #b60005;
}
.subpage1_leadp
{
	font-size: 24px;
	font-weight: bold;
	margin: 20px auto;
	width: 95%;
}
@media all and (max-width: 999px)
{
	.subpage1_lead
	{
		font-size: 4vw;
	}
	.subpage1_leadp
	{
		font-size: 3vw;
	}
}
@media all and (max-width: 767px)
{
	.subpage1_lead
	{
		font-size: 6vw;
	}
	.subpage1_leadp
	{
		font-size: 15px;
	}
}

.funcs
{
	max-width: 500px;
	margin: 30px auto;
}
.func
{
	box-sizing: border-box;
	width: 96%;
	margin: 10px auto;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
}
.func_aaa
{
	background-color: #fef4cc;
	border: 6px solid #004381;
	padding: 10px;
}
.func_aaa1
{
	display: flex;
	align-items: center;
	color: #004381;
	margin-bottom: 10px;
}
.func_aaa1 > .imgbox
{
	width: 75px;
	margin-right: 10px;
}
.func_aaa1 > p
{
	width: calc(100% - 85px);
}
.func_aaa2
{
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
}
.func_aaabtn a
{
	position: relative;
	display: block;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-color: #004381;
	color: #fef4cc;
	padding: 20px;
}
.func_aaabtn a:after
{
	content: '▶';
	position: absolute;
	top: 20px;
	right: 10px;
}
.func_aaabtn a:hover
{
	opacity: 0.75;
}
.func_s
{
	text-align: center;
	background-color: #004381;
	color: #fcc800;
	padding: 10px 0;
}
.func.func_full
{
	width: 96%;
}
.func_models_hd
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-color: #004381;
	color: #fef4cc;
	padding: 8px 0;
}
.func_models_bd
{
	background-color: #fef4cc;
	padding: 10px 20px;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.func_model
{
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #004381;
	margin: 10px 0;
}
.func_model p
{
	margin-top: 5px;
}
@media all and (max-width: 999px)
{
	.func_aaa2
	{
		font-size: 24px;
		margin-bottom: 10px;
	}
}
@media all and (max-width: 767px)
{
	.func_models_bd
	{
		justify-content: center;
		padding: 10px 0;
	}
	.func_model
	{
		margin: 5px;
	}
}
@media all and (min-width: 768px) and (max-width: 999px)
{
	.func
	{
		font-size: 18px;
	}
}
@media all and (min-width: 1000px)
{
	.func
	{
		font-size: 20px;
	}
}
@media all and (min-width: 768px)
{
	.funcs
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		max-width: initial;
	}
	.func
	{
		width: calc(50% - 10px);
		margin: 10px 0;
	}
	.func.func_full
	{
		width: 100%;
	}
}

.points
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px auto 50px auto;
}
.point
{
	width: 300px;
	margin: 10px;
}
.point_hd
{
	background-color: #004381;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;

	display: flex;
	align-items: center;
}
.point_hd_no
{
	background-color: #fcc800;
	color: #004381;
	font-size: 16px;
	line-height: 1;
	padding: 8px 4px;
	margin-right: 10px;

	display: flex;
	align-items: center;
}
.point_hd_no span
{
	display: inline-block;
}
.point_hd_no .enc
{
	position: relative;
	top: -1px;
	padding-top: 2px;
	color: #fcc800;
	background-color: #004381;
	text-align: center;
	font-size: 14px;
	height: 16px;
	width: 16px;
	border-radius: 10px;
	margin-left: 4px;
}
.point_bd
{
	background-color: #FFFFFF;
	padding: 10px;
	height: 200px;
}
.point_bd p
{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	color: #004381;
	margin-top: 10px;
}
@media all and (max-width: 639px)
{
	.point
	{
		margin: 10px auto;
	}
}
@media all and (min-width: 768px)
{
	.points
	{
		align-items: flex-end;
	}
}
@media all and (min-width: 1000px)
{
	.points
	{
		justify-content: space-between;
	}
	.point
	{
		margin: 10px 0;
	}
}

.supportplus_hd
{
	margin: 50px auto 30px auto;
	max-width: 635px;
}
.supportplus_lead
{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	color: #b60005;
	text-align: center;

}
.supportplus_bd
{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	max-width: 750px;
	margin: 20px auto;
}
.supportplus_for_hd
{
	text-align: center;
	background-color: #b60005;
	color: #ffffff;
	padding: 5px 0;
	line-height: 1;
	margin: 10px auto;
}
.supportplus_for_bd
{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.supportplus_for
{
	width: 32%;
	box-sizing: border-box;
	text-align: center;
	background-color: #ffffff;
	color: #b60005;
	border: 2px solid #b60005;
	margin: 5px 0;
	padding: 10px;
}
.supportplus_items
{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.supportplus_item
{
	position: relative;
	width: calc(50% - 5px);
	box-sizing: border-box;
	line-height: 1;
	text-align: center;
	background-color: #fcc800;
	color: #004381;
	margin: 5px 0;
	padding: 5px;

	display: flex;
	align-items: center;
	justify-content: space-between;
}
.supportplus_item_full
{
	width: 100%;
}
.supportplus_item .freq
{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	background-color: #004381;
	color: #fcc800;
	padding: 18px 0;
	width: 50px;
	border-radius: 25px;
	overflow: hidden;
}
.supportplus_item .item
{
	display: inline-block;
	width: calc(100% - 50px);
}
.supportplus_item .smaller
{
	font-size: 75%;
	font-weight: normal;
}
@media all and (max-width: 767px)
{
	.supportplus_lead
	{
		font-size: 16px;
	}
	.supportplus_bd
	{
		font-size: 16px;
	}
	.supportplus_for
	{
		width: 100%;
	}
}
@media all and (max-width: 639px)
{
	.supportplus_item
	{
		width: 100%;
	}
}

.plzcontact
{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.25;
	background-color: #b60005;
	color: #fcc800;
	margin: 50px auto;
	padding: 16px;
	text-align: center;
}
@media all and (max-width: 899px)
{
	.plzcontact
	{
		font-size: 20px;
	}
}











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

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


