@charset "utf-8";

/*
  MediaQuery Type = Parts Unit
  0 < size
  @media only screen and (max-width: 600px)
  @media only screen and (min-width: 601px)
  @media only screen and (min-width: 601px) and (max-width: 992px)
  @media only screen and (max-width: 992px)
  @media only screen and (min-width: 993px)
  @media only screen and (min-width: 993px)
*/


/* ! [.sample_]の記述は番組ディレクトリ名等適切に変更 */

.provideinformation_wrapper {
    background: #fff;
}

.ntv-wrapper {
    background-color: #fff;
}

@media only screen and (min-width: 993px) {
    .provideinformation_wrapper a {
        transition: opacity .1s ease;
    }
    .provideinformation_wrapper a:hover {
        opacity: 0.6;
    }
    .provideinformation_wrapper [id^="ntv_setAD"] a:hover {
        opacity: 1;
    }
}


/* mainvisual
========================================== */

.provideinformation_maincontents_area {
    margin: 0 20px;
}

.provideinformation_mainvisual_inner {
    width: 100%;
    text-align: center;
    background: #00dacd;
}

.provideinformation_mainvisual_img {
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    display: block;
}

.provideinformation_mainvisual_area img {
    width: 640px;
    padding: 25px;
}


/* maincontents
========================================== */

.provideinformation_maincontents_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.provideinformation_maincontents_text {
    width: 100%;
    margin: 70px auto 30px;
}

.provideinformation_maincontents_inner p {
    font-size: 20px;
    font-weight: bold;
    line-height: 200%;
    letter-spacing: 0.1em;
}

.provideinformation_maincontents_inner p img {
    width: 100%;
}

.provideinformation_btn {
    margin: 30px 0;
}

.provideinformation_btn a {
    margin: 0 auto;
    text-align: center;
}

.provideinformation_btn a img {
    width: 50%;
}

.personalinformation p img {
    width: 100%;
    margin-bottom: 70px;
}
/* bottom
========================================== */
.provideinformation_bottomarea {
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    display: block;
}
.provideinformation_bottomarea img{
    width: 100%;
}


/* 広告用のスタイル（絶対に消さないで下さい） */

#ntv_setAD_SP_300_250_3 {
    text-align: center;
}

@media screen and (max-width: 830px) {
    .personalinformation ul {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .provideinformation_mainvisual_area img {
        width: 100%;
        padding: 20px;
    }
    .provideinformation_btn a img {
        width: 100%;
    }
    .provideinformation_bottomarea{
        display: flex;
        justify-content: center;
    }
    .provideinformation_bottomarea img{
        width: 160%;
    }
}

@media screen and (min-width: 601px) {
    .sponly {
        display: none !important;
    }
    .pc {
        display: inline !important;
    }
}

@media screen and (max-width: 601px) {
    .pc {
        display: none !important;
    }
    .sponly {
        display: inline !important;
    }
    .provideinformation_maincontents_text {
        margin: 30px auto;
    }
    .provideinformation_maincontents_text {
        background-size: 65%;
    }
    .personalinformation p img {
        margin-bottom: 30px;
    }
}


/* for printer
========================================== */

@media print {
    .not_print {
        display: none;
    }
}
