@charset "UTF-8";
#stream_fv {
}
#stream_sec01 {
    padding: 4vw 0 11vw;
    font-weight: 500;
    overflow: hidden;
}
#stream_sec01 .slider {
    position: relative;
    z-index: 0;
    margin-bottom: 3.5vw;
}
#stream_sec01 .slider .swiper-wrapper {
    height: auto;
}
#stream_sec01 .slider .swiper-slide {
    position: relative;
    z-index: 0;
    transform: scale(0.8);
    transform-origin: bottom;
  transition: all ease-in-out .3s 0.7s;
}
#stream_sec01 .slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
}
#stream_sec01 .slider .swiper-slide a {
}
#stream_sec01 .slider .swiper-pagination {
    width: 6.55vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 1vw auto 0;
}
#stream_sec01 .slider .swiper-pagination span  {
    width: 0.65vw;
    height: 0.65vw;
    display: inline-block;
    background-color: #384a91;
    border-radius: 50%;
    opacity: 0.5;
}
#stream_sec01 .slider .swiper-pagination span.swiper-pagination-bullet-active  {
    opacity: 1;
}
#stream_sec01 .slider .swiper-button  {
    position: absolute;
    z-index: 1;
    width: 2.3vw;
    height: 2.3vw;
    background-image: url("../../img/common/gr_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    top: 9.3vw;
    left: 0;
    right: 0;
    margin: auto;
}
#stream_sec01 .slider .swiper-button-prev  {
    left: 41.0vw;
}
#stream_sec01 .slider .swiper-button-next  {
    right: 41vw;
    transform: rotate(180deg);
}
#stream_sec01 .accordion  {
}
#stream_sec01 .accordion h3 {
    font-size: 1.66em;
    font-weight: 500;
    padding: 2vw 0;
    padding-left: 3.1vw;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
#stream_sec01 .accordion h3::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1.4vw;
    height: 1.4vw;
    border-left: 0.35vw solid #031c33;
    border-bottom: 0.35vw solid #031c33;
    transform: rotate(-45deg);
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  transition: all ease-in-out .3s 0s;
}
#stream_sec01 .accordion.active h3::after {
    transform: rotate(135deg);
}
#stream_sec01 .accordion h3 span {
    background: linear-gradient(90deg, #00116a 0%, #000001 50%, #00116a 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: slide-color 2s linear infinite;
}
#stream_sec01 .accordion h3::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 2.05vw;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #00116a;
    margin: auto;
}
#stream_sec01 .accordion.cate_sec {
    border-bottom: 1px solid #c0c0c0;
}
#stream_sec01 .accordion.cate_sec .inbox {
    display: none;
}
#stream_sec01 .accordion.cate_sec ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.1vw;
}
#stream_sec01 .accordion.cate_sec ul li {
    font-size: 1.18em;
    width: 23.5%;
}
#stream_sec01 .accordion.cate_sec ul li a {
    color: #394a91;
    display: block;
    border: 1px solid #b2beff;
    padding: 1.3vw 0;
    border-radius: 50vw;
    text-align: center;
  transition: all ease-in-out .2s 0s;
}
#stream_sec01 .accordion.cate_sec ul li a:hover {
    color: #fff;
    background-color: #394a91;
}
#stream_sec01 .accordion.key_sec  {
    margin-bottom: 6.25vw;
}
#stream_sec01 .accordion.key_sec .inbox {
    padding: 2vw 4vw;
    background-color: #fff;
    border-radius: 1.7vw;
    box-shadow: 0px 0px 12px #0000001f;
    display: none;
}
#stream_sec01 .accordion.key_sec .inbox dl {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 0;
}
#stream_sec01 .accordion.key_sec .inbox dl::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 2.2vw;
    height: 2.2vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../../img/sub/stream/plus_gr.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#stream_sec01 .accordion.key_sec .inbox dl dt input[type="text"],
