html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,p,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ul li,ol li {
    list-style: none;
}
.textc {
    text-align: center;
}
.textr {
    text-align: right;
}
.textl {
    text-align: left;
}
.imgr {
	float: right;
}
.imgl {
	float: left;
}
.link_navy {
	color:#00e !important;
}
.wsn{
	white-space:nowrap;
	}
.red{
	color:#F00;
	}

body {
	font-family: 'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	color:#333;
	font-weight:300;
}
.inner {
    width: 1200px;
    margin: 0 auto;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}

@media screen and (max-width: 480px) {
.inner {
    width: 96%;
}
}


/* ====================================
 header
==================================== */
#header {
	box-shadow: 0 8px 3px -3px #f5f5f5;
	padding:10px 0 5px 0;
	margin-bottom:5px;
}

/* 右メニュー */
#header #h_right {
    display: flex;
    justify-content: space-between;
}

/* 検索列 */
#header #h_up {
    display: flex;
}

#header #h_up form {
	margin-right:10px;
}

#header #h_up p {
	font-weight:400;
}

#header #h_right ol {
    display: flex;
}

#header #logo img {
	width:350px;
	height:auto;
}

/* サイズ */
#header #size li button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
	padding-top:2px;
	font-weight:500;
	font-size:16px;
}

#header #size li {
	border:solid 1px #333;
	margin-left:5px;
	cursor: pointer;
	padding:0 5px 1px 5px;
	display:block;
	text-decoration:none;
	color:#333;
}
#header #size li:first-child button {
	font-size:13px;
	font-weight:normal;
}
#header #size li:last-child button {
	font-size:18px;
	font-weight:600;
	padding-top:0;
}

/* 言語 */
#header #lang {
	float:right;
	margin-top:10px;
	font-size:13px;
}

#header #lang li {
	border:solid 1px #0000cd;
	margin-left:5px;
	line-height:1.3
}
#header #lang li a {
	color: #0000cd !important;
	display:block;
	text-decoration:none;
	padding:2px 2px;
}

/* ヘッダーsnsボタン */
#header #lang .sns {
	border:none !important;
    margin-left: 5px;
    line-height: 1.3;
}
#header #lang .sns a {
	color: #0000cd !important;
	display:block;
	text-decoration:none;
	padding:0 2px !important;
}

/* HOMEアイコン */
#header .fa-home {
	font-size:13px;
}

#header ul {
    display: flex;
    justify-content: space-between;
	border:solid 1px #ccc;
	margin-top:10px;
	border-radius:8px;
	background: linear-gradient( 0deg, #efefef, #fff);
}

#header ul li {
	width:14%;
	border-right:solid 1px #ccc;
	text-align:center;
}
#header ul li:last-child {
	border-right:none;
}
#header ul li a {
	display:block;
	text-decoration:none;
	position: relative;
	color:#333;
	font-weight:500;
	padding:10px 0;
}
#header ul li a::before,
#header ul li a::after {
  border-top: solid 3px navy;
  top: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
#header ul li a::before {
  left: 50%;
}
#header ul li a::after {
  right: 50%;
}
#header ul li a:hover::before,
#header ul li a:hover::after {
  width: 50%;
}

