/*--------cbtreport--------*/
html {
  scroll-behavior: smooth;
}

@media print, screen and (min-width: 768px) {
  section {
    scroll-margin-top: 100px;
  }
  .leadWrap p {
    line-height: 1.8;
    margin-top: 40px;
    font-size: 18px;
  }
  .index {
    margin-top: 60px;
  }
  .index .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 56px;
    background-color: #fff;
    border: 2px solid #000;
    line-height: 50px;
  }
  .index .indexList {
    margin-top: 30px;
    margin-left: 60px;
  }
  .index .indexList li {
    width: fit-content;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
  }
  .anserArea {
    margin-top: 100px;
  }
  .anserArea small {
    font-size: 14px;
    line-height: 1.5;
  }
  .anserArea .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 56px;
    background-color: #7b49fb;
    color: #fff;
    line-height: 53px;
  }
  .anserArea .caption {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.8;
  }
  .anserArea .pieChartArea {
    display: flex;
    margin-top: 40px;
  }
  .anserArea .pieChartArea .item {
    padding: 30px 20px 50px;
    width: calc((100% - 50px) / 2);
    background-color: rgba(123, 73, 251, 0.1);
    box-sizing: border-box;
  }
  .anserArea .pieChartArea .item p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
  }
  .anserArea .pieChartArea .item .chart {
    width: 280px;
    height: 280px;
    margin: 30px auto 40px;
  }
  .anserArea .pieChartArea .item .data {
    width: 240px;
    margin: 0 auto;
  }
  .anserArea .pieChartArea .item .data li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    align-items: center;
  }
  .anserArea .pieChartArea .item .data li .name {
    width: fit-content;
    display: inline-block;
  }
  .anserArea .pieChartArea .item .data li .name span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background-color: black;
  }
  .anserArea .pieChartArea .item .data li .name .red {
    background-color: #38A3D9;
  }
  .anserArea .pieChartArea .item .data li .name .yel {
    background-color: #72C0E7;
  }
  .anserArea .pieChartArea .item .data li .name .green {
    background-color: #FD8983;
  }
  .anserArea .pieChartArea .item .data li .name .blu {
    background-color: #FC5251;
  }
  .anserArea .pieChartArea .wide {
    width: 100%;
  }
  .anserArea .pieChartArea .item + .item {
    margin-left: 50px;
  }
  .anserArea .opinion {
    padding: 30px 60px 50px;
    margin-top: 50px;
    width: 100%;
    background-color: rgba(123, 73, 251, 0.1);
    box-sizing: border-box;
  }
  .anserArea .opinion .title {
    background-color: #fff;
    color: rgb(123, 73, 251);
    width: 445px;
    margin: 0 auto;
  }
  .anserArea .opinion .text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.8;
    color: #7b49fb;
    font-weight: bold;
  }
  .anserArea .comment {
    padding: 30px 60px 50px;
    margin-top: 50px;
    width: 100%;
    background-color: rgba(123, 73, 251, 0.1);
    box-sizing: border-box;
  }
  .anserArea .comment .title {
    background-color: #fff;
    width: 445px;
    margin: 0 auto;
    color: #000;
  }
  .anserArea .comment .text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
  }
  .anserArea .renovation {
    padding: 30px 60px 50px;
    margin-top: 50px;
    width: 100%;
    background-color: rgba(123, 73, 251, 0.1);
    box-sizing: border-box;
    color: #be6801;
  }
  .anserArea .renovation .title {
    background-color: #fff;
    color: #be6801;
    width: 445px;
    margin: 0 auto;
  }
  .anserArea .renovation .item {
    margin-top: 50px;
  }
  .anserArea .renovation .item .headline {
    width: 330px;
    height: 55px;
    background-color: #fff;
    border: 1px solid #be6801;
    color: #be6801;
    line-height: 53px;
    font-size: 18px;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
  }
  .anserArea .renovation .item .text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.8;
    color: #be6801;
    font-weight: bold;
  }
  .messeage {
    margin-top: 150px;
    font-size: 16px;
    line-height: 1.8;
  }
  .messeage .title {
    font-size: 18px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    text-align: center;
    height: 55px;
    line-height: 53px;
  }
  .messeage .textWrap {
    margin-top: 20px;
    background-color: rgba(177, 177, 177, 0.1);
    padding: 60px 60px 100px;
  }
  .messeage .textWrap a {
    text-decoration: underline;
    opacity: 0.4;
  }
  .messeage .textWrap a:hover {
    opacity: 1;
  }
  .messeage .textWrap p {
    font-size: 18px;
    line-height: 1.8;
  }
  .messeage .textWrap .name {
    font-size: 16px;
    text-align: right;
    margin-top: 100px;
  }
  .messeage p {
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  section {
    scroll-margin-top: 100px;
  }
  .leadWrap {
    width: calc(100vw - 40px);
    margin: auto;
  }
  .leadWrap p {
    line-height: 1.8;
    margin-top: 20px;
    font-size: 12px;
  }
  .index {
    width: calc(100vw - 40px);
    margin: auto;
    margin-top: 60px;
  }
  .index .title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 37px;
    background-color: #fff;
    border: 2px solid #000;
    line-height: 37px;
  }
  .index .indexList {
    margin-top: 30px;
  }
  .index .indexList li {
    width: fit-content;
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
  }
  .anserArea {
    width: calc(100vw - 40px);
    margin: auto;
    margin-top: 60px;
  }
  .anserArea .title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 37px;
    background-color: #7b49fb;
    color: #fff;
    line-height: 37px;
  }
  .anserArea .caption {
    font-size: 10px;
    margin-top: 10px;
    line-height: 1.8;
  }
  .anserArea .pieChartArea {
    display: block;
    margin-top: 20px;
  }
  .anserArea .pieChartArea .item {
    padding: 30px 20px 50px;
    width: 100%;
    background-color: rgba(123, 73, 251, 0.1);
    box-sizing: border-box;
  }
  .anserArea .pieChartArea .item p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
  }
  .anserArea .pieChartArea .item .chart {
    width: calc(100vw - 80px);
    height: calc(100vw - 80px);
    min-width: 250px;
    min-height: 250px;
    margin: 30px auto 40px;
  }
  .anserArea .pieChartArea .item .data {
    width: 240px;
    margin: 0 auto;
  }
  .anserArea .pieChartArea .item .data li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    align-items: center;
  }
  .anserArea .pieChartArea .item .data li .name {
    width: fit-content;
    display: inline-block;
  }
  .anserArea .pieChartArea .item .data li .name span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background-color: black;
  }
  .anserArea .pieChartArea .item .data li .name .red {
    background-color: #38A3D9;
  }
  .anserArea .pieChartArea .item .data li .name .yel {
    background-color: #72C0E7;
  }
  .anserArea .pieChartArea .item .data li .name .green {
    background-color: #FD8983;
  }
  .anserArea .pieChartArea .item .data li .name .blu {
    background-color: #FC5251;
  }
  .anserArea .pieChartArea .wide {
    width: 100%;
  }
  .anserArea .pieChartArea .item + .item {
    margin-top: 20px;
  }
  .anserArea .opinion {
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    background-color: rgba(123, 73, 251, 0.1);
    box-sizing: border-box;
  }
  .anserArea .opinion .title {
    background-color: #fff;
    color: rgb(123, 73, 251);
    width: 100%;
    margin: 0 auto;
  }
  .anserArea .opinion .text {
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.8;
    color: #7b49fb;
    font-weight: bold;
  }
  .anserArea .comment {
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    background-color: rgba(123, 73, 251, 0.1);
    box-sizing: border-box;
  }
  .anserArea .comment .title {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    color: #000;
  }
  .anserArea .comment .text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.8;
    font-weight: bold;
  }
  .anserArea .renovation {
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    background-color: rgba(123, 73, 251, 0.1);
    box-sizing: border-box;
    color: #be6801;
  }
  .anserArea .renovation .title {
    background-color: #fff;
    color: #be6801;
    width: 100%;
    margin: 0 auto;
  }
  .anserArea .renovation .item {
    margin-top: 25px;
  }
  .anserArea .renovation .item .headline {
    width: 80%;
    height: 37px;
    background-color: #fff;
    border: 1px solid #be6801;
    color: #be6801;
    line-height: 37px;
    font-size: 12px;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
  }
  .anserArea .renovation .item .text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.8;
    color: #be6801;
    font-weight: bold;
  }
  .messeage {
    font-size: 12px;
    line-height: 1.8;
    width: calc(100vw - 40px);
    margin: auto;
    margin-top: 100px;
  }
  .messeage .title {
    font-size: 12px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    text-align: center;
    height: 55px;
    line-height: 53px;
  }
  .messeage .textWrap {
    margin-top: 20px;
    background-color: rgba(177, 177, 177, 0.1);
    padding: 30px 20px 80px;
  }
  .messeage .textWrap p {
    font-size: 12px;
    line-height: 1.8;
  }
  .messeage .textWrap a {
    text-decoration: underline;
    opacity: 0.4;
  }
  .messeage .textWrap .name {
    font-size: 11px;
    text-align: right;
    margin-top: 100px;
  }
  .messeage p {
    margin-bottom: 10px;
  }
}