@charset "UTF-8";
/* =================================================================================================
　素行調査ナビ／共通スタイル
　http://sokoutyousa-navi.net/
================================================================================================= */
/* ----------------------------------------------------------------------------
　リセット（共通設定）
---------------------------------------------------------------------------- */
a {
	outline: 0;
}

body, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, p, strong, address {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

address {
	font-style: normal;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

/* ----------------------------------------------------------------------------
　フォントサイズ（共通設定）
---------------------------------------------------------------------------- */
	body, html {
		font-size: 16px;
		line-height: 160%;/*add 202512 設定がないと狭すぎ*/
		font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;/*add 202512*/

	}
	@media screen and (max-width: 592px) {/*文字量多めのサイトなのでSPは変更する 202412*/
	body, html {
			font-size: 15px;
		}
	}

/*comment out 202007*/
/*html {
	font-size: 16px;
}

@media screen and (min-width: 1200px) {
	body, html {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 15px;
	}
}

@media screen and (max-width: 592px) {
	html {
		font-size: 14px;
	}
}

@media screen and (max-width: 375px) {
	html {
		font-size: 13px;
	}
}
*/
body {
	-webkit-text-size-adjust: 100%;
}

/* ----------------------------------------------------------------------------
　要素の表示・非表示（共通設定）
---------------------------------------------------------------------------- */
/*注釈202412
PCとSPとで大きな表示変化の境目は592px
フッターやサイドの画像群の表示バランスがおかしい(大きすぎる)
*/


/* add 202004 -> 202505修正*/
.show_pc {
	display: block !important;
}
.show_sp {
	display: none !important;
}
@media only screen and (max-width:592px) {
	.show_pc {
		display: none !important;
	}
	.show_sp {
		display: block !important;
	}
}
/* add 202004 -> 202505修正 */



.is-visible-xxld,
.is-visible-xld,
.is-visible-ld,
.is-visible-md,
.is-visible-sd {
	display: none;
}

@media screen and (max-width: 1360px) {
	.is-visible-xxld {
		display: block;
	}
	.is-hidden-xxld {
		display: none;
	}
}

@media screen and (max-width: 1300px) {
	.is-visible-xld {
		display: block;
	}
	.is-hidden-xld {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.is-visible-ld {
		display: block;
	}
	.is-hidden-ld {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.is-visible-md {
		display: block;
	}
	.is-hidden-md {
		display: none;
	}
}

@media screen and (max-width: 592px) {
	.is-visible-sd {
		display: block;
	}
	.is-hidden-sd {
		display: none !important;
	}
}

body {
	color: #222;
/*	color: #3b3b2f;*/
	font-family: 'Noto Sans Japanese', sans-serif;

	background-color: #f5f5eb;
}

body a {
	color: #222;
/*	color: #3b3b2f;*/
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
}

body img {
	vertical-align: bottom;
}

input, textarea {
	font-family: 'Noto Sans Japanese', sans-serif;
}

/* ----------------------------------------------------------------------------
　ヘッダ
---------------------------------------------------------------------------- */
header {
	background: url("/img/header_bg.jpg") 0 0 repeat-x;
	padding: 1.5rem 0 0.5rem;
	border-bottom: 1px solid #d0d0c8;
}

@media screen and (max-width: 768px) {
	header {
		padding: 0.8rem 0 0.5rem;
	}
}

@media screen and (max-width: 592px) {
	header {
		width: 100%;/*202507追加*/
		padding: 0.8rem 0 0.3rem;
		background-color: #f5f5eb;
		border-bottom: 1px solid #a80206;
		position: fixed;
		top: 0rem;
		left: 0rem;
		z-index: 100;
	}
}

header .header_inner {
	width: 990px;
	margin: 0 auto;
}

@media screen and (max-width: 1070px) {
	header .header_inner {
		width: 95%;
	}
}

header .logo_tel {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header h1 {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	height: auto;
	font-size: 0px;
	line-height: 0%;
/*	width: 29.29292929%;*/ /*202006コメントアウト*/
}

@media screen and (max-width: 592px) {
	header h1 {
		width: 40%;
	}
}

header h1 img {
	width: 100%;
}

header .tel {
	width: 32.8282828282%;
	position: relative;
}
@media screen and (max-width: 592px) {
	header .tel {
		width: 40%;
		top: -0.1rem;
	}
}
header .tel img {
	width: 100%;
}

/* add 202507 */
header .contact_area,
footer .contact_area {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
}
header .contact_area p,
footer .contact_area p {
	margin-left: 10px;
}
.contact_area img {
	width: 100%;
}

@media screen and (max-width: 592px) {
	header .contact_area .btnicon {
		margin-left: 5px;
		width: 23%;
	}
	header .contact_area img {
		width: 100%;
	}
}


header .sp_menu_open a {
	width: 23px;
	height: 20px;
	display: block;
	background: url("/img/header_sp_menu_open.png") 0 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

header .sp_menu_open.active a {
	background: url("/img/header_sp_menu_close.png") 0 0 no-repeat;
	background-size: 100% auto;
}

header .menu {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url("/img/header_menu_line.jpg") 0 0 repeat-y;
}

header .menu li {
	width: 25%;
	background: url("/img/header_menu_line.jpg") right 0 repeat-y;
}

header .menu li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

header .menu li a:hover {
	opacity: 0.8;
}

header .menu li a .icon {
	margin-right: 0.5rem;
}

@media screen and (max-width: 768px) {
	header .menu li a .icon {
		margin-right: 0.2rem;
	}
}

header .menu li a .text1 {
	font-weight: 600;
	color: #41403b;
	font-size: 1.125rem;
	line-height: 120%;
	margin-bottom: 0.1rem;
}

@media screen and (max-width: 1300px) {
	header .menu li a .text1 {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 768px) {
	header .menu li a .text1 {
		font-size: 0.7rem;
	}
}

header .menu li a .text2 {
	color: #9a9b89;
	font-size: 0.75rem;
	line-height: 120%;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

@media screen and (max-width: 1300px) {
	header .menu li a .text2 {
		font-size: 0.7rem;
	}
}

@media screen and (max-width: 768px) {
	header .menu li a .text2 {
		font-size: 0.6rem;
	}
}

/* スマホ用メニュー */
header #sp_menu {
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #e14c4c;
	box-sizing: border-box;
}

@media screen and (min-width: 593px) {
	header #sp_menu {
		display: none !important;
	}
}

header #sp_menu {
	overflow-x: hidden;
}

header #sp_menu {
	overflow-y: scroll;
	-webkit-overflow-scrolling: auto;
}

header #sp_menu::-webkit-scrollbar {
	width: 5px;
	background-color: #dcdcdc;
}

header #sp_menu::-webkit-scrollbar-thumb {
	background-color: #333;
}

header #sp_menu.active {
	display: block;
	animation: spMenuAnime 0.3s ease-in-out .0s forwards;
}

@keyframes spMenuAnime {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

header #sp_menu li {
	border-bottom: 1px solid #ff8b8b;
}

header #sp_menu li a {
	display: block;
	text-decoration: none;
	padding: 0.8rem 0.8rem 0.8rem 1.5rem;
	color: #fff;
	background: url("/img/header_sp_menu_arrow.png") 0.5rem center no-repeat;
}