/* ハンバーガーボタン */
.el_humburger {
	display:none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu,
.el_humburger_text.el_humburger_text__close {
	display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
	display: block;
}

.pc_none {
	display:none;
}

@media screen and (max-width: 480px) {
#header #h_right{
	display:block;
}
#header #logo {
	width:70%;
}
#header #logo img {
	width:100%;
	height:auto;
}
#header #size {
	display:none !important;
}
#header #size_none {
	display:none;
}
#header #h_up {
	display:block;
	text-align:right;
}
#header #h_up form {
	width:100%;
	margin-bottom:7px;
}
#header #h_up p,
#header #h_up ol {
	float:left;
}
#header ul {
    display: block;
	border:none;
	padding:0;
}
#header ul li {
	width:100%;
	border-right:none;
}
#header ul li a {
	padding:15px 0;
	display:block;
}
	/*ハンバーガーボタン*/
	.el_humburger {
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 20;
		cursor: pointer;
		pointer-events: auto;
		color: #70480d;
		text-align: center;
		display: block;
		right: 0;
		top: 0;
		padding-top: 20px;
		width: 70px;
		height: 70px;
	}
	
	.el_humburger_wrapper {
		margin-bottom: 5px;
		width: 30px;
		display: inline-block;
	} 
	
	.el_humburger_text svg path {
		-webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		-o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		fill: #70480d;
	}
	
	.js_humburgerOpen .el_humburger_text svg path {
		fill: #70480d;
	}
	
	.js_humburgerOpen .navi {
		width: 100%;
		padding: 0;
	}

	.navi {
		top:0;
		  position: fixed;
		  right: 0;
		  height: 100%;
		  background-color: rgba(255, 255, 255, 0.9);
		  width: 0;
		  z-index: 3;
		  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
		  -webkit-transition: all 600ms ease-out;
		  -o-transition: all 600ms ease-out;
		  transition: all 600ms ease-out;
		  overflow: hidden;
	}
	
	.el_humburger span.el_humburger_bar {
		  display: block;
		  width: 100%;
		  margin: 0 auto 7px;
		  height: 3px;
		  background: #70480d;
		  -webkit-transition: all .2s ease-in-out;
		  -o-transition: all .2s ease-in-out;
		  transition: all .2s ease-in-out;
		left: 0;
		top: 0;
	}
	
	.el_humburger span.el_humburger_bar:last-child {
		  margin-bottom: 0;
	}

	.js_humburgerOpen .el_humburger span.el_humburger_bar {
		  background: #70480d;
	}

	.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
		  -webkit-transform: translateY(9px) rotate(-45deg);
		  -ms-transform: translateY(9px) rotate(-45deg);
		  transform: translateY(9px) rotate(-45deg);
	}

	.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
		  opacity: 0;
	}

	.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
		  -webkit-transform: translateY(-11px) rotate(45deg);
		  -ms-transform: translateY(-11px) rotate(45deg);
		  transform: translateY(-11px) rotate(45deg);
	}

	.el_humburgerButton.el_humburgerButton__close {
		  top: 2%;
		  right: 2%;
	}

	.el_humburgerButton__close span.el_humburger_bar {
		  display: block;
		  width: 35px;
		  margin: 0 auto;
		  height: 3px;
		  background: #70480d;
	}

	.el_humburgerButton__close span.el_humburger_bar.top {
		  -webkit-transform: translateY(5px) rotate(-45deg);
		  -ms-transform: translateY(5px) rotate(-45deg);
		  transform: translateY(5px) rotate(-45deg);
	}

	.el_humburgerButton__close span.el_humburger_bar.bottom {
		  -webkit-transform: translateY(-6px) rotate(45deg);
		  -ms-transform: translateY(-6px) rotate(45deg);
		  transform: translateY(-6px) rotate(45deg);
	}
}


/* ====================================
 main
==================================== */
#content {
	display:flex;
    justify-content: space-between;
	flex-direction:row-reverse;
	margin-top:15px;
}

#pankuzu {
	text-align:right;
	font-size:13px;
}
#pankuzu a {
	color:#999;
	text-decoration:none;
}
#pankuzu a:hover {
	color:#333;
}

main {
	width:950px;
	margin-bottom:80px;
}

.ks h1 {
  position: relative; /* 三角の位置を固定するために設定 */
  margin: 5px auto 40px; /* 上 左右 下のマージン */
  padding: 20px 30px; /* ふきだし内の余白 */
  background: #fff; /* 背景色 */
  border: 1px solid #ddd;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  border-radius:8px;
  font-size:1.7em;
  font-weight:400;
	background: linear-gradient( 0deg, #efefef, #fff);
	line-height:1.1;
}
.ks h1::before,
.ks h1::after {
  content: '';
  width: 20px; /* 影をつけるために線幅で設定せずにboxを使用する */
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  left: 10%;
  margin-left: -10px;
}
.ks h1::before {
  background: #ddd; /* 吹き出しの線と同じ色 */
  bottom: -10px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
.ks h1::after {
  background: #efefef; /* 吹き出しの地と同じ色 */
  bottom: -9px; /* 線の太さだけずらす */
}

.ks2 h2,
.deco {
  font-size:1.4em;
  font-weight:400;
  position: relative;
  padding:0 0 8px 0;
  border-bottom: 5px solid #efefef;
  margin:50px 0 15px 0;
}
.ks2 h2:before,
.deco:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 5em;
  height: 5px;
  content: '';
  background: navy;
}
.ks2 h2:first-child,
.deco:first-child {
  margin:0 0 15px 0;
}


/* ====================================
 side
==================================== */
#nav {
	width:200px;
	margin-top:27px;
}

#nav ul li {
	margin-top:3px;
}
#nav ul li a:hover {
	opacty:0.8;
}

#nav ul li img {
	vertical-align:baseline;
}

#nav ul .mgn2 {
	margin-top:0 !important;
}

/* 下層サイド */
#nav #k_nav {
	margin:0 0 15px 0;
}

#nav #k_nav h3 {
	color:#fff;
	background-color:#7fb54b;
	font-weight:500;
	padding:14px 10px;
	margin-bottom:10px;
	font-size:1.2em;
	line-height:1.1;
}

#nav #k_nav ol li {
	border-bottom:dashed 1px #ccc;
	margin-top:10px;
}
#nav #k_nav ol li a {
	text-decoration:none;
	color:#333;
	display:block;
	padding-bottom:10px;
}
#nav #k_nav ol li a:hover {
	color:#690;
}

