/* -----------------------------------
 * ã‚µãƒ¼ãƒ“ã‚¹ãƒˆãƒƒãƒ—
 * @service_top
 * ---------------------------------*/

h1{
	margin-top:70px;
	margin-bottom:30px;
}
.readTxt p{
	margin-bottom:30px;
}
.column1{
	margin-bottom:60px;
}
main h3{
	color:#004386;
	text-align:center;
	margin-bottom:30px;
	margin-top:0;
}
.partitionLines{
	width:100%;
	margin-bottom: 30px;
}
.column1{
	line-height:1.3;
}
.column1 h4,
.column1 p{
	width:50%;
	margin-right:auto;
	margin-left:auto;
}
.column2 h4,
.column2 p{
	width:100%;
	margin-right:auto;
	margin-left:auto;
}
h4{
	margin-bottom:15px;
	margin-top:40px;
}
h4:first-child{
	margin-top:0;
}
.column2 .listDetail{
	width:48%;
	float:right;
}
.column2 .listDetail:first-child{
	float:left;
}

.column2:before, .column2:after {
	content: " ";
	display: table;
}
.column2:after {
	clear: both;
}
/*For IE 6/7 only*/
.column2 {
	*zoom: 1;
}

/*20151106è¿½åŠ */
.adjustLine .accordion_header{
	padding-top:10px;
	padding-bottom:10px;
	font-size:16px;
	padding-right:25px;
}
.adjustLine .accordion_contents{
	padding-bottom: 30px;
	padding-top: 10px;
}
.adjustLine .accordion_contents p{
	width:90%;
}

h4{
	font-weight: bold; 
}
h5{
	font-weight: bold; 
}


/* =========================================================
 * ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆç‰ˆ
 * 768pxä»¥ä¸‹ã«é©å¿œ
 * ====================================================== */

@media screen and (max-width:768px){
	h1{
		margin-top:100px;
		margin-bottom:20px;
	}
	.readTxt p{
		margin-bottom:100px;
	}
	h3{
	margin-bottom:20px;
	}
	.partitionLines{
		margin-bottom: 20px;
	}
	.column1 h4,
	.column1 p{
		width:80%;
	}
	.column2 .listDetail{
		width:80%;
		margin: 0 auto;
		float:none;
	}
	.column2 .listDetail:first-child{
		float:none;
	}

}
/* =========================================================
 * ã‚¹ãƒžãƒ›ç‰ˆ
 * 480pxä»¥ä¸‹ã«é©å¿œ
 * ====================================================== */

@media screen and (max-width:480px){
	h1{
		margin-top:72px;
		margin-bottom:30px;
	}
	.readTxt p{
		margin-bottom:50px;
	}
	h3{
	margin-bottom:30px;
	}
	.partitionLines{
		margin-bottom: 30px;
	}
	.column1 h4,
	.column1 p{
		width:100%;
	}
	.column2 .listDetail{
		width:100%;
	}
}



/* =========================================================
 * ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆä¸Šæ›¸ãä¿®æ­£
 * 2016.02.19åˆ†
 * ====================================================== */
h1 {
	margin-bottom: 30px;
}

main .column1 h3 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}

.column1 h4 {
	margin-top: 20px;
	margin-bottom: 15px;
	color: #666666;
	font-size: 14px;
}
.column1 h5 {
	width: 50%;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
.column1 h4 + h5,
.column1 h5 + h5,
.column1 .AuthTitleHn + .AuthTitleHn h5,
.column1 .TitleHn + .TitleHn h5 {
	margin-top: 0;
}


.column1 .partitionLines {
		margin-top: 0;
		margin-bottom: 0;
}

.column1 .image_component {
	margin-bottom: 10px;
}



@media screen and (max-width:768px){
	h1 {
		margin-bottom: 20px;
		font-size:34px;
	}
	main .column1 h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.column1 h4 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.column1 h5 {
		width: 80%;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.column1 h4 + h5,
	.column1 h5 + h5,
	.column1 .AuthTitleHn + .AuthTitleHn h5 {
		margin-top: 0;
	}

	.column1 .partitionLines {
		margin-top: 0;
		margin-bottom: 0;
	}
	.column1 .image_component {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:480px){
	h1 {
		margin-bottom: 15px;
		font-size:30px;
	}
	main .column1 h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.column1 h4 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.column1 h5 {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.column1 h4 + h5,
	.column1 h5 + h5,
	.column1 .AuthTitleHn + .AuthTitleHn h5 {
		margin-top: 0;
	}
	.column1 .partitionLines {
		margin-top: 0;
		margin-bottom: 0;
	}
	.column1 .image_component {
		margin-bottom: 10px;
	}
}