header #sp_menu li.top_category {
	border-bottom: 1px solid #ff8b8b;
}

header #sp_menu li.top_category a {
	background-color: #d13232;
}

/* ----------------------------------------------------------------------------
　ページタイトル
---------------------------------------------------------------------------- */
#page_title {
	background: url("/img/page_title_bg.jpg") center 0;
	padding: 0.5rem 0;
	margin-bottom: 1rem;
}

#page_title h1,/*202511 ページタイトルはh1に変更したいので追加*/
#page_title h2 {
	width: 990px;
	margin: 0 auto;
}

@media screen and (max-width: 1070px) {
	#page_title h1,
	#page_title h2 {
		width: 95%;
	}
}

#page_title h1 img,
#page_title h2 img {
	width: 100%;
}

/* ----------------------------------------------------------------------------
　基本レイアウト
---------------------------------------------------------------------------- */
#wrapper {
	width: 990px;
	margin: 0 auto 2rem;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1070px) {
	#wrapper {
		width: 95%;
	}
}

@media screen and (max-width: 592px) {
	#wrapper {
		display: block;
	}
}

#contents {
	width: 70.70707070%;
	-webkit-order: 2;
	order: 2;
}

@media screen and (max-width: 592px) {
	#contents {
		width: 100%;
		margin-bottom: 2rem;
	}
}

#sub {
	width: 26.26262626%;
	-webkit-order: 1;
	order: 1;
}

@media screen and (max-width: 592px) {
	#sub {
		width: 100%;
	}
}

