@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/*フォント
font-family: “Yu Gothic”, “游ゴシック “, YuGothic, “游ゴシック体 “, “ヒラギノ角ゴ Pro W3”, “メイリオ “, sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
font-family: 'M PLUS Rounded 1c', sans-serif;
*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

span.kai {
  display: inline-block;
}

html {
  font-family: “Yu Gothic”, “游ゴシック “, YuGothic, “游ゴシック体 “, “ヒラギノ角ゴ Pro W3”, “メイリオ “, sans-serif;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: “Yu Gothic”, “游ゴシック “, YuGothic, “游ゴシック体 “, “ヒラギノ角ゴ Pro W3”, “メイリオ “, sans-serif;
  overflow-x: hidden;
  background: #ffffff;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  visibility: visible !important;
}
body.active {
  height: 100vh;
  overflow: hidden;
}
body.noscroll {
  overflow: hidden;
}
body#top_body {
  background: #ffffff;
}
body.bg-color {
  background: url(../images/header2-pc.jpg) no-repeat top center;
  background-color: #dff7f7;
}

@media screen and (max-width: 1080px) {
  body {
    width: 1080px;
    overflow: auto;
  }
}
@media screen and (max-width: 799px) {
  body {
    width: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 750px) {
  body.bg-color {
    background: url(../images/header-sp.jpg) no-repeat top right;
    background-size: 375px;
    background-color: #dff7f7;
  }
}
a {
  text-decoration: none;
  color: #333333;
  display: block;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

li {
  list-style: none;
  font-size: 16px;
  line-height: 100%;
}

/*スマホ時電話リンク*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
main {
  overflow: hidden;
  position: relative;
}

/*iphoneでも画面サイズに合わせる*/
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*アンカーリンク位置調整*/
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 750px) {
  a.anchor {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
}
/*PC・SP*/
.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/*--------------------------------------------------------------------------------------------------------------------

ヘッダー

--------------------------------------------------------------------------------------------------------------------*/
#header {
  position: relative;
  background: url(../images/header-pc.jpg) no-repeat top center;
  padding: 160px 0 240px 0;
}
#header .logo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 520px;
  min-width: 215px;
  width: 25vw;
}
#header .bg-sp {
  position: absolute;
  top: 230px;
  right: 0;
  max-width: 128px;
  z-index: -1;
  display: none;
}

.bg-color #header {
  background: none;
  padding: 210px 0;
}

@media screen and (max-width: 1080px) {
  #header {
    width: 1080px;
  }
}
@media screen and (max-width: 799px) {
  #header {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #header {
    background: url(../images/header-sp.jpg) no-repeat top right;
    background-size: auto 100%;
    background-color: #dff7f7;
    padding: 224px 0 32px 0;
  }

  .bg-color #header {
    padding: 224px 0 55px 0;
  }
  .bg-color #header .bg-sp {
    display: block;
  }
}
#fix-bar {
  position: fixed;
  top: 30px;
  right: 144px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 500;
}
#fix-bar .insta {
  margin-right: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#fix-bar .insta:hover {
  opacity: 0.5;
}
#fix-bar .btn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-right: 16px;
  width: 240px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 18px 5px rgba(17, 17, 26, 0.18);
          box-shadow: 0px 0px 18px 5px rgba(17, 17, 26, 0.18);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#fix-bar .login {
  background: #ff6687;
}
#fix-bar .login:hover {
  background: #ff91a9;
}
#fix-bar .logout {
  color: #ff6687;
  border: 2px solid #ff6687;
  background: #ffffff;
}
#fix-bar .logout:hover {
  background: #ff6687;
  color: #ffffff;
}
#fix-bar .my {
  background: #545454;
}
#fix-bar .my:hover {
  background: #8a8888;
}

@media screen and (max-width: 1000px) {
  #fix-bar {
    right: 100px;
  }
}
@media screen and (max-width: 925px) {
  #fix-bar {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  #fix-bar .insta {
    display: none;
  }
  #fix-bar .btn {
    font-size: 15px;
    margin-right: 0;
    width: 50%;
    height: 56px;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/*--------------------------------------------------------------------------------------------------------------------

ハンバーガーメニュー

--------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------三本ライン*/
#hamburger .line {
  position: fixed;
  top: 30px;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  width: 64px;
  border-radius: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999;
  background-color: #545454;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 18px 5px rgba(17, 17, 26, 0.18);
          box-shadow: 0px 0px 18px 5px rgba(17, 17, 26, 0.18);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#hamburger .line:hover {
  background: #8a8888;
}
#hamburger .line span {
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  border-radius: 50px;
  background-color: #ffffff;
  position: absolute;
}
#hamburger .line span:before, #hamburger .line span:after {
  content: "";
  display: block;
  height: 2px;
  width: 16px;
  border-radius: 50px;
  background-color: #ffffff;
  position: absolute;
}
#hamburger .line span.line1:before {
  bottom: 8px;
}
#hamburger .line span.line1:after {
  top: 8px;
}
#hamburger span.line2 {
  background-color: rgba(255, 255, 255, 0);
}
#hamburger span.line2::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#hamburger span.line2::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#hamburger span.line1 {
  pointer-events: auto;
  opacity: 1;
}
#hamburger .line-active span.line1, #hamburger .line span.line2 {
  pointer-events: none;
  opacity: 0;
}
#hamburger .line-active span.line2 {
  pointer-events: auto;
  opacity: 1;
}
#hamburger .menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 80;
  background: rgba(223, 247, 247, 0.95);
  text-align: center;
  pointer-events: none;
  opacity: 0;
}
#hamburger .menu ul.main-menu li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #009edf;
  margin-bottom: 64px;
}
#hamburger .menu ul.sub-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hamburger .menu ul.sub-menu li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  padding: 0 32px;
  margin-bottom: 16px;
  position: relative;
}
#hamburger .menu ul.sub-menu li a::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}
#hamburger .menu ul.sub-menu li:last-child a::after {
  display: none;
}
#hamburger .menu.is-active {
  pointer-events: auto;
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  #hamburger .line {
    right: 20px;
  }
}
@media screen and (max-width: 750px) {
  #hamburger .line {
    top: 20px;
    right: 20px;
    height: 56px;
    width: 56px;
  }
  #hamburger .line span {
    width: 14px;
  }
  #hamburger .line span:before, #hamburger .line span:after {
    width: 14px;
  }
  #hamburger .line span.line1:before {
    bottom: 7px;
  }
  #hamburger .line span.line1:after {
    top: 7px;
  }
}
@media screen and (max-width: 799px) {
  #hamburger .menu ul.sub-menu {
    display: block;
  }
  #hamburger .menu ul.sub-menu li a {
    margin-bottom: 16px;
  }
  #hamburger .menu ul.sub-menu li a::after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #hamburger .menu ul.main-menu li a {
    font-size: 20px;
    margin-bottom: 48px;
  }
  #hamburger .menu ul.sub-menu li a {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------

