@charset "UTF-8";
/* ===================================================================
下層共通
=================================================================== */

/* body {
	padding-top: 90px;
} */

#container {
    color: #333;
    padding: 65px 0 100px 0;
}

#contents_left {
    width: 100%;
    float: none;
}

#contents_right {
    width: 270px;
    float: none;
    position: absolute;
    top: 455px;
    right: calc((100% - 1200px) / 2);
    z-index: 21;
}

#locator {
    width: 1200px;
    height: 60px;
    background-color: #fff;
    margin: -60px auto 0 auto;
    position: relative;
    z-index: 10;
}

#locator ol {
    display: flex;
    height: 100%;
    align-items: center;
}

#locator ol li {
    font-size: .9em;
    color: #333;
    line-height: 1.2;
    list-style: none;
    padding: 0 1.2em;
}

#locator ol li:last-of-type {
    color: #004898;
}

#locator ol li:nth-of-type(n+3) {
    border-left: 1px solid #ddd;
}

#locator ol li a:hover {
    color: #004898;
    text-decoration: none;
}

#locator ol li:first-child {
    width: 60px;
    height: 100%;
    margin-right: .5em;
    padding: 0;
}

#locator ol li:first-child a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    align-items: center;
    background: url(../image/common_icon_home.png) no-repeat center center;
    background-color: #004998;
    text-indent: -9999999px;
}

#locator ol li.current {
    width: 60px;
    height: 100%;
    padding: 0;
}


@media only screen and (max-width: 1240px) {
    #contents_right {
        right: 3%;
    }
}

/************************************************************/

/* ページタイトル */

/************************************************************/

#common__page__title {
    width: 100%;
    height: 390px;
    background: url(../image/common_pagetitle_bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}

#common__page__title::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
}

#common__page__title>h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    width: 1200px;
    height: 100%;
    font-size: 3em;
    font-weight: normal;
    color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/************************************************************/

/* サイドバー */

/************************************************************/

#subnav {
    width: 100%;
    position: absolute;
    top: -125px;
}
#subnav_title a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;
    font-size: 1.5em;
    color: #fff;
    background-color: #002b5b;
}

#subnav_title a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #004898;
}

#subnav li {
    font-size: .9em;
    list-style-type: none;
}

#subnav>ul {
    background-color: #004898;
    padding-bottom: 50px;
}

#subnav>ul>li>a {
    display: block;
    color: #fff;
    background-color: #004898;
    padding: 0 35px;
}

#subnav>ul>li>a:hover,
#subnav>ul>li.current>a {
    text-decoration: none;
    background-color: #002b5b;
}

#subnav>ul>li>a>.nav_inner {
    display: block;
    line-height: 1;
    border-bottom: 1px solid #8095ad;
    padding: 1.8em 0 2em 0;
    position: relative;
}

#subnav>ul>li>a>.nav_inner::before,
#subnav>ul>li>a>.nav_inner::after {
    content: "";
    display: block;
    position: absolute;
}

#subnav>ul>li>a>.nav_inner::before {
    width: 26px;
    height: 9px;
    border-bottom: 1px solid #fff;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-60%) translateX(1px);
    transform: translateY(-60%) translateX(1px);
}

#subnav>ul>li>a>.nav_inner::after {
    width: 7px;
    height: 7px;
    top: 50%;
    right: 0;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

#subnav>ul>li>ul>li {
    background-color: #ccc;
}

#subnav>ul>li>ul>li>a {
    display: block;
    color: #fff;
    background-color: #004898;
    padding: 0 35px;
}

#subnav>ul>li>ul>li>a>.nav_inner {
    display: block;
    line-height: 1;
    border-bottom: 1px solid #8095ad;
    padding: 1.2em 0 1.2em 1em;
    position: relative;
}

#subnav>ul>li>ul>li>a:hover,
#subnav>ul>li>ul>li.current>a {
    text-decoration: none;
    background-color: #002b5b;
}

#subnav>ul>li>ul>li>a>.nav_inner::before,
#subnav>ul>li>ul>li>a>.nav_inner::after {
    content: "";
    display: block;
    position: absolute;
}

#subnav>ul>li>ul>li>a>.nav_inner::before {
    width: 26px;
    height: 9px;
    border-bottom: 1px solid #fff;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-60%) translateX(1px);
    transform: translateY(-60%) translateX(1px);
}

#subnav>ul>li>ul>li>a>.nav_inner::after {
    width: 7px;
    height: 7px;
    top: 50%;
    right: 0;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

/************************************************************/

/* 下層メインコンテンツ タイプ別 */

/************************************************************/

/* サイドバーあり */

.common_left_keep_side {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 310px;
}

/* サイドバーなし */

.common_left_no_side {
    width: 1200px;
    /* margin: 0 auto; */
    margin-right: auto;
    margin-left: auto;
}

/* サイドバーなし */

.common_left_no_side_w {
    width: 100%;
}

.common_left_no_side_w>.inner {
    width: 1200px;
    margin: 0 auto;
}

/************************************************************/

/* サブタイトル キャッチ */

/************************************************************/

.subtitle02_box {
    margin-bottom: 50px;
}

.subtitle02 {
    border-bottom: 2px solid #ddd;
}

.subtitle02>span {
    display: block;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1;
    border-left: 6px solid #004998;
    margin-bottom: .6em;
    padding-left: .6em;
}

.subtitle02_box:nth-of-type(n+2) {
    margin-top: 80px;
}

.common_page_catch {
    padding: 0 100px;
}

.common_page_catch>p {
    font-size: 1em;
    text-align: center;
}

.subtitle03 {
    font-weight: normal;
    color: #004998;
    line-height: 1.2;
    border-left: 3px solid #004998;
    padding-left: .5em;
}

/************************************************************/

/* リストタイプ */

/************************************************************/

.list_no_style li {
    list-style-type: none;
}

.list_indent {
    padding-left: 1.5em;
}

/************************************************************/

/* テーブルタイプ */

/************************************************************/

.common_flexTable_type01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.common_flexTable_type01>div:nth-of-type(1),
.common_flexTable_type01>div:nth-of-type(2) {
    border-top: 1px solid #004998;
}

.common_flexTable_type01>div:nth-of-type(2) {
    border-top: 1px solid #ccc;
}

.common_flexTable_type01>div.title,
.common_flexTable_type01>div.text {
    line-height: 2;
    padding: 1.5em 0;
}

.common_flexTable_type01>div.title {
    width: 180px;
    color: #004898;
    border-bottom: 1px solid #004998;
}

.common_flexTable_type01>div.text {
    width: 700px;
    border-bottom: 1px solid #ccc;
}

/************************************************************/

/* ボタンタイプ */

/************************************************************/

.btn_type01 a {
    color: #004898;
    background-color: #fff;
    border: 1px solid #65AEFF;
    position: relative;
}

.btn_type01 a>.arr {
    display: block;
    text-align: center;
    position: relative;
}

.btn_type01 a>.arr::before,
.btn_type01 a>.arr::after {
    content: "";
    display: block;
    position: absolute;
}

.btn_type01 a>.arr::before {
    width: 26px;
    height: 9px;
    border-bottom: 1px solid #004898;
    top: 50%;
    right: -26px;
    -webkit-transform: translateY(-7px) translateX(0%);
    transform: translateY(-7px) translateX(0%);
}

.btn_type01 a>.arr::after {
    width: 7px;
    height: 7px;
    top: 50%;
    right: -26px;
    border-right: 1px solid #004898;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.btn_type01 a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #004898;
    border: 1px solid #65AEFF
}

.btn_type01 a:hover>.arr::before {
    border-bottom: 1px solid #fff;
}

.btn_type01 a:hover>.arr::after {
    border-right: 1px solid #fff;
}

@media only screen and (max-width:979px) {

    .btn_type01 a>.arr::before {
        right: -26px;
    }

    .btn_type01 a>.arr::after {
        right: -26px;
    }

}

/************************************************************/

/* 画像 */

/************************************************************/

.common_img_box>img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* screens smaller than 980---------------------------------------------------------- */