/* ----------------------------------------------------------------------------
　サイドメニュー
---------------------------------------------------------------------------- */
#sub .menu {
	margin-bottom: 2rem;
}

#sub .menu .title {
	padding: 0.6rem 0.8rem;
	font-size: 1.125rem;
	font-weight: 600;
	background: linear-gradient(to bottom, #fcfcfa 0%, #fcfcfa 50%, #ebece6 50%, #ebece6 100%);
	border: 1px solid #dfdfd5;
	border-bottom: 3px solid #dfdfd5;
	border-radius: 5px 5px 0 0;
}

#sub .menu .title span {
	font-size: 0.7rem;
	color: #91937d;
	margin-left: 0.5rem;
}

#sub .menu .title img {
	width: 100%;
}

#sub .menu ul {
	border: 1px solid #dfdfd5;
}

#sub .menu ul li {
	border-bottom: 1px solid #dfdfd5;
}

#sub .menu ul li:last-child {
	border-bottom: none;
}

#sub .menu ul li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: 600;
	background-color: #fff;
	padding: 0.5rem;
}

#sub .menu ul li a:hover {
	opacity: 0.8;
}

#sub .menu ul li a .icon {
	flex: 0 0 45px;
	margin-right: 0.5rem;
}

#sub .menu ul li a .icon img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#sub .menu ul li a .icon {
		flex: 0 0 20px;
	}
}

@media screen and (max-width: 592px) {
	#sub .menu ul li a .icon {
		flex: 0 0 45px;
	}
}

#sub .menu ul li a .text1 {
	font-size: 1rem;
}

#sub .menu ul li a .text2 {
	font-size: 0.7rem;
	letter-spacing: -1px;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
	color: #8a8d7a;
}

/* お客様の声（お手紙）バナー */
#sub .bnr_voice2 {
	margin-bottom: 2rem;
}

#sub .bnr_voice2 img {
	width: 100%;
}

#sub .bnr_voice2 a:hover {
	opacity: 0.8;
}

/* 問合せバナー */
#sub .bnr_teikokuweb {
	margin-bottom: 0.5rem;
}

#sub .bnr_teikokuweb img {
	width: 100%;
}

#sub .bnr_teikokuweb a:hover {
	opacity: 0.8;
}

/* 証明 */
#sub .certification {
	border-top: 4px solid #ddd;
	/*background: url("/img/sub_certification.jpg") 0 0 repeat-x;*/
	margin-bottom: 2rem;
}

#sub .certification li {
	border-bottom: 4px solid #ddd;
	/*background: url("/img/sub_certification.jpg") 0 bottom repeat-x;*/
	font-size: 0.875rem;
	line-height: 120%;
	padding: 1rem 0.2rem;
}

/*外部サイトバナー add202007*/
#sub .bnr_othersite {
	margin-bottom: 1rem;
}
#sub .bnr_othersite img {
	display: block;
	width: 100%;
}
#sub .bnr_othersite a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 592px) {
	#sub .bnr_voice2,
	#sub .bnr_teikokuweb,
	#sub .bnr_othersite {
		width: 75%;
		margin: 0.8rem auto;
	}
}


/*↓不使用*/
/* 浮気調査専門窓口バナー */
#sub .bnr_uwakichousa {
	margin-bottom: 2rem;
}

#sub .bnr_uwakichousa img {
	width: 100%;
}

#sub .bnr_uwakichousa a:hover {
	opacity: 0.8;
}

/* 家出調査 */
#sub .bnr_iede {
	margin-bottom: 2rem;
}

#sub .bnr_iede img {
	width: 100%;
}

#sub .bnr_iede a:hover {
	opacity: 0.8;
}

/* 警視庁 */
#sub .bnr_npa {
	margin-bottom: 0.5rem;
}

#sub .bnr_npa img {
	width: 100%;
}
/*↑不使用*/


/* ----------------------------------------------------------------------------
　フッタ
---------------------------------------------------------------------------- */
footer {
	background: url("/img/footer_line.jpg") 0 0 repeat-x;
}

footer .footer_inner {
	width: 990px;
	margin: 0 auto;
}

@media screen and (max-width: 1070px) {
	footer .footer_inner {
		width: 95%;
	}
}

footer .logo_tel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dotted #ccc;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 592px) {
	footer .logo_tel {
		display: block;
	}
}

footer .logo {
	padding-right: 1rem;
	box-sizing: border-box;
	/*width: 40%;*/
	/*background: url("/img/footer_line.jpg") right 0 repeat-y;*/
	/*order: 1;*/
}

