/*-----------------------------------追加 2021/07/28 -------------------------------------------*/

li {
	list-style-position: inside;
}

/*-----------------------------------css -------------------------------------------*/

h1 {
	/*float: left;*/
	margin-right: 30px;
	color: #fff;
	font-size: 17px;
}

#wrapper {
	width: 100%;
	background-image: url("../img/common/bg.jpg");
	overflow: hidden;
}

br.sp {
	display: none;
}

/* --- clear fix --- */

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

header {
	width: 100%;
	background-color: #000;
	position: fixed;
	z-index: 9999;
}

nav {
	width: 880px;
	padding: 5px 0 5px;
	margin: 0 auto;
}

.gnavi ul {
	color: #fff;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	/*margin-left: 430px;*/
}

.gnavi ul li {
	display: inline;
	/*inline*/
	font-size: 11px;
}

.gnavi a {
	color: #fff;
}

.gnavi a:hover {
	color: #ccc;
}

#snavi {
	float: right;
	margin-top: -23px;
	color: #fff;
}

#snavi a {
	color: #fff;
}

.on {
	font-weight: bold;
}

.visual {
	position: relative;
	margin-top: 30px;
	width: 100%;
	max-width: 100%;
	height: 600px;
	/*	background-image: url("../img/common/main.png"); */
	background-image: url("../img/common/main_bg2022.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	/*領域全体を常に背景画像がカバー*/
	background-position: 50%;
	/*領域全体を常に背景画像がカバー*/
}

.visual-2023 {
	background-image: url("../img/common/main_bg-2023.jpg");
}
.visual-2024 {
	background-image: url("../img/common/main_bg-2024.webp");
}
.visual .main_ttl {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*width: 170px;*/
	/*max-width: 320px;*/
	height: auto;
	margin: auto;
}

.visual .visual_logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

.visual .visual_logo li {
	display: inline-block;
	margin: 0 8px 0 0;
}

.visual .visual_logo img {
	width: 70px;
	height: 70px;
}

.pankuzu {
	width: 100%;
	padding: 10px;
	background-color: #fff;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.pan {
	max-width: 880px;
	display: block;
	margin: 0 auto;
	font-size: 14px;
}

#main {
	max-width: 880px;
	margin: 30px auto 60px;
}

div.textcenter {
	text-align: center;
}

.grtitle {
	background-color: #7DA569;
	text-align: left;
	font-size: 20px;
	color: white;
	box-shadow: 0px 0px 0px 5px #7DA569;
	border: solid 1px #ffffff;
	padding: 0.2em 0.5em;
}

.grtitle-2 {
	background-color: #7DA569;
	text-align: center;
	font-size: 25px;
	color: white;
	box-shadow: 0px 0px 0px 5px #7DA569;
	border: solid 1px #ffffff;
	padding: 0.2em 0.5em;
	max-width: 350px;
	margin: 0 auto;
}

.grtitle-3 {
	background-color: #e28300;
	text-align: center;
	font-size: 25px;
	color: white;
	box-shadow: 0px 0px 0px 5px #e28300;
	border: solid 1px #ffffff;
	padding: 0.2em 0.5em;
	max-width: 350px;
	margin: 0 auto;
}

.grtitle-4 {
	background-color: #696ba5;
	text-align: center;
	font-size: 25px;
	color: white;
	box-shadow: 0px 0px 0px 5px #696ba5;
	border: solid 1px #ffffff;
	padding: 0.2em 0.5em;
	max-width: 350px;
	margin: 0 auto;
}

.grtitle-5 {
	background-color: #809E76;
	text-align: center;
	font-size: 25px;
	color: white;
	box-shadow: 0px 0px 0px 5px #809E76;
	border: solid 1px #ffffff;
	padding: 0.2em 0.5em;
	max-width: 350px;
	margin: 0 auto;
}

a .grtitle-5 {
	text-decoration: none;
}

.bltitle-1 {
	background-color: #6191A7;
	text-align: left;
	font-size: 20px;
	color: white;
	padding: 0.2em 0.5em;
	max-width: 280px;
}