フッター
--------------------------------------------------------------------------------------------------------------------*/
#footer {
  position: relative;
  background: #dff7f7;
  text-align: center;
}
#footer .inner {
  position: relative;
  padding: 64px 0;
}
#footer .section1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .section1 li a {
  position: relative;
  padding: 0 32px;
}
#footer .section1 li a::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}
#footer .section1 li a:hover {
  color: #6D6D6D;
}
#footer .section1 li:last-child a::after {
  display: none;
}
#footer .section2 {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 16px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-bottom: 40px;
  z-index: 1;
}
#footer .cp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
#footer .left {
  position: absolute;
  top: -27px;
  left: -72px;
}
#footer .right {
  position: absolute;
  top: -23px;
  right: -44px;
}
#footer .sp {
  display: none;
}

@media screen and (max-width: 799px) {
  #footer .section1 {
    display: block;
    margin-bottom: 64px;
  }
  #footer .section1 li a {
    margin-bottom: 16px;
  }
  #footer .section1 li a::after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #footer .inner {
    padding: 60px 0;
  }
  #footer .section1, #footer .section2 {
    margin-bottom: 60px;
  }
  #footer .section1 a {
    font-size: 14px;
  }
  #footer .left {
    top: -14px;
    left: -10px;
    max-width: 91px;
  }
  #footer .right {
    top: auto;
    bottom: 103.5px;
    right: -11.5px;
    max-width: 115px;
  }
  #footer .pc {
    display: none;
  }
  #footer .sp {
    display: block;
  }
}
/*--------------------------------------------------------------------------------------------------------------------

固定要素

--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------トップに戻る*/
#page-top {
  position: absolute;
  top: -104px;
  right: 40px;
  height: 64px;
  width: 72px;
  background: url(../images/page-top.png) no-repeat;
  background-size: cover;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 79;
  padding: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#page-top:hover {
  opacity: 0.8;
}

@media screen and (max-width: 750px) {
  #page-top {
    width: 56px;
    height: 49.75px;
    top: -40px;
    right: 20px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------

全ページ共通

--------------------------------------------------------------------------------------------------------------------*/
#main {
  margin-bottom: 120px;
}

@media screen and (max-width: 750px) {
  #main {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .bg-color #main {
    margin-top: 0;
  }

  /*sp改行*/
  br.sp {
    display: none;
  }
}
/*クイズをはじめる*/
#quiz .border {
  position: absolute;
  top: -10vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  display: inline-block;
  width: 2px;
  height: 240px;
  background: url(../images/border.svg) no-repeat center;
}

#quiz .btnripple2 {
  /*波紋の基点とするためrelativeを指定*/
  position: relative;
  /*波紋の形状*/
  display: inline-block;
  background: url(../images/btn-start.png) no-repeat center;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  outline: none;
  /*アニメーションの設定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  margin-bottom: 120px;
  -webkit-box-shadow: 0px 0px 18px 5px rgba(17, 17, 26, 0.18);
          box-shadow: 0px 0px 18px 5px rgba(17, 17, 26, 0.18);
}
#quiz .btnripple2:hover {
  opacity: 0.7;
}
#quiz .btnripple2::after {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: -25%;
  top: -25%;
  /*波形の形状*/
  border: 1px solid #009edf;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 0;
  /*ループするアニメーションの設定*/
  -webkit-animation: 1.5s circleanime linear infinite;
          animation: 1.5s circleanime linear infinite;
}
#quiz .btnripple2::before {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: -25%;
  top: -25%;
  /*波形の形状*/
  border: 1px solid #009edf;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 0;
  /*ループするアニメーションの設定*/
  -webkit-animation: 1.5s circleanime linear infinite;
          animation: 1.5s circleanime linear infinite;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes circleanime {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.68);
            transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes circleanime {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.68);
            transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@media screen and (max-width: 750px) {
  #quiz .border {
    top: -182px;
    height: 120px;
    background-size: cover;
  }

  #quiz .btnripple2 {
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: auto;
    background-size: 160px;
    width: 160px;
    height: 160px;
    margin-bottom: 60px;
  }
}
/*®*/
.small-icon {
  font-size: 0.7em;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  font-weight: 400;
}

