@charset "UTF-8";
.journal-cont .importantInfo-area {
	max-width: 960px;
	margin: 0 auto;
	padding: 0px;
	line-height: 1.8;
	color: #555;
}
.importantInfo-area .mainImg {
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.importantInfo-area .header_text {
	max-width: 750px;
	margin: 0 auto 30px;
	padding: 0 3%;
	line-height: 1.8em;
}
.importantInfo-area .info_box {
	max-width: 750px;
	margin: 0 auto;
	font-size: 100%;
}
.info_box .oomidashi {
	font-size: 120%!important;
	text-align: center;
	line-height: 1.6em;
}
.info_box .section {
	margin-bottom: 0px;
	margin-top: 35px;
}
.info_box .section .title {
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 5px;
}
.importantInfo-area .closing {
	margin-top: 6%;
	text-align: center;
	font-size: 100%;
}

/* 768px以下 */
@media screen and (max-width: 768px){
  .info_box .oomidashi {
	font-size: 120%;
  }
.importantInfo-area .header_text {
	margin-bottom: 50px;
}
.info_box .section .title {
	text-align: center;
}
.info_box .section {
	padding-left: 3%;
	padding-right: 3%;
}
.importantInfo-area .closing {
	padding-left: 2%;
	padding-right: 2%;
}

}


/*-----------------------------------------------------*/
/*  for -480px                  */
/*-----------------------------------------------------*/
@media screen and (max-width: 480px) {



}
