@charset "utf-8";
/* for election style */


/*------------------------------
　ページ共通
------------------------------*/

#senkyo_hokkaido {
    background: #ddd;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 1.7;
}
#senkyo_hokkaido .inner {
    max-width: 1280px;
    margin: 0 auto;
}
#senkyo_hokkaido #head {
	background: url("../images/header.jpg") center / cover no-repeat;
	padding-top:10%;
	position:relative;
	min-height: 150px;
}
#senkyo_hokkaido .onair{
	background: #1c479b;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
}
#senkyo_hokkaido #head h1 {
}
#senkyo_hokkaido #content {
    padding: 40px 10px;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*------------------------------
　メインエリア
------------------------------*/

#senkyo_hokkaido #mainCont {
    width: 63%;
    max-width: 790px;
}
#senkyo_hokkaido #mainCont .section {
    padding: 15px;
    background-color: #fcfcfc;
    box-sizing: border-box;
}
#senkyo_hokkaido #mainCont .section.movie {
    margin-bottom: 15px;
}
#senkyo_hokkaido #mainCont .news_link_text {
	font-size:120%;
	font-weight:bold;
	text-align:center;
}
#senkyo_hokkaido #mainCont .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#senkyo_hokkaido #mainCont .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#senkyo_hokkaido #mainCont .movieComment {
    background: #ff0037;
    width: 74%;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
	margin:1% auto;
    text-align: center;
    box-sizing: border-box;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
	display:block;
}
#senkyo_hokkaido #mainCont .movieComment:hover {
	opacity:0.7;
}

/*------------------------------
　サブエリア
------------------------------*/

#senkyo_hokkaido #subCont {
    width: 35%;
    max-width: 440px;
}

/*--------------------
　立候補者一覧
--------------------*/

/*----- 立候補者リスト -----*/
#senkyo_hokkaido .candidate_title {
	background:#7a7a7a;
	color:#fff;
	padding:1% 2%;
	margin-bottom:2%;
	font-size:120%;
}

#senkyo_hokkaido .profile_wrap {
    background: rgb(255 255 255 / 80%);
    padding: 8px;
    margin-bottom: 10px;
    line-height: 1.5;
    order: 2;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 15%);
}
#senkyo_hokkaido .profile_party {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(45deg) translate(1.6em, -3em);
    color: #fff;
    min-width: 8em;
    text-align: center;
    background: #7a7a7a;
    letter-spacing: 0.2em;
    padding: 2em 0 0.2em 0;
}
#senkyo_hokkaido .profile_flexwrap {
	display:flex;
	align-items:center;
}
#senkyo_hokkaido .profile_imagewrap {
    float: left;
    width: 28%;
    padding-top: 28%;
    border: #e6e6e6 1px solid;
    position: relative;
    margin-right: 0%;
    overflow: hidden;
}
#senkyo_hokkaido .profile_image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#senkyo_hokkaido .profile_textwrap {
    text-align: center;
    float: right;
    width: 70%;
    margin-top: 0.2em;
}
#senkyo_hokkaido .profile_name {
	font-size:clamp(16px, 2vw, 26px);
	font-weight: bold;
	line-height: 1.3;
	text-shadow: 0 0 0.2em #fff, 0 0 0.5em #fff;
}

.sponly {
	display:none;
}

	
	@media screen and (max-width:1279px){
    #senkyo_hokkaido .election .list .party {
        font-size: 1.094vw;
    }
}
}
#senkyo_hokkaido .election .list .furigana {
    font-size: 92.86%;
}
#senkyo_hokkaido .election .list .btnSurvey {
    display: block;
    background: #fff;
    border: 1px solid #ff0037;
    border-radius: 8px;
    float: right;
    width: 70%;
    text-align: center;
    margin: 0.5em 0 0 0;
    padding: 0.5em;
    color: #ff0037;
    text-decoration: none;
    font-weight: bold;
    transition: .3s;
}
#senkyo_hokkaido .election .list .btnSurvey:hover {
    background: #ff0037;
    color: #fff;
    border: 1px solid #ff0037;
}
#senkyo_hokkaido .election .list .surveyInner {
    display: none;
}
/*pc版*/
@media screen and (min-width:768px){
    .modal .modalWrap {
        max-width: 800px;
        height: auto;
        max-height: 90vh;
    }
    .modal .modalInner {
        max-height: 90vh;
    }
    .modal .modalInner .survey {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .modal .modalInner .survey img {
        width: 48%;
    }
#youtube_slick {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 7% auto;
}
#youtube_slick .youtube_title{
	font-size:2.6rem;
	font-weight:bold;
	margin: 0 0 2%;
	border-bottom: 2px solid #ff0037;
	width: 280px;
	text-align: center;
}

