@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------------------


verdi2025


-----------------------------------------------------------------*/
/*menu*/

.gmenu-btn{
   position: fixed;
   right: 20px;
   top: 20px;
   width: 70px;
   height: 70px;
   background: url(../img/common/icon-menu.png) no-repeat center center;
   -moz-background-size:  100% auto;
   -webkit-background-size: 100% auto;
   background-size: 100% auto;
   cursor: pointer;
}

@media only screen and (max-width: 800px) {
	.gmenu-btn{
	   right: 8px;
	   top: 8px;
	   width: 40px;
	   height: 40px;
	}
}

/* verdi2025
-----------------------*/

a:link,
a:visited,
a:active{
	text-decoration: underline;
	color: #be1417;
	}

a:hover{
	text-decoration: none;
	}

#v-container{
	min-width: auto;
	width: 100%;
	background: #561314 url( bg_ver.jpg ) top center no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	
	position: relative;
	font-size: 18px;
	line-height: 180%;
	}

#verdi{
	max-width: 1200px;
	margin: 0 auto;
	
	}

#verdi .title-header{
	max-width: 100%;
	height: auto;
	margin: 0 auto 35px auto;
	}

#verdi .title-header img{
	width: 100%;
	}

#verdi h1{
	font-family: sans-serif;
	line-height: 1.6;
	font-size: 30px;
	letter-spacing: 2px;
	text-indent: 0;
	margin-bottom: 15px;
	color: #fff;
	font-weight: bold;
	}

#verdi .inner {
			width: auto;
		  	width: 80%;
		 	margin: 0 auto;
		 	}

@media only screen and (max-width: 800px) {
	#verdi h1{
		font-size: 24px;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}
	
	#verdi .inner { width: 96%;}
	}

@media only screen and (min-width: 641px) {
	.content p,
	.kakomi2 p{
		padding-left: 20px;
		padding-right: 20px;
	}
	}


#verdi .contents p,
.content p{
	margin-bottom: 15px;
	}

.content{
	margin-bottom: 30px;
	padding: 20px;
	background:rgba(255,255,255,1);
	}

.content h2{
	text-align: center;
	font-size: 150%;
	color: #830002;
	border-bottom: 2px solid #830002;
	margin-top: 35px;
	margin-bottom: 20px;
	line-height: 1.5;
	}

.content h2:first-child{
	margin-top: 0;
	}

.content h3{
	text-align: center;
	font-size: 105%;
	color: #830002;
	background: #f4f4f4;
	margin-top: 25px;
	margin-bottom: 20px;
	line-height: 1.5;
	padding: 10px;
	}

.kakomi2{
	background:rgba(0,0,0,0.75);
	padding: 20px;
	margin-bottom: 30px;
	color: #fff;
	}

.kakomi2 a:link{ color: #dbb;}


.kakomi2 h3{
	text-align: center;
	font-size: 100%;
	color: #fff;
	border-bottom: 1px solid #aaa;
	margin-bottom: 15px;
	margin-top: 10px;
	line-height: 1.5;
	}
	



.flexbox{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	}

.columns-4 .box {
		width: 25%;
		box-sizing: border-box;
		}

.columns-5 .box {
		width: 20%;
		box-sizing: border-box;
		}
		
.columns-2 .box {
		width: 50%;
		box-sizing: border-box;
		}

.box img{
	max-width: 100%;
	}

.box_01 img{
  	height: 180px;
  	object-fit: cover;
	}

#container .box_01 a:hover img{
	
	}

.box_01{
	background: #000400;
	color: #2b96f0;
	font-size: 90%;
	position:relative;
	}

.box_01 p{
	padding-left: 8px;
	padding-right: 5px;

	}
	
.box_01 span{
	display: block;
	font-size: 80%;}

#container .box_01 a:link{
	text-decoration: none;
	color: #d6fffe;
	display: block;
	}
#container .box_01 a:visited{ text-decoration: none;}
#container .box_01 a:hover{ color: #265b52;text-decoration: none; }
#container .box_01 a:active{ text-decoration: none;}

#container .box_01 a img{
	opacity: 0.75;
	transition : .5s;
	}

#container .box_01 a:hover img{
	opacity: 1;
	transition : .7s;
	}

