@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
img {
  max-width: 100%;
  height: auto;
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: all 1200ms;
  transition: all 1200ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  margin: 0;
  width: 100%;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/*定義*/
.back-gray {
  background-color: #f2f2f0;
}

.h2 {
  padding-top: 4rem;
}

.h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
}

.h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f7921e;
  border-radius: 2px;
}

.link-b2 {
  width: 340px;
  margin: 0 auto;
  margin-top: 3rem;
}

@media screen and (max-width: 749px) {
  .link-b2 {
    width: 80%;
  }
}

.link-b2 a {
  display: block;
  color: #fff;
  background-color: #f7921e;
  padding: 1rem;
}

.link-b2 i {
  float: right;
  margin-top: 5px;
}

.link-btn {
  width: 340px;
  margin: 0 auto;
  margin-top: 3rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .link-btn {
    width: 80%;
  }
}

.link-btn a {
  display: block;
  border: 2px solid #000;
  padding: 1rem;
  color: #000;
}

.link-btn i {
  float: right;
  margin-top: 5px;
  color: #000;
}

.link-btn span {
  display: block;
  border: 2px solid #000;
  padding: 1rem;
  color: #000;
}

.link-b3 {
  width: 90%;
  margin: 0 auto;
  margin-top: 1rem;
}

@media screen and (max-width: 749px) {
  .link-b3 {
    width: 80%;
  }
}

.link-b3 a {
  display: block;
  color: #fff;
  background-color: #f7921e;
  padding: 1rem;
}

.link-b3 i {
  float: right;
  margin-top: 5px;
}

.text-link {
  color: blue;
  text-decoration: underline;
}

@media screen and (max-width: 749px) {
  .page-p {
    text-align: left;
  }
}

header {
  background-color: #fff;
  width: 100%;
}

@media screen and (max-width: 749px) {
  header .h1 {
    line-height: 1;
  }
}

header .h1wrap {
  background-color: #323035;
  width: 100%;
  padding: 1rem;
}

header .h1wrap > .inner-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 749px) {
  header .h1wrap > .inner-big {
    display: block;
  }
}

header .h1wrap .h1 a {
  color: #fff;
  font-size: 18px;
  padding-left: 1rem;
}

@media screen and (max-width: 749px) {
  header .h1wrap .h1 a {
    padding-left: 0;
  }
}

header .h1wrap .h1 a span {
  font-size: 13px;
}

@media screen and (max-width: 749px) {
  header .h1wrap .h1 a span {
    font-weight: normal;
    font-size: 11px;
  }
}

header .h1wrap .search input[type="text"] {
  font-size: 16px;
  border: none;
  width: 180px;
  height: 30px;
  margin-right: 0;
  /* 左上と右下 | 右上と左下 */
  border-radius: 6px 0 0 6px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header .h1wrap .search input[type="submit"] {
  margin: 0;
  width: 40px;
  height: 30px;
  padding: 4px;
  border: none;
  border-radius: 0 6px 6px 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #f7921e;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  header .h1wrap .search {
    position: fixed;
    bottom: 0;
    padding: 6px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #323035;
    text-align: center;
  }
}

header .top_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header .top_nav li a {
  margin: 2px 4px;
  display: block;
  padding: 0.1em 2rem;
  border-radius: 6px;
}

header .top_nav:first-child a {
  background-color: #323035;
  color: #fff;
  display: block;
}

header .top_nav:last-child a {
  background-color: #f7921e;
  color: #fff;
  display: block;
}

header .top_nav i {
  float: right;
  margin-left: 20px;
  margin-top: 5px;
}

header .mainmav {
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

header .mainmav li {
  -webkit-transform: skewX(150deg);
  transform: skewX(150deg);
  border-right: 1px solid #323035;
  width: 20%;
  text-align: center;
}

header .mainmav li .current a {
  color: #4ba674;
  border-bottom: 1px solid #4ba674;
}

header .mainmav li a {
  display: block;
  -webkit-transform: skewX(-150deg);
  transform: skewX(-150deg);
  font-weight: bold;
  font-size: 15px;
}

header .mainmav li:first-child {
  border-left: 1px solid #323035;
}

header .mainnav_wrap {
  padding: 1rem;
}

@media screen and (max-width: 749px) {
  header .mainnav_wrap {
    display: none;
  }
}

article {
  padding-top: 80px;
}

@media screen and (max-width: 749px) {
  article {
    padding-top: 13px;
  }
}

.fixnav {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 3;
  -webkit-box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.1);
}

