@charset "UTF-8";

/* .page  */

.page .hero-inner {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width:1300px){
	.page .hero-inner {
		max-width: 868px;
	}
}

@media screen and (max-width:1000px){
	.page .hero-inner {
		width: 100%;
	}
}

@media screen and (max-width:1000px){
	.page .wrapper {
		width: 500px;
		margin: 0 auto;
	}

	.page .header-inner {
		width: 100%;
	}
}

@media screen and (max-width:768px){
	.page .wrapper {
		max-width: 100%;
		padding-right: 25px;
		padding-left: 25px;
	}
}

.page .hero_ttl {
	margin-top: 10px;
	font-size: 30px;
	line-height: 1.2em;
}

.page .hero_sub_ttl {
	font-size: 18px;
	font-weight: normal;
}

@media screen and (max-width:1000px){
	.page .hero_ttl {
		font-size: 20px;
	}

	.page .hero_sub_ttl {
		font-size: 13px;
	}
}

/* common  */

.hero_service {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    letter-spacing: 1px;
}

@media screen and (max-width:1000px){
	.hero_service {
		font-size: 14px;
	}
}

.content {
	padding-top: 50px;
	margin-bottom: 55px;
}

@media screen and (max-width:1000px){
	.content {
		padding-top: 40px;
		margin-bottom: 40px;
	}
}

.grid2 > .column {
	float: left;
	width: 48%;
	margin-right: 4%;
}

@media screen and (max-width:1000px){
	.grid2 > .column  {
		float: none;
		width: 100%;
		margin-bottom: 5%;
	}
}

.grid2 > .column:last-child {
	margin-right: 0;
}

.column img {
	max-width: 100%;
}

.grid3 > .column {
	float: left;
	width: 30%;
	margin-right: 4%;
}

@media screen and (max-width:1000px){
	.grid3 > .column  {
		float: none;
		width: 100%;
		margin-bottom: 15%;
	}
}

.grid3 > .column:last-child {
	margin-right: 0;
}

.box1 {
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width:1000px){
	.box1 {
		width: 100%;
	}
}

.sp_img_box {
	display: none;
}

@media screen and (max-width:1000px){
	.sp_img_box {
		display: block;
		margin: 25px 0;
		text-align: center;
	}
}

.heading3 {
	font-size: 28px;
	color: #283649;
	margin-bottom: 20px;
	line-height: 1.2em;
}

@media screen and (max-width:1000px){
	.heading3 {
		font-size: 20px;
	}
}

.heading4 {
	font-size: 24px;
	color: #283649;
	line-height: 1.3em;
}

.voice .heading4 {
	font-size: 20px;
}

@media screen and (max-width:1000px){
	.heading4 {
		font-size: 18px;
	}
}

.heading5 {
	font-weight: bold;
	margin-top: 30px;
	color: #0176c3;
}

.heading6 {
	color: #283649;
	font-weight: bold;
}

@media screen and (max-width:1000px){
	.spAlignLeft {
		text-align: left !important;
	}
}

.heading_navy {
	color: #004098;
}

.voice-outer {
	margin-top: 30px;
}

@media screen and (max-width:1000px){
	.voice-outer {
		margin-top: 20px;
	}
}

.voice_name {
	margin-right: 10px;
	margin-bottom: 4px;
}

.voice_link {
	display: block;
	text-decoration: underline;
	color: #4a4a4a !important;
	font-weight: normal;
}

.voice_link:hover {
	text-decoration: none;
}

.ico_link {
	position: relative;
	margin-right: 10px;
}

.ico_link:after {
	position: absolute;
	content: "";
	top: 3px;
	right: -13px;
	background-image: url(../img/common/link.png);
	width: 9px;
	height: 9px;
}

.border_top_gray {
	border-top: 3px solid #e0e0e0;
	position: relative;
}

.border_top_blue {
	border-top: 3px solid #e0e0e0;
	position: relative;
}

.border_top_blue:before {
	position: absolute;
	left: 0;
	top: -3px;
	content: '';
	width: 100px;
	height: 3px;
	background: #54bfeb;
}

