body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "ＭＳ Ｐ明朝", "MS 明朝", 'メイリオ', 'Meiryo', serif !important;
    font-weight: normal;
    font-size: 15px;
}

/*-----------start text animation------------*/

.top_h2_title_01 span {
    display: inline-block;
    transform: translateX(-50%);
    transition: all 5000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.top_h2_title_01 span#first-line {
    transition-delay: .4s
}

.top_h2_title_01 span#second-line {
    transition-delay: .5s
}

#mainVisualText.loaded .top_h2_title_01 span {
    transform: translateX(0);
    opacity: 1;
}

.top_h2_title_01 {
    line-height: 140%;
}

.top_h2_title_02 {
    line-height: 160%;
}

.top_h2_title_02 {
    font-size: 1.5rem;
    margin-bottom: 0;
    padding-top: 2rem
}

#mainVisualText.loaded .top_h2_title_02 span#has-border::before {
    width: 100%
}

#mainVisualText.loaded .top_h2_title_02 span#has-border span {
    transform: translateY(0);
    opacity: 1;
}

.top_h2_title_02 span#has-border span {
    transform: translateY(-50%);
    transition: all 5000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    display: inline-block;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-delay: 0s
    
}

/*-----------start text animation------------*/

.page_jepico .template_c2 #header_area {
    height: 90px;
    max-width: 100%;
    transition: .3s;
}

.page_jepico .template_c2 #header {
    background-color: transparent;
    /* -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05); */
}

.page_jepico .template_c2 .gnavi_area ul li a::after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    background: #fff;
    transition: transform 0.5s ease;
    transform-origin: center right;
}

.page_jepico .template_c2 .gnavi_area ul li a:hover::after {
    transform: scale(1);
    transform-origin: center left;
}

.page_jepico .template_c2 .gnavi_area ul li a {
    color: #fff;
    font-size: 15px;
}

.page_jepico .template_c2 .gnavi_area ul li a:hover {
    color: #ff2;
}

.page_jepico .template_c2 #contact_area a {
    background-color: #FF5900;
    color: #FFF;
    padding: 15px 8px 8px 8px;
    font-size: 15px;
}

.page_jepico .template_c2 #header_area.is-animation #contact_area a {
    padding: 8px;
}

.page_jepico .template_c2 #contact_area a:hover {
    background-color: #FF5900;
    opacity: 0.7;
}

.page_jepico .template_c2 #contact_area {
    position: absolute;
    right: 0;
    top: 0;
    width: 220PX;
    height: 90px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.jepico_box06_02_f .inner {
    max-width: inherit;
    padding: 0;
}

.page_jepico .template_c2 #contact_area2 a {
    color: #004898;
    padding: 30px 8px 8px 8px;
    background-image: url(../image/common/btn_iocn_head.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 88% 37px;
    font-size: 17px;
}

.page_jepico .template_c2 #contact_area2 a:hover {
    background-color: #fff;
    /* opacity: 0.7; */
    background-position: 95% 37px;
}

.gnavi_link_top {
    padding: 5px 0 0;
    text-align: right;
}

.sns_plus .gnavi_link_top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sns_plus .gnavi_link_top .sns_list{
    display: inline-flex;
    margin-right: 20px;
}

.sns_plus .gnavi_link_top .sns_list div{
    margin: 0 10px;
}

.sns_plus .gnavi_link_top .sns_list img{
    width: 25px;
}

.gnavi_language {
    display: inline-block;
}

.gnavi_language .lunguage {
    display: inline-block;
    margin-right: 1.5em;
}

.gnavi_language a {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 8px 0;
}

.is-animation .gnavi_language a {
    color: #004898;
    padding: 0 0 8px;
}

.gnavi_language a::after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleX(0);
    background: #fff;
    transition: transform 0.5s ease;
    transform-origin: center right;
}

.is-animation .gnavi_language a::after {
    background: #004898;
}

.gnavi_language a:hover::after {
    transform: scale(1);
    transform-origin: center left;
}

