@charset "UTF-8";


	#container {
	    padding: 0 30px;
	    max-width: 1300px;
	    margin: 0 auto;
	}

	#container h2 {
		font-family: 'Ekster-Bold';
		font-feature-settings: "palt";
		font-size: 2.8rem;
		line-height: 1;
	}

	section.lead {
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		padding: 40px 0;
		margin: 40px 0 60px;
		text-align:left;
	}

	section.lead p span {
		color:#ff0000;
	}

	section.lead h3{
		font-family: 'Ekster-Bold';
		font-feature-settings: "palt";
		font-size: 2.2rem;
		line-height: 1;
		margin-bottom: 20px;
	}

	section.lead h4{
		font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
	}

	section.lead .caution{
		color:#ff0000;
	}


	.block_frame {
	    width: 100%;
	    background: #f5f5f5;
	    -webkit-border-radius: 8px;
	    -moz-border-radius: 8px;
	    border-radius: 8px;
	    padding: 40px 0 40px 0;
	}

	.block_frame .frame_inner.overflow {
	    width: 100%;
	    height: 340px;
			overflow: auto;
	}

	.block_frame .frame_content {
	    width: 93.4%;
	    margin: auto;
	}

	.block_frame .block dl dd {
	    line-height: 1.7;
	    margin-bottom: 20px;
	}

	.block_frame .block dl ul li {
	    list-style: none;
	    padding-left: 0px;
	}

	#agree .box {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.agreementBlock {
		margin: 60px 0 40px;
	}

	.agreementBlock h4{
		text-align:center;
	}

	#agree .box dl {
    border: 2px solid #000;
    border-radius: 8px;
    padding: 20px 3%;
	}


	#agree .box dl dt {
			text-align:center;
	    border-bottom: 1px dotted #000;
	    padding: 0 0 10px;
	    font-size: 1.8rem;
	    font-weight: 700;
	}

	#agree .box dl dd {
		padding: 15px 0 0;
		text-align: center;
	}

	#agree .box dl dd .center {
		justify-content: center;
	}

	#agree .box dl dd .center a {
			max-width:280pxs;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 100%;
	    height: 100%;
			padding: 10px 0;
			margin: 0 auto;
	    background: #000;
	    border-radius: 50px;
	    color: #fff;
	    font-size: 1.6rem;
	    font-weight: 700;
	    position: relative;
	    transition: all 0.4s ease-out 0s;
	}


	#agree .box dl dd .center a::after {
	    content: "";
	    display: block;
	    width: 8px;
	    height: 8px;
	    border-top: 2px solid #fff;
	    border-right: 2px solid #fff;
	    transform: rotate(45deg);
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 15px;
	    margin: auto 0;
	    transition: all 0.4s ease-out 0s;
	}




@media screen and (min-width: 1001px) {



	#agree .box dl:not(:last-child) {
		margin-bottom: 0;
	}

}




@media screen and (max-width: 1000px) {


	#agree .box dl:not(:last-child) {
		margin-bottom: 20px;
		width: 100%;
	}
}


@media screen and (min-width: 641px) {
	#agree .box dl {
	    width: 48%;
	}

	#agree .box dl:not(:last-child) {
		margin-bottom: 0;
	}

}


dt.switch .t_txt {
    padding: 0 0 0 40px;
    font-size: 1.6em;
    color: #fff;
    text-align: left;
}

#manytimes dt {
	height:auto;
}

#manytimes dd {
    text-align: left;
}




@media screen and (min-width: 1001px) {
	#ranking_wrap div#gigyaLeaderBoard div.gig-leaderboard-topUser-container {
	    width: calc(100% / 5) !important;
	    display: grid;
	}

	#area_ranking .border_box {
		max-width: 800px;
	}
}