footer .logo img {
	width: 100%;
}

@media screen and (max-width: 592px) {
	footer .logo {
		width: 90%;
		padding: 0 0 0 0;
		background: none;
		margin: 2rem auto 2rem;
	}
}

footer .tel {
	padding: 0 1rem;
	box-sizing: border-box;
	/*width: 60%;*/
	/*background: url("/img/footer_line.jpg") right 0 repeat-y;*/
	/*order: 2;*/
}

footer .tel img {
	width: 100%;
}

@media screen and (max-width: 592px) {
	footer .tel {
		width: 80%;
		padding: 0 0 0 0;
		background: none;
		margin: 0 auto 1rem;
	}
}

footer .page_top {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.5rem;
	text-align: center;
	font-size: 0.875rem;
	-webkit-order: 3;
	order: 3;
}

footer .page_top a {
	display: flex;
	align-items: center;
	justify-content: right;
	text-decoration: none;
}

footer .page_top a img {
	margin-right: 0.2rem;
}

@media screen and (max-width: 592px) {
	footer .page_top {
		width: 100%;
		margin-bottom: 1rem;
		font-size: 0.8rem;
	}
}

footer .menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 592px) {
	footer .menu {
		justify-content: space-between;
	}
}

footer .menu li {
	margin: 0 0.5rem 1rem;
}

@media screen and (max-width: 592px) {
	footer .menu li {
		width: 49%;
		margin: 0 0 0.5rem 0;
	}
}

footer .menu li a {
	background: url("/img/footer_menu_icon.jpg") 0 0.5rem no-repeat;
	padding: 0 0 0 0.8rem;
	display: block;
}

@media screen and (max-width: 592px) {
	footer .menu li a {
		font-size: 0.875rem;
	}
}

footer .credit {
	background-color: #a70105;
	text-align: center;
	color: #fff;
	padding: 1rem 0;
	margin-top: 1rem;
}

@media screen and (max-width: 592px) {
	footer .credit {
		font-size: 0.7rem;
	}
}

footer .border{
	border-top: 1px dotted #ccc;
	padding-top: 15px;
}





/* ----------------------------------------------------------------------------
	各ページ見出しタグ<h2>用
	add202512
---------------------------------------------------------------------------- */
.heading_style {
	color: #550000;
	font-size: 1.5rem;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 1rem;
	border-bottom: 8px solid #ddd;
	position: relative;
	padding: 1rem 0 0.8rem 70px;
}
@media screen and (max-width: 592px) {
	.heading_style {
		font-size: 1.4rem;
		padding: 0.7rem 0 0.7rem 55px;
	}
}

.heading_style:before {
	display: block;
	position: absolute;
	top: 0rem;
	left: 0rem;
	content: "";
	width: 64px;
	height: 64px;
	background: url("/img/heading_style_icon.png") 0 center no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 592px) {
	.heading_style:before {
		width: 50px;
		height: 50px;
	}
}

/* ----------------------------------------------------------------------------
　共通タイトル1
---------------------------------------------------------------------------- */
.title_style1 {
	color: #333;
	font-size: 1.4rem;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 1rem;
	border-bottom: 5px solid #ddd;
/*	background: url("/img/title_style1_line.jpg") 0 bottom repeat-x;*/
	position: relative;
	padding: 0.6rem 0 0.6rem 60px;
}

@media screen and (max-width: 592px) {
	.title_style1 {
		font-size: 1.3rem;
		padding: 0.5rem 0 0.5rem 45px;
	}
}

.title_style1 span {
	font-size: 0.8rem;
	color: #91937d;
	margin-left: 0.5rem;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
}

@media screen and (max-width: 592px) {
	.title_style1 span {
		display: block;
	}
}

.title_style1:after {
	display: block;
	position: absolute;
	top: 0rem;
	left: 0rem;
	content: "";
	width: 50px;
	height: 50px;
	background: url("/img/title_style1_icon.png") 0 center no-repeat;
	background-size: 100% auto;
}

@media screen and (max-width: 592px) {
	.title_style1:after {
		width: 40px;
		height: 40px;
	}
}

.title_style1 a {
	position: absolute;
	top: 1rem;
	right: 0rem;
	font-size: 0.875rem;
	background: url("/img/footer_menu_icon.jpg") 0 center no-repeat;
	padding: 0 0 0 1rem;
	text-decoration: none;
}

