@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------
１１７グループ 川柳コンテスト
--------------------------------------------*/
.lead-text{
	font-size: 22px;
	text-align: center;
	line-height: 45px;
	letter-spacing: 0.3px;
}

#theme{
	background-color: rgba(215,0,113,0.05);
	padding: 80px 0;
}

#requirements{
	background-color: rgba(0,148,116,0.05);
	padding: 80px 0;
}


#howto{
	background-color: rgba(215,0,113,0.05);
	padding: 80px 0;
}

.inner-section{
	background-color: #FFF;
	border-radius: 30px;
	padding: 60px 0;
}

.inner-section02{
	background-color: #FFF;
	border-radius: 30px;
	padding: 60px 60px 10px 60px;
}

.middle-title{
	color: #D70071;
	font-size: 24px;
	border: 0.8px solid #D70071;
	padding: 15px 0;
	text-align: center;
	border-radius: 10px;
	letter-spacing: 1px;
}

.theme-title{
	font-size: 34px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #D70071;
	text-align: center;
}

.season-table{
	position: relative;
}

.season-table > img{
	position: absolute;
	bottom: 65px;
	left: 150%;
	z-index: 100;
	width: 290px
}

.theme-table , .season-table{
	padding: 0;
}

.table-inner, .table-inner02{
	display: table;
	padding: 20px 30px;
	width: 100%;
	height: 165px;
	border-right: 1px solid #0071C5;
	border-bottom: 1px solid #0071C5;
}

.table-inner02{
	width: 100%;
	border-right: none;
	padding-right: 0;
}

.season{
	display: table-cell;
	color: #D70071;
	font-size: 20px;
	width: 20%;
	vertical-align: middle;
}

.title-season , .title-theme{
	background-color: #0071C5;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	padding: 20px 0;
}

.title-season{
	border-right: 1px solid #FFF;
}

.season > .season-number{
	font-size: 30px;
}

.season-day{
	font-size: 20px;
	display: table-cell;
	vertical-align: middle;
	width: 80%;
}

.season-day > .arrange{
	display: inline-block;
	text-align: right;
	width: 40%;
	margin-bottom: 0;
}

.season-theme{
	font-size: 20px;
	display: table-cell;
	vertical-align: middle;
	line-height: 40px;
}

.season-theme > span{
	color: #0071C5;
}

.season-theme > img{
	width: 18px;
	margin-right: 15px;
}

.award-item{
	font-size: 18px;
	text-align: center;
}

.award-item > img{
	display: block;
	margin: 0 auto 10px auto;
}

.award-item > span{
	font-size: 22px;
}

.souvenir-area{
	background-color: rgba(215,0,113,0.05);
	padding: 20px;
}

.souvenir-title{
	color: #D70071;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}

.souvenir-name , .souvenir-text{
	font-size: 20px;
	line-height: 44px;
}

.souvenir-name > span{
	font-size: 28px;
	font-weight: bold;
}

.souvenir-text > span{
	font-size: 28px;
	font-weight: bold;
}

.requirements-title{
	font-size: 30px;
	color: #009474;
	margin-bottom: 50px;
	letter-spacing: 0.3px;
}

.req-inner-title{
	background-color: rgba(0,148,116,0.05);
	border: 0.8px solid #009474;
	color: #009474;
	font-size: 18px;
	margin-bottom: 30px;
	padding: 10px 0 10px 20px;
	border-radius: 0 30px 30px 0;
}
.req-inner-text{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 50px;
}

.howto-title{
	font-size: 30px;
	margin-bottom: 50px;
	letter-spacing: 0.3px;
	color: #D70071;
}

.howto-box{
	border: 1px solid #D70071;
	border-radius: 10px;
	padding: 30px 50px;
}

.howto-type{
	font-size: 20px;
	text-align: center;
}

.howto-type::after{
			content: '';
			display: block;
			width: 200px;
			margin: 10px auto 30px;
			background-color: #D70071;
			height: 2px;
		}

.howto-inner-text{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}

.link-btn{
	border: 1px solid #D70071;
	background-color: rgba(215,0,113,0.10);
	color: #D70071;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
}

.req-list{
	background-color: rgba(215,0,113,0.10);
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}

.req-list > a{
	text-decoration: none;
}

.link-btn-blue{
	border: 1px solid #0071C5;
	background-color: rgba(0,113,197,0.10);
	color: #0071C5;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
}

.tel-number{
	font-size: 30px;
}


@media screen and (max-width: 1199px) {
/*.follow-nav {
    right: 20px;
}
.follow-nav .tag img {
    width: 30%;
}*/
}
@media screen and (max-width: 991px) {
/*.follow-nav .tag {
    justify-content: right;
}
.follow-nav {
    right: -5px;
}
.follow-nav .tag img {
    width: 40%;
}*/
	.lead-text{
	font-size: 18px;
	line-height: 38px;
}

#theme{
	padding: 30px 0 60px 0;
}

#requirements{
	padding: 30px 0 60px 0;
}


