@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
* html .clearfix {zoom: 1;}
*+html .clearfix {zoom: 1;}
.clearfix:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 980px;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		width: auto;
		margin: 0 15px;
	}
}
/*------------------------------------------------------------
	ochre
------------------------------------------------------------*/
.ochre {
	color: #b28850;
}
.orange {
	color: #F39800;
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	padding: 60px 0;
}
.comBox .linkList {
	margin: 0 auto;
	width: 740px;
}
.comBox .linkList li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBox {
		padding: 15px 15px 30px;
	}
	.comBox .linkList {
		width: auto;
	}
	.comBox .linkList li {
		width: 49.2%;
	}
	.comBox .linkList li a {
		padding: 7px 0 8px;
		display: block;
		border: 1px solid #d2d2d2;
		background-image: -moz-linear-gradient( 90deg, rgb(221,218,213) 0%, rgb(255,255,255) 50%);
		background-image: -webkit-linear-gradient( 90deg, rgb(221,218,213) 0%, rgb(255,255,255) 50%);
		background-image: -ms-linear-gradient( 90deg, rgb(221,218,213) 0%, rgb(255,255,255) 50%);
		border-radius: 5px;
		text-align: center;
	}
	.comBox .linkList li img {
		width: 93px;
	}
	.comBox .linkList li:last-child a {
		background-image: -moz-linear-gradient( -90deg, rgb(248,181,81) 0%, rgb(248,181,81) 0%, rgba(243,152,0,0) 100%);
		background-image: -webkit-linear-gradient( -90deg, rgb(248,181,81) 0%, rgb(248,181,81) 0%, rgba(243,152,0,0) 100%);
		background-image: -ms-linear-gradient( -90deg, rgb(248,181,81) 0%, rgb(248,181,81) 0%, rgba(243,152,0,0) 100%);
		background-color: #f39800;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 20px;
    font-size: 4.8rem;
    line-height: 1.2;
    text-align: center;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 15px;
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.popBox {
	display: none;
	padding: 0 0 20px 0;
	width: 1012px;
	box-sizing: border-box;
	background: transparent;
}
.popBox .infoPop {
	width: 980px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	border: 4px solid #014886;
}
.popBox .title {
	padding: 28px 10px 27px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	background: #014886;
	border-radius: 4px 4px 0 0;
}
.popBox .title .topImg {
	margin-bottom: 2px;
	display: block;
}
.popBox .title .small {
	font-size: 1.6rem;
}
.popBox .subBox {
	margin: 30px 114px 56px;
}
.popBox .subBox .ulBox {
	margin-bottom: 25px;
	padding-bottom: 26px;
	border-bottom: 1px solid #aaa;
}
.popBox .subBox .ulBox01 {
	padding-bottom: 57px;
}
.popBox .subBox .listUl {
	width: 362px;
}
.popBox .subBox .listUl li {
	padding: 0 0 0 34px;
	font-weight: bold;
	background: url("../../img/common/icon07.png") no-repeat left top 7px;
}
.popBox .subBox .listUl li .info {
	font-size: 1.6rem;
}
.popBox .subBox .txt01 {
	margin-bottom: 30px;
	width: 515px;
	line-height: 1.45;
}
.popBox .subBox .ttl {
	margin-bottom: 13px;
	padding: 2px 23px 6px;
	color: #f39800;
	font-size: 2.8rem;
	font-weight: bold;
	background: #fffcdb;
	border-radius: 4px;
}
.popBox .subBox .txt02 {
	font-weight: bold;
}
.popBox .subBox .imgBox {
	margin-bottom: 27px;
	position: relative;
}
.popBox .subBox .imgBox .pho {
	position: absolute;
	bottom: -24px;
	right: 45px;
}
.popBox .subBox .imgBox .pho01 {
	bottom: -30px;
	right: 35px;
}
.popBox .subBox .linkUl {
	margin: 0 2px;
}
.popBox .subBox .linkUl li {
	width: 360px;
}
.popBox .subBox .linkUl li a:hover {
	opacity: 0.7;
}
.popBox .subBox .txt03 {
	padding: 15px 10px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	background: #fffddc;
	border-radius: 5px;
	line-height: 1.6;
}
.popBox .subBox .txt03 .num {
	font-size: 3rem;
	line-height: 1.2;
}
.popBox .subBox .txt04 {
	margin: 24px 0;
	text-align: center;
	letter-spacing: -1px;
}
.popBox .subBox .txt04 .orange {
	font-weight: bold;
}
.popBox .close {
	position: absolute;
	right: 16px;
	bottom: 7px;
}
.popBox .fancybox-close-small {
	display: none;
}
@media all and (max-width: 896px) {
	.popBox {
		width: auto;
		padding: 0 9px 10px;
	}
	.popBox .infoPop {
		width: auto;
		border-radius: 4px;
		border: 2px solid #014886;
	}
	.popBox .title {
		margin-top: -1px;
		padding: 14px 10px 13px;
		font-size: 1.2rem;
		overflow: hidden;
		border-radius: 1px 1px 0 0;
	}
	.popBox .title .small {
		font-size: 0.8rem;
	}
	.popBox .title .topImg img {
		width: 18px;
	}
	.popBox .title .topImg01 img {
		width: 16px;
	}
	.popBox .title .topImg02 img {
		width: 20px;
	}
	.popBox .subBox {
		margin: 14px 12px 15px;
	}
	.popBox .subBox .ulBox {
		margin-bottom: 11px;
		padding-bottom: 14px;
		border-bottom: 1px solid #aaa;
	}
	.popBox .subBox .listUl {
		width: 50%;
	}
	.popBox .subBox .listUl li {
		padding: 0 0 1px 15px;
		line-height: 1.5;
		background: url("../../img/common/icon07.png") no-repeat left top 4px;
		background-size: 11px auto;
	}
	.popBox .subBox .listUl li .info {
		font-size: 1rem;
	}
	.popBox .subBox .txt01 {
		margin-bottom: 12px;
		width: auto;
		line-height: 1.53;
	}
	.popBox .subBox .ttl {
		margin-bottom: 2px;
		padding: 2px 10px 6px;
		font-size: 1.4rem;
	}
	.popBox .subBox .txt02 {
		font-size: 1.1rem;
	}
	.popBox .subBox .imgBox {
		margin-bottom: 13px;
	}
	.popBox .subBox .imgBox .pho {
		position: absolute;
		bottom: -10px;
		right: 5px;
		width: 80px;
	}
	.popBox .subBox .linkUl {
		margin: 0;
	}
	.popBox .subBox .linkUl li {
		width: 49%;
	}
	.popBox .subBox .linkUl li a {
		padding: 7px 0 8px;
		display: block;
		border: 1px solid #d2d2d2;
		background-image: -moz-linear-gradient( 90deg, rgb(221,218,213) 0%, rgb(255,255,255) 50%);
		background-image: -webkit-linear-gradient( 90deg, rgb(221,218,213) 0%, rgb(255,255,255) 50%);
		background-image: -ms-linear-gradient( 90deg, rgb(221,218,213) 0%, rgb(255,255,255) 50%);
		border-radius: 5px;
		text-align: center;
	}
	.popBox .subBox .linkUl li img {
		width: 93px;
	}
	.popBox .subBox .linkUl li:last-child a {
		background-image: -moz-linear-gradient( -90deg, rgb(248,181,81) 0%, rgb(248,181,81) 0%, rgba(243,152,0,0) 100%);
		background-image: -webkit-linear-gradient( -90deg, rgb(248,181,81) 0%, rgb(248,181,81) 0%, rgba(243,152,0,0) 100%);
		background-image: -ms-linear-gradient( -90deg, rgb(248,181,81) 0%, rgb(248,181,81) 0%, rgba(243,152,0,0) 100%);
		background-color: #f39800;
	}
	.popBox .subBox .txt03 {
		padding: 10px;
		font-size: 1.2rem;
		border-radius: 3px;
		line-height: 1.6;
	}
	.popBox .subBox .txt03 .num {
		font-size: 1.5rem;
	}
	.popBox .subBox .txt04 {
		padding-top: 12px;
		text-align: left;
		width: 170px;
	}
	.popBox .spImgBox {
		margin: -24px 0 -6px;
		padding-right: 7px;
		align-items: center;
	}
	.popBox .subBox .spPho {
		width: 82px;
	}
	.popBox .close {
		width: 16px;
		right: 4px;
		bottom: 4px;
	}
}
@media all and (-ms-high-contrast:none){
	.popBox .title {
		margin: -1px -1px 0 0;
		overflow: hidden;
	}
	.popBox .subBox .listUl li {
		background-position: left top 1px;
	}
	.popBox .subBox .ttl {
		padding: 10px 23px 0px;
	}
}  