@charset "UTF-8";
/**
 * COURSE
 */
#contents.static .section {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead {
    margin-top: 0;
    margin-bottom: 10vw;
  }
}

#contents.static .section-lead .tab {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .tab {
    flex-wrap: wrap;
  }
}

#contents.static .section-lead .tab li {
  width: 32.4%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .tab li {
    width: 100%;
    margin-bottom: 2%;
  }
}

#contents.static .section-lead .tab li a {
  display: block;
  position: relative;
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 8px;
  opacity: 1;
  transition: all .2s;
}

@media all and (-ms-high-contrast: none) {
  #contents.static .section-lead .tab li a {
    font-family: "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

#contents.static .section-lead .tab li a::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  margin: 3px;
  border: 1px dashed rgba(255, 255, 255, 0.6);
}

#contents.static .section-lead .tab li a:hover {
  opacity: .8;
}

#contents.static .section-lead .tab li:nth-of-type(1) a {
  background-color: #67a140;
}

#contents.static .section-lead .tab li:nth-of-type(2) a {
  background-color: #aa4e8b;
}

#contents.static .section-lead .tab li:nth-of-type(3) a {
  background-color: #1baa9e;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .col {
    flex-direction: column-reverse;
  }
}

#contents.static .section-lead .col-left {
  position: relative;
  margin-top: 3px;
  width: 350px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .col-left {
    width: 100%;
    margin-right: 0;
  }
}

#contents.static .section-lead .col-right {
  flex: 1;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .col-right {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

#contents.static .section-lead .img {
  position: relative;
  width: 85%;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .img {
    width: 48vw;
  }
}

#contents.static .section-lead .img:nth-of-type(2) {
  margin: -25px 0 0 auto;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .img:nth-of-type(2) {
    position: absolute;
    top: 5vw;
    right: 0;
    margin: 0;
  }
}

#contents.static .section-lead .img img {
  width: 100%;
  height: auto;
  margin: 0;
}

#contents.static .section-lead h2 {
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.2rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media all and (-ms-high-contrast: none) {
  #contents.static .section-lead h2 {
    font-family: "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead h2 {
    font-size: 2.7rem;
  }
}

#contents.static .section-lead .catch {
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none) {
  #contents.static .section-lead .catch {
    font-family: "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .catch {
    font-size: 1.8rem;
  }
}

#contents.static .section-lead .catch em {
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  #contents.static .section-lead .catch em {
    font-family: "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

#contents.static .section-lead p {
  overflow: hidden;
}

#contents.static .section-lead p:last-of-type {
  margin-bottom: 0;
}

#contents.static .section h3 {
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  border-bottom-color: #dfd7ca;
}

@media all and (-ms-high-contrast: none) {
  #contents.static .section h3 {
    font-family: "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

@media screen and (max-width: 767px) {
  #contents.static .section h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #contents.static .section .meal {
    text-align: center;
  }
}

#contents.static .section .meal ul {
  display: flex;
  justify-content: center;
  margin: 20px -15px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section .meal ul {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: -5px auto 20px;
  }
}

#contents.static .section .meal li {
  margin: 0 15px;
  list-style: none;
}

@media screen and (max-width: 767px) {
  #contents.static .section .meal li {
    margin: 5px 0;
  }
}

#contents.static .section .meal li img {
  width: auto;
  height: 33px;
  box-shadow: none;
  vertical-align: middle;
}

#contents.static .feature {
  margin: 0 0 15px;
  padding: 0;
}

#contents.static .feature .col {
  padding: 20px;
  margin-bottom: 15px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #contents.static .feature .col {
    display: block;
  }
}

#contents.static .feature .col-left {
  width: 192px;
}

@media screen and (max-width: 767px) {
  #contents.static .feature .col-left {
    float: left;
    width: 100px;
    margin-bottom: 15px;
  }
}

#contents.static .feature .col-right {
  flex: 1;
}

@media screen and (max-width: 767px) {
  #contents.static .feature .col-right {
    margin-left: 0;
  }
}

#contents.static .feature img {
  box-shadow: none;
}

#contents.static .feature p {
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  #contents.static .feature p {
    clear: both;
  }
}

#contents.static .feature .title {
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .feature .title {
    clear: none;
  }
}

#contents.static .recommend {
  margin: 0 0 15px;
  padding: 20px;
  border: 1px solid #dfd7ca;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #contents.static .recommend {
    padding: 15px;
  }
}

#contents.static .recommend p {
  margin: 0;
}