/*--------------------------------------------------------------------------------------------------------------------

下層ページ共通

--------------------------------------------------------------------------------------------------------------------*/
/*余白*/
.pc-mb16 {
  margin-bottom: 16px;
}

.pc-mb40 {
  margin-bottom: 40px;
}

.pc-mb48 {
  margin-bottom: 48px;
}

.pc-mb64 {
  margin-bottom: 64px;
}

@media screen and (max-width: 750px) {
  .sp-mb32 {
    margin-bottom: 32px;
  }

  .sp-mb48 {
    margin-bottom: 48px;
  }
}
/*--------------------------ページタイトルセクション*/
#page-ti {
  text-align: center;
  color: #545454;
}
#page-ti img {
  max-width: 54.4px;
  margin: 0 auto 8px auto;
}
#page-ti .sub {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 28px;
}
#page-ti .ti {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 2.2;
  font-size: 40px;
}

@media screen and (max-width: 750px) {
  #page-ti img {
    max-width: 35px;
  }
  #page-ti .sub {
    font-size: 16px;
  }
  #page-ti .ti {
    font-size: 24px;
  }
}
/*--------------------------記事本文*/
.temp #article .section {
  padding: 120px 0;
}
.temp #article .section:first-child {
  padding: 0 0 120px 0;
}
.temp #article .section:last-child {
  padding: 120px 0 0 0;
}
.temp #article .section.bg {
  background: #28cccc;
  color: #ffffff;
}
.temp #article .section.bg h2 {
  color: #ffffff;
}
.temp #article h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
  color: #009edf;
}
.temp #article h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 32px;
  text-align: center;
  color: #ff6687;
}
.temp #article h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 16px;
}

#article p {
  line-height: 1.8;
}

.temp #article .section .bg-box {
  background: #dff7f7;
  padding: 32px;
  margin-bottom: 32px;
}
.temp #article .table {
  width: 100%;
  margin-bottom: 64px;
}
.temp #article .table .tr {
  border-bottom: 1px solid #545454;
}
.temp #article .table .tr .td:first-child {
  font-weight: 700;
  padding: 32px;
  width: 230px;
}
.temp #article .table .tr .td:last-child {
  font-weight: 500;
  padding: 32px 32px 32px 0;
  width: calc(100% - 230px);
}
.temp #article .table2 {
  width: 100%;
  margin-bottom: 64px;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
  text-align: center;
}
.temp #article .table2 .box {
  width: calc(100% / 3 - 2px);
}
.temp #article .table2 .th {
  font-weight: 700;
  background: #dff7f7;
  padding: 16px;
}
.temp #article .table2 .td {
  font-weight: 500;
  border-bottom: 1px solid #545454;
  padding: 32px 0;
  margin: 0 32px;
}
.temp #article .list {
  margin-bottom: 64px;
}
.temp #article .list li {
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  padding-left: 16px;
}
.temp #article .list li::before {
  content: "•";
  color: #28cccc;
  position: absolute;
  left: 0;
}
.temp #article .btn {
  margin-bottom: 16px;
}
.temp #article .btn a {
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 9px 40px;
  min-width: 240px;
  display: inline-block;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  min-height: 48px;
}
.temp #article .btn button {
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 9px 40px;
    min-width: 240px;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    min-height: 48px;
}
.temp #article .sub-btn a {
  font-weight: 400;
  border: 1px solid #28cccc;
  background: url(../images/sub-btn-right.svg) no-repeat center right 32px;
  background-size: 6px;
}
.temp #article .sub-btn a:hover {
  background-color: #eeffff;
}
.temp #article .main-btn a {
  font-weight: 700;
  color: #ffffff;
  background: url(../images/main-btn-right.svg) no-repeat center right 32px;
  background-size: 6px;
  background-color: #009edf;
}
.temp #article .main-btn button {
    font-weight: 700;
    color: #ffffff;
    background: url(../images/main-btn-right.svg) no-repeat center right 32px;
    background-size: 6px;
    background-color: #009edf;
    border: none;
}
.temp #article .main-btn a:hover {
  background-color: #59c2e2;
}
.temp #article .main-btn button:hover {
    background-color: #59c2e2;
}
.temp #article .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.temp #article .link {
  margin-bottom: 8px;
}
.temp #article .link a {
  position: relative;
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: -10px;
  color: #28cccc;
}
.temp #article .link-right a {
  padding-right: 16px;
  background: url(../images/sub-btn-right.svg) no-repeat top 11px right;
  background-size: 5px;
}
.temp #article .link a:hover {
  color: #333333;
}
.temp #article .link a::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 7px;
  left: 0;
  background: #28cccc;
}
.temp #article .link a:hover::after {
  display: none;
}
.temp #article .icon-left {
  background: url(../images/icon-left.svg) no-repeat center;
}
.temp #article .icon-right {
  background: url(../images/icon-right.svg) no-repeat center;
}
.temp #article .icon-top {
  background: url(../images/icon-top.svg) no-repeat center;
}
.temp #article .icon-bottom {
  background: url(../images/icon-bottom.svg) no-repeat center;
}
.temp #article .icon-plus {
  background: url(../images/icon-plus.svg) no-repeat center;
}
.temp #article .icon-minus {
  background: url(../images/icon-minus.svg) no-repeat center;
}
.temp #article .icon-batten {
  background: url(../images/icon-batten.svg) no-repeat center;
}
.temp #article .icon-check {
  background: url(../images/icon-check.svg) no-repeat center;
}
.temp #article .icon-window {
  background: url(../images/icon-window.svg) no-repeat center;
  background-size: 100% auto;
}

