@charset "UTF-8";
/* CSS Document */


/*-----------
analysis
-----------*/



#analysis .txt_catch{
  font-size: 20px;
  font-weight: bold;
  color: #a9892f;
  width: 920px;
  margin: 0 20px;
  padding: 0 20px 4px;
  line-height: 1.4;
}

#analysis .txt_read{
  width: 920px;
  margin: 0 20px 50px;
  padding: 0 20px 50px;
  border-bottom: 1px solid #b9b9b9;
}

#analysis .txt_main{
  width: 920px;
  margin: 0 20px 50px;
  padding: 0 20px 46px;
  border-bottom: 1px solid #b9b9b9;
}

#analysis .txt_main > .txt_catch{
  margin: 0 0 4px;
  padding: 0;
}

#analysis .txt_main > .txt_read{
  margin: 0 0 4px;
  padding: 0;
  border-bottom: none;
}

#analysis .analysis_table{
  width: 920px;
  padding: 0 0 25px;
  margin: 0 auto;
}

#analysis .analysis_table{
  width: 920px;
  padding: 0 0 25px;
  margin: 0 auto;
}

#analysis .analysis_table h2{
  font-size: 20px;
  padding-bottom: 4px;
  line-height: 1.4;
  font-weight: bold;
}

#analysis .analysis_table p{
  padding-bottom: 30px;
}

#analysis .analysis_table h3{
  font-size: 16px;
  padding-bottom: 10px;
}

#analysis .sp_scroll {
  margin-bottom: 35px;
}

#analysis .sp_scroll.sp_scroll_conclusion {
  margin-bottom: 0;
}

#analysis .table{
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  width: 920px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  table-layout: fixed;
}

#analysis .table.table_conclusion{
  width: 810px;
  margin: 0 30px 30px;
  table-layout: auto;
}

#analysis .analysis_conclusion h3{
  font-size: 16px;
  padding: 0 30px 10px 30px;
}


#analysis .table td{
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: .6em 1em;
  box-sizing: border-box;
}

#analysis .table tr:first-child td{
  background: #444444 !important;
  color: #fff;
}

#analysis .table tr:nth-child(odd){
  background: #f7f7f7;
}

#analysis .table td:first-child{
  background: #e5dbc0;
}

#analysis .table .left{
  text-align: left;
}

#analysis .table .right{
  text-align: right;
}

#analysis .table .txt_s{
  font-size: 11px;
}

#analysis .analysis_table .table_note{
  font-size: 12px;
  padding-bottom: 35px;
  margin-top: -28px;
}

#analysis .analysis_conclusion{
  background: #a9892f;
  padding-bottom: 30px;
  margin:0  auto 60px;
  width: 920px;
}

#analysis .analysis_conclusion h2{
  width: 560px;
  margin: 0 auto;
  padding-left: 30px;
}

#analysis .analysis_conclusion h2 img{
  width: 100%;
}

#analysis .analysis_conclusion .txt{
  margin: 0 25px;
  padding-bottom: 1px;
  background: #fff;
}

#analysis .analysis_conclusion .txt p{
  padding: 30px;
}

#analysis .analysis_conclusion .txt .list_pie{
  width: 660px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 2% 6%;
  box-sizing: border-box;
}

#analysis .analysis_conclusion .txt .list_pie li{
  width : calc(100% / 3) ;
  height: 230px;
}

#analysis .analysis_conclusion .txt .list_pie li p{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 0;
}

#analysis .analysis_conclusion .txt .list_pie li canvas{
  margin-top: -10px;
}

#analysis .analysis_conclusion .txt p.txt_red{
  text-align: right;
  font-size: 14px;
  color: #ff0000;
  padding: 0 30px 30px;
}

.txt_writer{
  margin: -50px 30px 30px;
  text-align: right;
  font-size: 14px;
}

.btns {
  margin: 40px 0 80px;
}

@media screen and ( max-width:767px) {



#analysis .analysis_table{
  width: 100%;
  padding: 0 0 2%;;
}

#analysis .analysis_table h2{
  font-size: 20px;
  padding-bottom: 2%;
}

#analysis .txt_catch{
  width: 100%;
  margin: 0;
  padding: 0 0 2%;
  box-sizing: border-box;
}

#analysis .txt_read{
  width: 100%;
  margin: 0 0 10%;
  padding: 0 0 10%;
  box-sizing: border-box;
}

#analysis .txt_main{
  width: 100%;
  margin: 0 0 10%;
  padding: 0 0 8%;
  box-sizing: border-box;
}

#analysis .txt_main > .txt_catch{
  width: 100%;
  margin: 0;
  padding: 0 0 2%;
  box-sizing: border-box;
}

#analysis .txt_main > .txt_read{
  width: 100%;
  margin: 0;
  padding: 0 0 2%;
  box-sizing: border-box;
}

#analysis .analysis_table p{
  padding: 0 0 30px;
}


#analysis .sp_scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  webkit-overflow-scrolling: touch;
  margin-bottom: 10%;
}

#analysis .sp_scroll.sp_scroll_conclusion {
  margin: 0 5% 5%;
}


#analysis .table{
  width: 780px;
  border-left: none;
  margin-bottom: -1.5px;
}
#analysis .table.table_conclusion{
  width: 600px;
  margin: 0 0 -1.5px;
}

#analysis .table td{
  padding: .6em .6em;
}

#analysis .table tr:last-child td{
  border-bottom: none;
}

#analysis .table td:last-child {
    border-right: none;
}

#analysis .analysis_conclusion{
  padding-bottom: 7%;
  margin: 0 auto 10%;
  width: 100%;
}

#analysis .analysis_conclusion h2{
  width: 100%;
  margin: 0;
  padding-left: 0;
  overflow: hidden;
}

#analysis .analysis_conclusion h2 img{
  width: 110%;
}

#analysis .analysis_conclusion .txt{
  background: #fff;
  margin: 0 5%;
  overflow: hidden;
  position: relative;
  min-height: 150px;
}

#analysis .analysis_conclusion .txt p{
  padding: 5%;
}

#analysis .analysis_conclusion h3{
  padding: 0 5% 10px 5%;
}

#analysis .analysis_conclusion .txt p.txt_red{
  padding: 150px 5% 5%;
  font-size: 13px;
}

#analysis .analysis_conclusion .txt p.txt_red.txt_red_left{
  text-align: left;
}

#analysis .analysis_conclusion .txt .list_pie{
  position: absolute;
  transform: scale(0.46,0.46);
  left: -330px;
  margin-left: 50%;
  margin-top: -65px;
}

.txt_writer{
  margin: -7% 0 5%;
  font-size: 13px;
}

.btns {
  margin: 30px 0 60px;
  padding: 0 !important;
}


}