.border_top_blue_center {
	border-top: 3px solid #e0e0e0;
	position: relative;
}
.border_top_blue_center:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -3px;
	content: '';
	width: 200px;
	height: 3px;
	background: #54bfeb;
}

.border_top_purple {
	border-top: 3px solid #e0e0e0;
	position: relative;
}

.border_top_purple:before {
	position: absolute;
	left: 0;
	top: -3px;
	content: '';
	width: 100px;
	height: 3px;
	background: #757ed9;
}

.border_top_purple_center {
	border-top: 3px solid #e0e0e0;
	position: relative;
}

.border_top_purple_center:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -3px;
	content: '';
	width: 200px;
	height: 3px;
	background: #757ed9;
}

.border_top_green {
	border-top: 3px solid #e0e0e0;
	position: relative;
}

.border_top_green:before {
	position: absolute;
	left: 0;
	top: -3px;
	content: '';
	width: 100px;
	height: 3px;
	background: #56d8b6;
}

.border_top_green_center {
	border-top: 3px solid #e0e0e0;
	position: relative;
}

.border_top_green_center:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -3px;
	content: '';
	width: 200px;
	height: 3px;
	background: #56d8b6;
}

@media screen and (max-width:1000px){
	.service_ico {
		width: 20%;
	}
}


@media screen and (max-width:768px){
	.service_ico {
		width: 35%;
	}
}


.download_list {
	margin-top: 20px;
}

.download_list li {
	list-style-type: circle;
	list-style-position: inside;
}

.voice_img_grid1 {
	width: 49%;
	margin-right: 2% !important;
}

@media screen and (max-width:1000px){
	.voice_img_grid1 {
		width: 100% !important;
	}
}

.voice_img_grid2 {
	width: 50% !important;
}

@media screen and (max-width:1000px){
	.voice_img_grid2 {
		width: 100% !important;
	}
}

.voice_img_grid3 {
	width: 48%;
	margin-right: 2.5%;
}

@media screen and (max-width:1000px){
	.voice_img_grid3 {
		width: 47%;
		margin-right: 4.2%;
	}
}

.voice_img_grid4 {
	width: 48%;
}

@media screen and (max-width:1000px){
	.voice_img_grid4 {
		width: 47%;
	}
}

.voice_img_grid5 {
	width: 41.8%;
	margin-right: 2.5%;
}

@media screen and (max-width:1000px){
	.voice_img_grid5 {
		width: 47%;
		margin-right: 4.2%;
	}
}

.voice_img_grid6 {
	width: 53.5%;
}

@media screen and (max-width:1000px){
	.voice_img_grid6 {
		width: 47%;
	}
}

.voice_img_mb {
	margin-bottom: 57px;
}

@media screen and (max-width:1300px){
	.voice_img_mb {
		margin-bottom: 32px;
	}
}

.padding1 {
	padding-top: 50px;
}

@media screen and (max-width:1000px){
	.padding1 {
		padding-top: 30px;
	}
}

.ico_simulation {
	margin-bottom: 15px;
	width: 70px;
}






/* #installment  */
#installment .hero-bg {
	width: 100%;
    background: url(../img/service/01/s01_main.jpg) no-repeat;
	background-size:cover;
    overflow: hidden;
}

.hero-bg {
	height: 500px;
}

@media screen and (max-width:1600px){
	#installment .hero-bg {
		background-position: 66% 0%;
		background-size: 100% auto;
	}
}

@media screen and (max-width:768px){
	#installment .hero-bg {
		width: 100%;
		background: url(../img/service/01/s01_main.jpg) no-repeat;
		background-position: 40% 0%;
		background-size: 200% auto;
		margin-bottom: 0;
	}
}

#installment .hero-box {
	right: 0;
	left: auto;
	text-align: right;
	margin-top: 10%;
	margin-right: 0;
}

@media screen and (max-width:1300px){
	#installment .hero-box {
		margin-top: 5%;
	}
}

@media screen and (max-width:1000px){
	#installment .hero-box {
		margin-top: 3%;
		margin-right: 20px;
	}
}

#installment .btn-contact-hero {
	float: right;
}