@media screen and (max-width: 750px) {
  .temp #article .section {
    padding: 80px 0;
  }
  .temp #article .section:first-child {
    padding: 0 0 80px 0;
  }
  .temp #article .section:last-child {
    padding: 80px 0 0 0;
  }
  .temp #article h2 {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .temp #article .bg h2 {
    margin-bottom: 8px;
  }
  .temp #article h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .temp #article h4 {
    font-size: 16px;
  }
  .temp #article p {
    font-size: 16px;
  }
  .temp #article .section .bg-box {
    margin-bottom: 60px;
  }
  .temp #article .table {
    margin-bottom: 60px;
  }
  .temp #article .table .tr {
    border-bottom: 2px solid #545454;
    margin-bottom: 32px;
  }
  .temp #article .table .tr .td:first-child {
    padding: 0 16px 8px 16px;
    width: 100%;
  }
  .temp #article .table .tr .td:last-child {
    padding: 0 16px 32px 16px;
    width: 100%;
  }
  .temp #article .table2 {
    width: 100%;
    margin-bottom: 60px;
    display: block;
    text-align: center;
    border-bottom: 2px solid #545454;
  }
  .temp #article .table2 .box {
    width: 100%;
  }
  .temp #article .table2 .th {
    padding: 8px 16px;
  }
  .temp #article .table2 .td {
    border-bottom: 2px solid #545454;
    padding: 24px 0;
    margin: 0 16px;
  }
  .temp #article .table2 .td:last-child {
    border-bottom: none;
  }
  .temp #article .list {
    margin-bottom: 60px;
  }
  .temp #article .btn {
    text-align: center;
  }
  .temp #article .btn button {
    min-width: 210px;
    padding: 5px 40px;
    min-height: 42px;
  }
  .temp #article .sub-btn a,
.temp #article .main-btn a {
    background-size: 5px;
  }
  .temp #article .link-right a {
    padding-right: 8px;
    background: url(../images/sub-btn-right.svg) no-repeat top 10px right;
    background-size: 4px;
  }
  .temp #article .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-size: auto;
  }
  .temp #article .icon-check, .temp #article .icon-window {
    background-size: 100% auto;
  }
}
/*--------------------------------------------------------------------------------------------------------------------

トップページ

--------------------------------------------------------------------------------------------------------------------*/
#top {
  font-family: "Zen Maru Gothic", sans-serif;
  background: #dff7f7;
}
#top #header {
  background: none;
  z-index: 500;
  padding: 0;
}
#top #main {
  margin-bottom: 0;
}
#top .mv {
  background: url(../images/mv-pc.jpg) no-repeat top center;
  height: 46vw;
  background-size: 100% auto;
  width: 100%;
}
#top .btn-banner {
  position: relative;
  background: #dff7f7;
  padding: 48px 0 120px 0;
  text-align: center;
}
#top .banner {
  max-width: 800px;
}
#top .banner:hover img {
  opacity: 0.7;
}
#top .banner img {
  margin: 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#top .rank {
  background: url(../images/rank-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
  color: #ffffff;
  text-align: center;
}
#top .rank img {
  margin: 0 auto 24px auto;
}
#top .rank h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 64px;
}
#top .rank h2 .big {
  font-size: 40px;
}
#top .rank p {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
#top .section-ti {
  padding-top: 120px;
  text-align: center;
}
#top .section-ti img {
  margin: 0 auto 64px auto;
  text-align: center;
}
#top .section-ti h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.7;
}
#top .section-ti h2 .small {
  font-size: 28px;
}
#top .section-ti p {
  line-height: 2;
  margin-bottom: 40px;
  font-weight: 500;
}
#top .rankup {
  background: #ffffff;
}
#top .rankup .section-ti img {
  max-width: 43.5px;
}
#top .rankup .table {
  width: 100%;
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
  text-align: center;
}
#top .rankup .table .box {
  width: calc(100% / 6 - 1px);
  background: #dff7f7;
}
#top .rankup .table .th {
  font-weight: 700;
  background: #28cccc;
  color: #ffffff;
  padding: 16px;
}
#top .rankup .table .td {
  border-bottom: 1px solid #545454;
  padding: 32px 0;
  margin: 0 16px;
  height: 97px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