@media only screen and (max-width:979px) {
    body {
        padding-top: 70px;
    }

    #container {
        color: #333;
        padding: 8% 0 10% 0;
    }

    #contents_left {
        width: 100%;
        float: none;
        padding: 0 3%;
    }

    #contents_right {
        width: 100%;
        float: none;
        margin-top: 6%;
        padding: 0 3%;
        position: static;
    }

    #locator {
        width: 80%;
        height: 40px;
        margin: -40px auto 0 auto;
    }

    #locator ol li {
        font-size: .9em;
        padding: 0 1em;
    }

    #locator ol li:last-of-type {
        color: #004898;
    }

    #locator ol li a:hover {
        color: #333;
    }

    #locator ol li.home {
        width: 40px;
        margin-right: .3em;
    }

    /************************************************************/
    /* ページタイトル */
    /************************************************************/
    #common__page__title {
        height: 200px;
    }

    #common__page__title>h1 {
        width: 100%;
        font-size: 2.4em;
    }

    /************************************************************/
    /* サイドバー */
    /************************************************************/
    #subnav {
        width: 100%;
        position: static;
    }

    #subnav_title a:hover {
        background-color: #002b5b;
    }

    #subnav>ul>li>a:hover,
    #subnav>ul>li>ul>li>a:hover {
        background-color: #004898;
    }

    #subnav>ul>li.current>a:hover,
    #subnav>ul>li>ul>li.current>a:hover {
        text-decoration: none;
        background-color: #002b5b;
    }

    /************************************************************/
    /* 下層メインコンテンツ タイプ別 */
    /************************************************************/
    /* サイドバーあり */
    .common_left_keep_side {
        width: 100%;
        padding-right: 0;
    }

    /* サイドバーなし */
    .common_left_no_side {
        width: 100%;
    }

    /* サイドバーなし */
    .common_left_no_side_w {
        width: 100%;
    }

    .common_left_no_side_w>.inner {
        width: 100%;
    }

    /************************************************************/
    /* サブタイトル */
    /************************************************************/
    .subtitle02_box {
        margin-bottom: 5%;
    }

    .subtitle02_box:nth-of-type(n+2) {
        margin-top: 10%;
    }

    .common_page_catch {
        padding: 0 6%;
    }

    /************************************************************/
    /* リストタイプ */
    /************************************************************/
    .common_flexTable_type01>div.title {
        width: 20%;
        color: #004898;
        border-bottom: 1px solid #004998;
    }

    .common_flexTable_type01>div.text {
        width: 78%;
    }

    /*------------------------------------------------------------------------------*/
}

/* screens smaller than 690---------------------------------------------------------- */

@media only screen and (max-width:690px) {
    #locator {
        width: 90%;
        height: 30px;
        margin: -30px auto 0 auto;
    }

    #locator ol li {
        font-size: .8em;
        padding: 0 .8em;
    }

    #locator ol li:last-of-type {
        color: #004898;
    }

    #locator ol li a:hover {
        color: #333;
    }

    #locator ol li.home {
        width: 30px;
        margin-right: .2em;
    }

    /************************************************************/
    /* ページタイトル */
    /************************************************************/
    #common__page__title {
        height: 150px;
    }

    #common__page__title>h1 {
        font-size: 1.8em;
        font-weight: bold;
    }

    /************************************************************/
    /* サブタイトル */
    /************************************************************/
    .subtitle02_box {
        margin-bottom: 3%;
    }

    .subtitle02_box:nth-of-type(n+2) {
        margin-top: 10%;
    }

    .subtitle02>span {
        font-size: 1em;
    }

    .common_page_catch {
        padding: 0 5%;
    }

    .common_page_catch>p {
        font-size: .9em;
        line-height: 1.8;
        text-align: center;
    }

    /************************************************************/
    /* リストタイプ */
    /************************************************************/
    .common_flexTable_type01 {
        display: block;
    }

    .common_flexTable_type01>div:nth-of-type(1),
    .common_flexTable_type01>div:nth-of-type(2) {
        border-top: 1px solid #004998;
    }

    .common_flexTable_type01>div.title,
    .common_flexTable_type01>div.text {
        line-height: 2;
        padding: 1.2em 0;
    }

    .common_flexTable_type01>div.title {
        width: 100%;
        color: #004898;
        border-bottom: 1px solid #004998;
    }

    .common_flexTable_type01>div.text {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    /************************************************************/
    /* テーブルタイプ */
    /************************************************************/
    .common_flexTable_type01>div:nth-of-type(1),
    .common_flexTable_type01>div:nth-of-type(2) {
        border-top: none;
    }

    .common_flexTable_type01>div.title,
    .common_flexTable_type01>div.text {
        line-height: 2;
        padding: 1em 0;
    }

    .common_flexTable_type01>div.title {
        width: 100%;
        color: #004898;
        border-bottom: 1px solid #004998;
    }

    .common_flexTable_type01>div.text {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    /*------------------------------------------------------------------------------*/
}

/************************************************************/

/* ジェピコの強み */

/************************************************************/

.page__strength.common_page_catch {
    margin-bottom: 80px;
}

.strength_section01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
}

.strength_section01>div.section_box {
    width: 280px;
    border: 1px solid #ddd;
    position: relative;
}

.strength_section01>div.section_box>.box_head {
    font-size: 2.6em;
    color: #004898;
    line-height: 1;
    margin: -.5em 0 30px 0;
}

.strength_section01>div.section_box>div.icon_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 102px;
    margin-bottom: 20px;
}

.strength_section01>div.section_box>.title {
    font-size: 1.3em;
    color: #004898;
    line-height: 1;
    text-align: center;
    margin-bottom: .5em;
}

.strength_section01>div.section_box>.text {
    font-size: 1em;
    line-height: 1.6;
    text-align: center;
    position: relative;
    z-index: 10;
}

.strength_section01>div.section_box>div.num_img {
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
}

.strength_section01>div.section_box>div.num_img>img {
    vertical-align: bottom;
}

.strength_section01>div.section_box>div.btn_type01 {
    padding: 0 20px;
    -webkit-transform: translateY(50%) translateX(0%);
    transform: translateY(50%) translateX(0%);
}

.strength_section01>div.section_box>div.btn_type01>a {
    display: block;
    padding: .9em;
}

.strength_section02.strength_bg_blue:nth-of-type(odd) {
    background-color: #F2F5FA;
}

.strength_section02 .inner {
    padding: 100px 40px 90px 40px;
}

.strength_section02 .section_title {
    display: flex;
    align-items: center;
    height: 70px;
    background-color: #fff;
    margin-bottom: 25px;
}

.strength_section02.strength_bg_blue:nth-of-type(even) .section_title {
    background-color: #F2F5FA;
}

.strength_section02 .section_title>span.img {
    width: 96px;
    height: 100%;
    position: relative;
}

.strength_section02 .section_title>span.img>img {
    position: absolute;
    bottom: 0;
}

.strength_section02 .section_title>span.point_text {
    width: 94px;
    font-size: 24px;
    font-weight: normal;
    color: #087BFB;
    background: url(../image/line_img01.png) repeat-y center right;
}

.strength_section02:nth-of-type(even) .section_title>span.point_text {
    color: #004998;
}

.strength_section02 .section_title>span.title_text {
    font-size: 24px;
    font-weight: normal;
    padding-left: 25px;
}

.strength_section02 .section_info {
    line-height: 2;
    margin-bottom: 60px;
}

.strength_section02 .subtitle03 {
    font-size: 18px;
    margin-bottom: 20px;
}

.strength_section02:nth-of-type(odd) .subtitle03 {
    color: #087BFB;
}

.strength_section02 .select_case {
    display: flex;
    justify-content: space-between;
}

.strength_section02 .select_case .case_box {
    transition: .2s;
}

.strength_section02 .select_case .case_box:hover {
    opacity: .7;
}

.strength_section02 .select_case .case_box .img>img {
    max-width: 100%;
    max-height: 100%;
}

.strength_section02 .select_case a {
    line-height: 1;
    text-decoration: none;
}

.strength_section02 .select_case a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    background-color: #087BFB;
    margin-right: .3em;
}

.strength_section02:nth-of-type(even) .select_case a::before {
    background-color: #004998;
}

/* screens smaller than 980---------------------------------------------------------- */