#nav #k_nav .fa-arrow-circle-right {
	color:#690;
	font-size:12px;
	padding-right:4px;
}

@media screen and (max-width: 480px) {
#content {
	display:block;
}
main,#nav {
	width:96%;
}
#nav ul {
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	width:90%;
	margin:0 auto;
}
#nav ul li {
	width:50%;
	margin-top:13px;
	text-align:center;
}
#nav ul li img {
	width:98%;
	height:auto;
}
#nav ul .mgn2_2 {
	margin-top:9px;
}

}

/* ====================================
 footer
==================================== */
.pagetop {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 20px;
    color:navy;
    font-size: 0.9em;
	font-weight:500;
	background: rgba(255,255,255,0.85);
}
.pagetop a {
	padding:0 4px;
    display: block;
    text-align: center;
    color:navy !important;
	text-decoration:none;
}
.pagetop a:hover {
	text-decoration:none !important;
}

.pagetop .fa-chevron-up {
	padding-right:5px;
}

#footer {
	margin-top:50px;
	border-top:solid 10px #efefef;
}
#footer a {
	text-decoration:none;
	color:#333;
}
#footer a:hover {
	text-decoration:underline;
}

#footer aside p {
	width:10em;
	text-align:center;
	border-radius: 0 0 8px 8px;
	background-color:#efefef;
	padding:0 0 5px 0;
}

#footer .fa-arrow-circle-right {
	font-size:12px;
	padding-right:4px;
}

#footer aside .flexContent {
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
	flex-wrap: wrap;
	width:900px;
	margin:25px auto;
	
}
#footer aside .flexContent li {
	width:172px;
}

/*#footer aside ul {
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
	width:900px;
	margin:25px auto;
	
}

#footer aside ul li {
	width:172px;
}*/

#footer_b {
	background-color:#efefef;
	padding:25px 0;
	margin-top:15px;
	
}

#footer_b .inner999 {
    justify-content: space-between;
    display: flex;
}

#footer_b .inner>dl dt {
	font-size:1.4em;
}

#footer .fa-chevron-right {
	font-size:11px;
	padding-right:4px;
}

#footer_b .inner ul {
    display: flex;
}

#footer_b .inner ul li {
	margin-left:20px;
}

/* サイトマップ */
#footer_dl {
	display:flex;
	flex-wrap:wrap;
    justify-content: space-between;
	border-bottom:solid 1px #ccc;
	margin-bottom:10px;
}

#footer_dl dl {
	width:16.66%;
	margin-bottom:10px;
}

#footer_dl dl dt {
	font-weight:400;
	padding-bottom:7px;
}
#footer_dl dl dt:before {
  	font-family: "Font Awesome 5 Free";
	content: "\f0a9";
	font-size:11px;
	padding-right:4px;
	font-weight:900;
}

#footer_dl dl dd {
	font-size:14px;
	line-height:1.1;
}

#footer_dl dl dd ol li a {
	padding-bottom:8px;
	display:block;
}

/* フッターsnsボタン */
.sns-flex{
	display:flex;
	justify-content: space-between;
	}
.sns-flex div .sns li{
	margin-left: 10px !important;
	}

@media screen and (max-width: 480px) {
.pagetop {
    bottom: 0;
}
#footer aside .flexContent {
	width:96%;
}
#footer aside .flexContent li {
	width:33.33%;
}
#footer aside .flexContent:after {
	display: block;
	content:"";
	width:33.33%;
}
#footer aside .flexContent li img {
	width:96%;
	height:auto;
}
#footer_b .inner {
	display:block;
	text-align:center;
}
#footer_b .inner ul{
    justify-content: center;
	border-top:solid 1px #ccc;
	margin-top:10px;
}
#footer_b .inner ul li {
	margin-left:0;
	margin:10px 10px 0 10px;
}
#footer_dl {
	display:block;
	text-align:left;
}
#footer_dl dl {
	width:100%;
	margin-bottom:0;
}
#footer_dl dl dd ol li a {
	padding-top:8px;
	display:block;
}
  .acMenu dt {
    display:block;
    cursor:pointer;
    border-bottom:solid 1px #ccc;
    line-height: 2.5;
  }
  .acMenu dd {
      display:none;
  }
  .acMenu dd ol li {
    border-bottom:dotted 1px #999;
    padding-left: 1.5em;
    font-size: 15px;
  }
  .acMenu dd a {
    padding:3px 0;
    display:block;
  }
.sns-flex{
	display:block;
	}

}

@media screen and (min-width: 959px) {
.br-sp {
	display: none;
}
}
@media screen and (max-width: 559px) {
.br-sp {
	display: block;
	line-height: 0.5em;
}
.br-pc {
	display: none;
}
}