/*TOP*/
.wwd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 749px) {
  .wwd {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 16px;
  }
}

.wwd li {
  text-align: center;
  font-size: 12px;
  margin: 2rem;
  width: 120px;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .wwd li {
    padding: 0;
  }
}

.wwd img {
  display: inline-block;
}

/*news*/
.news-wrap {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 749px) {
  .news-wrap {
    display: block;
    margin-top: 0;
    margin-left: 10px;
  }
}

.news-wrap > div {
  width: 45%;
  text-align: left;
}

@media screen and (max-width: 749px) {
  .news-wrap > div {
    width: 100%;
  }
}

.news-wrap > div .cat p {
  background-color: #dcde23;
  display: inline-block;
  font-size: 10px;
  padding: 0 10px;
  margin-bottom: 1rem;
}

.news-wrap > div .date {
  display: inline-block;
  color: #f7921e;
  margin-right: 20px;
  font-size: 12px;
}

.news-wrap > div .title {
  display: inline-block;
}

.news-wrap > div .content {
  font-size: 12px;
}

/*dorowa*/
@media screen and (max-width: 749px) {
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff;
  }
  .drawer--right .drawer-nav {
    z-index: 3;
    right: -34rem;
    background: rgba(255, 255, 255, 0.7);
  }
  .drawer--left.drawer-open .drawer-hamburger {
    right: 0;
    padding-top: 10px;
  }
  .drawer-menu {
    padding: 30px 30px 20px 30px;
  }
  .drawer-menu > li {
    padding: 10px 4px;
  }
  .drawer-menu > li a {
    display: block;
    font-weight: bold;
  }
}

@media screen and (max-width: 749px) and (max-width: 749px) {
  .drawer-menu > li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 749px) and (max-width: 749px) {
  .drawer-menu {
    padding: 30px 20px;
  }
}

footer .pagetop {
  position: fixed;
  width: 80px;
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width: 749px) {
  footer .pagetop {
    bottom: 50px;
    right: 5px;
    width: 60px;
  }
}

footer .bottom-name {
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 2rem;
}

footer .copy {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 3rem;
}

footer {
  margin-top: 3rem;
  padding: 2rem;
  background: url("../img/sab_page_title_bg.jpg") repeat;
}

footer .footnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 749px) {
  footer .footnav ul {
    display: block;
  }
  footer .footnav ul li {
    display: inline-block;
    width: 48%;
  }
  footer .footnav ul li a {
    display: block;
    padding: 8px 2px;
    font-size: 14px;
    text-decoration: underline;
  }
}

footer .footnav ul li a {
  color: #fff;
  font-size: 12px;
}