html:lang(ja) .gnavi_language .ja a html:lang(en) .gnavi_language .en a,
    {
    pointer-events: none;
}

html:lang(ja) .gnavi_language .ja a::after,
html:lang(en) .gnavi_language .en a::after {
    transform: scale(1);
    transform-origin: center left;
}

.gnavi_search {
    display: inline-block;
    margin-right: 2em;
}

.gnavi_search #fSearch {
    border: 1px solid #ccc;
    color: #fff;
}

.is-animation .gnavi_search #fSearch {
    color: #004898;
}

.gnavi_search .search_textbox {
    border: 0;
    background-color: transparent;
    padding: 0 5px;
    font-size: 13px;
}

.gnavi_search .search_submit {
    border: 0;
    background-color: transparent;
}

.page_jepico .template_c2 .gnavi_area {
    padding-right: 0;
}

.page_jepico header.template_c2 .gnavi_area nav {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    width: calc(100% - 200px);
}

.page_jepico header.template_c2 .is-animation .gnavi_area nav {
    justify-content: center;
}

.page_jepico header.template_c2 .gnavi_area nav>* {
    width: 100%;
}

.page_jepico header.template_c2 .gnavi_area ul {
    position: relative;
    height: auto;
    padding-top: 5px;
}

.page_jepico header.template_c2 .gnavi_area ul li {
    height: auto;
}

.page_jepico .template_c2 #contact_area2 {
    position: absolute;
    right: 220px;
    top: 0;
    width: 220px;
    height: 90px;
    border-left: 1px solid #ddd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.page_jepico .template_c2 #header_logo {
    height: auto;
    background: transparent;
}

.page_jepico .template_c2 #header_logo img {
    width: 117px;
}

/* start mainimage slide show*/

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

.bxslider {
    display: none;
}

#mainVisual {
    position: relative;
    z-index: 9;
}

/* #slide {
    height: 45vw;
    overflow: hidden;
} */

#slide {
    height: 100vh;
    overflow: hidden;
}

.bxslider {
    display: none;
}

.page_jepico .bx-wrapper {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

#mainVisualText_wrapper .bxslider {
    display: block;
}

/*
#mainVisualText_wrapper {
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    z-index: 10;
    width: 100%;
    max-width: 1415px;
    height: 100%;
    padding-bottom: 15vw;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} */


#mainVisualText_wrapper {
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    z-index: 10;
    width: 100%;
    max-width: 1415px;
    height: 100vh;
    padding-bottom: 15vw;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#mainVisualText_wrapper .bx-viewport {
    overflow: visible !important;
}

#mainVisualText {
    width: 980px;
    position: relative;
}

#mainVisualText01 {
    top: 55px;
    left: 48px;
}

#mainVisualText01 h1 {
    color: #fff;
    margin-bottom: 20px;
}

#mainVisualText01 p {
    color: #fff;
}

#mainVisualText02 h1 {
    color: #fff;
    margin-bottom: 20px;
}

#mainVisualText02 p {
    color: #fff;
}

#mainVisualText02 {
    top: 135px;
    left: 98px;
}

#mainVisualText .main_text01 {
    display: none;
    position: absolute;
    top: 350px;
    width: 655px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#mainVisualText .main_text02 {
    display: none;
    position: absolute;
    top: 460px;
    width: 398px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.top_main_title {
    font-size: 4em;
    line-height: 1.4;
}

.analog_asic_main_title {
    font-size: 80px;
    font-family: 'Scheherazade', serif;
    font-weight: 400;
    line-height: 1;
}



/* end mainimage slide show*/

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

/* start block 01*/

.page_jepico .template_c2 #header_area.is-animation {
    height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05);
}

.page_jepico .template_c2 #header_area.is-animation .gnavi_area ul li a {
    color: #004898;
    padding-top: 0;
}

.page_jepico .template_c2 .is-animation #header_logo {
    padding: 0;
    top: 50%;
}