@media only screen and (max-width:979px) {

    /************************************************************/
    /* ジェピコの強み */
    /************************************************************/
    .page__strength.common_page_catch {
        margin-bottom: 10%;
    }

    .strength_section01 {
        flex-wrap: wrap;
        margin-bottom: 10%;
        padding: 0 5%;
    }

    .strength_section01>div.section_box {
        width: 48%;
    }

    .strength_section01>div.section_box:nth-of-type(n+3) {
        margin-top: 10%;
    }

    .strength_section01>div.section_box>.box_head {
        font-size: 2.2em;
        margin: -.5em 0 6% 0;
    }

    .strength_section01>div.section_box>div.icon_img {
        height: 100px;
        margin-bottom: 5%;
    }

    .strength_section01>div.section_box>div.icon_img>img {
        max-width: 100%;
        max-height: 100%;
    }

    .strength_section01>div.section_box>.title {
        font-size: 1.2em;
    }

    .strength_section01>div.section_box>.text {
        font-size: .9em;
    }

    .strength_section01>div.section_box>div.num_img {
        width: 35%;
        text-align: right;
    }

    .strength_section01>div.section_box>div.num_img>img {
        max-width: 100%;
        max-height: 100%;
    }

    .strength_section01>div.section_box>div.btn_type01 {
        padding: 0 5%;
    }

    .strength_section01>div.section_box>div.btn_type01>a {
        display: block;
        padding: 4%;
    }

    .strength_section02 .inner {
        padding: 6% 3% 4% 3%;
    }

    .strength_section02 .section_title {
        display: flex;
        align-items: center;
        height: 60px;
        background-color: #fff;
        margin-bottom: 3%;
    }

    .strength_section02.strength_bg_blue:nth-of-type(even) .section_title {
        background-color: #F2F5FA;
    }

    .strength_section02 .section_title>span.img {
        width: 12%;
        height: 100%;
        position: relative;
    }

    .strength_section02 .section_title>span.img>img {
        width: 80%;
    }

    .strength_section02 .section_title>span.point_text {
        width: 4em;
        font-size: 1em;
    }

    .strength_section02 .section_title>span.title_text {
        font-size: 1em;
        line-height: 1.2;
        padding-left: 1em;
    }

    .strength_section02 .section_info {
        font-size: .9em;
        line-height: 1.8;
        margin-bottom: 4%;
    }

    .strength_section02 .subtitle03 {
        font-size: 1.2em;
        margin-bottom: 3%;
    }

    .strength_section02 .select_case .case_box {
        width: 19%;
    }

    .strength_section02 .select_case .case_box:hover {
        opacity: 1;
    }

    .strength_section02 .select_case a {
        font-size: .9em;
    }

    .strength_section02 .select_case a::before {
        width: 5px;
        height: 5px;
        margin-right: .2em;
    }

    /*------------------------------------------------------------------------------*/
}

/* screens smaller than 690---------------------------------------------------------- */

@media only screen and (max-width:690px) {

    /************************************************************/
    /* ジェピコの強み */
    /************************************************************/
    .page__strength.common_page_catch {
        margin-bottom: 8%;
    }

    .strength_section01 {
        flex-wrap: wrap;
        margin-bottom: 10%;
        padding: 0 6%;
    }

    .strength_section01>div.section_box {
        width: 100%;
    }

    .strength_section01>div.section_box:nth-of-type(n+2) {
        margin-top: 18%;
    }

    .strength_section01>div.section_box>.box_head {
        font-size: 1.5em;
        margin: -.5em 0 6% 0;
    }

    .strength_section01>div.section_box>div.icon_img {
        height: 65px;
        margin-bottom: 5%;
    }

    .strength_section01>div.section_box>.title {
        font-size: 1.1em;
    }

    .strength_section01>div.section_box>div.num_img {
        width: 30%;
    }

    .strength_section01>div.section_box>div.btn_type01 {
        padding: 0 10%;
    }

    .strength_section01>div.section_box>div.btn_type01>a {
        display: block;
        padding: 5%;
    }

    .strength_section02 .inner {
        padding: 6% 2% 4% 2%;
    }

    .strength_section02 .section_title {
        display: block;
        height: auto;
        margin-bottom: 3%;
    }

    .strength_section02 .section_title>span {
        display: block;
    }

    .strength_section02 .section_title>span.img {
        width: 25%;
        margin: 0 auto;
        padding: 1em 0 .5em 0;
    }

    .strength_section02 .section_title>span.img>img {
        width: 100%;
        position: static;
    }

    .strength_section02 .section_title>span.point_text {
        width: 100%;
        font-size: 1em;
        text-align: center;
        background: none;
        margin-bottom: .5em;
    }

    .strength_section02 .section_title>span.title_text {
        font-size: .8em;
        text-align: center;
        padding-bottom: .5em;
        padding-left: 0;
        padding: 0 2% 1em 2%;
    }

    .strength_section02 .section_info {
        font-size: .8em;
        line-height: 2;
        margin-bottom: 6%;
    }

    .strength_section02 .subtitle03 {
        font-size: 1em;
        margin-bottom: 3%;
    }

    .strength_section02:nth-of-type(odd) .subtitle03 {
        color: #087BFB;
    }

    .strength_section02 .select_case {
        display: flex;
        flex-wrap: wrap;
        padding: 0 3%;
    }

    .strength_section02 .select_case .case_box {
        width: 48%;
    }

    .strength_section02 .select_case .case_box:nth-of-type(n+3) {
        margin-top: 3%;
    }

    .strength_section02 .select_case .case_box .img>img {
        max-width: auto;
        width: 100%;
        max-height: auto;
        height: auto;
    }

    .strength_section02 .select_case a {
        line-height: 1;
        text-decoration: none;
    }

    .strength_section02 .select_case a::before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        vertical-align: middle;
        background-color: #087BFB;
        margin-right: .3em;
    }

    .strength_section02:nth-of-type(even) .select_case a::before {
        background-color: #004998;
    }

    /*------------------------------------------------------------------------------*/
}

/************************************************************/

/* 企業情報 */

/************************************************************/

.common_page_catch.page__company>p {
    text-align: left;
    margin-bottom: 80px;
}

.company_section01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company_section01>div.section_box {
    width: 31%;
}

.company_section01>div.section_box:nth-of-type(n+4) {
    margin-top: 3em;
}

.company_section01>div.section_box>.common_img_box {
    margin-bottom: 1em;
}

.company_section01>div.section_box>.common_img_box img {
    max-width: 100%;
}

.company_section01>div.section_box>.subtitle03 {
    font-size: 1.2em;
    margin-bottom: .5em;
}

.company_section01>div.section_box>.section_text {
    margin-bottom: 1em;
}

.company_section01>div.section_box>.btn_type01 {
    text-align: right;
}

.company_section01>div.section_box>.btn_type01 a {
    display: inline-block;
    width: 70%;
    font-size: .9em;
    padding: 7px 36px 7px 10px;
}

/* screens smaller than 980---------------------------------------------------------- */

@media only screen and (max-width:979px) {

    /************************************************************/
    /* 企業情報 */
    /************************************************************/
    .common_page_catch.page__company>p {
        margin-bottom: 10%;
    }

    .company_section01>div.section_box {
        width: 49%;
    }

    .company_section01>div.section_box:nth-of-type(n+3) {
        margin-top: 2.5em;
    }

    .company_section01>div.section_box>.subtitle03 {
        font-size: 1.1em;
    }

    .company_section01>div.section_box>.section_text {
        font-size: .9em;
    }

    .company_section01>div.section_box>.btn_type01 {
        text-align: center;
    }

    .company_section01>div.section_box>.btn_type01 a {
        display: inline-block;
        width: 95%;
        font-size: .8em;
        padding: 7px 36px 7px 10px;
    }

    /*------------------------------------------------------------------------------*/
}

/* screens smaller than 690---------------------------------------------------------- */

@media only screen and (max-width:690px) {

    /************************************************************/
    /* 企業情報 */
    /************************************************************/
    .common_page_catch.page__company>p {
        margin-bottom: 8%;
    }

    .company_section01>div.section_box {
        width: 100%;
        padding: 0 5%;
    }

    .company_section01>div.section_box:nth-of-type(n+2) {
        margin-top: 2.5em;
    }

    .company_section01>div.section_box>.subtitle03 {
        font-size: 1.1em;
    }

    .company_section01>div.section_box>.section_text {
        font-size: .9em;
    }

    .company_section01>div.section_box>.btn_type01 {
        text-align: center;
    }

    .company_section01>div.section_box>.btn_type01 a {
        display: inline-block;
        width: 95%;
        font-size: .8em;
        padding: 7px 36px 7px 10px;
    }

    /*------------------------------------------------------------------------------*/
}

/************************************************************/

/* 拠点一覧 */

/************************************************************/

.base_section {
    display: flex;
    justify-content: space-between;
}

.base_section>div.common_img_box {
    width: 56%;
}

.base_section>div.text_box {
    width: 42%;
}

.base_section>div.text_box>.common_flexTable_type01>div.title,
.base_section>div.text_box>.common_flexTable_type01>div.text {
    font-size: .8em;
    line-height: 1.6;
    padding: .5em 0;
}

.base_section>div.text_box>.common_flexTable_type01>div.title {
    width: 15%;
}

.base_section>div.text_box>.common_flexTable_type01>div.text {
    width: 84%;
}

