/* top.css */

.inner {
    width: calc(100% - 40px);
    max-width: 1224px;
    min-width: 1080px;
    margin: 0 auto;
}

.topMain {
    height: 240px;
    width: 100%;
    background-image: url(/img/top/main_bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: -1;
}

.topMain .inner {
    max-width: 1224px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.mainImg {
    width: 527px;
    position: absolute;
    right: 87px;
    top: 0;
}

.topMain h1 {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 225%;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
}

/*----------------------------------
Pickup
------------------------------------*/

.pickupWrap {
    background: #fafafa;
}

.pickupWrap .inner {
    width: 1324px;
    margin: 0 auto;
    padding: 30px 0 30px;
}

ul.slide-items {
    width: 1224px;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
}

ul.slide-items li {
    box-sizing: border-box;
    padding: 0 10px 0;
    position: relative;
}

ul.slide-items li img {
    width: 291px!important;
    max-width: 291px;
}

ul.slide-items li div {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: calc(100% - 50px);
}

ul.slide-items li p {
    font-size: 125%;
    font-weight: 500;
    line-height: normal;
}

ul.slide-items li p.white {
    color: #fff;
}

ul.slide-items li p.white span {
    color: #fff;
}

.slick-prev {
    left: -40px;
}
 
.slick-next {
    right: -40px;
}

.slick-prev,
.slick-next {
    background: #727272;
    width: 25px;
    height: 55px;
    z-index: 9;
}

.slick-prev:hover {
    opacity: 1;
    visibility: visible;
    display: block;
}

/*----------------------------------
新着情報一覧
------------------------------------*/

.newsWrap {
    background: #fff;
}

.newsWrap .inner {
    padding: 30px 0 60px;
}

/*タブ実装*/
.tab_box .btn_area {
    display: flex;
    flex-direction: column;
}

.tab_box .tab_btn {
    width: 188px;
    padding: 35px 15px 35px 15px;
    background: #f4f4f4;
    border: solid 1px #1C2445;
    border-right: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    position: relative;
    margin-bottom: 5px;
}

@media screen and (min-width:768px) {
    .tab_box .tab_btn {
        border-top-left-radius : 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-bottom-left-radius : 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
    }
}

.tab_box .tab_btn span {
    font-size: 112.5%;
    color: #1C2445;
    display: block;
    line-height: normal;
}

.tab_box .tab_btn:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #1C2445;
    border-right: solid 1px #1C2445;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transform: rotate(45deg);
}

.tab_box .tab_btn.active span {
    font-weight: 500;
}

.tab_box .tab_btn:hover {
    background-color: #fff;
}

@media screen and (min-width:768px) {
    .tab_box .tab_btn.active {
        background: #fff;
        border-right: 1px solid #fff;
        width: 189px;
        margin-right: -1px;
    }
    .tab_box .tab_btn.active::before {
        content: none;
    }
}

.tab_box .panel_area {
    border: solid 1px #1C2445;
    padding: 20px;
}

.tab_box .tab_panel {
    display: none;
    max-height: 325px;
    overflow: hidden;
    overflow-y: scroll;
    padding-left: 30px;
    padding-right: 30px;
}

.tab_box .tab_panel.active {
    display:block;
}

/*original*/
.tab_box {
    display: flex;
    position: relative;
}

.tab_box .tab_area {
    width: 180px;
}

.tab_box .panel_area {
    width: calc(100% - 180px);
    padding: 35px 0 70px 0;
}

ul.infoList li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 15px;
}

ul.infoList li > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

ul.infoList li > div.b01 {
    margin-right: 10px;
}

ul.infoList li > div.b01 span.press {
    display: none;
}

ul.infoList li span,
ul.infoList li p,
ul.infoList li a {
    line-height: normal;
}

ul.infoList li p {
    font-size: 100%;
    color: #727272;
    width: 125px;
    margin-right: 25px;
}

ul.infoList li a {
    font-size: 100%;
}

ul.infoList li span.cate {
    width: 90px;
    padding: 3px 5px 3px;
    text-align: center;
    font-size: 62.5%;
}

ul.infoList li span.cate.anti {
    border: 1px solid #C33E16;
    color: #C33E16;
}

ul.infoList li span.cate.pr {
    border: 1px solid #A329B9;
    color: #A329B9;
}

ul.infoList li span.cate.gift {
    border: 1px solid #439854;
    color: #439854;
}