.page_jepico .template_c2 .is-animation #contact_area {
    height: 80px;
}

.page_jepico .template_c2 .is-animation #contact_area2 {
    height: 80px;
}

.top_new_01_box {
    max-width: 1117px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.top_new_01 dl {
    width: calc(100% - 170px);
    padding: 20px 0;
    -webkit-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    border-color: #cccccc;
}

.top_new_01 .top_new_date {
    float: left;
    width: auto;
    padding: 3px 31px 0 0;
    font-size: 14px;
}

.top_new_01 .top_new_title {
    float: left;
    width: calc(21% - 80px - -8px);
    position: relative;
    font-size: 18px;
}

.top_new_01 .top_new_title:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 6px;
    border-right: 1px solid #fff;
    height: 18px;
}

.top_new_title a {
    color: #333;
}

.top_new_01 .top_new_title a {
    text-decoration: none;
}

.top_new_content {
    padding: 3px 0 0 calc(12% + 20px);
    font-size: 14px;
}

/*### ### ### top\news\area ### ### ###*/
.rss_new {
    background-color: #fff;
    color: #014898;
    border: 1px solid #014898;
}

.top_new_01_box {
    overflow: unset;
}

.top_new_more {
    top: 0px !important;
}

.top_new_01 {
    padding: 20px;
}

.top_new_01 .top_new_con_area dl {
    display: flex;
    padding: 0;
}

.top_new_con_area .rss_title a {
    color: #fff;
}

.top_new_con_area .rss_title {
    float: none;
}

.top_new_con_area .rss_date {
    float: none;
}

.top_new_con_area .rss_contents {
    display: none;
}

@media only screen and (max-width: 979px) {
    .top_new_01_box {
        display: flex;
        flex-wrap: wrap;
    }

    .top_new_01 .top_new_title {
        float: none;
        width: 100%;
    }

    .top_new_con_area {
        width: 100%;
        margin-top: 20px;
    }

    .top_new_more {
        float: none;
        position: absolute;
        right: 15px;
        top: 0;
    }

    .top_new_01 .top_new_title {
        width: 100%;
    }

    .top_new_01 .top_new_title:before {
        display: none;
    }
    .top_new_01 {
        padding: 30px 20px ;
    }
    .top_new_01 dl{
        width: 100%;
    }
    .top_new_01 .top_new_con_area dl{
        flex-wrap: wrap;
    }
}

@media only screen and (max-width:690px) {
    .top_new_01 {
        padding: 25px 20px;
    }
    .top_new_con_area {
        margin-top: 0px;
    }
}


.top_new_01 dl:after {
    content: "";
    display: table;
    clear: both;
}

.top_new_01 {
    background: #014898;
    color: #fff;
    position: relative;
}

.top_new_more {
    float: right;
    position: absolute;
    right: 15px;
    top: 23px;
}

.top_new_more a {
    color: #fff;
    padding: 10px 27px;
    border: 1px solid #fff;
    position: relative;
}

.top_new_more a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.top_new_more a:before {
    content: '';
    background: url(../image/common/icon_01_more.png)no-repeat right center;
    position: absolute;
    right: -16px;
    top: 2px;
    width: 26px;
    height: 30px;
}

.page_jepico .menu_btn_d332 li {
    margin-bottom: 0;
}

.page_jepico .footer_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 28px 0 21px 0;
}

.page_jepico .footer_sns img {
    margin: 0 13px 0 13px;
}

/*------------- Start jepico_box01-----------------*/