#stream_sec01 .accordion.key_sec .inbox dl dd select {
    border: 1px solid #9b9b9b;
    padding: 1.25vw 1vw;
    width: 100%;
    border-radius: 0 0 0.25vw 0.25vw;
}
#stream_sec01 .accordion.key_sec .inbox dl dt input[type="text"]::placeholder {
    color: #9b9b9b;
}
#stream_sec01 .accordion.key_sec .inbox dl dt {
    width: 46.3%;
}
#stream_sec01 .accordion.key_sec .inbox dl dd {
    width: 46.3%;
}
#stream_sec01 .accordion.key_sec .inbox dl dt span,
#stream_sec01 .accordion.key_sec .inbox dl dd span {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #031c33;
    padding: 0.53vw 0 0.53vw 1vw;
    font-size: 1.1em;
    border-radius: 0.25vw 0.25vw 0 0;
}
#stream_sec01 .accordion.key_sec .inbox .link_box {
    margin: 2.1vw auto 0;
    width: 22.8vw;
    position: relative;
    z-index: 0;
  transition: all ease-in-out .2s 0s;
}
#stream_sec01 .accordion.key_sec .inbox .link_box:hover {
    opacity: 0.6;
}
#stream_sec01 .accordion.key_sec .inbox .link_box::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 1.5vw;
    height: 1.7vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 5.4vw;
    margin: auto;
    background-image: url("../../img/sub/stream/serch_ico.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#stream_sec01 .accordion.key_sec .inbox .link_box input[type="submit"] {
    display: block;
    text-align: center;
    width: 100%;
    padding: 1.4vw 0 1.4vw 2.3vw;
    font-size: 1.2em;
    background-color: #000000;
    border-radius: 50vw;
    color: #fff;
}
#stream_sec01 .contents ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}
#stream_sec01 .contents ul li {
    position: relative;
    z-index: 0;
    width: 29.6%;
    margin-bottom: 4.7vw;
}
#stream_sec01 .contents ul li:not(:nth-of-type(3n+3)) {
    margin-right: 5.6%;
}
#stream_sec01 .contents ul li.is-hidden {
    display: none;
}
#stream_sec01 .contents ul li a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#stream_sec01 .contents ul li .img {
    position: relative;
    z-index: 0;
    height: 17vw;
    overflow: hidden;
}
#stream_sec01 .contents ul li .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  transition: all ease-in-out .2s 0s;
    transform-origin: center;
}
#stream_sec01 .contents ul li:hover .img img {
    transform: scale(1.05);
}
#stream_sec01 .contents ul li .txt {
    position: relative;
    z-index: 0;
    padding-top: 0.7vw;
}
#stream_sec01 .contents ul li .txt .cate {
    font-size: 0.8em;
    position: relative;
    z-index: 0;
    padding: 0.35vw 1.35vw;
    background-color: #000;
    color: #fff;
    display: inline-block;
    border-radius: 0.4vw;
}
#stream_sec01 .contents ul li .txt h3 {
    font-size: 1.37em;
    margin: 0.37vw 0 0.73vw;
    line-height: 160%;
}
#stream_sec01 .contents ul li .txt p {
    color: #8e8e8e;
    font-size: .94em;
    line-height: 170%;
}
#stream_sec01 .link {
    margin-top: 5vw;
}
#stream_sec01 .link a {
    cursor: pointer;
}

@media screen and (max-width:1300px) {
}
@media screen and (max-width:900px) {
}
@media screen and (max-width:768px) {

#stream_sec01 .slider .swiper-button {
    width: 8.3vw;
    height: 8.3vw;
    top: 15.3vw;
}
#stream_sec01 .slider .swiper-button-prev {
    left: 71vw;
}
#stream_sec01 .slider .swiper-button-next {
    right: 71vw;
}
#stream_sec01 .slider .swiper-pagination {
    width: 34.55vw;
    margin: 3vw auto 0;
}
#stream_sec01 .slider .swiper-pagination span {
    width: 2.65vw;
    height: 2.65vw;
}
#stream_sec01 .accordion h3 {
    padding: 3vw 0;
    padding-left: 4.1vw;
}
#stream_sec01 .accordion h3::before {
    width: 3.05vw;
    top: 1vw;
}
#stream_sec01 .accordion h3::after {
    width: 2.4vw;
    height: 2.4vw;
}
#stream_sec01 .slider {
    margin-bottom: 7.5vw;
}
#stream_sec01 {
    padding: 7vw 0 20vw;
}
#stream_sec01 .contents ul li {
    width: 100%;
    margin-bottom: 8.7vw;
}
#stream_sec01 .contents ul li .img {
    height: 45vw;
}
#stream_sec01 .contents ul li .txt {
    padding-top: 2.7vw;
}
#stream_sec01 .contents ul li .txt .cate {
    padding: 1.35vw 2.35vw;
}
#stream_sec01 .contents ul li .txt h3 {
    margin: 1.37vw 0 1.73vw;
}
#stream_sec01 .contents ul li:not(:nth-of-type(3n+3)) {
    margin-right: 0;
}
#stream_sec01 .accordion.cate_sec ul li {
    width: 49.5%;
}
#stream_sec01 .accordion.cate_sec ul li:nth-of-type(1),
#stream_sec01 .accordion.cate_sec ul li:nth-of-type(2) {
    margin-bottom: 1vw;
}
#stream_sec01 .accordion.key_sec .inbox dl dt {
    width: 100%;
    margin-bottom: 8vw;
}
#stream_sec01 .accordion.key_sec .inbox dl dd {
    width: 100%;
}
#stream_sec01 .accordion.key_sec .inbox dl::before {
    width: 5.2vw;
    height: 5.2vw;
}
#stream_sec01 .accordion.key_sec .inbox .link_box {
    margin: 3.1vw auto 0;
    width: 44.8vw;
}
#stream_sec01 .accordion.key_sec .inbox .link_box input[type="submit"] {
    padding: 3.4vw 0 3.4vw 2.3vw;
}
#stream_sec01 .accordion.key_sec .inbox .link_box::before {
    width: 4.5vw;
    height: 4.7vw;
    right: 21.4vw;
}
}