@charset "utf-8";

/* タブ調整 */

.tab-labels-container {
	overflow-y: clip;
	padding: 20px 0 0 0;
}

.tab-labels-container .tab-labels:focus {
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
}

@media screen and (max-width: 767px) {
	.tab-labels {
		display: inline-block;
		float: none;
		padding: 10px 20px ;
		width: auto;
	}
	.title .ryoukou img {
		width: 80px;
	}
}

/* タブの中 */
.content-section section h2 {
	margin: 0 0 40px 0 ;
}

/* 共通 */
.senryu-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: center;
}

.past-senryu-wrap,
.new-senryu-wrap {
	width: auto;
	overflow: hidden;
}

.past-senryu-wrap .senryu-box,
.new-senryu-wrap .senryu-box{
	position: absolute;
	right: 0;
	white-space: nowrap;
	writing-mode: vertical-rl;
	-ms-writing-mode:tb-rl;
	margin: 10px 9px;
	padding:30px 7px;
	position: relative;
	box-sizing: content-box;
	background:#fff; 
}

.past-senryu-wrap p,
.new-senryu-wrap p {
    line-height: 1;
    letter-spacing: 0rem;
	margin: 0;
}

.senryu-box .img {
	position: absolute;
	top: 5px;
	right: 5px;
}

.senryu-box .name {
	position: absolute;
	bottom: 30px;
	left: 10%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}

.senryu-box span.ex {
    writing-mode: initial;
}

@media screen and (max-width: 767px){
	.senryu-box .contents {
	    box-sizing: border-box;
		margin: 0;
		font-size: 20px;
	}
}

/* 幅狭いタイプ（過去の防衛省版サラリーマン川柳） */
.past-senryu-wrap .senryu-wrap .senryu-box{
	width: 100px;
	height: 615px;
	border: 2px solid #2c4000;
	box-shadow: 0px 0px 10px #333;
	overflow: hidden;
}

.past-senryu-wrap .senryu-box .contents {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translate(-50%, 0%);
	box-sizing: border-box;
	margin: 0;
	font-weight: bold;
	font-size: 24px;
}


@media screen and (max-width: 1366px) {
	.past-senryu-wrap .senryu-wrap .senryu-box {
        width:96px;
    }
}

@media screen and (max-width: 767px) {
	.past-senryu-wrap .senryu-wrap .senryu-box {
        width: 40%;
        margin: 0 auto 10px;
        height: 520px;
        display: block;
        box-shadow: none; 
    }

	.past-senryu-wrap .senryu-box .contents {
		font-size: 20px;
	}

}


/* 画像で賞を入れるタイプ（第35回以降） */
.new-senryu-wrap .senryu-wrap .senryu-box {
	width: 16%;
	height: 615px;
	border: 2px solid #2c4000;
	box-shadow: 0px 0px 10px #333;
	overflow: hidden;
	position: relative;
}

.senryu-box .img.woman {
	position: absolute;
	top: -9px;
	right: -5px;
}

.new-senryu-wrap .senryu-box .contents {
	position: absolute;
	top: 30px;
	left: 40%;
	transform: translate(-50%, 0%);
	box-sizing: border-box;
	margin: 0;
	font-weight: bold;
	font-size: 28px;
}

@media screen and (max-width: 1366px) {
	.new-senryu-wrap .senryu-wrap .senryu-box {
		width: 180px;
		position: relative;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.new-senryu-wrap .senryu-wrap .senryu-box {
		width: 175px;
		position: relative;
		margin-top: 20px;
	}
}


/* 良好賞 */
.new-senryu-wrap .ryoukou{
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: center;
	background: rgba(255, 165, 0, 0.2);
	padding: 20px 0;	
}

.ryoukou .senryu-box{
	width: 10%;
	height: 460px;
	border: 2px solid #2c4000;
	box-shadow: 0px 0px 10px #333;
	overflow: hidden;
	position: relative;
}

.ryoukou .title{
	width: 10%;
	height: 460px;
	overflow: hidden;
	position: relative;
	right: 0;
	white-space: nowrap;
	writing-mode: vertical-rl;
	-ms-writing-mode:tb-rl;
	margin: 10px 18px;
	padding:30px 7px;
}

.ryoukou .title .img {
	position: absolute;
	width: 80px;
	top: 0px;
	left: 50%;
	right: 0;
	transform: translateX(-15%);
}


.ryoukou .title .contents {
	position: absolute;
	font-size: 32px;
	font-weight: bold;
	top: 85px;
	left: 50%;
	transform: translate(-50%, 0%)
}

.ryoukou .senryu-box .img {
	position: absolute;
	width: 40px;
	top: 5px;
	right: 5px;
}

.ryoukou .senryu-box .contents {
	position: absolute;
	font-size: 20px;
	top: 30px;
	left: 42%;
	transform: translate(-50%, 0%)
}

.ryoukou .senryu-box .name {
	position: absolute;
	bottom: 30px;
	left: 4%;
}

@media screen and (max-width: 768px){
	.ryoukou .title .img {
		width: 100%;
		right: 0;
		left: 50%;
		transform: translateX(0%);
}
}

@media screen and (max-width: 767px) {
	.ryoukou .title,
	.ryoukou .senryu-box {
		width: 80px;
		position: relative;
		margin: 20px 5px 0 5px;
		box-shadow: none;
	}

	.ryoukou .title {
		margin: 20px 5px 0 20px;
	}

	.ryoukou .title .img {
		right: 0;
		left: 50%;
		transform: translateX(0%);
	}

	.new-senryu-wrap .ryoukou {
		margin: 16px 0 0 0;
	}
}