@charset "UTF-8";
/*--------------------------------------------------*/
/*		http://
/*		/css/index.css
/*--------------------------------------------------*/
/*		$index
/*--------------------------------------------------*/
/*			$index.......目次
/*			$layout......全体・部分的なレイアウト
/*			$visual......visual部分
/*--------------------------------------------------*/
.result-index .result-list, .result-index .result-list li, .result-index .result-list dl dd a, .result-detail .result-tit, .result-detail .ph-list, .result-detail .article-navi ul, .result-detail .article-navi ul li a {
  display: flex;
  flex-wrap: wrap; }

/*--------------------------------------------------*/
/*			$layout
/*--------------------------------------------------*/
#header h1 a {
  color: #333;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.6); }

#header li a {
  text-shadow: 0 0 1px white, 0 0 2px white, 0 0 3px white, 0 0 4px white, 0 0 5px white; }

#header li.result a, #header li a:hover {
  text-shadow: none; }

#result-wrap {
  padding-bottom: 50px; }

@media screen and (max-width: 767px) {
  #header li a {
    text-shadow: none; }

  #result-wrap {
    padding-bottom: 9.375%; } }
/*--------------------------------------------------*/
/*			$visual
/*--------------------------------------------------*/
#lower-visual {
  margin-bottom: 40px;
  background: url(/axia/images/result/visual_pc.jpg) no-repeat center top;
  background-size: cover; }

#lower-visual h2 {
  margin-left: -3.25em;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9), 0 0 4px rgba(255, 255, 255, 0.9), 0 0 6px rgba(255, 255, 255, 0.9), 0 0 8px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9); }

@media screen and (max-width: 767px) {
  #lower-visual {
    margin-bottom: 6.25%;
    background: url(/axia/images/result/visual_sp.jpg) no-repeat center top;
    background-size: cover; } }
