@charset "utf-8";
/* CSS Document */

	body{
		
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-family: "Mplus 1p", sans-serif;
		line-height:  1.8;
　　width:100%;}
	
	a{
	text-decoration: underline;
		color:#00b358;
	}
	
	#wrap{
		max-width:800px;
		margin:0px auto 0 auto;
		padding:20px 10px;
	background-color: #d0ffad;
	padding-bottom:30px;
		
		
	}
	h2,p{
		text-align:left;
	padding:5px 10px;
	}
	
	h1{
		text-align:center;
		width:90%;
		max-width:400px;
		margin:30px auto 0px auto;
		font-weight:bold;
		font-size:24px;
		line-height:1.25;
		border-bottom:#00b358 5px dotted;
	}
	
	
	
	h2{
		padding:10px;
		font-weight:bold;
		background-color: #00b358;
		color:#ffffff;
		margin-top:10px;
		margin-bottom:20px;
		
	}
	
	
	h3{
		text-align: center;
		font-size:24px;
		line-height:30px;
		font-weight:bold;
		margin:10px 0;
	}

h4{
	font-size:20px;
	color:#00b358;
	font-weight:bold;
	margin:0;
}

	img{
		max-width:294px;
	 width:80%;
		display:block;
		margin:10px auto 20px auto;
		
	}
	div.profile{
		text-align:left;
		padding:14px 20px;
		font-weight:400;

		font-size:15px;
			background-color:#ffffff; 
		margin:20px 10px 10px 10px;
		border-radius: 20px;
	}
	p{
		/*padding:10px 15px;*/
    max-width: 294px;
		width:80%;
		margin:0 auto;
}
.about-txt {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
	span{font-weight:400;}
	.yellow_line_narrow{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #fff001 0%) repeat scroll 0 0;}

	.yellow_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff001 0%) repeat scroll 0 0;}
	strong{font-weight:bold;}
	
	.Ygreen{
		
		color:#90bd20;
	}
	
		.orange{
		
			color:#00b358;}

.blue{
	color:#584197;
}

.number {
    background-color: #00b358;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    margin: 0;
	display: none;
}
.contents-menu {
    max-width: 100%;
    background-color: #fff;
    margin: 20px 10px 30px 10px;
    padding: 14px 20px;
    border-radius: 20px;
	background-color: #FF5F00;
}
.contents-menu ul li {
    margin-bottom: 5px;
}

.contents-menu ul li a{
	color:white;
}


.contents-menu ul li:last-child {
    margin-bottom: 0;
}

.contents-menu ul li:before {
    content: "・";
	color: #FF5F00;
}

@media screen and (max-width:480px) { 
	.number{
    width: 15vw;
    height: 15vw;
    line-height: 15vw;
    font-size: 8vw;
    margin: 5vw auto;
	}
}
h4.socks {
    width: 80%;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.2;
    background-image: url(image/socks_bg.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: top right;
    padding: 10px 0 0 0;
}		

.contents{margin-bottom:80px;}
	
	#about p{
		margin:0;
		font-weight: bold;
	}
	#about .sub-number{
		font-size:140%;
		font-weight:bold;
		margin-right:5px;
	}

.contents-target,.contents-link{
text-align: right;
	margin:10px 0px;
}
.contents-target{
	color: red;
}