.title_style1 a:hover {
	opacity: 0.8;
}

/* ----------------------------------------------------------------------------
共通タイトル2
---------------------------------------------------------------------------- */
.title_style2 {
	font-size: 1.125rem;
	border-bottom: 1px dotted #ccc;
	padding: 0rem 0 0.5rem 1rem;
	margin-bottom: 1rem;
	margin-top: 1.25rem;
	position: relative;
	line-height: 130%;
}

.title_style2:after {
	display: block;
	position: absolute;
	top: 0rem;
	left: 0rem;
	content: "";
	width: 5px;
	height: 85%;
	background: linear-gradient(to bottom, #FEC787 0%, #FB9D07 100%);
}

/* ----------------------------------------------------------------------------
共通タイトル3	202512変更
---------------------------------------------------------------------------- */
.title_style3 {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0.5rem 0 0.5rem 0;
	position: relative;
	padding: 0 0 0 1.5rem;
}

.title_style3:before {
	display: block;
	position: absolute;
	top: 0.2rem;
	left: 0rem;
	content: "";
	width: 0.9rem;
	height: 0.9rem;
	background: linear-gradient(135deg, #FEC787, #FB9D07);
	transform: rotate(45deg);
}
/*
.title_style3.orange {
	color: #ff8000;
}
*/


/* ----------------------------------------------------------------------------
　マージン
---------------------------------------------------------------------------- */
.spc_top0_5 {
	margin-top: 0.5rem;
}

.spc_top1 {
	margin-top: 1rem;
}

.spc_btm1 {
	margin-bottom: 1rem;
}

.spc_btm2 {
	margin-bottom: 2rem;
}

.spc_btm0_5 {
	margin-bottom: 0.5rem !important;
}

.column {
	margin-bottom: 5rem;
}

/* ----------------------------------------------------------------------------
　お問い合わせバナー
---------------------------------------------------------------------------- */
.bnr_contact {
	margin-top: 3rem;
}

.bnr_contact img {
	width: 100%;
}

.bnr_contact a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 592px) {
	.bnr_contact {
		display: none;
/*		margin-top: 2rem;*/
	}
}

.red {
	color: #cc0000;
}
.txt_blue {/*add 202511*/
	color: #0000bb;
}
.box_indent {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

/* ----------------------------------------------------------------------------
　モーダル
---------------------------------------------------------------------------- */
#modal {
	position: fixed;
	z-index: 2147483646;
	box-sizing: border-box;
	display: none;
}

#modal_inner {
	transition: 0.4s ease-in-out;
	transform: scale(0, 0);
}

#modal_inner.animeted {
	transform: scale(1, 1);
}

/* 動画タイトル */
#modal .modal_title {
	font-size: 1.425rem;
	line-height: 130%;
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding-bottom: 1.5rem;
}

@media screen and (max-width: 592px) {
	#modal .modal_title {
		font-size: 1.275rem;
	}
}

/* 前の動画 */
#modal .btn_prev a {
	width: 50px;
	height: 100%;
	display: block;
	background: url("/img/modal_btn_prev.svg") 0 center no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: 0%;
	left: -4rem;
	text-indent: -9999px;
}

#modal .btn_prev a:hover {
	opacity: 0.8;
}

/* 次の動画 */
#modal .btn_next a {
	width: 50px;
	height: 100%;
	display: block;
	background: url("/img/modal_btn_next.svg") 0 center no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: 0%;
	right: -4rem;
	text-indent: -9999px;
}

#modal .btn_next a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 592px) {
	#modal .btn_group {
		display: flex;
		justify-content: center;
		position: relative;
		margin-top: 1rem;
	}
	#modal .btn_next a {
		position: relative;
		bottom: 0%;
		right: 0rem;
		width: 50px;
		height: 50px !important;
		margin: 0 1rem;
	}
	#modal .btn_prev a {
		position: relative;
		bottom: 0%;
		left: 0rem;
		width: 50px;
		height: 50px !important;
		margin: 0 1rem;
	}
}

#modal_load img {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

#modal #video {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	/*padding-top:56.25%;*/
	padding-top: 56.25%;
}

#modal #video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #707070;
	background-color: #000;
	/*height:600px;*/
}

.modal_scroll {
	/*padding:1.5rem;*/
}

.modal_contents {
	display: none;
}

/* 閉じる */
#modal_close {
	z-index: 2147483649;
	display: none;
	position: fixed;
	top: 1rem;
	right: 1rem;
}