.bltitle-2 {
	background-color: #6191A7;
	text-align: left;
	font-size: 20px;
	color: white;
	padding: 0.2em 0.5em;
	max-width: 420px;
}

.bltitle-3 {
	background-color: #6191A7;
	text-align: left;
	font-size: 20px;
	color: white;
	padding: 0.2em 0.5em;
	max-width: 530px;
}

span.super {
	vertical-align: super;
	font-size: 80%;
}

/*		トップページ
-----------------------------------------------------*/

/* お知らせ */

.info {
	max-width: 880px;
	margin: 30px auto;
}

.info dl {
	margin-bottom: 60px;
}

.info dl dt, .info dl dd {
	font-size: 14px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.info dl dt {
	float: left;
	width: 180px;
	padding: 10px 0 10px 50px;
}

.info dl dd {
	padding: 10px 50px 10px 180px;
	border-top: solid 1px #000;
}

.info dl dd:last-child {
	border-bottom: solid 1px #000;
}

.info dl dd a {
	color: #000;
}

.info dl dd a:hover {
	color: #555;
}

.info.end {
	font-size: 28px;
	outline: 3px solid;
	outline-offset: -6px;
	background: #000;
	padding: 20px;
	color: #fff;
}

@media screen and (max-width:767px) {
	.info.end {
		font-size: 22px;
	}
}

.page-title {
	text-align: center;
	margin: 20px auto;
	font-size: 14px;
}

.page-title h2 {
	font-size: 30px;
}

.bsyk.winning {
	text-align: center;
	font-size: 30px;
	border: 5px double #916f00;
	background: #cfb459;
	margin: 40px auto;
	box-shadow: 2px 2px 15px 0px #ababab;
}

.bsyk.winning a {
	color: #fff;
	text-shadow: 1px 1px 5px #fff;
	display: block;
	padding: 40px;
}

/* ページ内リンク */

.page_nav ul {
	max-width: 880px;
	margin: 60px auto 0;
	padding: 0 10px;
}

.page_nav li {
	display: inline-block;
	margin: 0 3px 10px;
	border: #222 1px solid;
}

.page_nav li a {
	display: block;
	position: relative;
	padding: 3px 2em 3px 1em;
	font-size: 17px;
	color: #000;
}

.page_nav li a:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	content: '';
	width: 9px;
	height: 9px;
	margin: -5px 0 0 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: .3s;
}

/* 盛岡国際俳句大会とは */

