@charset "utf-8";
/* CSS Document */
.flex{
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}
.p1{
	padding: 1rem;
}

.p2{
	padding: 1rem;
	text-align: left;
}

.template_area{
	width: auto;
	font-size: medium;
	margin-bottom: 0px;
	line-height: 1.3rem;
}
.template_area .syousai{
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	border-radius: 20px;
	padding: 1rem;
	background-color: #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #000000;
	border: 2px solid #434343; /*トップ枠*/
}
.template_area .syousai p{
    margin-bottom: 1rem;
    line-height: 1.5rem;
}
.template_area .syousai .koumoku{
	margin-bottom: 20px;
}
.template_area .syousai .koumoku .subTitle{
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.template_area .syousai .koumoku .subTitle:after{
    width: 10%;
    border-bottom: 3px solid #000;
    content: "";
    display: block;
    margin: 0px auto;
}
.template_area .keihin_txt{
	text-align: left;
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	border-radius: 20px;
	padding: 2rem;
	color: #000;
	background-color: #e6e6e6;
	box-sizing: border-box;
	line-height: 1.6;
}
.template_area .keihin_txt .tousen{
	width: 100%;
	background-color: #8d0000; /*当選確率カラー*/
	color: #FFFFFF;
	border-radius: 50px;
	text-align: center;
	margin: 0px auto 0.5rem;
	font-weight: bold;
	line-height: 2.5;
}
.template_area .keihin_txt ul{
    font-size: 0.8rem;
    margin-top: 1rem;
	text-indent: -1em;
	padding-left: 1em;
}
.template_area .keihin_txt li{
    margin-bottom: 0.5rem;
    line-height: 1rem
}
.template_area .keihin_txt .koumoku .p3{
text-align: center;
}
.koumoku a {
    text-decoration: underline;
}

/*特番用*/
.koumoku.tokuban_img {
    margin: 1.2rem auto;
    text-align: center;
    width: 90%;
}
.koumoku.tokuban_img img {
    width: 100%;
}
.tokuban_line {
	display: block;
    margin: 1.5rem auto;
    background-color: #208a86; /*ラインカラー*/
    height: 1px;
    border: none;
}

@media screen and (max-width: 600px) {
    .template_area .keihin_txt {
        padding: 1rem;
    }
	.koumoku.tokuban_img {
        margin: 1rem auto;
		width: 100%;
	}
}