#responsive_wrap{
	color:#000000;
}

#cnt .date{
	font-weight:bold;
	font-size:16px;
}

#cnt .date2{
	font-size:14px;
	text-align: center;
}

#cnt .date3{
	font-size:24px;
	font-weight:bold;
	text-align: center;
}

#cnt .date4{
	font-size:15px;
	text-align: center;

}

#cnt .date5{
	font-size:18px;
	font-weight:bold;
	text-align: center;
}

#cnt .date6{
	font-size:12px;
	text-align: center;

}

#cnt .content1{
	padding: 20px;
    margin: 2em 0;
    background: white;
    border-top: solid 5px #b32838;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

#cnt .content2{
	padding: 20px;
    margin: 2em 0;
    background: white;
    border-top: solid 5px #3ab54a;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);

}

#cnt .caution{
	margin-bottom: 20px;
	    margin: 0 10px;
	text-align: center;
}

#cnt .caution ul li{
	display: inline-block;
    text-align: left;
}

#cnt .caution2{
	margin-bottom: 20px;
	    margin: 0 10px;
	text-align: center;
	display: block;
}

#cnt .caution2 ul li{
	font-size: 12px;
	text-align: left;
}

#cnt .caution2 ul{
	padding-left: 0;
	list-style: none;
	display: inline-block;
}

.sample {
	margin: 16px auto;
	text-align: center;
	display: block;
}
.sample .text {
	text-align: left;
	display: inline-block;
}

#cnt .box1 {
	margin-top: 50px;
	padding-top: 20px;
	padding-left: 10px;
	border: 2px solid #000000;
	padding-right: 10px;
	padding-bottom: 20px;
}

.login_zone {
    display: flex;
    justify-content: center;
}

.i-box {
    margin: 10px;
    display: inline-block;
}

a:hover{
	opacity:0.7;}
	
	
.sp_only{
	display:none!important;
}

.pc_only{
	display:block!important;
}

.present {
	margin: 20px 0;
	text-align: center;
}

/*.prebox {
    position: relative;
    margin: 20px 5px 20px 5px;
    padding: 0.5em 1em;
    border: solid 2px #62c1ce;
	width: 250px;
	display:inline-block;
}
.prebox .prebox-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.prebox p {
    margin: 0; 
    padding: 0;
	display: inline;
}*/

.rev {
    margin-top: 30px;
	text-align: center;
}

.wrapper {
margin: 0 auto;
text-align: center;

}

.txt {
display: inline-block;
text-align: left;
font-size: 14px;
}

#cnt .pic .boxtext01 {
	text-align: center;
	line-height: 25px;
	font-size: 15px;
	padding-bottom: 10px;
}

#cnt .mored {
	padding-left: 3em;
	text-indent: -3em;
	display: inline-block;
    text-align: left;

}

#cnt .mored {
	padding-left: 3em;
	text-indent: -3em;
	display: inline-block;
    text-align: left;

}

.col-1 {
    display: inline-block;
    width: 200px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
    /* border: solid 1px; */
}
.col-2 {
    display: inline-block;
    width: 640px;
	text-align: left;
	font-size: 18px;
    /* border: solid 1px; */
}

.col-3 {
    display: inline-block;
    width: 200px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
    /* border: solid 1px; */
}

.col-4 {
    display: inline-block;
    width: 200px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
    /* border: solid 1px; */
}

.item {
    text-align: center;
	margin: 20px 0px;
	
}


#cnt .play_table p {
	color: #042A64;
	font-size: 20px;
	font-weight: bold;
}
#cnt .play_table table {
	border: 2px solid #000000;
	padding: 10px;
	font-size: 16px;
}
#cnt .play_table table th, #cnt .play_table table td {
	border-style: solid dotted;
	border-color: #000000;
	border-width: 2px;
}
#cnt .play_table table {
	width: 98%;
	margin: 0 auto;
}
#cnt .play_table table thead {
	color: #fff;
	background: #042A64;
	text-align: center;
}
#cnt .play_table table thead th {
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
#cnt .play_table table tbody td {
	padding: 20px;
	color:#042A64;
	background: #FFFFFF;
    font-weight: bold;
}

.text {
    padding-left: 20px!important;
    vertical-align: middle!important;
}

.red {
	font-size: 22px;
	color: red;
	
}

.gentei {
    text-align: center;
}

