/* --------------------------  common -------------------------- */
body {
    font-family: "source-han-sans-japanese", sans-serif;
    font-style: normal;
    font-weight: 500;
}

main {
    padding: 55px 0 0;
}

.container,
.others_wrap {
    max-width: 1344px;
    margin: 0 auto;
}

.ib {
    display: inline-block;
}

#page {
    background-color: #fff;
}

#page section {
    margin-bottom: 150px;
}

.sec_ttl {
    width: 100%;
    margin-bottom: 50px;
    border-bottom: solid 2px #000;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 15px;
}

.sec_ttl h2 {
    font-family: "bilo", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    text-align: start;
}

.view_more {
    width: 50%;
    margin: 0 auto;
    position: relative;
    border: solid 1px #000;
    text-align: center;
    font-size: 30px;
    font-family: "bilo", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.view_more a {
    display: block;
    width: 100%;
    padding: 15px;
}

.view_more span {
    position: absolute;
    display: block;
    width: 24%;
    height: 1px;
    background-color: #000;
    top: calc(50% - 0.5px);
    right: -12%;
    transition: all .3s;
}

.view_more span::after {
    position: absolute;
    right: -5px;
    bottom: 11px;
    content: "";
    display: block;
    width: 20%;
    height: 1px;
    background-color: #000;
    transform: rotate(45deg);
}

.view_more:hover span {
    right: -15%;
}

hr {
    display: block;
    width: 55%;
    padding-top: 3%;
    margin: 0 auto 150px auto;
    background: url(../images/deco.png) no-repeat center / 100%;
    color: transparent;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

#header_navi {
    width: 100%;
    background-color: #fff;
    height: 120px;
}

#header_navi ul {
    max-width: 1344px;
    width: 70%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#header_navi ul li {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-align: center;
    border-right: solid 1px #000;
}

#header_navi ul li:last-child {
    border-right: none;
}

#header_navi ul li span {
    display: flex;
    flex-direction: column;
}

#header_navi ul li span::after {
    display: block;
    content: attr(data-caption);
    font-family: "bilo", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin-top: 5px;
}

#header_navi ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#header_navi ul li img {
    width: 60%;
}

#header_navi ul li::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform ease .2s;
}

#header_navi ul li:hover::after {
    transform: scaleX(1);
}

/* --------------------------  common -------------------------- */


/* --------------------------  thefishing_top -------------------------- */
#thefishing_top {
    margin-bottom: 50px !important;
}

#thefishing_top .navigation {
    /* width: 100%; */
    max-width: 1344px;
    margin: 0 auto 55px auto;
}

#thefishing_top h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

#thefishing_top h1 a {
    transition: all .2s;
}

#thefishing_top h1 a:hover {
    opacity: .7;
}

#thefishing_top h1 img {
    width: 62%;
}

#thefishing_top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

#thefishing_top ul li {
    width: 25%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding: 5px 0 10px;
}

#thefishing_top ul li {
    border-right: solid 1px #000;
}

#thefishing_top ul li:first-child,
#thefishing_top ul li:last-child {
    border-right: none;
}

#thefishing_top ul li::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform ease .2s;
}

#thefishing_top ul li:hover::after {
    transform: scaleX(1);
}

#thefishing_top .thefishing_ttl {
    width: 100% !important;
    border-bottom: none !important;
}

#thefishing_top .thefishing_ttl::after {
    content: none !important;
}

#thefishing_top ul li span {
    display: flex;
    flex-direction: column;
}

#thefishing_top ul li span::after {
    display: block;
    content: attr(data-caption);
    font-family: "bilo", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin-top: 5px;
}

#thefishing_top .movie {
    max-width: 1075px;
    position: relative;
    aspect-ratio: 16/9;
    margin: 0 auto;
    overflow: hidden;
}

#thefishing_top .tvo-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

#thefishing_top .movie a {
    display: block;
    width: 100%;
}

#thefishing_top .movie a img {
    width: 100%;
}

