/*
Theme Name: NLP Global Community College Landing Page Original Theme
Author: NLP Global Community College
Description: NLP Global Community College Landing Page Original Theme
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:500');
html{ font-size: 100%; }
body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: normal;
  font-feature-settings: "palt" 1;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: #fafafa;
  color: #444;
}
h2 { line-height: 2em; }

.img-link, .img-link a { display: block; }
img { max-width: 100%; height: auto; vertical-align: bottom; vertical-align: bottom; }
ul, ol { list-style: none; padding: 0; margin: 0; }

.pc { display: none; }
.sp { display: block; }

/* common */
.main-contents { max-width: 1280px; margin: 100px auto 100px auto; }
.text-contents-center { text-align: center; }
.pc-margin-top-contents, .margin-top-contents { margin-top: 64px; }
.margin-top-h { margin-top: 48px; }
.h-color { color: #5bc8ac; }
.note-h { padding-bottom: 16px; border-bottom: 8px solid #5bc8ac; }
.note-accent { padding-bottom: 16px; border-bottom: 8px solid #f18d9e; }
.accent-color { color: #f18d9e; }
.h-border { border-bottom: 6px double #5bc8ac; }
.accent-border { border-bottom: 6px double #f18d9e; }
.border-trouble { padding: 100px 30px 50px 30px; border: 2px dashed #7b4d28; border-radius: 4em; }
.background-image-seminar {
  background-image: url("https://firstnlp.nlp-gcc.com/images/back3.jpg");
  padding-top: 50px;
  padding-bottom: 50px;
}
.list-style-content li { padding-left: 1em; text-indent: -.7em; margin-top: 0.5em; margin-bottom: 0.5em; }
.list-style-content li::before { content: "●"; color: #5bc8ac; padding-right: 0.5em; }
.list-style-content.accent li::before { content: "●"; color: #f18d9e; padding-right: 0.5em; }
.list-style-content.accent-number li::before { background-color: #f18d9e; color: #fafafa; padding-left: 0.5em; padding-right: 0.5em; margin-right: 0.5em; }
.list-style-content.accent-number li:nth-of-type(1)::before { content: "1"; }
.list-style-content.accent-number li:nth-of-type(2)::before { content: "2"; }
.list-style-content.accent-number li:nth-of-type(3)::before { content: "3"; }
.list-style-content.accent-number li:nth-of-type(4)::before { content: "4"; }
.list-style-content.accent-number li:nth-of-type(5)::before { content: "5"; }
.list-style-content.accent-number li:nth-of-type(6)::before { content: "6"; }

/* top */
.top-visual { width: 100%; margin: 0; }
.top-visual figure { margin: 0; }

.background-image-voice {
  background-image: url("https://firstnlp.nlp-gcc.com/images/back2.jpg");
  padding-top: 50px;
  padding-bottom: 50px;
}
.voice-h::before { content: "＼"; padding-left: 1em; }
.voice-h::after { content: "／"; padding-right: 1em; }
.card-body { background-color: rgb(255,255,255,0.5); border: none; padding: 30px 30px 30px 30px; border-radius: 3em; }

/* footer */
footer { padding: 20px 0; text-align: center; }

@media (min-width: 768px) {
  a[href^="tel:"] { pointer-events: none; }
  .pc { display: block; }
  .sp { display: none; }
  a:hover img { opacity: 0.7; }

  /* header */
  header .site-header { display: flex; align-items: center; width: 90%; margin-left: auto; margin-right: auto; }
  header .site-header h1 { max-width: 60%; margin-right: auto; margin-left: 0; }
  header .site-header figure { margin: 0; }
  header .site-header h1 img { max-width: 614px; width: 100%; margin-right: auto; }
  header .site-header nav ul { display: flex; align-items: center; max-width: 28%; list-style: none; }
  header .site-header nav ul li:first-child { margin-right: 20px; }
  a.head_btn1, a.head_btn2 {
    display: block;
    width: 140px;
    padding: 8px;
    color:#fff;
    border-radius: 5px;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
  }
  a.head_btn1 { background-color: #5bc8ac; border: 4px solid transparent; }
  a.head_btn2 {background-color: #f18d9e; border: 4px solid transparent; }
  a.head_btn1:hover { color: #5bc8ac; border: 4px solid #5bc8ac; background-color: transparent; }
  a.head_btn2:hover { color: #f18d9e; border: 4px solid #f18d9e; background-color: transparent; }
}

@media (max-width: 767px) {
  body { font-size: 16px; }
  h1 { font-size: 1.8em; line-height: 2em; }
  /* header */
  header .site-header { display: block; width: 90%; margin-left: auto; margin-right: auto; }
  header .site-header h1 { max-width: 100%; }
  header .site-header figure { margin: 0; }
  header .site-header nav ul { display: flex; justify-content: center; max-width: 90%; margin-left: auto; margin-right: auto; margin-bottom: 20px; }
  header .site-header nav ul li:first-child { margin-right: 20px; }
  a.head_btn1, a.head_btn2 {
    display: block;
    width: 100px;
    padding: 8px;
    color:#fff;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
  }
  a.head_btn1 { background-color: #5bc8ac; border: 4px solid transparent; }
  a.head_btn2 {background-color: #f18d9e; border: 4px solid transparent; }

  .pc-margin-top-contents { margin-top: -20px; }
  .main-contents { width: 95%; margin-left: auto; margin-right: auto; }

  .card-body { margin-top: 20px; margin-bottom: 20px; }
}