@charset "UTF-8";
@import url("grid.css");
@import url("style_sidebar.css");

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #222222;
    --link-color: #666;
    --linkhover-color: #999;
    --back-color: #f7f7f7;
    --border-color: #ccc;
    --white-color: #fff;
    --nav-color: #333;
    --side-base: #ECE4E2;
}
body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    color: var(--base-color);
}
.wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wrapper_content {
    width: 100%;
    z-index: 0;
}
.wrapper_sidebar {
    width: 25%;
}
.wrapper_sidebar iframe {
    width: 100%;
    height: 100%;
}
img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;
}
a:hover { 
    color: var(--linkhover-color);
}
/* ハンバーガーメニュー
-------------------------------------*/
.hamburger-menu {
    display: none;
    position: fixed;
    top: 15px;
    left: 10px;
    height: auto;
    z-index: 10;
}
.hamburger-menu img {
    width: 50px;
    padding-bottom: 3.0rem;
    opacity: 0.7;
}
.menu {
    display: none;
}

/*リセット
-------------------------------------*/
ul,li,h1,h2,h3 {
    margin: 0;
    padding: 0;
}

/*テキスト
-------------------------------------*/
h2 {
    font-weight: bold;
    font-size: 50px;
}
h3 {
    font-weight: bold;
    font-size: 28px;
}
.text {
    font-size: 18px;
    line-height: 1.8;
}
.is-bold {
    font-weight: bold;
}
.is-pc {
    display: block;
}
.is-tab {
    display: none;
}
.is-sp {
    display: none;
}
@media screen and (max-width: 959px) {
    .is-pc {
        display: none;
    }
    .is-tab {
        display: block;
    }
}
@media screen and (max-width: 519px) {
    .is-pc {
        display: none;
    }
    .is-tab {
        display: none;
    }
    .is-sp {
        display: block;
    }
    .wrapper_sidebar {
        width: 100%;
    }
}

/*ヘッダー
-------------------------------------*/
header {
    text-align: center;
    margin: 0 auto;
    padding: 2.0rem 0 5.0rem;
}

/*メインコンテンツ
-------------------------------------*/
main {
    width: 100%;
}

section {
    width: 90%;
	margin: 5rem auto;
	padding: 3rem 0;
}

/*トップスライダー
-------------------------------------*/
#top {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.c-carousel {
    position: relative;
    width:  70%;
    margin: 0 auto;
}
.c-carousel__activator-main {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.c-carousel__main {
    width: 100%;
    overflow: visible;
    position: relative;
}
.c-carousel__main-track {
    display: flex;
    white-space: normal;
    transition: transform 0.3s ease-out;
}
.c-carousel__main-item {
    flex-shrink: 0;
    width: 100%;
    padding: 0 25px;
}
.c-carousel__main-image {
    display: block;
    width: 100%;
}
.c-carousel__main-imagetitle {
    font-size: 24px;
    font-weight: bold;
    padding-top: 15px;
    text-align: center;
}
.c-carousel__main-control-item {
  display: none;
}
.c-carousel__btn-prev-main, .c-carousel__btn-next-main {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: opacity 0.3s;
  cursor: pointer;
}
.c-carousel__btn-prev-main {
  right: auto;
  left: 16px;
}
/*②ボタンエリア解説 開始*/
.c-carousel__activator-main:nth-child(1):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(1) {
  display: block;
}
.c-carousel__activator-main:nth-child(2):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(2) {
  display: block;
}
.c-carousel__activator-main:nth-child(3):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(3) {
  display: block;
}
.c-carousel__activator-main:nth-child(4):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(4) {
  display: block;
}
.c-carousel__activator-main:nth-child(5):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(5) {
  display: block;
}
.c-carousel__activator-main:nth-child(6):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(6) {
  display: block;
}
.c-carousel__activator-main:nth-child(7):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(7) {
  display: block;
}
.c-carousel__activator-main:nth-child(8):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(8) {
  display: block;
}
.c-carousel__activator-main:nth-child(9):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(9) {
  display: block;
}
.c-carousel__activator-main:nth-child(10):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(10) {
  display: block;
}
.c-carousel__activator-main:nth-child(11):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(11) {
  display: block;
}
.c-carousel__activator-main:nth-child(12):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(12) {
  display: block;
}
.c-carousel__activator-main:nth-child(13):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(13) {
  display: block;
}
/*②ボタンエリア解説 終了*/
/*①スライドエリア解説 開始*/
.c-carousel__activator-main:nth-child(1):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 0));
}
.c-carousel__activator-main:nth-child(2):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 1));
}
.c-carousel__activator-main:nth-child(3):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 2));
}
.c-carousel__activator-main:nth-child(4):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 3));
}
.c-carousel__activator-main:nth-child(5):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 4));
}
.c-carousel__activator-main:nth-child(6):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 5));
}
.c-carousel__activator-main:nth-child(7):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 6));
}
.c-carousel__activator-main:nth-child(8):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 7));
}
.c-carousel__activator-main:nth-child(9):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 8));
}
.c-carousel__activator-main:nth-child(10):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 9));
}
.c-carousel__activator-main:nth-child(11):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 10));
}
.c-carousel__activator-main:nth-child(12):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 11));
}
.c-carousel__activator-main:nth-child(13):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 12));
}
/*①スライドエリア解説 終了*/

