@charset "utf-8";
.modalPop{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(0,0,0,.85);
	width: 100%;
	height: 100vh;
	display: grid;
	place-items:center;
	z-index: 999;
}
.modalPop p{
	width: clamp(160px, 75%, 600px);
	position: relative;
}
.modalPop p::before{
	font-family: sans-serif!important;
	content: "X";
	border-radius: 50%;
	border: 3px solid #333;
	background: #fff;
	position: absolute;
	top: -16px;
	right: -16px;
	padding: 4px 12px;
}
.followTxt{
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	z-index: 9;
	background-color: rgba(239,220,10,0.85);
	text-align: center;
	font-family: sans-serif!important;
	font-size: calc(100vw / 30);
	line-height: 1.6;
	padding: 8px 0;
}
.followTxt a{
	color: blue;
}

@media (min-width:600px){
	.followTxt{
		font-size: 12px;
		width: calc(100vw / 3);
		left: auto;
		transform: unset;
		right: 0;
		padding: 8px 0 8px 24px; 
		border-radius: 30px 0 0 30px;
		text-align: left;
	}
}

.ft-banner {
	text-align: center;
	max-width: 1208px;
	margin: 20px auto;
	overflow: hidden;
}
.ft-banner a img {
	width: 32%;
	margin-right: 2%;
	display: block;
	float: left;
}
.ft-banner a:last-of-type img{
	margin-right: 0;
}
.to-top-pc a {
	position: fixed;
	right: 0px;
	bottom: 20px;
	width: 60px;
	display: block;
	text-align: center;
	background-color: rgba(0,0,0,0.50);
	color: rgba(255,255,255,0.50);
	text-decoration: none;
	font-size: 30px;
	border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 9999;
}




@media screen and (max-width:700px){
	.ft-banner a img {
	width: 100%;
	margin-right: 0;
	display: block;
	float: none;
	box-sizing: border-box;
	padding: 0 1%;
}
}



@media print,screen and (min-width: 800px) {
   /* 表示領域が800px以上の場合に適用するスタイル */
#header-base {
	background-color: rgba(47,74,128,1.00);
}
#footer-base {
	background-color: rgba(47,74,128,1.00);
}
#header {
	max-width: 1200px;
	color: rgba(255,255,255,1.00);
	position: relative;
	height: 100px;
}
#footer {
	max-width: 1200px;
	color: rgba(255,255,255,1.00);
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
#header ul li {
	float: right;
	text-align: right;
}
#header ul li a {
	color: rgba(238,243,255,1.00);
	text-decoration: none;
	font-size: 14px;
}
#header ul li a:hover {
	color: rgba(255,241,147,1.00);
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
#hd-logo {
	position: absolute;
	width: 250px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
}
.header-r h2:first-of-type{
	padding-top: 10px;
}
.header-r h2 {
	font-weight: normal;
	text-align: right;
	line-height: 120%;
}
h2.telephone {
	font-size: 44px;
	font-weight: bold;
	line-height: 130%;
}
.header-r {
	text-align: right;
	position: absolute;
	top: 5px;
	right: 0px;
}
#ft-menu{
	max-width: 1200px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.ft-menu-r {
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	width: 200px;
}
.ft-menu-l {
	margin-left: 0px;
	margin-right: 20px;
	text-align: left;
	width: 230px;
}
#footer ul li a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	line-height: 105%;
	padding-bottom: 8px;
}
#footer ul li a:hover {
	text-decoration: none;
	color: rgba(255,241,147,1.00);
	font-size: 14px;
	line-height: 105%;
}
.ft-menu-hl {
	border-bottom: 1px dotted rgba(142,172,232,1.00);
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#footer-base .copyright {
	color: rgba(191,203,227,1.00);
	text-align: center;
	line-height: 150%;
}
.sns-icon a img {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 8px;
}
.sns-icon {
	top: 30px;
	left: 0px;
	position: absolute;
	margin-bottom: 0px;

}
.article-box {
	background-color: rgba(255,255,255,0.60);
	border: 1px solid rgba(128,128,128,1.00);
	width: 1100px;
}
.article-box-in {
	max-width: 800px;
	margin: 80px auto;
}
.article-box-in h3 {
	font-size: 32px;
	font-weight: bold;
	border-bottom: 3px solid rgba(47,74,128,1.00);
	margin-bottom: 40px;
	text-align: left;
	line-height: 110%;
	background-color: rgba(0,0,0,0.00);
	padding-top: 0px;
	padding-bottom: 0px;
	color: rgba(47,74,128,1.00);
}
.article-box-in h3 span {
	font-size: 32px;
}
.article-hl   {
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 0px;
}

.bg-box-gray {
	background-color: rgba(215,215,215,1.00);
	padding-top: 20px;
	padding-bottom: 20px;
}
.bg-box-lgray {
	background-color: rgba(245,245,245,1.00);
	padding-top: 20px;
	padding-bottom: 20px;
}
.bg-box-wh-gr {
	background-color: rgba(255,255,255,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 92.75%,rgba(233,233,233,1.00) 100%), url(url);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 92.75%,rgba(233,233,233,1.00) 100%), url(url);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 92.75%,rgba(233,233,233,1.00) 100%), url(url);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 92.75%,rgba(233,233,233,1.00) 100%), url(url);
}
.page-hd {
	width: 1100px;
	padding-bottom: 40px;
	padding-top: 40px;
}
.page-hd p {
	line-height: 150%;
	font-size: 18px;
	padding-left: 0px;
	padding-right: 0px;
	text-shadow: 0px 1px 1px rgba(255,255,255,1.00);
}

h2.top-hl {
	border-bottom: 1px solid rgba(65,65,65,1.00);
	font-size: 32px;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.to-top-pc a {
	position: fixed;
	right: 0px;
	bottom: 20px;
	width: 60px;
	display: block;
	text-align: center;
	background-color: rgba(0,0,0,0.50);
	color: rgba(255,255,255,0.50);
	text-decoration: none;
	font-size: 30px;
	border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.to-top-pc a:hover {
	background-color: rgba(0,0,0,0.25);
	color: rgba(255,255,255,0.25);
}

.document-dl h4 {
	border-bottom: 1px solid rgba(61,61,61,1.00);
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 20px;
}

.document-dl a {
	width: 80%;
	height: 58px;
	display: block;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 55.96%,rgba(223,223,223,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 55.96%,rgba(223,223,223,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 55.96%,rgba(223,223,223,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 55.96%,rgba(223,223,223,1.00) 100%);
	padding-top: 4px;
	padding-left: 15px;
	border-radius: 6px;
	border: 1px solid rgba(168,168,168,1.00);
	line-height: 54px;
	text-decoration: none;
	color: rgba(61,61,61,1.00);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.30);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.30);
}
.document-dl a img {
	margin-right: 20px;
	float: left;
	margin-bottom: 0px;
}
.document-dl a:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.70) 55.96%,rgba(223,223,223,0.70) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.70) 55.96%,rgba(223,223,223,0.70) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.70) 55.96%,rgba(223,223,223,0.70) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.70) 55.96%,rgba(223,223,223,0.70) 100%);
	border: 1px solid rgba(168,168,168,0.70);
	color: rgba(61,61,61,0.70);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.10);
}
.document-dl {
	margin-bottom: 40px;
	margin-top: 40px;
}
.document-dl a p {
	margin-top: 0px;
}

}