.jepico_box01 {
    max-width: 1117px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.jepico_box01_b .m20_pc {
    margin-bottom: 0;
}

.jepico_box01_b {
    -webkit-box-shadow: 0 0 20px #cdd0d4;
    box-shadow: 0 0 20px #cdd0d4;
}

.jepico_box01_b h2 {
    font-size: 20px;
    color: #004898;
    margin-bottom: 5px;
}

.jepico_box01_b p {
    font-size: 13px;
    color: #333;
}

.jb_block_text {
    padding: 15px;
    border-top: 0;
}

.box01_title {
    width: 372px;
    background: #fff;
    float: left;
    text-align: center;
}

.box01_title a {
    color: #333;
    line-height: 99px;
    display: block;
    border: 1px solid #ccc;
}

.box01_title a:hover {
    text-decoration: none;
    color: #ccc;
}

.wrap_box01_title {
    position: relative;
    top: -50px;
    -webkit-box-shadow: 0 0 20px #cdd0d4;
    box-shadow: 0 0 20px #cdd0d4;
}

.wrap_box01_title::after {
    content: "";
    display: table;
    clear: both;
}

.bg_search {
    background: #004898 url(../image/common/box01_icon2.png) no-repeat left center !important;
    background-position-x: 9% !important;
    background-size: cover;
}

.tablink {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background: url(../image/common/box01_icon1.png) no-repeat left center #fff;
    background-position-x: 9%;
    color: #333;
    float: left;
    border: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    height: 99px;
    font-size: 17px;
    width: 33.3%;
    position: relative;
}

.tablink p {
    font-size: 16px;
}

.tablink.active,
.tablink:hover {
    background: #004898 url(../image/common/box01_icon2.png) no-repeat left center;
    background-position-x: 9%;
    color: #fff !important;
}

.tablink.active:before,
.tablink:hover:before {
    content: "";
    position: absolute;
    border: 18px solid transparent;
    border-top-color: #004898;
    top: 97px;
    left: 46%;
}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}

.jepico_box01 .col5_m_531 {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.tab-color {
    color: #fff !important;
}

.box01_more a {
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-top: 24px;
    color: #154B96;
    line-height: 70px;
    background: #fff url(../image/box01_more.png)no-repeat right center;
    background-position-y: 28px;
    background-position-x: 229px;
    border: 2px solid #154B96;
    text-align: center;
    position: relative;
}

.wrap_jepico_box01 {
    background: #EFF3F8;
    /*    margin-top: 147px;*/
    padding-top: 50px;
}

.jepic_block_3img.top {
    padding-top: 100px;
    background: #EFF3F8;
    display: block !important;
}

.jepic_block_3img.top .jepic_block_3img_inner {
    margin-bottom: 0 !important;
}

.jepic_block_3img.top .title02_txt_blue_c {
    background: #EFF3F8;
    margin-bottom: 0 !important;
}

.box01_more a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.box01_more a:before {}

.tap_active {
    position: relative;
}

.tap_active:before {
    content: "";
    position: absolute;
    border: 18px solid transparent;
    border-top-color: #004898;
    top: 97px;
    left: 46%;
}

.page_jepico .col5_m_531 .col {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(20% - 16.2px);
}

.page_jepico .col5_m_531 .col:nth-child(5n) {
    margin-right: 0;
}

.page_jepico .img100 img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 979px) {
    .jepic_block_3img.top {
        padding-top: 50px;
    }
}

/*------------- end jepico_box01-----------------*/

/*------------- Start jepico_block_03-----------------*/

.jepico_block_03 {
    max-width: inherit;
    padding: 127px 0 76px 0;
    position: relative;
}

.jepico_block_03:after {
    content: "";
    position: absolute;
    bottom: 4px;
    width: 100%;
    height: 527px;
    background: #eff3f8;
    z-index: -1;
}

.jepico_box03 {
    width: 1117px;
    margin: auto;
    position: relative;
}

.jepico_box03 .dlb_box2-8_title {
    text-align: left;
    margin-bottom: 10px;
}

.jepico_box03 .txt_c {
    text-align: left;
    margin-bottom: 20px;
    color: #087bfb !important;
    font-size: 12px;
}

.jepico_block_image_in_02 .dlb_media_left_in {
    padding-top: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 1s;
}

.jepico_block_image_in_01 .dlb_media_left_in {
    padding-top: 360px;
    transition: 1s;
    background-repeat: no-repeat;
    background-size: cover;
}

