@charset "utf-8";


.sec h2 {
	font-size: 30px;
	font-size: 3.0rem;
	text-align: center;
	margin:40px auto;
}
.sec {
	font-size: 18px;
	font-size: 1.8rem;
}
.sec dl{
	margin-bottom: 30px;
}
.sec dt{
	/**
	font-size: 20px;
	font-size: 2.0rem;
	**/
	margin-top: 30px;
}
.sec dt:first-child{
	margin-top: 0;
}
.sec dt:before{
	content:"\025a0";
}
.sec dd{
	/**
	font-size: 16px;
	font-size: 1.6rem;
	**/
	padding: 0 20px 0;
}
.sec dd p{
	/**
	font-size: 14px;
	font-size: 1.4rem;
	**/
}
.transfer_type_list a,
.transfer_type_list a:link,
.transfer_type_list a:visited,
.transfer_type_list a:hover,
.transfer_type_list a:active {
	color: #3d6398;
}

#specification_msg1_wrap{
	background: #bd7719;
	padding: 10px 0 0;
}
#specification_msg1_wrap .inner_wrap{
	background: #fff;
	padding-bottom: 60px;
}
#specification_msg1_wrap p{
	text-indent: 1em;
	/**
	font-size: 18px;
	font-size: 1.8rem;
	**/
}
#specification_msg2_wrap h2 {
	margin:55px auto 40px;
}
/**
#specification_msg2_wrap h2 span{
	background: url(../images/img_ic2.png) no-repeat 0 5px;
	padding-left: 40px;
}
**/
#specification_msg2_wrap h2 span::before{
	content: url(../images/img_ic2.png);
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
}
#specification_msg2_wrap dt{
	color: #bd7719;
}
#specification_msg2_wrap{
	background: url(../images/bg_img1.png);
	padding: 0 0 30px;
}

/**
#specification #specification_msg1_wrap h2 span{
	background: url(../images/img_ic1.png) no-repeat 0 5px;
	padding-left: 40px;
}
**/
#specification #specification_msg1_wrap h2 span::before{
	content: url(../images/img_ic1.png);
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
}
ul.use_list{
	margin: 0;
}
ul.use_list li{
	margin:  0;
	padding: 0;
	width: 100%;
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 639px) {
}
