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

#report footer {
    margin-top: 0;
    padding-top: 21.4285%;
    background-image: url(../images/report_content_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}
#report footer .inner {
    padding-top: 9rem;
}

/* #topmain
----------------------------------------- */
#topmain {
    position: relative;
    height : auto;
    margin: 0;
}

#topmain > .inner {
    height: -webkit-calc(100% - 14rem);
    height: calc(100% - 14rem);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

#topmain .main_txt {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    padding-top: 11.8rem;
}
#topmain .main_txt h2 {
    font-size: 3.1rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 4rem;
}
#topmain .main_txt h2 span {
    display: block;
    font-size: 6.2rem;
    margin-top: 2rem;
}
#topmain .main_txt .txt_wrap {
    margin-bottom: 4rem;
    color: #FFFFFF;
    text-align: left;
}
#topmain .main_txt .main_point {
    justify-content: flex-start;
}
#topmain .main_txt .main_point > li {
    margin-right: 2rem;
    text-align: center;
}
#topmain .main_txt .main_point > li span {
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 1rem;
}
#topmain .main_txt .main_point > li:last-child {
    margin-right: 0;
}


#topmain .main_pickup {
    width: 54.5rem;
    position: absolute;
    bottom: -1rem;
    right: 0;
    /*-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    z-index: 2;
}
#topmain .main_pickup > li {
    width: -webkit-calc(265 / 545 * 100%);
    width : calc(265 / 545 * 100%);
    height: 25.3rem;
    background-color: #EF834B;
    position: relative;
    z-index: 0;
}
#topmain .main_pickup > li a {
    display: block;
    width: 100%;
    height: 100%;
    /*-webkit-transition: all .6s;
    transition: all .6s;*/
}
#topmain .main_pickup > li .lead {
    width: 100%;
    height: 3.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F2F2;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
#topmain .main_pickup > li.pickup1 h3 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #FFFFFF;
    width: -webkit-calc(225 / 265 * 100%);
    width : calc(225 / 265 * 100%);
    margin: auto;
    white-space: nowrap;
}
#topmain .main_pickup > li.pickup1 h3 span {
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFFFFF;
}
#topmain .main_pickup > li.pickup1 .pickup_list_wrap {
    width: -webkit-calc(225 / 265 * 100%);
    width : calc(225 / 265 * 100%);
    margin: auto;
    margin-top: 2rem;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    position: relative;
    padding: 1.5rem 1rem;
}
#topmain .main_pickup > li.pickup1 .pickup_list_wrap h4 {
    position: absolute;
    top: -1.1rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 1.0rem;
    font-weight: bold;
    letter-spacing: 0;
    background: #EF834B;
    padding: 0.3rem 0.8rem;
    z-index: 1;
}
#topmain .main_pickup > li.pickup1 .pickup_list_wrap .pickup_list > li {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0;
    white-space: nowrap;
}
#topmain .main_pickup > li.pickup1 .pickup_list_wrap .pickup_list > li span {
    font-size: 0.9rem;
}



#topmain .main_pickup > li.pickup2 h3 {
    font-size: 3.3rem;
    font-weight: bold;
    line-height: 1.3;
    color: #FFFFFF;
    width: -webkit-calc(240 / 265 * 100%);
    width : calc(240 / 265 * 100%);
    margin: auto;
    margin-top: 0.8rem;
}
#topmain .main_pickup > li.pickup2 h3 span {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    color: #FFFFFF;
}
#topmain .main_pickup > li.pickup2 .txt_list {
    width: -webkit-calc(240 / 265 * 100%);
    width : calc(240 / 265 * 100%);
    margin: auto;
}
#topmain .main_pickup > li.pickup2 .txt_list > li {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;
    white-space: nowrap;
}
#topmain .main_pickup > li.pickup2 .txt_list > li:first-child {
    margin-bottom: 0.5rem;
}
#topmain .main_pickup > li.pickup2 .txt_list > li span {
    font-size: 0.9rem;
}
#topmain .main_pickup > li.pickup2 .txt_wrap {
    width: -webkit-calc(240 / 265 * 100%);
    width : calc(240 / 265 * 100%);
    margin: auto;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;
    margin-top: 1.5rem;
}
#topmain .main_pickup > li.pickup2 .txt_wrap span {
    font-size: 1.1rem;
}
#topmain .main_pickup > li.pickup2 .img_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    /*-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);*/
    z-index: -1;
    width: 12.1rem;
}
#topmain .main_pickup > li.pickup2 .img_wrap img {
    width: 100%;
}