#thefishing_top .onair_date_and_time {
    max-width: 1152px;
    width: 60%;
    background-color: #fff;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#thefishing_top .onair_date_and_time p {
    font-weight: 500;
}

#thefishing_top .onair_date_and_time p:first-of-type {
    font-size: 25px;
}

#thefishing_top .onair_date_and_time p:last-of-type {
    font-size: 22px;
    text-align: center;
    width: 25%;
    background-color: #000;
    border: solid 1px #000;
    color: #fff;
    margin-left: 2%;
}

#thefishing_top .onair_date_and_time a {
    display: block;
    width: 100%;
    padding: 15px;
    transition: all .2s;
}

#thefishing_top .onair_date_and_time a:hover {
    background-color: #fff;
    color: #000;
}

/* --------------------------  thefishing_top -------------------------- */


/* --------------------------  next_epsode -------------------------- */
#next_epsode .sec_ttl div p {
    text-align: right;
}

#next_epsode .date,
#next_ep_detail .date {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

#next_epsode .time,
#next_ep_detail .time {
    font-size: 20px;
    font-weight: 500;
}

#next_epsode h3,
#next_ep_detail h3 {
    font-size: 100px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

#next_epsode h3 {
    margin-bottom: 50px;
}

#next_epsode .ep_intro,
#next_ep_detail .ep_intro {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
}

#next_epsode .ep_intro {
    margin-bottom: 100px;
}

#next_epsode ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 55px;
}

#next_epsode ul li {
    width: 46%;
    text-align: center;
}

#next_epsode ul li p {
    font-weight: 500;
}

#next_epsode ul li p:last-of-type {
    margin-bottom: 0;
}

#next_epsode .ttl {
    width: 100%;
    font-size: 30px;
    line-height: 2.6;
    background-color: #E2E2E2;
    border-radius: 50px;
    margin-bottom: 15px;
}

#next_epsode .name {
    font-size: 40px;
    margin-bottom: 10px;
}

/* --------------------------  next_epsode -------------------------- */


/* --------------------------  present -------------------------- */
#present ul {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    margin-bottom: 25px;
    place-items: center;
    align-items: start;
}

#present ul li img {
    width: 100%;
    margin-bottom: 20px;
}

#present ul li a {
    transition: all .2s;
}

#present ul li a:hover {
    opacity: .6;
}

#present .present_txt {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 45px;
    letter-spacing: 0.05em;
}

/* --------------------------  present -------------------------- */


/* --------------------------  angler_impression -------------------------- */
#angler_impression .angler_txt {
    font-family: "bilo", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    text-align: end;
}

#angler_impression ul {
    display: grid;
    gap: 1.5em;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 15px;
}

#angler_impression ul img {
    width: 100%;
    margin-bottom: 10px;
}

#angler_impression ul li {
    margin-bottom: 45px;
    text-align: center;
}

#angler_impression ul li a {
    transition: all .2s;
}

#angler_impression ul li a:hover {
    opacity: .6;
}

#angler_impression ul p {
    width: 100%;
}

#angler_impression ul p:first-of-type {
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 500;
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
}

#angler_impression ul p:last-of-type {
    font-size: 20px;
    font-weight: 700;
}

/* --------------------------  angler_impression -------------------------- */


/* --------------------------  others -------------------------- */
#others {
    width: 100%;
    padding: 115px 0;
    background-color: #F2F2E2;
    margin-bottom: 0 !important;
}

#others .sns,
#others .tver,
#others .area_and_mailmagazine {
    margin-left: auto;
    margin-right: auto;
}

#others ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#others .sns {
    width: 25%;
    margin-bottom: 70px;
}

#others .sns li {
    width: 35%;
}

#others img {
    width: 100%;
}

#others a {
    transition: all .2s;
}

#others a:hover {
    opacity: .6;
}

#others .tver {
    width: 22%;
    margin-bottom: 70px;
}

#others .tver p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
}

#others .area_and_mailmagazine {
    width: 55%;
}

#others .area_and_mailmagazine li {
    width: 47%;
}