/*--------------------------------------------------*/
/*			$result_index
/*--------------------------------------------------*/
.result-index .cat-navi {
  padding-bottom: 40px; }
  .result-index .cat-navi ul {
    justify-content: center; }
    .result-index .cat-navi ul li {
      width: 130px; }
      .result-index .cat-navi ul li:not(:last-child) {
        margin-right: 20px; }
      .result-index .cat-navi ul li.all a {
        border: 1px #012456 solid;
        color: #012456; }
        .result-index .cat-navi ul li.all a:hover {
          background-color: #012456; }
      .result-index .cat-navi ul li.mantion a {
        border: 1px #9e0000 solid;
        color: #9e0000; }
        .result-index .cat-navi ul li.mantion a:hover {
          background-color: #9e0000; }
      .result-index .cat-navi ul li.house a {
        border: 1px #008820 solid;
        color: #008820; }
        .result-index .cat-navi ul li.house a:hover {
          background-color: #008820; }
      .result-index .cat-navi ul li.other a {
        border: 1px #a59f00 solid;
        color: #a59f00; }
        .result-index .cat-navi ul li.other a:hover {
          background-color: #a59f00; }
      .result-index .cat-navi ul li.current a {
        color: #fff; }
      .result-index .cat-navi ul li.current.all a {
        background-color: #012456; }
      .result-index .cat-navi ul li.current.mantion a {
        background-color: #9e0000; }
      .result-index .cat-navi ul li.current.house a {
        background-color: #008820; }
      .result-index .cat-navi ul li.current.other a {
        background-color: #a59f00; }
      .result-index .cat-navi ul li a {
        display: block;
        padding: .5em;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1;
        text-align: center; }
        .result-index .cat-navi ul li a:hover {
          color: #fff; }
.result-index .result-list {
  padding-bottom: 40px; }
  .result-index .result-list li {
    justify-content: space-between;
    width: 470px;
    padding-bottom: 20px; }
    .result-index .result-list li:nth-child(odd) {
      margin-right: 20px; }
  .result-index .result-list figure {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 0;
    padding-top: 38.2978723404%;
    border: 1px #ccc solid;
    background-color: #eee;
    font-size: 0;
    line-height: 0; }
    .result-index .result-list figure img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 100%;
      margin: auto;
      text-align: center; }
  .result-index .result-list dl {
    width: 250px; }
    .result-index .result-list dl dt {
      display: inline-block;
      margin-bottom: 10px;
      padding: .2em 2em;
      color: #fff;
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1; }
      .result-index .result-list dl dt.mantion {
        background-color: #9e0000; }
      .result-index .result-list dl dt.house {
        background-color: #008820; }
      .result-index .result-list dl dt.other {
        background-color: #a59f00; }
    .result-index .result-list dl dd h3 {
      padding-bottom: .8em;
      font-size: 1.6rem;
      font-weight: normal;
      line-height: 1.4; }
    .result-index .result-list dl dd p {
      visibility: hidden;
      padding-bottom: 1em;
      font-size: 1.4rem;
      line-height: 1.6; }
    .result-index .result-list dl dd a {
      justify-content: center;
      align-items: center;
      width: 150px;
      padding: .5em 0;
      border: 1px #333 solid;
      font-size: 1.4rem;
      line-height: 1; }
      .result-index .result-list dl dd a:hover {
        background-color: #333;
        color: #fff; }
      .result-index .result-list dl dd a i {
        margin-left: 2em;
        font-size: .8rem; }

@media screen and (max-width: 767px) {
  .result-index .cat-navi {
    padding-bottom: 1.6666666667%; }
    .result-index .cat-navi ul {
      justify-content: space-between; }
      .result-index .cat-navi ul li {
        width: 47.6666666667%; }
        .result-index .cat-navi ul li:not(:last-child) {
          margin: 0 0 1.5rem; }
        .result-index .cat-navi ul li a {
          font-size: 1.4rem; }
  .result-index .result-list {
    justify-content: space-between;
    padding-bottom: 3.3333333333%; }
    .result-index .result-list li {
      display: block;
      width: 48.3333333333%;
      padding-bottom: 1.5rem; }
      .result-index .result-list li:nth-child(odd) {
        margin-right: 0; }
    .result-index .result-list figure {
      width: 100%;
      margin-bottom: 3.125%;
      padding-top: 68.9655172414%; }
    .result-index .result-list dl {
      width: 100%; }
      .result-index .result-list dl dt {
        display: block;
        margin-bottom: 5px;
        padding: .5em;
        font-size: .8rem;
        text-align: center; }
      .result-index .result-list dl dd h3 {
        font-size: 1.2rem; }
      .result-index .result-list dl dd p {
        font-size: 1rem; }
      .result-index .result-list dl dd a {
        width: 62.0689655172%;
        margin: 0 auto;
        font-size: .8rem; }
        .result-index .result-list dl dd a i {
          font-size: .4rem; } }
/*--------------------------------------------------*/
/*			$result_detail
/*--------------------------------------------------*/
.result-detail .result-tit {
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: .5rem; }
  .result-detail .result-tit .cat {
    margin-right: 30px;
    padding: .2em 1.5em;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1; }
  .result-detail .result-tit h3 {
    font-size: 2rem; }
  .result-detail .result-tit.mantion {
    border-bottom: 1px #9e0000 solid; }
    .result-detail .result-tit.mantion .cat {
      background-color: #9e0000; }
  .result-detail .result-tit.house {
    border-bottom: 1px #008820 solid; }
    .result-detail .result-tit.house .cat {
      background-color: #008820; }
  .result-detail .result-tit.other {
    border-bottom: 1px #a59f00 solid; }
    .result-detail .result-tit.other .cat {
      background-color: #a59f00; }
.result-detail .text {
  padding-bottom: 1em;
  font-size: 1.4rem; }
.result-detail .ph-list {
  justify-content: center; }
  .result-detail .ph-list li {
    width: 470px;
    padding-bottom: 3rem; }
    .result-detail .ph-list li:nth-child(odd) {
      margin-right: 20px; }
    .result-detail .ph-list li:last-child {
      margin-right: 0; }
    .result-detail .ph-list li figure {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 0;
      margin-bottom: 5px;
      padding-top: 74.4680851064%;
      background-color: #eee;
      font-size: 0;
      line-height: 0; }
      .result-detail .ph-list li figure img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
        margin: auto;
        text-align: center; }
    .result-detail .ph-list li p {
      font-size: 1.4rem; }
.result-detail .article-navi ul {
  justify-content: space-between; }
  .result-detail .article-navi ul li {
    flex: 1; }
    .result-detail .article-navi ul li a {
      align-items: center;
      font-size: 1.6rem;
      line-height: 1; }
      .result-detail .article-navi ul li a:hover span {
        text-decoration: underline; }
      .result-detail .article-navi ul li a i {
        font-size: 1rem; }
    .result-detail .article-navi ul li.prev a i {
      margin-right: 1em; }
    .result-detail .article-navi ul li.back a {
      justify-content: center; }
      .result-detail .article-navi ul li.back a i {
        margin-left: 1em; }
    .result-detail .article-navi ul li.next a {
      justify-content: flex-end; }
      .result-detail .article-navi ul li.next a i {
        margin-left: 1em; }

@media screen and (max-width: 767px) {
  .result-detail .result-tit {
    margin-bottom: 1rem; }
    .result-detail .result-tit .cat {
      margin-right: 1rem;
      padding: .5em 1.2em .3em;
      font-size: 1rem; }
    .result-detail .result-tit h3 {
      font-size: 1.2rem; }
  .result-detail .text {
    padding-bottom: 1.5em;
    font-size: 1rem; }
  .result-detail .ph-list {
    padding-bottom: 1rem; }
    .result-detail .ph-list li {
      width: 48%;
      padding-bottom: 1rem; }
      .result-detail .ph-list li:nth-child(odd) {
        margin-right: 4%; }
      .result-detail .ph-list li figure {
        padding-top: 74.4827586207%; }
      .result-detail .ph-list li p {
        font-size: .8rem; }
  .result-detail .article-navi ul {
    justify-content: space-between; }
    .result-detail .article-navi ul li {
      flex: 1; }
      .result-detail .article-navi ul li a {
        align-items: center;
        font-size: 1rem;
        line-height: 1; }
        .result-detail .article-navi ul li a:hover span {
          text-decoration: underline; }
        .result-detail .article-navi ul li a i {
          font-size: .8rem; }
      .result-detail .article-navi ul li.prev a i {
        margin-right: 1em; }
      .result-detail .article-navi ul li.back a {
        justify-content: center; }
        .result-detail .article-navi ul li.back a i {
          margin-left: 1em; }
      .result-detail .article-navi ul li.next a {
        justify-content: flex-end; }
        .result-detail .article-navi ul li.next a i {
          margin-left: 1em; } }
/*--------------------------------------------------*/
/*			$for_print
/*--------------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact; }

  .result-detail #header {
    position: static;
    padding: 10px 0 0; }
    .result-detail #header h1 {
      position: relative; }
      .result-detail #header h1:before {
        content: url("/axia/images/hlogo.png");
        position: absolute; }
      .result-detail #header h1 a {
        opacity: 0;
        background: none; }
    .result-detail #header nav {
      display: none; }

  .result-detail #lower-visual {
    height: auto;
    margin-bottom: 2rem;
    padding: 1rem 0;
    background: none; }
    .result-detail #lower-visual .visual-inner {
      position: static; }
      .result-detail #lower-visual .visual-inner h2 {
        position: static;
        margin: 0;
        text-align: center;
        letter-spacing: 0;
        text-shadow: none; }

  .result-detail .solid-inner {
    width: 100%; }

  .result-detail .result-tit {
    margin-bottom: 1rem; }
    .result-detail .result-tit.mantion .cat {
      background-color: #9e0000 !important; }
    .result-detail .result-tit.house .cat {
      background-color: #008820 !important; }
    .result-detail .result-tit.other .cat {
      background-color: #a59f00 !important; }

  .result-detail .text {
    font-size: 1rem; }

  .result-detail .ph-list {
    width: 90%;
    margin: 0 auto; }
    .result-detail .ph-list li {
      width: 48%;
      padding-bottom: 1rem;
      font-size: 0;
      line-height: 0; }
      .result-detail .ph-list li:nth-child(odd) {
        margin-right: 4%; }
      .result-detail .ph-list li figure {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 0;
        margin-bottom: 5px;
        padding-top: 74.4680851064%;
        background-color: #eee;
        font-size: 0;
        line-height: 0; }
        .result-detail .ph-list li figure img {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          width: auto;
          max-width: 100%;
          height: auto;
          max-height: 100%;
          margin: auto;
          text-align: center; }
      .result-detail .ph-list li p {
        font-size: 1rem; }

  .result-detail .article-navi {
    display: none; }

  .result-detail #btn-gotop {
    display: none; }

  .result-detail #footer {
    display: none; }
    .result-detail #footer #ftop {
      justify-content: center; }
    .result-detail #footer #fnavi {
      display: none; }
    .result-detail #footer #finfo {
      padding-right: 0; }
      .result-detail #footer #finfo .inquiry {
        display: none; }
    .result-detail #footer #fbottom {
      display: none; } }