.jepico_block_03 img {
    margin-right: 0;
    position: absolute;
    top: 0;
    right: -420px;
    display: block !important;
}

.jepico_box03 .dlb_box2-8_txt {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    left: 30px;
    top: 0;
    bottom: inherit;
}

.jepico_box03 .col5_m_531 {
    position: relative;
    z-index: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jepico_box03 .col5_m_531 .col {
    background: none;
    margin-right: 15px;
    width: calc(25% - 19.2px);
}

.box_in_03 {
    border: 1px solid #eee;
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.1);
    padding: 45px 30px;
    text-align: center;
}

.jepico_box03 .dlb_box2-8_img {
    height: 360px;
}

.icon_inner.j_box01 {
    padding: 40px;
    margin-bottom: 20px;
    background: url(../image/icon_box_01.png)no-repeat center center;
}

.icon_inner.j_box02 {
    padding: 40px;
    margin-bottom: 20px;
    background: url(../image/icon_box_02.png)no-repeat center center;
}

.icon_inner.j_box03 {
    padding: 40px;
    margin-bottom: 20px;
    background: url(../image/icon_box_03.png)no-repeat center center;
}

.icon_inner.j_box04 {
    padding: 40px;
    margin-bottom: 20px;
    background: url(../image/icon_box_04.png)no-repeat center center;
}

.jb_block_text .txt_c {
    text-align: center !important;
}

/*------------- Start jepico_block_03-----------------*/

/*.jepic_block_3img  {
    width: 100%;
    margin: 0 auto;
   background-image: -webkit-gradient(linear ,left top, left bottom ,color-stop(37%, #fff), color-stop(37%, #EFF3F8));
   background-image: -webkit-linear-gradient(top ,#fff 37%, #EFF3F8 37%);
   background-image: -o-linear-gradient(top ,#fff 37%, #EFF3F8 37%);
   background-image: linear-gradient(to bottom ,#fff 37%, #EFF3F8 37%);
    padding: 62px 0 150px;
}*/

.jepic_block_3img_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.jepic_block_3img h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 45px;
}

.jepic_block_3img h2 .sub_en {
    font-size: 12px;
    color: #087bfb;
    margin-top: 10px;
}

.jepico_block_image_in_01 {
    background: #fff;
    width: 461px;
    display: inline-block;
    overflow: hidden;
    margin-right: 15px;
    float: left;
    -webkit-box-shadow: 1px 1px 1px 1px #e7e6e6;
    box-shadow: 1px 1px 1px 1px #e7e6e6;
}

.jepico_block_image_in_01 h2 {
    margin-bottom: 17px;
    font-weight: 500;
}

.jepico_block_image_in_01 .dlb_box2-8_txt_inin {
    padding: 20px 25px;
    background: #fff;
}

.jepico_block_image_in_01_img {
    background: #fff;
}

.jepico_block_image_in_01 p {
    font-size: 16px;
    letter-spacing: 2px;
}

.jepico_block_image_in_01 .text-bottom {
    margin-top: 35px;
}

.jepico_block_image_in_01 a {
    color: #1582FB;
}

.jepico_block_image_in_01 span {
    font-size: 14px;
    font-weight: normal;
    padding: 0:;
}

.jepico_block_image_in_02 {
    width: 308px;
    display: inline-block;
    -webkit-box-shadow: 1px 1px 1px 1px #e7e6e6;
    box-shadow: 1px 1px 1px 1px #e7e6e6;
    margin-right: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
}

.jepico_block_image_in_02 .dlb_media_title {
    font-weight: normal;
}

.jepico_block_image_in_02 .dlb_media_txt {
    display: none;
}

.jepico_block_image_in_02 span {
    font-size: 14px;
    font-weight: normal;
    color: #73E05F;
    padding: 0;
}

.jepico_block_image_in .dlb_media_block:hover {
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 20px 1px #e7e6e6;
    box-shadow: 1px 1px 20px 1px #e7e6e6;
}

