@charset "UTF-8";
/*
	Reset CSS
-----------------------------------------------------------------------------------------------*/
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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	font-size:62.5%;
}
body{
	margin:0 auto;
	padding:0;
	font-size:1.5em;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	overflow-wrap: break-word;
}
p{
	line-height: 1.6;
}
ol li, ul li{
	list-style: none;
}

@media screen and (min-width:813px){
	/* iPad背景切れ対策 */
	body{
		min-width:1200px;
	}
	/* 電話リンクなし */
	a[href^=tel]{
		pointer-events:none;
	}
}
*,*::before,*::after{
	box-sizing:border-box;
}
img {
	width: 100%;
	border: none;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a {
	color: #000;
	text-decoration: none;
	transition: color 0.2s, opacity 0.2s;
}
a:link {
	color: var(--bk);
}
a:visited {
	color: var(--bk);
}
a:hover {
	color: var(--bk);
	opacity: 0.7;
	text-decoration: none;
}
/* button初期化 */
button{
	font: inherit;
	-webkit-appearance:none;
	appearance:none;
	padding:0;
	margin:0;
	background:none;
	border:none;
	outline:none;
}
button:hover{
	cursor:pointer;
}
button, input, select, textarea{
	font-family : inherit;
	font-size:100%;
}
table{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	word-wrap: break-word;
}
/* 表示切替 */
.sp{
	display:none;
}
@media screen and (max-width:812px){
	body{
		-webkit-text-size-adjust:100%;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	br.sp{
		display:inline-block;
	}
}
/*header
------------------------------------------------------------------------------------------------------*/
header{
	position: relative;
}
.headerInner{
	height: 66px;
	padding: 0 20px;
	background: #fff;
}
.headerInner .cpLogo{
	display: inline-block;
	width: 150px;
	padding: 16px 0 0 0;
}
.headerInner .cpLogo a{
	width: 100%;
}
.headerInner .navBtnlist {
	position: absolute;
	top: 0;
	right: 65px;
}

/*事業者向け（業務用）TOP*/
.navBtnlist a.btnE{
	margin: 0 20px 0 0;
	padding: 0 36px 0 16px;
	font-size: 13px;
	line-height: 2.5;
	font-weight: bold;
	color: #fff;
	position: relative;
	display: inline-block;
	background: #00408f;
	border-radius:0 0 5px 5px;
}
.btnE::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -4px 0 0 0;
}

/*IE*/
/*
@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}
*/
@media screen and (max-width: 812px) {
	.headerInner{
	width: 100%;
	height: 56px;
	padding: 0 10px;
	}
	.headerInner .cpLogo{
	width: 120px;
	padding: 15px 0 0 0;
	}
	.headerInner .cpLogo img{
	width:100%;
	}
	
	.headerInner .navBtnlist {
		top: 0;
		right: 0;
		/*display: none;*/
	}
	
}
/*navBtnlist
------------------------------------------------------------------------------------------------------*/
#DownloadArea .DownloadAreaInner .navBtnlist{
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 10%;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	border-bottom: 2px solid #fff;
}
.navBtnlist .btnF{
	font-size: 13px;
	line-height: 2.5;
	font-weight: bold;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 0 36px 0 16px;
	border-radius: 5px 5px 0 0;
}
.btnF:first-of-type {
	background: #00408f;
	margin: 0 5px 0 0;
}
.btnF::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -4px 0 0 0;
}
/*
	footer
-----------------------------------------------------------------------------------------------*/
#footer{
	color: #fff;
	background: #004097;
	background-size: cover;
}
.footerinner {
	min-width: 1200px;
	margin: 0 auto;
	padding: 30px 30px;
}
.footerTop{
	margin: 0 0 15px;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.4rem;
}
.footerLogo {
	display: -ms-flex;
	display: flex;
	align-items: center;
}
.footerLogo img{
	width: auto;
	margin: 0 20px 0 0;
}
a.footerTxtLink{
	padding: 0 0 0 20px;
	color: #fff;
	position: relative;
}
.footerTxtLink::before{
	content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    left: 0;
}
.footerTxtLink::after{
	content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
    left: 5px;
}
.footerBtm {
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

#footerList{
	display: -ms-flex;
	display: flex;
}

#footerList li{
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
	font-size: 1.3rem;
	position: relative;
}
#footerList li:last-of-type{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#footerList li::after{
	content:'|';
	position: absolute;
	right: 0;
}
#footerList li a{
	color: #fff;
	text-decoration: underline;
}
#footerList li a:hover{
	opacity: 1.0;
	text-decoration: none;
}
#footerList li:last-of-type::after{
	content:none;
}
@media screen and (max-width: 812px)  {
	#footer{
	display: block;
	text-align: center;
	}
	.footerinner {
	min-width: 100%;
	padding: 20px 10px;
	}
	.footerTop{
	display: block;
	}
	.footerLogo {
	display: block;
	margin: 0 0 10px 0;
	}
	.footerLogo img{
	margin: 0 0 5px 0;
	}
	.footerLogo p{
	font-size: 1.2rem;
	}
	.footerBtm{
	display: block;
	}
	a.footerTxtLink{
	display: inline-block;
	margin: 0 0 20px 0;
	font-size: 1.3rem;
	}
	#footerCopyright{
	margin: 10px 0 0;
	font-size: 1.3rem;
	}
	#footerList{
	-ms-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	flex-wrap: wrap;
	}
	#footerList li{
	margin: 0 10px 5px 0;
	padding: 0 15px 0 0;
	font-size: 1.2rem;
	}
	#footerList li:last-of-type{
	margin: 0 0 5px 0;
	}
}
/*
	page-top
-----------------------------------------------------------------------------------------------*/
#page-top {
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 145px;
	right: 20px;
	z-index: 500;
	margin-bottom: 10px;
	background-color: rgba(90,189,236,1);
	border-radius: 50%;
	filter: drop-shadow(0 0 10px rgba(0,0,0,.1));
}
#page-top:hover{
	cursor: pointer;
	opacity: 0.5;
	transition: .2s;
}
#page-top::after{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 43%;
	left: 40%;
}
@media screen and (max-width: 812px){
	#page-top {
		bottom: 5%;
	}
}