
.kakomi-maru1 {
 margin: 2em auto;  
 padding: 2em;
 color: #666666; /*Ã¦â€“â€¡Ã¥Â­â€”Ã¨â€°Â²*/
 background-color: #f7f7f7; /*Ã¨Æ’Å’Ã¦â„¢Â¯Ã¨â€°Â²*/
 border: 2px solid #bfec39; /*Ã§Â·Å¡Ã£ÂÂ®Ã¥Â¤ÂªÃ£Ââ€¢Ã£Æ’Â»Ã¨â€°Â²*/
 border-radius: 8px; /*Ã¨Â§â€™Ã£ÂÂ®Ã¤Â¸Â¸Ã£ÂÂ¿*/ 
}

.content_wrap {
	font-family: 'A1 Gothic R';
}

#yodogawa{
    line-height: 1.9em;
}

#information .info_title, #information_free .info_title {
    line-height: 1.9em;
    width: 70%;

}


.box {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #000;
    background: #bfec39;
    border-radius: 5px;
	width: 50%;
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #000;
    background: #FFD700;
    border-radius: 5px;
	width: 50%;
}

.box p {
    margin: 0; 
    padding: 0;
	line-height: 1.5em;
}

.box2 p {
    margin: 0; 
    padding: 0;
	line-height: 1.5em;
}

.interview {
    background: #ffffe0;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	
}

.interview p{
    color: #00008b;
	
}

p.bold{
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;
}

p.bold_01{
	font-weight: bold;
	border-bottom: solid 3px #4682b4;
	margin-top: 30px;
	margin-bottom: 5px;
}

p.bold_02{
	font-weight: bold;
	border-bottom: solid 3px #ff7f50;
	margin-top: 30px;
	margin-bottom: 5px;
}

p.bold_03{
	font-weight: bold;
	border-bottom: solid 3px #48A348;
	margin-top: 30px;
	margin-bottom: 5px;
}

p.bold_04{
	font-weight: bold;
	border-bottom: solid 3px #ae8caf;
	margin-top: 30px;
	margin-bottom: 5px;
}


hr{
	border-top: 1px solid #003366;
	margin-bottom: 40px;
	margin-top: 40px;
}

hr2{
	border-top: 1px solid #CCCCCC;
	margin-bottom: 40px;
	margin-top: 40px;
}

h1{
	font-size: 21px;
	font-weight: bold;
	color: #00008b;
	margin-bottom: 30px;
	margin-top: 30px;
}


.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #e83929;
    border-radius: 5px;
	width: 50%;
}

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

.attention {
	font-size: 14px;
	line-height: 1.6em;
	color: #696969;
	margin-top: 20px;
}

.attention2 {
	font-size: 14px;
	line-height: 1.6em;
	background-color: #f0f8ff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
}


@media (max-width: 640px) {
	
#wrap{
	padding-top: 0px;
	width: 100%;
	margin: auto;
	}
	
#information .info_title, #information_free .info_title {
    width: 90%;

}	
	
#home_contents
	{
	width: 90%;
	margin: auto;
	}