#installment .ico2 {
	margin-top: 29px;
}

#installment .ico3 {
	margin-top: 61px;

}

#installment .hero_ttl {
}

@media screen and (max-width:1000px){
	#installment .hero_ttl {
	}
}

/* #web_installment  */

#web_installment .hero-bg {
	width: 100%;
    background: url(../img/service/02/s02_main.jpg) no-repeat;
	background-size: 100% auto;
    overflow: hidden;
}

#web_installment .hero-bg {
	height: 500px;
}

@media screen and (max-width:1600px){
	#web_installment .hero-bg {
		background-position: 66% 0%;
		background-size: 100% auto;
	}
}

@media screen and (max-width:768px){
	#web_installment .hero-bg {
		width: 100%;
	    background: url(../img/service/02/s02_main.jpg) no-repeat;
		background-position: 62% -1%;
		background-size: 200% auto;
	    margin-bottom: 0;
	}
}

#web_installment .hero-box {
	margin-top: 15%;
}

#web_installment .hero-box {
	right: auto;
	left: 0;
	text-align: left;
}

@media screen and (max-width: 1300px){
	#web_installment .hero-box {
		margin-top: 8%;
	}
}

@media screen and (max-width: 1000px){
	#web_installment .hero-box {
		right: auto;
		left: 0;
		margin-left: 20px;
		text-align: left;
		margin-top: 5%;
	}
}

#web_installment .hero_ttl {
	text-align: left;
}
@media screen and (max-width: 1000px){
	#web_installment .hero_ttl {
		text-align: left;
	}
}

#web_installment .btn-contact-hero {
	float: left;
}

#web_installment .ph3 {
	margin-top: 18px;
}

@media screen and (max-width:1300px){
	#web_installment .ph3 {
		margin-top: 0;
	}
}

#web_installment .ico1 {
	margin-top: 25px;
}
@media screen and (max-width:1300px){
	#web_installment .ico1 {
		margin-top: 37px;
	}
}
#web_installment .ico2 {
	margin-top: 26px;
}

#web_installment .ico3 {
	margin-top: 116px;
}

@media screen and (max-width:1300px){
	#web_installment .ico3 {
		margin-top: 146px;
	}
}

/* #mail_credit  */

#mail_credit .hero-bg {
	width: 100%;
    background: url(../img/service/03/s03_main.jpg) no-repeat;
	background-size:cover;
    overflow: hidden;
}

.hero-bg {
	height: 500px;
}

@media screen and (max-width:1600px){
	#mail_credit .hero-bg {
		background-position: 66% 0%;
		background-size: 100% auto;
	}
}

@media screen and (max-width:768px){
	#mail_credit .hero-bg {
		width: 100%;
	    background: url(../img/service/03/s03_main.jpg) no-repeat;
		background-position: 48% -1%;
		background-size: 200% auto;
	    margin-bottom: 0;
	}
}

#mail_credit .hero-box {
	right: 0;
	left: auto;
	text-align: right;
	margin-top: 15%;
	margin-right: 0
}

@media screen and (max-width: 1300px){
	#mail_credit .hero-box {
		margin-top: 7%;
	}
}

@media screen and (max-width: 1000px){
	#mail_credit .hero-box {
		right: 0;
		left: auto;
		text-align: right;
		margin-top: 5%;
		margin-right: 20px;
	}
}

#mail_credit .hero_ttl {
	text-align: right;
}
@media screen and (max-width: 1000px){
	#mail_credit .hero_ttl {
		text-align: right;
	}
}
#mail_credit .btn-contact-hero {
	float: right;
}

@media screen and (max-width: 1000px){
	#mail_credit .btn-contact-hero {
		float: right;
	}
}

#mail_credit .ico2 {
	margin-top: 90px;
}

@media screen and (max-width: 1300px){
	#mail_credit .ico2 {
		margin-top: 100px;
	}
}

@media screen and (max-width: 1000px){
	#mail_credit .ico2 {
		margin-top: 0;
	}
}

/* #pay_easy  */

#pay_easy .hero-bg {
	width: 100%;
    background: url(../img/service/04/s04_main.jpg) no-repeat;
	background-size: 100% auto;
    overflow: hidden;
}

