@charset "UTF-8";


/*======================================================================================================================
========================================================================================================================

index.css

各カテゴリートップ用

========================================================================================================================
======================================================================================================================*/



.box_tabmenu ul li span {
    display: block;
    border-radius: 10px 10px 0 0;
    background-color: #DDDDDD;
    padding: 16px 0 12px 0;
    line-height: 1.3;
    color: #5F5E5E
}
.box_tabmenu ul li span:hover {
    cursor: pointer
}
.box_tabmenu ul li.tab_c_01 span.current,
.box_tabmenu ul li.tab_c_02 span.current {
    background-color: #D65C6E;
    color: #ffffff;
}
.box_tabmenu ul li.tab_c_03 span.current,
.box_tabmenu ul li.tab_c_04 span.current,
.box_tabmenu ul li.tab_c_05 span.current,
.box_tabmenu ul li.tab_c_06 span.current {
    background-color: #1679BA;
    color: #ffffff;
}
.box_tabmenu ul li a {
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 9%;
    text-align: center;
    width: 100%;
    background: #C15757;
    border: 1px solid #c15757;
    border-bottom: none;
}
.box_tabmenu ul li a:hover{
    background:#D26161;
    color:#FFF;
}
.box_tabmenu ul li a.current {
    background: white;
    color: #C15757;
}
#tab_contents{
    clear:both;
    text-align: left;
}
#tab_contents div.box_tab_contents {
    background: white;
    text-align: left;
    border-top: none;
    box-sizing: border-box;
}
#tab_contents div.box_tab_contents .inner {
    padding: 35px 40px 35px 40px;
}
#tab_contents div.box_tab_contents .inner:first-child {
    background-color: #ffffff;
}
#tab_contents div.box_tab_contents div.inner_fl .floatL,
#tab_contents div.box_tab_contents div.inner_fl .floatR {
    width: 48%;
}
#tab_contents #tab1 ,
#tab_contents #tab2 {
    border: 3px solid #D65C6E;
    border-radius: 10px;
    background-color: #FDF7F7;
}
#tab_contents #tab1 a,
#tab_contents #tab2 a {
    color: #D65C6E;
}
#tab_contents #tab1 .inner,
#tab_contents #tab2 .inner {
    border-bottom: 3px solid #D65C6E;
    border-radius: 10px 10px 0 0;
}
#wrapper #tab_contents div.box_tab_contents .inner:last-child {
    border-bottom: none;
}
#tab_contents #tab3 ,
#tab_contents #tab4 ,
#tab_contents #tab5 ,
#tab_contents #tab6 {
    border: 3px solid #1679BA;
    border-radius: 10px;
    background-color: #F7FCFF;
}
#tab_contents #tab3 a,
#tab_contents #tab4 a,
#tab_contents #tab5 a,
#tab_contents #tab6 a {
    color: #1679BA;
}
#tab_contents #tab3 .inner,
#tab_contents #tab4 .inner,
#tab_contents #tab5 .inner,
#tab_contents #tab6 .inner {
    border-bottom: 3px solid #1679BA;
    border-radius: 10px 10px 0 0;
}
.box_tabmenu .slick-prev, .box_tabmenu .slick-next {
    background: none;
    font-size: 16px;
    z-index: 1;
    width: 7vw;
    height: 7vw;
}
.box_tabmenu .slick-prev {
    left: 0;
}
.box_tabmenu .slick-next {
    right: 0;
}
.box_tabmenu .slick-dots {
    display: none!important;
}
.box_tabmenu .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-slide {
    outline:none;
}
.slick-prev:before, .slick-next:before {
   background: #000;
}
.slider {
    margin-left: 22px;
}
.box_tabmenu {
    margin-bottom: 30px;
}
.ttl_tab {
    margin-bottom: 5px;
    font-size: 18px;
}

.box_tabmenu ul li.tab_c_01 {
    width: 93px!important;
}
.box_tabmenu ul li.tab_c_02 {
    width: 148px!important;
}
.box_tabmenu ul li.tab_c_03 {
    width: 142px!important;
}
.box_tabmenu ul li.tab_c_04 {
    width: 142px!important;
}
.box_tabmenu ul li.tab_c_05 {
    width: 199px!important;
}
.box_tabmenu ul li.tab_c_06 {
    width: 142px!important;
}

