@charset "utf-8";

.pc{
    display: none;
}

img[src*="calendar"]{
	width: 100%;
}

@media print, screen and (min-width: 768px) {
	.pc {
		display: block;
	}
}

#tbn .contents{
	background:#e8f9ff;
}

#tbn h2{
	text-align: center;
	margin-bottom: min(3vw, 30px); 
}

#tbn h2 img{
	margin: 0 auto;
}

.anchor_tbn{
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 960px;
	padding: min(5vw, 50px) min(5vw, 50px) 0;
	width: 100%;
}

.anchor_tbn a{
	align-items: center;
	background: #003e67;
	border:4px solid #668ba4;
	border-radius: 4em;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	color: #FFFFFF;
	display:flex;
	justify-content: center;
	padding:0.5em 0.25em;
	position: relative;
	text-align: center;
}

.anchor_tbn a:hover{
	opacity: 0.6;
}

.anchor_tbn a::after{
	background: url("../img/arrow.svg") no-repeat center;
	content: "";
	display: inline-block;
	width: 3em;
	height: 2em;
	position: absolute;
	right: 1em; top:50%;
	margin-top: -1em;
}

.anchor_tbn li + li{
	margin-top: 1em;
}

@media print,screen and (min-width: 768px){
	
	.anchor_tbn {
		display: flex;
		justify-content:space-around;
	}
	
	.anchor_tbn li + li {
		margin-top: 0;
	}
	
	.anchor_tbn li{
		width: 37.5%;
	}

}

@media print,screen and (min-width: 1400px){
	
	.anchor_tbn {
		padding: min(5vw, 50px) 0 0;
	}
	
}

div.wrap_CS{
	background: rgba(255,255,255,0.5);
	color: #003e67;
	display: flex;
	font-size: 2em;
	height: 10vw;
	align-items: center;
	justify-content: center;
}

div[id*="tbn_"]{
	max-width: 960px;
	margin: min(8vw, 80px) auto 0;
	padding:0 min(5vw, 50px) min(8vw, 80px);
	width: 100%;
}

div[id*="tbn_"] + div[id*="tbn_"]{
	margin-top:0;
}

@media print,screen and (min-width: 768px){
	
	div[id*="tbn_"]{
		margin-top:min(5vw, 50px);
	}
	
}

@media print,screen and (min-width: 1400px){
	
	div[id*="tbn_"]{
		padding:0 0 min(8vw, 80px);
	}
	
}	

div[id*="tbn_"] h3{
	font-size: 1.5em;
	margin-bottom:min(3vw, 30px); 
}

div[id*="tbn_"] h3::after{
	background: linear-gradient( 187.58deg, rgba(0, 62, 103, 1) 0%, rgba(83, 103, 253, 1) 100%);
	content:"";
	display: block;
	height: 4px;
	margin-top: 0.25em;
}

#tbn_otoku ul{
	max-width: 960px;
	margin:0 auto;
	width: 100%;
}

#tbn_otoku ul li + li{
	margin-top:min(5vw, 50px);
}

@media print,screen and (min-width: 768px){
	
	#tbn_otoku ul{
		display:flex;
		justify-content:space-between;
	}

	#tbn_otoku ul li{
		margin: 0;
		width: calc(50% - 25px);
	}
	
	#tbn_otoku ul li + li{
		margin: 0;
	}
	
}

#tbn_otoku a img{
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	transition: 0.7s;
	margin: 0 auto;
	width: 75%;
}

#tbn_otoku a:hover img{
	opacity: 0.6;
}

#tbn_otoku span{
	align-items: center;
	background: #003e67;
	border:1px solid #668ba4;
	border-radius: 4em;
	color: #FFFFFF;
	display:flex;
	font-size: 1.25em;
	justify-content: center;
	margin-top:1em; 
	padding:0.5em 0.25em;
	position: relative;
	text-align: center;
	transition: 0.7s;
}
#tbn_otoku span:hover{
	opacity: 0.6;
}

#tbn_otoku span::after{
	background: url("../img/arrow.svg") no-repeat center;
	background-size: 75% auto;
	content: "";
	display: inline-block;
	width:4em;
	height: 4em;
	position: absolute;
	right: 1em; top:50%;
	margin-top: -2em;
	transform: rotate(-90deg);
}

@media print,screen and (min-width: 1280px){
	
	#tbn_otoku span{
		font-size: 1.5em;
	}

}

@media print,screen and (min-width: 1280px){}





