@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{
		-webkit-text-size-adjust:100%;
	}
	main{
		min-width: 100%;
	}
	/* 電話リンクなし */
	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{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}
.headerInner{
	width: 100%;
	max-width: 770px;
	height: 66px;
	margin: 0 auto;
	background: #fff;
}
.headerInner .cpLogo{
	display: inline-block;
	width: 150px;
	padding: 16px 0 0 0;
}
.headerInner .cpLogo a{
	width: 100%;
}
.headerInner .navBtnlist {
	float: right;

}
.headerInner .gNaviIcon {
	position:fixed;
	top:0;
	right:0;
	z-index: 10;
	padding: 32px 32px;
	cursor: pointer;
	background: #fff;
/*	z-index: 101;*/	
}
a.gNaviIcon.active {
	background: #fff;
}
.gNaviIcon,
.gNaviIcon span {
	display: inline-block;
	transition: all .4s;
}
.gNaviIcon span {
	position: absolute;
	top: 18px;
	left: 50%;
	width: 24px;
	height: 2.5px;
	background-color: #004098;
	margin: 0 0 0 -12px;
}
.gNaviIcon span:nth-of-type(1) {
	top: 24px;
}
.gNaviIcon span:nth-of-type(2) {
	top: 32px;
}
.gNaviIcon span:nth-of-type(3) {
	top: 40px;
}
.gNaviIcon span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2.5px;
	background-color: #004098;
	transition: all .4s;
}
.gNaviIcon.active span:nth-of-type(2)::after {
	background-color: #004098;
}
.gNaviIcon.active span:nth-of-type(1) {
	transform: translate(50%) scale(0);
}
.gNaviIcon.active span:nth-of-type(2) {
	transform: rotate(45deg);
}
.gNaviIcon.active span:nth-of-type(2)::after {
	transform: rotate(90deg);
}
.gNaviIcon.active span:nth-of-type(3) {
	transform: translate(-50%) scale(0);
}
.gNaviAreaOut {
	position:absolute;
	top: 0;
}
.gNaviArea {
	width: 100%;
	background:rgba(255,255,255,0.95);
	position:fixed;
	top: 0;
	left: 0;
	transform: translateY(-101vh);
	opacity: 0;
	transition: 0.3s;
	z-index: 5;
}
.gNaviArea.active{
	transform: translateY(0vh);
	opacity: 1;
}
.gNaviInner {
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	display: flex;
	flex-wrap: wrap;
}
.gNaviInner .titLogo{
	margin: 0 0 20px 0;
	max-width: 500px;
}
.gNaviInner .titLogo img{
	width: 100%;
}
.gNaviInner .gNaviList{
	width: 50%;
	margin: 15px 0 10px 0;
}
.gNaviInner ul >lo >a,
.gNaviInner .gNaviList li a{
	display: inline-block;
	color: #000;
	position: relative;
	font-size: 95%;
	font-weight: bold;
	width: 100%;
}
.gNaviInner .gNaviList li a {
	padding: 10px 10px 10px 35px;
	border-bottom: 1px solid #000;
}
.gNaviInner .gNaviList li a:before{
	content: '';
	display: block;
	position: absolute;
	top: 55%;
	left: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #004096;
	border-right: 2px solid #004096;
	transform: rotate(45deg);;
	transition: transform 0.3s;
	margin: -7px 0 0 0;
}
.gNaviInner .menuListTit{
	width: 100%;
	color: #004096;
	font-weight: bold;
	font-size: 2rem;
	border-bottom: 1px solid #000;
	margin: 0 0 10px 0;
	display: block;
}
.gNaviInner .menuListTit p{
	width: 100%;
	padding: 0 0 10px 0;
	font-size: 2.4rem;
	text-align: center;
		display: block;

}
.gNaviInner .menuList {
	margin: 12px 0 0 0;
}
.gNaviInner .menuList li a {
	width: 100%;
	padding: 10px 0;
	display: inline-block;
	position: relative;
	font-size: 118%;
	font-weight: bold;
	background: #004096;
	color: #fff;
	text-align: center;
}
.gNaviInner .menuList.clm2 {
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
.gNaviInner .menuList.clm2 li {
	width: 32%;
	margin: 0px 0 10px 0;
}
.gNaviInner .menuList.clm2 li:nth-last-child(2):nth-child(odd){
	margin: 0px 0 34px 0;
}

/*事業者向け（業務用）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;
	}
	.headerInner .cpLogo{
	width: 120px;
	padding: 15px 0 0 0;
	}
	.headerInner .cpLogo img{
	width:100%;
	}
	.headerInner .gNaviIcon{
		padding: 27px;
	}
	.gNaviIcon span:nth-of-type(1) {
		top: 17px;
	}
	.gNaviIcon span:nth-of-type(2) {
		top: 25px;
	}
	.gNaviIcon span:nth-of-type(3) {
		top: 33px;
	}
	.gNaviInner {
	padding: 20px 20px 20px 20px;
	}
	.gNaviInner .gNaviList{
	width: 33%;
	margin: 0 0 0 0;
	}
	.gNaviInner ul >lo >a,
	.gNaviInner .gNaviList li a {
	padding: 10px 10px 10px 15px;
	font-size: 1.2rem;
	}
	.gNaviInner .menuListTit {
	font-size: 1.6rem;
	margin: 0 0 5px 0;
	}
	.gNaviInner .menuList li a {
	font-size: 1.3rem;
	}
	.gNaviInner .gNaviList li a:before {
	content: '';
	position: absolute;
	top: 58%;
	left: 0px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #004096;
	border-right: 2px solid #004096;
	transform: rotate(45deg);
	transition: transform 0.3s;
	margin: -7px 0 0 0;
	}
	.gNaviInner .menuList.clm2 {
		flex-wrap: wrap;
	}
	.gNaviInner .menuList.clm2 li {
		width: 48%;
	}
	.headerInner .navBtnlist {
		display: none;
	}
}

/*topArea
------------------------------------------------------------------------------------------------------*/
#topArea{
	width: 100%;
	height: 225px;
	margin-bottom:32px;
	background: url("../images/top_bg.png") no-repeat center/cover;
}
.topAreainner{
	width: 770px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.topLogoArea img {
	width: 370px;
	margin-top: 55px;
}
.topLogoArea span {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.15em;
	display: block;
	margin-top: 10px;
}
.topImgArea img {
	width: 335px;
	margin-top: 40px;
}
@media screen and (max-width: 812px) {
	#topArea{
		width: 100%;
		height: 160px;
		background: url("../images/top_bg.png") no-repeat center/cover;
	}
	.topAreainner{
		width: 100%;
		margin: 0 auto;
		padding: 0 5%;
	}
	.topLogoArea img {
		max-width:100% ;
		min-width:80% ;
		margin-top: 40px;
		padding-right: 15px;
	}
	.topLogoArea span {
		font-size: 13px;
		margin-top: 10px;
	}
	.topImgArea img {
		width: 130px;
		margin-top: 20px;
	}
}

