/*!==============================
 * Theme Name: Stack
 * Theme URL: https://probootstrap.com/resto-free-restaurant-responsive-bootstrap-website-template
 * Author: ProBootstrap.com
 * Author URL: https://probootstrap.com
 * License: Released for free under the Creative Commons Attribution 3.0 license (probootstrap.com/license)
 */
body {
  font-family: sans-serif;
}
body * {
  /* box-sizing: border-box; */
  /*color: #59547c;
    margin: 0;*/
}
main {
  max-width: 40rem;
  margin: 0 auto;
  padding: 1rem;
}
h1 {
  margin-bottom: 1rem;
}
p {
  margin-bottom: 2rem;
}
.intro {
  font-size: 1.125rem;
}
.category {
  overflow: hidden;
  transition: height 500ms;
}
.category + .category {
  margin-top: 1.5rem;
}
.category__title {
  position: relative;
  padding: 1rem;
  padding-left: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}
.category__title:hover {
  opacity: .75;
}
.category__title::before {
  content: '▶';
  position: absolute;
  top: 1rem;
  left: 0;
  transform: scale(.75);
  transition: transform 500ms;
}
.category.is-expanded .category__title::before {
  transform: scale(.75) rotate(90deg);
}
.block {
  margin-bottom: 1rem;
  border: 1px solid #005427;
  border-radius: .125rem;
  box-shadow: 0 2px 4px gainsboro;
  overflow: hidden;
  transition: height 500ms;
}
.block p {
  margin: 0;
  line-height: 1.4;
}
.block p + p {
  margin-top: 1em;
}
.block__title {
  position: relative;
  padding: 1rem;
  padding-right: 2rem;
  line-height: 1rem;
  font-weight: bold;
  background-color: #339F65;
  cursor: pointer;
  user-select: none;
  color: white;
}
.block__title:hover {
  opacity: .8;
}
.block__title h3 {
  margin: 0;
  color: white;
  margin-bottom: 0 !important;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: start;
  justify-content: start;
}
.block__title h3::before {
  height: 0px;
  content: " ";
}
.block__title::after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.75em;
  height: 100%;
  padding-right: 0rem;
  font-size: 1.17em;
  background-color: #005427;
}
.block.is-collapsed .block__title::after {
  content: '+';
}
.block.is-expanded .block__title::after {
  content: '-';
}
.block__content {
  padding: 1rem;
}
aside {
  position: fixed;
  left: 50%;
  top: 9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 12rem;
  margin-left: 20rem;
  padding: 1rem;
  background: lemonchiffon;
}
aside fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
aside fieldset + fieldset {
  margin-top: 1.5rem;
}
aside .buttons {
  display: flex;
  flex-direction: column;
}
aside button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .75rem;
  font-family: sans-serif;
  font-size: 1rem;
  border: none;
  border-radius: .25rem;
  background-color: mediumaquamarine;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  cursor: pointer;
  outline: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  transition-property: transform, background, box-shadow;
  transition-duration: 200ms;
}
aside button:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}
aside button:active {
  transform: translateY(0);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .15) inset;
  background-color: #59b395;
}
aside button + button {
  margin-top: .5rem;
}
aside legend {
  margin-bottom: 1rem;
}
.log {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 7rem;
  padding: .5rem;
  border: 1px solid gainsboro;
  font-family: 'Courier New', Courier, monospace;
  font-size: .75rem;
  resize: none;
}
@media screen and (max-width: 66rem) {
  main {
    margin-bottom: 11rem;
  }
  aside {
    top: unset;
    bottom: 0;
    left: 0;
    margin: 0;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
  }
  aside fieldset + fieldset {
    margin: 0;
    margin-left: 1rem;
  }
  aside button {
    padding: .5rem;
    font-size: .75rem;
  }
}
ul.check {
  list-style-type: none;
  margin-left: 1.8em;
}
ul.check li {
  position: relative;
  line-height: 1.8;
}
ul.check li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 13px;
  height: 8px;
  border-left: 3px solid #FF0004;
  border-bottom: 3px solid #FF0004;
  transform: rotate(-45deg);
}
.text-center-text-left__child {
  text-align: left;
  display: inline-block;
  list-style: none;
  padding: 0;
}
#content_main .article a {
  display: inline-block;
  width: 100%;
  padding: 10px;
}
#content_main .article a:hover {
  background-color: #F7F7F7;
}
/* 記事一覧のarticle */
#content_main .article {
  height: 150px;
  margin-top: 20px;
}
/* 記事一覧のfigure */
#content_main .article figure {
  float: left;
  height: 150px;
  width: 150px;
  margin: 0;
}
/* 記事一覧の詳細部分 */
.article-info {
  padding-left: 165px; /*display: inline-block;
	float: right;
	width: 500px;*/
}
/* 記事一覧のタイトル */
.article-info h1 {
  margin-top: 0px;
  margin-bottom: 1.2rem;
}
/*　カテゴリータグ　*/
#content_main .article-category {
  background-color: #FFF687;
  border-radius: 15px;
  color: #000000;
  padding: 3px 8px 2px 8px;
}
/*　投稿日　*/
#content_main .article-date {
  color: #8B8B8B;
  margin-left: 1rem;
}
.article-info h4 {
  text-align: left;
  padding: 0;
}
.article-info h4::before {
  height: 0;
}
/*　横スクロールできる表　*/
.table-wrap {
  overflow-x: scroll;
}
.table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
/*　背景画像にテキスト　*/
.catchBackImg {
  background-image: url("../img/bg-1.png");
  box-sizing: border-box;
  padding: 5vw 1vw;
  background-size: cover;
  background-position: center;
}
.catchBackImg p {
  color: #FFF;
  text-shadow: 0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000, 0 0 10px #000, 0 0 12px #000, 0 0 14px #000;
  font-size: 1.05em;
}
@media screen and (max-width: 600px) {
  .catchBackImg {
    padding: 20vw 10px;
    background-size: cover;
    background-position: center right -10vw;
  }
  .catchBackImg p {
    font-size: 1em;
    text-shadow:
      black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px, 0 0 1px #333, 0 0 2px #333, 0 0 4px #333, 0 0 6px #333, 0 0 8px #333;
  }
}
/*　テキスト位置　*/
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
/*　対応業務用　h3　*/
.business h3 {
  color: white;
  background-color: #D1D1D1;
}
.business h3:before {
  content: " ";
}
/*　枠　*/
.box-007 {
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #D4CA38;
  border-radius: 5px;
  color: #333333;
  padding: 0 10px;
}
.box-007 div {
  display: inline-flex;
  align-items: center;
  position: relative;
  top: -13px;
  left: 10px;
  margin: 0 7px;
  padding: 0 8px;
  background: #fff;
  /*color: #ffb36b;
    font-weight: 600;*/
  vertical-align: top;
}
.box-007 i {
  padding-right: 4px;
}
.box-007 p {
  margin: 0;
  padding: 0 1.5em 1em;
}
/*　数字リスト　*/
ol.cp_clist {
  counter-reset: cp_clist; /*数字をリセット*/
  list-style-type: none;
  padding: 0.5em;
}
ol.cp_clist li {
  position: relative;
  padding-left: 30px;
  padding: 0.5em 0.5em 0.5em 30px;
}
ol.cp_clist li::before {
  position: absolute;
  display: inline-block;
  top: 18px;
  left: 0;
  /* カウントさせる */
  counter-increment: cp_clist;
  content: counter(cp_clist);
  /*装飾*/
  padding: 0 0.2em 0 0.2em;
  background: #aaa22d;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  transform: translateY(-50%);
}
.block {
  margin-bottom: 1rem;
  border: 1px solid #005427;
  border-radius: .125rem;
  box-shadow: 0 2px 4px gainsboro;
  overflow: hidden;
  transition: height 500ms;
}
.block p {
  margin: 0;
  line-height: 1.4;
}
.block p + p {
  margin-top: 1em;
}
.block__title {
  position: relative;
  padding: 1rem;
  padding-right: 2rem;
  line-height: 1rem;
  font-weight: bold;
  background-color: #339F65;
  cursor: pointer;
  user-select: none;
  color: white;
}
.block__title:hover {
  opacity: .8;
}
.block__title h3 {
  margin: 0;
  color: white;
  margin-bottom: 0 !important;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: start;
  justify-content: start;
  font-size: 15px;
}
.block__title h3::before {
  height: 0px;
  content: " ";
}
.block__title::after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.75em;
  height: 100%;
  padding-right: 0rem;
  font-size: 1.17em;
  background-color: #005427;
}
.block.is-collapsed .block__title::after {
  content: '+';
}
.block.is-expanded .block__title::after {
  content: '-';
}
.block__content {
  padding: 1rem;
}
aside {
  position: fixed;
  left: 50%;
  top: 9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 12rem;
  margin-left: 20rem;
  padding: 1rem;
  background: lemonchiffon;
}
aside fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
aside fieldset + fieldset {
  margin-top: 1.5rem;
}
aside .buttons {
  display: flex;
  flex-direction: column;
}
aside button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .75rem;
  font-family: sans-serif;
  font-size: 1rem;
  border: none;
  border-radius: .25rem;
  background-color: mediumaquamarine;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  cursor: pointer;
  outline: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  transition-property: transform, background, box-shadow;
  transition-duration: 200ms;
}
aside button:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}
aside button:active {
  transform: translateY(0);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .15) inset;
  background-color: #59b395;
}
aside button + button {
  margin-top: .5rem;
}
aside legend {
  margin-bottom: 1rem;
}
.log {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 7rem;
  padding: .5rem;
  border: 1px solid gainsboro;
  font-family: 'Courier New', Courier, monospace;
  font-size: .75rem;
  resize: none;
}
@media screen and (max-width: 66rem) {
  main {
    margin-bottom: 11rem;
  }
  aside {
    top: unset;
    bottom: 0;
    left: 0;
    margin: 0;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
  }
  aside fieldset + fieldset {
    margin: 0;
    margin-left: 1rem;
  }
  aside button {
    padding: .5rem;
    font-size: .75rem;
  }
}
ul.check {
  list-style-type: none;
  margin-left: 1.8em;
}
ul.check li {
  position: relative;
  line-height: 1.8;
}
ul.check li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 13px;
  height: 8px;
  border-left: 3px solid #FF0004;
  border-bottom: 3px solid #FF0004;
  transform: rotate(-45deg);
}
.text-center-text-left__child {
  text-align: left;
  display: inline-block;
  list-style: none;
  padding: 0;
}
#content_main .article a {
  display: inline-block;
  width: 100%;
  padding: 10px;
}
#content_main .article a:hover {
  background-color: #F7F7F7;
}
/* 記事一覧のarticle */
#content_main .article {
  height: 150px;
  margin-top: 20px;
}
/* 記事一覧のfigure */
#content_main .article figure {
  float: left;
  height: 150px;
  width: 150px;
  margin: 0;
}
/* 記事一覧の詳細部分 */
.article-info {
  padding-left: 165px; /*display: inline-block;
	float: right;
	width: 500px;*/
}
/* 記事一覧のタイトル */
.article-info h1 {
  margin-top: 0px;
  margin-bottom: 1.2rem;
}
/*　カテゴリータグ　*/
#content_main .article-category {
  background-color: #FFF687;
  border-radius: 15px;
  color: #000000;
  padding: 3px 8px 2px 8px;
  margin-bottom: 5px;
  display: inline-block;
}
/*　投稿日　*/
#content_main .article-date {
  color: #8B8B8B;
  margin-left: 1rem;
}
.article-info h4 {
  text-align: left;
  padding: 0;
}
.article-info h4::before {
  height: 0;
}
/*　横スクロールできる表　*/
.table-wrap {
  overflow-x: scroll;
}
.table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
/*　背景画像にテキスト　*/
.catchBackImg {
  background-image: url("../img/bg-1.png");
  box-sizing: border-box;
  padding: 5vw 1vw;
  background-size: cover;
  background-position: center;
}
.catchBackImg p {
  color: #FFF;
  text-shadow: 0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000, 0 0 10px #000, 0 0 12px #000, 0 0 14px #000;
  font-size: 1.05em;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .catchBackImg {
    padding: 20vw 10px;
    background-size: cover;
    background-position: center right -10vw;
  }
  .catchBackImg p {
    font-size: 1em;
    text-shadow:
      black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px, 0 0 1px #333, 0 0 2px #333, 0 0 4px #333, 0 0 6px #333, 0 0 8px #333;
  }
}
/*　テキスト位置　*/
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
/*　対応業務用　h3　*/
.business h3 {
  color: white;
  background-color: #D1D1D1;
}
.business h3:before {
  content: " ";
}
/*　枠　*/
.box-007 {
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #D4CA38;
  border-radius: 5px;
  color: #333333;
  padding: 0 10px;
}
.box-007 div {
  display: inline-flex;
  align-items: center;
  position: relative;
  top: -13px;
  left: 10px;
  margin: 0 7px;
  padding: 0 8px;
  background: #fff;
  /*color: #ffb36b;
    font-weight: 600;*/
  vertical-align: top;
}
.box-007 i {
  padding-right: 4px;
}
.scroll-hint-icon {
  top: 0;
}
.qa-008 dt {
  margin-bottom: 1em;
  color: #333333;
  font-weight: 600;
}
.qa-008 dt::before, .qa-008 dd::before {
  margin-right: .4em;
}
.qa-008 dt::before {
  content: "Q.";
  color: cornflowerblue;
}
.qa-008 dd {
  margin: 0 0 2.5em;
  padding: 1em 1.5em;
  background-color: #f2f2f2;
  color: #333333;
}
.qa-008 dd::before {
  content: "A.";
  color: darkkhaki;
}