@charset "UTF-8";
/**
 * style.css
 *
 * 1.0 - Setting
 *   1.2 - Fonts
 *   1.3 - Elements
 *
 * 2.0 - Class
 *
 * 3.0 - Layout
 *   3.1 - Main（メインエリア）
 *   3.2 - Question（設問エリア）
 *   3.7 - TEG
 *   3.8 - Result
 *   3.9 - Error
 *   3.10 - Ad Popup
 *
 * 9.0 - Plugin
**/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input[type="submit"] {
  border: none;
}

input, textarea, select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 16px;
  }
}
input:hover, input:active, textarea:hover, textarea:active, select:hover, select:active {
  outline: none;
}

@font-face {
  font-family: "WindowsYuGothic";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("Yu Gothic"), local("YuGothic-Regular");
  /* Mediumがない場合（Windows8.1） */
}
@font-face {
  font-family: "WindowsYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* for Chrome */
}
@font-face {
  font-family: "MacHiramin";
  font-weight: normal;
  src: local("HiraMinPro-W3"), local("HiraMinProN-W3");
}
@font-face {
  font-family: "MacHiramin";
  font-weight: bold;
  src: local("HiraMinPro-W6"), local("HiraMinProN-W6");
}
@font-face {
  font-family: "MacHirakaku";
  font-weight: normal;
  src: local("HiraKakuPro-W3"), local("HiraKakuProN-W3");
}
@font-face {
  font-family: "MacHirakaku";
  font-weight: bold;
  src: local("HiraKakuPro-W6"), local("HiraKakuProN-W6");
}
body {
  margin: 0 auto;
  font: 15px/1.6 "MacHirakaku", "源ノ角ゴシック", "WindowsYuGothic", "YuGothic", "Meiryo", "HGゴシックE", "MS PGothic", "MS Gothic", sans-serif;
  background: url(../images/bg_loop_01.png) center top repeat;
}

a {
  display: inline-block;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  touch-callout: none;
  user-select: none;
  pointer-events: none;
}

iframe {
  max-width: 100%;
}

/* spacing */
.mt-5 {
  margin-top: -5px !important;
}

.mb-5 {
  margin-bottom: -5px !important;
}

.ml-5 {
  margin-left: -5px !important;
}

