*,
html,
body {
	margin: 0;
	padding: 0;
}

.wcm {
	max-width: 1060px;
	width: 95%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.wcm {
		width: 90%;
	}
}

.u-flex {
	display: flex;
}

@media screen and (max-width: 767px) {
	.u-flex {
		display: block;
	}
}

.c-btn01 {
	text-align: center;
	max-width: 250px;
	width: 100%;
	display: block;
	text-decoration: none;
	padding: 10px 0;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	background: #00b050;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.c-btn01 {
		max-width: 200px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 8px;
		font-size: 15px;
		border-radius: 4px;
	}
}

.c-btn01:hover {
	opacity: .65;
	color: #fff;
}

.p-pageName {
	background: url("http://hiroseag.com/wp/wp-content/themes/onepress-child/assets/images/mv-creditworth.jpg") no-repeat center bottom;
	background-size: cover;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 180px 0;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.p-pageName {
		height: auto;
		padding: 50px 0;
		margin-bottom: 40px;
	}
}

.p-pageName h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.p-pageName h2 {
		font-size: 22px;
	}
}

.p-pageName span {
	display: block;
	padding: 3rem 0 0 10rem;
}

@media screen and (max-width: 767px) {
	.p-pageName span{
		padding: 1rem 0 0;
	}
}

.c-ttl01 {
	font-size: 32px;
	font-weight: bold;
	color: #00b050;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.c-ttl01 {
		font-size: 19px;
		margin-bottom: 15px;
	}
}
.p-credit{
	color: #000;
}
.p-credit__intro{
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.p-credit__intro{
		margin-bottom: 15px;
	}
}
.p-creditbox{
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-creditbox{
		display: block;
		overflow: hidden;
	}
}
.p-creditbox__image{
	width: 100px;
}
@media screen and (max-width: 767px) {
	.p-creditbox__image{
		width: 80px;
		padding-right: 20px;
		float: left;
	}
}
.p-creditbox__cont{
	width: calc(100% - 100px);
	padding-left: 30px;
}
@media screen and (max-width: 767px) {
	.p-creditbox__cont{	
		width: 100%;
	}
}
.p-creditbox__cont p{
	font-size: 18px;
	line-height: 33px;
}	
@media screen and (max-width: 767px) {
	.p-creditbox__cont p{
		font-size: 15px;
		line-height: 1.4;
	}	
}
.p-creditbox__cont p i{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}
.p-creditbox.--style2{
	position: relative;
}
.p-creditbox.--style2 .p-creditbox__image{
	width: 115px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-creditbox.--style2 .p-creditbox__image{
		width: 110px;
		position: unset;
		padding-top: 20px;
		padding-left: 20px;
		transform: translateY(0);
	}
}
.p-creditbox.--style2 .p-creditbox__cont{
	border-radius: 20px;
	width: calc(100% - 50px);
	margin-left: auto;
	padding: 15px 20px 10px 80px;
	background: #e3edf7;
}
@media screen and (max-width: 767px) {
	.p-creditbox.--style2 .p-creditbox__cont{
		width: 100%;
		margin: 0;
		padding: 20px;
	}
}
.p-creditbox.--style3 .p-creditbox__cont .box{
	border-radius: 20px;
	margin-left: auto;
	padding: 15px 20px 10px;
	background: #e3edf7;
	margin-bottom: 10px;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.p-creditbox.--style3 .p-creditbox__image{
		width: 100px;
		padding-top: 20px;
		padding-left: 20px;
	}
	.p-creditbox.--style3 .p-creditbox__cont{
		padding-left: 0;
	}
}
.link-credit{
	color: #004aad;
	font-weight: 600;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.link-credit{
		font-size: 15px;
	}
}
.p-creditbox.--style4{
	position: relative;
}
.p-creditbox.--style4 .p-creditbox__image{
	width: 155px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-creditbox.--style4 .p-creditbox__image{
		width: 110px;
		position: unset;
		padding-top: 20px;
		padding-left: 20px;
		transform: translateY(0);
	}
}

.p-creditbox.--style4 .p-creditbox__cont{
	border-radius: 20px;
	width: calc(100% - 100px);
	margin-left: auto;
	padding: 15px 20px 10px 70px;
	background: #e3edf7;
}
@media screen and (max-width: 767px) {
	.p-creditbox.--style4 .p-creditbox__cont{
		width: 100%;
		margin: 0;
		padding: 20px;
	}
}
.p-creditTitle{
	margin: 50px 0 20px;
	padding: 10px 20px;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	background: #232ab9;
}
@media screen and (max-width: 767px) {
	.p-creditTitle{
		font-size: 20px;
		margin: 25px 0 10px;
	}
}
.p-creditText{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.p-creditText{
		margin-bottom: 15px;
		font-size: 15px;
	}
}
.c-table table{
	width: 100%;
	border-collapse: collapse;
}

.c-table table th,
.c-table table td{
	border: 1px solid #dddddd;
	padding: 14px;
}
@media screen and (max-width: 767px) {
	.c-table table th,
	.c-table table td{
		padding: 10px;
	}
}
.c-table table th{
	font-weight: bold;
	background: #b5d3f4;
	text-transform: capitalize;
	font-size: 17px;
}
@media screen and (max-width: 767px) {
	.c-table table th{
		font-size: 15px;
	}
}
.c-table table td{
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.c-table table td{
		font-size: 14px;
	}
}	
.c-table h4{
	font-size: 30px;
	font-weight: bold;
	margin: 50px 0 15px;
}
@media screen and (max-width: 767px) {
	.c-table h4{
		font-size: 20px;
		margin: 25px 0 10px;
	}
}
.p-credit__block{
	margin: 50px 0;
}
@media screen and (max-width: 767px) {
	.p-credit__block{	
		margin: 25px 0;
	}
}
.p-creditRating{
	margin: 60px 0;
}
@media screen and (max-width: 767px) {
	.p-creditRating{
		margin: 30px 0;
	}
}
.p-creditRating h4{
	margin-bottom: 10px;
	font-size: 23px;
	color: #004aad;
}
@media screen and (max-width: 767px) {
	.p-creditRating h4{
		margin-bottom: 5px;
		font-size: 18px;
	}
}
.p-creditRating p{
	font-size: 16px;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.p-creditRating p{
		font-size: 15px;
		line-height: 1.5;
	}
}