#youtube_slick .movie {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 1.2em;
}
#youtube_slick .item1 {
	width: 60%;
	margin: 0 auto;
}
#youtube_slick .wrap_img1 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 6px;
}
#youtube_slick .wrap_img1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#youtube_slick .topItem_title {
	font-size: 1.4em;
	font-weight: bold;
	margin-inline: auto;
	max-inline-size: max-content;
}
#youtube_slick .item_title {
	font-size: 1.2em;
	font-weight: bold;

	color: #333333;
}
	#youtube_slick .movie2 {
		width: 30%;
		height: auto;
		margin: 10px auto;
	}
}
#youtube_slick .wrap_img2 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 8px;
}
#youtube_slick a .wrap_img2 img  {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	width: 100%;
	height: auto;
	transform: translate(-50%,-50%);
	transition:.3s;
}
#youtube_slick a:hover .wrap_img2 img {
	width: 105%;
}
#mainCont .btn {
    width: 70%;
    display: block;
    margin: 30px auto;
    text-align: center;
    padding: 0.5em;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background: #ff0037;
}
#senkyo_hokkaido .maintitle {
	color:#fff;
	padding:1%;
	font-size:5.5rem;
	text-align:center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: "Zen Antique Soft", serif;
	font-weight: 400;
	font-style: normal;
	text-shadow: 3px 4px 6px #262626;
	letter-spacing:2px;
	width: 95%;
}
#senkyo_hokkaido .maintitle>span {
	font-size:6rem;
}
#senkyo_hokkaido .onair{
	font-size:3rem;
}

}
/*SP版*/
@media screen and (max-width:767px){
}
@media screen and (max-width:767px){
#senkyo_hokkaido .maintitle {
	padding:1% 0;
	font-size: 3.5rem;
}
#senkyo_hokkaido .maintitle>span {
	font-size: 4rem;
}
#senkyo_hokkaido .onair{
	font-size:2rem;
}
	#senkyo_hokkaido #head .titlelogo{
		padding:3% 0;
}
    #senkyo_hokkaido #content {
        display: block;
        padding: 8px 8px 40px;
    }
    #senkyo_hokkaido #mainCont,#senkyo_hokkaido #subCont {
        max-width: none;
        width: 100%;
    }
    #senkyo_hokkaido #mainCont {
        margin-bottom: 20px;
    }
    #senkyo_hokkaido #mainCont .section {
        padding: 8px;
    }
	#youtube_slick .youtube_title {
		font-size:5.5vw;
		font-weight:bold;
		text-align:center;
		margin:8% auto 3%;
		border-bottom:2px solid #ff0037;
		width:60%;
}
	#youtube_slick .movie {
	width: 100%;
	height: auto;
	display: block;
	margin: 1% auto 10%;
}
#youtube_slick .item1 {
		font-size: 1em;
	font-weight: bold;
	color: black;
	text-align: center;

}
#youtube_slick .wrap_img1 {
	position: relative;
	padding-bottom: 56.25%;

	height: 0;
	margin-bottom: 4px;
}
#youtube_slick .wrap_img1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#youtube_slick .item_title {
	font-size: 1em;
	font-weight: bold;
	color: black;
	text-align: center;
}
#youtube_slick .movie2 {
	width: 100%;
	margin: 6% auto;
}
#youtube_slick .wrap_img2 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 4px;
}
#youtube_slick a .wrap_img2 img  {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	width: 100%;
	height: auto;
	transform: translate(-50%,-50%);
	transition:.3s;
}
#youtube_slick a:hover .wrap_img2 img {
	width: 105%;
}
.sponly {
	display:block;
}
#senkyo_hokkaido #mainCont .news_link_text {
	text-align:start;
}
#senkyo_hokkaido #mainCont .movieComment {
    width: 100%;
	margin:3% auto;
}

}