/* CSS Document */

.head {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
}
.head_inner {
  padding: 16px 10px;
  max-width: 1420px;
  margin: 0 auto;
}
.head_inner p img {
  max-width: 480px;
}
.head_risk {
  position: absolute;
  right: 0;
  top:0;
}
.head_risk a {
  padding: 20px 15px;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .head_inner {
    padding: 3vw 5vw;
    max-width: 100%;
  }
  .head_inner p img {
    max-width: 70.6%;
  }
  .head_inner p {
    line-height: 100%;
  }
  .head_risk a {
    padding: 1.4vw 3vw;
    font-size: 3.4666vw;
  }
}

/*mv*/
.mv {
  background: url("/extra/nisa-hakusho/assets/images/mv_bg.png") no-repeat scroll 0 0;
  background-size: cover;
  margin-top: 85px;
}
.mv_inner {
  max-width: 1320px;
  padding: 75px 120px 10px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.mv_txt01 {
  margin-top: 35px;
  font-size: 1.8rem;
}
.mv_txt01 span {
  font-weight: bold;
  color: #ef746d;
}
.mv_inner .mv_abso {
  position: absolute;
  right: 0;
  bottom: -75px;
  z-index: 1;
}

@media screen and (max-width: 1330px) {
  .mv h1 {
    width: 60%;
  }
  .mv_inner {
    max-width: 1320px;
    padding: 8% 10% 1%;
  }
  .mv_txt01 {
    margin-top: 3vw;
    font-size: 1.384vw;
  }
  .mv_inner .mv_abso {
    position: absolute;
    right: 0;
    bottom: -11%;
    z-index: 1;
    width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    background: url("/extra/nisa-hakusho/assets/images/mv_bg_sp.png") no-repeat scroll 0 0;
    background-size: cover;
    margin-top: 11vw;
  }
  .mv_inner {
    max-width: 94%;
    padding: 10vw 0 29vw;
  }
  .mv h1 {
    width: 95%;
    margin: 0 auto;
  }
  .mv_txt01 {
    margin-top: 3vw;
    font-size: 3.333vw;
    text-align: center;
    letter-spacing: -0.5px;
  }
  .mv_inner .mv_abso {
    position: absolute;
    right: 0;
    bottom: -15vw;
    z-index: 1;
    width: 100%;
  }
}


/*cont01*/
.cont01 {
  padding: 110px 0 110px;
  background: url("/extra/nisa-hakusho/assets/images/bg.png") repeat-y 0 0;
  background-size: 100%;
  position: relative;
}
.cont01::after {
  content: "";
  background: #fff6d7;
  position: absolute;
  top: 0;
  height: 420px;
  width: 100%;
}
.cont_inner {
  max-width: 1100px;
  padding:  0 10px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.tab-container {
  display: flex;
  justify-content: space-between;
}
.tab-container .tab {
  width: 24%;
  text-align: center;
  display: block;
  color: #333333;
  font-size: 2.0rem;
  background: url("/extra/nisa-hakusho/assets/images/tab_off.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 119px;
  align-content: center;
  font-weight: 500;
}
.tab-container .tab.active{
  background: url("/extra/nisa-hakusho/assets/images/tab_on.png") no-repeat scroll 0 0;
  color: #000;
}
.tab-container .tab span{
  top: -8px;
  position: relative;
}
.tab-container .tab span.sp_fs{
    top: 0;
    position: static;
}

.content {
  display: none;
}
.content.show {
  display: block;
}
@media screen and (max-width: 1120px) {
  .tab-container .tab {
    background-size: 100%;
    font-size: 1.6rem;
    height: auto;
    padding: 3% 0;
  }
  .tab-container .tab.active{
    background-size: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cont01 {
    padding: 20vw 0 50px;
    background: url("/extra/nisa-hakusho/assets/images/bg_sp.png") repeat-y 0 0;
  }
  .cont01::after {
    height: 320px;
  }
  .cont_inner {
    max-width: 90%;
    padding:  0;
  }
  .tab-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .tab-container .tab {
    width: 50%;
    text-align: center;
    display: block;
    color: #333333;
    font-size: 3.4666vw;
    cursor: pointer;
    height: auto;
    align-content: center;
    border-radius: 2px;
    border: 1px solid #565653;
    border-bottom: 5px solid #565653;
    background: #fffcf3;
    padding: 6% 0;
  }
  .tab-container .tab.active{
    border: 1px solid #000;
    border-bottom: 5px solid #000;
    background: #fedd6c;
    color: #000;
  }
  .tab-container .tab span{
    top: 0;
    position: static;
    text-align: center;
  }
  .tab-container .tab span.sp_fs{
    top: 0;
    position: static;
    font-size: 2.933vw;
    text-align: center;
  }
}

/*タブ内*/
.content-container {
  margin-top: 30px;
  padding:60px 50px;
  background: #fff;
  border-top: 1px solid #41403e;
  border-left: 1px solid #41403e;
  border-right: 4px solid #41403e;
  border-bottom: 4px solid #41403e;
  border-radius: 5px;
}
.overview {
  text-align: right;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.subttl {
  margin: 15px 0;
  padding: 45px 0;
  color: #ffffff;
  font-size: 3.5rem;
  text-align: center;
  font-weight: bold;
  background: #ef746d;
}
.readtext {
  max-width: 90%;
  margin: 0 auto;
  font-size: 1.8rem;
}
.index_box {
  position: relative;
  margin-top: 80px;
}
.index_box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding: 20% 22%;
  background: #ffc8be;
  z-index: 0;
}
.index_flex {
  display: flex;
  justify-content: space-between;
  padding: 8% 0;
  align-items: center;
  position: relative;
}
.index_flex p {
  width: 27%;
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
}
.index_flex ul{
  width: 70%;
  background: #f0f0f0;
  padding: 5% 5%;
}
.index_flex ul li {
  line-height: 200%;
  text-indent: -1em;
  padding-left: 1em;
}
.index_flex ul li a{
  color: #333333;
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .content-container {
    margin-top: 20px;
    padding:5% 3%;
  }
  .overview {
    font-size: 2.933vw;
  }
  .subttl {
    margin: 15px 0;
    padding: 7vw 0;
    font-size: 6vw;
  }
  .readtext {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 3.2vw;
    letter-spacing: -0.5px;
  }
  .index_box {
    position: relative;
    margin-top: 50px;
  }
  .index_box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 45%;
    background: #ffc8be;
    z-index: 0;
  }
  .index_flex {
    display: block;
    padding: 5% 0 0;
  }
  .index_flex p {
    width:auto;
    text-align: left;
    font-size: 5.2vw;
    margin-left: 15%;
    margin-bottom: 3vw;
  }
  .index_flex ul{
    width: 90%;
    margin-left: 10%;
    padding: 5% 5%;
  }
  .index_flex ul li a{
    font-size: 3.466vw;
  }
}

/*アンケート内*/
.ancttl {
  margin-top: 80px;
  margin-bottom: 30px;
  display: flex;
  width: 100%;
  background: #f0f0f0;
}
.ancttl span {
  display: block;
  padding: 2% 0% 2% 4%;
  font-size: 2.8rem;
  font-weight: bold;
}
.ancttl span:first-child{
  text-align: center;
  background: #000;
  font-size: 45px;
  color: #fedd6c;
  padding: 0%;
  width: 80px;
  min-width: 80px;
}
.que_box {
  margin-bottom: 70px;
}
.que_ttl {
  font-size: 2.4rem;
  font-weight: bold;
}
.que_ttl span {
  background: linear-gradient(transparent 70%, #fff57f 0%);
}
.que_inner {
  max-width: 94%;
  margin: 0 auto;
}
.que_txt {
  font-size: 18px;
}
.que_imgbox {
  text-align: center;
  padding: 35px 0 40px;
}
.que_imgbox.bo {
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 768px) {
  .ancttl {
    margin-top: 60px;
    margin-bottom: 25px;
  }
  .ancttl span {
    display: block;
    padding: 2% 0% 2% 4%;
    font-size: 4.8vw;
  }
  .ancttl span:first-child{
    font-size: 7.733vw;
    width: 11vw;
    min-width: 11vw;
  }
  .que_box {
    margin-bottom: 60px;
  }
  .que_ttl {
    font-size: 4.133vw;
  }
  .que_inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .que_txt {
    font-size: 3.75vw;
  }
  .que_imgbox {
    text-align: center;
    padding: 5vw 0 6vw;
  }
  .sc_01 {
    max-width: 410px;
  }
  .sc_02 {
    max-width: 530px;
  }
  .sc_03 {
    max-width: 550px;
  }
  .sc_04 {
    max-width: 800px;
  }
}



/*cont02*/
.cont02 {
  padding: 90px 0 110px 0;
}
.cont_inner02 {
  max-width: 1040px;
  padding:  0 10px;
  margin: 0 auto;
}
.r_txt {
  font-size: 1.4rem;
}
.r_txt02 {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
.r_txt03 {
  margin-top: 10px;
  text-align: right;
  font-size: 1.4rem;
}
.r_list li {
  font-size: 1.4rem;
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 2px;
  color: #333;
}
.r_list li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
}
.r_btn {
  margin: 60px auto;
  max-width: 500px;
  text-align: center;
  font-size: 1.6rem;
  padding: 20px 0;
  background: #d9d9d9;
  border-radius: 5px;
  display: block;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .cont02 {
    padding: 50px 0 50px 0;
  }
  .cont_inner02 {
    max-width: 90%;
    padding:  0;
  }
  .r_txt {
    font-size: 3.75vw;
  }
  .r_txt02 {
    font-size: 3.75vw;
  }
  .r_txt03 {
    margin-top: 10px;
    font-size: 3.75vw;
  }
  .r_list li {
    font-size: 3.75vw;
    margin-bottom: 2px;
  }
  .r_list li::before {
    font-size: 3.75vw;
  }
  .r_btn {
    margin: 30px auto;
    max-width: 98%;
    font-size: 3.75vw;
    padding: 20px 0;
  }
}


/*footer*/
.foot {
  padding: 50px 0 0;
  background: #e8e8e8;
}
.copy {
  padding: 20px 0;
  font-size: 1.4rem;
  text-align: center;
  background: #fff;
}

.foot_inner {
  max-width: 1380px;
  padding: 0 10px;
  margin: 0 auto;
}
.foot_top {
  border-bottom: 1px solid #000;
}
.foot_top ul.ft {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.foot_top .ft li {
  padding: 9px 11px;
  position: relative;
}
.foot_top .ft li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #333333;
  top: 14px;
  right: 0;
  left: initial;
  width: 1px;
  height: 15px;
}
.foot_top .ft li a {
  font-size: 1.4rem;
  color: #333;
  display: inline-block;
  padding: 0 10px 0 7px;
}
.foot_top .fb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 35px;
}
.foot_top .fb a{
  font-size: 1.4rem;
  color: #333;
  display: inline-block;
  padding: 16px 26px 0 7px;
  position: relative;
}
.foot_top .fb a[target="_blank"]:after {
  content: "";
  display: inline-block;
  position: relative;
  background: url("/extra/nisa-hakusho/assets/images/blank01.png") no-repeat 0 0;
  left: 5px;
  width: 13px;
  height: 13px;
  margin: 0;
  vertical-align: baseline;
}
.foot_bottom {
  padding: 38px 0 50px;
}
.foot_txt01 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
}
.foot_txt02 {
  font-size: 1.2rem;
  text-align: center;
  line-height: 190%;
}
.top {
  position: fixed;
  z-index: 2;
  bottom: 20px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .foot {
    padding: 24px 0 0;
  }
  .copy {
    padding: 13px 0;
    font-size: 2.666vw;
  }

  .foot_inner {
    max-width: 100%;
    padding: 0 16px;
  }
  
  .foot_top ul.ft {
    display: block;
  }
  .foot_top .ft li {
    padding: 8px 0 8px 7px;
    position: relative;
    line-height: 100%;
  }
  .foot_top .ft li::before {
    content: "";
    display: block;
    position: absolute;
    background: initial;
    background-color: #333333;
    border-radius: initial;
    top: 17px;
    right: auto;
    left: 5px;
    width: 2px;
    height: 2px;
  }
  .foot_top .ft li a {
    font-size: 3.75vw;
    padding: 0 10px 0 7px;
  }
  .foot_top .fb {
    display: block;
    padding: 20px 0 35px;
  }
  .foot_top .fb li {
    text-align: center;
  }
  .foot_top .fb a{
    font-size: 3.75vw;
    padding: 16px 26px 0 7px;
  }
  .foot_top .fb a[target="_blank"]:after {
    content: "";
    display: inline-block;
    position: relative;
    background: url("/extra/nisa-hakusho/assets/images/blank01.png") no-repeat 0 0;
    left: 5px;
    width: 13px;
    height: 13px;
    margin: 0;
    vertical-align: baseline;
  }
  .foot_bottom {
    padding: 24px 0 30px;
  }
  .foot_txt01 {
    font-size: 4.266vw;
    margin-bottom: 10px;
  }
  .foot_txt02 {
    font-size: 3.2vw;
    line-height: 190%;
  }
  .top {
    position: fixed;
    z-index: 2;
    bottom: 20px;
    right: 10px;
  }
  .top img{
    width: 50px;
    height: 50px;
  }
}



.comingsoon {
  padding: 25px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #333;
}
.box {
  margin-top: 40px;
}
.box p{
  font-size: 18px;
  text-align: center;
}
.box a{
  font-size: 18px;
  text-decoration: underline;
  color: #ef746d;
}

.index_box.anc03::before{
  top:50px;
}
.mt_t {
  margin-top: 80px;
}
.ma_c4 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .comingsoon {
    font-size: 4.2vw;
  }
  .box {
    margin-top: 40px;
  }
  .box p{
    font-size: 3.75vw;
  }
  .box a{
    font-size: 3.75vw;
  }
  .index_box.anc03::before{
    top:0px;
  }
  .mt_t {
    margin-top: 50px;
  }
  .ma_c4 {
    margin-top: 20px;
  }
}

.ancpos {
  padding-top: 1px;
  margin-top: -1px;
}


/*202507 btn*/
.btnarea {
  margin: 0px auto 0;
  max-width: 680px;
}
.btnarea p {
  margin-top: 60px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.btn_pt01 {
  display: block;
  margin-top: 12px;
  background: #ef746d;
  padding: 30px 0;
  border-radius: 50px;
  text-align: center;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #705d53;
}
.btn_pt02 {
  display: block;
  margin-top: 12px;
  background: #76c2d5;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #705d53;
  line-height: 155%;
}
.btn_pt02 span {
  font-size: 35px;
}

@media screen and (max-width: 768px) {
  .btnarea {
    margin: 0px auto 0;
    max-width: 90%;
  }
  .btnarea p {
    margin-top: 40px;
    font-size: 2.9333vw;
  }
  .btn_pt01 {
    margin-top: 8px;
    padding: 6vw 0;
    font-size: 3.2vw;
  }
  .btn_pt02 {
    margin-top: 8px;
    padding: 3vw 0;
    font-size: 3.2vw;
  }
  .btn_pt02 span {
    font-size: 4.266vw;
  }
}

.sidebnr {
  background: rgba(145,206,219,0.9);
  padding: 5px 5px 15px 5px;
  border-radius: 5px 0 0 5px;
  position: fixed;
  top: calc(50% - 112px);
  right: 0;
  z-index: 2;
}
#s_clse img {
  cursor: pointer;
  width: 31px;
}
.sidebnr a {
  display: block;
}
.sidebnr a p{
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #555555;
  line-height: 140%;
}
.sidebnr a p span{
  font-size: 20px;
}
.sidebnr a div {
  text-align: center;
  margin-top: 8px;
}
.sidebnr a div img {
  width: 63px;
}
@media screen and (max-width: 768px) {
  .sidebnr {
    padding: 5px 3px 15px 3px;
    top: calc(50% - 85px);
  }
  #s_clse img {
    width: 25%;
  }
  .sidebnr a p{
    font-size: 2.933vw;
    margin-top: 5px;
  }
  .sidebnr a p span{
    font-size: 3.466vw;
  }
  .sidebnr a div {
    margin-top: 5px;
  }
  .sidebnr a div img {
    width: 50%;
  }
}