#top .rankup .table .td.p2 {
  padding: 17px 0;
}
#top .rankup .table .td.p3 {
  padding: 11.8px 0;
}
#top .rankup .table .td:last-child {
  border-bottom: none;
}
#top .rankup .table .td .small {
  font-size: 14px;
  line-height: 1.25;
  display: inline-block;
}
#top .rankup .table .box3 {
  background: #dcf7ff;
}
#top .rankup .table .box3 .th {
  background: #009edf;
}
#top .rankup .table .box4 {
  background: #f4f4f4;
}
#top .rankup .table .box4 .th {
  background: #4a6872;
}
#top .rankup .table .box5 {
  background: #f4f2df;
}
#top .rankup .table .box5 .th {
  background: #ad9015;
}
#top .rankup .table .box6 {
  background: #f7f0f7;
}
#top .rankup .table .box6 .th {
  background: #ff6687;
}
#top .news {
  background: #ffffff;
  padding-bottom: 120px;
}
#top .news .section-ti img {
  max-width: 64px;
}
#top .news .list-area {
  margin-bottom: 32px;
}
#top .news .list-area .list-box {
  border-bottom: 1px solid #545454;
  padding: 32px 76px 32px 32px;
  position: relative;
}
#top .news .list-area .list-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  background: url(../images/news-right.svg) no-repeat center;
  width: 10px;
  height: 15px;
  z-index: 1;
}
#top .news .list-area .list-box .date {
  display: inline-block;
  font-weight: 400;
  margin-right: 32px;
  width: 127px;
  vertical-align: top;
}
#top .news .list-area .list-box .ti {
  width: calc(100% - 203px);
  font-family: "Zen Maru Gothic", sans-serif;
  display: inline-block;
  line-height: 2;
  font-weight: 400;
}
#top .news .list-area .list-box:hover .ti {
  text-decoration: underline;
  color: #28cccc;
}
#top .news .btn {
  text-align: center;
}
#top .news .btn a {
  padding: 8px 40px;
  min-width: 240px;
  display: inline-block;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 400;
  border: 1px solid #28cccc;
  background: url(../images/sub-btn-right.svg) no-repeat center right 32px;
  background-size: 6px;
}
#top .news .btn a:hover {
  background-color: #eeffff;
}

/*--------------------------------ヘッダー*/
@media screen and (max-width: 750px) {
  #header .bg-sp {
    display: block;
  }
}
/*--------------------------------main*/
@media screen and (max-width: 750px) {
  #top #main {
    margin-top: 0;
    margin-bottom: 0;
  }
}
/*--------------------------------mv*/
@media screen and (max-width: 1080px) {
  #top .mv {
    height: 496px;
  }
}
@media screen and (max-width: 800px) {
  #top .mv {
    background: url(../images/mv-sp.jpg) no-repeat top center;
    height: 280vw;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 750px) {
  #top .btn-banner {
    padding: 165px 0 80px 0;
  }
}
/*--------------------------------rank*/
@media screen and (max-width: 750px) {
  #top .rank {
    background: #28cccc;
  }
  #top .rank img {
    max-width: 156px;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #top .rank h2 {
    font-size: 20px;
    margin-bottom: 60px;
  }
  #top .rank h2 .big {
    font-size: 28px;
  }
  #top .rank p {
    font-size: 16px;
    text-align: left;
  }
}
/*--------------------------------rankup/news*/
@media screen and (max-width: 750px) {
  #top .section-ti {
    padding-top: 80px;
  }
  #top .section-ti img {
    margin: 0 auto 60px auto;
  }
  #top .section-ti h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #top .section-ti h2 .small {
    font-size: 20px;
  }
  #top .section-ti p {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
/*--------------------------------rankup*/
@media screen and (max-width: 799px) {
  #top .rankup .section-ti img {
    max-width: 38px;
  }
  #top .rankup .table .box {
    width: 100%;
  }
  #top .rankup .table .sp {
    font-weight: 500;
  }
  #top .rankup .table .th {
    font-size: 20px;
    padding: 16px;
    line-height: 1.6;
  }
  #top .rankup .table .th .sp {
    font-weight: 700;
  }
  #top .rankup .table .td {
    border-bottom: 2px solid #545454;
    padding: 16px 0;
    margin: 0 32px;
    height: auto;
    line-height: 1.6;
  }
  #top .rankup .table .td.p2, #top .rankup .table .td.p3 {
    padding: 17px 0;
  }
  #top .rankup .table .td .small {
    font-size: 16px;
  }
  #top .rankup .table .box1 {
    display: none;
  }
}
/*--------------------------------news*/
@media screen and (max-width: 750px) {
  #top .news {
    padding-bottom: 56px;
  }
  #top .news .section-ti img {
    max-width: 64px;
  }
  #top .news .list-area .list-box {
    border-bottom: 2px solid #545454;
    padding: 32px 0;
  }
  #top .news .list-area .list-box:first-child {
    padding: 0 0 32px 0;
  }
  #top .news .list-area .list-box::after {
    display: none;
  }
  #top .news .list-area .list-box .date {
    font-size: 14px;
    display: block;
    margin-right: 0;
    width: 100%;
  }
  #top .news .list-area .list-box .ti {
    font-size: 14px;
    width: 100%;
    display: block;
  }
  #top .news .btn {
    font-size: 14px;
    text-align: center;
  }
  #top .news .btn a {
    min-width: 210px;
    background-size: 5px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------

about

