@charset "utf-8";
/*=======================================================================

共通レイアウト(layout.css)

========================================================================*/

body {
	background-color: #fff;
  color: #000;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}

/*----------------------------------------------------------------------
 Links
----------------------------------------------------------------------*/
a {
	color: #0081cc;
	text-decoration: none;
}
#content a {
	color: #0081cc;
	text-decoration: underline;
}
a:hover {
  opacity: 0.7;
	text-decoration: none;
}

.slicknav_menu {
	display: none;
}

/*----------------------------------------------------------------------
 Header
----------------------------------------------------------------------*/
#header {
	background-color: #fff100;
}
#header .header_inner {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 32px;
  width: 1280px;
	min-height: 104px;
  margin: 0 auto;
}
#header .header_inner .site_name {
	width: 500px;
}
#header .header_inner .tel {
	margin-left: auto;
	color: #000;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: right;
}

div.search {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
	margin-right: 1rem;
}
form.google-top {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
form.google-top input.google {
	width: 44px;
	height: 25px;
  margin: 0;
  padding: 0;
	border: 1px solid #000;
	vertical-align: middle;
}

form.google-top input.search {
	width: 200px;
	height: 25px;
	padding: 4px 10px 3px;
  border: 1px solid #000;
  border-right: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  outline: 0;
}
@media screen and (-ms-high-contrast: none) {
  form.google-top input.search {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: -.1em;
  }
}
::placeholder {
  color: #999;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  letter-spacing: -.1em;
}
:-ms-input-placeholder {
  color: #999;
}




/*----------------------------------------------------------------------
 Main 
----------------------------------------------------------------------*/
#main {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	column-gap: 50px;
  width: 1280px;
  margin: 32px auto 40px;
}


/*----------------------------------------------------------------------
 Contents 
----------------------------------------------------------------------*/
#content {
	width: 910px;
	padding-bottom: 32px;
	background: #fff;
	border-radius: 0;
}
#content .content_inner {
	margin-left: 40px;
	margin-right: 40px;
}


/*----------------------------------------------------------------------
 Sidebar 
----------------------------------------------------------------------*/
#sidebar {
	display: block;
	width: 320px;
	background-color: #ccc;
}
#sidebar h2 {
	padding: 20px 16px;
	background-color: #444;
	color: #fff;
	text-shadow: 5px 5px 0 #000;
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	text-align: center;
}
#sidebar #menu {
	width: 100%;
}
#sidebar #menu .g-nav li a {
	display: block;
	padding: 16px 40px 16px 12px;
	background-color: #ccc;
	border-bottom: 1px solid #aaa;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	transition: all 0.1s;
	position: relative;
}
#sidebar #menu .g-nav li a::after {
	content: '';
	width: 24px;
	height: 24px;
	background: url("../images/nav_arrow.svg") no-repeat;
	background: contain;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
#sidebar #menu .g-nav li.current a,
#sidebar #menu .g-nav li a:hover {
	background-color: #666;
	color: #f6e500;
	opacity: 1;
	/*transform: translate(8px,0);*/
}
#sidebar #menu .g-nav li.current a::after,
#sidebar #menu .g-nav li a:hover::after {
	background: url("../images/nav_arrow_on.svg") no-repeat;
}
#sidebar #menu .g-nav li ul {
	display: none;
}
#sidebar #menu .g-nav li.current ul {
	display: inherit;
}
#sidebar #menu .g-nav li.current ul li ul {
	display: none;
}
#sidebar #menu .g-nav li.current ul li.current ul{
	display: inherit;
}
#sidebar #menu .g-nav li.current ul li a {
	display: block;
	padding: 8px 16px;
	background-color: #999;
	border-bottom: 1px solid #aaa;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	transition: none;
}
#sidebar #menu .g-nav li.current ul li a::after {
	background: none;
}
#sidebar #menu .g-nav li.current ul li a.icon-key::after {
	content: '\f084';
	color: #333;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
	margin-right: -4px;
}

#sidebar #menu .g-nav li.current ul li.current a,
#sidebar #menu .g-nav li.current ul li a:hover {
	background-color: #777;
	color: #f6e500;
}
#sidebar #menu .g-nav li.current ul ul li a {
	padding: 4px 24px;
	background: #aaa;
	font-size: 14px;
	font-size: 1.4rem;
}
#sidebar #menu .g-nav li.current ul li.current ul li a {
	background: #ededed;
	color: #000;
}
#sidebar #menu .g-nav li.current ul li ul li.current a,
#sidebar #menu .g-nav li.current ul li ul li a:hover {
	background: #ccc;
	color: #0a58ca;
}

#menu .search {
	display: none !important;
}


/*----------------------------------------------------------------------
 Footer
----------------------------------------------------------------------*/
#footer {
  padding: 32px 0 40px;
	background-color: #414141;
  text-align: center;
}
#footer .footer_logo {
	padding-bottom: 0px;
}
#footer .info {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  column-gap: 32px;
	margin-top: 32px;
	color: #fff;
}
#footer .info a {
	color: #fff;
	text-decoration: underline;
}


/*----------------------------------------------------------------------
 Pagetop 
----------------------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
.pagetop a {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #fff100;
	text-align: center;
	text-decoration: none;
}
.pagetop a:hover {
	opacity: 0.75;
}
span.arrow {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
span.arrow:after {
	content: '';
	position: absolute;
	top: 25px;
	left: 21px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}


/*----------------------------------------------------------------------
 TopicPath
----------------------------------------------------------------------*/
.topicPath {
	margin: 0 0 24px;
	padding: 4px 8px;
	background: #eaf2fb;
	font-size: 12px;
}
#content .topicPath ul {
	margin: 0;
}
#content .topicPath li {
	display: inline-block;
	margin: 0;
}
.topicPath li a {
  text-decoration: none;
}
.topicPath li + li:before {
  padding: 0 5px;
  color: #999;
  content: ">";
}



@media print {
  body {
    background-color: transparent;
  }
  header {
    background-color: #444;
  }
  .pagetop {
    display: none;
  }
}