<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#responsive_wrap{
	color:#000000;
}

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

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

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

#cnt .date4{
	font-size:12px;
	vertical-align: bottom;

}

#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 #634435;
    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 auto;
}

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

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

a:hover{
	opacity:0.7;}
	
	
#cnt .sp_only{
	display:none;
}

#cnt .pc_only{
	display:block;
}

.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 {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }

.txt {
    display: inline-block;
    text-align: left;
	font-size: small;
	margin-top: 20px;
  }

.list-box3 {
  display: table;
  text-align:center;
}

.list-img3{
  vertical-align: middle;
}

.list-text2 {
  display: table-cell;
  vertical-align: middle;
}

.item {
	margin: 40px 0px 30px 0px;
	
}

.pre {
	font-size: 24px;
	font-weight: bold;
	color: #d7322d;
	
}

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

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

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

#cnt .present img{
	width:100%;
	height: auto;
	}	
	
.list-box3 {
    width:100%;
	height:auto;
	display: block!important;
	box-sizing: border-box;
}
	
.list-img3 img{
	width:50%;
	height:auto!important;
	display: block!important;
	box-sizing: border-box;
    margin: 10px auto;
}
	
.list-text2 {
    width:100%;
	height:auto;
	display: block!important;
	box-sizing: border-box;
}
	
.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: 300px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
    /* border: solid 1px; */
}

}
</pre></body></html>