#topmain .news_wrap {
    width: 100%;
    height: 7rem;
    background: #E6E6E6;
    display: flex;
    align-items: center;
}
#topmain .news_wrap .news_list {
    width: 100%;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: flex-start;
}
#topmain .news_wrap .news_list .ttl {
    padding-right: 2rem;
    margin-right: 2rem;
    border-right: 1px solid #000000;
    font-size: 2.0rem;
    line-height: 1;
}
#topmain .news_wrap .news_list .date {
    font-size: 1.4rem;
    line-height: 1;
    margin-right: 2.5rem;
}
#topmain .news_wrap .news_list .con {
    font-size: 1.6rem;
    line-height: 1;
}
#topmain .news_wrap .news_list li:nth-child(n + 4) {
    display: none;
}


#topmain .slick-slide img {
	width: 100%;
}

#topmain .slider {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}

#topmain .slider li.slick-slide {
  height: 55rem;
  /*height: 100vh;*/
  /*max-height: 600px;*/
}

#topmain .slider li.slick-slide .slide_wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#topmain .slider li.slick-slide .slide_wrap.slide1 {
  background-image: url(../images/report_top.jpg);
}

#topmain .slider li.slick-slide a:hover * {
	opacity: 1;  
    filter: alpha(opacity=100);  
	-ms-filter: "alpha( opacity=100 )";
}



@media only screen and (max-width: 768px) {
    #topmain {
          margin-top: 12rem;  
}
    #topmain .inner {
    width: 63rem;
    height : 60rem;
    top: 0;
    transform: translate(-50%, 0%);
}
   #topmain .slider {
    position: static;
}
    #topmain .slider li.slick-slide {
      height : 60rem;
      min-height: auto;
}
    
  #topmain .slider li.slick-slide div.slide_wrap {
      width: 100%;
      height: 100%;
  }
#topmain .slider li.slick-slide .slide_wrap.slide1 {
  background-image: url(../images/report_top_sp.jpg);
}
    
    #topmain .main_txt {
    padding-top: 0;
    height : auto;
}
    #topmain .main_txt h2 {
    margin-bottom: 5rem;
}
    #topmain .main_txt h2 span {
    font-size: 8.7rem;
    margin-top: 0;
}
    #topmain .main_txt .txt_wrap {
    font-size: 2.4rem;
}
}



/* #report_navi
----------------------------------------- */
#report_navi {
    padding-top: 8rem;
    padding-bottom: 3rem;
}

#report_navi h2.ttl {
    font-size: 4.2rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 7rem;
    text-align: center;
    position: relative;
    z-index: 0;
}
#report_navi h2.ttl::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
    width: 33.7rem;
    height: 2rem;
    background: url(../images/special_menu_ttl_bg.svg) no-repeat center center;
    background-size: cover;
}

#report_navi .benefit_wrap {
}

#report_navi .benefit_wrap .inner {
    max-width: 92rem;
}

