<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cnt .caution{
	padding-left: 1em;
    text-indent: -1em;	
}

#cnt .sp_only{
	display:none;
}

#cnt .pc_only{
	display:block;
}

#cnt .ttl-unit-02 {
	margin-top: 40px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}

#cnt .chusen img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#cnt .chusen p{
	font-weight:bold;
	font-size:20px;
	display:table-cell;
	vertical-align:middle;
	
}

#cnt .chusen{	
	display:table;
}

#cnt .btn{
}
#cnt .btn1 {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#cnt .longurl  {
word-break: break-all;
}

#cnt .towa{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0f1352;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
}
#cnt .box2 {
	padding: 20px;
	border: 1px solid #000000;
	text-align: center;
}
#cnt .box2 p {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

#cnt .head{
	color:#C2363F;
	border-left:3px solid #C2363F;
	border-bottom:3px solid #C2363F;
	padding:10px;
	font-size:19px;
	font-weight:bold;
	
}
#cnt .box1  {
	border: 1px solid #666666;
}

#cnt .pic li{
	display:inline-block;
	margin-right:2px
}

#cnt .cream{
	font-size:24px;
	color:#11134e;
	font-weight:bold;
	background-color:#fafad2;
	padding:15px;
	border: 1px solid #000000;
}


#cnt ul.link li{
	position: relative;
	float: left;
	width: 425px;
	min-height: 30px;
	padding: 15px 15px 10px;
	border-style: none;
}


.blue {
	color: #1111cc; font-size:18px; text-decoration: underline;
}
.pink {
	color: #f60ccd; font-size:18px; text-decoration: underline;
	}
#cnt .presentlist {
	margin-top: 10px;
	margin-bottom: 10px;
	/* [disabled]vertical-align: middle; */
}

#cnt .presentlist .figure,
#cnt .presentlist .text {
	display: table-cell;
	vertical-align: middle;
}
#cnt .ef-logo   {
	margin-right: 10px;
}
#cnt .presentlist .text {
	padding-left: 20px;
	font-weight: bold;
	font-size: 18px;
}
#cnt .presentlist .ttl  {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #772200;
	text-align: center;
}
#cnt .presentlist .text ul.list-notes li {
	font-size:11px;
}
#cnt .info{
	padding: 0;
	box-sizing: border-box;
	margin-top: 10px;
}

#cnt .while{
	color: black;
	margin-top: 10px;
	font-size: 11px;
}

#cnt .info .area01 {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #D3F3FF;
}
#cnt .info .area01 p {
	text-align: center;
	color: #3262D8;
	padding-bottom: 5px;
}
#cnt .info .area02 {
	background-color: #FFEEFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#cnt .info .area02 p {
	text-align: center;
	color: #E84D73;
	padding-bottom: 5px;
}

#cnt .info ul li:first-child{
	margin-right:2%;
}

#cnt .info ul li{
	display: inline-block;
	padding: 0px;
	text-align: center;
	vertical-align: text-top;
	width: 48%;
	box-sizing: border-box;
}

#cnt .info ul li p{
}
#cnt .info ul li p span {
	font-size: 22px;
}

#cnt .btn {
	display: inline-block!important;
    margin: 0 8px 10px;
    font-size: 0;
}

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

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

#cnt .date4{
	font-size:30px;
	color: #00772a;
	font-weight: bold;
	
}

.under {
  background: linear-gradient(transparent 70%, #fff000 70%);
}

.box10 {
    padding: 20px;
    margin: auto;
    color: #00BCD4;
    background: #FFFFC6;/*閭梧勹濶ｲ*/
    border: solid 2px #ffffff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*蠖ｱ*/
	width: 600px;
	text-align: center;
}

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

.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;
}

.list-left999{
  display: table-cell!important;
  vertical-align: middle;
}

.list-box999 {
  display: table;
  text-align:center;
	margin: 0 auto;
}

.list-left999{
  display: table-cell!important;
  vertical-align: middle;
}

.list-right999 {
  display: table-cell!important;
  vertical-align: middle;
  padding-left: 10px;
}

.ex10 {
  margin-bottom: 30px;
  text-align: center;
}

/* radio non-display */
.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/backgrd.png) no-repeat;
    background-position: 15% 100%;
    transform: translate3d(0, 0, 0);
    box-shadow: 0px 0px 5px 0px #999;
    padding-top: 10px;

}

.list-box999 {
  display: table;
  text-align:center;
	margin: 0 auto;
}

.yamada {
    color: #ffffff;
	background: #53b332;
	font-weight: bold;
	margin: 3px;
	padding: 2px;
}

.yamada1 {
    color: #00552f;
	font-weight: bold;
	font-size: 20px;
}

.yamada2 {
    color: #f39939;
	font-weight: bold;
	font-size: 24px;
	margin: 2px;
}

.hyo {
	text-align: center;
	margin-bottom: 20px;
}

.hyo td {
	vertical-align: middle;
	padding: 2px;
}

.down {
	padding-left:1em;
    
}

@media (max-width: 720px) {


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

#cnt .sp_only{
	display:block;
}

#cnt .pc_only{
	display:none;
}

#cnt .pad1{
	padding:1%;
}

#cnt .chusen img{
	float:none;
	margin-right:0;
	margin-bottom:0;
}

#cnt .chusen{
	text-align:center;
}

#cnt .chusen p{
	display: inherit;
	text-align:center;
    margin-bottom: 10px;
}

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

#cnt ul.link li{
	width:90%;
	height:auto;
	text-align:center
}

#cnt .chusen p{
    text-align:center;
    margin-bottom: 10px;
}
#cnt .sp30{
	width:30%;
	height:auto;
    text-align:left;
	}
	#cnt .sp70{
	width:70%;
	height:auto;
	margin: 0 auto;
	}	
#cnt .btn1 img{
	width:80%;
	height:auto;
	}
#cnt .presentlist .figure,
	#cnt .presentlist .text {
	display: block;
	text-align: left;
	}
	#cnt .presentlist .figure {
		text-align:center;
	}
	#cnt .presentlist .figure img {
	width: 90%;
	height: auto;
	}
	#cnt .presentlist .text {
	padding-left: 0;
	margin-top: 10px;
	}
	#cnt .presentlist .text .ttl {
		margin-bottom:10px;
		font-size:16px;
	}
#cnt .info ul li{
	display:block;
	width:100%;
}
#cnt .info ul li:first-child{
	margin-bottom:10px;
}
#cnt .sp75 img {
	width:75%;
	height:auto;
	}
	
		.space {
    margin-left: 10px;
    margin-right: 10px;
}
	
	#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;
}
	#cnt .fade_area {
    width: 100%;
}
	.list-box999 {
  width:100%;
  height:auto;
  /*display: block!important;*/
  box-sizing: border-box;
}
	
	.list-left999 {
    width: 50%;
    height: auto;
   /*display: block!important;*/
    box-sizing: border-box;
    margin: 0 auto;
}
	
.list-right999 {
    width: 50%;
    height: auto;
    /*display: block!important; */
    box-sizing: border-box;
    margin: 0 auto; 
    padding-left: 0px;
}
	
.list-right999 img{
    width: 90%!important;
    height: auto;
    
}
	
.list-left999 img{
    width: 90%!important;
    height: auto;
    
}
.yama {
	line-height:25px;
}
	
.syohin img {
	width: 100%;
	height: auto;
}	
	
.hyo {
	display: block;
    overflow-x: scroll;
    white-space: nowrap;
	margin-bottom: 1px;
	
}
	
}
</pre></body></html>