/* --------------------------  others -------------------------- */


/* --------------------------  next_ep_detail -------------------------- */
#next_ep_detail h3 {
    margin-bottom: 30px;
}

#next_ep_detail .ep_intro {
    margin-bottom: 50px;
}

#next_ep_detail .next_ep_img {
    width: 80%;
    margin: 0 auto 35px auto;
}

#next_ep_detail .sec_ttl div p {
    text-align: right;
}

#next_ep_detail .next_ep_img img,
#next_ep_detail .ep_lineup li img,
#next_ep_detail .map img,
#next_ep_detail dt,
#next_ep_detail dd {
    width: 100%;
}

#next_ep_detail .ep_lineup {
    display: grid;
    gap: 0.5em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 45px;
}

#next_ep_detail .ep_lineup li {
    transition: all .2s;
}

#next_ep_detail .ep_lineup li:hover {
    opacity: .6;
}

#next_ep_detail .next_ep_detailtxt {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 150px;
    text-align: justify;
}

#next_ep_detail h4,
#tacle h4 {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 2px #000;
    font-size: 60px;
    font-family: "bilo", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 50px;
}

#next_ep_detail .angler_list {
    width: 50%;
    margin: 0 auto 150px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#next_ep_detail .angler_list li {
    width: 40%;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin-right: 15%;
    margin-bottom: 10%;
}

#next_ep_detail .angler_list li:nth-child(even) {
    margin-right: 0;
}

#next_ep_detail .angler_list p {
    font-size: 25px;
    width: 100%;
    height: auto;
}

#next_ep_detail .angler_list p a {
    text-decoration: underline;
}

#next_ep_detail .angler_list p:last-of-type a {
    transition: all .2s;
}

#next_ep_detail .angler_list p:last-of-type a:hover {
    opacity: .6;
}

#next_ep_detail .angler_list li img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 50%;
    object-fit: cover;
}



#next_ep_detail .map_detail {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#next_ep_detail .map {
    width: 50%;
}

#next_ep_detail .map_detailtxt {
    width: 45%;
}

#next_ep_detail dt {
    font-size: 20px;
    line-height: 2;
    padding-left: 10px;
    background-color: #E2E2E2;
    font-weight: 500;
    margin-bottom: 10px;
}

#next_ep_detail dd {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 25px;
}

/* --------------------------  next_ep_detail -------------------------- */


/* --------------------------  tackle -------------------------- */
#tacle .tacle_lineup {
    display: grid;
    gap: 0.5em;
    grid-template-columns: 1fr 1fr 1fr;
}

#tacle .tacle_lineup li img {
    width: 100%;
}

/* --------------------------  tackle -------------------------- */


/* -------------------------- prev_ep  -------------------------- */
#prev_ep .prev_ep_list {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 70px;
}

#prev_ep .prev_ep_item {
    margin-bottom: 20px;
    font-size: 18px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

#prev_ep .prev_ep_list img {
    width: 100%;
}

#prev_ep h3,
#prev_ep .place {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #000;
}

#prev_ep h3 {
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
}

#prev_ep .date {
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: 10px;
}

#prev_ep .place,
#prev_ep .angler_list {
    font-weight: 400;
}

#prev_ep .angler_list li {
    line-height: 1.5;
    margin-bottom: 0 !important;
}

#prev_ep .prev_ep_img {
    margin-bottom: 10px;
}

#prev_ep .prev_ep_img a {
    transition: all .2s;
}

#prev_ep .prev_ep_img a:hover {
    opacity: .6;
}

#prev_ep .prev_ep_img div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: baseline;
}

#prev_ep .angler_impression {
    width: 35%;
}

#prev_ep .angler_impression img {
    width: 100%;
}

#prev_ep .switch>p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

#prev_ep .switch_btn {
    margin-bottom: 50px;
    font-size: 14.5px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.3em;
}

#prev_ep .switch_btn li:last-child span {
    margin-right: 25px;
}