#report_navi .benefit_wrap h3.ttl {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 5rem;
    text-align: center;
}
#report_navi .benefit_wrap h3.ttl > span.pc_span:first-child {
    display: table;
    margin: auto;
    margin-bottom: 2rem;
}
#report_navi .benefit_wrap h3.ttl > span.pc_span {
    display: inline-block;
    margin: auto;
    margin-bottom: 2rem;
}
#report_navi .benefit_wrap h3.ttl > span.pc_span::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.15rem;
    background-color: #000000;
    margin-top: 0.5rem;
}
#report_navi .benefit_wrap h3.ttl > span.sp_span {
    display: inline-block;
    margin: auto;
    margin-bottom: 2rem;
}
#report_navi .benefit_wrap h3.ttl > span.sp_span::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.15rem;
    background-color: #000000;
    margin-top: 0.5rem;
}
#report_navi .benefit_wrap .txt_wrap {
    text-align: center;
    margin-top: 3.5rem;
}
#report_navi .benefit_wrap .txt_wrap::after {
    content: "";
    display: block;
    width: 2.2rem;
    height: 1.5rem;
    background: url(../images/report_arrow.svg) no-repeat center center;
    background-size: cover;
    margin: auto;
    margin-top: 3rem;
}

#report_navi .benefit_wrap .menu_list {
    width: 100%;
    margin: auto;
    margin-bottom: 8rem;
}
#report_navi .benefit_wrap .menu_list > li {
    width: -webkit-calc(380 / 920 * 100%);
    width: calc(380 / 920 * 100%);
}
#report_navi .benefit_wrap .menu_list > li.and {
    width: -webkit-calc(150 / 920 * 100%);
    width: calc(150 / 920 * 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
#report_navi .benefit_wrap .menu_list > li .img_wrap {
    width: 100%;
    position: relative;
    padding-top: 100%;
    background-size: cover;
}
#report_navi .benefit_wrap .menu_list > li .img_wrap span {
    position: absolute;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #FFFFFF;
}



@media screen and (max-width: 768px) {
	#report_navi {
    padding-top: 6rem;
}
    #report_navi h2.ttl {
    font-size: 5.9rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 8rem;
    text-align: center;
    position: relative;
    z-index: 0;
}
    #report_navi h2.ttl::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
    width: 57.3rem;
    height: 7rem;
    background: url(../images/special_menu_ttl_bg.svg) no-repeat center center;
    background-size: contain;
}
    
    #report_navi .benefit_wrap {
    padding: 0;
}
    #report_navi .benefit_wrap h3.ttl {
    font-size: 4rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 7rem;
    text-align: center;
}
    #report_navi .benefit_wrap h3.ttl > span.pc_span:first-child {
    display: table;
    margin: auto;
    margin-bottom: 3.5rem;
}
    #report_navi .benefit_wrap h3.ttl > span.pc_span {
    display: table;
    margin: auto;
    margin-bottom: 3.5rem;
}
    #report_navi .benefit_wrap h3.ttl > span.sp_span {
    display: table;
    margin: auto;
    margin-bottom: 3.5rem;
}
    #report_navi .benefit_wrap h3.ttl > span.sp_span::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.15rem;
    background-color: #000000;
    margin-top: 0.5rem;
}
    
    #report_navi .benefit_wrap .menu_list {
    width: 100%;
    margin: auto;
    margin-bottom: 6rem;
}
    #report_navi .benefit_wrap .menu_list > li {
    width: 30rem;
}
    #report_navi .benefit_wrap .menu_list > li .img_wrap span {
    font-size: 2.2rem;
}
    #report_navi .benefit_wrap .txt_wrap {
    text-align: center;
    margin-top: 5rem;
    font-size: 2.2rem;
}
    #report_navi .benefit_wrap .txt_wrap::after {
    content: "";
    display: block;
    width: 3rem;
    height: 2rem;
    background: url(../images/report_arrow.svg) no-repeat center center;
    background-size: cover;
    margin: auto;
    margin-top: 4rem;
}
}



/* .report_content
----------------------------------------- */
.report_content {
    padding-top: 21.4285%;
    background: url(../images/report_content_bg.png) no-repeat center top;
    background-size: 100%;
}

.report_content h2 {
    display: inline-block;
    font-size: 3.7rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding-top: 9rem;
}
.report_content h2 span {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5rem;
}
.report_content h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.3rem;
    background-color: #000000;
    margin-top: 1rem;
}

