@charset "utf-8";
/* CSS Document */

@media (max-width: 768px) {
nav {
	position:inherit;
	top:inherit;
}
#home article {
	width:calc(100% - 100px);
	padding: 0 50px;
}
#sec article {
	width:90%;
}
#g-back {
	width:50%;
}
#link_bnr {
	position:inherit;
	width:500px;
	margin:0 auto;
}
#link_bnr li {
	display:inline;
	width:240px;
	float:left;
	margin:0 5px 10px 5px;
}

/* hamburgr */

#pcnav {
	display:none;
}

#nav-drawer {
	display:inherit;
 	position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  position:absolute;
  top:5px;
  right:10px;
  z-index:30;
  position:absolute;
  top:-50px;
  right:5px;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 330px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
	background-color:#EEE;
}
#hamburgerNav {
	font-size:125%;
	padding:40px;
}
#hamburgerNav li {
	padding:5px 0;
	margin-bottom:5px;
	border-bottom:dashed 1px #999;
}
#hamburgerNav li::before {
	color:#999;
	content:"\f0da";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	margin-right:5px;
}
#hamburgerNav li a {
	color:#333;
	text-decoration:none;
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#breadcrumbs {
	width:95%;
	margin:0 auto;
	padding:20px 0 0 0;
}

.sublink {
	font-size:85%;
	padding-left:1em;
	margin-top:10px;
}
.sublink li {
	border-bottom:none!important;
	margin:0!important;
}
.sublink li::before {
	content:"\f105"!important;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	margin-right:5px;
}
}

@media (max-width: 640px) {

.spView {
	display:block;
}

.i_right,
.i_left,
.i_center {
    width: 100%;
    display: block;
    margin: 10px auto;
    float: none;
}


header {
    padding: 0 10px 25px 10px;
    height: 50px;
    width: calc(100% - 20px);
}
h1 {
    font-size: 100%;
    padding: 5px 0 5px 75px;
    line-height: 1;
}

#g-back {
    width: calc(100% - 20px);
    height: 42%;
    position: absolute;
    top: 58%;
    padding: 0 10px;
}
#leadcopy {
    line-height: 1.5;
}
#leadcopy h2 {
    font-size: 100%;
    margin-bottom: 10px;
}
#leadcopy p {
    font-size: 90%;
}

#link_bnr {
    width: 100%;
}
#link_bnr li {
    width: 48%;
    margin: 0 1%;
    text-align: center;
}
.signature {
    font-size: 100%;
    line-height: 1.2;
}
#sec main {
    padding-top: 80px;
}
.breadcrumbs {
	font-size:90%;
	padding: 20px;
}
#sec article {
    width: 100%;
	margin:0;
}

#sec h2 {
    font-size: 120%;
    line-height: 60px;
    padding: 0 20px;
}
#sec section {
    line-height: 1.6;
    padding: 20px;
}

h3 {
    font-size: 115%;
    margin-bottom: 10px;
}
.lst_org dt {
	float:none;
	padding:10px 0 0 0;
	font-weight:bold;
}
.lst_org dd {
	padding:0 0 10px 0;
}

}

@media (max-width: 320px) {

#g-back {
    height: 50%;
    position: absolute;
    top: 50%;
    padding: 0 10px;
}
}