.jepico_block_image_in .dlb_media_right {
    padding: 25px 30px 25px 30px;
    position: relative;
}

.jepico_block_image_in .dlb_media_time {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 14px;
}

.jepico_block_image {
    margin-bottom: 50px;
}

.jepico_block_image_in_02:last-child {
    margin-bottom: 0;
}

.jepico_block_image_in_02:nth-of-type(4) {
    margin-bottom: 0;
}

.jepico_block_image_in_02:nth-of-type(odd) {
    margin-right: 0;
}

.jepico_block_image_in_02 .dlb_box2-8_txt_inin {
    padding: 10px 25px 15px;
    background: #fff;
}

.jepico_block_image_in_02_img {
    background: #fff;
}

.jepico_block_image_in_02 .text-bottom {
    margin-top: 0px;
}

.jepico_block_image_in_02 a {
    color: #73E05F;
}

.jepico_block_more a {
    border: 1px solid #6DB2FF;
    padding: 20px 80px;
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    background: #fff;
    margin: 0 auto;
    color: #4474B2;
    font-weight: bold;
    position: relative;
}

.jepico_block_more a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.jepico_block_more a:before {
    position: absolute;
    width: 40px;
    height: 1px;
    content: "";
    background: #4474B2;
    right: 19px;
    top: 50%;
}

.jepico_block_more a:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 1px;
    background: #4474B2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 19px;
    top: 45%;
}