.haikutowa_in {
	width: 100%;
	max-width: 100%;
	padding: 50px 4.5%;
	background-image: url("../img/common/haiku_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	/*領域全体を常に背景画像がカバー*/
	background-position: 50%;
	/*領域全体を常に背景画像がカバー*/
}

.haikutowa_in .mhaiku p {
	max-width: 880px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.page h2 {
	position: relative;
	display: inline-block;
	padding: 0 55px 10px;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

.page h2:before, .page h2:after {
	content: '';
	position: absolute;
	top: 40%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}

.page h2:before {
	left: 0;
}

.page h2:after {
	right: 0;
}

.page h3 {
	font-size: 30px;
}

.page p {
	font-size: 14px;
	line-height: 1.8em;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

h3.cont {
	margin: 20px 0 25px;
	padding-top: 20px;
	text-align: center;
	font-size: 32px;
}

.terry p {
	float: left;
	line-height: 1.3em;
}

.t-title {
	font-size: 13px;
	font-weight: bold;
}

.t-box {
	font-size: 11px;
}

/*海外でも注目されている「HAIKU」*/

.overseas {
	margin: 0 0 25px;
}

.sakuhin {
	width: 520px;
	float: right;
	padding: 20px 30px 10px;
	border: double 4px #000;
	background-color: #f5f4f1;
}

.sakuhin p {
	font-size: 24px;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sakuhin p .jpn {
	font-size: 13px;
}

p.name {
	margin: 3px 0 5px;
	font-size: 17px;
	text-align: right;
}

p.hia {
	font-size: 14px;
	text-align: right;
}

/* 俳句に関わりのある盛岡の先人たち */

.box {
	margin: 0 0 40px;
}

/*.box img{ float: left; margin: 0 40px 30px 0; }*/

.box .box_image {
	float: left;
	margin: 0 40px 30px 0;
}

.box h4 {
	font-size: 20px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.box .teikyou {
	display: block;
	font-size: 13px;
	text-align: center;
}

.shimei {
	font-size: 30px;
}

.furi {
	margin-left: 20px;
	font-size: 20px;
	vertical-align: middle;
}

.bd {
	margin-bottom: 10px;
	font-size: 15px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.sent {
	font-size: 15px;
	line-height: 1.8em;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.ku {
	margin-top: 8px;
	line-height: 1.9em;
}

.tour {
	margin: 0 0 100px;
	text-align: center;
}

.tour a {
	display: inline-block;
	font-size: 28px;
	padding: 4px 25px;
	border: solid 1px #000;
	color: #000;
	text-align: center;
	transition: .3s;
}

.tour a:hover {
	color: #ccc;
}

.banner {
	margin-bottom: 30px;
}

.banner img {
	margin: 0 15px 10px 0;
}

/*		Footer
-----------------------------------------------------*/

footer {
	padding: 5px 0 0;
	background-color: #000;
}

footer .page-title {
	color: #fff;
}

footer .page-title h2 {
	font-size: 37px;
}

.footer_info {
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	text-align: center;
	color: #fff;
	line-height: 2;
}

.footer_info .name {
	font-size: 20px;
	font-weight: bold;
}

.footer_info a {
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}

.footer_info a:hover {
	color: #ccc;
}

address {
	padding: 17px 5px;
	border-top: #fff 1px solid;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.go_top {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 53px;
	height: 53px;
	background: #000 url(../img/common/arrow_top.png) no-repeat center center;
	background-size: 15px auto;
	text-indent: -9999px;
	overflow: hidden;
	transition: background .3s;
}

.go_top:hover {
	background-color: #222;
}

/*		コンテンツページ（共通）
-----------------------------------------------------*/

.contents h3 {
	margin: 0 auto 25px;
	font-size: 20px;
	text-align: center;
}

.contents p {
	margin: 0 0 25px;
}

.contents a {
	text-decoration: underline;
}

.contents table {
	margin: 0 auto 25px;
	border: #222 2px solid;
}

.contents th, .contents td {
	padding: 12px;
	border: #aaa 1px solid;
	line-height: 1.5;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.contents th {
	background: #e6e6e6;
	font-size: 19px;
	text-align: center;
	letter-spacing: .12em;
	vertical-align: middle;
}

.contents td {
	background: #fff;
	font-size: 16px;
}

.contents .bg_or {
	background: #fbdac8;
}

.contents .bg_ye {
	background: #fff1cb;
}

.contents .bg_gr {
	background: #d6e9c4;
}

.contents .bg_wh {
	background: #f7f8f8
}

/* テキスト */

.contents .txt_s {
	font-size: 85%;
}

.contents .txt_l {
	font-size: 115%;
}

.contents .txt_red {
	color: #e32121;
}

.contents .left {
	text-align: left;
}

.contents .center {
	text-align: center;
}

.contents .right {
	text-align: right;
}

/*		大会のご案内
-----------------------------------------------------*/

/* 応募の流れ */

.step_flow dl {
	max-width: 880px;
	display: flex;
	margin-top: -10px;
}

.step_flow dt {
	float: left;
	clear: left;
	width: 280px;
	background: #6291A8;
	padding: 5px 0 5px 20px;
	color: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.step_flow dt.last {
	padding: 5px 0 5px 20px;
}

.step_flow dl p {
	padding: 30px 0 0;
	color: #fff;
}

.step_flow dd {
	width: 600px;
	background: #fff;
	padding: 30px 20px 20px;
	font-size: 16px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.step_flow dd.last {
	padding: 20px 20px 10px;
}

.step_flow dl.last {
	margin-bottom: 50px;
}

.number {
	font-size: 65px;
	padding-right: 20px;
	margin-right: 20px;
	color: #fff;
	float: left;
	border-right: 1px solid #fff;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.o-title {
	vertical-align: middle;
	font-size: 21px;
}

dt.last p {
	margin-top: -10px;
}

.caption {
	vertical-align: middle;
}

.arrow {
	width: 100px;
	margin: 0 auto;
	line-height: 0;
}

.arrow::before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 15px;
	background: #BBBCBC;
}

.arrow::after {
	content: "";
	display: block;
	border-top: 50px solid #BBBCBC;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	transform-origin: left top;
	transform: scaleY(.5);
}

.arrow2 {
	width: 100px;
	margin: 0 auto;
	line-height: 0;
}

.arrow2::before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 45px;
	background: #BBBCBC;
}

.arrow2::after {
	content: "";
	display: block;
	border-top: 50px solid #BBBCBC;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	transform-origin: left top;
	transform: scaleY(.5);
}

.notice {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 13px;
	width: 370px;
	float: right;
	margin: -85px 10px 0 0;
	padding: 10px;
	background: #FFF100;
}

/* 大会概要 */

dl.outline {
	vertical-align: middle;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	width: calc(100%);
	max-width: 880px;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	margin-bottom: 60px;
}

dl.outline dt {
	width: calc(40%);
	padding: 10px 0 10px 10px;
	font-weight: bold;
	font-size: 16px;
	border-top: 1px solid #000;
	box-sizing: border-box;
}

dl.outline dd {
	width: calc(60%);
	padding: 10px 0;
	border-top: 1px solid #000;
	box-sizing: border-box;
}

.outline dd.b-t_none {
	padding-top: 0 !important;
	border-top: none;
	clear: both;
}

.outline.guest dt {
	position: relative;
	top: 135px;
}

.outline.guest dd {
	padding: 20px 0 20px 340px;
}

.guest img {
	display: block;
	float: left;
	width: 140px;
	margin: 0 17px 0 0;
}

.outline dd.b-t_none img {
	padding-bottom: 60px;
}

/*.guest_box {
	display: inline-block;
	margin-right: 50px;
	text-align: center;
}
.guest .guest_box img {
	width: 140px;
	margin-bottom: 8px;
}*/

.guest_name, .guest_profile {
	display: block;
}

.guest_name {
	margin-bottom: 5px;
	font-size: 19px;
}

.guest_profile {
	font-size: 15px;
}

.link_btn {
	display: block;
	padding: 15px;
	border: #000 1px solid;
	color: #000;
	text-align: center;
	transition: .3s;
}

.link_btn:hover {
	background: #000;
	color: #fff;
}

/*		応募フォーム
-----------------------------------------------------*/

.dash {
	color: #999;
}

.form_area {
	text-align: center;
}

/*		投句規定
-----------------------------------------------------*/

.contents .bumon_mds {
	/*width: 260px;*/
	display: inline-block;
	margin: 0 0 25px;
	padding: 8px 15px;
	text-align: left;
	font-size: 20px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

/*		お知らせ（詳細）
-----------------------------------------------------*/

p.news_date {
	margin: 0 0 10px;
	font-weight: bold;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.news_ttl {
	border-bottom: #555 1px solid;
	margin: 0 0 20px;
}

.news_contents {
	margin: 0 0 25px;
}

.news_contents p, .news_contents img {
	margin: 0 0 20px;
}

/*　　　　アコーディオン
-----------------------------------------------------*/

.cp_actab {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	color: #ffffff;
}

.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.cp_actab label {
	font-weight: bold;
	line-height: 3;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	text-align: left;
	font-size: 20px;
	color: #333;
}

.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	color: #333333;
	background-color: #fff;
}

.cp_actab .cp_actab-content p {
	margin: 1em;
}

.cp_actab .cp_actab-content li {
	margin-left: 1em;
	list-style: none;
}

.cp_actab .cp_actab-content ol {
	margin: 1em;
	list-style: none;
}

.cp_actab .cp_actab-content ol li {
	margin-left: -1.5em;
}

/* :checked */

.cp_actab input:checked~.cp_actab-content {
	max-height: 1000px;
}

/* Icon */

.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	left: 8em;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}

.cp_actab input[type=checkbox]+label::after {
	content: '▼';
	color: #6FA5AC;
}

.cp_actab input[type=checkbox]:checked+label::after {
	transform: rotate(180deg);
}

/*-- 追加分 --*/

h3.h301 {
	margin-top: 50px;
}

div.wwork {
	width: 100%;
	border-bottom: 1px solid #000;
}

div.wwork h3 {
	margin: 50px 0 0 0;
	font-size: 35px;
	padding: 10px 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

div.wwork ul {
	text-align: center;
	padding: 25px 0;
}

div.wwork ul li {
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
}

div.wwork ul li a {
	color: #000;
	text-decoration: none;
}

div.wwork ul li a span {
	color: #3453A3;
}

div.wwork ul li a:hover {
	text-decoration: underline;
}

div.clm01 {
	width: calc(100%);
	text-align: center;
	margin-bottom: 30px;
}

div.clm01 img {
	width: calc(100%);
}

div.clm01_2 {
	width: calc(100%);
	text-align: center;
	margin-bottom: 30px;
}

div.clm01_2 img {
	width: calc(40%);
	max-width: 250px;
	margin: 0 auto;
}

div.clm02 {
	padding: 0;
	margin: 35px auto;
	text-align: left;
	border-top: 1px solid #000;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

div.clm02 div {
	width: calc(49%);
}

div.clm02_2 {
	padding: 0;
	margin: 35px auto;
	text-align: center;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

div.clm02_2 div {
	width: calc(49%);
}

div.clm02_2 div img {
	width: calc(100%);
}

div.clm02_2 div p span {
	font-size: 12px;
}

div.clm03 {
	padding: 0;
	margin: 35px auto;
	text-align: left;
	border-top: 1px solid #000;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

div.clm03 div {
	width: calc(32%);
}

div.clm03 div img {
	width: 100%;
}

div.clm03 div a:hover img {
	-webkit-filter: brightness(0.6);
	-moz-filter: brightness(0.6);
	-o-filter: brightness(0.6);
	-ms-filter: brightness(0.6);
	filter: brightness(0.6);
}

section.rules dl {
	padding: 0;
	margin: 35px auto;
	text-align: left;
	border-top: 1px solid #000;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

section.rules dl dt {
	width: calc(25%);
	padding: 20px 15px;
	margin: 0;
	border-bottom: 1px solid #000;
}

section.rules dl dd {
	width: calc(75%);
	padding: 20px 15px 20px 0;
	margin: 0;
	border-bottom: 1px solid #000;
}

section.rules dl dd ul {
	margin-left: 18px;
	margin-bottom: 15px;
}

section.rules dl dd p {
	margin-bottom: 15px;
}

section.rules dl dd ul.ul02 {
	margin-bottom: 0px;
	margin-top: 15px;
}

.pc {
	display: block !important;
}

.mb {
	display: none !important;
}

.bsyk {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.appimg {
	padding: 35px 0;
}

.appimg img {
	width: 100%;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clr {
	width: 100%;
	height: 0;
	clear: both;
	float: none;
}

@media screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}

	.mb {
		display: block !important;
	}

	section.rules dl dt {
		width: calc(100%);
		text-align: center;
		border: none;
	}

	section.rules dl dd {
		width: calc(100%);
		margin-bottom: 10px;
	}

	div.clm02 div {
		width: calc(90%);
		margin: 15px auto;
	}

	div.clm03 div {
		width: calc(90%);
		margin: 15px auto;
	}

	dl.outline dt {
		width: calc(90%);
		margin: 15px auto;
	}

	dl.outline dd {
		width: calc(90%);
		margin: 15px auto;
		border: none;
	}
}

/*-----------------------------------------------------2023/11 add-----------------------------------------------------*/
.winners {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	padding-block: 40px;
}

.bsyk.winning {
	padding: 20px;
	margin: 0;
	flex-basis: 420px;
	width: calc(50% - (40px / 2));
	text-align: center;
}

.bsyk.winning a {
	font-size: calc(1.8rem + 0.2vw);
	padding: 0;
}