:root {
  --nazotokigd-green: #46B86D;
  --nazotokigd-lightgreen: #bde9ba;
  --nazotokigd-gray: #a0a0a0;
  --nazotokigd-lightgray: #d9d9d9;
}

body {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: lighter;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  font-weight: lighter;
  color: black;
}

div {
  display: block;
}

ul, ol, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

p {
  margin: 0;
  padding: 0;
}

.secTitle {
  position: relative;
  border-top: 4px solid var(--nazotokigd-green);
  border-bottom: 4px solid var(--nazotokigd-green);
  padding: 18px 0 18px;
  vertical-align: middle;
}

.secSubTitle {
  position: relative;
  border-bottom: 2px solid var(--nazotokigd-lightgray);
  padding-bottom: 13px;
}

/* アイコン設定 */
#sidebar .side_content a:after,.toggle label:after,.icon:before,.icon:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-stretch: 100%;
  font-style: normal;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  color: var(--nazotokigd-green);
  width: 1.3em;
  float: right;
}

.icon:before,.icon:after {
  float: unset;
}

#content-wrapper {
  width: 100%;
  min-width: 1140px;
  position: relative;
  overflow-x: hidden;
}

#content-wrapper.mini {
  min-width: auto;
}

#header {
  position: relative;
  width: 100%;
  min-width: 1100px;
  height: 108px;
  border-top: 5px solid var(--nazotokigd-green);
  background-color: #fff;
}

#header .header_in {
  width: 1024px;
  height: 90px;
  margin: auto;
}

.headerLogo {
  height: 65px;
  width: auto;
  margin-top: 10px
}

.logoImg {
  height: 65px;
  width: auto;
  margin-top: 10px
}

#header ul {
  float: right;
  margin-top: 45px;
  margin-right: 12px;
}

#header ul li {
  float: left;
  margin-left: 13px;
  font-size: 13px;
}

#header .contact:before {
  content: '\f003'; /* fa-envelope-o */
}

#header .faq:before {
  content: '\f29c'; /* fa-question-circle-o */
}


/* サイドバー関連 */
#sidebar {
  float: left;
  width: 254px;
  border: 1px solid var(--nazotokigd-lightgray);
  box-shadow: 0 0 5px #deedf4;
  margin-top: 1em;
  margin-left: 50px;
  margin-right: 20px;
}

#sidebar .side_top {
  border-top: 0px;
  font-size: 16px;
  color: #fff;
  height: 80px;
  box-sizing: border-box;
  background: url('../images/bg_tit_sidenav_01_pc.png') no-repeat;
  background-color: #fff;
  padding: 28px 1em 0;
}

#sidebar ul li {
  position: relative;
  font-size: 14px;
  border-top: 1px solid var(--nazotokigd-lightgray);
  background-size: 17px 17px;
}

#sidebar li a,#sidebar label {
  display: block;
}

#sidebar .side_content {
  padding: 18px 1em 18px;
}

#sidebar .side_content a:after {
  content: '\f105'; /* fa-angle-right */
  font-size: 1.3em;
}

/** マウスオーバで少し薄く **/
#sidebar a:hover {
  opacity: 0.7;
}
#sidebar label:hover {
  opacity: 0.7;
}

#sidebar img {
  position: absolute;
  top: 15px;
  padding-left: 2px

}

.sub-q {
  font-size: 90%;
  padding-left: 1em;
}

.sub-q div {
  margin-top: 0.8em;
}


/** 表示・非表示を切り替え **/
.toggle input {
  display: none; /* 非表示 */
}

.toggle input + label {
  font-size: inherit;
}

.toggle input:checked + label {
  font-size: inherit;
}

.toggle label:after {
  font-size: 1.3em;
  content: '\f101'; /* fa-angle-double-right */
}

.toggle label + div {
  height: 0;
  overflow-y: hidden;
  transition: 0.3s; /*表示までの時間*/
  opacity: 0;
}

.toggle input:checked + label + div {
  height: auto;
  opacity: 1; /* 文字を表示 */
}
/* 表示矢印切り替え */
.toggle input:checked + label:after {
  content: '\f107'; /* fa-angle-down */
}


#main {
  position: relative;
  width: 65%;
  min-width: 680px;
  float: right;
  margin: 0 auto;
  padding-right: 50px;
  background: url('../images/img_symbol_01.png') 615px -195px no-repeat;
}

.mini {
  width: 100%;
}

.mini #main {
  float: none;
  width: 100%;
  background: url('../images/img_symbol_01.png') 100% -195px no-repeat;
  margin-bottom: 300px;
}


#footer {
  bottom: 0;
  width: 100%;
  min-width: 1100px;
  height: 108px;
  background-color: var(--nazotokigd-green);
  color: #fff;
  margin-top: 500px;
  clear:both;
}

#footer p.icon:after{
  content: '\f063'; /* fa-arrow-down */
  color: white;
}

.footer-in {
  width: 1024px;
  height: calc(100% - 15px * 2);
  margin: auto;
  padding: 15px 0;
}

.footerLogo {
  height: 100%;
  border-right: 1px solid var(--nazotokigd-lightgray);
  padding-right: 1em;
  float: left;
}

.footerLogo svg {
  height: 65px;
}

.description {
  float: left;
  padding-left: 30px;
  font-size: 13px;
  display: inline-block;
}

.description p {
  margin-left: 20px;
}

.description a {
  color: #fff;
  text-decoration: underline;
}

.hide {
  display: none;
}

#hint {
  border: 1px solid var(--nazotokigd-gray);
  border-radius: 0.3em;
  display: inline-block;
  padding: 0.2em 0em 0.2em 0.6em;
  cursor : pointer;
  font-family: Meiryo, メイリオ, sans-serif;
  font-weight: lighter;
}

#hint.icon:after {
  content: '\f105'; /* fa-angle-right */
  float: right;
  font-size: 1.5em;
  line-height: 0.9em;
}


.title {
  font-family: Meiryo, メイリオ, sans-serif;
  font-weight: bold;
  margin: 0;
  padding-left: 0.5em;
  border-bottom: medium solid var(--nazotokigd-green);
}

.title > a {
  font-family: Meiryo, メイリオ, sans-serif;
  font-weight: bold;
  margin: 0;
}

