.block:not(:last-child) {
    margin: 0 0 35px;
}
.block-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.pagettl {
    background: #FFF4D2;
    border-top: solid 2px #FF7F00;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 5px;
}
@media screen and (max-width: 768px) {
    .pagettl {
        font-size: 15px;
    }
}
/* page common */
.freepage .main-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.page {
    margin: 0 auto;
    width: 95%;
}
.page h3 {
	background: url(https://gigaplus.makeshop.jp/fishing/inomata2014/images/main2_h3bk.jpg) no-repeat;
    background-size: cover;
    background-position: left bottom;
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 5px 75px 5px 20px;
    position: relative;
	z-index: 1;
}
.page h4 {
    background: var(--main-theme-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 3px 5px;
}
.page p {
    font-size: 14px;
    line-height: 1.6em;
    margin: 0 0 20px;
}
.page ul {
    margin: 0 0 20px;
}
.page ul li {
    font-size: 14px;
    line-height: 1.6em;
}
.page ul li:not(:last-child) {
    margin: 0 0 5px;
}
.page p strong {
    font-weight: 600;
}
.page p .red {
    color: #CC0000;
}
.imageflex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px;
}
.imageflex img {
    display: block;
    height: inherit !important;
    width: 50%;
    max-width: max-content;
}
.freepage .table {
    margin: 20px 0;
}
.freepage table.bor {
    border: solid 1px #CCC;
    border-collapse: collapse;
    width: 100%;
}
.freepage table.bor th {
    padding: 10px;
    font-weight: bold;
    border: solid 1px #CCC;
    background: #EFEFEF;
    text-align: center;
}
.freepage table.bor td {
    padding: 2px;
    border: solid 1px #CCC;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .freepage .table {
        overflow-x: auto;
    }
    .freepage table.bor {
        width: 600px;
    }
}

/* guide anker */
.guide-anker {
    margin: 0 0 25px;
}
.guide-anker__cards {
    border: 1px solid #ccc;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.guide-anker__card {
    border-bottom: 1px solid #ccc;
    min-height: 300px;
    padding: 8px;
}
.guide-anker__ttl {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 5px 5px 3px;
}
.guide-anker__card ul li {
    background: url(http://gigaplus.makeshop.jp/fishing/inomata2014/images/yaji3.jpg) no-repeat left center;
    padding: 0 0 0 18px;
}
.guide-anker__card ul li:not(:last-child) {
    margin: 0 0 10px;
}
.guide-anker__card ul li a {
    font-size: 14px;
}
@media screen and (min-width: 968px) {
    .guide-anker__card:nth-child(3n-1) {
        border: 1px solid #ccc;
        border-top: 0;
    }
    .guide-anker__card:nth-last-child(-n+3) {
        border-bottom: 0;
    }
}
@media screen and (max-width: 968px) {
    .guide-anker__cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .guide-anker__card:nth-child(even) {
        border-left: 1px solid #ccc;
    }
    .guide-anker__card:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .guide-anker__cards {
        border: 0;
        grid-template-columns: 1fr;
    }
    .guide-anker__card {
        min-height: 0;
        padding: 0;
    }
    .guide-anker__card:nth-child(even) {
        border-left: 0;
    }
    .guide-anker__ttl {
        margin: 0;
        padding: 8px 25px 8px 8px;
        position: relative;
    }
    .guide-anker__ttl::before {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: "";
        height: 5px;
        margin: auto;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        transform: rotate(135deg);
        width: 5px;
    }
    .guide-anker__card.active .guide-anker__ttl::before {
        transform: rotate(315deg);
    }
    .guide-anker__card ul {
        display: none;
        padding: 10px 15px;
    }
}
/* company */
.company-map {
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
}
.company-map iframe {
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 90%;
}
/* company table */
.company-table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin: 0 0 25px;
    width: 100%;
}
.company-table tr th,
.company-table tr td {
    border: 1px solid #ccc;
    padding: 10px;
}
.company-table tr th {
    font-size: 14px;
    font-weight: 700;
}
.company-table tr td {
    font-size: 14px;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .company-table {
        border-bottom: 0;
        margin: 0 auto 25px;
        width: calc(100% - 15px);
    }
    .company-table tr th,
    .company-table tr td {
        display: block;
        padding: 10px;
        width: 100%;
    }
    .company-table tr th {
        border-bottom: 0;
        border-top: 0;
        padding: 5px 10px;
        text-align: left;
    }
}

/* voice */
.voice-item {
    background: #EFEFEF;
    border-radius: 10px;
    padding: 15px;
}
.voice-item:not(:last-child) {
    margin: 0 0 20px;
}
.voice-item dt {
    margin: 0 0 8px;
}
.voice-item dt span {
    display: block;
    font-weight: 700;
}
.voice-item dt span.name {
    margin: 0 0 5px;
}
.voice-item dd {
    font-size: 14px;
    line-height: 1.8em;
}
.voice-item dd .siguniture {
    margin: 10px 0 0;
    text-align: right;
}
.voice-item dd span {
    display: block;
}
.voice-item dd hr {
    margin: 8px 0;
}

.freepage #qa_navi {
    margin: 20px 0;
    padding: 10px;
    background: #F7F7F7;
}
.freepage #qa_navi p {
    margin: 0 0 10px;
}
.freepage #qa_navi .headmark {
    padding: 0 10px;
}
.freepage #qa_navi .headmark li:not(:last-child) {
    margin: 0 0 15px;
}
.freepage #qa_navi .headmark li::before {
    content: "・";
}
.qa_list dt {
    font-weight: 500;
    margin: 0 0 5px;
}
.qa_list dd {
    border-bottom: 1px dashed #ccc;
    line-height: 1.8em;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.Gotop {
    text-align: right;
}


.freepage table.bor.course-table {
    border: solid 1px #CCC;
    border-collapse: collapse;
    width: 100%;
}
.freepage table.bor.course-table th {
    padding: 10px;
    font-weight: bold;
    border: solid 1px #CCC;
    background: #EFEFEF;
    text-align: center;
    width: 120px;
}
.freepage table.bor.course-table td {
    padding: 2px;
    border: solid 1px #CCC;
    padding: 10px;
    text-align: center;
    width: calc(100% - 120px);
}
.freepage table.bor.course-table td p {
    margin: 0;
}
.freepage table.bor.course-table td img {
    display: inline-block;
    margin: 10px 5px;
}
@media screen and (max-width: 768px) {
    .freepage table.bor.course-table th {
        display: block;
        text-align: left;
        width: 100%;
    }
    .freepage table.bor.course-table td {
        display: block;
        text-align: left;
        width: 100%;
    }
}