.map_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin: 1em 0 .5em 0;
}

.map_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map_link a {
    line-height: 1;
    text-decoration: underline;
}

.map_link a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    background-color: #087BFB;
    margin-right: .3em;
}

.map_link a:hover {
    color: #087BFB;
}

/* screens smaller than 980---------------------------------------------------------- */

@media only screen and (max-width:979px) {
    .base_section>div.common_img_box {
        width: 50%;
    }

    .base_section>div.text_box {
        width: 48%;
    }

    /*------------------------------------------------------------------------------*/
}

/* screens smaller than 690---------------------------------------------------------- */

@media only screen and (max-width:690px) {
    .base_section {
        flex-wrap: wrap;
    }

    .base_section>div.common_img_box {
        width: 100%;
    }

    .base_section>div.text_box {
        width: 100%;
        padding: 5% 6% 0 6%;
    }

    .base_section>div.text_box>.common_flexTable_type01>div.title,
    .base_section>div.text_box>.common_flexTable_type01>div.text {
        font-size: .8em;
        line-height: 1.6;
        padding: .5em 0;
    }

    .base_section>div.text_box>.common_flexTable_type01>div.title {
        width: 100%;
    }

    .base_section>div.text_box>.common_flexTable_type01>div.text {
        width: 100%;
    }

    /*------------------------------------------------------------------------------*/
}

/************************************************************/

/* 事業沿革 */

/************************************************************/

.history_table_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.history_table_head>div {
    font-size: 1.2em;
    line-height: 1;
    padding: .5em .2em;
}

.history_table_head .history_age {
    width: 10%;
    border-bottom: 2px solid #004898;
}

.history_table_head .history_year {
    width: 45%;
    border-bottom: 2px solid #087BFB;
}

.history_table_head .history_topics {
    width: 44%;
    border-bottom: 2px solid #65AEFF;
}

.history_table_main {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.history_section:nth-of-type(odd) .history_table_main {
    background-color: #fafafa;
}

.history_table_main>div {
    font-size: .9em;
    line-height: 1.6;
    border-bottom: 2px solid #ccc;
    padding: 10px 3px;
}

.history_table_main .history_age {
    width: 12%;
    font-size: 1em;
    color: #004898;
    line-height: 1.2;
}

.history_table_main .history_year {
    width: 44%;
}

.history_table_main .history_year .history_year_main {
    display: table;
    width: 100%;
}

.history_table_main .history_year .history_year_main>div {
    display: table-cell;
}

.history_table_main .history_year .history_year_main+.history_year_main {
    margin-top: .5em;
}

.history_table_main .history_year .history_year_main>div.title {
    width: 15%;
}

.history_table_main .history_topics {
    width: 43%;
}

.history_table_main .history_topics ul {
    padding-left: .5em;
}

.history_table_main .history_topics li {
    text-indent: -.5em;
    padding-left: .5em;
}

.history_table_main .history_topics li:before {
    content: "・";
    display: inline-block;
}

.history_table_main .history_topics li+li {
    margin-top: .5em;
}

/* screens smaller than 690---------------------------------------------------------- */

@media only screen and (max-width:690px) {
    .history_table_head {
        display: none;
    }

    .history_table_main {
        display: block;
    }

    .history_table_main>div {
        width: 100% !important;
        padding: 1em .5em;
    }

    .history_table_main .history_age {
        border-top: 2px solid #004898;
    }

    .history_section:nth-of-type(n+2) .history_age {
        margin-top: 6%;
    }

    .history_table_main .history_year .history_year_main>div.title {
        width: 5em;
    }

    /*------------------------------------------------------------------------------*/
}

/************************************************************/

/* クラブ情報 */

/************************************************************/

.page__club.common_page_catch {
    margin-bottom: 40px;
    padding: 0 310px 0 0;
}

.page__club.common_page_catch>p {
    text-align: left;
}

.page__club_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page__club_list>div.club_box {
    width: 30%;
    margin-right: 5%;
}

.page__club_list>div.club_box:nth-child(3n),
.page__club_list>div.club_box:last-child {
    margin-right: 0;
}

.page__club_list>div.club_box:nth-of-type(n+4) {
    margin-top: 3%;
}

.page__club_list>div.club_box>a {
    display: block;
}

.page__club_list>div.club_box>a>img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* screens smaller than 980---------------------------------------------------------- */

@media only screen and (max-width:979px) {
    .page__club.common_page_catch {
        margin-bottom: 8%;
        padding: 0;
    }

    .page__club_list {
        display: flex;
        flex-wrap: wrap;
    }

    .page__club_list>div.club_box {
        width: 32%;
        margin-right: 2%;
    }

    /*------------------------------------------------------------------------------*/
}

/* screens smaller than 690---------------------------------------------------------- */

@media only screen and (max-width:690px) {
    .page__club.common_page_catch>p {
        font-size: .9em;
    }

    .page__club_list>div.club_box {
        width: 48%;
        margin-right: 4%;
    }

    .page__club_list>div.club_box:nth-child(3n) {
        margin-right: 4%;
    }

    .page__club_list>div.club_box:nth-child(2n),
    .page__club_list>div.club_box:last-child {
        margin-right: 0;
    }

    .page__club_list>div.club_box:nth-of-type(n+3) {
        margin-top: 3%;
    }

    /*------------------------------------------------------------------------------*/
}

/************************************************************/

/* クラブ情報詳細 */

/************************************************************/

.club_detail_section>.common_img_box {
    margin-bottom: 30px;
}

.club_detail_section.subtitle02_box:nth-of-type(n+2) {
    margin-top: 80px;
}

.club_detail_section.subtitle02_box .subtitle02 {
    margin-top: -90px;
    padding-top: 90px;
}

.club_detail_section .text_main+.text_main {
    margin-top: 1.5em;
}

.club_detail_section .text_main .subtitle03 {
    margin-bottom: .5em;
}

.club_detail_section .text_main .activity_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.club_detail_section .text_main .activity_area .activity_box {
    width: 24%;
}

.club_detail_section .text_main .activity_area .activity_box .text_box {
    width: 90%;
    background-color: #fff;
    margin: -1.2em auto 0 auto;
    padding: .3em .5em;
    position: relative;
    z-index: 10;
}

.club_detail_section .text_main .activity_area .activity_box .text_box p {
    font-weight: bold;
    line-height: 1.2;
}

.club_detail_section .text_main .activity_area .activity_box .text_box p.date {
    font-size: .8em;
    margin-bottom: .3em;
}

.club_detail_section .text_main .activity_area .activity_box .text_box p.title {
    font-size: .9em;
}

.club_detail_section .text_main .dlb_media_01_area .dlb_media_block {
    padding: 0;
}

.club_detail_section .text_main .dlb_media_01_area span {
    display: none;
}

.club_detail_section .text_main .dlb_media_title {
    font-size: .9em;
    font-weight: normal;
}

.club_detail_section .text_main .dlb_media_01_area .dlb_media_left {}

.club_detail_section .text_main .dlb_media_block:hover .dlb_media_left_in,
.club_detail_section .text_main .dlb_media_block:focus .dlb_media_left_in {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.club_detail_section .text_main .slick-initialized .slick-slide {
    border: none;
    background-color: #ffffff;
}

.club_detail_section .text_main .dlb_media_01_area .dlb_media_right {
    width: 90%;
    margin: -50px auto 0 auto;
    background-color: #fff;
    padding: 10px;
}

.club_detail_section .text_main .dlb_media_01_area .dlb_media_right .dlb_media_txt {
    display: none;
}

/* screens smaller than 980---------------------------------------------------------- */

@media only screen and (max-width:979px) {
    .club_detail_section>.common_img_box {
        margin-bottom: 3%;
    }

    .club_detail_section.subtitle02_box:nth-of-type(n+2) {
        margin-top: 10%;
    }

    .club_detail_section.subtitle02_box .subtitle02 {
        margin-top: -80px;
        padding-top: 80px;
    }

    .club_detail_section .text_main .activity_area .activity_box {
        width: 49%;
    }

    .club_detail_section .text_main .activity_area .activity_box:nth-of-type(n+3) {
        margin-top: 3%;
    }

    /*------------------------------------------------------------------------------*/
}

/************************************************************/

/* 取扱製品 */

/************************************************************/

.page__products.common_page_catch {
    margin-bottom: 40px;
}

.page__products.common_page_catch>p {
    text-align: left;
}

.products_find_area {
    margin-bottom: 50px;
}

.products_find_area>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.products_find_area>ul>li {
    width: 19.5%;
    list-style: none;
}

.products_find_area>ul>li:nth-of-type(n+6) {
    margin-top: .4em;
}

.products_find_area>ul>li>a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    background-color: #004898;
    border: 1px solid #004898;
    padding: .7em .7em .7em 1em;
    position: relative;
    font-size: 14px;
}

.products_find_area>ul>li>a:hover {
    text-decoration: none;
}

.products_find_area>ul>li>a::before {
    content: "";
    display: block;
    width: .3em;
    height: .3em;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    left: 0.7em;
    -webkit-transform: translateY(-.3em) translateX(0%) rotate(135deg);
    transform: translateY(-.3em) translateX(0%) rotate(135deg);
}

.products_find_area>ul>li>a:hover {
    color: #004898;
    background-color: #fff;
}

.products_find_area>ul>li>a:hover::before {
    border-top: solid 1px #004898;
    border-right: solid 1px #004898;
}

.products_box_area {
    display: table;
}

.products_box_area+.products_box_area {
    margin-top: 50px;
}

.products_box_area>div {
    display: table-cell;
    vertical-align: top;
}

.products_box_area>div.img_box {
    width: 30%;
}

.products_box_area>div.text_box {
    padding-left: 30px;
}

.products_box_area>div.text_box .subtitle02 {
    margin-bottom: .8em;
}

.products_box_area>div.text_box .subtitle02>span {
    font-size: 1.1em;
}

.products_box_area>div.text_box .catch {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: .5em;
}

.products_box_area>div.text_box .btn_type01 {
    padding-top: 2em;
}

.products_box_area>div.text_box .btn_type01>a {
    display: inline-block;
    width: 40%;
    padding: 7px 36px 7px 10px;
}

/* 製品分類 product category */
.list_btn_4 {
    display: flex;
    flex-wrap: wrap;
}

.list_btn_4>li {
    width: 24.25%;
    list-style: none;
    margin-right: 1%;
}

.list_btn_4>li:nth-of-type(4n) {
  margin-right: 0;
}

.list_btn_4>li:nth-of-type(n+5) {
  margin-top: .5em;
}

.list_btn_4>li>a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    background-color: #004898;
    border: 1px solid #004898;
    padding: .7em .7em .7em 1em;
    position: relative;
    font-size: 14px;
}