/*パンくず*/
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {
  /* >を表示*/
  content: ">";
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
  font-size: 12px;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/*各ページ*/
.page article {
  padding-top: 140px;
}

@media screen and (max-width: 749px) {
  .page article {
    padding-top: 39px;
  }
}

.page .h1 {
  -webkit-margin-before: 0.67em;
  margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
  margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.page-h1 {
  background: url("../img/sab_page_title_bg.jpg") repeat;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 3rem;
}

.contens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 749px) {
  .contens {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.page-h2 {
  color: #f7921e;
  font-size: 24px;
  padding-top: 3rem;
  padding-bottom: 1rem;
  letter-spacing: 1px;
  position: relative;
  margin: 20px auto;
  border-bottom: 2px solid #ccc;
  width: 100%;
}

.page-h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  height: inherit;
  border-bottom: 2px solid #f7921e;
}

.page-h3 {
  background-color: #f9f8f4;
  padding: 1rem;
  font-size: 16px;
}

/*サイドメニュー*/
.side {
  width: 30%;
  padding: 4rem 4rem 4rem 1rem;
}

@media screen and (max-width: 749px) {
  .side {
    width: 100%;
    padding: 1rem;
  }
}

.side .side-nav h2 {
  background-color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 2px solid #f7921e;
  color: #fff;
  padding: 2rem 0;
}

.side .side-nav ul li {
  border-bottom: 1px solid #ccc;
}

.side .side-nav ul li a {
  display: block;
  padding: 2rem;
}

.side .side-nav ul li a i {
  padding: 0 0.2em;
  display: inline-block;
  float: right;
  margin-top: 4px;
}

.side .contact {
  padding: 0 1rem;
  margin-top: 5rem;
  text-align: center;
}

.side .contact h3 {
  font-size: 15px;
}

.side .contact p {
  font-size: 12px;
}

/*main*/
.main {
  width: 70%;
}

@media screen and (max-width: 749px) {
  .main {
    width: 100%;
  }
}

.main .contener {
  padding: 2rem;
}

@media screen and (max-width: 749px) {
  .main .contener {
    padding: 2rem 0;
  }
}

.main table {
  margin: 2rem 0;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 14px;
}

.main table th {
  padding: 1rem 1rem;
  border: 1px solid #ccc;
  background-color: #f9f8f4;
}

.main table td {
  padding: 1rem 1rem;
  border: 1px solid #ccc;
}

.main ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  margin-left: 1rem;
}

.main ul li {
  font-size: 14px;
  padding-bottom: 12px;
}

.main ul li:before {
  content: "■";
  color: #f7921e;
}

h4 {
  margin-top: 2rem;
  background-color: #f7921e;
  padding: 2px 1rem;
  border-radius: 0 50px 0 0;
  color: #fff;
  font-size: 16px;
  margin-bottom: 1rem;
}

/*FAQ*/
.faq dt {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px;
}

.faq dt:before {
  content: "Q.";
  font-size: 22px;
  color: #f7921e;
  padding-right: 5px;
}

.faq dd {
  padding-left: 20px;
  font-size: 13px;
  padding-bottom: 20px;
}

.faq dd:before {
  content: "A.";
  font-weight: bold;
  font-size: 22px;
  color: #4ba674;
  padding-right: 5px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
div.mail {
  margin-top: 40px;
  margin-bottom: 60px;
}

div.mail form table.formtable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

div.mail form table.formtable th {
  width: 26%;
  background-color: #888;
  border: 2px solid #fff;
  font-weight: normal;
  color: #fff;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

div.mail form table.formtable th span {
  color: red;
  padding-left: 8px;
}

div.mail form table.formtable td {
  border: 2px solid #fff;
  padding: 10px;
}

div.mail form table.formtable td p {
  padding-top: 10px;
  font-size: 13px;
}

div.mail input.area,
select {
  width: 90%;
  border-radius: 4px;
  line-height: 2em;
}

select {
  padding: 10px;
  font-size: 16px;
}

textarea {
  width: 90%;
  height: 300px;
  margin: 0 auto;
  border-radius: 4px;
  line-height: 2em;
}

input.area,
textarea {
  font-size: 16px;
  padding-left: 8px;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans",
    "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic";
}

p.submit {
  text-align: center;
}

p.submit input {
  background-color: #f7921e;
  border: 0px;
  -webkit-box-shadow: -1px 1px 2px #000;
  box-shadow: -1px 1px 2px #000;
  text-align: center;
  margin: 10px;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans",
    "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic";
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 0;
  width: 180px;
}
/*# sourceMappingURL=style.css.map */

/* 書籍 */
.card-container {
  display: flex;
  max-width: 750px;
  height: 200px;
}

.card-img img {
  width: 140px;
}

.card-text {
  width: 100%;
  padding: 20px;
}

.card-title {
  font-size: 16px;
}

.card-subtitle {
  font-size: 14px;
  color: #555;
}

.adjust-header {
  padding-top: 200px;
  margin-top: -200px;
}

@media screen and (max-width: 749px) {
  .card-text {
    width: 100%;
    padding: 0 20px;
  }
}