.mr-5 {
  margin-right: -5px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mb-10 {
  margin-bottom: -10px !important;
}

.ml-10 {
  margin-left: -10px !important;
}

.mr-10 {
  margin-right: -10px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mb-15 {
  margin-bottom: -15px !important;
}

.ml-15 {
  margin-left: -15px !important;
}

.mr-15 {
  margin-right: -15px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

.ml-20 {
  margin-left: -20px !important;
}

.mr-20 {
  margin-right: -20px !important;
}

.mt-25 {
  margin-top: -25px !important;
}

.mb-25 {
  margin-bottom: -25px !important;
}

.ml-25 {
  margin-left: -25px !important;
}

.mr-25 {
  margin-right: -25px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mb-30 {
  margin-bottom: -30px !important;
}

.ml-30 {
  margin-left: -30px !important;
}

.mr-30 {
  margin-right: -30px !important;
}

.mt-35 {
  margin-top: -35px !important;
}

.mb-35 {
  margin-bottom: -35px !important;
}

.ml-35 {
  margin-left: -35px !important;
}

.mr-35 {
  margin-right: -35px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

.mb-40 {
  margin-bottom: -40px !important;
}

.ml-40 {
  margin-left: -40px !important;
}

.mr-40 {
  margin-right: -40px !important;
}

.mt-45 {
  margin-top: -45px !important;
}

.mb-45 {
  margin-bottom: -45px !important;
}

.ml-45 {
  margin-left: -45px !important;
}

.mr-45 {
  margin-right: -45px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mb-50 {
  margin-bottom: -50px !important;
}

.ml-50 {
  margin-left: -50px !important;
}

.mr-50 {
  margin-right: -50px !important;
}

.mt-55 {
  margin-top: -55px !important;
}

.mb-55 {
  margin-bottom: -55px !important;
}

.ml-55 {
  margin-left: -55px !important;
}

.mr-55 {
  margin-right: -55px !important;
}

.mt-60 {
  margin-top: -60px !important;
}

.mb-60 {
  margin-bottom: -60px !important;
}

.ml-60 {
  margin-left: -60px !important;
}

.mr-60 {
  margin-right: -60px !important;
}

.mt-65 {
  margin-top: -65px !important;
}

.mb-65 {
  margin-bottom: -65px !important;
}

.ml-65 {
  margin-left: -65px !important;
}

.mr-65 {
  margin-right: -65px !important;
}

.mt-70 {
  margin-top: -70px !important;
}

.mb-70 {
  margin-bottom: -70px !important;
}

.ml-70 {
  margin-left: -70px !important;
}

.mr-70 {
  margin-right: -70px !important;
}

.mt-75 {
  margin-top: -75px !important;
}

.mb-75 {
  margin-bottom: -75px !important;
}

.ml-75 {
  margin-left: -75px !important;
}

.mr-75 {
  margin-right: -75px !important;
}

.mt-80 {
  margin-top: -80px !important;
}

.mb-80 {
  margin-bottom: -80px !important;
}

.ml-80 {
  margin-left: -80px !important;
}

.mr-80 {
  margin-right: -80px !important;
}

.mt-85 {
  margin-top: -85px !important;
}

.mb-85 {
  margin-bottom: -85px !important;
}

.ml-85 {
  margin-left: -85px !important;
}

.mr-85 {
  margin-right: -85px !important;
}

.mt-90 {
  margin-top: -90px !important;
}

.mb-90 {
  margin-bottom: -90px !important;
}

.ml-90 {
  margin-left: -90px !important;
}

.mr-90 {
  margin-right: -90px !important;
}

.mt-95 {
  margin-top: -95px !important;
}

.mb-95 {
  margin-bottom: -95px !important;
}

.ml-95 {
  margin-left: -95px !important;
}

.mr-95 {
  margin-right: -95px !important;
}

.mt-100 {
  margin-top: -100px !important;
}

.mb-100 {
  margin-bottom: -100px !important;
}

.ml-100 {
  margin-left: -100px !important;
}

.mr-100 {
  margin-right: -100px !important;
}

.mt-105 {
  margin-top: -105px !important;
}

.mb-105 {
  margin-bottom: -105px !important;
}

.ml-105 {
  margin-left: -105px !important;
}

.mr-105 {
  margin-right: -105px !important;
}

.mt-110 {
  margin-top: -110px !important;
}

.mb-110 {
  margin-bottom: -110px !important;
}

.ml-110 {
  margin-left: -110px !important;
}

.mr-110 {
  margin-right: -110px !important;
}

.mt-115 {
  margin-top: -115px !important;
}

.mb-115 {
  margin-bottom: -115px !important;
}

.ml-115 {
  margin-left: -115px !important;
}

.mr-115 {
  margin-right: -115px !important;
}

.mt-120 {
  margin-top: -120px !important;
}

.mb-120 {
  margin-bottom: -120px !important;
}

.ml-120 {
  margin-left: -120px !important;
}

.mr-120 {
  margin-right: -120px !important;
}

.mt-125 {
  margin-top: -125px !important;
}

.mb-125 {
  margin-bottom: -125px !important;
}

.ml-125 {
  margin-left: -125px !important;
}

.mr-125 {
  margin-right: -125px !important;
}

.mt-130 {
  margin-top: -130px !important;
}

.mb-130 {
  margin-bottom: -130px !important;
}

.ml-130 {
  margin-left: -130px !important;
}

.mr-130 {
  margin-right: -130px !important;
}

.mt-135 {
  margin-top: -135px !important;
}

.mb-135 {
  margin-bottom: -135px !important;
}

.ml-135 {
  margin-left: -135px !important;
}

.mr-135 {
  margin-right: -135px !important;
}

.mt-140 {
  margin-top: -140px !important;
}

.mb-140 {
  margin-bottom: -140px !important;
}

.ml-140 {
  margin-left: -140px !important;
}

.mr-140 {
  margin-right: -140px !important;
}

.mt-145 {
  margin-top: -145px !important;
}

.mb-145 {
  margin-bottom: -145px !important;
}

.ml-145 {
  margin-left: -145px !important;
}

.mr-145 {
  margin-right: -145px !important;
}

.mt-150 {
  margin-top: -150px !important;
}

.mb-150 {
  margin-bottom: -150px !important;
}

.ml-150 {
  margin-left: -150px !important;
}

.mr-150 {
  margin-right: -150px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.mt {
  margin-top: auto;
}

.mb {
  margin-bottom: auto;
}

.ml {
  margin-left: auto;
}

.mr {
  margin-right: auto;
}

/* text-align */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

/* font-size */
.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs27 {
  font-size: 27px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs29 {
  font-size: 29px !important;
}

.fs30 {
  font-size: 30px !important;
}

/* line-height */
.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.fc-gray {
  color: #7a7a7a;
}

.dib {
  display: inline-block !important;
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.icon-triangle {
  display: inline-block;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #398ac9;
}
.icon-twitter, .icon-facebook {
  width: 40px;
  height: 40px;
  background: url(../images/icon_sns.png) no-repeat;
  background-size: 50px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.icon-twitter {
  background-position: 0 0;
}
.icon-facebook {
  background-position: 0 -50px;
}

.btn-pagetop {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/btn_pagetop.png) 0 0 no-repeat;
  background-size: 50px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.submit-wrap {
  position: relative;
  display: inline-block;
}
.submit-wrap.btn-submit {
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .submit-wrap.btn-submit {
    margin-top: 30px;
  }
}
.submit-wrap.btn-submit input[type="submit"] {
  width: 435px;
  height: 66px;
  background: url(../images/btn_result.png) center top no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .submit-wrap.btn-submit input[type="submit"] {
    padding-top: 15.17241%;
    width: 280px;
    height: 0;
    background-size: 100% auto;
  }
}
.submit-wrap.btn-back {
  margin: 30px auto 0;
  background: #629dcf url(../images/bg_loop_blue_02.png) center top no-repeat;
  border-radius: 4px;
}
.submit-wrap.btn-back:after {
  position: absolute;
  content: '';
  margin: auto 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
}
.submit-wrap.btn-back input[type="submit"] {
  padding: 10px 10px 10px 22px;
  min-width: 200px;
  background: none;
  color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.submit-wrap.btn-default {
  margin-top: 20px;
}
.submit-wrap.btn-default input {
  padding: 10px;
  min-width: 200px;
  background: #629dcf url(../images/bg_loop_blue_02.png) center top no-repeat;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select-wrap {
  position: relative;
  display: inline-block;
  background: #d7d4c8 url(../images/bg_loop_04.png) 0 0 repeat;
  border-radius: 2px;
}
.select-wrap:before {
  position: absolute;
  content: '';
  z-index: 0;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #9b9992 transparent transparent transparent;
}
.select-wrap select {
  position: relative;
  padding: 4px 12px 2px 34px;
  background: transparent;
  border: none;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .select-wrap select {
    font-size: 16px;
  }
}
.select-wrap select::-ms-expand {
  display: none;
}

.fb_iframe_widget span {
  vertical-align: top !important;
}

.caution {
  margin: 20px auto 0;
  text-align: left;
  color: #d15d7e;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .caution {
    width: 620px;
  }
}
.caution-title {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.caution-title:before, .caution-title:after {
  position: absolute;
  content: '';
  margin: auto 0;
  top: 0;
  bottom: 0;
  width: calc(50% - 40px);
  height: 1px;
  background-color: #d15d7e;
}
.caution-title:before {
  left: 0;
}
.caution-title:after {
  right: 0;
}

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 48px;
  background: url(../images/bg_heading.png) center top no-repeat;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.heading span {
  position: relative;
  min-width: 270px;
  color: #398ac9;
  font-size: 22px;
}
.heading-02 {
  background-position: center -50px;
}
.heading-03 {
  background-position: center -100px;
}
.heading-04 {
  background-position: center -150px;
}
.heading aside {
  position: absolute;
  bottom: 0;
  right: -80px;
  text-align: left;
  color: #7a7a7a;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .heading aside {
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -20px;
  }
}

.flex {
  display: flex;
  justify-content: center;
}
.flex-half {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .flex-half .flex-item {
    width: calc(50% - 16px);
  }
}
.flex-half .flex-item:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .flex-half .flex-item + .flex-item {
    margin-top: 20px;
  }
}

.index-list {
  max-width: 240px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .index-list {
    order: 1;
    margin: 20px auto 0;
  }
}
.index-title {
  color: #398ac9;
  border-bottom: 1px solid #398ac9;
}
.index-link {
  margin-top: 10px;
  position: relative;
  display: block;
  padding-left: 1em;
  text-decoration: none;
}
.index-link:before {
  position: absolute;
  content: '・';
  top: 0;
  left: 0;
}
.index-link:hover {
  text-decoration: underline;
}
.index-image {
  margin-top: 24px;
  width: 258px;
}
@media screen and (min-width: 768px) {
  .index-image {
    margin-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .index-image {
    order: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.index-image img {
  border: 2px solid #398ac9;
}

.notice {
  padding: 16px;
  background: url(../images/bg_loop_yellow_01.png) center top repeat;
  text-align: left;
  line-height: 1.8;
}
.notice .title {
  margin-bottom: 5px;
  text-align: center;
  color: #398ac9;
  font-size: 16px;
  font-weight: normal;
}
.notice + .data {
  margin-top: 20px;
}
#celebrity .notice {
  height: 100%;
}

.data {
  text-align: left;
}
.data-wrap {
  padding: 16px 0;
}
.data .title {
  padding: 0 4px;
  background: #629dcf url(../images/bg_loop_blue_02.png) center top repeat;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
}
.data dl {
  position: relative;
  font-size: 14px;
}
.data dl dt {
  color: #398ac9;
}
.data dl + dl {
  margin-top: 20px;
}
.data dl + dl:before {
  position: absolute;
  content: '';
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d3d1c2;
}
.data + .data {
  margin-top: 20px;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  width: 938px;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

.header-area {
  background: #3887c4 url(../images/bg_loop_blue_03.png) center top repeat;
  /*background: #dd0b24 ;*/
}
.header-area .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 34px;
}
.header-area a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.header-area a h2 {
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-area {
  margin-top: 100px;
  padding: 10px 0;
  background: #3887c4 url(../images/bg_loop_blue_03.png) center top repeat;
}
.footer-area .inner {
  text-align: center;
  color: #fff;
}
.footer-area .copyright {
  font-size: 12px;
  font-weight: normal;
}

.answered-wrap {
  margin: -36px auto 0;
  padding: 50px 45px;
  width: 720px;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .answered-wrap {
    width: 100%;
    padding: 50px 10px;
  }
}
#person .answered-wrap {
  font-size: 16px;
  line-height: 1.87;
}
.answered-list {
  list-style-type: none;
}
.answered-list > li {
  position: relative;
  margin-top: 10px;
  padding-left: 22px;
}
.answered-list > li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #398ac9;
}

.main-area {
  padding: 70px 0 35px;
  text-align: center;
  background: url(../images/bg_wave.png) center top no-repeat;
}
.main-area .inner {
  position: relative;
}
.main-area .total-count {
  font-weight: bold;
}
.main-area .total-count .count {
  padding: 0 20px 4px;
  border-bottom: 2px solid #fff;
  letter-spacing: 2px;
  color: #398ac9;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .main-area .total-count .count {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.main-area .copy {
  margin: 110px auto 20px;
  color: #009fcd;
  font-size: 24px;
  font-family: "MacHiramin", "YuMincho", "HG明朝E", "MS PMincho", serif;
  font-weight: bold;
  letter-spacing: 2px;
}
.main-area .description {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px auto 0;
  min-height: 212px;
  background: url(../images/bg_description.png) center center no-repeat;
}
@media screen and (min-width: 768px) {
  .main-area .description {
    width: 612px;
  }
}
@media screen and (max-width: 767px) {
  .main-area .description {
    background-size: 100% 100%;
  }
}
.main-area .description-list {
  list-style-type: none;
}
.main-area .description-list > li:nth-child(n+2) {
  margin-top: 14px;
}
.main-area .description-list > li p {
  display: inline-block;
  max-width: 600px;
  line-height: 1.4;
}
.main-area .description-list > li p span {
  border-bottom: 5px solid #f8ff3d;
}
@media screen and (max-width: 767px) {
  .main-area .description-list > li p span {
    border-bottom-width: 2px;
  }
}

.question-area .title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009fcd;
  font-family: "MacHiramin", "YuMincho", "HG明朝E", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .question-area .title {
    height: 74px;
    background: url(../images/bg_question_balloon.png) center top no-repeat;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .question-area .title {
    padding: 10px 10px 20px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    background: url(../images/bg_question_balloon@2x.png) center bottom no-repeat;
    background-size: auto 100%;
  }
}
.question-area .title span {
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.question-list {
  position: relative;
  width: 100%;
  display: block;
}
.question-list thead,
.question-list tbody {
  display: block;
}
@media screen and (min-width: 768px) {
  .question-list thead,
  .question-list tbody {
    width: 918px;
  }
}
.question-list thead > tr,
.question-list tbody > tr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
}
@media screen and (max-width: 767px) {
  .question-list thead > tr,
  .question-list tbody > tr {
    flex-wrap: wrap;
  }
}
.question-list thead > tr [class*="hd_s"],
.question-list thead > tr .ans,
.question-list tbody > tr [class*="hd_s"],
.question-list tbody > tr .ans {
  position: relative;
  display: block;
  margin-left: 2px;
  width: 76px;
  min-height: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .question-list thead > tr [class*="hd_s"],
  .question-list thead > tr .ans,
  .question-list tbody > tr [class*="hd_s"],
  .question-list tbody > tr .ans {
    width: calc(20% - 2px);
    min-height: 40px;
  }
}
.question-list thead {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background: #fff url(../images/bg_loop_01.png) 0 0 repeat;
}
.question-list thead[data-is-fixed="true"] {
  position: fixed;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .question-list thead[data-is-fixed="true"] {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .question-list thead .indicator {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator {
    width: 100%;
  }
}
.question-list thead .indicator .body {
  display: flex;
  justify-content: center;
}
.question-list thead .indicator [data-indicator-num] {
  width: 14px;
  height: 54px;
  background: url(../images/indicator.png) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num] {
    width: 7px;
    height: 27px;
    background-size: 218px auto;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="1"] {
  background-position: 0px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="1"] {
    background-position: 0px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="1"][data-is-active="true"] {
  background-position: 0px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="1"][data-is-active="true"] {
    background-position: 0px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="2"] {
  background-position: -14px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="2"] {
    background-position: -7px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="2"][data-is-active="true"] {
  background-position: -14px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="2"][data-is-active="true"] {
    background-position: -7px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="3"] {
  background-position: -28px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="3"] {
    background-position: -14px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="3"][data-is-active="true"] {
  background-position: -28px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="3"][data-is-active="true"] {
    background-position: -14px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="4"] {
  background-position: -42px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="4"] {
    background-position: -21px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="4"][data-is-active="true"] {
  background-position: -42px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="4"][data-is-active="true"] {
    background-position: -21px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="5"] {
  background-position: -56px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="5"] {
    background-position: -28px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="5"][data-is-active="true"] {
  background-position: -56px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="5"][data-is-active="true"] {
    background-position: -28px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="6"] {
  background-position: -70px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="6"] {
    background-position: -35px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="6"][data-is-active="true"] {
  background-position: -70px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="6"][data-is-active="true"] {
    background-position: -35px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="7"] {
  background-position: -84px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="7"] {
    background-position: -42px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="7"][data-is-active="true"] {
  background-position: -84px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="7"][data-is-active="true"] {
    background-position: -42px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="8"] {
  background-position: -98px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="8"] {
    background-position: -49px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="8"][data-is-active="true"] {
  background-position: -98px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="8"][data-is-active="true"] {
    background-position: -49px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="9"] {
  background-position: -112px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="9"] {
    background-position: -56px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="9"][data-is-active="true"] {
  background-position: -112px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="9"][data-is-active="true"] {
    background-position: -56px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="10"] {
  background-position: -126px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="10"] {
    background-position: -63px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="10"][data-is-active="true"] {
  background-position: -126px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="10"][data-is-active="true"] {
    background-position: -63px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="11"] {
  background-position: -140px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="11"] {
    background-position: -70px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="11"][data-is-active="true"] {
  background-position: -140px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="11"][data-is-active="true"] {
    background-position: -70px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="12"] {
  background-position: -154px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="12"] {
    background-position: -77px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="12"][data-is-active="true"] {
  background-position: -154px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="12"][data-is-active="true"] {
    background-position: -77px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="13"] {
  background-position: -168px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="13"] {
    background-position: -84px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="13"][data-is-active="true"] {
  background-position: -168px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="13"][data-is-active="true"] {
    background-position: -84px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="14"] {
  background-position: -182px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="14"] {
    background-position: -91px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="14"][data-is-active="true"] {
  background-position: -182px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="14"][data-is-active="true"] {
    background-position: -91px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="15"] {
  background-position: -196px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="15"] {
    background-position: -98px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="15"][data-is-active="true"] {
  background-position: -196px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="15"][data-is-active="true"] {
    background-position: -98px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="16"] {
  background-position: -210px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="16"] {
    background-position: -105px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="16"][data-is-active="true"] {
  background-position: -210px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="16"][data-is-active="true"] {
    background-position: -105px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="17"] {
  background-position: -224px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="17"] {
    background-position: -112px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="17"][data-is-active="true"] {
  background-position: -224px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="17"][data-is-active="true"] {
    background-position: -112px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="18"] {
  background-position: -238px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="18"] {
    background-position: -119px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="18"][data-is-active="true"] {
  background-position: -238px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="18"][data-is-active="true"] {
    background-position: -119px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="19"] {
  background-position: -252px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="19"] {
    background-position: -126px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="19"][data-is-active="true"] {
  background-position: -252px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="19"][data-is-active="true"] {
    background-position: -126px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="20"] {
  background-position: -266px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="20"] {
    background-position: -133px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="20"][data-is-active="true"] {
  background-position: -266px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="20"][data-is-active="true"] {
    background-position: -133px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="21"] {
  background-position: -280px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="21"] {
    background-position: -140px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="21"][data-is-active="true"] {
  background-position: -280px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="21"][data-is-active="true"] {
    background-position: -140px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="22"] {
  background-position: -294px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="22"] {
    background-position: -147px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="22"][data-is-active="true"] {
  background-position: -294px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="22"][data-is-active="true"] {
    background-position: -147px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="23"] {
  background-position: -308px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="23"] {
    background-position: -154px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="23"][data-is-active="true"] {
  background-position: -308px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="23"][data-is-active="true"] {
    background-position: -154px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="24"] {
  background-position: -322px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="24"] {
    background-position: -161px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="24"][data-is-active="true"] {
  background-position: -322px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="24"][data-is-active="true"] {
    background-position: -161px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="25"] {
  background-position: -336px -54px;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="25"] {
    background-position: -168px -27px;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="25"][data-is-active="true"] {
  background-position: -336px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="25"][data-is-active="true"] {
    background-position: -168px 0;
  }
}
.question-list thead .indicator [data-indicator-num][data-indicator-num="sum"] {
  width: 86px;
  background-position: -350px 0;
}
@media screen and (max-width: 767px) {
  .question-list thead .indicator [data-indicator-num][data-indicator-num="sum"] {
    width: 43px;
    background-position: -175px 0;
  }
}
.question-list thead [class*="hd_s"] {
  padding: 12px 5px;
  background: url(../images/bg_loop_03.png) 0 0 repeat;
  color: #398ac9;
  font-size: 13px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .question-list thead [class*="hd_s"] {
    font-size: 10px;
  }
}
.question-list .ql-area > tr:nth-child(odd) {
  background: url(../images/bg_loop_02.png) 0 0 repeat;
}
.question-list .ql-area > tr:first-child {
  margin-top: 2px;
}
.question-list .ql-area > tr.qerr {
  background-color: rgba(255, 0, 0, 0.4) !important;
}
.question-list .ql-area .qtext {
  position: relative;
  padding-left: 66px;
}
@media screen and (min-width: 768px) {
  .question-list .ql-area .qtext {
    flex: 1;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .question-list .ql-area .qtext {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
}
.question-list .ql-area .qtext:before {
  position: absolute;
  content: attr(data-q-num);
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 38px;
  height: 38px;
  background: #f6ff05 url(../images/bg_loop_yellow_03.png) center top no-repeat;
  text-align: center;
  color: #009fcd;
  line-height: 38px;
}
.question-list .ql-area .ans input[type="radio"] {
  height: 70px;
}
@media screen and (max-width: 767px) {
  .question-list .ql-area .ans input[type="radio"] {
    height: 40px;
  }
}
.question-list .ql-area .ans input[type="radio"] + label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.question-list .ql-other-area > tr {
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .question-list .ql-other-area > tr {
    flex-wrap: wrap;
  }
}
.question-list .ql-other-area > tr td {
  margin-top: 30px;
  padding: 20px 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .question-list .ql-other-area > tr td {
    margin-top: 20px;
    padding: 10px;
  }
}
.question-list .ql-other-area > tr td.qerr {
  background-color: rgba(255, 0, 0, 0.4) !important;
}
.question-list .ql-other-area .qtext {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .question-list .ql-other-area .qtext {
    padding-left: 20px;
  }
}
.question-list .ql-other-area .qtext:before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #f6ff05 url(../images/bg_loop_yellow_03.png) center top no-repeat;
}
.question-list .ql-other-area .answer-area {
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.question-list .ql-other-area .answer-area .ans {
  width: auto;
  height: auto;
  min-height: auto;
}
.question-list .ql-other-area .answer-area .ans:nth-child(n+2) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .question-list .ql-other-area .answer-area .ans:nth-child(n+2) {
    margin-left: 20px;
  }
}
.question-list .ql-other-area input[type="text"] {
  border: 1px solid #398ac9;
}
.question-list .ql-other-area input[type="text"][name="AGE"] {
  margin-right: 5px;
  padding: 4px;
  width: 72px;
}
@media screen and (max-width: 767px) {
  .question-list .ql-other-area input[type="text"][name="AGE"] {
    margin-top: -3px;
  }
}
.question-list .ql-other-area input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.question-list .ql-other-area input[type="radio"] + label:before {
  left: auto;
}
.question-list .ql-other-area input[type="radio"][id^="gender"] + label {
  padding-right: 34px;
}
.question-list .ql-other-area input[type="radio"][id^="blood"] + label {
  padding-right: 30px;
}
.question-list input[type="radio"] {
  opacity: 0;
  width: 100%;
}
.question-list input[type="radio"] + label {
  cursor: pointer;
}
.question-list input[type="radio"] + label:before {
  position: absolute;
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: #d7d4c8 url(../images/bg_loop_04.png) 0 0 repeat;
  border-radius: 50%;
}
.question-list input[type="radio"]:checked + label:before {
  background: #398ac9 url(../images/bg_loop_blue_01.png) 0 0;
}

.teg-area .inner {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 680px;
}
.teg-area table {
  table-layout: auto;
}
.teg-area table th, .teg-area table td {
  width: 170px;
  padding: 4px;
  vertical-align: top;
  font-size: 12px;
}
.teg-area table th {
  background-color: gold;
}
@media screen and (max-width: 767px) {
  .teg-area table thead {
    display: none;
  }
  .teg-area table tbody th, .teg-area table tbody td {
    display: inline-block;
    width: 100%;
  }
  .teg-area table tbody th {
    margin-top: 6px;
    background-color: gold;
  }
  .teg-area table tbody td:before {
    display: block;
    font-weight: bold;
  }
  .teg-area table tbody td:nth-child(2):before {
    content: '特徴';
  }
  .teg-area table tbody td:nth-child(3):before {
    content: '良い面';
  }
  .teg-area table tbody td:nth-child(4):before {
    content: '悪い面';
  }
}

.result-area {
  padding: 70px 0 0;
  background: url(../images/bg_wave.png) center -100px no-repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .result-area {
    padding-top: 50px;
    background-position: center -140px;
  }
}

.type-area {
  margin-bottom: 120px;
  background: url(../images/bg_type.png) center center no-repeat;
}
@media screen and (max-width: 767px) {
  .type-area {
    margin-bottom: 80px;
  }
}
.type-area .type {
  color: #398ac9;
  font-size: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .type-area .type {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .description-area {
    margin-top: 40px;
    max-width: 800px;
  }
}
.description-area .heading + .flex {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .description-area .heading + .flex {
    margin-top: 20px;
  }
}
.description-area .data-indent-3 {
  text-indent: -3em;
  margin-left: 3em;
}
@media screen and (max-width: 767px) {
  .description-area .flex {
    flex-flow: column nowrap;
  }
}
.description-area .teg-graph {
  font-size: 12px;
}
.description-area .teg-graph strong {
  color: #398ac9;
  font-weight: normal;
}
.description-area .teg-graph [type="button"] {
  margin-top: 10px;
  color: #398ac9;
  font-size: 15px;
  box-sizing: border-box;
  appearance: button;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.description-area .love-graph .graph-color {
  display: flex;
  justify-content: center;
  list-style: none;
}
.description-area .love-graph .graph-color [data-love-type] {
  position: relative;
  padding-left: 30px;
  font-size: 12px;
}
.description-area .love-graph .graph-color [data-love-type]:before {
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  width: 26px;
  height: 14px;
}
.description-area .love-graph .graph-color [data-love-type]:nth-child(n+2) {
  margin-left: 12px;
}
.description-area .love-graph .graph-color [data-love-type][data-love-type="ideal"]:before {
  background-color: #e0e0bf;
}
.description-area .love-graph .graph-color [data-love-type][data-love-type="reality"]:before {
  background-color: #f8c353;
}
.description-area .love-graph .flex {
  align-items: flex-start;
  justify-content: flex-end;
}
.description-area .love-graph .graph-label {
  list-style: none;
  align-self: flex-end;
  margin-right: 15px;
  text-align: right;
  font-size: 13px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .description-area .love-graph .graph-label {
    margin-right: 10px;
    font-size: 10px;
  }
}
.description-area .love-graph .graph {
  position: relative;
  padding-top: 32px;
  width: 102px;
}
@media screen and (max-width: 767px) {
  .description-area .love-graph .graph {
    width: 90px;
  }
}
.description-area .love-graph .graph:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  color: #000;
  font-size: 11px;
  line-height: 15px;
}
.description-area .love-graph .graph-male:before {
  content: '男性';
  background-color: rgba(201, 245, 252, 0.8);
}
.description-area .love-graph .graph-female {
  margin-left: 6px;
}
.description-area .love-graph .graph-female:before {
  content: '女性';
  background-color: rgba(247, 171, 219, 0.8);
}

[data-graph-type] .ct-label {
  color: #000;
}
[data-graph-type][data-graph-type="teg"] {
  margin: 0 auto;
  padding: 20px 0 10px;
  width: 284px;
  background: url(../images/bg_loop_02.png) 0 0 repeat;
}
[data-graph-type][data-graph-type="teg"] .ct-line,
[data-graph-type][data-graph-type="teg"] .ct-point {
  stroke: #398ac9;
}
[data-graph-type][data-graph-type="teg"] .ct-line {
  stroke-width: 1px;
}
[data-graph-type][data-graph-type="love"] {
  position: relative;
  border-top: 1px solid #b8d5de;
  line-height: 0;
}
[data-graph-type][data-graph-type="love"]:before, [data-graph-type][data-graph-type="love"]:after {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}
[data-graph-type][data-graph-type="love"]:before {
  content: '全体平均';
  top: -14px;
  color: #aec4cb;
  font-size: 10px;
  line-height: 1;
}
[data-graph-type][data-graph-type="love"]:after {
  content: '';
  margin: 0 auto;
  top: 0;
  width: 1px;
  height: calc(100% - 4px);
  background-color: #b8d5de;
}
[data-graph-type][data-graph-type="love"] .ct-series .ct-bar {
  stroke-width: 7px;
}
[data-graph-type][data-graph-type="love"] .ct-series-a .ct-bar {
  stroke: #f8c353;
}
[data-graph-type][data-graph-type="love"] .ct-series-b .ct-bar {
  stroke: #e0e0bf;
}
[data-graph-type][data-graph-type="love"] .ct-label.ct-vertical {
  white-space: nowrap !important;
}

.error-area {
  padding-top: 30px;
}
.error-area .caution {
  text-align: center;
}
.error-area .caution-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.error-area .caution-title:before, .error-area .caution-title:after {
  width: calc(50% - 100px);
}
.error-area .unanswered-area {
  margin: 40px auto 0;
  text-align: center;
}

/* 3.10 - Ad Popup
// ======================================================= */
.cs_adpopup_area {
  position: fixed;
  z-index: 100;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.cs_adpopup_area img {
  max-width: 100%;
}
.cs_adpopup_area .cs_adpopup_item {
  position: relative;
  display: inline-block;
}
.cs_adpopup_area .btn_cs_adpopup {
  display: inline-block;
}
.cs_adpopup_area .btn_cs_adpopup_close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: url("/inc/img/btn_close_adpopup.png") no-repeat;
  background-size: 40px auto;
  border: none;
  outline: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-grid-background {
  fill: none;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206;
}
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #d70206;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #f05b4f;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}
.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #f4c63d;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}
.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #d17905;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}
.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #453d3f;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #59922b;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #0544d3;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.88889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.33333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.66667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.8047%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.33333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.33333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
