@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");

/**
 * セミナーページ色設定CSS
 **/
/* --------------------------------- *
 * design.css
 * --------------------------------- */

html[lang="ja"] {
  font-family: "M PLUS Rounded 1c", sans-serif, "MS PGothic";
  font-weight: 500;
  color: #2a2a2a;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif, "MS PGothic";
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  background-color: #fcfcfc;
}

p {
  font-size: 1.2rem;
  transform: rotateZ(0.03deg);
}

@media screen and (max-width: 980px) {
  p {
    font-size: 1.1rem;
    transform: rotateZ(0.03deg);
  }
}

a {
  text-decoration: none;
  transform: rotateZ(0.03deg);
}

a,
a:visited {
  color: inherit;
}



/* --------------------------------- *
 * 見出しデザイン
 * --------------------------------- */
h1 {
  
  border: dashed 2px white;
  transform: rotateZ(0.03deg);
}

h1.h1 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.4rem;
  background-color: #59cbe8;
  background: linear-gradient(to right, #E9E66A, #ee72f291));
}

.h1 h1 {
  background-color: #59cbe8;
  background: linear-gradient(to right, #72F2EB, #ee72f291);
}

@media screen and (max-width: 980px) {
  h1.h1 {
    font-size: 1.2rem;
  }

  .h1 h1 {
    font-size: 1.4rem;
  }
}

.h2 {
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  transform: rotateZ(0.03deg);
}

@media screen and (max-width: 980px) {
  .h2 {
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
  }
}

h2 {
  color: #494949;
  background: #dfdfdf;
  border-left: solid 20px #44CF9E;
}

.h3 {
  font-size: 1rem;
  transform: rotateZ(0.03deg);
}

@media screen and (max-width: 980px) {
  .h3 {
    font-size: 1rem;
  }
}

/* --------------------------------- *
 * ヘッダー部分
 * --------------------------------- */
 #content_header .top_title {
  font-weight: 900;
  color: #44CF9E;
  text-align: center;
  transform: translate(0, -50%);
}

#header_logo .on_menu {
  background-color: #4eb3cc;
}

#content_header .top_text {
  font-size: 5.5vw;
  transform: rotateZ(0.03deg);
}

@media screen and (max-width: 980px) {
  #header #menu_btn {
    text-align: center;
    background-color: #44CF9E;
    border-radius: 4px;
  }
  #content_header .top_text {
    font-size: 6.3vw;
  }
}

#content_header2 .text {
  font-size: 1.2rem;
  transform: translate(0, -50%);
  background-color: #FFFACB;
}

#content_header2 .sub_text {
  transform: translate(0, -50%);
  background-color: #FFFACB;
  font-size: 1.2rem;
}

@media screen and (min-width: 1500px) {
  #content_header .top_text {
    font-size: 80px;
  }
}

@media screen and (max-width: 400px) {
  #content_header .top_text {
    font-size: 25px;
  }
}

@media screen and (max-width: 350px) {
  #content_header .top_text {
    font-size: 1.3rem;
  }
}

 /* --------------------------------- *
 * メニュー部分
 * --------------------------------- */
 #menu_list {
  font-weight: 500;
  font-style: normal;
  border-color: #c8c8c8;
  background-color: #4EB3CC;
}

#menu_list .menu {
  color: #fafafa;
}
/* --------------------------------- *
 * トップページ
 * --------------------------------- */
.sub_text a {
  text-decoration: underline;
}

a .span {
  font-size: 1rem;
}


/* --------------------------------- *
 * 検定体験ページ
 * --------------------------------- */
 #kentei .article {
  border: 1px solid #59cbe8;
}


.green {
  color: #517EF5;
  font-weight: 700;
  border-bottom: 2px solid #f57e7a;
  font-size: 1.2rem;
}

@media screen and (max-width: 980px) {
  .green {
    font-size: 1.1rem;
  }

}

/* --------------------------------- *
 * 動画コンテンツページ
 * --------------------------------- */
 .movie_title {
  font-size: 1.3rem;
  border-bottom: 2px solid #f57e7a;
}

#voice .movie_title {
  font-size: 1.2rem;
  border: none;
}

#main_section .attention {
  font-size: 1.2rem;
  background-color: #fae5ff8f;
}

/* --------------------------------- *
 * フッター部分
 * --------------------------------- */
 #footer {
  color: #fafafa;
  background-color: #4EB3CC;
}

#footer small {
  font-weight: 400;
  transform: rotateZ(0.03deg);
}

#footer nav {
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (max-width: 980px) {
  #footer nav {
    font-size: 1.1rem;
  }
}

/* --------------------------------- *
 * 上部に戻るボタン
 * --------------------------------- */
#scroll_top svg {
  fill: #c8c5ff;
}

/* --------------------------------- *
 * アンケートボタン
 * --------------------------------- */
a.btn {
  color: #fafafa;
  background-color: #4487cf;
  font-size: 1.1rem;
}

a.btn:hover {
	text-decoration: none;
  
}
