@charset "UTF-8";

/* CSS Document */

@media screen and (min-width: 1025px) {
    .header_title {
        background: url(/marine/ocean-master/images/top_bg.jpg) center bottom no-repeat;
        height: 460px;
        overflow: hidden;
        width: 100%;
    }

    .header_title .corner_title_wrap {
        margin: 0 auto;
        position: relative;
        width: 980px;
    }

    .header_title .corner_title_wrap .corner_title {
        color: #fff;
        font-size: 24px;
        position: absolute;
        top: 30px;
    }

    .header_title .corner_title_wrap .corner_title h1 {
        font-size: 46px;
        font-weight: 700;
        line-height: 1.3;
    }

    .header_title .corner_title_wrap .corner_title h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.3;
    }

    .ocean_content {
        background: url(/marine/ocean-master/images/index_bg.jpg)center 0 no-repeat;
        margin-top: -75px;
        margin-bottom: 75px;
        width: 100%;
    }

    #ocean-contents-container {
        overflow: hidden;
        max-height: 0;
        /*
		transition: max-height .3s ease-in-out;
		*/
    }

    .ocean_content ul.ocean_menu {
        display: flex;
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        /* Safari */
        justify-content: space-between;
        -webkit-align-items: stretch;
        align-items: stretch;
        margin: 0 auto;
        padding-top: 40px;
        width: 980px;
    }

    .ocean_content ul.ocean_menu li {
        background: #fff;
        margin-bottom: 20px;
    }

    .ocean_content ul.ocean_menu li a {
        color: #2b2d42;
        display: block;
        transition: all 0.6s;
        width: 314px;
        text-decoration: none;
    }

    .ocean_content ul.ocean_menu li a:hover {
        opacity: 0.7;
    }

    .ocean_content ul.ocean_menu li .date {
        font-size: 13px;
        margin: 9px 0 0 9px;
    }

    .ocean_content ul.ocean_menu li .subtitle {
        font-size: 16px;
        margin: 9px 0 0 9px;
    }

    .ocean_content ul.ocean_menu li h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3;
        margin: 9px 0 9px 9px;
    }

    .load_next_btn {
        padding: 30px 0;
    }

    .load_next_btn a {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #2b2d42;
        color: #2b2d42;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        transition: all 0.6s;
        width: 240px;
        display: none;
    }

    .load_next_btn.active a {
        display: block;
    }

    .load_next_btn a:hover {
        background: #2b2d42;
        color: #fff;
    }

    /*
	
	---------------　各ページ　画像テキストフォーマット
	
	*/
    .ocean_detail_title {
        background: #fff;
        color: #2b2d42;
        font-size: 22px;
        line-height: 1.5;
        margin: -75px auto 75px;
        padding: 16px;
        text-align: center;
        width: calc(880px - 32px);
    }

    .ocean_detail_title .date {
        font-size: 17px;
        padding: 33px 0;
    }

    .ocean_detail_title h2 {
        font-feature-settings: "palt";
        font-size: 43px;
        font-weight: 700;
        line-height: 1.2;
        padding: 22px 0;
    }

    .ocean_detail_content {
        color: #2b2d42;
        font-size: 17px;
        line-height: 1.5;
        margin: 30px auto 75px;
        text-align: center;
        width: 980px;
    }

    .ocean_detail_content h2 {
        color: #2b2d42;
        font-size: 43px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0 auto;
        padding: 22px 0;
        text-align: center;
    }

    .ocean_detail_content h3 {
        color: #2b2d42;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0 auto;
        padding: 22px 0;
        text-align: center;
    }

    .ocean_content_large a,
    .ocean_content_middle a {
        color: #2b2d42;
    }

    .ocean_content_large {
        color: #2b2d42;
        font-size: 18px;
        line-height: 2;
        margin: 0 auto 50px;
        width: 730px;
    }

    .ocean_content_large p {
        margin: 0 auto 1em;
    }

    .ocean_content_large p.lead {
        font-size: 20px;
        width: fit-content;
    }

    .ocean_content_large span.caption {
        color: rgba(43, 45, 66, 0.7);
        display: block;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 1.5em;
    }

    .ocean_content_large img {
        display: block;
        height: auto;
        margin: 0 auto 10px;
        max-width: 730px;
    }

    .ocean_content_large h2 {
        color: #2b2d42;
        font-size: 26px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0 auto;
        padding: 0 0 22px;
    }

    .ocean_content_large h3 {
        color: #2b2d42;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0 auto;
        padding: 0 0 12px;
    }

    .ocean_content_full {
        margin: 0 auto 50px;
        width: 880px;
    }

    .ocean_content_full h3 {
        color: #2b2d42;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0 auto;
        padding: 0 0 10px;
    }

    .ocean_content_full img {
        display: block;
        height: auto;
        margin: 0 auto 10px;
        width: 100%;
    }

    .ocean_content_full span.caption {
        color: rgba(43, 45, 66, 0.7);
        display: block;
        font-size: 14px;
        line-height: 1.6;
        margin: 0 auto 1.5em;
        width: 880px;
    }

    .ocean_content_middle {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 0 auto;
        width: 950px;
    }

    .ocean_content_middle .middle_block {
        color: rgba(43, 45, 66, 0.7);
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 50px;
        width: 450px;
    }

    .ocean_content_middle .middle_block img {
        display: block;
        height: auto;
        margin: 0 auto 15px;
        max-width: 450px;
    }

    .ocean_content_middle .small_block {
        color: rgba(43, 45, 66, 0.7);
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 50px;
        width: 300px;
    }

    .ocean_content_middle .small_block img {
        display: block;
        height: auto;
        margin: 0 auto 15px;
        max-width: 300px;
    }

    /*コーション*/
    .ocean_detail_caution {
        color: rgba(43, 45, 66, 0.7);
        font-size: 13px;
        line-height: 1.6;
        margin: 0 auto 75px;
        text-align: left;
        width: 730px;
    }

    .ocean_detail_caution a {
        color: rgba(43, 45, 66, 0.7);
    }

    .caution {
        color: rgba(43, 45, 66, 0.7);
        font-size: 13px;
        line-height: 1.6;
    }

    /*ページネーション*/
    .ocean_pagenation {
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 auto 90px;
        width: 980px;
    }

    .ocean_pagenation .pagenumber {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color: #2b2d42;
        font-size: 18px;
        font-weight: 700;
        height: 50px;
        line-height: 50px;
        margin: 0 10px;
        text-align: center;
        width: 100px;
    }

    .ocean_pagenation .pagenumber a {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #2b2d42;
        color: #2b2d42;
        display: block;
        text-decoration: none;
        transition: all 0.6s;
    }

    .ocean_pagenation .active,
    .ocean_pagenation .pagenumber a:hover {
        background: #2b2d42;
        color: #fff;
        text-decoration: none;
        transition: all 0.6s;
    }

    /*
	
	---------------　佐野造船所　フッターアーカイブナビ
	
	*/
    .sano_archive_box {
        border-top: 1px solid #2b2d42;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 28px;
        width: 980px;
    }

    .sano_archive_box h2 {
        color: #2b2d42;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 28px;
        width: 100%;
    }

    .sano_archive_box ul {
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: stretch;
        align-items: stretch;
    }

    .sano_archive_box ul li {
        background: #fff;
        border: 1px solid #2b2d42;
        display: block;
        margin-bottom: 10px;
        width: 318px;
    }

    .sano_archive_box ul li a {
        color: #000;
        display: block;
        text-decoration: none !important;
        transition: all 0.6s;
    }

    .sano_archive_box ul li a:hover {
        opacity: 0.7;
    }

    .sano_archive_box ul li .title {
        background: #2b2d42;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 47px;
        text-align: center;
    }

    .sano_archive_box ul li img {
        height: auto;
        width: 100%;
    }

    .sano_archive_box ul li .sano_archive_text {
        line-height: 1.6;
        padding: 5px 10px;
    }

    /*
	
	---------------　記事内囲み部分
	
	*/
    .ocean_content_large .boxed_article {
        border: 1px solid #0e86d9;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 0 auto 50px;
        padding: 2%;
        width: 100%;
    }

    .ocean_content_large .boxed_article h2 {
        color: #0070bf;
        font-size: 20px;
        font-weight: 700;
        width: 100%;
    }

    .ocean_content_large .boxed_article img {
        height: auto;
        width: 100%;
    }

    .ocean_content_large .boxed_article .middle_block {
        width: 48%;
    }

    .ocean_content_large .boxed_article .middle_block img {
        height: auto;
        width: 100%;
    }


}