.report_content .report_txt {
    align-items: flex-start;
    margin-top: 15rem;
}
.report_content .report_txt > li.txt {
    width: -webkit-calc(670 / 1400 * 100%) ;
    width : calc(670 / 1400 * 100%) ;
    padding-left: -webkit-calc(100 / 1400 * 100%) ;
    padding-left: calc(100 / 1400 * 100%) ;
    padding-right: -webkit-calc(100 / 1400 * 100%) ;
    padding-right: calc(100 / 1400 * 100%) ;
}
.report_content .report_txt > li.img {
    width: -webkit-calc(730 / 1400 * 100%) ;
    width : calc(730 / 1400 * 100%) ;
}

.report_content .report_txt > li.txt .category {
    font-size: 5.0rem;
    line-height: 1;
    letter-spacing: 0;
    color: #EB641E;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.report_content .report_txt > li.txt h3 {
    font-size: 3.3rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 3rem;
}

.report_content .report_txt > li.txt .txt_wrap {
    width: -webkit-calc(430 / 470 * 100%) ;
    width : calc(430 / 470 * 100%) ;
}

.report_content .report_table {
    background-color: #E6E6E6;
    width: 100%;
    margin: auto;
}
.report_content .report_table::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 11.4285%;
    background: url(../images/report_table_top.png) no-repeat center top;
    background-size: 100%;
}
.report_content .report_table::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 6.5714%;
    background: url(../images/report_table_bottom.png) no-repeat center bottom;
    background-size: 100%;
}

.report_content .report_table tbody {
    display: block;
    width: 100%;
    max-width: 120rem;
    margin: auto;
    margin-top: -11.4285%;
    margin-bottom: -6.5714%;
}

.report_content .report_table tbody tr {
    box-sizing: border-box;
    border-bottom: 1px dotted #FFFFFF;
    display: flex;
}
.report_content .report_table tbody tr.month_2 {
    border-bottom: none;
}
.report_content .report_table tbody tr.info > td {
    padding-top: 22rem;
}rt_content .report_table tbody tr.info > td:nth-child(3) {
}
.report_content .report_table tbody tr.month_2 > td {
    padding-bottom: 15.2rem;
}

.report_content .report_table tbody tr td {
    box-sizing: border-box;
    border-left: 2px solid #FFFFFF;
    padding: 6rem;
    width: -webkit-calc(495 / 1200 * 100%) ;
    width : calc(495 / 1200 * 100%) ;
}
.report_content .report_table tbody tr td:nth-child(1) {
    width: -webkit-calc(210 / 1200 * 100%) ;
    width : calc(210 / 1200 * 100%) ;
    border-left: none;
}
.report_content .report_table tbody tr td:nth-child(2) {
}
.report_content .report_table tbody tr td:nth-child(3) {
}

.report_content .report_table .member {
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1;
    color: #EB641E;
    margin-bottom: 3rem;
    text-align: center;
}
.report_content .report_table .icon {
    margin-bottom: 2rem;
    text-align: center;
}
.report_content .report_table .member_info {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 3rem;
    text-align: center;
}
.report_content .report_table .member_info span {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-top: 1rem;
}
.report_content .report_table h3 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 4rem;
    text-align: center;
}
.report_content .report_table .txt_wrap {
    text-align: left;
}
.report_content .report_table .img_wrap {
    margin-bottom: 4rem;
}
.report_content .report_table .result_list {
}
.report_content .report_table .result_list li {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: bold;
}
.report_content .report_table .result_list li span {
    color: #EB641E;
}

.report_content .report_table tbody tr td.month {
    color: #EB641E;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
	 -webkit-transition: all .6s;
    transition: all .6s;
}