.c-carousel__main-image {
    box-shadow: none;
    transition: 0.3s;
}
.c-carousel__main-image:hover {
    box-shadow: 0px 3px 5px darkgray;
    transition: 0.3s;
}


/*今月号のご紹介
-------------------------------------*/
#intro {
    width: 65%;
    border: solid 5px var(--side-base);
    border-radius: 25px;
    padding: 3.0rem;
}
.intro-emi {
    width: 60%;
    margin: 0 auto;
    padding-top: 1.0rem;
}
.intro__picktup-title {
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 0.5rem;
    margin: 0;
}
.intro__pickup-titlesub {
    font-size: 21px;
    letter-spacing: 0.5;
    padding-left: 0.5rem;
}
.intro__pickup-container {
    display: flex;
    width: 100%;
    gap: 25px;
    margin: 0 auto 1.0rem;
}
.intro__pickup-special , .intro__pickup-regular , .intro__pickup-regular1 , .intro__pickup-regular2 {
    width: 100%;
}
.intro__pickup-special h3 , .intro__pickup-regular h3 , .intro__pickup-regular1 h3 , .intro__pickup-regular2 h3 {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1.0;
    padding-bottom: 0.5rem;
}
.intro__pickup-special h3::before {
    content: '';
    display: inline-block;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    background-image: url(../images/ico-special.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.intro__pickup-regular h3::before {
    content: '';
    display: inline-block;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    background-image: url(../images/ico-regular.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.intro__pickup-regular1 h3::before {
    content: '';
    display: inline-block;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    background-image: url(../images/ico-regular1.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.intro__pickup-regular2 h3::before {
    content: '';
    display: inline-block;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    background-image: url(../images/ico-regular2.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.intro__picktup-innercontainer img {
    width: 100%;
    height: auto;
    margin-bottom: 1.0rem;
    transition: 0.3s;
}
.intro__picktup-innercontainer img:hover {
    box-shadow: 0px 3px 5px darkgray;
    transition: 0.3s;
}
.intro__picktup-innercontainer p {
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
}
.intro__picktup-innercontainer a p:hover {
    transition: 0.3s;
}
.intro__content-container {
    text-align: center;
    margin: 0 auto;
}
.intro__content-container h3 {
    line-height: 1.8;
    font-weight: bold;
}
.intro__content-table {
    width: 100%;
    display: flex;
    margin: 0 auto;
    border-bottom: 1px solid black;
}
dt {
    width: 15%;
    float: left ;/*左に寄せる*/
    clear: left ;/*後続の左寄せを解除*/
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1.0em;
    text-align: left;
    font-weight: bold;
}
dd {
    width: 85%;
    float: left ;
    text-align: left;
    padding: 0.5em 0 0.5em 0;
    font-size: 16px;
    margin-left: 15px;
}
.intro__content-buttonbox {
    width: 90%;
    display: flex;
    margin: 3.0rem auto 0;
    gap: 3.0rem;
    text-align: center;
}
.intro__content-buttonpdf {
    width: 50%;
    font-size: 21px;
    background-color: #7BAFDE;
    border-radius: 30px;
    padding: 15px;
    box-shadow: 0px 3px 5px darkgray;
    font-weight: bold;
    transition: 0.3s;
}
.intro__content-buttonvoice {
    width: 50%;
    font-size: 21px;
    background-color: #7BAFDE;
    border-radius: 30px;
    padding: 15px;
    box-shadow: 0px 3px 5px darkgray;
    font-weight: bold;
    transition: 0.3s;
}
.intro__content-buttonpdf a , .intro__content-buttonvoice a {
    color: var(--base-color);
}
.intro__content-buttonpdf:hover , .intro__content-buttonvoice:hover {
    box-shadow: none;
}
.intro__content-buttonpdf a:hover , .intro__content-buttonvoice a:hover {
    color: var(--base-color);
}

/*チャンネル三重県 今月の動画コンテンツ
-------------------------------------*/
.youtube__title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    letter-spacing: 0.5;
}
.youtube__container {
    display: flex;
    gap: 2.0rem;
}
.youtube__box {
    width: 50%;
}
.youtube__box iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 2.0rem;
}
.youtube__box p {
    font-size: 18px;
    font-weight: bold;
}

/*フッター
-------------------------------------*/
.footer {
    padding: 7.5rem 0;
    background : #FBE49B;
    background-size: cover;
}
.footer__container {
    width: 70%;
    margin: 0 auto;
}
.footer__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.footer__text {
    font-size: 16px;
    margin-bottom: 0.5rem;
}
/*コピーライト
-------------------------------------*/
.copyright {
    width: 80%;
    display: flex;
    font-size: 14px;
    justify-content: center;
    padding: 3rem 0;
    margin: 0 auto;
    gap: 10px;
}
.copyright img {
    width: 10%;
}
.copyright p {
    margin-bottom: 0;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding-top: 30px;
    text-align: center;
    text-decoration: none;
    opacity: 0.8;
}
#pagetop::after{
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
#pagetop:hover{
    opacity: 0.5;
}

/*レスポンシブ対応_タブレットver
-------------------------------------*/
@media screen and (max-width: 959px) {
    section {
        width: 90%;
        margin: 2.5rem auto;
        padding: 1.5rem 0;
    }
    .hamburger-menu {
        display: block;
        top: 30px;
        left: 20px;
    }
    .hamburger-menu img {
        width: 75px;
    }
    .header {
        padding-bottom: 2.5rem;
    }
    .header img {
        width: 40%;
    }
    #top {
        width: 100%;
        margin: 0 auto 2.5rem;
    }
    #intro {
        width: 95%;
    }
    .intro__pickup-titlesub {
        font-size: 18px;
    }
    .intro__pickup-special h3 , .intro__pickup-regular h3 , .intro__pickup-regular1 h3 , .intro__pickup-regular2 h3 {
        font-size: 18px;
    }
    .intro__pickup-special h3::before , .intro__pickup-regular h3::before , .intro__pickup-regular1 h3::before , .intro__pickup-regular2 h3::before {
        width: 16px;/*画像の幅*/
        height: 16px;/*画像の高さ*/
    }
    .intro__picktup-innercontainer p {
        font-size: 16px;
    }
    dt , dd {
        font-size: 14px;
    }
    .intro__content-buttonbox {
        width: 100%;
    }
    .intro__content-buttonpdf , .intro__content-buttonvoice {
        font-size: 18px;
    }
    .youtube__title {
        font-size: 24px;
        padding-bottom: 1.5rem;
    }
    .youtube__box p {
        font-size: 16px;
    }
    .footer {
        padding: 3.5rem 0;
    }
    .footer__container {
        width: 85%;
    }
    .footer__title {
        font-size: 18px;
    }
    .footer__text {
        font-size: 14px;
    }
    .copyright img {
        width: 20%;
    }
}

/*レスポンシブ対応_スマートフォンver
-------------------------------------*/
@media screen and (max-width: 519px) {
    section {
        width: 95%;
        margin: 1.25rem auto;
        padding: 0.75rem 0;
    }
    .hamburger-menu {
        top: 15px;
        left: 10px;
    }
    .hamburger-menu img {
        width: 50px;
    }
    header {
        width: 60%;
        padding: 1.0rem 0 3.0rem;
    }
    .header img {
        width: 100%;
    }
    .wrapper_sidebar {
        display: none;
    }
    /* トップスライダー */
    #top {
        width: 100%;
        margin: 0 auto 50px;
        padding: 30px 0 20px;
        background-color: var(--side-base);
    }
    .c-carousel {
        width:  100%;
    }
    .c-carousel__btn-prev-main, .c-carousel__btn-next-main {
        width: 25px;
        height: 25px;
    }
    .c-carousel__main-imagetitle {
        font-size: 18px;
        font-weight: bold;
    }
    /* 今月号のご紹介 */
    #intro {
        margin: 1rem auto;
        padding: 1.5rem;
    }
    .intro-emi {
        width: 90%;
        padding-bottom: 2.0rem;
    }
    .intro__picktup-title {
        font-size: 24px;
    }
    .intro__pickup-titlesub {
        font-size: 16px;
    }
    .intro__pickup-container {
        display: block;
        gap: 0;
    }
    .intro__pickup-special h3 , .intro__pickup-regular h3 , .intro__pickup-regular1 h3 , .intro__pickup-regular2 h3 {
        margin-bottom: 0.5rem;
    }
    .intro__pickup-special ,  .intro__pickup-regular , .intro__pickup-regular1 , .intro__pickup-regular2{
        margin-bottom: 3rem;
    }
    .intro__picktup-innercontainer p {
        margin-bottom: 0;
    }
    .intro__content-table {
        display: inline-block;
        width: 100%;
        clear: none;
        margin: 0 auto;
        padding: 0.5rem 0;
        border-bottom: none;
    }
    .intro__content-table dt {
        width: 100%;
        padding: 0;
    }
    .intro__content-table dd {
        width: 100%;
        margin-left: 0;
        border-bottom: 1px solid var(--base-color);
    }
    .intro__content-buttonbox {
        display: block;
        margin: 0 auto;
        gap: 0;
        padding: 0;
        margin-top: 25px;
    }
    .intro__content-buttonpdf , .intro__content-buttonvoice {
        width: 100%;
        margin-bottom: 25px;
    }
    .intro__content-buttonpdf a , .intro__content-buttonvoice a {
        color: var(--base-color);
    }
    /* チャンネル三重県 今月の動画コンテンツ */
    .youtube__title {
        font-size: 18px;
        line-height: 1.8;
    }
    .youtube__container {
        display: block;
        gap: 0;
    }
    .youtube__box {
        width: 100%;
        margin-bottom: 3rem;
    }
    .youtube__box iframe {
        margin-bottom: 1.0rem;
    }
    /* フッター */
    .footer__container {
        width: 90%;
    }
    /* コピーライト */
    .copyright {
        width: 90%;
        display: block;
        font-size: 12px;
        text-align: center;
        gap: 0;
    }
    .copyright img {
        width: 50%;
        margin-bottom: 10px;
    }
}