.jepico_block_more {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page_jepico .menu_btn_d332 li {
    list-style: none;
    width: calc(33.8% - 9.4px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page_jepico .dlb_box1_par {
    position: relative;
}

.page_jepico .dlb_btn_w30 {
    max-width: 40%;
}

.page_jepico .dlb_box1_par:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 248px;
    border-bottom: 1px solid #fff;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.page_jepico .dlb_box1-4_area {
    background: url(../image/corporate2_top_banner01.jpg)no-repeat bottom center /cover;
    margin: 100px auto 120px;
}

.jepico_box02 p {
    font-size: 15px;
}

#Home_test .col3_m_331 .col:last-child {
    display: none;
}

/*------------- End jepico_box01-----------------*/

/*------------- Start jepico_box02-----------------*/

.jepico_box02 {
    background: #EFF3F8;
    padding-bottom: 71px;
}

.jepico_box02 .dlb_box2-2_block {
    max-width: 1117px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 20px #cdd0d4;
    box-shadow: 0 0 20px #cdd0d4;
}

.jepico_box02 .dlb_box2-2_img img {
    width: 100%;
    display: block;
}

.jepico_box02 .dlb_box2-2_txt {
    background: #fff;
    padding: 20px 32px;
}

.jepico_box02 .dlb_box2-2_txt h2 {
    color: #004898;
    font-size: 24px;
}

.jepico_box02 .box01_more {
    margin: 50px 0 0 0;
}

.scroll-bottom {
    position: absolute;
    font-size: 12px;
    left: calc(50% - 3em);
    bottom: 80px;
    z-index: 10;
    transition: 0.5s;
}

.scroll-bottom a {
    color: #fff;
}

.scroll-bottom a:before {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 20px;
    top: 1.8em;
    left: calc(50% - 10px);
}

.scroll-bottom a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.scroll-bottom a:after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    top: 40px;
    left: calc(50% - 3px);
    border-radius: 50%;
    background: #fff;
    -moz-animation-name: arrowAnimation;
    -webkit-animation-name: arrowAnimation;
    animation-name: arrowAnimation;
    -moz-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -moz-animation-timing-function: steps(69);
    -webkit-animation-timing-function: steps(69);
    animation-timing-function: steps(69);
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@keyframes arrowAnimation {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes arrowAnimation {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes arrowAnimation {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}


/*------------- End jepico_box02-----------------*/

/*------------- Start jepico_box06-----------------*/

.jepico_box06 {
    background: url(../image/jepico_box06_01.png)no-repeat bottom center;
    padding-bottom: 250px;
    background-position-y: 240px;
}

.jepico_box06 .dlb_rss_01 {
    background: #fff;
    max-width: 1117px;
    padding: 40px 50px 70px 50px;
    -webkit-box-shadow: 0 11px 20px 2px #dedede;
    box-shadow: 0 11px 20px 2px #dedede;
}

.jepico_box06 h2 {
    border: 0;
    padding-left: 0;
    font-size: 24px;
}

.jepico_box06 .dlb_rss dl .rss_new {
    padding: 0px 15px;
    display: block;
    background: #fff;
    border: 1px solid #087BFB;
    color: #087BFB;
    float: left;
    border-radius: 0;
    width: 78px;
    text-align: center;
    margin: 5px 8px 5px 5px;
}

.jepico_box06 .dlb_rss .rss_title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.jepico_box06 .dlb_rss .rss_title a:after {
    content: "";
    display: block;
    clear: both;
}

.jepico_box06 .dlb_rss dl .box6_p {
    float: left;
    width: 90%;
}

.jepico_box06 .dlb_rss dl:nth-child(2) .rss_new {
    border: 1px solid #20CE00;
    color: #20CE00;
}

.jepico_box06 .dlb_rss dl:nth-child(3) .rss_new {
    border: 1px solid #FB0849;
    color: #FB0849;
}

.jepico_box06 .dlb_rss dl {
    background: url(../image/box01_more.png)no-repeat right center;
    background-position-y: 28px;
    padding: 15px 50px 15px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jepico_box06 .dlb_rss dl:hover {
    opacity: 0.6;
    /* background: #ccc url(../image/box01_more.png)no-repeat right center; */
    background-position-y: 28px;
}

.jepico_box06 .dlb_rss dl:first-child {
    border-top-style: none;
}

.jepico_box06 .box01_more {
    position: relative;
    top: -62px;
}

.jepico_box06 .dlb_rss .rss_date {
    border-right: 1px solid #ccc;
    width: 83px;
}

.jepico_box06 .box01_more a {
    background: #fff url(../image/box01_more.png)no-repeat right center;
    background-position-y: 28px;
    background-position-x: 240px;
}

.jepico_box06_02 .menu_btn_d332 li {
    margin-right: 0;
}

.jepico_box06_02 .menu_btn_d332 li a {
    border: 0;
    color: #fff;
    background: #65AEFF url(../image/box06_more.png)no-repeat right center;
    background-size: 14%;
    background-position-x: 95%;
    padding: 98px 0 97px 67px;
    font-size: 24px;
}

.jepico_box06_02 .menu_btn_d332 li a:hover {
    opacity: 0.8;
}

.jepico_box06_02 .menu_btn_d332 li:nth-child(2) a {
    background: #087BFB url(../image/box06_more.png)no-repeat right center;
    background-size: 14%;
    background-position-x: 95%;
}

.jepico_box06_02 .menu_btn_d332 li:nth-child(3) a {
    background: #004898 url(../image/box06_more.png)no-repeat right center;
    background-size: 14%;
    background-position-x: 95%;
}

.jepico_box06_02 .menu_btn_d332 a {
    text-align: left;
}

.jepico_box06_02 .menu_btn_d332 a::before {
    display: none;
}

.page_jepico .jepico_box05 {
    padding-top: 200px;
    padding-bottom: 200px;
}

/*---------------------start block box_05 ----------------*/

.page_jepico .jepico_box05 {
    color: #ffffff;
    background-color: rgba(0, 66, 136, 0.83);
}

.jepico_box05 h2 {
    border-bottom: 1px solid #fff;
    width: 21%;
    padding-bottom: 40px;
}

.page_jepico .dlb_box1-4_area .dlb_box1_title {
    font-size: 34px;
}

.jepico_box05 p {
    text-align: center;
    color: #fff;
    padding-bottom: 47px;
}

.box_05_in {
    text-align: center !important;
    color: #fff !important;
    width: 36%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.dlb_btn a::before,
.dlb_btn_inlineb a::before {
    display: none;
}

.jepico_box05_button a {
    background: 0;
    border: 1px solid #ffffff;
}

.jepico_box05_button a {
    background-size: 45px;
    position: relative;
}

.jepico_box05_button a:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background: #fff;
    right: 25px;
    top: 30px;
}

.jepico_box05_button a:before {
    display: block;
    position: absolute;
    content: "";
    transform: rotate(-45deg);
    right: 0;
    border-width: 0 1px 0 0;
    left: inherit;
    right: 28px;
    height: 11px;
    top: 23px;
}

.jepico_box05_button a:hover:after {
    background: #333;
}

.jepico_box05_button a:hover:before {
    border-color: #333;
    left: inherit;
    transform: rotate(-45deg);
}

.jepico_box05_button a:hover {
    background: #fff;
    background-size: 20%;
}

/*.......................responsive_box05...................*/

/*---------------------start block footer ----------------*/

.jepico_footer {
    background: #1B336F;
}

.jepico_footer_nav {
    background: none !important;
    padding-bottom: 40px;
}

footer.template_c2 #footer_lead {
    padding-top: 34px;
}

.jepico_footer_nav a {
    color: #fff;
}

.jepico_footer_nav_unit {
    width: 20% !important;
}

footer.template_c2 .fnav_list li a::before {
    display: none;
}

.jepico_footer_info {
    background: #012B5B !important;
}

footer.template_c2 #footer_info .inner {
    padding-top: 20px;
}

.jepico_fnav_title a {
    border: 0 !important;
}

.jepico_footer_nav_in {
    padding-top: 0 !important;
}

.jepico_footer_logo img {
    margin-left: 0 !important;
}

.page_jepico .template_c2 #footer_info small {
    font-size: 13px;
}

.page_jepico footer.template_c2 .fnav_title a {
    font-size: 14px;
    background: url(../image/icon_arr1.png) no-repeat left 4px/7px auto;
    padding-left: 13px;
}

.page_jepico footer.template_c2 .fnav_title {
    margin-bottom: 10px;
}

.page_jepico footer.template_c2 .footer_lead_block {
    padding-bottom: 40px;
}

.rss_block dl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #dddddd;
}