ul.infoList li span.cate.subcont {
    border: 1px solid #118181;
    color: #118181;
}

ul.infoList li span.cate.session {
    border: 1px solid #1C2445;
    color: #1C2445;
}

ul.infoList li span.cate.cprc {
    border: 1px solid #325F85;
    color: #325F85;
}

ul.infoList li span.cate.conf {
    border: 1px solid #7C791E;
    color: #7C791E;
}

ul.infoList li span.cate.inter {
    border: 1px solid #00A1AF;
    color: #00A1AF;
}

/* 231017 ADD start */
ul.infoList li span.cate.case {
    border: 1px solid #C33E16;
    color: #C33E16;
}

ul.infoList li span.cate.merger {
    border: 1px solid #A329B9;
    color: #A329B9;
}

ul.infoList li span.cate.fact {
    border: 1px solid #439854;
    color: #439854;
}

ul.infoList li span.cate.market {
    border: 1px solid #118181;
    color: #118181;
}

ul.infoList li span.cate.other {
    border: 1px solid #325F85;
    color: #325F85;
}
/* 231017 ADD end */

.tab_panel .toListBt {
    font-size: 100%;
    color: #1C2445;
    display: block;
    text-align: right;
    margin-top: 30px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.tab_panel .toListBt:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #A3A861;
    top: 0;
    left: 0;
    margin-right: 7px;
}

ul.infoList li span.press {
    font-size: 62.5%;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #325F85;
    padding: 3px 13px;
    border-radius: 20px;
    margin-top: 2px;
    margin-left: 7px;
    height:21px;
    min-width: 68px;
}

.tab_box .tab_panel::-webkit-scrollbar {
    width: 10px;
}
.tab_box .tab_panel::-webkit-scrollbar-thumb {
    background: #909090;
    border-radius: 0;
}
.tab_box .tab_panel::-webkit-scrollbar-track {
    background: #dcdcdc;
}

/*----------------------------------
相談・手続窓口
------------------------------------*/

.windowWrap {
    background: #fff;
    padding-bottom: 80px;
}

.windowWrap .inner {
    background: #325F85;
    padding: 70px 0 60px;
}

.windowWrap h2 {
    font-size: 250%;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.w_conts {
    width: 800px;
    margin: 0 auto;
}

.w_bt {
    background: #fff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 13px 25px;
    color: #1c1c1c;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    border: 1px solid #E0E0E0;
}

.w_bt:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 8px;
    height: 8px;
    border-top: solid 2px #A3A861;
    border-right: solid 2px #A3A861;
    transform: translateY(-50%) rotate(45deg);
}

.w_bt:hover {
    background: #DDE583;
    opacity: 1;
}

.w_bt:hover:after {
    right: 1.4rem;
}

