/*========================
その他ページ用
========================*/
#other_wrap {
	padding-bottom: 0.80rem;
}

@media screen and (max-width: 599px) {
	#other_wrap {
		padding-top: 0.20rem;
		padding-bottom: 0.60rem;
	}
}

#other_wrap .lead {
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#other_wrap .lead {
		padding-bottom: 0.30rem;
	}
}

#other_wrap .lead .text {
	font-size: 0.16rem;
	line-height: 1.875;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#other_wrap .lead .text {
		font-size: 0.14rem;
		letter-spacing: 0.050em;
	}
}

#other_wrap .textbox {
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#other_wrap .textbox {
		padding-bottom: 0.30rem;
	}
}

#other_wrap .textbox .text {
	font-size: 0.16rem;
	line-height: 1.875;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#other_wrap .textbox .text {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
	}
}

#other_wrap .textbox .small_text {
	font-size: 0.14rem;
	line-height: 1.875;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	#other_wrap .textbox .small_text {
		font-size: 0.12rem;
		letter-spacing: 0.05em;
	}
}

#other_wrap .textbox .title,
#other_wrap .textbox .sub_title {
	font-size: 0.24rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {

	#other_wrap .textbox .title,
	#other_wrap .textbox .sub_title {
		font-size: 0.18rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
	}
}

#other_wrap .textbox .sub_title02 {
	font-size: 0.18rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	#other_wrap .textbox .sub_title02 {
		font-size: 0.16rem;
		letter-spacing: 0.05em;
	}
}

/* 大見出しの次に来る小見出し */
#other_wrap .textbox .sub_title + .sub_title02 {
	padding-top: 0.20rem;
}

#other_wrap .textbox .list {
	list-style: disc outside;
}

#other_wrap .textbox .list .text {
	margin-left: 0.18rem;
	line-height: 1.65;
	padding-bottom: 0.10rem;
}

#other_wrap .textbox .num_list {
	list-style-position: outside;
	padding: 0;
}

#other_wrap .textbox .num_list .text {
	margin-left: 0.26rem;
	line-height: 1.65;
	padding-bottom: 0.10rem;
}

/* PDF囲み */
#other_wrap .privacy_kakomi {
	border: 1px solid #707070;
	padding: 0.40rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#other_wrap .privacy_kakomi {
		padding: 0.20rem 0.15rem;
	}
}

#other_wrap .privacy_kakomi .text {
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#other_wrap .privacy_kakomi .text {
		font-size: 0.14rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
		padding-bottom: 0.20rem;
	}
}

#other_wrap .privacy_kakomi .btn {
	max-width: 3.50rem;
	margin: auto;
}

#other_wrap .privacy_kakomi .btn a {
	display: block;
	line-height: 0;
	padding: 0.28rem 0 0.25rem;
	background-color: #00428e;
	color: #FFF;
	font-size: 0.16rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	#other_wrap .privacy_kakomi .btn a {
		padding: 0.20rem 0 0.20rem;
		font-size: 0.14rem;
		letter-spacing: 0.05em;
	}
}

#other_wrap .privacy_kakomi .btn a span {
	display: inline-block;
	padding-left: 0.10rem;
}

#other_wrap .privacy_kakomi .btn a span::after {
	content: "PDF";
	font-size: 0.10rem;
	display: inline-block;
	border: 1px solid #FFF;
	line-height: 1;
	padding: 0.05rem 0.08rem 0.03rem;
	border-radius: 3px;
	margin-left: 0.10rem;
	box-sizing: border-box;
	position: relative;
	top: -0.02rem;
}

@media screen and (max-width: 599px) {
	#other_wrap .privacy_kakomi .btn a span::after {
		padding: 0.03rem 0.06rem 0.03rem;
		border-radius: 3px;
		margin-left: 0.06rem;
		top: -0.01rem;
	}
}

#other_wrap .privacy_kakomi .btn a:hover {
	opacity: 0.7;
}

/*========================
サイトマップ
========================*/
#other_wrap .sitemap_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#other_wrap .sitemap_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: baseline;
	padding: 0.50rem;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 0.80rem;
}

@media screen and (max-width: 599px) {
#other_wrap .sitemap_wrap {
	padding: 0 0.20rem;
	margin-bottom: 0.30rem;
}
}

/* 半分サイズ */
#other_wrap .sitemap_wrap.half {
	width: 47%;
}

@media screen and (max-width: 599px) {
#other_wrap .sitemap_wrap.half {
	width: 100%;
}
}