.list_btn_4>li>a:hover {
    text-decoration: none;
}

.list_btn_4>li>a::before {
    content: "";
    display: block;
    width: .3em;
    height: .3em;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    left: 0.7em;
    -webkit-transform: translateY(-.2em) translateX(0%) rotate(45deg);
    transform: translateY(-.2em) translateX(0%) rotate(45deg);
}

.list_btn_4>li>a:hover {
    color: #004898;
    background-color: #fff;
}

.list_btn_4>li>a:hover::before {
    border-top: solid 1px #004898;
    border-right: solid 1px #004898;
}


/* screens smaller than 980---------------------------------------------------------- */

@media only screen and (max-width:979px) {
    .page__products.common_page_catch {
        margin-bottom: 7%;
    }

    .products_find_area>ul {
        justify-content: flex-start;
    }

    .products_find_area>ul>li {
        width: 24.25%;
        margin-right: 1%;
    }

    .products_find_area>ul>li:nth-of-type(4n) {
        margin-right: 0;
    }

    .products_find_area>ul>li:nth-of-type(n+5) {
        margin-top: .4em;
    }

    .products_find_area>ul>li>a {
        text-align: center;
        color: #fff;
        line-height: 1.2;
        background-color: #004898;
        border: 1px solid #004898;
        padding: 15px 10px 15px 20px;
        position: relative;
        height: 60px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .products_find_area>ul>li>a::before {
        left: 10px;
    }

    .products_box_area+.products_box_area {
        margin-top: 6%;
    }

    .products_box_area>div.text_box .subtitle02>span {
        font-size: 1em;
    }

    .products_box_area>div.text_box {
        padding-left: 3%;
    }

    .products_box_area>div.text_box .btn_type01>a {
        width: 60%;
    }

    .list_btn_4 {
        justify-content: flex-start;
    }

    .list_btn_4>li {
        width: 32.3%;
    }

    .list_btn_4>li:nth-of-type(4n) {
      margin-right: 1%;
    }

    .list_btn_4>li:nth-of-type(3n) {
      margin-right: 0;
    }

    .list_btn_4>li:nth-of-type(n+4) {
      margin-top: .3em;
    }

    .list_btn_4>li>a {
        text-align: center;
        color: #fff;
        line-height: 1.2;
        background-color: #004898;
        border: 1px solid #004898;
        padding: 15px 10px 15px 20px;
        position: relative;
        height: 60px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .list_btn_4>li>a::before {
        left: 10px;
    }

    /*------------------------------------------------------------------------------*/
}

/* screens smaller than 690---------------------------------------------------------- */

@media only screen and (max-width:690px) {
    .products_find_area>ul {
        justify-content: space-between;
    }

    .products_find_area>ul>li {
        width: 49%;
        margin-right: 0;
    }

    .products_find_area>ul>li:nth-of-type(4n) {
        margin-right: 0;
    }

    .products_find_area>ul>li:nth-of-type(n+3) {
        margin-top: .4em;
    }

    .products_box_area {
        display: block;
    }

    .products_box_area+.products_box_area {
        margin-top: 8%;
    }

    .products_box_area>div {
        display: block;
    }

    .products_box_area>div.img_box {
        width: 70%;
        margin: 0 auto 4% auto;
    }

    .products_box_area>div.img_box img {
        max-width: 100%;
        height: auto;
    }

    .products_box_area>div.text_box .subtitle02>span {
        font-size: 1em;
    }

    .products_box_area>div.text_box {
        padding-left: 3%;
    }

    .products_box_area>div.text_box .btn_type01>a {
        width: 100%;
    }

    .list_btn_4 {
        justify-content: space-between;
    }

    .list_btn_4>li {
        width: 49%;
        margin-right: 0;
    }

    .list_btn_4>li:nth-of-type(4n) {
        margin-right: 0;
    }

    .list_btn_4>li:nth-of-type(n+3) {
        margin-top: .4em;
    }
    /*------------------------------------------------------------------------------*/
}

/************************************************************/

/* 防衛 */

/************************************************************/

.defense_section.subtitle02_box {
    margin-bottom: 1.5em;
}

.defense_section.page_info>p {
    margin-bottom: 1.5em;
}

.defense_section .defense_map {
    height: 400px;
    background-color: #ccc;
    position: relative;
}

.defense_section .defense_map .defense_map_open {
    width: 3em;
    height: 3em;
    position: absolute;
}

.defense_section .defense_map .defense_map_open>a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
    background-color: #fff;
    border-radius: 100%;
    transition: all .2s;
}

.defense_section .defense_map .defense_map_open>a::before,
.defense_section .defense_map .defense_map_open>a::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-color: #004898;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .2s;
}