/*ctsArea
------------------------------------------------------------------------------------------------------*/
#ctsArea {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.ctsAreainner{
	width: 770px;
	margin: 0 auto;
	padding-top: 15px;

}
.ctsAreainner .tit{
	width: 100%;
}
.ctsAreainner .tit{
	width: 100%;
}
.ctsAreainner .tit span{
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 175%;
	display: inline-block;
}
.ctsAreainner h3{
	width: 100%;
	margin: 0px 0px 15px 0px;
  padding: 4px 4px 4px 8px;
  background: #cddbf0;
	color: #01349d;
  font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.titAdjustment{
	margin-top: -32px;
}
.ctsAreainner h3:before{
	content: '';
  height: 22px;
  width: 22px;
	margin-right: 5px;
	display: inline-block;
	background: url(../images/ctsTit_freezer.svg) no-repeat;
  background-position: center;
	background-size: contain;
	vertical-align: middle;
}
.ctsAreainner h4{
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 5px;
  font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #01349d;
	border-bottom: 2px solid #01349d;
}
.ctsAreainner .pageLink{
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.ctsAreainner .pageLink li{
	margin: 0 15px 10px 0;
}
.ctsAreainner .pageLink li a:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8.4px;
	height: 8.4px;
	border-top: 2px solid #fff;
	 border-right: 2px solid #fff;
	transform: rotate(135deg);
	margin: -7px 0 0 0;
}
.ctsAreainner .pageLink li a{
	display: inline-block;
	background: #004098;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 2.8rem;
	border-radius: 5px;
	padding: 0 35px 0 10px;
	position: relative;
}
.productList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.productList .productIn{
	width:auto;/* 横幅を4等分 */
	height: auto;
	margin: 0 45px 75px 0;
	display: flex;
	flex-direction:column;/* 高さを揃えるための指定 */
	flex-flow: column;
}
.productList .productIn:nth-of-type(4n){
	width:auto;/* 横幅を4等分 */
	height: auto;
	margin: 0 0 15px 0;
	display: flex;
	flex-direction:column;/* 高さを揃えるための指定 */
	flex-flow: column;
}
.productList .productIn:before{
	content:"";
	display: block;
	width:155px;/*.f_movieの幅＋padding*/
	order:1;
  }
.productList .productIn:after{
	content:"";
	display: block;
	width:155px;/*.f_movieの幅＋padding*/
  }
.productList .productIn img{
	width: 110px;
	margin: 0 auto;
}
.productList .productIn span{
	margin: 10px 0;
	font-size: 1.8rem;
	font-weight: bold;
}
.productList .productIn .f_pdf{
	margin-bottom: 10px;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #004096;
	text-decoration: underline #004096;
	text-underline-offset:4px;
}
.productList .productIn .f_movie{
	width: 130px;
	padding: 5px 0px 5px 15px;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	background-color:#0b76e2;
	border-radius: 5px;
}
/* PDF,動画ボタンのボックス */
.productBtnArea{
	display: flex;
	flex-direction: column;
	min-height: 58px;
}
/* 共通 ボタン */
.detailBtnArea{
	display: flex;
	flex-direction: column;
	gap: 5px 0;
	margin-top: 15px;
}
a.detailBtnBase{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 130px;
	border: 1px solid #0b76e2;
	color: #0b76e2;
}
.productList .productIn a.detailBtnBase span{
	margin: 8px 0;
	font-size: 1.3rem;
}
/*外形図 ボタン */
.productList .productIn a.figureBtn{
	position: relative;
}
.productList .productIn a.figureBtn::after{
	content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #0b76e2;
    border-right: 1px solid #0b76e2;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
	top: 50%;
	right: 12px;
    transition: all .2s;
}
.productList .productIn a.figureBtn:hover::after{
	right: 10px;
    transition: all .2s;
}
/* CAD ボタン */
.productList .productIn a.cadBtn span{
	padding-right: 20px;
	font-weight: bold;
	position: relative;
}
.productList .productIn a.cadBtn span::after{
	content: '';
	width: 15px;
	height: 12px;
	background: url(../images/ico_dl_blue.svg) no-repeat center center / cover;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 0;
}
.productList .clearBox{
	visibility: hidden;
}
.arrow_bl {
	position: relative;
	display: inline-block;
	padding-left: 22px;
  }
  .arrow_bl:before {
	content: '';
	width: 16px;
	height: 16px;
	background: #004096;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
  }
  .arrow_bl:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	left: 6px;
	bottom: 0;
	margin: auto;
  }
  .arrow_wh {
	position: relative;
	display: inline-block;
	padding-left: 22px;
  }
  .arrow_wh:before {
	content: '';
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 5px;
	bottom: 0;
	margin: auto;
  }
  .arrow_wh:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #0b76e2;
	position: absolute;
	top: 0;
	left: 11px;
	bottom: 0;
	margin: auto;
  }
 .blueArea{
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0 0;
	background-color:#e5eff8;
 }
 .blueAreainner{
	width: 770px;
	margin: 0 auto;
 }
 .blueAreainner span{
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	color: #004096;
	display: block;
 }
 .blueAreainner .linkbtnArea{
	width: 700px;
	margin: 30px auto 0 auto;
	display: flex;
	justify-content: space-between;
 }
 .blueAreainner .linkbtnArea a{
	width: 330px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	position: relative;
 }
 .blueAreainner .linkbtnArea a .linkbtnDl{
	padding: 12px 0px 12px 45px;
	background-color: #65b5f6;
	background-image: -webkit-linear-gradient(67deg, #6ac3fe 0%, #0b76e2 52%);
	background-image: -o-linear-gradient(67deg, #6ac3fe 0%, #0b76e2 52%);
	background-image: linear-gradient(157deg, #6ac3fe 0%, #0b76e2 52%);
	border-radius: 50px;
 }
 .blueAreainner .linkbtnArea a .linkbtnDl:after{
	content: '';
	height: 22px;
	width: 22px;
	display: inline-block;
	background: url(../images/ico_dl.svg) no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right:8%;
	margin-top: -9px;/*font-sizeの半分*/
}
.blueAreainner .linkbtnArea a .linkbtnMv{
	padding: 12px 0px 12px 80px;
	background-color: #65b5f6;
	background-image: -webkit-linear-gradient(67deg, #65b5f6 0%, #004097 52%);
	background-image: -o-linear-gradient(67deg, #65b5f6 0%, #004097 52%);
	background-image: linear-gradient(157deg, #65b5f6 0%, #004097 52%);
	border-radius: 50px;
 }
 .blueAreainner .linkbtnArea a .linkbtnMv:after{
	content: '';
	height: 22px;
	width: 22px;
	display: inline-block;
	background: url(../images/ico_arrow.svg) no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right:20%;
	margin-top: -9px;/*font-sizeの半分*/
}
@media screen and (max-width: 812px) {
	.ctsAreainner{
		width: 100%;
		margin: 0 auto;
	}
	.ctsAreainner .tit{
		width: 90%;
		margin: 0 auto;
	}
	 .ctsAreainner h3{
		width: 100%;
		margin: 0px auto 15px auto;
	}
	.ctsAreainner .pageLink{
		width: 90%;
		margin: 0 auto 30px auto;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.productList{
		width: 90%;
		margin: 0 auto;
	}
	.productList:before{
		content:"";
		display: block;
 		width: calc((100% - 15%) / 2);
		order:1;
	  }
	.productList:after{
		content:"";
		display: block;
		width: calc((100% - 15%) / 2);
	}
	.productList .productIn{
		width: 45%;
		height: auto;
		margin: 0 15px 50px 0;
		display: flex;
		flex-direction:column;/* 高さを揃えるための指定 */
		flex-flow: column;
	}
	.productList .productIn:nth-of-type(4n){
		width: 45%;
		height: auto;
		margin: 0 15px 35px 0;
		display: flex;
		flex-direction:column;/* 高さを揃えるための指定 */
		flex-flow: column;
	}
	.productList .productIn:nth-of-type(2n){
		width: 45%;
		height: auto;
		margin: 0 0 50px 0;
		display: flex;
		flex-direction:column;/* 高さを揃えるための指定 */
		flex-flow: column;
	}
	.productList .productIn img{
		width: 50%;
	}
	.productList .productIn .f_movie{
		width: 100%;
		margin-bottom: 0px;
		padding: 5px 0px 5px 15px;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 0.1em;
		text-align: center;
		color: #fff;
		background-color:#0b76e2;
		border-radius: 5px;
	}
	/* PDF,動画ボタンのボックス */
	.productBtnArea{
		height: 60px;
	}
	.spNoMovieArea{
		height: fit-content;
		min-height: fit-content;
	}
	/* 共通 ボタン */
	a.detailBtnBase{
		max-width: 100%;
	}
	.blueAreainner{
		width: 96%;
		margin: 0 auto;
	 }
	 .blueAreainner .linkbtnArea{
		width: 330px;
		margin: 30px auto 0 auto;
		display: block;
		justify-content:center;
	 }
	 .blueAreainner .linkbtnArea a .linkbtnDl{
		margin-bottom: 15px;
	 }
}

/*navBtnlist
------------------------------------------------------------------------------------------------------*/
.blueArea .navBtnlist{
	width: 100%;
	max-width: 770px;
	margin: 50px auto 0 auto;
	padding: 0;
	bottom: 0;
	right: 0;
	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;
}
@media screen and (max-width: 812px){
	.blueArea .navBtnlist{
		right: 4%;
	}
}
/*
	footer
-----------------------------------------------------------------------------------------------*/
#footer{
	color: #fff;
	background: #004097;
	background-size: cover;
}
.footerinner {
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	padding: 30px 0px;
}
.footerTop{
	margin: 0 0 15px;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.3rem;
}
.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.1rem;
	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.1rem;
	}
	#footerCopyright{
	margin: 10px 0 0;
	font-size: 1rem;
	}
	#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%;
	}
}