@charset "UTF-8";
/* CSS Document */
body{
	 font-family: "Shuei MaruGo L";
	font-size: 17px;
}
h2{
	font-family: "Shuei MaruGo B";
	font-size: 135%;
	line-height: 2em;
	letter-spacing : 2px;
	margin-bottom: 10px;
}
h5{
	font-size:14px; 
	text-align:center;
	    margin: 30px 0px 20px 0px;
}
#kv img {
        margin-bottom: 100px;
    }
.content_wrap {
    width: 95%;
    margin: auto;
	border-radius: 5px 5px 0px 0px;
}
#information li .info_desc p, #information_free li .info_desc p {
        margin: 0 0 1em 0;
        line-height: 2.2em;
    }
    #information li .info_img img, #information_free li .info_img img {
        margin: 10px 0px 10px 0px;
		border-radius: 5px;
    }
@media (min-width: 641px) {
    #talk_body dt, .info_taidan_txt dt {
        width: 17%;
    }
    #information li .info_desc, #information_free li .info_desc {
       max-width: 500px;
    }
}
@media (max-width: 641px) {
h2 {
    line-height: 1.7em;
    letter-spacing: 2px;
   }
#information li .info_desc p, #information_free li .info_desc p {
    line-height: 2em;
   }
}