/*---------------------2019/03/06　追記 ----------------*/

.top_tabsearch {
    background-color: #EFF3F8;
}

.sub_search {
    margin-bottom: 30px;
}

.sub_search #fSearch {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
}

.sub_search .search_txt {
    width: calc(100% - 60px);
    border: 0;
    padding: 0 10px;
}

.sub_search .search_submit {
    width: 60px;
    border: 0;
    background-color: #f5f5f5;
}

.inner_1000 {
    width: 94%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.col_bg_grey {
    padding: 20px;
    background-color: #f5f5f5;
}

/*スライドボタン*/
.side_btn {
    position: fixed;
    z-index: 1000;
    right: -20px;
    width: 130px;
    top: 240px;
    padding: 0px;
}

#f_btn a {
    text-align:center;
    text-decoration: none;
    padding: 0px;
    height: 130px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1px;
}

._b01 {
    background-color: #df3416;
    height: 90px;
    width: 110px;
    text-align: center;
    padding: 60px 0px 0 0px;
    border: 1px solid #ccc;
    color: #fff;
    margin-bottom: -1px;
}

._b02 {
	background-color: #426293;
	height: 90px;
	width: 110px;
	text-align: center;
	padding: 60px 0px 0 0px;
	line-height: 15px;
	border: 1px solid #ccc;
    color: #fff;
}

.f_btn a {
    margin: 15px;
    left: 30px;
}

.icon_contact {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
}

.icon_downrord {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -45px;
    margin-bottom: 8px;
}

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

	.br_pc {
    	display: block;
}


#f_btn:hover {
    opacity: 0.8;
}
