@media screen and (min-width: 784px) {
/* PC用のスタイル記述 */
.outline_box {
	width: 700px;
	margin-bottom:25px;
}
.outline_box .head {
	background: url(../images/pc/ttl_bg01.png) no-repeat;
	width: 660px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.outline_box .head h1 {
	background: url(../images/pc/service_ttl.png) no-repeat;
	width: 210px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.outline_box .head span {
	width: 185px;
	height: 25px;
	float: right;
}
.outline_box .head span a {
	background: url(../images/pc/service_btn.png) no-repeat 0px 0px;
	width: 185px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.outline_box .head span a:hover {
	background: url(../images/pc/service_btn.png) no-repeat 0px -25px;
}
.outline_box .inner {
	width: 660px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.outline_box .inner_phone {
	display:none;
}

.tegata_loan_box {
	width: 700px;
	margin-bottom:25px;
}
.tegata_loan_box .head {
	background: url(../images/pc/ttl_bg01.png) no-repeat;
	width: 660px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.tegata_loan_box .head h1 {
	background: url(../images/pc/tegata_loan_ttl.png) no-repeat;
	width: 210px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.tegata_loan_box .head span {
	width: 185px;
	height: 25px;
	float: right;
}
.tegata_loan_box .inner {
	width: 660px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.tegata_loan_box .inner_phone {
	display:none;
}
.about_box {
	width: 700px;
	margin-bottom:25px;
}
.about_box .head {
	background: url(../images/pc/ttl_bg01.png) no-repeat;
	width: 660px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.about_box .head h1 {
	background: url(../images/pc/about_ttl.png) no-repeat;
	width: 210px;
	height: 0px;
	overflow: hidden;
	float: left;
	padding-top: 25px;
}
.about_box .inner {
	width: 660px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.about_fig {
	margin-top:20px;
	margin-left:15px;
	border:0px;
}
.news_box {
	width: 700px;
}
.news_box .head {
	background: url(../images/pc/ttl_bg02.png) no-repeat;
	width: 660px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.news_box .head h1 {
	background: url(../images/pc/news_ttl.png) no-repeat;
	width: 136px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.news_box .head span {
	width: 143px;
	height: 25px;
	float: right;
}
.news_box .head span a {
	background: url(../images/pc/news_btn.png) no-repeat 0px 0px;
	width: 143px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.news_box .head span a:hover {
	background: url(../images/pc/news_btn.png) no-repeat 0px -25px;
}
.news_box .inner {
	background:#FAFAFA;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	width: 660px;
	padding:5px 19px 15px 19px;
}
.news_box .inner dl {
	width: 660px;
	float: left;
	border-bottom: 1px dotted #999999;
	margin-bottom:10px;
}
.news_box .inner dt {
	width: 95px;
	float: left;
	line-height: 2em;
	padding-left: 80px;
	color: #666666;
}
.news_box .inner dd {
	width: 484px;
	line-height: 1.5em;
	float: left;
	margin-bottom:5px;
}
}
@media screen and (max-width: 783px) {
/* タブレット用のスタイル記述 */
.outline_box {
	width: 487px;
	margin-bottom:25px;
}
.outline_box .head {
	background: url(../images/tablet/ttl_bg01.png) no-repeat;
	width: 448px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.outline_box .head h1 {
	background: url(../images/tablet/service_ttl.png) no-repeat;
	width: 210px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.outline_box .head span {
	width: 185px;
	height: 25px;
	float: right;
}
.outline_box .head span a {
	background: url(../images/tablet/service_btn.png) no-repeat 0px 0px;
	width: 185px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.outline_box .head span a:hover {
	background: url(../images/tablet/service_btn.png) no-repeat 0px -25px;
}
.outline_box .inner {
	width: 448px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.outline_box .inner_phone {
	display:none;
}
.tegata_loan_box {
	width: 487px;
	margin-bottom:25px;
}
.tegata_loan_box .head {
	background: url(../images/tablet/ttl_bg01.png) no-repeat;
	width: 448px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.tegata_loan_box .head h1 {
	background: url(../images/tablet/tegata_loan_ttl.png) no-repeat;
	width: 210px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.tegata_loan_box .head span {
	width: 185px;
	height: 25px;
	float: right;
}
.tegata_loan_box .inner {
	width: 448px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.tegata_loan_box .inner_phone {
	display:none;
}

.about_box {
	width: 447px;
	margin-bottom:25px;
}
.about_box .head {
	background: url(../images/tablet/ttl_bg01.png) no-repeat;
	width: 448px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.about_box .head h1 {
	background: url(../images/tablet/about_ttl.png) no-repeat;
	width: 210px;
	height: 0px;
	overflow: hidden;
	float: left;
	padding-top: 25px;
}
.about_box .head span {
	height: 25px;
	width: 185px;
	float: right;
}
.about_box .head span a {
	background: url(../images/tablet/works_btn.png) no-repeat 0px 0px;
	width: 185px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.about_box .head span a:hover {
	background: url(../images/tablet/works_btn.png) no-repeat 0px -25px;
}
.about_box .inner {
	width: 448px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	padding:20px 19px 15px 19px;
}
.works_left {
	width: 198px;
	height: 98px;
	float: left;
	overflow:hidden;
}
.works_right {
	width: 228px;
	float: right;
}
.works_right li a {
	background: url(../images/common/arr.png) no-repeat left center;
	padding-left:18px;
	color:#0080cc;
	font-weight:bold;
}
.news_box {
	width: 700px;
}
.news_box .head {
	background: url(../images/tablet/ttl_bg02.png) no-repeat;
	width: 448px;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.news_box .head h1 {
	background: url(../images/tablet/news_ttl.png) no-repeat;
	width: 136px;
	height: 0px;
	float: left;
	overflow: hidden;
	padding-top: 25px;
}
.news_box .head span {
	width: 143px;
	height: 25px;
	float: right;
}
.news_box .head span a {
	background: url(../images/tablet/news_btn.png) no-repeat 0px 0px;
	width: 143px;
	height: 0px;
	overflow: hidden;
	display:block;
	padding-top: 25px;
}
.news_box .head span a:hover {
	background: url(../images/tablet/news_btn.png) no-repeat 0px -25px;
}
.news_box .inner {
	background:#FAFAFA;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	width: 448px;
	padding:5px 19px 15px 19px;
}
.news_box .inner dl {
	width: 448px;
	float: left;
	border-bottom: 1px dotted #999999;
	margin-bottom:10px;
}
.news_box .inner dt {
	width: 448px;
	float: left;
	line-height: 20px;
	margin-top: 15px;
	padding-left: 80px;
	color: #666666;
}
.news_box .inner dd {
	width: 448px;
	float: left;
	line-height: 35px;
}
}
@media screen and (max-width: 655px) {
/* スマートフォン用のスタイル記述 */
.outline_box {
	width: 94%;
	margin-bottom:5px;
}
.outline_box .head {
	background: url(../images/phone/ttl_bg01.png) no-repeat;
	width: 93%;
	height: 60px;
	padding: 10px 2% 0 5%;
}
.outline_box .head h1 {
	background:none;
	//width: 128px;
	height: 35px;
	padding:0px;
	float: left;
	display:block;
}
.outline_box .head span {
	width: 97px;
	height: 35px;
	float: right;
}
.outline_box .head span a {
	background:none;
	width: 97px;
	height: 35px;
	padding:0px;
	display:block;
}
.outline_box .inner {
	width: 94%;
	margin-left:5px;
	padding:5px 0px 15px 0px;
	border:none;
}
.tegata_loan_box {
	width: 94%;
	margin-bottom:5px;
}
.tegata_loan_box .head {
	background: url(../images/phone/ttl_bg01.png) no-repeat;
	width: 93%;
	height: 60px;
	padding: 10px 2% 0 5%;
}
.tegata_loan_box .head h1 {
	background:none;
	//width: 128px;
	height: 35px;
	padding:0px;
	float: left;
	display:block;
}
.tegata_loan_box .head span {
	width: 97px;
	height: 35px;
	float: right;
}
.tegata_loan_box .head span a {
	background:none;
	width: 97px;
	height: 35px;
	padding:0px;
	display:block;
}
.tegata_loan_box .inner {
	width: 94%;
	margin-left:5px;
	padding:5px 0px 15px 0px;
	border:none;
}
.tegata_loan_list {
	width: 100%;
	border-bottom: 1px dotted #999999;
	float:left;
	padding-bottom:15px;
	margin-bottom:15px;
}
.tegata_loan_list a.tegata_loan_left {
	width: 35%;
	float:left;
	margin-right: 20px;
}
.tegata_loan_list dl {
	width: 58%;
	float: left;
}
.tegata_loan_list dl dt {
	margin-bottom:5px;
}
.tegata_loan_list dl a {
	background: url(../images/common/arr.png) no-repeat scroll left center;
	color: #0080CC;
	font-weight: bold;
	padding-left: 18px;
}
.about_box {
	width: 94%;
	margin-bottom:5px;
}
.about_box .head {
	background: url(../images/phone/ttl_bg01.png) no-repeat;
	width: 93%;
	height: 60px;
	padding: 10px 2% 0 5%;
}
.about_box .head h1 {
	background:none;
	//width: 128px;
	height: 35px;
	padding:0px;
	float: left;
	display:block;
}
.about_box .head span {
	width: 97px;
	height: 35px;
	float: right;
}
.about_box .head span a {
	background:none;
	width: 97px;
	height: 35px;
	padding:0px;
	display:block;
}
.about_box .inner {
	width: 94%;
	margin-left:5px;
	padding:5px 0px 15px 0px;
	border:none;
}
.news_box {
	width: 100%;
	margin-bottom: 50px;
}
.news_box .head {
	background: url(../images/phone/ttl_bg02.png) no-repeat;
	width: 93%;
	height: 60px;
	padding: 10px 2% 0 5%;
}
.news_box .head h1 {
	background:none;
	width: 128px;
	height: 35px;
	padding:0px;
	float: left;
	display:block;
}
.news_box .head span {
	width: 112px;
	height: 18px;
	margin-top: 10px;
	float: right;
}
.news_box .head span a {
	background:none;
	width: 109px;
	height: 15px;
	padding:0px;
	display:block;
}
.news_box .head span a img {
	float:left;
}
.news_box .inner {
	background:#FAFAFA;
	width: 95%;
	padding: 5px 15px 15px 15px;
	border:none;
}
.news_box .inner dl {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #999999;
	margin-bottom:10px;
}
.news_box .inner dt {
	width: 86%;
	float: left;
	line-height: 20px;
	margin: 15px 0px 15px 0px;
	padding-left: 80px;
	color: #666666;
}
.news_box .inner dd {
	width: 100%;
	float: left;
	padding-bottom:15px;
}
}