#modal_close a {
	transition: 0.5s ease-in-out;
	font-size: 0.8rem;
	font-weight: 200;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

#modal_close a img {
	width: 44px;
	margin-left: 0.5rem;
	transition: 0.4s ease-in-out;
}

#modal_close a:hover img {
	transform: rotate(180deg);
}

/* モーダル背景 */
#modal_bg {
	background-color: rgba(0, 0, 0, 0.85);
	position: fixed;
	z-index: 2147483645;
	width: 0%;
	height: 0%;
	top: 50%;
	left: 50%;
	transition: 0.5s ease-in-out;
}

#modal_bg.animeted {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

/* ----------------------------------------------------------------------------
	余白系 add202007 modified202412
---------------------------------------------------------------------------- */
/*
 マージン
====================================*/
.margin0 { margin: 0 !important; }
.margin5 { margin: 5px !important; }
.margin10 { margin: 10px !important; }
.margin15 { margin: 15px !important; }
.margin20 { margin: 20px !important; }
.margin25 { margin: 25px !important; }
.margin30 { margin: 30px !important; }
.margin35 { margin: 35px !important; }
.margin40 { margin: 40px !important; }
.margin45 { margin: 45px !important; }
.margin50 { margin: 50px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 45px !important; }
.mt60 { margin-top: 60px !important; }
.mt80 { margin-top: 80px !important; }
.mt100 { margin-top: 100px !important; }
.mt120 { margin-top: 120px !important; }
.mt140 { margin-top: 140px !important; }
.mt160 { margin-top: 160px !important; }
.mt180 { margin-top: 180px !important; }
.mt200 { margin-top: 200px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb120 { margin-bottom: 120px !important; }
.mb140 { margin-bottom: 140px !important; }
.mb160 { margin-bottom: 160px !important; }
.mb180 { margin-bottom: 180px !important; }
.mb200 { margin-bottom: 200px !important; }

.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml80 { margin-left: 80px !important; }
.ml100 { margin-left: 100px !important; }

.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 45px !important; }
.mr60 { margin-right: 60px !important; }
.mr80 { margin-right: 80px !important; }
.mr100 { margin-right: 100px !important; }

/*
	パディング
====================================*/
.padding0 { padding: 0 !important; }
.padding5 { padding: 5px !important; }
.padding10 { padding: 10px !important; }
.padding15 { padding: 15px !important; }
.padding20 { padding: 20px !important; }
.padding25 { padding: 25px !important; }
.padding30 { padding: 30px !important; }
.padding35 { padding: 35px !important; }
.padding40 { padding: 40px !important; }
.padding45 { padding: 45px !important; }
.padding50 { padding: 50px !important; }

.pt0 { padding-top: 0 !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt60 { padding-top: 60px !important; }
.pt80 { padding-top: 80px !important; }
.pt100 { padding-top: 100px !important; }
.pt120 { padding-top: 120px !important; }
.pt140 { padding-top: 140px !important; }
.pt160 { padding-top: 160px !important; }
.pt180 { padding-top: 180px !important; }
.pt200 { padding-top: 200px !important; }

.pb0 { padding-bottom: 0 !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb120 { padding-bottom: 120px !important; }
.pb140 { padding-bottom: 140px !important; }
.pb160 { padding-bottom: 160px !important; }
.pb180 { padding-bottom: 180px !important; }
.pb200 { padding-bottom: 200px !important; }

.pl0 { padding-left: 0 !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl40 { padding-left: 40px !important; }
.pl60 { padding-left: 60px !important; }
.pl80 { padding-left: 80px !important; }
.pl100 { padding-left: 100px !important; }

.pr0 { padding-right: 0 !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr40 { padding-right: 40px !important; }
.pr60 { padding-right: 60px !important; }
.pr80 { padding-right: 80px !important; }
.pr100 { padding-right: 100px !important; }



/* ----------------------------------------------------------------------------
	汎用系 add202508
---------------------------------------------------------------------------- */
.item_hcenter {
	text-align: center;
}
.text {
	line-height: 180%;
}
/* 太字 */
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}

.orange {
	color: #d97000;
/*	color: #ff8000;*/
}


/*add 202512*/
.pagelink a {
	font-size: 1rem;
	background: url("/img/footer_menu_icon.jpg") 0 center no-repeat;
	padding: 0 0 0 1rem;
	text-decoration: none;
}