.defense_section .defense_map .defense_map_open>a::before {
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.defense_section .defense_map .defense_map_open>a::after {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.defense_section .defense_map .defense_map_open.btn_open01 {
    top: 10%;
    left: 10%;
}

.defense_section .defense_map .defense_map_open>a:hover {
    background-color: #087BFB;
}

.defense_section .defense_map .defense_map_open>a:hover::before,
.defense_section .defense_map .defense_map_open>a:hover::after {
    background-color: #fff;
}

.defense_section .defense_map .defense_map_box {
    display: none;
}

.defense_map_box_main {
    display: table;
}

.defense_map_box_main>div {
    display: table-cell;
    vertical-align: top;
}

.defense_map_box_main>div.text_box {
    padding-left: 20px;
}

.defense_map_box_main>div.text_box p+p {
    margin-top: 1em;
}

.defense_map_box_main>div.text_box .btn_type01 {
    padding-top: 2em;
}

.defense_map_box_main>div.text_box .btn_type01>a {
    display: inline-block;
    width: 40%;
    padding: .7em .5em;
}

.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background-color: #004898 !important;
    color: #fff !important;
    outline: none;
}

.defense_index_area {
    margin-bottom: 40px;
}

.defense_index_area>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.defense_index_area>ul>li {
    width: calc(100% / 14);
    list-style: none;
    padding: .1em;
}

.defense_index_area>ul>li>a {
    display: block;
    font-size: .8em;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    background-color: #004898;
    border: 1px solid #004898;
    padding: 0.5em 0;
    position: relative;
}

.defense_index_area>ul>li>a:hover {
    text-decoration: none;
}

.defense_index_area>ul>li>a::before {
    content: "";
    display: block;
    width: .3em;
    height: .3em;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    left: .5em;
    -webkit-transform: translateY(-.3em) translateX(0%) rotate(135deg);
    transform: translateY(-.3em) translateX(0%) rotate(135deg);
}

.defense_index_area>ul>li>a:hover {
    color: #004898;
    background-color: #fff;
}

.defense_index_area>ul>li>a:hover::before {
    border-top: solid 1px #004898;
    border-right: solid 1px #004898;
}

.defense_section.subtitle03_box {
    margin-bottom: 1.5em;
}

.defense_section.defense_index_box_area {
    margin-bottom: 50px;
}

.defense_section.defense_index_box_area>.defense_index_box {
    display: flex;
    align-items: center;
    width: 100%;
    border: 3px solid #eee;
    padding: 10px;
}

.defense_section.defense_index_box_area>.defense_index_box+.defense_index_box {
    margin-top: 20px;
}

.defense_section.defense_index_box_area>.defense_index_box>div.img_box {
    width: 30%;
}

.defense_section.defense_index_box_area>.defense_index_box>div.img_box>img {
    width: 100%;
    height: auto;
}

.defense_section.defense_index_box_area>.defense_index_box>div.text_box {
    width: 70%;
    padding-left: 3%;
}

.defense_section.defense_index_box_area>.defense_index_box>div.text_box h3 {
    font-size: 1.4em;
    color: #004998;
    line-height: 1.4;
    border-bottom: 1px solid #004898;
    padding: .3em 0;
}

.defense_section.defense_index_box_area>.defense_index_box>div.text_box .m_name {
    font-weight: bold;
    margin-bottom: 1em;
}

.defense_section.defense_index_box_area>.defense_index_box>div.text_box .index_box_tag {
    display: flex;
    align-items: center;
    line-height: 1;
    border-top: 2px solid #eee;
    padding: .5em 0;
}

.defense_section.defense_index_box_area>.defense_index_box>div.text_box .index_box_tag:last-of-type {
    border-bottom: 2px solid #eee;
}

.defense_section.defense_index_box_area>.defense_index_box>div.text_box .index_box_tag .title {
    font-weight: bold;
    padding: 0 2.5em 0 1em;
}

.defense_section.defense_index_box_area>.defense_index_box>div.text_box .index_box_tag ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.defense_section.defense_index_box_area>.defense_index_box>div.text_box .index_box_tag ul li {
    font-size: .8em;
    color: #fff;
    line-height: 1.2;
    list-style: none;
    background-color: #087BFB;
    padding: .3em 1.5em;
    margin-right: .5em;
}

/* screens smaller than 980---------------------------------------------------------- */

@media only screen and (max-width:979px) {
    .defense_index_area>ul>li {
        width: calc(100% / 10);
        list-style: none;
        padding: .1em;
    }

    .defense_index_area>ul>li>a {
        padding: .3em 2em;
    }

    .defense_index_area>ul>li>a:hover {
        color: #fff;
        background-color: #004898;
    }

    .defense_index_area>ul>li>a:hover::before {
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .defense_map_box_main {
        display: block;
    }

    .defense_map_box_main>div {
        display: block;
    }

    .defense_map_box_main>div.img_box {
        width: 70%;
        margin: 0 auto 1em auto;
    }

    .defense_map_box_main>div.img_box>img {
        width: 100%;
        height: auto;
    }

    .defense_map_box_main>div.text_box {
        padding-left: 0;
    }

    .defense_map_box_main>div.text_box .btn_type01 {
        text-align: center;
    }

    .defense_map_box_main>div.text_box .btn_type01>a {
        width: 90%;
    }

    .featherlight .featherlight-content {
        margin-left: 3% !important;
        margin-right: 3% !important;
    }

    .defense_section.subtitle03_box {
        margin-bottom: 1em;
    }

    .defense_section.defense_index_box_area {
        margin-bottom: 6%;
    }

    .defense_section.defense_index_box_area>.defense_index_box {
        border: 2px solid #eee;
        padding: 1%;
    }

    .defense_section.defense_index_box_area>.defense_index_box+.defense_index_box {
        margin-top: 2%;
    }

    .defense_section.defense_index_box_area>.defense_index_box>div.text_box {
        padding-left: 2%;
    }

    .defense_section.defense_index_box_area>.defense_index_box>div.text_box h3 {
        font-size: 1.2em;
    }

    /*------------------------------------------------------------------------------*/
}

/* screens smaller than 690---------------------------------------------------------- */

@media only screen and (max-width:690px) {
    .defense_index_area>ul>li {
        width: calc(100% / 5);
    }

    .defense_map_box_main>div.text_box p {
        font-size: .9em;
    }

    .defense_map_box_main>div.text_box .btn_type01 {
        padding-top: 1em;
    }

    .defense_map_box_main>div.text_box .btn_type01>a {
        padding: .5em .3em;
    }

    .defense_map_box_main>div.text_box .btn_type01>a>span {
        font-size: .9em;
    }

    .defense_section.defense_index_box_area>.defense_index_box {
        display: block;
        padding: 4% 2%;
    }

    .defense_section.defense_index_box_area>.defense_index_box>div {
        display: block;
    }

    .defense_section.defense_index_box_area>.defense_index_box>div.img_box {
        width: 70%;
        margin: 0 auto;
    }

    .defense_section.defense_index_box_area>.defense_index_box>div.text_box {
        width: 100%;
        padding-left: 0;
    }

    .defense_section.defense_index_box_area>.defense_index_box>div.text_box h3 {
        font-size: 1.1em;
    }

    .defense_section.defense_index_box_area>.defense_index_box>div.text_box .index_box_tag .title {
        font-size: .9em;
        font-weight: bold;
        white-space: nowrap;
        padding: 0 1.5em 0 .5em;
    }

    .defense_section.defense_index_box_area>.defense_index_box>div.text_box .index_box_tag ul {
        flex-wrap: wrap;
    }

    .defense_section.defense_index_box_area>.defense_index_box>div.text_box .index_box_tag ul li {
        font-size: .7em;
        color: #fff;
        line-height: 1.2;
        list-style: none;
        white-space: nowrap;
        background-color: #087BFB;
        margin: .2em;
        padding: .3em 1.5em;
    }

    .defense_section.defense_index_box_area>.defense_index_box>div.text_box .index_box_tag ul li+li {
        margin-left: .2em;
    }

    /*------------------------------------------------------------------------------*/
}

/*----------club_box----------*/

.club_box .club_img img {
    border-radius: 100%;
    transition: 0.5s ease;
}

.club_box {
    position: relative;
    z-index: 0;
    /* transition: 0.5s ease; */
}

.club_box:hover {
    cursor: pointer;
}

.club_box:hover::before {
    background: rgba(0, 0, 0, 0.2);
}

.club_box:hover .club_img img {
    transform: scale(1.05);
}

.club_box .club_img {
    border-radius: 100%;
    overflow: hidden;
}

.club_box::before {
    content: "";
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 100%;

}

.club_text {
    position: absolute;
    background: transparent;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;

}

/*####*/

.item_img {
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.item_img.img_right {
    background-position: right center;
}

.item_col_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.item_box {
    width: calc(20% - 7px);
    margin-bottom: 20px;
    box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.5);
    transition: 0.5s ease;
}

.item_box:hover {
    transform: translateY(-10px);
}

.item_txt {
    border: 1px solid #DDDDDD;
    border-top: none;
}
.nivo-lightbox-close {
    right: calc(50% - 450px);
}
.item_a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    text-align: center;
    padding: 10px;
    color: #000;
}

.item_a::before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-style: solid;
    border-color: #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    left: 30px;
}

.item_a:hover {
    text-decoration: none;
}

@media only screen and (max-width:980px) {
    .item_box {
        width: calc(33.333% - 7px);
    }
}

@media only screen and (max-width:690px) {
    .item_box {
        width: 100%;
    }
}

/*----------title----------*/

