@charset "utf-8";

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*フッター設定
---------------------------------------------------------------------------*/
.page-top{
	right: 0;
	margin: 5px;
	line-height: 0;
}
.page-top a{
	display: inline-block;
	width: 0rem;
	height: 0rem;
	position: relative;
	border-bottom: 4rem solid #333;
	border-left: 4rem solid transparent;
	transition: 0.2s;
}
.page-top a:hover{
	border-bottom: 4rem solid #41a0be;
}
.page-top a::before,
.page-top a::after{
	position: absolute;
	right: 0.3rem;
	color: #fff;
	transition: 0.2s;
}
.page-top a:hover::before,
.page-top a:hover::after{
}
.page-top a::before{
	content: '\f062';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.9rem;
	bottom: -2.2rem;
}
.page-top a:hover::before{
	transform: translatey(-0.2rem);
}
.page-top a::after{
	content: 'TOP';
	bottom: -3.3rem;
	letter-spacing: -1px;
	font-weight: 500;
}

footer {
	margin-top: 5rem;
	padding-top: 0;
	border-top: 2px solid;
	display: block;
}
footer .tile_6{
	padding-top: 0.5rem;
	padding-bottom: 0rem;
}
footer .tile_6 img{
	object-position: center center;
}
#footer > div:nth-of-type(2){
	background-color: #ccefff;
}
.footer{
	position: relative;
	clear: both;
	width: 80%;
	max-width: 1200px;
	padding-bottom: 0;
	margin: 0 auto;
	margin-top: 0;
}
.footer > div{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 1rem;
}
.footer > div p,
.footer > div dl{
	display: inline-block;
	position: relative;
	font-weight: 500;
}
.footer > div dl{
}
.footer > div dt,
.footer > div dd{
	display: inline-block;
	vertical-align: top;
	line-height: 1.3;
	padding-bottom: 0.3rem;
}
.footer > div dt{
	width: 30%;
	width : -webkit-calc(4em + 1em);
	width : calc(4em + 1em);
}
.footer > div dd{
}
.footer > div ul{
	position: relative;
	margin: 0;
	padding: 0 0 3rem 0;
	list-style: none;	
	width: 100%;
}
.footer > div.company div:nth-of-type(1){
	display: block;
}
.footer > div.company div:nth-of-type(1) p{
	margin-top: 1.5rem;
	margin-bottom: 2rem;
	line-height: 1.2;
	font-family: 'Kiwi Maru', serif;
}
.footer > div.company div:nth-of-type(1) img.logoMark{
	width: 3.5em;
	vertical-align: middle;
	padding-right: 0.5em;
	box-sizing: border-box;
}
.footer > div.company div:nth-of-type(1) span{
	vertical-align: middle;
	display: inline-block;
	letter-spacing: -1px;
}
.footer > div.company div:nth-of-type(1) span.yuugengaisha{
	font-size: 1.5rem;
}
.footer > div.company div:nth-of-type(1) span.miyazakihokenjimusho{
	font-size: 2rem;
}
.footer > div.company div:nth-of-type(2) p,
.footer > div.company div:nth-of-type(2) dl{
	margin: 0 0 1rem;
}
.footer > div.company div:nth-of-type(2) p{
	display: block;
	padding: 0;
	line-height: 1.3;
}
.footer > div.company div:nth-of-type(2) p span:nth-of-type(1){
	padding: 0 1rem 0 0;
}
.footer > div.company div:nth-of-type(2) dl{
	display: inline-block;
}
.footer > div.company div:nth-of-type(2) dt{
	padding: 0;
}
.footer > div.company div:nth-of-type(2) dd{
	width: auto;
	padding: 0;
}
.footer > div.sitemap{
	padding: 0 0 1rem 0;
}
.footer > div.sitemap ul{
	width: 100%;
	max-width: unset;
	padding: 0;
}
.footer > div.sitemap li{
	padding-top: 2px;
	line-height: 1.2;
	position: relative;
	width: 20%;
	width: -webkit-calc(100% / 5);
	width: calc(100% / 5);
	display: inline-block;
	border-bottom: none;
	margin: 1rem 0;
	box-sizing: border-box;
	border-right: 1px solid #999;
}
.footer > div.sitemap li:last-of-type{
	border-right: none;
}
.footer > div.sitemap li a{
	display: block;
	padding: 0;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.footer > div.sitemap li a:hover{
	color: #41a0be;
}

.footer div.copyright{
	bottom: 0;
	left: 0;
	font-size: 0.75rem;
	line-height: 1.2;
	position: static;
	text-align: right;
	width: 100%;
}




/* --------------------------------- */
/* ▼a：スマートフォン専用のスタイル */
/* --------------------------------- */
@media (max-width: 599px) {
.footer{
	width: 90%;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	padding-top: 1rem;
}
.footer{
	position: relative;
	padding-bottom: 0;
	text-align: right;
}
.footer > div ul {
    padding: 0 0 1rem 0;
}
.footer > div.company div:nth-of-type(1) p {
	margin-bottom: 1rem;
}
.footer > div.company div:nth-of-type(1) span{
	text-align: left;
}
.footer > div.company div:nth-of-type(1) span.yuugengaisha {
	display: block;
	font-size: 1.4rem;
}
.footer > div.company div:nth-of-type(1) span.miyazakihokenjimusho {
	display: block;
	font-size: 1.75rem;
}
.footer > div.sitemap ul {
	margin-bottom: 1.5rem;
}
.footer > div.sitemap li {
	width: 50%;
	margin-top: 0;
}
.footer > div.sitemap li:nth-of-type(odd){
	border-right: 1px solid #999;
}
.footer > div.sitemap li:nth-of-type(even),
.footer > div.sitemap li:nth-of-type(odd):last-of-type{
	border-right: none;
}
.footer div.copyright {
	margin: 1rem 0 1rem 0;
}





}

/* ----------------------------- */
/* ▼b：タブレット専用のスタイル */
/* ----------------------------- */
@media (min-width: 600px) and (max-width: 1024px) {
.footer{
	width: 85%;
}
}
/* ----------------------------- */
/* ▼c：タブレット専用のスタイル */
/* ----------------------------- */
@media (min-width: 600px) and (max-width: 899px) {
/*フッター設定
---------------------------------------------------------------------------*/
.footer > div.company div:nth-of-type(1) p {
	margin-bottom: 1rem;
}
.footer div.copyright {
	margin: 1rem 0 1rem 0;
}
}

/* --------------------- */
/* ▼d：PC専用のスタイル */
/* --------------------- */
@media (min-width: 1025px) {
footer .footer{
	padding: 1rem 0 0;
}
}