.fade_area .radio{
    display: none;
}
.fade_area .btn-image{
	text-align: right;
	display: flex;
	justify-content: flex-end;
	margin-right: 0px;
}
/* button control */
.fade_area #close:checked ~ .btn-close {
    display: none;
}
.fade_area #close:checked ~ .btn-open {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	margin-right: 0px;
}
.fade_area #open:checked ~ .btn-close {
	display: flex;
	justify-content: flex-end;
	margin-right: 0px;
}
.fade_area #open:checked ~ .btn-open {
    display: none;
}
/* content control */
.fade_area #close:checked ~ .box_close {
    display: none;
}
.fade_area #open:checked ~ .box_close {
    display: block;
}
.box_close {
    background: url("../img/app_img.png") no-repeat, rgba(126, 140, 249, 0.33);
    background-position: 15% 100%;
    transform: translate3d(0, 0, 0);
    box-shadow: 0px 0px 5px 0px #999;
    padding-top: 10px;

}

#cnt .fixed_area {
    /*background: url("../img/app_img.png") no-repeat, rgba(236, 206, 79, 0.69);
    background-position: 15% 100%;*/
    width: 910px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px 0;
	display: block;
	text-align:right;
}
#cnt .fixed {
    position: fixed;
    bottom: 0;
}

@media (max-width: 720px) {
	
.sp_only{
	display:block!important;
}

.pc_only{
	display:none!important;
}
	
#cnt .btn img{
	height:auto;
}
#cnt .sp70{
	width:70%;
	height:auto;
	margin: 0 auto;
	}	

#cnt .present img{
	width:100%;
	height: auto;
	}	

	.item {
    text-align: center;
	margin: 20px 0px;
	
}
	
	.col-1 {
    display: inline-block;
    width: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
    /* border: solid 1px; */
}
.col-2 {
    display: inline-block;
    width: 330px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
    /* border: solid 1px; */
}
	
.spspace {
	margin-left: 5px;
    margin-right: 5px;
}

#cnt .date3{
	font-size:22px;
	font-weight:bold;
	text-align: center;
}
	
#cnt .play_table table tbody td {
	text-align: center;
	padding: 3px;
	color:#042A64;
	font-size: 15px;
}

#cnt .play_table table thead th {
	text-align: center;
	font-weight: bold;
	padding: 5px;
	font-size: 15px;
}
	
.login_zone {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
	
.i-box {
    margin: 10px;
    display: inline-block;
}
	
.gentei {
    text-align: center;
}
	
.gentei img{
    width: 100%;
	height: auto;
}
	
#cnt .fade_area {
    width: 100%;
}
	
	#cnt .fixed_area {
    background-size: 25%;
    background-position: left bottom;
    padding: .5rem 0;
    width: 100%;
    bottom: 0;
    position: -webkit-sticky;
    position: sticky;
}
#cnt .fixed {
    position: fixed;
    bottom: 0;
}
	
	}

.ytZone {
	max-width: 560px;
	maxheight: 315px;
	margin: 30px auto;
}

/*************************
				HEADER
*************************/
#c_header {
	border-top: 10px solid #0c2988;
	position: relative;
}
#c_header .h_logo {
	float: right;
	padding-top: 16px;
	padding-bottom: 16px;
}
#c_header .h_logo img {height: 50px;}
/*************************
				FOOTER
*************************/
.pageFooter {
	width: 910px;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	margin-bottom: 30px;
}
.pageFooter .copyright address {
	float: right;
	padding: 40px 1rem 0 0;
	line-height: 1.5em;
	font-style: normal;
	vertical-align: bottom;
}
.pageFooter .h_logo {
	float: right;
	padding-top: 16px;
	padding-bottom: 16px;
}
.pageFooter .h_logo img {height: 35px;}
.wide_foot {
	width: 910px;
	text-align: right;
	margin: 0 auto;
}

#in_cnt {
	margin: auto;
	max-width: 910px;
}

body #responsive_wrap {
    width: 100%;
}

@media (max-width: 767px) {

	#c_header section {
		width: 95%;
		text-align: right;
		vertical-align: center;
	}
	#in_cnt {padding: 0 10px;}
	header .head img {width: 100%;}
	/* FOOTER */
	.pageFooter {
		width: 100%;
		margin-bottom: 140px;
	}
	.pageFooter .copyright address {
		float: right;
		padding: 25px 130px 0 0;
		line-height: 1.5em;
		font-style: normal;
	}
	.wide_footer {margin: 0 auto 0px;}
	.wide_footer img {
		width: 100%;
		height: auto;
	}
	.spfoot {position: relative;}
	.spfoot .f_logo {
		position: absolute;
		top: 20%;
		right: 0;
		width: 30%;
		display: flex;
	}
	.spfoot .f_logo img {
		width: auto;
		height: 33px;
		padding-left: 10px;
	}
}
/** SP ******************************************/

