﻿@charset "UTF-8";

.contents.kitanoto h2{
    font-family: "Zen Maru Gothic", serif;
	color: #434343;
	font-weight: bold;
	font-style: normal;
    font-size: 30px;
    background: #F7F1E5;
    margin: 0;
    border: 0;
    padding: 20px 45px;
}
.contents.kitanoto h2::after{
    content: none;
}
.contents h4{
	font-family: "Zen Maru Gothic", serif;
	color: #434343;
	font-weight: bold;
	font-style: normal;
    font-size: 30px;
	background: #fff;
}
.contents h4::before{
	content: none;
}
.kitanoto .contents P{
    font-size: 16px;
}
.container a[target="_blank"]:after{
	content: none;
}
.title_area{
    background: #F7F1E5;
    border-radius: 20px 20px 0 0;
    padding: 30px 40px 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.title_area .date{
    font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
    font-size: 20px;
}
.title_area .term{
    font-family: "Zen Maru Gothic", serif;
	font-weight: bold;
	font-style: normal;
    font-size: 20px;
    background: #fff;
    margin-left: -40px;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0 20px 20px 0;
    max-width: calc(100% - 100px);
}
.term.special{
    color: #D64954;
}
.term.team{
    color: #02A59C;
}
.term.yokogao{
    color: #BC7505;
}
.term.quiz{
    color: #4476B1;
}
.eyecatch_img{
    width: 100%;
}
.eyecatch_img img{
    width: 100%;
    height: auto;
}
.cate_title_area{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.cate_title_area .cate_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 20px;
    height: 40px;
    max-width: 280px;
    width: 100%;
    background-color: #AD9972;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
}
.cate_title_area .cate_btn span{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cate_title_area .cate_btn span::after{
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: -17px;
    margin: auto;
    transform: rotate(45deg);
}
.cate_title_area .cate_btn:hover{
    opacity: 0.7;
}
.cate_title_area .cate_btn a:hover{
    text-decoration: none;
}
button:focus{
    outline: none;
}
ul{
    list-style: none;
    padding-left: 0;
}
#ichiran{
    padding-top: 150px;
    margin-top: -150px;
}
.contents{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}
.latest_outer{
    background-color: #F7F1E5;
}
.latest_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 48px;
}
.latest_inner .text{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
.latest_inner .text .title{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    width: 100%;
}
.latest_inner .text .subtitle{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    width: 100%;
}
.latest_inner .text .date{
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    width: 100%;
    padding-bottom: 30px;
}
.latest_inner .text button{
    border:0;
    border-radius: 35px;
    height: 70px;
    max-width: 381px;
    width: 22vw;
    background-color: #AD9972;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 24px;
}
.latest_inner .text button:hover{
    opacity: 0.7;
}
.latest_inner .image{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.latest_inner .image img{
    width: 100%;
    max-width: 317px;
    height: auto;
}
.tabs__menu {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .5rem;
    gap: 4%;
    padding-left: 1%;
    padding-right: 1%;
    justify-content: flex-start;
    text-align: center;
}
 .tabs__menu-item {
    background: #fff;
    cursor: pointer;
    width: calc(100% / 3);
    max-width: 30%;
    min-height: 50px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    line-height: 1.2;
    font-size: 16px;
    color: #565656;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 25px;
    margin-bottom: .5rem;
}
.tabs__menu-item:nth-of-type(2){
    color: #D64954;
}
.tabs__menu-item:nth-of-type(3){
    color: #02A59C;
}
.tabs__menu-item:nth-of-type(4){
    color: #BC7505;
}
.tabs__menu-item:nth-of-type(5){
    color: #4476B1;
}
.tabs__menu-item:nth-of-type(6){
    color: #6353B9;
}
.tabs__menu-item:hover {
    opacity: 0.75;
}
 .tabs__menu-item.is-active {
	 background: #D9D9D9;
	 cursor: default;
}
 .tabs__body {
	 display: none;
	 padding-top: 20px;
}
 .tabs__body.is-active {
	 display: block;
}
.side_bar_wrap a[target="_blank"]:after{
    content:"";
}
ul.magazine {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 5%;
    align-items: flex-start;
    row-gap: 50px;
}
.kitanoto ul.magazine {
    margin-top: 10px;
}
ul.magazine li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    max-width: 30%;
}
ul.magazine li a{
    width: 100%;
}
ul.magazine li .img{
    position:relative;
}
ul.magazine li img{
    max-width: 262px;
    width: 100%;
    object-fit: cover;
    height: 75%;
    aspect-ratio: 4 / 3;
}
ul.magazine li .img .vol{
    position: absolute;
    background: #707070;
    color: #fff;
    font-weight: bold;
    right: 0;
    bottom: 0;
    padding: 2px 10px;
    border-radius: 10px 0 0 0;
}
ul.magazine li .text{
    width: 100%;
}
ul.magazine li .btn{
    position:relative;
    color: #AD9972;
    text-align: right;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
}
ul.magazine li .btn::after{
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #AD9972;
    border-right: solid 2px #AD9972;
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}
ul.magazine li .btn:hover{
    opacity: 0.7;
}
ul.magazine li .btn:focus{
    box-shadow: none;
}
ul.magazine li .date_cat{
    color: #333;
    display: flex;
    flex-wrap: wrap;
}
ul.magazine li .color_special{
    width: 100%;
    color: #D64954;
}
ul.magazine li .color_team{
    width: 100%;
    color: #02A59C;
}
ul.magazine li .color_yokogao{
    width: 100%;
    color: #BC7505;
}
ul.magazine li .color_quiz{
    width: 100%;
    color: #4476B1;
}
ul.magazine li .color_topics{
    width: 100%;
    color: #6353B9;
}
ul.magazine li .title{
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
ul.backnumber {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;;
    align-items: flex-start;
    row-gap: 50px;
    column-gap: 5%;
}
ul.backnumber li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    max-width: 30%;
}
ul.backnumber li img{
    max-width: 262px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
ul.backnumber li .text{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul.backnumber li .title{
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    width: 100%;
}
ul.backnumber li .dtime{
    font-size: 16px;
    padding-bottom: 20px;
}
ul.backnumber button{
	border: 0;
    border-radius: 22px;
    min-height: 40px;
    height: auto;
    max-width: 160px;
    width: 15vw;
    background-color: #AD9972;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    line-height: 1.1;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
ul.backnumber button::after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    right: 13px;
    background-image: url("../../images/kitanoto/pdf_icon.svg");
    background-repeat: no-repeat;
    width: 16.58px;
    height: 16.58px;
}
ul.backnumber button:hover{
    opacity: 0.7;
}
ul.backnumber a[target="_blank"]:after{
    content:none;
}
.js-btn-more,
.js-btn-close {
    display: flex;
    justify-content: center;
    align-items: center;
}
.js-btn-more span,
.js-btn-close span{
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    height: 62px;
    width: 245px;
    border: 0;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9A7D46;
    position: relative;
}
.js-btn-more span::after,
.js-btn-close span::after{
    content: '';
    width: 15px;
    height: 15px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    right: 20px;
    margin: auto;
    top: 30px;
}
.js-btn-more span::after{
    transform: rotate(135deg);
    top: 20px;
}
.js-btn-close span::after{
    transform: rotate(-45deg);
}
.js-btn-more:hover,
.js-btn-close:hover{
    opacity: 0.7;
}
@media screen and (max-width: 1200px){
    #ichiran{
        padding-top: 170px;
        margin-top: -170px;
    }
}
@media screen and (max-width: 992px){
    .latest_inner{
        padding: 20px;
    }
    .latest_inner .text{
        font-size: 18.666px;
    }
    .latest_inner .text .title{
        font-size: 25.333px;
    }
    .latest_inner .text .subtitle{
        font-size: 14.666px;
    }
    .latest_inner .text .date{
        font-size: 12px;
        padding-bottom: 20px;
    }
    .latest_inner .text button{
        border-radius: 25px;
        height: 50px;
        width: 160px;
        font-size: 16px;
    }
    ul.magazine {
        column-gap: 4%;
        row-gap: 30px;
    }
    ul.magazine li{
        width: calc(100% / 2);
        max-width: 48%;
    }
    ul.magazine li img{
        max-width: 100%;
    }
    ul.backnumber button{
        font-size: 15px;
    }
    ul.backnumber button::after{
        right: 12px;
    }
    ul.backnumber {
    	column-gap: 4%;
        row-gap: 30px;
    }
}
@media screen and (max-width: 767.98px){
    .contents.kitanoto h2{
        font-size: 25px;
        padding: 10px 25px;
    }
    .contents h4{
        font-size: 25px;
    }
    .title_area{
        border-radius: 15px 15px 0 0;
        padding: 20px 20px 5px;
    }
    .title_area .date{
        font-size: 15px;
    }
    .title_area .term{
        font-size: 15px;
        margin-left: -25px;
        padding-left: 25px;
        padding-right: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
        border-radius: 0 15px 15px 0;
    }
    #ichiran{
        padding-top: 500px;
        margin-top: -500px;
    }
    .tabs__menu-item{
        width: calc(100% / 2);
        max-width: 48%;
    }
    .tab_item {
        width: calc(100% / 2);
        max-width: 48%;
    }
    ul.backnumber{
        row-gap: 30px;
    }
    ul.backnumber li{
      width: calc(100% / 2);
      max-width: 48%;
    }
    ul.backnumber li .title{
        font-size: 18px;
    }
    ul.backnumber li .dtime{
        font-size: 15px;
    }
    ul.backnumber button {
        font-size: 15px;
        width: 35vw;
        height: 35px;
        padding-left: 15px;
    }
    .js-btn-more span,
    .js-btn-close span {
        font-size: 18px;
        height: 42px;
        border-radius: 21px;
    }
    .js-btn-more span::after,
    .js-btn-close span::after {
        width: 12px;
        height: 12px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        right: 20px;
    }
    .js-btn-more span::after{
        top: 15px;
    }
    .js-btn-close span::after{
        top: 20px;
    }
}
@media screen and (max-width: 450px){
    .latest_inner .text button{
        width: 38vw;
    }
}