#prev_ep .switch_btn select {
    width: 65%;
    background: url(https://cdn.tv-osaka.co.jp/the_fishing/202310/images/triangle.png) no-repeat top 25% right 0 / 15%;
}

#prev_ep .switch_btn input[type="checkbox"]+label,
#prev_ep .switch_btn li:last-child label {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    padding: 10px 5px;
    border: solid 1px #000;
    line-height: 1.3;
    min-width: 5em;
}

#prev_ep .switch_btn input[type="checkbox"]:checked+label {
    background-color: #000;
    color: #fff;
}

#prev_ep .switch_btn input[type="checkbox"] {
    display: none;
}

#prev_ep .angler_icon {
    clear: both;
    font-size: 16px !important;
    font-weight: 400;
    text-align: end;
}

#prev_ep .angler_icon img {
    width: 7%;
}

#prev_ep .view_more {
    font-family: "source-han-sans-japanese", sans-serif !important;
    font-style: normal !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

/* -------------------------- prev_ep  -------------------------- */


/* -------------------------- angler  -------------------------- */

#angler .angler_list li {
    width: 100%;
    margin-bottom: 120px;
}

#angler .angler_profile {
    width: 75%;
    background-color: #000;
    color: #fff;
    padding: 200px 50px 50px 50px;
    font-size: 20px;
    font-weight: 400;
    float: right;
    margin-top: -12%;
}

#angler .angler_profile p {
    line-height: 1.5;
    text-align: justify;
}

#angler .birth_detail span {
    display: inline-block;
    padding: 5px 20px;
    margin-right: 10px;
    border: solid 1px #fff;
}

#angler .angler_img {
    position: relative;
    width: 65%;
    z-index: 5;
    float: left;
}

#angler .angler_img img {
    width: 100%;
}

#angler .birth_detail li {
    margin-bottom: 15px !important;
}

#angler .birth_detail li:last-child {
    margin-bottom: 25px !important;
}

#angler .angler_name {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 2px #000;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#angler .angler_name div {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    width: 50%;
}

#angler .clear_both {
    clear: both;
}

#angler h3 {
    font-size: 30px;
    font-weight: 500;
    margin-right: 15px;
}

#angler .name_ruby {
    font-size: 24px;
    font-weight: 500;
    position: relative;
}

#angler .name_ruby::before,
#angler .name_ruby::after {
    position: absolute;
    display: block;
    top: calc(50% - 50%);
}

#angler .name_ruby::before {
    content: "(";
    left: -5%;
}

#angler .name_ruby::after {
    content: ")";
    right: -5%;
}

#angler .name_en {
    font-family: "bilo", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: end;
}

#angler h4,
#angler>p {
    text-align: center;

}

#angler h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}

#angler>p {
    font-size: 18px;
    margin-bottom: 25px;
}

.angler_search_btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 20px;
}

.angler_search_btn li {
    width: 9.7%;
    border: solid 1px #000;
    text-align: center;
}

.angler_search_btn li a {
    display: block;
    width: 100%;
    padding: 20px;
    transition: all .2s;
}

.angler_search_btn li a:hover {
    background-color: #000;
    color: #fff;
}

/* -------------------------- angler  -------------------------- */


/* -------------------------- angler_search  -------------------------- */
#angler_search .sec_ttl h2 {
    font-size: 40px !important;
}

.angler_name_list {
    margin-top: 50px;
    font-size: 25px;
}

.angler_name_list li {
    margin-bottom: 25px;
}

.angler_name_list li:last-child {
    margin-bottom: 0;
}

.angler_name_list li a {
    text-decoration: underline;
}

/* -------------------------- angler_search  -------------------------- */


/* -------------------------- present_detail -------------------------- */
#present_detail h3 {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 2px #000;
}

#present_detail .present_intro {
    font-size: 20px;
    margin-bottom: 50px;
}

#present_detail .present_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#present_detail .present_list li {
    width: 31.6%;
    margin-right: 34.5px;
    margin-bottom: 50px;
    text-align: center;
    border: solid 1px #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#present_detail .present_list li:nth-child(3n) {
    margin-right: 0;
}

