
.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: #ffea00;
    border-radius: 5px;
	width: 100%;
}

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



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


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


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

p.bold_01{
	font-weight: bold;
	border-bottom: solid 2px #00008b;
	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 #c0c0c0;
	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) {
	
	.box {
   width: 90%;
}

.box_01 {
   width: 90%;
}
	
	
	
#wrap{
	padding-top: 220px;
	width: 90%;
	margin: auto;
	}
	
#information .info_title, #information_free .info_title {
    width: 90%;

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