.report_content .attention_list {
    width: -webkit-calc(880 / 1400 * 100%) ;
    width : calc(880 / 1400 * 100%) ;
    margin: auto;
}
.report_content .attention_list > li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.2em;
}
.report_content .attention_list > li::before {
    content: "※";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.report_content .attention_list > li:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {
    
.report_content h2 {
    display: inline-block;
    font-size: 4.6rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    padding-top: 10rem;
}
.report_content h2 span {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 7.5rem;
}
.report_content h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.4rem;
    background-color: #000000;
    margin-top: 2rem;
}
    
.report_content .report_txt {
    align-items: flex-start;
    margin-top: 3rem;
}
.report_content .report_txt > li.img {
    width: 65rem;
    margin: auto;
    margin-bottom: 5rem;
}
.report_content .report_txt > li.txt {
    width: 65rem;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}
.report_content .report_txt > li.txt .category {
    font-size: 7.0rem;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 7rem;
}
.report_content .report_txt > li.txt h3 {
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 5rem;
}
.report_content .report_txt > li.txt .txt_wrap {
    width: 100%;
    font-size: 2.2rem;
}
    
.report_content .report_table {
    margin-top: 3rem;
}
.report_content .report_table tbody tr {
    box-sizing: border-box;
    border-bottom: 1px dotted #FFFFFF;
    display: flex;
    flex-wrap: wrap;
}
.report_content .report_table tbody tr td:nth-child(1) {
    display: none;
}
.report_content .report_table tbody tr td {
    box-sizing: border-box;
    border-left: none;
    padding: 8rem;
    width: 100%;
}
    
.report_content .report_table tbody tr.info > td {
    padding-top: 8rem;
}
    
.report_content .report_table tbody tr {
    box-sizing: border-box;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
}

.report_content .report_table tbody tr td.result.member_1 {
    border-top: 1px dotted #FFFFFF;
}
.report_content .report_table tbody tr td.result.member_1.month_1::before {
    content: "1ヶ月";
    display: block;
    font-size: 4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: bold;
    color: #EB641E;
    text-align: center;
    margin-bottom: 4rem;
}
.report_content .report_table tbody tr td.result.member_1.month_2::before {
    content: "2ヶ月";
    display: block;
    font-size: 4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 4rem;
}
.report_content .report_table tbody tr td.result.member_2 {
    border-top: 1px dotted #FFFFFF;
}
.report_content .report_table tbody tr td.result.member_2.month_1::before {
    content: "1ヶ月";
    display: block;
    font-size: 4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: bold;
    color: #EB641E;
    text-align: center;
    margin-bottom: 4rem;
}
.report_content .report_table tbody tr td.result.member_2.month_2::before {
    content: "2ヶ月";
    display: block;
    font-size: 4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 4rem;
}
    
.report_content .report_table .member {
    font-size: 4.2rem;
    margin-bottom: 4rem;
}
.report_content .report_table .icon {
    margin-bottom: 3rem;
}
.report_content .report_table .member_info {
    font-size: 4rem;
    margin-bottom: 4rem;
}
.report_content .report_table .member_info span {
    font-size: 2.5rem;
    margin-top: 2rem;
}
.report_content .report_table .txt_wrap {
    max-width: 48rem;
    margin: auto;
    font-size: 2.25rem;
}
.report_content .report_table .img_wrap {
    margin-bottom: 6rem;
}
.report_content .report_table .result_list li {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}
    
.report_content .attention_list {
    width: -webkit-calc(630 / 750 * 100%);
    width: calc(630 / 750 * 100%);
    margin: auto;
}
.report_content .attention_list > li {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
}
    
.report_content .report_table tbody tr td.member_txt.member_2 {
    padding: 0;
}
.report_content .report_table tbody tr td.member_txt.member_2 .member_txt_inner {
    padding: 8rem;
}
.report_content .report_table tbody tr td.member_txt.member_2::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 9.5%;
    background: url(../images/report_table_naka.png) no-repeat center bottom;
    background-size: 100%;
}
.report_content .report_table tbody tr.info td.member_txt.member_1 {
    padding-top: 6rem;
}
}