@charset "UTF-8";

/*
Theme Name: FCAJ Special Theme
Template: twentyseventeen
Author: URB,LLC
Author URI: https://urb.co.jp/
Version: 2021.03.30
*/
/* 統一設定
-------------------------------------------------- */
/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em;
}

.mark1 {
  background-image: url(images/share/mark_1.gif);
}

.mark2 {
  background-image: url(images/share/mark_2.gif);
}

.mark3 {
  background-image: url(images/share/mark_3.gif);
}

.mark4 {
  background-image: url(images/share/mark_4.gif);
}

.mark5 {
  background-image: url(images/share/mark_5.gif);
}

.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.box_size {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 全端末共通
-------------------------------------------------- */
/* 画面幅を100%表示し、サイドバーエリアを使用しない
-------------------------------------------------- */
/* 共通CSSの上書き用
-------------------------------------------------- */
/* 【図鑑用設定】　設問
-------------------------------------------------- */
/* リード文 */
#zukan_q_lead {
  margin-bottom: 1em;
  font-weight: bold;
}

/*　設問　*/
#question_wrap dl.yesno_q {
  border: 1px solid #e0e0e0;
  border-radius: 0;
}

#question_wrap dl.yesno_q>dt {
  display: none;
}

#question_wrap dl.yesno_q>dd>dl {
  text-align: left;
}

#question_wrap dl.yesno_q>dd>dl>dt {
  padding: 0;
  border: 0;
  font-weight: normal;
  color: #eb6100;
}

#question_wrap dl.yesno_q>dd>dl>dt:after {
  position: relative;
  display: inline;
  background: transparent;
  content: none;
  margin: 0;
}

#question_wrap dl.yesno_q>dd>dl>dd {
  padding: 0 !important;
}

#question_wrap dl.yesno_q>dd>dl>dd>ol li {
  position: relative;
  padding-left: 2em;
}

#question_wrap dl.yesno_q>dd>dl>dd>ol li:nth-of-type(1) {
  color: #eb6100;
}

#question_wrap dl.yesno_q>dd>dl>dd>ol li:nth-of-type(2) {
  color: #6cb200;
}

#question_wrap dl.yesno_q>dd>dl>dd>ol li::before {
  position: absolute;
  top: 0.2em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 80%;
  font-weight: normal;
  color: #fff;
}

#question_wrap dl.yesno_q>dd>dl>dd>ol li:nth-of-type(1)::before {
  content: "A";
  background-color: #eb6100;
}

#question_wrap dl.yesno_q>dd>dl>dd>ol li:nth-of-type(2)::before {
  content: "B";
  background-color: #6cb200;
}

#question_wrap dl.yesno_q>dd>dl>dd:first-of-type {
  padding: 0 !important;
}

ul#choices li button {
  border-radius: 5px !important;
  font-weight: bold;
  font-size: 2rem !important;
}

ul#choices li:nth-of-type(1) button {
  background-color: #eb6100;
}

ul#choices li:nth-of-type(2) button {
  background-color: #6cb200;
}

ul#choices li:nth-of-type(3) button {
  display: none;
}

ul#choices li:nth-of-type(1) button:hover {
  background-color: #eb6100;
}

ul#choices li:nth-of-type(2) button:hover {
  background-color: #6cb200;
}

/* 【図鑑用設定】　結果
-------------------------------------------------- */
/* cap */
.frameBlock.-noBg.result {
  position: relative;
}

.frameBlock.-noBg.result .title {
  position: relative;
  top: 1em;
  border-top: 3px solid #eb6100;
  text-align: center;
  font-weight: bold;
  color: #eb6100;
}

.frameBlock.-noBg.result .title .cap {
  position: relative;
  width: auto;
  height: 2em;
  margin: auto;
  padding: 0.5em 2em;
  border-radius: 1em;
  background-color: #eb6100;
  color: #fff;
  line-height: 2em;
}

.frameBlock.-noBg.result .title h1 {
  position: relative;
  padding-bottom: 0.65em;
  border-bottom: 3px solid #eb6100;
}

.frameBlock.-noBg.result .illust>img {
  width: 100%;
  height: auto;
}

.frameBlock.-noBg.result .noframeBlock.-yellow {
  background-color: #fffcf4;
}

.frameBlock.-noBg.result .noframeBlock.-yellow .frameBlock+.lead {
  margin-top: 50px;
}

.frameBlock.-noBg.result .noframeBlock.-yellow .btn {
  background-color: #eb6100;
  border: 0;
  color: #fff;
}

.frameBlock.-noBg.result .noframeBlock.-yellow .btn:after {
  background: url(../fcaj/assets/img/arw-white.svg) top center no-repeat;
}

.frameBlock.-noBg.result .frameBlock.-bgWhite {
  background-color: #fff;
}

.frameBlock.-noBg.result .frameBlock.-bgWhite .frameBlock__ttl {
  color: #eb6100;
}

.frameBlock.-noBg.result .frameBlock.-bgWhite .frameBlock.-noBg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 11px;
}

.frameBlock.-noBg.result .frameBlock.-bgWhite .frameBlock.-noBg figure {
  margin: 0;
  padding: 0;
}

.frameBlock.-noBg.result .frameBlock.-bgWhite .frameBlock.-noBg dl {
  margin: 0;
  padding: 0;
}

.frameBlock.-noBg.result .frameBlock.-bgWhite .frameBlock.-noBg dl dt {
  margin: 0 0 0.5em 0;
  padding: 0;
}

.frameBlock.-noBg.result .frameBlock.-bgWhite .frameBlock.-noBg dl dd {
  margin: 0;
  padding: 0;
}