@media only screen and (max-width: 640px) {
.columns-2 .box{
			width: 100%;
			box-sizing: border-box;
		}

.columns-4 .box{
			width: 50%;
			box-sizing: border-box;
		}

.columns-5 .box{
			width: 33.333%;
			box-sizing: border-box;
		}
.box_01 img{
  	height: 140px;
  	object-fit: cover;
	}
	
}

div.bt-form{
	margin: 10px 20px;
	}

.bt-form a:link,
.bt-form a:visited,
.bt-form a:active{
	display: block;
	color: #fff;
	text-align: center;
	font-size: 115%;
	padding: 15px 0!important;
	background: #953c21;
	border-radius: 12px;
	text-decoration: none;
	}

div.bt-form a:hover{
	background: #dc4314;
	text-decoration: none;
	}

@media only screen and (max-width: 640px) {
	div.bt-form{
	margin: 10px 0;
	}
	}

dl{
	display: flex;
	flex-flow: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	overflow: visible;
	margin-bottom: 30px;
	font-size: 15px;
	margin-left: 20px;
	margin-right: 20px;
	}


	
dl dt{
   width: 22%;
   box-sizing: border-box;
   padding: 8px 0px;
   border-bottom: 1px solid #7b959a;
   min-width: 0;
   line-height: 1.5;
   letter-spacing: 2px;
   }
dl dd{
   width: 78%;
   box-sizing: border-box;
   padding: 8px 0;
   border-bottom: 1px solid #7b959a;
   min-width: 0;
   line-height: 1.5;
   letter-spacing: 2px;
}

@media only screen and (max-width: 640px) {
	dl{
	margin-left: 0;
	margin-right: 0;
	}
	dl dt{
   width: 100%;
   border-bottom: none;
   }
   
	dl dd{
   width: 90%;
   padding-left: 8%;
   }
   
   dl dt{ padding: 8px 0px 0 0;}
	}


.kakomi{
	background:rgba(0,4,0,0.5);
	padding: 20px;
	margin-bottom: 30px;
	}


.pa5{ padding: 10px;}
.pa10{ padding: 10px;}

.fs08em{ font-size: 80%!important;}
.fs09em{ font-size: 90%!important;}
.fs11em{ font-size: 110%!important;}
.fs12em{ font-size: 120%!important;}
.fs13em{ font-size: 130%!important;}
.fs14em{ font-size: 140%!important;}
.fs15em{ font-size: 150%!important;}
.fs16em{ font-size: 160%!important;}
.fs18em{ font-size: 180%!important;}

ol.style1 {
	padding-left: 1.5em;
	margin-bottom: 2em;
	}

ol.style1 li{
	list-style: decimal!important;
	}

ul.style2{
	padding-left: 1.5em;
	margin-bottom: 1em;
	}

ul.style2 li{
	list-style: disc;
	line-height: 1.8;
	margin-bottom: 0.8em;
	}

.new{
	display: inline-block;
	background: #F96798;
	padding: 3px 6px 1px 6px;
	font-family: "UDDigiKyokasho R JIS2004", sans-serif;
	font-weight: bold;
	font-size: 55%;
	margin-left: 10px;
	margin-bottom: 3px;
	text-shadow: none;
	}

.al-center{
	text-align: center;
	}

.prof{
	font-size: 95%;
	display: none;
	}

.question {
	display: inline-block;
	width: 13em;
	font-size: 90%;
	position: relative;
	padding: 5px 15px 0 15px;
	cursor: pointer;
	background: #f4aaaa;
	margin-left: 25px;
}

.open-btn {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	background: #888;
	display: block;
	width: 25px;
	height: 25px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}

.open-btn:before, .open-btn:after {
	display: block;
	content: '';
	background-color: #ffffff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.open-btn:before {
	width: 2px;
	height: 10px;
}
.question.selected .open-btn:before {
	content: normal;
}
.answer{
	display: none;
	margin-left: 25px;
	}

.imgbox{
	float: left;
	margin: 10px 15px 5px 0;
	}

@media only screen and (max-width: 640px) {
	.pc{
		display: none;
		}
	
	.al-center{
		text-align: left;
	}
	
	.open-btn {
		position: relative;
		top: auto;
		right: auto;
		margin: 15px auto 0 auto;
	}
	
	.question,
	.answer{
	margin-left: 0;
	}
}
