.tabcontents {
    background: url(../../../shared/img/bg_bl.png) center top repeat;
    background-size: 12px 12px;
    padding-bottom: 30px;
}

#fishing-flow {
    width: 100%;
}

#fishing-flow h3 {
    padding: 30px 0;
    font-size: 4.4rem;
    line-height: 1.1;
    margin-bottom: 0;
}

#fishing-flow h3 span {
    font-size: 1.8rem;
    color: #AE9866;
}

@media screen and (min-width: 767px) {
    #fishing-flow h3 {
        margin-top: 0;
    }
    #fishing-flow h3 span {
        margin-left: 5%;
    }
}

@media screen and (max-width: 767px) {
    #fishing-flow h3 {
        margin-top: 28px;
    }
}

#fishing-flow h4 {
    width: 140px;
    margin-left: -30px;
    margin-right: 10px;
    padding: 10px;
    border-radius: 0 20px 20px 0;
    background: #465f7d;
    color: #fff;
    text-align: center;
}

#fishing-flow h5 {
    padding: 4px 0 0 10px;
    border-left: 10px solid #465f7d;
    font-size: 2.4rem;
    line-height: 1.1;
}


/*タブ*/

.tab {
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    max-width: 770px;
    margin: 30px auto;
}

.tablist {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    flex: 0 0 32%;
    padding: 25px 0;
    list-style-type: none;
    color: #465f7d;
    cursor: pointer;
    position: relative;
    border: 2px solid #465f7d;
    margin: 0 -2px -2px 0;
}

@media screen and (max-width: 767px) {
#fishing-flow .tablist{font-size: 1.6rem;}
}

.tablist.active {
    background: #465f7d;
    border: 2px solid #465f7d;
    color: #fff;
}

.tablist.active:before {
    position: absolute;
    top: 100%;
    left: calc(50% - 24px);
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 24px 24px 0 24px;
    border-color: #465f7d transparent transparent transparent;
}

.tab li:hover{opacity: 0.8;}

.fish {
    max-width: 480px;
}

.tab-botom .tablist.active:before {
    position: absolute;
    top: -24px;
    left: calc(50% - 24px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 24px 24px;
    border-color: transparent transparent #465f7d transparent;
}


/*仕掛け*/

.shikake {
    background-color: #fff;
}

.shikake p {
    max-width: 793px;
    margin: 0 auto;
}

.link-zoom {
    display: block;
    max-width: 793px;
    margin: 0 auto;
    position: relative;
}

.link-zoom::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../../../shared/img/icon_zoom_wh.svg) center center no-repeat rgba(0, 0, 0, 0.8);
    background-size: 24px 24px;
    content: "";
}

@media screen and (min-width: 767px) {
    #fishing-flow .flex-rimg {
        align-items: center;
    }
}

.esa {
    max-width: 793px;
    margin: 0 auto;
    padding-bottom: 1.33em;
}

.esa_box {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
}

.esa_box div:first-child {
    width: 100%;
}

.esa_box table {
    line-height: 1.6;
}

.esa_box img {
    max-width: 320px;
}


/*sao*/

.sao_table {
    padding-top: 1.67em;
    max-width: 793px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


@media screen and (max-width: 767px) {
    .sao_table {
        padding-left: 4%;
    }
    .sao_table tr {
        width: 100%;
    }
}

.sao_table tr {
    width: 50%;
    border-bottom: 0;
}

.sao_table th {
    font-size: 1.6rem;
    color: #000;
    text-align: left;/**/
    width: 198px;/**/
}

.sao_table th:before {
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
    color: #ae9866;
    text-align: center;
    content: "■";
}


/*シロギス、マアジ*/

#maaji .maaji-esa {
    flex-direction: column;
}

@media screen and (min-width: 767px) {
    #shirogisu .sao_table tr:last-child,
    #maaji .sao_table tr:last-child {
        white-space: nowrap;
    }
}


/*エサ*/

.esa_box table {
    margin-bottom: 1.67em;
}

#fishing-flow .esa_table {
    width: 100%;
    margin: 0 auto;
}