/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {

  /* 画面幅を100%表示し、サイドバーエリアを使用しない
-------------------------------------------------- */
  #primary {
    width: 100%;
  }

  /* 共通CSSの上書き用
-------------------------------------------------- */
  .entry-content ol li {
    margin: 0;
    padding: 0;
  }

  /* 【図鑑用設定】　設問
-------------------------------------------------- */
  /* リード文 */
  #zukan_q_lead {
    font-size: 148%;
  }

  /*　設問　*/
  #question_wrap dl.yesno_q {
    padding: 66px 48px;
  }

  #question_wrap dl.yesno_q>dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    padding: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #question_wrap dl.yesno_q>dd>figure {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 25%;
    margin: 0;
    padding: 0;
  }

  #question_wrap dl.yesno_q>dd>dl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    margin: 0;
    padding: 0 25px 0 0;
  }

  #question_wrap dl.yesno_q>dd>dl>dt {
    margin: 0 0 5px 0 !important;
  }

  #question_wrap dl.yesno_q>dd>dl>dd {
    font-size: 185%;
  }

  #question_wrap dl.yesno_q>dd>dl>dd>ol {
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 75%;
  }

  #question_wrap dl.yesno_q>dd>dl>dd>ol li:nth-of-type(1) {
    margin-bottom: 20px;
  }

  ul#choices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  ul#choices li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }

  ul#choices li:nth-of-type(1) {
    padding: 0 12px 0 45px;
  }

  ul#choices li:nth-of-type(2) {
    padding: 0 45px 0 12px;
  }

  ul#choices li:nth-of-type(1) button:hover {
    opacity: 0.75;
  }

  ul#choices li:nth-of-type(2) button:hover {
    opacity: 0.75;
  }

  ul#choices li:last-of-type {
    width: 100%;
  }

  /* 【図鑑用設定】　結果
-------------------------------------------------- */
  /* cap */
  .frameBlock.-noBg.result {
    padding: 50px 50px 60px;
  }

  .frameBlock.-noBg.result .title {
    margin: 0 30px;
  }

  .frameBlock.-noBg.result .title .cap {
    top: -1em;
    font-size: 1.6rem;
  }

  .frameBlock.-noBg.result .title h1 {
    top: -0.5em;
    font-size: 3.5rem;
  }

  .frameBlock.-noBg.result .illust {
    margin: 0 70px 25px;
  }

  .frameBlock.-noBg.result .noframeBlock.-yellow {
    padding: 40px 30px;
  }

  .frameBlock.-noBg.result .noframeBlock.-yellow>.lead p {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .frameBlock.-noBg.result .noframeBlock.-yellow .btn {
    padding: 9px 16px 10px;
  }

  .frameBlock.-noBg.result .frameBlock.-bgWhite .frameBlock.-noBg figure {
    width: calc(60px + 15px);
  }

  .frameBlock.-noBg.result .frameBlock.-bgWhite .frameBlock.-noBg figure img {
    width: 60px;
    height: 60px;
  }

  .frameBlock.-noBg.result .frameBlock.-bgWhite .frameBlock.-noBg dl {
    width: calc(100% - 60px - 15px);
  }

  .frameBlock.-noBg.result .frameBlock.-bgWhite .frameBlock.-noBg dl dt {
    font-size: 0.8rem;
  }
}

/* モバイル
-------------------------------------------------- */
@media only screen and (max-width: 767px) {

  /* 画面幅を100%表示し、サイドバーエリアを使用しない
-------------------------------------------------- */
  /* 共通CSSの上書き用
-------------------------------------------------- */
  .entry-content ol:first-child {
    margin-top: 2em;
  }

  /* 【図鑑用設定】　設問
-------------------------------------------------- */
  /* リード文 */
  /*　設問　*/
  #question_wrap dl.yesno_q>dd>dl>dt {
    margin: 0 !important;
    font-size: 50%;
  }

  #question_wrap dl.yesno_q>dd>dl>dd {
    font-size: 120%;
  }

  #question_wrap dl.yesno_q>dd>dl>dd>ol {
    font-size: 80%;
  }

  #question_wrap dl.yesno_q>dd>dl>dd:first-of-type {
    margin-bottom: 1em;
  }

  ul#choices li {
    padding: 0 4.4vmin;
  }

  ul#choices li:nth-of-type(1) button {
    padding: 0.5em;
  }

  ul#choices li:nth-of-type(2) button {
    padding: 0.5em;
  }

  /* 【図鑑用設定】　結果
-------------------------------------------------- */
  /* cap */
  .frameBlock.-noBg.result .title .cap {
    top: -1.9em;
    font-size: 0.8rem;
  }

  .frameBlock.-noBg.result .title h1 {
    top: -1em;
    font-size: 1.8rem;
  }

  .frameBlock.-noBg.result .noframeBlock.-yellow {
    padding: 18px;
  }

  .frameBlock.-noBg.result .frameBlock.-bgWhite .frameBlock.-noBg figure {
    width: calc(9.7vmin + 2vmin);
  }

  .frameBlock.-noBg.result .frameBlock.-bgWhite .frameBlock.-noBg figure img {
    width: 9.7vmin;
    height: 9.7vmin;
  }

  .frameBlock.-noBg.result .frameBlock.-bgWhite .frameBlock.-noBg dl {
    width: calc(100% - 9.7vmin - 2vmin);
  }

  .frameBlock.-noBg.result .frameBlock.-bgWhite .frameBlock.-noBg dl dt {
    font-size: 0.7rem;
  }

  .frameBlock.-noBg.result .frameBlock.-bgWhite .frameBlock.-noBg dl dd {
    font-size: 0.9rem;
  }
}

/*# sourceMappingURL=style.css.map */