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


.main
{
	background-image: url(../images/bg.png);
}

.topimgbox
{
	position: relative;
}
.topimg
{
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 75%;
	margin-bottom: 120px;
}
.topimg_inner
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/topimg.jpg);
	background-size: cover;
	background-position: center center;
}
.topimg_inner_1
{
	z-index: 10;
	background-image: url(../images/topimg_1.jpg);
	animation: topimg_fade 2s alternate linear infinite;
}
@keyframes topimg_fade {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.topimg_lead
{
	position: absolute;
	top: 5vw;
	left: -15vw;
	width: 100vw;
	max-width: 500px;
	z-index: 20;
}
.topimg_hpelogo
{
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 10px;
	background-color: #FFFFFF;
	width: 20%;
	max-width: 100px;
	z-index: 30;
}

.pagetitle
{
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: -70px;
	text-align: center;
}
.pagetitle h1
{
	width: 96%;
	max-width: 960px;
	margin: 0 auto;
}
@media all and (max-width: 767px)
{
	.topimg
	{
		height: 480px;
		margin-bottom: 60px;
	}
	.pagetitle
	{
		bottom: -8vw;
	}
}
@media all and (min-width: 768px)
{
	.topimg
	{
		padding-top: 750px;
	}
	.topimg_lead
	{
		top: 20px;
		left: calc(50vw - 480px);
		width: 720px;
		max-width: initial;
	}
}

.sect
{
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px 50px 10px;
	text-align: center;
}
.sect::before
{
	display: block;
	content: '';
	width: 95%;
	height: 1px;
	max-width: 850px;
	margin: 0 auto;
	border-bottom: 2px solid #3e3431;
}
.secttitle
{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.25;
	margin: 30px auto;
}
@media all and (max-width: 767px)
{
	.secttitle
	{
		font-size: 20px;
	}
}



.products
{
	margin: 20px auto;
	max-width: 1080px;
}
.product
{
	background-color: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
}
.product_hd
{
	background-color: #3e3a39;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 4px 0;
	text-align: center;
}
.product_bd
{
	padding: 20px;
	color: #3e3a39;
}
.product_name
{
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-top: 20px;
}
.product_name span
{
	display: inline-block;
	margin-left: 15px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	padding: 2px 4px;
	background-color: #3e3a39;
	color: #FFFFFF;
}
.product_spec
{
	margin: 10px 0;
	font-size: 13px;
	text-align: left;
}
.product_spec table
{
	margin-top: 5px;
}
.product_spec th
{
	padding: 2px 4px;
	line-height: 1.25;
	font-weight: bold;
	white-space: nowrap;
}
.product_spec td
{
	padding: 2px 4px;
	line-height: 1.25;
}


.plus
{
	background-image: url(../images/plus.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 25px;
	min-height: 25px;
	margin: 20px auto;
}
.acc
{
	background-color: #3e3a39;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.acc .product_bd
{
	background-color: #FFFFFF;
	color: #3e3a39;
	font-size: 14px;
	font-weight: normal;
	text-align: left;

	display: flex;
	align-items: center;
}
.acc .product_bd .imgbox
{
	max-width: 40px;
	margin-right: 20px;
}

.note
{
	font-size: 12px;
	color: #222222;
	text-align: left;
}

.tile_product
{
	flex: 1;
	max-width: 300px;
	margin: 0 auto;
	padding: 10px;
}
@media all and (min-width: 768px)
{
	.tiles
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.about_campaign
{
	width: 95%;
	max-width: 850px;
	margin: 0 auto;
}
.about_campaign_inner
{
	background: linear-gradient(0deg, #1b0506 0%, #291315 50%, #1b0506 100%);
	margin-bottom: 10px;
	padding: 8px 10px;
}
.about_campaign_price
{
	position: relative;
	color: #f3d368;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	height: 0;
	padding-top: 28.57%;

	background-image: url(../images/price_mb.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.about_campaign_price .val
{
	font-size: 175%;
	margin-left: 15px;
}
.about_campaign_price .deadline
{
	display: inline-block;
	font-size: 75%;
	font-weight: normal;
	margin-left: 15px;
}
.about_campaign_noinc
{
	background-color: #e60012;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
	padding: 5px 10px;
	margin: 10px 20px 0 20px;
}

@media all and (min-width: 768px)
{
	.about_campaign_price
	{
		padding-top: 10.98%;
		background-image: url(../images/price_pc.png);
	}
}


.feat
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	background-color: #ffffff;
	border-radius: 10px;
	width: 95%;
	max-width: 850px;
	margin: 30px auto;
	padding: 20px;
	box-sizing: border-box;
}
.feat_hd
{
	width: 100%;
	display: flex;
	font-size: 0;
}
.feat_hd .imgbox
{
	width: 40px;
}
.feat_hd h3
{
	color: #c7000b;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.25;
	padding: 8px 0 0 10px;
	text-align: left;
	flex: 1;
}
.feat_bd
{
	margin: 20px auto 0 auto;
	text-align: left;
}
.feat_subhd
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 10px;
}
.feat_prices
{
	overflow-x: auto;
}
.feat_prices th
{
	padding: 4px 8px;
	border: 1px solid #c8c8c8;
	background-color: #3e3431;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.25;
	text-align: center;
}
.feat_prices td
{
	line-height: 1.25;
	padding: 4px 8px;
	border: 1px solid #c8c8c8;
}
.feat_prices .col_cd
{
	font-size: 18px;
	font-weight: bold;
}
.feat_prices .col_nm
{
	font-size: 18px;
}
.feat_prices .col_vl
{
	color: #c7000b;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
}
.feat_prices .life
{
	color: #c7000b;
	margin-left: 10px;
}
@media all and (max-width: 767px)
{
	.feat_hd .imgbox
	{
		width: 30px;
	}
	.feat_hd h3
	{
		font-size: 20px;
		padding: 0 0 0 10px;
	}
	.feat_prices th
	{
		font-size: 14px;
	}
	.feat_prices .col_cd
	{
		font-size: 14px;
	}
	.feat_prices .col_nm
	{
		font-size: 14px;
	}
	.feat_prices .col_vl
	{
		font-size: 16px;
	}
}

.funcs
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	width: 95%;
	max-width: 850px;
	margin: 30px auto;
}
.func
{
	background-color: #ffffff;
	margin: 5px auto;
	box-sizing: border-box;
	width: 100%;
}
.func_full
{
	width: 100% !important;
}
.func_hd
{
	background-color: #706967;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	padding: 8px 0;
	white-space: nowrap;
}
.func_bd
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px 10px;
}
.func_bd .imgbox
{
	width: 120px;
}
.func_bd .func_tx
{
	flex: 1;
	text-align: left;
}
.func_full .imgbox
{
	margin: 10px 5px;
	font-weight: bold;
	font-size: 13px;
}

.alletra .func_hd
{
	background-color: #266e3d;
	white-space: normal;
}
.alletra .func_lead
{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	padding: 8px 0;
}
.alletra ul.func_tx
{
	margin-left: 10px;
}
.alletra .func_tx li
{
	list-style: disc;
	line-height: 1.25;
	margin: 5px 0 5px 20px;
}

@media all and (min-width: 768px)
{
	.func
	{
		width: 49%;
	}
	.alletra .func
	{
		width: 49%;
	}
}
@media all and (min-width: 900px)
{
	.func
	{
		width: 32%;
	}
}

.support
{
	background-color: #ffffff;
	color: #3e3431;
	width: 95%;
	max-width: 850px;
	margin: 30px auto;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
}
.support_hd
{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	border-bottom: 1px solid #3e3431;
	padding-bottom: 2px;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.support_hd h3
{
	margin-right: 20px;
}
.support_mark
{
	display: inline-block;
	font-size: 12px;
	border-radius: 4px;
	margin: 0 2px;
	padding: 2px 8px;
}
.support_mark_o
{
	background-color: #abd166;
	color: #1e542b;
}
.support_mark_r
{
	background-color: #92c9ee;
	color: #006eb4;
}
.support_bd
{
	padding: 20px 0 0 0;
}
@media all and (max-width: 639px)
{
	.support_hd h3
	{
		width: 100%;
	}
}















.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: #00B388;
	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;
	}
}


