@charset "UTF-8";
/*------------------------------------------------------------Content*/
.catch01 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.catch01 figure {
    text-align: center;
}
.catch01 figure img {
    width: 280px;
    height: auto;
}
@media print, screen and (min-width:768px) {
.catch01 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.catch01 div p {
    font-size: 20px;
}
.catch01 figure img {
    width: auto;
    height: auto;
}
}
@media print, screen and (min-width:992px) {
.catch01 {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
}

#charter .sheet_basic.price tr td {
    text-align: center;
}
#charter .sheet_basic.price tr th > span, #charter .sheet_basic.price tr td > span {
    display: block;
}
@media print, screen and (min-width:576px) {
#charter .sheet_basic.price tr th > span, #charter .sheet_basic.price tr td > span {
    display: inline-block;
}
}

#charter .sheet_basic.merit tr th {
    width: 50%;
}

.merit_tx {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
}
.merit_tx li {
    padding: 5px;
    text-align: center;
    background: rgba(var(--gray_d2),1);
}
.merit_tx li p {
    padding: 10px 0;
    border: solid 1px rgba(var(--white_tr),0.2)
}
@media print, screen and (min-width:768px) {
.merit_tx {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    margin: 20px 0;
}
.merit_tx li {
    width: 49%;
    padding: 5px;
}
.merit_tx li p {
    padding: 15px 0;
}
}
@media print, screen and (min-width:1200px) {
.merit_tx li p {
    font-size: 18px;
}
}


.list_flow {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
}
.list_flow .title03 span {
    display: block;
    font-size: 0.85em;
}
.list_flow {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.list_flow ol {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.list_flow ol li {
    position: relative;
    counter-increment: cnt;
    padding: 15px 15px 15px calc(15px + 2.2em);
    line-height: 1.5;
    background: rgba(var(--gray_d2),1);
}
.list_flow ol li::before {
    position: absolute;
    top: 6px;
    left: 15px;
    content: "0"counter(cnt);
    display: inline-block;
    font-family: "EB Garamond", serif;
    font-size: 1.75em;
    color: var(--yellow);
}
.list_flow > li:last-child ol li::before {
    color: var(--blue);
}
.list_flow ol li:not(:last-child)::after {
    position: absolute;
    left: 40px;
    bottom: -24px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    border-right: solid 2px rgba(var(--gray_l),0.7);
    border-bottom: solid 2px rgba(var(--gray_l),0.7);
    transform: rotate(45deg);
}
.list_flow ol li span {
    position: absolute;
    left: 80px;
    bottom: -32px;

}
@media print, screen and (min-width:576px) {
.list_flow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
}
.list_flow > li {
    width: 48%;
}
}
@media print, screen and (min-width:768px) {
.list_flow ol li {
    position: relative;
    counter-increment: cnt;
    padding: 15px 15px 15px calc(15px + 2.2em);
    line-height: 1.5;
    font-size: 18px;
}
.list_flow ol li::before {
    top: 4px;
}
}

.fig_box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}
.fig_box h6 {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 18px;
}
.fig_box figure {
    text-align: center;
}
.fig_box figcaption {
    margin-top: 6px;
    text-align: left;
    line-height: 1.4;
    font-size: 14px;
}
@media print, screen and (min-width:768px) {
.fig_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    margin-top: 40px;
}
.fig_box h6 {
    margin-bottom: 15px;
    font-size: 20px;
}
.fig_box figure {
    text-align: center;
}
}