--------------------------------------------------------------------------------------------------------------------*/
#about .q {
  margin: 0 auto 24px auto;
}
#about .check {
  margin: 0 auto 24px auto;
  max-width: 406.7px;
}
#about .a {
  margin: 0 auto 24px auto;
}
#about .center {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}
#about .temp #article .section.bg {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 120px 0;
}
#about .temp #article .section.bg h3 {
  color: #fff6a4;
}
#about .temp #article .section.bg .flex {
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
#about .temp #article .section.bg .bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 48px;
}
#about .temp #article .section.bg .bold .big {
  font-size: 24px;
}
#about .temp #article .section.bg .bold .border {
  color: #fff6a4;
  background: url(../images/border2.svg) no-repeat center bottom;
  background-size: 267px;
  padding-bottom: 15px;
}
#about .temp #article .section.bg .bold .border2 {
  background: url(../images/border3.svg) no-repeat center bottom;
  background-size: 72px;
}
#about .temp #article .section.bg .btn {
  margin-bottom: 0;
}
#about .temp #article .section.bg .btn a {
  background: url(../images/sub-btn-right-b.svg) no-repeat center right 32px;
  background-size: 6px;
  background-color: #ffffff;
  color: #009edf;
  font-weight: 700;
}
#about .temp #article .section.bg .btn a:hover {
  background-color: #eeffff;
}
#about #quiz {
  position: relative;
  text-align: center;
  padding-top: 120px;
}
#about #quiz .border {
  top: -40px;
  height: 160px;
  background-size: cover;
}
#about #quiz a {
  margin-bottom: 22px;
}

@media screen and (max-width: 750px) {
  #about .center {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
  }
  #about .temp #article .section.bg {
    background: url(../images/about-bg-sp.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0;
  }
  #about .temp #article .section.bg h2 {
    margin-bottom: 24px;
  }
  #about .temp #article .section.bg .flex img {
    margin: 0 117px 0 0;
    width: calc(100% - 117px);
    max-width: 254px;
  }
  #about .temp #article .section.bg .flex img:nth-child(2) {
    margin: -20px 0 0 117px;
  }
  #about .temp #article .section.bg .bold {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 32px;
  }
  #about .temp #article .section.bg .bold .big {
    font-size: 18px;
  }
  #about .temp #article .section.bg .bold .border {
    background: url(../images/border2-sp.svg) no-repeat center bottom;
    background-size: 192.5px;
    padding-bottom: 10px;
  }
  #about .temp #article .section.bg .bold .border2 {
    background: url(../images/border3-sp.svg) no-repeat center bottom;
    background-size: 49px;
    padding-bottom: 7px;
  }
  #about .temp #article .section.bg .btn a {
    background-size: 5px;
  }
  #about #quiz {
    padding-top: 80px;
  }
  #about #quiz .border {
    height: 120px;
  }
  #about #quiz a {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    background-size: 160px;
    width: 160px;
    height: 160px;
    margin-bottom: 16px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------

login

--------------------------------------------------------------------------------------------------------------------*/
#login #header {
  padding: 215px 0 90px 0;
}
#login #article .section {
  padding: 20px 0;
}
#login #form {
  max-width: 672px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 18px 5px rgba(17, 17, 26, 0.18);
          box-shadow: 0px 0px 18px 5px rgba(17, 17, 26, 0.18);
  border-radius: 15px;
  background: #ffffff;
  padding: 64px;
  width: 100%;
}
#login input {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  display: inline-block;
  width: calc(100% - 149px);
  letter-spacing: normal;
  vertical-align: middle;
}
#login #form .tr {
  font-weight: 700;
}
#login #form .tr1 {
  margin-bottom: 32px;
}
#login #form .tr2 {
  margin-bottom: 40px;
}
#login #form p.tr label {
  display: inline-block;
  width: 144px;
  letter-spacing: normal;
  vertical-align: middle;
  font-weight: bold;
}
#login #form .btn {
  text-align: center;
  margin-bottom: 24px;
}
#login #form .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 240px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #login #header {
    padding: 216px 0 36.5px 0;
  }
  #login #form {
    padding: 40px;
  }
  #login #form h3 {
    margin-bottom: 32px;
  }
  #login input {
    display: block;
    width: 100%;
  }
  #login #form .tr1, #login #form .tr2 {
    margin-bottom: 32px;
  }
  #login #form p.tr label {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  #login #form .btn {
    margin-bottom: 32px;
  }
  #login #form .flex {
    max-width: 210px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------

quiz

--------------------------------------------------------------------------------------------------------------------*/
.quiz-page #article {
  padding: 20px 0 0 0;
}
.quiz-page #header {
  padding: 137px 0 180px 0;
}
.quiz-page .bg-box {
  background: #ffffff;
  padding: 32px;
  -webkit-box-shadow: 0px 0px 18px 5px rgba(17, 17, 26, 0.18);
          box-shadow: 0px 0px 18px 5px rgba(17, 17, 26, 0.18);
}
.quiz-page #quiz {
  position: relative;
  text-align: center;
  padding-top: 120px;
}
.quiz-page #quiz .border {
  top: 0;
  height: 120px;
  background-size: cover;
}
.quiz-page #quiz a {
  margin-bottom: 22px;
}