#present_detail .present_img {
    margin-bottom: 15px;
}

#present_detail .present_img img {
    width: 100%;
}

#present_detail .ep_ttl {
    padding: 30px 30px 20px;
    border-bottom: solid 1px #000;
    font-size: 18px;
}

#present_detail .present_txt {
    padding: 30px;
    display: flex;
    flex-direction: column-reverse;
}

#present_detail .ep_date {
    margin-bottom: 5px;
}

#present_detail .present_name {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}

#present_detail .apply_btn {
    width: 100%;
    font-size: 20px;
}

#present_detail .apply_btn a {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #000;
    border: solid 1px #000;
    color: #fff;
    transition: all .2s;
}

#present_detail .apply_btn a:hover {
    background-color: #fff;
    color: #000;
}

#present_detail .present_intro {
    font-size: 20px;
    line-height: 1.5;
    text-align: justify;
}

#present_detail .present_intro span {
    display: inline-block;
    padding: 5px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: solid 1px #000;
}

/* -------------------------- present_detail -------------------------- */


/* -------------------------- network -------------------------- */
#network .sec_ttl h2 {
    font-size: 40px !important;
}

#network .sec_ttl {
    margin-bottom: 10px !important;
}

#network .on_air_caption {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 80px;
}

table {
    width: 100%;
    font-size: 25px;
    font-weight: 500;
}

table,
td,
th {
    border: solid 2px #000;
}

th {
    text-align: center;
    padding: 25px;
    background-color: #E1E1E1;
}

td,
th {
    vertical-align: middle;
    padding: 20px;
}

/* -------------------------- network -------------------------- */



/* -------------------------- column -------------------------- */
.column {
    margin-bottom: 150px;
}

.column_ttl {
    width: 100%;
    margin-bottom: 50px;
    border-bottom: solid 2px #000;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 15px;
}

.column_ttl h2 {
    font-family: "bilo", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 75px;
    text-align: start;
}

.column_txt {
    padding-right: 15px;
    padding-bottom: 10px;
    font-size: 120%;
}

.tvo-report {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 1.5em;
}

.tvo-report-article {
    width: calc(100% / 3.12);
}

.tvo-report-thumbnail-wrapper img {
    width: 100%;
    margin-bottom: 10px;
}

.tvo-report-time {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.tvo-report-title {
    display: none;
    /* font-size: 20px;
    font-weight: 700;
    margin: 10px auto;
    border-top: 1px solid;
    padding-top: 10px; */
}

@media (max-width: 1344px) {
    .column_ttl {
        margin-bottom: 5%;
        padding-bottom: 1.5%;
    }

    .column_ttl h2 {
        font-size: 4vw;
    }
}

@media (max-width: 1190px) {
    .column_txt {
        padding-right: 10px;
        padding-bottom: 5px;
        font-size: 100%;
    }

    .column_ttl h2 {
        font-size: 3.8vw;
    }
}

@media (max-width: 920px) {
    .column_txt {
        padding-right: 10px;
        padding-bottom: 5px;
        font-size: 80%;
    }

    .column_ttl h2 {
        font-size: 3vw;
    }
}

@media (max-width: 642px) {

    .column {
        margin-bottom: 20%;
    }

    .column_txt {
        padding-right: 10px;
        padding-bottom: 1px;
        font-size: 80%;
    }

    .column_ttl h2 {
        font-size: 4.5vw;
    }

    .tvo-report-article:first-child {
        width: 100%;
    }

    .tvo-report-article {
        width: calc(100% / 2.3);
    }

    .tvo-report-time {
        font-size: 3vw;
    }

    .tvo-report-title {
        font-size: 3.5vw;
    }

}

@media (max-width: 480px) {
    .column_txt {
        font-size: 70%;
    }

    .column_ttl h2 {
        font-size: 3.5vw;
    }
}

/* -------------------------- column -------------------------- */