/* リンクの色 */
#other_wrap .sitemap_wrap a {
	color: #0031B7;
	text-decoration: none;
}

#other_wrap .sitemap_wrap a:hover {
	opacity: 0.6;
}

#other_wrap .sitemap_wrap.border {
	border: 1px solid #707070;
}

@media screen and (max-width: 599px) {
#other_wrap .sitemap_wrap.border {
	padding: 0.30rem 0.20rem;
}
}

#other_wrap .sitemap_wrap .sec_title {
	width: 100%;
	font-size: 0.30rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
#other_wrap .sitemap_wrap .sec_title {
	font-size: 0.21rem;
	padding-bottom: 0.30rem;
}
}

#other_wrap .sitemap_wrap .sitemap_box {
	width: 45%;
}

@media screen and (max-width: 599px) {
#other_wrap .sitemap_wrap.border .sitemap_box {
	width: 100%;
	padding-bottom: 0.30rem;
}
	#other_wrap .sitemap_wrap.border .sitemap_box:last-child {
		padding-bottom: 0;
	}
	
	#other_wrap .sitemap_wrap .sitemap_box {
		padding-bottom: 0.10rem;
	}
}

#other_wrap .sitemap_wrap.half .sitemap_box {
	width: 100%;
}

#other_wrap .sitemap_wrap.bottom_cont .sitemap_box {
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
#other_wrap .sitemap_wrap.bottom_cont .sitemap_box {
	width: 100%;
	padding-bottom: 0.30rem;
}
	#other_wrap .sitemap_wrap.bottom_cont .sitemap_box:last-child {
		padding-bottom: 0;
	}
}

#other_wrap .sitemap_wrap .sitemap_box .title {
	font-size: 0.25rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	padding-bottom: 0.15rem;
	border-bottom: 1px solid #707070;
}

@media screen and (max-width: 599px) {
#other_wrap .sitemap_wrap .sitemap_box .title {
	font-size: 0.18rem;
	letter-spacing: 0.05em;
	padding-bottom: 0.10rem;
}
}

#other_wrap .sitemap_wrap .sitemap_box .title.title_none {
	text-indent: -9999px;
	border-bottom: 1px solid #FFF;
}

@media screen and (max-width: 599px) {
#other_wrap .sitemap_wrap .sitemap_box .title.title_none {
	display: none;
}
}

#other_wrap .sitemap_wrap .sitemap_box .sitemap_list {
	padding-top: 0.20rem;
}

#other_wrap .sitemap_wrap .sitemap_box .sitemap_list .link {
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
#other_wrap .sitemap_wrap .sitemap_box .sitemap_list .link {
	font-size: 0.15rem;
	letter-spacing: 0.05em;
	padding-bottom: 0.15rem;
}
}

#other_wrap .sitemap_wrap .sitemap_box .sitemap_list .link::before {
	content: "・";
	display: inline-block;
	padding-right: 0.08rem;
	color: #0031B7;
}

/*別窓アイコン*/
#other_wrap .sitemap_box a.new_win span::after {
	content: '';
	display: inline-block;
	position: relative;
	width: 0.12rem;
	height: 0.1rem;
	background-image: url(../common/img/icon_newwin_blue.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 0.04rem;
}

/*========================
ペット
========================*/
#pet ol li {
	font-size: 0.18rem;
	line-height: 2;
	margin-bottom: 0.4rem;
}
@media screen and (max-width: 599px) {
	#pet ol li {
		font-size: 0.16rem;
	}
}


#pet #other_wrap .textbox {
	position: relative;
}

#pet #other_wrap .textbox small {
	display: block;
	font-size: 0.12rem;
}

#pet #other_wrap .ph_wrap01 {
	position:absolute;
	top: 0;
    right: 0;
}
@media screen and (max-width: 599px) {
	#pet #other_wrap .ph_wrap01 {
		display: none;
	}
}

#pet #other_wrap .ph_wrap02 {
	position:absolute;
	top: 3rem;
    right: 0.5rem;
}
@media screen and (max-width: 599px) {
	#pet #other_wrap .ph_wrap02 {
		display: none;
	}
}

#pet #other_wrap .ph_wrap03 {
	position:absolute;
	bottom: 3rem;
    right: 0;
}
@media screen and (max-width: 599px) {
	#pet #other_wrap .ph_wrap03 {
		display: none;
	}
}

#pet #other_wrap .ph_wrap04 {
	position:absolute;
}
@media screen and (max-width: 599px) {
	#pet #other_wrap .ph_wrap04 {
		position:absolute;
		bottom: -0.7rem;
	}
	}