@media screen and (max-width: 750px) {
  .quiz-page #header {
    padding: 200px 0 120px 0;
  }
  .quiz-page #quiz {
    padding-top: 80px;
  }
  .quiz-page #quiz .border {
    height: 80px;
  }
  .quiz-page #quiz a {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin: 0;
    background-size: 160px;
    width: 160px;
    height: 160px;
    margin-bottom: 16px;
  }
}
.quiz-page .q-num {
  font-family: "Zen Maru Gothic", sans-serif;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  width: 40px;
  margin-right: 10px;
  text-align: center;
  color: #ffffff;
  background: #28cccc;
  vertical-align: top;
}
.quiz-page .txt {
  display: inline-block;
  width: calc(100% - 56px);
}
.quiz-page .form {
  max-width: 320px;
  margin: 0 auto 32px auto;
}
.quiz-page .form label {
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 8px 16px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 8px;
}
.quiz-page .form label.selected {
  border: 1px solid #28cccc;
  background: #faffff;
}
.quiz-page .form label input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.quiz-page .form label input[type=radio] {
  /* ラジオボタンの外枠 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* デフォルトのスタイルを削除 */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  vertical-align: middle;
  outline: none;
}
.quiz-page .form label input[type=radio]::before {
  /* ラジオボタンの内側の● */
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background-color: #28cccc;
  -webkit-transform: translate(1.5px, 1.5px) scale(0);
          transform: translate(1.5px, 1.5px) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
}
.quiz-page .form label input[type=radio]:checked::before {
  -webkit-transform: translate(1.5px, 1.5px) scale(1);
          transform: translate(1.5px, 1.5px) scale(1);
}
.quiz-page .form label .txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.75;
  margin-top: 4px;
}
.quiz-page .btn {
  text-align: center;
}

/*-----------------------------------------共通*/
#quiz02 .bg-box,
#quiz03 .bg-box,
#quiz04 .bg-box,
#quiz05 .bg-box {
  padding: 60px;
}
#quiz02 #article,
#quiz03 #article,
#quiz04 #article,
#quiz05 #article {
  padding: 20px 0;
}
#quiz02 .temp #article .btn,
#quiz03 .temp #article .btn,
#quiz04 .temp #article .btn,
#quiz05 .temp #article .btn {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  #quiz02 .bg-box,
#quiz03 .bg-box,
#quiz04 .bg-box,
#quiz05 .bg-box {
    padding: 30px;
  }
}
/*-----------------------------------------#quiz03*/
#quiz03,
#quiz04,
#quiz05 {
  text-align: center;
}
#quiz03 .q-num,
#quiz04 .q-num,
#quiz05 .q-num {
  margin: 0 0 32px 0;
}
#quiz03 #article p.answer,
#quiz04 #article p.answer,
#quiz05 #article p.answer {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: 1;
}
#quiz03 .answer .mark,
#quiz04 .answer .mark,
#quiz05 .answer .mark {
  font-size: 120px;
  display: block;
  line-height: 1;
}
#quiz03 #article p.answer.maru,
#quiz04 #article p.answer.maru,
#quiz05 #article p.answer.maru {
  color: #ff6687;
  line-height: 1.7;
}
#quiz03 .answer.maru .mark,
#quiz04 .answer.maru .mark,
#quiz05 .answer.maru .mark {
  font-weight: 700;
}
#quiz03 .answer.batu,
#quiz04 .answer.batu,
#quiz05 .answer.batu {
  color: #545454;
}
#quiz03 .answer.batu .mark,
#quiz04 .answer.batu .mark,
#quiz05 .answer.batu .mark {
  font-family: “Yu Gothic”, “游ゴシック “, YuGothic, “游ゴシック体 “, “ヒラギノ角ゴ Pro W3”, “メイリオ “, sans-serif;
}
#quiz03 .p,
#quiz04 .p,
#quiz05 .p {
  text-align: left;
  margin-bottom: 24px;
}
#quiz03 .next,
#quiz04 .next,
#quiz05 .next {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  padding: 5px 25px;
  position: relative;
  display: inline-block;
}
#quiz03 .next::before,
#quiz04 .next::before,
#quiz05 .next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  background: url(../images/ten-left.svg) no-repeat center;
  width: 14.5px;
  height: 20px;
}
#quiz03 .next::after,
#quiz04 .next::after,
#quiz05 .next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  background: url(../images/ten-right.svg) no-repeat center;
  width: 14.5px;
  height: 20px;
}

@media screen and (max-width: 750px) {
  #quiz03 #article p.answer {
    font-size: 40px;
  }
  #quiz03 #article p.answer.maru {
    margin-bottom: 16px;
  }
  #quiz03 .answer .mark {
    font-size: 105px;
  }
  #quiz03 .q-num {
    margin: 0 0 16px 0;
  }
}
/*-----------------------------------------#quiz04*/
#quiz04 #article p.answer,
#quiz05 #article p.answer {
  margin-bottom: 8px;
}
#quiz04 #article p.txt,
#quiz05 #article p.txt {
  margin-bottom: 24px;
  font-weight: 500;
}
#quiz04 .next,
#quiz05 .next {
  margin-bottom: 8px;
}
#quiz04 .next.pink,
#quiz05 .next.pink {
  color: #ff6687;
}
#quiz04 .next::before,
#quiz05 .next::before {
  background: url(../images/ten-left2.svg) no-repeat center;
}
#quiz04 .next::after,
#quiz05 .next::after {
  background: url(../images/ten-right2.svg) no-repeat center;
}
#quiz04 .title,
#quiz05 .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.2;
}
#quiz04 .title .big,
#quiz05 .title .big {
  font-size: 48px;
  color: #009edf;
}
#quiz03 .temp .flex,
#quiz04 .temp .flex,
#quiz05 .temp .flex {
  max-width: 544px;
  margin: 0 auto;
}
#quiz04 .temp .flex .sub-btn,
#quiz05 .temp .flex .sub-btn {
  margin-right: 25px;
}
#quiz03 .temp .flex.table,
#quiz04 .temp .flex.table,
#quiz05 .temp .flex.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 56px;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
  text-align: center;
}
#quiz03 .table .box,
#quiz04 .table .box,
#quiz05 .table .box {
  width: calc(100% / 11 - 1px);
}
#quiz03 .table .th,
#quiz04 .table .th,
#quiz05 .table .th {
  font-weight: 700;
  background: #dff7f7;
  padding: 8px;
}
#quiz03 .table .td,
#quiz04 .table .td,
#quiz05 .table .td {
  font-weight: 500;
  border-bottom: 1px solid #828282;
  padding: 8px 0;
  margin: 0;
  color: #ff6687;
}
#quiz03 .table .box:first-child .td,
#quiz03 .table .td.batu,
#quiz04 .table .box:first-child .td,
#quiz04 .table .td.batu,
#quiz05 .table .box:first-child .td,
#quiz05 .table .td.batu {
  color: #333333;
}
#quiz03 .table .td.batu,
#quiz04 .table .td.batu,
#quiz05 .table .td.batu {
  font-size: 20px;
  padding: 4.5px 0;
}