.txt_black {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.txt_black::after {
    content: "";
    display: block;
    width: 250px;
    height: 3px;
    background: #004998;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.txt_white {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.txt_white .sub {
    display: block;
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

/*----------*/

.num_col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.num_col2 .num_box {
    width: calc(50% - 7px);
    margin-bottom: 7px;
    padding: 30px 50px;
    border: 1px solid #004998;
    box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.2);
}

.f_normal {
    font-size: 25px;
    text-align: center;
    color: #333;
}

.f_blod {
    font-size: 45px;
    color: #004998;
    text-align: center;
}

.f_blod .f_small {
    font-size: 30px;
    color: #333;
}

@media only screen and (max-width:980px) {}

@media only screen and (max-width:690px) {
    .num_col2 .num_box {
        width: 100%
    }
}

/*----------point----------*/

.point_col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.point_col .point_block {
    border: 1px solid #002b5b;
    box-shadow: 0 0 20px -6px rgba(0, 0, 0, .2);
    padding: 40px 20px 30px;
    position: relative;
    width: calc(25% - 2px);
    margin-bottom: 10px;
}

.point_col .num_label {
    position: absolute;
    left: 0;
    top: 0;
}

.point_col .num_label .num {
    position: relative;
    display: block;
    font-size: 23px;
    color: #fff;
    line-height: 1;
    padding-top: 3px;
    padding-left: 6px;
}

.point_col .num_label .num::after {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: transparent transparent #002b5b transparent;
    border-width: 35px;
    top: -35px;
    left: -35px;
    transform: rotate(-45deg);
    z-index: -1;
}

.point_col .point_title {
    color: #002b5b;
    font-size: 25px;
    text-align: center;
}

.point_col .bg_text {
    text-align: center;
    font-size: 16px;
}

.point_col .border_btn {
    display: block;
    border: 2px solid #002b5b;
    color: #002b5b;
    padding: 10px;
    width: 100%;
    text-align: center;
    position: relative;
}

.point_col .border_btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002b5b;
    height: 100%;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    transform-origin: center right;
    z-index: -1;
}

.point_col .border_btn:hover {
    color: #fff;
    text-decoration: none;
}

.point_col .border_btn:hover::before {
    transform: scaleX(1);
    transform-origin: center left;
}

@media only screen and (max-width:980px) {
    .point_col .point_block {
        width: calc(50% - 5px);
    }
}

@media only screen and (max-width:690px) {
    .point_col .point_block {
        width: 100%;
    }
}

.index_box_tag ul li a {
    color: #fff;
    text-decoration: none;
}

#part2core ul li:not(.is-active-li) {
    display: none;
}

