@charset "UTF-8";

a img {
  -webkit-transition: .2s opacity ease-out;
  transition: .2s opacity ease-out;
  opacity: 1;
}
a:hover img {
  opacity: .7;
}
.mod-pnl a:hover img {
  opacity: 1;
}
.str-kv {
  background: url(/security/shared/img/index-img-18.png) center top repeat, linear-gradient(135deg, #2d668e, #0a3959);
  background-size: 100% auto;
}
.str-kv img {
  display: inline;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
.str-kv a {
  display: block;
}
.str-kv > .inner {
  margin: 4.2vw 3.2vw 5.33vw;
}
.kv-col-l {
  margin-bottom: 3.2vw;
}
.str-kv .mod-lyt> .inner {
  margin: -2.66vw 0 0 -2.66vw;
}
.str-kv .mod-lyt> .inner> .col {
  padding: 2.66vw 0 0 2.66vw;
}
.btn-soft-owner img {
  max-width: 100%;
  height: auto;
}
.btn-soft-owner a {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
.mod-pnl> .inner> .col {
  width: 100%;
}



@media only screen and (min-width: 768px) {
  .str-kv img {
    position: relative;
    z-index: 1;
  }
  .str-kv a {
    position: relative;
  }
  .str-kv a::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .7;
    border-radius: 5px;
    z-index: 0;
  }
  .str-kv > .inner {
    max-width: 960px;
    margin: 20px auto;
  }
  .str-kv > .inner::after {
    display: block;
    clear: both;
    content: ' ';
  }
  .kv-col-l {
    width: 39.37%;
    float: left;
    margin-bottom: 0;
  }
  .kv-col-r {
    width: 58.64%;
    float: right;
  }
  .str-kv .mod-lyt> .inner {
    margin: 0 0 0 -2.93%;
  }
  .str-kv .mod-lyt> .inner> .col {
    padding: 0 0 0 2.93%;
  }
  .unq-outer-information .mod-information {
    margin-top: 16px;
  }
  [class^="str-outer"].unq-outer-information> .str-inner:last-child {
    padding-bottom: 40px;
  }
  .btn-soft-owner a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

/* おすすめコンテンツ */
.recommendCont_block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.recommendCont_block li {
  width: calc(33.33% - 18px);
  max-width: 342px;
  border: 1px solid #c2c2c2;
  margin-right: 24px;
  margin-bottom: 20px;
}
.recommendCont_block li:last-child {
  margin-bottom: 20px;
}
.recommendCont_block li:nth-child(3n) {
  margin-right: 0;
}
.recommendCont_block li:hover {
  opacity: .7;
  -webkit-box-shadow: 0 3px 7px #ccc;
  box-shadow: 0 3px 7px #ccc;
}
.recommendCont_block li a {
  color: inherit;
}
.recommendCont_block li a:hover,
.recommendCont_block li a:focus {
  text-decoration: none;
}
.recommendCont_block .img img {
  max-width: 100%;
  vertical-align: top;
}
.recommendCont_block .content {
  padding: 10px 12px 15px;
}
.recommendCont_block .content .txt {
  margin: 0;
  color: #223;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.recommendCont_block .detail {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 6px;
}
.recommendCont_block .detail p {
  display: inline-block;
  margin: 0 7px 0 0;
}
.recommendCont_block .date {
  color: #808080;
}
.recommendCont_block .group {
  color: #fff;
  width: 78px;
  padding: 1px 0;
  border-radius: 14px;
  text-align: center;
}
.recommendCont_block .group.news {
    background-color: #366dab;
}
.recommendCont_block .group.topics {
    background-color: #c93284;
}
.recommendCont_block .group.notice {
    background-color: #118537;
}
.recommendCont_block .group.about {
    background-color: #be5910;
}
.recommendCont_block .group.editorial {
    background-color: #4c4c4c;
}

@media only screen and (max-width: 767px) {
  .recommendCont_block li {
    width: calc(50% - 9.5px);
    max-width: 342px;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .recommendCont_block li:nth-child(3n) {
    margin-right: 15px;
  }
  .recommendCont_block li:nth-child(2n) {
    margin-right: 0;
  }
  .recommendCont_block .detail p {
    width: 100%;
    margin: 0 0 3px 0;
  }
  .recommendCont_block .date {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .recommendCont_block .content .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*------------
mod-diagnosis
------------*/

/*------共通------*/
.str-outer-partition.recomendNav:not(.js-active) {
  display: none;
}
.str-outer-partition.recomendNav {
  background:  url(/security/shared/img/index-bg-03.png);
}
.mod-diagnosis {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  position: relative;
  width: 860px;
  height: 560px;
  box-sizing: border-box;
  background: #fff;
  border: solid 3px #353d4c;
  border-top: solid 60px #353d4c;
  border-radius: 6px;
  margin: 0 auto;
}
.mod-diagnosis:after {
  content: url(/security/shared/img/index-img-38.png);
  position: absolute;
  top: -44px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.mod-diagnosis * {
  box-sizing: border-box;
}
.mod-diagnosis> .mod-inner {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .mod-diagnosis {
    width: 286px;
    height: auto;
    margin: auto;
    border: solid 1px #353d4c;
    border-top: solid 32px #353d4c;
  }
  .mod-diagnosis::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 90%;
    background: url(/security/shared/img/index-img-38_sp.png) top center no-repeat;
    width: 100%;
    height: 60px;
    background-size: 90%;
  }
  .mod-diagnosis> .mod-inner {
    padding: 10px;
  }
}



/*---
initial-screen
---*/
.mod-diagnosis .initial-screen .btn {
  display: block;
  position: absolute;
  bottom: 80px;
  left: 50%;
  width: 342px;
  height: 96px;
  margin-left: -171px;
}
.mod-diagnosis .initial-screen .btn:hover img {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .mod-diagnosis .initial-screen img {
    max-width: 100%;
  }
  .mod-diagnosis .initial-screen .btn {
    bottom: 120px;
    width: 240px;
    margin-left: -120px;
  }
}


/*---
diagnosis-screen
---*/ 
.mod-diagnosis .diagnosis-screen > div {
  display: none;
  padding: 15px 0 30px;
  background: url(/security/shared/img/index-bg-01.png) top left no-repeat;
}
.mod-diagnosis .diagnosis-screen .question_title {
  text-align: center;
}
.mod-diagnosis .diagnosis-screen .question_title> .number {
  display: block;
  width: 50px;
  margin: 0 auto;
}
.mod-diagnosis .diagnosis-screen .question_title> .number img {
  width: 100%;
  height: auto;
}
.mod-diagnosis .diagnosis-screen .question_title> .number + span {
  display: block;
  height: 80px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

/*イラスト部分を指してます　ここから*/
.mod-diagnosis .diagnosis-screen .question_title + div {
  display: block;
  text-align: center;
}
.mod-diagnosis .diagnosis-screen .question_title + div .q_illust {
  height: 180px;
  width: auto;
  max-width: 100%;
}
/*イラスト部分を指してます　ここまで*/

/*yes,noボタンを指してます　ここから*/
.mod-diagnosis .diagnosis-screen > div > ul {
  width: 542px;
  margin: 32px auto 0;
}
.mod-diagnosis .diagnosis-screen > div > ul > li {
  width: 228px;
}
.mod-diagnosis .diagnosis-screen > div > ul > li.even {
  float: left;
}
.mod-diagnosis .diagnosis-screen > div > ul > li.odd {
  float: right;
}
.mod-diagnosis .diagnosis-screen > div > ul:after {
  content: "";
  display: block;
  clear: both;
}
.mod-diagnosis .diagnosis-screen > div > ul .btn {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 56px;
  padding: 15px 0;
  border: 1px solid #000000;
  color: #fff;
  -webkit-box-shadow: 3px 3px 0 #000;
          box-shadow: 3px 3px 0 #000;
}
.mod-diagnosis .diagnosis-screen > div > ul .btn:hover,
.mod-diagnosis .diagnosis-screen > div > ul .btn:focus {
  text-decoration: none;
  -webkit-transform: translate(3px, 3px);
      -ms-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  -webkit-box-shadow: 0 0 0 #000;
          box-shadow: 0 0 0 #000;
}
.mod-diagnosis .diagnosis-screen > div > ul > li.even .btn {
  background-color: #ec2b5a;
}
.mod-diagnosis .diagnosis-screen > div > ul > li.even .btn span {
  padding-left: 35px;
  background: url(/security/shared/img/index-img-36.png) left center no-repeat;
}
.mod-diagnosis .diagnosis-screen > div > ul > li.odd .btn {
  background: #515151;
}
.mod-diagnosis .diagnosis-screen > div > ul > li.odd .btn span {
  padding-left: 35px;
  background: url(/security/shared/img/index-img-37.png) left center no-repeat;
}
/*yes,noボタンを指してます　ここまで*/

@media only screen and (max-width: 768px) {
  .mod-diagnosis .diagnosis-screen > div {
    padding: 15px 0 25px;
    background: url(/security/shared/img/index-bg-01_sp.png) top left no-repeat;
    background-size: 100%;
  }
  .mod-diagnosis .diagnosis-screen .question_title> .number {
    display: block;
    width: 35px;
    margin: 0 auto;
  }
  .mod-diagnosis .diagnosis-screen .question_title> .number + span {
    height: 70px;
    font-size: 16px;
  }

  /*イラスト部分を指してます　ここから*/
  .mod-diagnosis .diagnosis-screen .question_title + div .q_illust {
    height: 120px;
  }
  /*イラスト部分を指してます　ここまで*/

  /*yes,noボタンを指してます　ここから*/
  .mod-diagnosis .diagnosis-screen > div > ul {
    width: 250px;
    margin: 25px auto 0;
  }
  .mod-diagnosis .diagnosis-screen > div > ul > li {
    width: 120px;
  }
  .mod-diagnosis .diagnosis-screen > div > ul > li.even .btn span {
    background: url(/security/shared/img/index-img-36.png) left center no-repeat;
    background-size: 18px;
  }
  .mod-diagnosis .diagnosis-screen > div > ul > li.odd .btn span {
    background: url(/security/shared/img/index-img-37.png) left center no-repeat;
    background-size: 18px;
  }
  .mod-diagnosis .diagnosis-screen > div > ul .btn {
    font-size: 18px;
  }
  /*yes,noボタンを指してます　ここまで*/
}


/*---
answer-screen
---*/ 
.mod-diagnosis .diagnosis-screen > .answer-screen {
  padding: 15px 25px 30px !important;
  background: url(/security/shared/img/index-bg-02.png) top left no-repeat!important;
  background-size: 100%;
}
.mod-diagnosis .answer-screen> .title {
  text-align: center;
}
.mod-diagnosis .answer-screen> .text {
  min-height: 100px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
}
.mod-diagnosis .answer-screen> .item-list {
  width: 764px;
  margin: 10px auto 0;
}
.mod-diagnosis .answer-screen> .item-list > .item {
  width: 600px;
  margin: 0 auto;
  padding: 26px 40px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 0.6 #000;
          box-shadow: 3px 3px 0.6 #000;
}
.mod-diagnosis .answer-screen.double> .item-list > .item {
  width: 375px;
}
.mod-diagnosis .answer-screen.double> .item-list > .item:first-child {
  float: left;
}
.mod-diagnosis .answer-screen.double> .item-list > .item:last-child {
  float: right;
}
.mod-diagnosis .answer-screen> .item-list > .item img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 50px;
  margin: 0 auto;
}
.mod-diagnosis .answer-screen.double> .item-list::after {
  display: block;
  clear: both;
  content: ' ';
}
.mod-diagnosis .answer-screen> .item-list .btn {
  display: block;
  margin: 20px auto 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 210px;
  max-height: 42px;
  padding: 10px 0;
  border: 1px solid #000000;
  color: #fff;
  background: #f43d69;
  -webkit-box-shadow: 3px 3px 0 #000;
          box-shadow: 3px 3px 0 #000;
}
.mod-diagnosis .answer-screen> .item-list .btn:hover,
.mod-diagnosis .answer-screen> .item-list .btn:focus {
  text-decoration: none;
  -webkit-transform: translate(3px, 3px);
      -ms-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  -webkit-box-shadow: 0 0 0 #000;
          box-shadow: 0 0 0 #000;
}
.mod-diagnosis .answer-screen .btn.again {
  display: block;
  margin-top: 50px;
  font-size: 18px;
  text-align: center;
}
.mod-diagnosis .answer-screen .btn.again span {
  padding-left: 30px;
  background: url(/security/shared/img/index-img-40.png) left center no-repeat;
}

@media only screen and (max-width: 768px) {
  .mod-diagnosis .diagnosis-screen > .answer-screen {
    padding: 8px 12px !important;
    background: url(/security/shared/img/index-bg-02_sp.png) top left no-repeat!important;
    background-size: 100%!important;
  }
  .mod-diagnosis .diagnosis-screen > .answer-screen.double {
    padding: 8px 12px !important;
    background: url(/security/shared/img/index-bg-02_sp.png) top left no-repeat!important;
    background-size: auto 100%!important;
  }
  .mod-diagnosis .answer-screen> .title img {
    max-width: 200px;
    height: auto;
  }
  .mod-diagnosis .answer-screen> .text {
    min-height: auto;
    margin-top: 0;
    font-size: 12px;
    line-height: 1.6;
  }
  .mod-diagnosis .answer-screen> .item-list {
    width: 240px;
  }
  .mod-diagnosis .answer-screen> .item-list > .item {
    width: 240px;
    padding: 10px;
  }
  .mod-diagnosis .answer-screen.double> .item-list > .item {
    width: 240px;
  }
  .mod-diagnosis .answer-screen.double> .item-list > .item:first-child {
    float: none;
  }
  .mod-diagnosis .answer-screen.double> .item-list > .item:last-child {
    margin-top: 10px;
  }
  .mod-diagnosis .answer-screen> .item-list > .item img {
    max-height: 42px;
  }
  .mod-diagnosis .answer-screen.double> .item-list > .item img {
    max-height: 35px;
  }
  .mod-diagnosis .answer-screen> .item-list .btn {
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 1.0;
    width: 180px;
    max-height: 30px;
    padding: 5px 0;
  }
  .mod-diagnosis .answer-screen .btn.again {
    display: block;
    margin-top: 10px;
    font-size: 16px;
  }
  .mod-diagnosis .answer-screen .btn.again span {
    padding-left: 20px;
    background: url(/security/shared/img/index-img-40.png) left center no-repeat;
    background-size: 15px;
  }
}