.hero-bg {
	height: 500px;
}

@media screen and (max-width:1600px){
	#pay_easy .hero-bg {
		background-position: 66% 0%;
		background-size: 100% auto;
	}
}

@media screen and (max-width:768px){
	#pay_easy .hero-bg {
		width: 100%;
	    background: url(../img/service/04/s04_main.jpg) no-repeat;
		background-position: 0;
		background-size: 200% auto;
	    margin-bottom: 0;
	}
}

#pay_easy .btn-contact-hero {
	float: right;
	margin-top: 10px;
}

@media screen and (max-width:1000px){
	#pay_easy .btn-contact-hero {
		float: left;
	}
}

#pay_easy .hero-box {
	margin-top: 15%;
}

@media screen and (max-width:1000px){
	#pay_easy .hero-box {
		right: auto;
		left: 3%;
		margin-top: 5%;
		text-align: left;
	}
}

@media screen and (max-width:1300px){
	#pay_easy .hero-box {
		margin-top: 8%;
	}
}

#pay_easy .hero_ttl  {
	font-size: 30px;
}

@media screen and (max-width:1000px){
	#pay_easy .hero_ttl {
		font-size: 20px;
		text-align: left;
	}
}
/* #account_transfer  */

#account_transfer .hero-bg {
	width: 100%;
    background: url(../img/service/05/s05_main.jpg) no-repeat;
	background-size:cover;
    overflow: hidden;
}

.hero-bg {
	height: 500px;
}

@media screen and (max-width:1600px){
	#account_transfer .hero-bg {
		background-position: 66% 0%;
		background-size: 100% auto;
	}
}

@media screen and (max-width:768px){
	#account_transfer .hero-bg {
		width: 100%;
	    background: url(../img/service/05/s05_main.jpg) no-repeat;
		background-position: 57% 0%;
		background-size: 218% auto;
	    margin-bottom: 0;
	}
}

#account_transfer .hero-box {
	right: 0;
	left: auto;
	text-align: right;
	margin-right: 0;
	margin-top: 5%;
}

@media screen and (max-width:1300px){
	#account_transfer .hero-box {
	    margin-right: 20px;
		margin-top: 3%;
	}
}

@media screen and (max-width:768px){
	#account_transfer .hero-box {
		margin-left: 20px;
		margin-top: 5%;
	}
}

#account_transfer .hero_ttl {
	text-align: right;
	margin-top: 0;
}

#account_transfer .btn-contact-hero {
	float: right;
}

#account_transfer .ico1 {
	margin-top: 40px;
}

#account_transfer .ico2 {
	margin-top: 65px;
}

@media screen and (max-width:1300px){
	#account_transfer .ico2 {
		margin-top: 75px;
	}
}

#account_transfer .ico3 {
	margin-top: 21px;
}

@media screen and (max-width:1300px){
	#account_transfer .ico3 {
		margin-top: 40px;
	}
}
/* #rent  */

#rent .hero-bg {
	width: 100%;
    background: url(../img/service/06/s06_main.jpg) no-repeat;
	background-size:cover;
    overflow: hidden;
}

.hero-bg {
	height: 500px;
}

@media screen and (max-width:1600px){
	#rent .hero-bg {
		background-position: 66% 0%;
		background-size: 100% auto;
	}
}

@media screen and (max-width:768px){
	#rent .hero-bg {
		width: 100%;
	    background: url(../img/service/06/s06_main.jpg) no-repeat;
		background-position: 32% -1%;
		background-size: 200% auto;
	    margin-bottom: 0;
	}
}

#rent .hero-box {
	right: auto;
	left: 0;
	text-align: left;
	margin-top: 15%;
}

@media screen and (max-width:1300px){
	#rent .hero-box {
		margin-left: 20px;
		margin-top: 10%;
	}
}

@media screen and (max-width:768px){
	#rent .hero-box {
		margin-left: 20px;
		margin-top: 10%;
	}
}

#rent .hero_ttl {
	text-align: left;
	margin-top: 0;
}

#rent .btn-contact-hero {
	float: left;
}