.area_line{ width: 68%; margin: 0 auto;}
.panel-wrap{
   padding: 30px;
   background-image: url(../img/about/point_box.png);
   background-repeat: no-repeat;
   background-size: 100% 100%;
}
.catch01{
   margin: 5px 0 10px;
   font-size: 34px;
   font-weight: bold;
   color: #C10000;
   font-style: italic;
}
.catch01 b{
   font-size: 58px;
   font-style: italic;
}
.catch02{
   line-height: 1.4;
   font-weight: bold;
   font-size: 35px;
   background-image: url(../img/about/point_line.png);
   background-repeat: no-repeat;
   padding-bottom: 28px;
   background-position: bottom;
   margin:20px 0 30px;
}
.catch02 span{
   color: #C10000;
   line-height: 1.4;
   font-weight: bold;
   font-size: 35px;
   padding-bottom: 28px;
   background-position: bottom;
   margin:20px 0 30px;
}
#point02_contents .catch02{letter-spacing: -2px;}
.tettei{
   display: flex;
   justify-content: center;
   gap: 15px;
}
.catch03{
   margin-top: 20px;
   font-weight: bold;
   font-size: 16px;
   letter-spacing: 0.03em;
   line-height: 1.8;
}
.tab_item{
   cursor: pointer;
   display: block;
   width: calc(100%/3);
   float: left;
}
.tab_item:hover{
   opacity: 0.85;
   transition: .3s;
}
._item{
   width: 360px;
   background-image: url(../img/about/box.png);
   background-repeat: no-repeat;
}
._texts{
   padding: 25px 20px 16px;
   background-image: url(../img/about/line.png);
   background-repeat: no-repeat;
   background-position: 15px 15px;
}
._texts ._t1{
   margin: 0;
   font-size: 22px;
   font-weight: bold;
   line-height: 1.2;
   color: #C10000;
   font-style: italic;
}
._texts b{
   font-size: 38px;
   font-style: italic;
}
._texts ._t2{
   line-height: 1.4;
   font-weight: bold;
   font-size: 24px;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"]{ display: none;}
/*タブ切り替えの中身のスタイル*/
.panel{display: none; margin-right: 20px;}

.block-inner input:checked + .tab_item {
   background-image: url(../img/about/checked_box.png);
   background-repeat: no-repeat;
   padding-bottom: 3px;
}
/*選択されているタブのコンテンツのみを表示*/
#point01:checked ~ #point01_contents,
#point02:checked ~ #point02_contents,
#point03:checked ~ #point03_contents{
 display: block;
}

 .block-links ._row-button{ margin-top: 30px; text-align: center;}
 .block-links ._row-button a{ margin: 0 10px;}