#howto{
	padding: 30px 15px 60px;
}
	
#contact{
	padding: 0 15px;
}

.inner-section{
	padding: 30px 0;
	border-radius: 0;
}

.inner-section02{
	padding: 30px 30px 10px 30px;
	border-radius: 0;
}

.middle-title{
	font-size: 20px;
	padding: 10px 0;
	margin: 0 15px;
}

.theme-title{
	font-size: 20px;
}

/*.season-table{
	position: relative;
}*/

/*.season-table > img{
	position: absolute;
	bottom: 30px;
	left: 158%;
	z-index: 100;
	width: 250px
}*/

.theme-table , .season-table{
	padding: 0;
}

.table-inner, .table-inner02{
	/*display: table;*/
	padding: 10px;
	width: 100%;
	height: 120px;
	/*border-right: 1px solid #0071C5;
	border-bottom: 1px solid #0071C5;*/
}

.table-inner02{
	width: 100%;
	/*border-right: none;
	padding-right: 0;*/
}

.season{
	display: block;
	/*color: #D70071;*/
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	/*vertical-align: middle;*/
}

.title-season , .title-theme{
	/*background-color: #0071C5;
	color: #FFF;*/
	font-size: 18px;
	/*text-align: center;*/
	padding: 10px 0;
}

.title-season{
	border-right: 1px solid #FFF;
}

.season > .season-number{
	font-size: 18px;
}

.season-day{
	font-size: 14px;
	display: block;
	/*vertical-align: middle;*/
	width: 100%;
	text-align: center;
}

.season-day > .arrange{
	display: inline-block;
	text-align: center;
	width: 100%;
	/*margin-bottom: 0;*/
}

.season-theme{
	font-size: 14px;
	display: block;
	line-height: 30px;
	/*display: table-cell;
	vertical-align: middle;
	line-height: 40px;*/
}

/*.season-theme > span{
	color: #0071C5;
}*/

.season-theme > img{
	width: 16px;
	margin-right: 10px;
}

.award-item{
	font-size: 16px;
	/*text-align: center;*/
}

.award-item > img{
	display: block;
	margin: 50px auto 10px auto;
}

.award-item > span{
	font-size: 18px;
}

/*.souvenir-area{
	background-color: rgba(215,0,113,0.05);
	padding: 20px;
}*/

.souvenir-title{
	/*color: #D70071;*/
	font-size: 20px;
	/*margin-bottom: 20px;
	text-align: center;*/
}

.souvenir-name , .souvenir-text{
	font-size: 18px;
	line-height: 36px;
	text-align: center;
}

.souvenir-name > span{
	font-size: 20px;
	/*font-weight: bold;*/
}

.souvenir-text > span{
	font-size: 20px;
	/*font-weight: bold;*/
}

.requirements-title{
	font-size: 20px;
	margin-bottom: 0px;
}

.req-inner-title{
	font-size: 18px;
	margin-bottom: 30px;
	padding: 10px 0 10px 20px;
	border-radius: 0 30px 30px 0;
}
.req-inner-text{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 50px;
}
	
	.req-inner-text > img{
		width: 30%;
	}

.howto-title{
	font-size: 20px;
	margin-bottom: 0;
}

.howto-box{
	border: 1px solid #D70071;
	border-radius: 10px;
	padding: 30px 50px;
}

.howto-type{
	font-size: 20px;
	text-align: center;
}

.howto-type::after{
			content: '';
			display: block;
			width: 200px;
			margin: 10px auto 30px;
			background-color: #D70071;
			height: 2px;
		}

.howto-inner-text{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}

.link-btn{
	border: 1px solid #D70071;
	background-color: rgba(215,0,113,0.10);
	color: #D70071;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
}

.req-list{
	background-color: rgba(215,0,113,0.10);
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}

.req-list > a{
	text-decoration: none;
}

.link-btn-blue{
	font-size: 20px;
}

.tel-number{
	font-size: 30px;
}
}
@media screen and (max-width: 566px) {
/*.follow-nav .tag img {
    width: 33.333%;
}*/
}