#contents.static .recommend .title {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #dfd7ca;
}

#contents.static .qa {
  margin: 0 0 15px;
  padding: 20px;
  border: 1px solid #dfd7ca;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #contents.static .qa {
    padding: 15px;
  }
}

#contents.static .qa p {
  margin: 0;
}

#contents.static .q {
  position: relative;
  padding: 0 0 10px 35px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #dfd7ca;
}

#contents.static .q::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: 'Q';
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  line-height: 1;
}

@media all and (-ms-high-contrast: none) {
  #contents.static .q::before {
    font-family: "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

#contents.static .q p {
  font-weight: bold;
}

#contents.static .a {
  position: relative;
  padding-left: 35px;
}

#contents.static .a::before {
  position: absolute;
  top: 3px;
  left: 2px;
  content: 'A';
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #f60;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  #contents.static .a::before {
    font-family: "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

#contents.static .diary_link {
  text-align: right;
  margin-top: 5px !important;
}

@media screen and (max-width: 767px) {
  #contents.static .diary_link {
    text-align: left;
  }
}

#contents.static .related_link {
  text-align: right;
  margin-top: 5px !important;
}

@media screen and (max-width: 767px) {
  #contents.static .related_link {
    text-align: left;
  }
}

#contents.static .voice-link {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #contents.static .voice-link {
    text-align: center;
  }
}

#contents.static .course-1 h2, #contents.static .course-1 h3, #contents.static .course-1 .catch, #contents.static .course-1 .title {
  color: #67a140;
}

#contents.static .course-1 h2 {
  border-bottom-color: rgba(103, 161, 64, 0.3);
}

#contents.static .course-1 .feature .col {
  background-color: rgba(103, 161, 64, 0.05);
  border-color: rgba(103, 161, 64, 0.2);
}

#contents.static .course-1 .qa .q {
  color: #67a140;
}

#contents.static .course-2 h2, #contents.static .course-2 h3, #contents.static .course-2 .catch, #contents.static .course-2 .title {
  color: #aa4e8b;
}

#contents.static .course-2 h2 {
  border-bottom-color: rgba(170, 78, 139, 0.3);
}

#contents.static .course-2 .feature .col {
  background-color: rgba(170, 78, 139, 0.05);
  border-color: rgba(170, 78, 139, 0.2);
}

#contents.static .course-2 .qa .q {
  color: #aa4e8b;
}

#contents.static .course-3 h2, #contents.static .course-3 h3, #contents.static .course-3 .catch, #contents.static .course-3 .title {
  color: #1baa9e;
}

#contents.static .course-3 h2 {
  border-bottom-color: rgba(27, 170, 158, 0.3);
}

#contents.static .course-3 h4:nth-of-type(2) {
  margin-top: 10px;
}

#contents.static .course-3 .feature .col {
  background-color: rgba(27, 170, 158, 0.05);
  border-color: rgba(27, 170, 158, 0.2);
}

#contents.static .course-3 .qa .q {
  color: #1baa9e;
}

#contents.static .course-4 h2, #contents.static .course-4 h3, #contents.static .course-4 .title {
  color: #fd8a1e;
}

#contents.static .course-4 .col-left {
  width: 290px;
  margin: 5px auto 0;
}

#contents.static .course-4 .col-left .img {
  width: 100%;
}

#contents.static .course-4 .catch {
  color: #afa684;
  font-size: 2.5rem;
  line-height: 1.3;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(253, 138, 30, 0.3);
}

@media screen and (max-width: 767px) {
  #contents.static .course-4 .catch {
    font-size: 2.1rem;
  }
}

#contents.static .course-4 .catch em {
  color: #fd8a1e;
}

#contents.static .course-4 .feature .col {
  background-color: rgba(253, 138, 30, 0.05);
  border-color: rgba(253, 138, 30, 0.2);
}

#contents.static .course-4 .qa .q {
  color: #fd8a1e;
}

#contents.static .course-4 h3 + p {
  margin-bottom: 30px;
}

#contents.static .course-banner {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .course-banner {
    margin: -10px 0;
  }
}

#contents.static .course-banner img {
  box-shadow: none !important;
}

#contents.static .course-banner a {
  display: inline-block;
  vertical-align: top;
}

#contents.static .course-banner li {
  text-align: center;
  list-style: none;
  margin: 5px;
}

@media screen and (max-width: 767px) {
  #contents.static .course-banner li {
    margin: 10px 0;
  }
}

/*# sourceMappingURL=../map/css/style-course.css.map */