#quiz04 .title {
  letter-spacing: -0.2em;
}
#quiz04 .title .big {
  letter-spacing: -0.2em;
}

#quiz05 .title br {
  display: none;
}

@media screen and (max-width: 750px) {
  #quiz04 .temp #article p.title,
#quiz05 .temp #article p.title {
    font-size: 28px;
  }
  #quiz04 .title .big,
#quiz05 .title .big {
    font-size: 42px;
    margin-bottom: 8px;
  }
  #quiz04 .temp .flex,
#quiz05 .temp .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #quiz04 .temp .flex .sub-btn,
#quiz05 .temp .flex .sub-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  #quiz04 .temp #article .main-btn,
#quiz05 .temp #article .main-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 16px;
  }
  #quiz04 .temp .flex.table,
#quiz05 .temp .flex.table {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 48px;
  }
  #quiz04 .table .box,
#quiz05 .table .box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
  #quiz04 .table .th,
#quiz05 .table .th {
    width: calc(100% / 2 - 2px);
    border-bottom: 1px solid #ffffff;
  }
  #quiz04 .table .td,
#quiz05 .table .td {
    width: calc(100% / 2 - 2px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  #quiz04 .title .big {
    letter-spacing: -0.2em;
    display: block;
  }

  #quiz05 .temp #article p.title {
    margin-bottom: 0;
  }
  #quiz05 .title .big.kai {
    font-size: 38px;
  }
  #quiz05 .title br {
    display: block;
  }
}
/*-----------------------------------------#dictionary*/
#dictionary .bg-box {
  padding: 40px;
}
#dictionary #article {
  padding: 20px 0;
}
#dictionary #page-ti .ti {
  margin-bottom: 90px;
}
#dictionary #page-ti .sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
#dictionary.quiz-page #header {
  padding: 220px 0 90px 0;
}
#dictionary .ac {
  border-bottom: 1px solid #545454;
}
#dictionary .toggle_btn {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  padding: 32px 60px 24px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
#dictionary .toggle_btn span {
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  right: 5px;
}
#dictionary .toggle_btn span::before {
  content: "";
  height: 1px;
  width: 32px;
  display: block;
  background: #545454;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
#dictionary .toggle_btn span::after {
  content: "";
  height: 32px;
  width: 2px;
  display: block;
  background: #545454;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
#dictionary .active .ac:first-child .toggle_btn span::after {
  content: "";
  height: 32px;
  width: 2px;
  display: block;
  background: #545454;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
#dictionary .ac:first-child span.acv_open::after, #dictionary .active span.acv_open::after {
  height: 0;
  width: 0;
}
#dictionary .ac:first-child .active span.acv_open::after {
  height: 32px;
  width: 2px;
}
#dictionary #a_ul {
  padding: 0 24px 24px 24px;
  margin-top: -16px;
}
#dictionary .ac li {
  margin: 0;
  font-weight: 500;
  line-height: 1.8;
}
#dictionary .child {
  margin: 0;
  font-weight: 700;
  line-height: 1.6;
  display: none;
}
#dictionary .ac:first-child .child {
  display: block;
}

@media screen and (max-width: 750px) {
  #dictionary .bg-box {
    padding: 0 16px 32px 16px;
  }
  #dictionary #page-ti .ti {
    margin-bottom: 40px;
  }
  #dictionary #page-ti .sub {
    text-align: left;
  }
  #dictionary.quiz-page #header {
    padding: 255px 0 40px 0;
  }
  #dictionary .toggle_btn {
    font-size: 16px;
    padding: 32px 46px 32px 16px;
  }
  #dictionary .toggle_btn span {
    width: 16px;
    height: 16px;
  }
  #dictionary .toggle_btn span::before {
    content: "";
    height: 1px;
    width: 16px;
  }
  #dictionary .toggle_btn span::after {
    content: "";
    height: 16px;
    width: 2px;
  }
  #dictionary .active .ac:first-child .toggle_btn span::after {
    content: "";
    height: 16px;
    width: 2px;
  }
  #dictionary .ac:first-child .active span.acv_open::after {
    height: 16px;
    width: 2px;
  }
  #dictionary #a_ul {
    padding: 0 16px 32px 16px;
    margin-top: -24px;
  }
}
/*# sourceMappingURL=style.css.map */