#public #wrapper_bg {
    background-image: url(../img/img_main_public_01.png);
    background-position: center 139px;
    background-repeat: no-repeat;
}
#pro #wrapper_bg {
    background-image: url(../img/img_main_pro_01.png);
    background-position: center 139px;
    background-repeat: no-repeat;
}
#doc #wrapper_bg {
    background-image: url(../img/img_main_doc_01.png);
    background-position: center 139px;
    background-repeat: no-repeat;
}
.about_image .inner {
    background-color: #ffffff;
    opacity: 0.9;
    padding: 15px;
    font-size: 16px;
    color: #000;
}
.about_image {
    margin-bottom: 60px;
    margin-top: 355px;
}

.area_bnr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.area_bnr .box a img {
    width: calc(100% -  15px);
}

/* PC表示限定スタイル
-------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:769px) {
    .box_tabmenu .swiper-wrapper {
        display: block;
        width: 940px;
    }
    .box_tabmenu ul li {
        float: left;
        list-style-type: none;
        text-align: center;
        margin-right: 6px;
    }
    #public #box_nav,
    #pro #box_nav,
    #doc #box_nav {
        margin-bottom: 0;
        
    }
    .bnr_infographic_sp {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .about_image {
        padding: 20px;
        margin-top: 0;
    }
    #public .about_image {
        background-image: url(../img/img_main_public_01.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 200%;
    }
    #pro .about_image {
        background-image: url(../img/img_main_pro_01.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 200%;
    }
    #doc .about_image {
        background-image: url(../img/img_main_doc_01.png);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 200%;
    }
    .about_image {
        margin-bottom: 20px;
    }
    #public #wrapper_bg,
    #pro #wrapper_bg,
    #doc #wrapper_bg {
        background-image: none;
    }

    .box_tabmenu ul li#tab_01.selected span ,
    .box_tabmenu ul li#tab_02.selected span {
        background-color: #D65C6E;
        color: #ffffff;
    }
    .box_tabmenu ul li#tab_03.selected span,
    .box_tabmenu ul li#tab_04.selected span,
    .box_tabmenu ul li#tab_05.selected span,
    .box_tabmenu ul li#tab_06.selected span {
        background-color: #1679BA;
        color: #ffffff;
    }
    .box_tabmenu ul li a {
        background: white;
        color: #C15757;
    }
	.swiper-navigation .swiper-slide {
        padding: 0;
        position: relative;
        text-align: center;
	}

.swiper-navigation .swiper-slide.selected {
		font-weight: bold;
		color: red;
	}

    #tab_contents div.box_tab_contents div.inner_fl .floatL,
    #tab_contents div.box_tab_contents div.inner_fl .floatR {
        width: 100%;
    }
    .ttl_tab {
        margin-left: 10px;
    }
    #tab_contents #tab1, #tab_contents #tab2,
    #tab_contents #tab3, #tab_contents #tab4, #tab_contents #tab5, #tab_contents #tab6 {
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    #tab_contents div.box_tab_contents .inner {
        padding: 15px 10px;
    }
    .slider {
        margin-left: 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        outline:none;
    }
    #public .swiper-button-next {
    content: url(../img/arrow_next_public.gif);
    background: none;
        right: 3px;
        left: auto;
    }
    #public .swiper-button-prev {
    content: url(../img/arrow_prev_public.gif);
    background: none;
    left: 3px;
    right: auto;
    }
    #pro .swiper-button-next {
    content: url(../img/arrow_next_pro.gif);
    background: none;
        right: 3px;
        left: auto;
    }
    #pro .swiper-button-prev {
    content: url(../img/arrow_prev_pro.gif);
    background: none;
    left: 3px;
    right: auto;
    }
    #public .swiper-button-next,
    #public .swiper-button-prev,
    #pro .swiper-button-next,
    #pro .swiper-button-prev {
        width: 4vw;
        height: 4vw;
        top: 76%;
    }
    .area_bnr {
        display: none;
    }

   .bnr_infographic_sp a img {
        width: 100%;
    }
}