/* 製品分類 */
.product_inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 310px;
}
.product_inner img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.products_categry_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.products_categry_img {
  width: 35%;
}
.products_categry_detail {
  width: 62%;
}
h2.item_catch {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.item_image_box {
	width: 100%;
}
.sub_l_img {
	width: 100%;
	height: 280px;
	text-align: center;
	margin-bottom: 10px;
	position:relative;
	border:1px solid #eeeeee;
	overflow: hidden;
}

.sub_l_img > .verlign_m {
	height:100%;
	width:100%;
	left:0;
}

.sub_l_img img {
	height:auto;
	max-height:100%;
	width:auto;
	margin:auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.sub_l_list {
	width: 100%;
	display: flex;
}
.sub_l_list > div.photo {
	width: 19%;
	margin-left: 1.25%;
	border:2px solid #ffffff;
	overflow:hidden;
	position:relative;
	height:60px;
}
.sub_l_list > div.photo:first-child {
	margin-left: 0;
}

.sub_l_list > div.photo.current {
	border:2px solid #58AFE2;
}

.sub_l_list > div.photo a {
	height: 150%;
	position: absolute;
	top:-25%;
	width:150%;
	left:-25%;
}
.sub_l_list > div.photo a img {
	position: absolute;
	width: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-height: 100%;
	max-width:100%;
	margin: auto;
}
.item_catch_box.bg_gray {
    background: #EFEFEF;
    padding: 12px 5%;
    margin-bottom: 25px;
}
.btn_download_box {
	margin-top:35px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.btn_download_box > div {
	width:48.5%;
	margin-bottom:15px;
}
.btn_download01 a,
.btn_download02 a {
	display:block;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding:12px 0;
	position: relative;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.btn_download01 a:hover,
.btn_download02 a:hover {
	color:#ffffff;
	text-decoration:none;
	opacity:0.7;
}
.btn_download01 a {
	background:#004898;
}
.btn_download02 a {
	background:#FF5900;
}
@media only screen and (max-width:980px) {
  .product_inner {
    padding-right: 0;
  }
  .products_categry_img {
    width: 100%;
    margin-bottom: 10px;
  }
  .products_categry_detail {
    width: 100%;
  }
  h2.item_catch {
    font-size: 18px;
  }
  .btn_download01 a,
  .btn_download02 a {
  	font-size:13px;
  }
}
@media only screen and (max-width:767px) {
  .btn_download_box > div {
  	width:100%;
  	margin-bottom:0;
  }
  .btn_download02 {
  	margin-top: 10px;
  }
}



.db_subtitle02 {
  position: relative;
    font-size: 28px;
    line-height: 1.2;
    font-weight: normal;
    padding: 0 0 12px 20px;
    margin-bottom: 25px;
    border-bottom: 2px solid #DDDDDD;
}
.db_subtitle02::before {
    content: "";
    width: 5px;
    height: calc(100% - 12px);
    background: #004998;
    position: absolute;
    left: 0;
    top: 0;
}

.db_free_it,
.db_free_ti {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.db_free_it .db_free_txt,.db_free_ti .db_free_txt {width: 62%;}
.db_free_it .db_free_img,.db_free_ti .db_free_img {width: 35%;}
.db_free_it .db_free_img {order: 1;}
.db_free_it .db_free_txt {order: 0;}

.product_inner table th,.product_inner table td {
  padding: 10px;
  text-align: center;
  line-height: 1.4;
}
.product_inner table th {
  font-size: 110%;
  font-weight: bold;
  color: #fff;
  background-color: #004998;
}
.product_inner table a {
  color: #004998;
  text-decoration: underline;
}
.product_inner table a:hover {
  text-decoration: none;
}
@media only screen and (max-width:980px) {
  .table_scrool {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .table_scrool.tablet table {
    width: 1120px;
  }
}
@media only screen and (max-width:767px) {
  .db_subtitle02 {
    font-size: 20px;
    padding: 0 0 12px 16px;
    margin-bottom: 15px;
  }
  .db_free_it .db_free_txt,.db_free_ti .db_free_txt {width: 100%;}
  .db_free_it .db_free_img,.db_free_ti .db_free_img {width: 100%; margin-bottom: 10px;}
  .db_free_it .db_free_img {order: 0;}
  .db_free_it .db_free_txt {order: 1;}
  .table_scrool table {
    width: 800px;
  }
  .table_scrool table.w640 {
    width: 640px;
  }
  .table_scrool table.w480 {
    width: 480px;
  }
}

.db_recommended {
  margin-left: -5px;
  margin-right: -5px;
}
.db_recommended_item {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
.db_recommended_img {
	margin-bottom:10px;
	height:170px;
	position:relative;
	border:1px solid #eeeeee;
	overflow: hidden;
}
.db_recommended_img img {
  position:absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
}
.db_subtitle03 {
	font-weight:bold;
	font-size:18px;
	line-height:1.4;
	position:relative;
}
.db_subtitle02 {color:#0075C2;}

.db_recommended .slick-dots {
  bottom:-40px !important;
}
.db_recommended .slick-dots li button::before {
	color:#0075C2 !important;
	font-size:10px !important;
}
.db_recommended .slick-prev::before, .db_recommended .slick-next::before {
	color:#0075C2 !important;
}


.tabclub td:first-child{
    width: 25%;
}
.tabclub td{
    padding: 10px;
}
@media only screen and (max-width:767px) {
   .tabclub td:first-child{
    width: 30%;
} 
}

/************************************************************/

/* Tadiran社製塩化チオニルリチウム電池　XOLシリーズ */

/************************************************************/
.BtnArea{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.BtnArea .col{
    margin: 0 10px;
}
.BtnArea .btn_border_blue  {
    min-width: 300px;
}
.btn_yellow  {
    display: block;
    color: #28458f;
    border: 2px solid #ffff00;
    background: #ffff00;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    position: relative;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    transition: 0.3s;
}
.btn_yellow::after {
    content: "";
    border: solid 10px;
    border-color: #28458f transparent transparent transparent;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
}
.btn_yellow:hover {
    background: #28458f;
    color: #fff;
    text-decoration: none;
    border: 2px solid #28458f;

}
.btn_yellow:hover::after {
    border-color: #fff transparent transparent transparent;
}
.sp_on{display: none;}
@media only screen and (max-width: 690px) {
.BtnArea .btn_border_blue  {
    min-width: 300px;
    margin-bottom: 10px
}
.sp_on{display: block;}
}
.blueBorderArea{
    padding: 32px 56px;
    border-width: 3px;
    border: 3px solid #28458f;
    position: relative;
}
.blueBorderArea:before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-style: dotted;
    border-width: 1px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-color: #aaaaaa;
}
@media only screen and (max-width: 979px) {
    .blueBorderArea{padding: 32px 40px;}
}
@media only screen and (max-width: 690px) {
    .blueBorderArea{padding: 20px 20px;}
}

/*table*/
.blueTable {
    width: 100%;
    table-layout: fixed;
}
.blueTable th, .blueTable td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    border-width: 1px;
    border-style: solid;
    border-color: #eeeeee;
}
.blueTable th{
    background-color: #004998;
    color: #fff;
}
.blueTable td{
    word-wrap: break-word;
}
@media only screen and (max-width: 1400px) {
.blueTable th, .blueTable td {
    font-size: 13px;
}
}
@media only screen and (max-width: 690px) {
    .blueTable th, .blueTable td {padding: 5px;}
    .table_wrap {
        margin-bottom: 30px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .table_wrap table {width: 640px;}
    .blueTable th:last-child {width: 20%;}
}
/*------------------------------------------------

faq

-------------------------------------------------*/
.faq_title {
    position: relative;
    margin: 0;
    padding: 33px 60px 33px 110px;
    background-color: #fff;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    border: 1px solid #65AEFF;
    cursor: pointer;
}
.faq_title::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    transform: rotate(135deg);
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: calc(50% - (20px / 2)) ;
    right: 37px;
    transition: all .2s ease 0s;
    color: #28458F;
}
.faq_title.active::after { 
   transform: rotate(315deg)
 }
.faq_title::before {
    content: 'Q';
    position: absolute;
    top: 15px;
    left: 40px;
    font-size: 36px;
    color: #004998;
}
.faq_txt {
    padding: 33px 33px 33px 110px;
    background-color: rgba(178, 213, 252, 0.3);
    color: #333;
    font-size: 16px;
    border-right: 1px solid #65AEFF;
    border-bottom: 1px solid #65AEFF;
    border-left: 1px solid #65AEFF;
    position: relative;
}
.faq_txt::before {
    content: 'A';
    position: absolute;
    top: 15px;
    left: 40px;
    font-size: 36px;
    color: #004998;
}
.faq_txt{display: none;}
.faq_txt.active{display: block;}

@media only screen and (max-width: 690px){
.faq_title {
    padding: 15px 40px 15px 50px;
    font-size: 16px;
}
.faq_title::before {
    top: 7px;
    left: 14px;
    font-size: 26px;
}
.faq_title::after {
    width: 10px;
    height: 10px;
    top: calc(50% - (10px / 2));
    right: 15px;
}
.faq_txt {
    padding: 15px 15px 15px 50px;
    font-size: 14px;
}
.faq_txt::before {
    content: 'A';
    position: absolute;
    top: 7px;
    left: 14px;
    font-size: 26px;
}
}

/* ----------------------------

サムネイル名 ： アンカーメニュー 4つ並び

----------------------------- */
/* 横下向き　共通　矢印 ************/
.menu_btn_432, .menu_btn_422, .menu_btn_d432, .menu_btn_d422 {
	display: flex;
	flex-wrap: wrap;
}
.menu_btn_432 li, .menu_btn_422 li, .menu_btn_d432 li, .menu_btn_d422 li {
	list-style: none;
	width: calc(25% - 6px);
	margin-right: 8px;
	margin-bottom: 8px;
}
.menu_btn_432 li:nth-child(4n), .menu_btn_422 li:nth-child(4n),
.menu_btn_d432 li:nth-child(4n), .menu_btn_d422 li:nth-child(4n) {
	margin-right: 0;
}
.menu_btn_432 a, .menu_btn_422 a, .menu_btn_d432 a, .menu_btn_d422 a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-width: 1px;
	border-style: solid;
	padding: 15px 5%;
	position: relative;
}
.menu_btn_d432 a, .menu_btn_d422 a{
	padding: 0;
}
/*---- non d*/
.menu_btn_432 a, .menu_btn_422 a{
	position: relative;
	padding-left: 3em;
	padding-right: 2em;
}
.menu_btn_432 a::before, .menu_btn_422 a::before{
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	transform: rotate(135deg);
	transition: all .3s ease-in 0s;
	position: absolute;
	left: 1.5em;
	top: calc(50% - 6px);
}
/*---- d*/
.menu_btn_d432 a, .menu_btn_d422 a{
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	height: 100%;
	padding: 15px 5% 30px 5%;
}
.menu_btn_d432 a::before, .menu_btn_d422 a::before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	transform: rotate(135deg);
	position: absolute;
	bottom: 15px;
	left: calc(50% - 3px);
	transition: all .3s ease-in 0s;
}
@media only screen and (max-width: 979px) {
	.menu_btn_422 li, .menu_btn_d422 li {
		width: calc(50% - 4px);
		margin-right: 8px;
		margin-bottom: 8px;
	}
	.menu_btn_422 li:nth-child(4n), .menu_btn_d422 li:nth-child(4n){margin-right: 8px;}
	.menu_btn_422 li:nth-child(2n), .menu_btn_d422 li:nth-child(2n){margin-right: 0;}
	.menu_btn_432 li, .menu_btn_d432 li {
		width: calc(33.33333% - 5.4px);
		margin-right: 8px;
		margin-bottom: 8px;
	}
	.menu_btn_432 li:nth-child(4n), .menu_btn_d432 li:nth-child(4n) {margin-right: 8px;}
	.menu_btn_432 li:nth-child(3n), .menu_btn_d432 li:nth-child(3n) {margin-right: 0;}
}
@media only screen and (max-width: 690px) {
	.menu_btn_432 li, .menu_btn_d432 li {width: calc(50% - 4px);}
	.menu_btn_432 li:nth-child(4n), .menu_btn_d432 li:nth-child(4n) {margin-right: 8px;}
	.menu_btn_432 li:nth-child(3n), .menu_btn_d432 li:nth-child(3n) {margin-right: 8px;}
	.menu_btn_432 li:nth-child(2n), .menu_btn_d432 li:nth-child(2n) {margin-right: 0;}
	.menu_btn_432 li a, .menu_btn_422 li a {
		padding: 10px 5% 10px 2.5em;
		justify-content: flex-start;
	}
	.menu_btn_432 a::before, .menu_btn_422 a::before{
		left: 1em;
	}
	.menu_btn_d422 a, .menu_btn_d432 a{
		padding-top: 10px;
	}
	.menu_btn_d422 li a, .menu_btn_d432 li a{
		justify-content: center;
	}
}

/* 動画特設ページ＆発注までの流れ */
.boxTitle {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.boxBtn {
    display: flex !important;
    max-width: 600px;
    margin: auto;
}

.boxBtn > div {
    margin: auto;
}

.boxBtn02 a {
    color: #ff5900;
    border-color: #ff5900;
}

.boxBtn02 a:hover {
    background-color: #ff5900;
}

.boxBtn02 a::after {
    border-color: #ff5900 transparent transparent transparent;
}

.boxFlow {
    margin-top: 80px;
}

.boxFlow .flow_txt {
    width: 100%;
}

.boxTab ul li {
    width: calc(50% - 8px);
}

.flowBtn a {
    margin-top: 30px;
}

@media only screen and (max-width: 690px){
.boxTitle {
    font-size: 1.2em;
}
.boxBtn {
    display: block !important;
    max-width: 100%;
}
.boxBtn02 a {
    margin-top: 20px;
}
}

/* ドローン特設ページ・GEO-INFO 3D LiDARの特徴 */
.pBox {
    display: flex;
}

.pBox li {
    width: 30%;
    margin: 0 auto;
    list-style-type: none;
}

.pBox li img {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto 10px;
}

.pFaq {
    margin-top: 20px;
}

.pFaq dt {
    font-weight: bold;
}

.pFaq dt::before {
    content: 'Q';
    padding-right: 15px;
    font-size: 2em;
    font-weight: bold;
    color: #062947;
}

.pFaq dd::before {
    content: 'A';
    padding-right: 15px;
    font-size: 2em;
    font-weight: bold;
    color: #37CB92;
}

.sTxt {
    padding: 15px;
    background-color: #f5f5f5;
}

.sTable {
    margin-top: 20px;
}

.sTable th,
.sTable td {
    padding: 5px 0;
    text-align: left;
    vertical-align: top;
    border: none;
}

.sTable th {
    width: 80px;
}

.sTable .icon {
    display: inline-block;
    margin-right: 4px;
    padding: 2px 8px;
    color: #fff;
    background-color: #28458f;
}


@media only screen and (max-width: 690px){
.pBox {
    display: block;
}

.pBox li {
    width: 70%;
    margin-top: 20px;
}
.pBox li img {
    max-width: 180px;
}
}
