<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* pc */

/* 
 ヘッダー
------------------------------------------- */
.header {
  padding: 30px 20px;
}
.header_inner {
  min-height: inherit;
}
.header-sns {
  bottom: -25px;
}
.header-sns:after {
  content: none;
}
.header_right {
padding: 0 0 5px 0;
}
.header-time {
  display: none;
}
.bangumi_name{
  font-weight: bold;
  font-family: "tbcgothic-std",sans-serif;
  letter-spacing: -1px;
  font-size: 2.75rem;
}
.header span.fs_s {
  font-size: 1.8rem;
}
.header span.ls-3 {
  font-size: 2.75rem;
  letter-spacing: -3px;
}
.header span.ls-5 {
  font-size: 2.75rem;
  letter-spacing: -5px;
}
.header span.ls-10 {
  font-size: 2.75rem;
  letter-spacing: -10px;
}

/* 
 コンテンツ
------------------------------------------- */
.box_inner.mov {
    padding: 20px 20px 0;
}
.box_title {
  padding: 13px 20px 16px;
  font-weight: bold;
  font-family: "tbcgothic-std",sans-serif;
  letter-spacing: -1px;
  line-height: 0.9;
}
.box_title.icon {
  width: 100%;
  padding: 8px 20px 8px;
  display: table;
  box-sizing: border-box;
}
.box_title .logo{
      width: 12%;
  display: table-cell;
  vertical-align: middle;
}
.box_title .logo img{
  width: 90px;
}
.box_title .ttl{
  width: 88%;
  padding-left: 15px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.info {
  background: url(../../img/common/info_bg.png) #fff;
}

.info-main{
  background: #fff;
}
.info-main:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.info-main a{
  width: 590px;
  height: 290px;
  position: relative;
  display: block;
  float: left;
}
.info-main a:after{
  content: "";
  width: 60px;
  height: 60px;
  background: #e84427;
  position: absolute;
  top: -30px;
  left: -30px;
  transform: rotate(-45deg);
  transition: .3s;
}
.info-main a:hover:after{
  width: 100px;
  height: 100px;
  top: -50px;
  left: -50px;
}
.info-main a.prg01{
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: -1px;
}
.info-main a.prg02{
  border-bottom: 1px solid #fff;
}
.info-main a.prg03{
  border-right: 1px solid #fff;
  margin-left: -1px;
}

.info-main a.prg02:after{
  background: #00b58f;
}
.info-main a.prg03:after{
  background: #ffe203;
}
.info-main a.prg04:after{
  background: #0099ff;
}
.info-main img{
  width: 100%;
  transition: .3s;
}
.info-main a:hover img{
  transform: scale(1.1);
}

.sub_title {
    margin: 30px 20px 0;
}
.sub_title + .box_inner{
  padding: 20px 20px 0;
}
.sub_title + .box_inner:last-child{
  padding: 20px 20px 30px;
}

.info-txt{
	padding: 0 5px;
}
.info-txt dt{
	font-weight: bold;
}

.bnr_area a img{
  transition: 0.3s;
}
.bnr_area a:hover img{
  opacity: 0.7;
}

.wrap_p{
  padding: 15px;
  margin: 15px 0;
  background: #fffaf7;
  border: 1px dotted #c8bbb4;
}
.wrap_p h4{
  margin-bottom: 5px;
  font-size: 1.0rem;
  font-weight: bold;
}
.wrap_p p{
  text-indent: -1em;
  padding-left: 1em;
}
.wrap_p p:before{
  content: "・";
}

.pv .column2-left,
.pv .column2-right {
  width: 49%;
}
.pv .txt_center{
  padding-top: 8px;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.side-menu .logo{
  display: none;
}


/* 
 chart
------------------------------------------- */
.chart_wrap{
  min-height: 410px;
  padding: 30px;
  background: url(../../img/common/info_bg.png) #fff;
}
.question,
.wrap_answer{
  display: none;
}
#q_01.question{
  display: block;
}
.question .ttl{
  width: 100%;
	background: #ffda4b;
  box-sizing: border-box;
  border-radius: 5px;
  display: table;
  padding: 10px;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: bold;
}
.question .ttl span{
  display: table-cell;
  padding: 0 0 0 20px;
  vertical-align: middle;
}
.question .ttl .q{
  width: 10%;
  padding: 10px;
	background: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 2.0rem;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-align: center;
}
.chart .q_btn{
  width: 80%;
  margin: 60px auto 30px;
}
.chart ul li {
  padding: 0;
  background: none;
}
.chart ul li:after {
	content: none;
}
 .chart .q_btn li {
  margin-bottom: 30px;
}
.chart .q_btn li:last-child {
  margin-bottom: 0;
}
.chart .q_btn li a {
  width: 100%;
  padding: 30px 20px 30px 70px;
  background-color: #ee137f;
  display: block;
  box-shadow: 0 5px 0 #aa023a;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  top:0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: .2s;
}
.chart .q_btn li.odd a {
  background-color: #3399ff;
  box-shadow: 0 5px 0 #0066cc;
}
.chart .q_btn li a:hover {
  box-shadow: 0 0 0 #aa023a;
  top:5px;
}
.chart .q_btn li.odd a:hover {
  box-shadow: 0 0 0 #0066cc;
}
.chart .q_btn li a span{
  width: 50px;
  height: 50px;
  padding-top: 2px;
  margin-top: -25px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 20px;
  color: #ee137f;
  font-size: 1.75rem;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-align: center;
  vertical-align: middle;
}
.chart .q_btn li.odd a span{
  color: #3399ff;
}

.answer{
  width: 100%;
	background: url(../../img/common/answer_bg.png) top -150px center #ffda4b;
  border: 5px solid #eb5f02;
  box-sizing: border-box;
  border-radius: 5px;
  display: table;
  padding: 20px 30px;
  font-weight: bold;
}
.answer .ttl{
  padding: 10px;
	background: #e84427;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 5px;
  text-align: center;
}
.answer .catch{
  padding: 20px 15px 15px;
  margin: 30px 0;
  background:rgba(255,255,255,1.0);
  border-radius: 100px;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: center;
}
.answer .catch span{
  color: #ee137f;
  font-size: 1.5rem;
}
.answer .img{
  overflow: hidden;
  border-radius: 10px;
  border: 5px solid #fff;
  box-sizing: border-box;
}
.answer .note{
  font-size: 1.0rem;
  margin: 20px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}
.answer .note span{
  font-size: 1.2rem;
  color: #002fff;
}
.answer .answer_btn{
  margin: 30px 0;
  text-align: center;
}
.answer .answer_btn li{
  width: 45%;
  margin: 0 1%;
  display: inline-block;
}
.answer .answer_btn li.again {
  width: 35%;
}
.answer .answer_btn li a{
  width: 100%;
  padding: 15px;
  background-color: #3399ff;
  display: block;
  box-shadow: 0 5px 0 #0066cc;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  top:0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: .2s;
}
.answer .answer_btn li.again a{
  background-color: #999;
  box-shadow: 0 5px 0 #666;
}
.answer .answer_btn li a:hover {
  box-shadow: 0 0 0 #0066cc;
  top:5px;
}
.answer .answer_btn li.again a:hover {
  box-shadow: 0 0 0 #666;
}


/* 
 header h1 h2 罫線(共通)色・背景画像などの変更 
------------------------------------------- */

/* --------罫線(共通)色-------- */
/*.header{
	border-bottom: 3px solid #f66191;
}
.header-sns a{
	border:3px solid #f66191;
}
.info{
	border-bottom: 3px solid #f66191;
}
.box_title{
	border-top: 3px solid #f66191;
	border-bottom: 3px solid #f66191;
}
.wrap_horizontal .box{
	border-top: 5px solid #f66191;
}*/


/* -------- h1 h2 背景画像と文字色 -------- */
/*.header,
.box_title {
	background:url("../../img/common/bg_reset.jpg");
}
.header,
.header-time,
.box_title { color: #fff;}*/


/* --------h2 h3 下線 罫線色-------- */
/*.sub_title:after{
	background: #eeab09;
}
.side_title{
	border-bottom: 3px solid #eeab09;*/
}


/* --------スライダーのページネーションの色-------- */
/*.owl-theme .owl-controls .owl-page span{
	background: #0D63CC !important;
}*/
</pre></body></html>