ul.wLinks {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

ul.wLinks li {
    width: 380px;
}

ul.wLinks li .w_bt {
    font-weight: 500;
    padding: 40px 25px;
    background: #DDE583;
    border: 1px solid #A3A861;
}

ul.wLinks li .w_bt:hover {
    background: #fff;
}

/*----------------------------------
情報を探す
------------------------------------*/

.seekWrap {
    padding: 75px 0 100px;
    background: #B7CAD2;
}

.seekWrap .inner {
    width: 1224px;
}

.seekWrap h2 {
    font-size: 250%;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
}

ul.s_panel {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

ul.s_panel li {
    width: 228px;
    margin-right: 20px;
    margin-bottom: 20px;
}

ul.s_panel li:nth-child(5n) {
    margin-right: 0;
}

ul.s_panel li a {
    display: block;
    width: 100%;
    height: 228px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.3s all;
}

ul.s_panel li a .s_img {
    width: 110px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

ul.s_panel li a img {
    width: 110px;
    transition: .3s all;
}

ul.s_panel li a:hover {
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

ul.s_panel li a:hover img {
    transform:scale(1.1,1.1);
    transition: 0.3s all;
}

ul.s_panel li a span {
    width: 100%;
    font-size: 100%;
    font-weight: 500;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*----------------------------------
取り組み
------------------------------------*/

.progWrap .inner {
    width: 100vw;
    min-width: 1224px;
    max-width: 100vw;
}

ul.progLink {
    display: flex;
}

ul.progLink li {
    width: 50%;
    height: 256px;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width:768px) {
    ul.progLink li:after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    ul.progLink li:first-child:after {
        background: url(/img/top/prog_bk01.jpg) no-repeat center top;
        background-size: cover;
    }
    ul.progLink li:nth-child(2):after {
        background: url(/img/top/prog_bk02.jpg) no-repeat center top;
        background-size: cover;
    }
    ul.progLink li:hover:after {
        opacity: .8;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    
}

ul.progLink li a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15%;
    position: relative;
    z-index: 2;
}

ul.progLink li a:hover {
    cursor: pointer;
}

ul.progLink li a:before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

ul.progLink li a span {
    font-size: 187.5%;
    color: #fff;
    z-index: 2;
}

ul.progLink li a span:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 72px;
    height: 72px;
    background-image: url(/img/top/prog_ar.svg);
    background-size: contain;
    margin-top: -15px;
    margin-left: 40px;
}

/*----------------------------------
公正取引委員会とは
------------------------------------*/

.aboutWrap {
    background-image: url(/img/top/about_bk.jpg);
    background-size: 1450px;
    background-repeat: no-repeat;
    background-position: right -420px bottom 0;
}

.aboutWrap .inner {
    padding: 135px 0 170px;
}

.aboutCont {
    display: flex;
    justify-content: flex-start;
}

.aboutCont .left {
    width: 375px;
    margin-right: 55px;
}

.aboutCont .right a.aboutBt {
    display: none;
}

.aboutCont h2 {
    font-size: 250%;
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
}

.aboutCont h2 span {
    font-size: 45%;
    display: block;
    margin-top: 10px;
}

.aboutCont .right p {
    font-size: 112.5%;
    width: 465px;
    margin-bottom: 20px;
}

a.aboutBt {
    display: block;
    width: 375px;
    background: #1C2445;
    border: 1px solid #707070;
    color: #fff;
    font-size: 112.5%;
    font-weight: 500;
    text-align: center;
    margin-top: 60px;
    padding: 22px 0 22px;
}

/*----------------------------------
公正取引委員会とは
------------------------------------*/

.photoWrap {
    background: #F4F4F4;
}

.photoWrap .inner {
    padding: 50px 0 70px;
    min-width: 1224px;
}

.photoWrap h2 {
    font-size: 250%;
    margin-bottom: 30px;
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
}

.slider-area {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.p_thumnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.p_thumnail .slick-track:before {
  display: none;
}

.p_thumnail .slick-track:after {
  display: none;
}

.slick-initialized .slick-current {
    position: relative;
}

.p_thumnail .slick-slide {
    position: relative;
}

.p_thumnail .slick-slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .6);
}

.p_thumnail .slick-current:before {
    content: none;
}

.slider-area {
    display: flex;
    justify-content: space-between;
}

.slider-area .p_slider {
    width: 612px;
}

.slider-area .p_thumnail {
    width: calc(100% - 612px);
    width: 600px;
}

.p_thumnail .slick-slide {
    display: block!important;
    float: none!important;
    width: 166px!important;
    height: 96px;
    margin-left: 34px;
    margin-bottom: 30px;
}

.p_thumnail .slick-slide img {
    width: 166px;
    height: 96px;
    object-fit: cover;
    width: 100%;
}

.p_slider .slider-item {
    width: 612px;
}

.p_slider .slider-item img {
    width: 612px;
    height: 354px;
    object-fit: cover;
}

.slide-dots button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slide-dots {
    display: flex;
    justify-content: center;
}

.slide-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}

.slide-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 2px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slide-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #dedede;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slide-dots li.slick-active button:before {
    color: #325F85;
}

.slider-item .slider-text {
    padding: 35px 55px 35px 55px;
}

.slider-item .slider-text h3 {
    font-size: 87.5%;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: normal;
    padding-left: 0;
}

.slider-item .slider-text h3:before {
    content: none;
}

.slider-item .slider-text h3:after {
    content: none;
}

.slider-item .slider-text p {
    font-size: 87.5%;
    font-weight: 400;
    line-height: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.p_slider .slick-prev,
.p_slider .slick-next {
    top: 440px;
}

a.photoLink {
    display: block;
    width: 375px;
    background: #1C2445;
    border: 1px solid #707070;
    color: #fff;
    font-size: 112.5%;
    font-weight: 500;
    text-align: center;
    margin-top: 60px;
    padding: 22px 0 22px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.photoWrap .slick-prev {
    left: 0;
}

.photoWrap .slick-next {
    right: 0;
}