.esa_table tr {
    border-bottom: 0;
}

.esa_table th {
    color: #000;
    width: 30%;
    font-size: 1.6rem;
}

.esa_table th:before {
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
    color: #ae9866;
    text-align: center;
    content: "■";
}


/*釣り方*/

#fishing-flow .flow .txt-bd {
    display: flex;
    justify-content: flex-start;
    color: #465f7d;
    margin: 0 100px;
    padding: 25px 0;
    max-width: 792px;
}

@media screen and (min-width: 767px) {
    #fishing-flow .flow div:first-child {
        padding-top: 0;
        height: 230px;
    }
}

#fishing-flow .flow div:last-child {
    padding-bottom: 0;
}

#fishing-flow .flow .txt-bd div:last-child {
    margin-left: 50px;
    width: 100%;
}


#fishing-flow .flow .txt-bd div .flow_span {
    margin-left: 0;
}

@media screen and (min-width: 767px) {
    #fishing-flow .flow .txt-bd div .flow_span {
        padding-left: calc(40px + 5%);
    }
}

@media screen and (max-width: 767px) {
    #fishing .flow .txt-bd div .flow_span {
        padding-left: 0;
        margin-top: 0;
    }
}

#fishing-flow .flow .txt-bd:first-child {
    margin-bottom: 25px;
}

#fishing-flow .flow_number {
    display: inline-block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    background-color: #465f7d;
    border-radius: 50%;
    font-size: 1.8rem;
    margin-right: 5%;
    text-align: center;
    margin-bottom: 5%;
}

@media screen and (max-width: 767px) {
    #fishing-flow .flow_number {
        display: inline-block;
        line-height: 35px;
        width: 35px;
        height: 35px;
        color: #fff;
        font-weight: bold;
        background-color: #465f7d;
        border-radius: 50%;
        font-size: 1.8rem;
        margin-right: 3%;
        text-align: center;
        margin-bottom: 5%;
    }
}



@media screen and (min-width: 767px) {
    #fishing-flow .sao_table tr:nth-child(even) {
        padding-left: 4%;
    }
    .fishing_img {
        max-width: 290px;
        margin-left: 10%;
    }
    #fishing-flow .flow div img {
        max-width: 290px;
        border-radius: 10px;
    }
}

.advice {
    max-width: 793px;
    margin: 0 auto;
}

.advice_box {
    display: flex;
    justify-content: space-between;
}


/*スマホ*/

@media screen and (max-width: 767px) {
    .tab {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }
    .tablist {
        padding: 16px 0;
    }
    .tabcontents {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        padding: 0 4% 1.67em 4%;
        margin-bottom: 24px;
    }
    .fish {
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .flex-rimg {
        justify-content: center;
    }
    #fishing-flow .shikake {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        padding: 0 4%;
    }
    #fishing-flow .shikake img {
        padding-left: 0;
    }
    #fishing-flow .sao_table tr,
    #fishing .esa_table tr {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    #fishing-flow .sao_table th,
    #fishing-flow .esa_table th {
        width: 80%;
    }
    #shirogisu .sao_table tr:last-child th,
    #maaji .sao_table tr:last-child th {
        width: 100%;
        margin-left: calc(-24px + 1.6em);
    }
    #fishing-flow #shirogisu .sao_table tr:last-child,
    #fishing-flow #maaji .sao_table tr:last-child {
        padding-left: 0;
    }
    .esa_box {
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .esa_box div table {
        padding-left: 4%;
    }
    #fishing-flow .flow .txt-bd {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        padding: 25px 0;
        width: 100%;
    }
    #fishing-flow .flow div:first-child {
        order: 1;
    }
    #fishing-flow .flow .txt-bd:first-child {
        margin-top: 0;
    }
    #fishing-flow .flow .txt-bd div:last-child {
        margin-left: 0;
    }
    #fishing-flow .flow img {
        margin-top: 25px;
        width: 100%;
        border-radius: 10px;
    }
    .advice_box {
        flex-direction: column;
    }
    .advice img {
        margin-top: 25px;
        width: 100%;
    }
}