<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*遐比ｿｮcss*/
p, li, h1, h2{
	font-family: 'Josefin Slab', serif;
	font-family: 'Kiwi Maru', serif;
}

/*隕句�縺励�繝ｬ繧､繧｢繧ｦ繝� */
.midashi{
	text-align:center;
}

.midashi h1{
	color:#ffa1a1;
}

.flex{
	text-align:center;
}

.midashi p{
display:block;
}
/*PC縺ｧ縺ｯ辟｡蜉ｹ�域隼陦後＠縺ｪ縺�ｼ�*/
.sma{
display:none;
}
/*PC縺ｧ縺ｯ譛牙柑蜉ｹ�域隼陦後☆繧具ｼ�*/
.pc{
display:block;
}

/*遐比ｿｮ蜀�menu縺ｮ蠖｢迥ｶ*/
#Tr_menu ul{
margin: 0; 
padding: 0; 
list-style-type: none; 
}
#Tr_menu li{ 
display: inline-block; 
padding: 0; 
margin: 20px 30px 0; 
}

#Tr_menu li a{
display: inline-block; 
border-left: 8px solid #ffa1a1;
border-top: 1px solid #ffa1a1;
border-right: 8px solid #ffa1a1;
border-bottom: 1px solid #ffa1a1;
background-color: #fff;
padding: 3px 10px;
text-decoration: none;
align-items:center;
color: #000;
width:30vmin; 
margin: 1px 3px;
text-align: center;
font-size: 2.5vmin;
}

@media only screen and (min-width: 769px){
	#Tr_menu li a:hover{
	border-left: 8px solid #3cb371;
	border-top: 1px solid #3cb371;
	border-right: 8px solid #3cb371;
	border-bottom: 1px solid #3cb371;
	background-color: #fff;
	}
}

@media only screen and (max-width: 768px) {
	#Tr_menu li a:active{
		border-left: 8px solid #3cb371;
		border-top: 1px solid #3cb371;
		border-right: 8px solid #3cb371;
		border-bottom: 1px solid #3cb371;
		background-color: #fff;
	}
}

/*遐比ｿｮ蜀�menu fadeup*/
.btn{
	opacity:0;
}
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from{
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*遐比ｿｮ螟ｧ蛻･*/
.training_group {
  padding: 0;
  color:#fff;
  background: #3cb371;
  text-align:center;
  font-size:3vmin;
  margin-bottom:4%;
}

/* 繝ｪ繝ｳ繧ｯ繧ｸ繝｣繝ｳ繝怜�菴咲ｽｮ隱ｿ謨ｴ */
.fake{
	text-align:center;
	height:65px;
	margin-top:-65px;
}

/*蜀�ｮｹ蟆剰ｦ句�縺�*/
.contents_item .flag {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 100%;
    font-size: 18px;
    background: #fff;
    color: #ffa1a1;
    font-weight: bold;
}

/*遐比ｿｮ蜀�ｮｹ*/
.contents_item{
    position: relative;
    width:75%;
    margin-top:2em;
	margin-bottom:2em;
	margin-left:auto;
	margin-right:auto;
	padding:0.5em 1em;
    border: solid 3px #ffa1a1;
    border-radius: 8px;
	background: #fff;
}

/* 蜀�ｮｹ譁� */
.contents_item p {
    margin: 0; 
    padding: 0;
}

/* 蜀咏悄菴咲ｽｮ */
.photo{
	text-align:center;
}


/* 繧ｹ繝槭�蟇ｾ蠢� */
@media screen and (max-width:768px) {
	
.training img{
	width:250px;
	height: auto;
}
/*繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ縺ｧ縺ｯ譛牙柑�域隼陦後☆繧具ｼ�*/
.sma{
    display:block;
}
/*繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ縺ｧ縺ｯ辟｡蜉ｹ�域隼陦後＠縺ｪ縺�ｼ�*/
.pc{
    display:none;
}
.fake{
	text-align:center;
	height:0px;
	margin-top:0px;
}
#Tr_menu li a{

font-size: 12px;
}
}

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