html {
	-webkit-text-size-adjust: 100% !important;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	line-height: 15px;
	color: #333;
	/* font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif; */
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1rem;
	font-feature-settings: 'palt';
	z-index: 0;
}


header {
	/*ヘッダーの高さは50px*/
	position: sticky;
	
	top: 0;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	height: 50px;
	width: 100%;
	min-width: 320px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);

	z-index: 1;
}
header a {
	text-decoration: none;
	color: #444;
}
header div:first-child {
	margin-right: auto;
}

header .class_lawOfficeName {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: .3em;
	min-width: 0px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
}
header .class_subLawOfficeName {
	display: block;
	margin-right: 0; 
	padding-top: .3em;

	text-align: right;
	color: #777;
	font-size: 0.7rem;
}
/*
@media screen and (min-width:500px) {
	header .class_lawOfficeName {
		font-size: 20px;
	}
	header .class_subLawOfficeName {
		font-size: 10px;
	}
}
@media screen and (min-width:600px) {
	header .class_lawOfficeName {
		padding-top: .2em;
		min-width: 230px;
		font-size: 24px;
	}
	header .class_subLawOfficeName {
		padding-top: .5em;
		font-size: 12px;
		margin-right: 1em;
	}
}
*/
@media screen and (max-width:480px) {
	header .class_lawOfficeName {
		font-size: 1rem;
	}
	header .class_subLawOfficeName {
		font-size: 0.5rem;
	}
}

#id_iconTel {
	display: flex;
	justify-content: center;
	align-items: center;

	min-width: 110px;
	height: 40px;
	border-radius: 20px;
	background-color: #eee;
	
	font-family: 'Noto Serif JP', serif;
}
#id_iconTel a {
	padding-top: 0;
	display: flex;
}
#id_imgTel {
	margin-left: -.3em;
}
#id_iconTel div {
	display: flex;
	justify-content: left;
	flex-direction: column;
	
	padding-top: .15em;
	padding-left: .2em;
	font-size: .9rem;
	color: rgb(58, 171, 210);
}
#id_iconTel div span {
	letter-spacing: -.1em;
	padding-left: 0;
	font-size: .8rem;
	color: rgb(58, 171, 210);
}
/*
@media screen and (min-width:600px) {
	#id_iconTel {
		min-width: 120px;
	}
	#id_iconTel div {
		font-size: 1rem;
	}
	#id_iconTel div span {
		font-size: .9rem;
	}
}
*/
@media screen and (max-width:480px) {
	#id_iconTel {
		min-width: 100px;
	}
	#id_iconTel div {
		font-size: 0.8rem;
	}
	#id_iconTel div span {
		font-size: 0.65rem;
	}
}

#id_nav-checkBox {
	display: none;
}
#id_nav-content {
	position: fixed;
    top: 50px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
  	transform: translateX(2000px);
  	transition: ease 1s;
	opacity: 0;
	z-index: 999;
}
#id_iconMenu {
	display: flex;
	justify-content: center;
	align-items: center;
  
	margin: 0;
	padding: 0;
	width: 45px;
	height: 50px;
}
#id_iconOpen {
	cursor: pointer;
	display: flex;
	align-items: center;
}
#id_iconClose {
	display: none;
}  
#id_nav-checkBox:checked ~ #id_nav-content {
    transform: none;
    opacity: 1;
}
#id_nav-checkBox:checked ~ * #id_iconOpen {
	display: none;
}
#id_nav-checkBox:checked ~ * #id_iconClose {
	display: flex;
}

header ul {
	margin: 0;
	padding: 0;
}
header ul li {
	padding: 0.5rem 0;
	line-height: 2rem;
	border-bottom: dashed 1px silver;
	list-style-type: none;
}
header ul li:last-of-type{
	border-bottom: none;
}
header ul li a {
	text-decoration: none;
	display: flex;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
	color: #ccc;
}
header ul li a:hover{
	background-color: rgba(0,0,0,0.3);
}


footer {
	margin: 0;
	padding: 0;
	top: 0;
	width :100%;
	display: flex;
	flex-direction: column;
	background-color: #222;
	color: #ccc;
	font-family: 'Noto Serif JP', serif;
}
footer div {
	width :100%;
	display: flex;
	flex-direction : row-reverse;
	flex-wrap:wrap;
	background-color: #333;
}
footer div ul{
	flex: 2;
	min-width: 320px;
}
footer div ul li {
	list-style-type: none;
	padding: 0.5em 0 0.5em 0.5em;
	line-height: 1;
	border-bottom: dashed 1px silver;
}
footer div ul li:last-of-type {
	border-bottom: none;
}
footer div ul li a {
	text-decoration: none;
	display: flex;
	color: #ccc;
	font-family: 'Noto Serif JP', serif;
}
footer div ul li a:hover{
	background-color: rgba(0,0,0,0.3);
}
footer div address{
	flex: 1;
	min-width: 320px;
	padding-left: 1em;
}
footer div address a {
	text-decoration: none;
	color: #ccc;
}

footer dl {
	font-style: normal;
}

footer dt {
	clear: left;
	float: left;
}
footer dt:after {
    content: "：";
}
footer dd {
	margin: 1em;
}
footer .class_auther {
	display: none;
}
footer .class_lawOfficeName {
	font-size: 140%;
	padding-bottom: .1em;
	border-bottom: 1px solid #ccc;
	margin-left: 0;
}
footer .class_lawOfficeName span {
	display: block;
	padding-top: .5em;
	color: #aaa;
	font-size: 50%;
}
footer small {
	padding: 10px 0px;
	text-align: center;
	font-size: .6rem;
}
@media screen and (min-width:600px) {
	footer small {
		font-size: .8rem;
	}
}

/* ローディング画面*/
#id_loadingArea{
	height: 100vh;
	width: 100vw;
	position: relative;
	background-color: #222;
}
/* ローディングイメージ */
#id_loadingImage {
	position: absolute;
	z-index: 99;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 3px solid rgba(58, 171, 210, 0.9);
	border-right-color: transparent;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}