@charset "UTF-8";
/*------------------------------------------------------------
**	お知らせ
-----------------------------共通-------------------------------*/
/*---style指定の注意---
a　は {display:block} になってます
--------------------------*/
:root {
    --blue: #3871B8; /* --- color:var(--blue); ----*/
    --acolor: #444;
}
.main-contents {
	font-feature-settings: "palt";
	margin: 0 auto 100px;
}

/************* ページタイトル *************/
.page_ttl {
	padding: 93px 0 0;
	width: 100%;
}
.main-title {
	font-size: 40px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 auto 77px;
	text-align: center;
}
.main-title-en {
	color: #999999;
	display: block;
	font-weight: 700;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .page_ttl {
        padding: 45px 0 0}
	.main-title {
		font-size: 28px;
		margin: 0 auto 34px;}
	.main-title-en {
		font-size: 12px;}
}
/*========================
	お知らせ一覧
========================*/
/* main */
.sponsorship_main{
    width:90%;
    max-width: 960px;
    margin: 0 auto
}
/* ----- カテゴリー ----- */
.ul_category{
    margin-bottom: 40px}
.ul_category li{
    display: inline-block;
    margin-right:30px;
}
.ul_category li a{
    margin-bottom: 8px;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent
}
.ul_category li a:hover{
    border-bottom: 2px solid #3871B8
}
.ul_category li.current-cat a{
    color: var(--blue);
    font-weight: 700;
    border-bottom: 2px solid #3871B8
}
.ul_category .current-cat a:hover{border-bottom: 2px solid #3871B8}

@media only screen and (max-width: 767px) {
    .section_category{
        font-size: 15px;letter-spacing: 0;
        margin-bottom: 20px}
    .ul_category{margin:0;padding: 0}
    .ul_category li{
        line-height: 1;
        margin:20px 0 0}
    .ul_category li a{
        display: inline-block;
        padding-bottom:2px;
        margin: 0 6px}
    label.cate {
        cursor: pointer;
        background: #F5F5F5;
	    padding: 10px;
	    display: block;
	    margin: 0;
        position: relative
    }
    label.cate:after {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    right: 18px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    /*--- チェックボックスを非表示にする ---*/
    input[type="checkbox"].cate_on-off{
	    display: none;}
    /*--- 中身を非表示にしておく ---*/
    ul.submenu { background: #FAFAFA;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 ;
	padding: 0 ;}
    
    .ul_category .current a,
    .ul_category .current a:hover{border-bottom: 2px solid #3871B8}

    /*--- クリックで中身を表示 ---*/
    input[type="checkbox"].cate_on-off + label + ul.submenu{
	height: 0;
	overflow: hidden;}
    input[type="checkbox"].cate_on-off:checked + label + ul.submenu{
        padding-bottom:10px!important;
	height: auto}
    /*--- クリックでアイコン入れ替え ---*/
    input[type="checkbox"].cate_on-off:checked + label.cate:after {
        top: 45%;
        border-top: solid 1px #999;
        border-right: solid 1px #999;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/* お知らせ一覧リスト */
.sponsorship_archive_list{
    border-top: 1px solid #E6E6E6;
    padding-bottom:20px;
}
.sponsorship_archive_list li{
    position: relative;
    padding: 30px ;
    border-bottom: 1px solid #E6E6E6;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノUD角ゴ W3 JIS2004", "Hiragino UD Sans W3 JIS2004", "メイリオ", Meiryo, sans-serif;
}
.sponsorship_archive_list li:after {
    display: block;
    content: "";
    position: absolute;
    top: 46%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #3871B8;
    border-right: solid 1px #3871B8;
    -webkit-transform: rotate(45deg);
        transform: rotate(45deg);}
.sponsorship_archive_list h3{font-weight: 400}
.sponsorship_archive_list a:hover{color:var(--blue)}

.sponsorship_archive_date,
.sponsorship_archive_cate{
    font-family: 'Montserrat', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノUD角ゴ W3 JIS2004", "Hiragino UD Sans W3 JIS2004", "メイリオ", Meiryo, sans-serif;
    display: inline-block;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1;
    padding:3px 15px 3px 0;
    margin-right:5px;
    color: #999;
}
.sponsorship_archive_cate{
    font-size: 12px;
    line-height: 1;
    padding:3px 20px;
    border: 1px solid #3871B8;
    color:var(--blue)
}
@media only screen and (max-width: 767px) {
    .sponsorship_archive_list li{padding:30px 20px 30px 0}
    .sponsorship_archive_list li:after {
        top: 55%;
        right: 5px;}
}

/* プラグイン　ページナビ用 */
.wp-pagenavi{
    padding:60px 0;
    display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
    font-family: 'Montserrat', sans-serif}
.wp-pagenavi .pages{display: none}
.wp-pagenavi .current,
.wp-pagenavi .page{
    border: solid 1px #fff!important;
    font-weight: normal;
	padding:0;
	display: inline-block;
	background-color:#fff;
	line-height: 40px;
	width: 40px;
	height: 40px;
	margin: 0 4px}
.wp-pagenavi a{color: #999;display: inline}
.wp-pagenavi a.page:hover {
    border: 1px solid #e6e6e6!important;
    color: #333}
.wp-pagenavi .current{
    color: #fff;
    background-color: var(--blue);}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	padding:0;
	border: none;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	width: 40px;
	height: 40px;
	margin: 0 ;
	background-color:transparent;
    opacity:1;
	color:var(--blue)}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
	color: #232323;
	background-color: transparent;}

@media only screen and (max-width: 767px) {
    .wp-pagenavi{padding:50px 0 ;}
}



/*========================
	お知らせ　詳細
========================*/
.sponsorship_detail_cateArea{margin-bottom: 10px}
.sponsorship_detail_date,
.sponsorship_detail_cate{
    font-family: 'Montserrat', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノUD角ゴ W3 JIS2004", "Hiragino UD Sans W3 JIS2004", "メイリオ", Meiryo, sans-serif;
    display: inline-block;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1;
    padding:3px 20px 3px 10px;
    margin-right:5px;
    color: #999;
}
.sponsorship_detail_cate{
    font-size: 12px;
    line-height: 1;
    padding:3px 20px;
    border: 1px solid #3871B8;
    color:var(--blue)
}
.sponsorship_detail_h3{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノUD角ゴ W3 JIS2004", "Hiragino UD Sans W3 JIS2004", "メイリオ", Meiryo, sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px
}
.sponsorship_detail_img .fit_img{
    width: 100%;
    height: 600px;
    object-fit: contain; font-family: 'object-fit: contain;';
    margin-bottom: 50px}
.sponsorship_detail_txt{margin-bottom: 120px;line-height: 1.8}

/* single_pagination */
.single_pagination{
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    border-top: 1px solid #e6e6e6;
    padding-top:50px;
    margin-bottom: 100px;
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.single_pagination p {
    display: inline-block}
.single_pagination p a{color: #777;position: relative;}
.single_pagination p a:hover{color: #232323;opacity: 1}
.prev a{padding-left:14px}
.prev a:before{
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #3871B8;
    border-right: solid 1px #3871B8;
    transform: rotate(225deg);
    position: absolute;
    top: 3px;
    left: 0;
}
.next a{padding-right:14px}
.next a:after{
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #3871B8;
    border-right: solid 1px #3871B8;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    right: 0;
}
.single_pagination_archive a{
    border-bottom: solid 1px #3871B8;
    padding-bottom:3px
}

@media only screen and (max-width: 767px) {
    .sponsorship_detail_h3{
        margin-bottom: 30px;
        font-size: 24px}
    
    .sponsorship_detail_img{
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 30px}
    .sponsorship_detail_img:before {
    content:"";
    display: block;
    padding-top: 68%}
    .sponsorship_detail_img p{
        position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0}
    .sponsorship_detail_img .fit_img{
        width:100%;height:100%;object-fit: contain;font-family: 'object-fit: contain;'}
    .sponsorship_detail_txt{margin-bottom: 60px}
    
    /* pagination */
    .single_pagination{
        text-align: center;
        font-size: 14px;
        letter-spacing: 0em;
        margin: 0;
        padding:40px 0 0 0;
        display: block;
        position: relative}
    .prev,
    .next{
        display:block;
        position: absolute;
        top:40px;}
    .prev{left:0}
    .next{
        right:0}
}
