@charset "utf-8";


body.entry2021 #header {
	border-bottom: none;
}

body.entry2021 .group-link-wrapper {
	border-top: none;
}

.btn-list {
	width: 100%;
	margin: 40px 0 0 0;
}

.btn-list li {
	width: calc( ( 100% - 40px ) / 2);
	float: left;
}

.btn-list li:nth-child(2) {
	float: right;
}

.btn a {
	display: block;
	width: 100%;
	height: 80px;
	margin:  auto;
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
	line-height: 82px;
	color: #fff;
	background: #0a3e86;
	
    background-size: 200% 100%;	
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(51, 51, 51, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(51, 51, 51, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

.btn a:hover {
    opacity: 1.0;
    background-color: #000;
    background-position: -100% 100%;
}

.btn.btn-single {
	margin: 0 auto;
	float: none;
}

.btn.btn-single p {
	padding-bottom: 8px;
	text-align: center;
	color: #0a3e86;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
}

.notice-year {
	margin: 40px 0 0 0;
	font-size: 16px;
	font-weight: 600;
}

.notice {
	margin: 24px 0 0 0;
	font-size: 14px;
	font-feature-settings: normal;
}

#main .selecttitle p{
	height: 1em;
	margin: 40px auto;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align:center;
	color:#0a3e86;
}

#main .selecttitle.noborder p{
	height: auto;
	line-height:1.5;
	letter-spacing:0px;
	font-size: 16px;
}




/* ------------------------------------------------------------ */

@media screen and (max-width: 1280px){

/*body.entry #main .contents-wrapper {
	position: relative;
	margin: 0 40px;
	max-width: inherit;
}*/

.btn a {
	display: block;
	width: 100%;
	height: 80px;
	margin:  auto;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
	line-height: 82px;
	color: #fff;
	background: #0a3e86;
	
    background-size: 200% 100%;	
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(51, 51, 51, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(51, 51, 51, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}


}




/* ------------------------------------------------------------ */

@media screen and (max-width: 1080px){

#main {
	position: relative;
	top: 84px;
	margin: 0 0 240px 0;
}


}



/* ------------------------------------------------------------ */

@media screen and (max-width: 980px){

body.entry #main .contents-wrapper {
	position: relative;
	margin: 0 40px;
	max-width: inherit;
}

body.entry.entry2021 #main .contents-wrapper {
	margin: 0;
}

body.entry #main .contents-wrapper-inner .title {
	position: relative;
	max-width: inherit;
	margin: 0 40px;
	padding: 120px 0 80px 0;
}

body.entry #main .contents-wrapper-inner .title h1 {
	height: auto;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.05em;
}

body.entry #main .contents-wrapper-inner .title h1 span {
	display: block;
	margin: 24px 0 0 0;
	font-size: 14px;
	color: #0a3e86;
	line-height: 1;
	letter-spacing: 0;
}

.contents-wrapper-inner .copy-text {
	max-width: inherit;
	margin: 0 40px;
}

.contents-wrapper-inner .btn a,
body.entry.aplus .contents-wrapper-inner .btn a,
body.entry.showaleasing .contents-wrapper-inner .btn a,
body.entry.shinseibankgroup .contents-wrapper-inner.btn a {
	width: 320px;
	height: 64px;
	font-size: 24px;
	line-height: 64px;
}

/*.notice {
	margin: 24px 0 0 0;
	font-size: 16px;
	font-feature-settings: normal;
}*/

}


/* ------------------------------------------------------------ */

@media screen and (max-width: 767px){

#main {
	position: relative;
	top: 42px;
	margin: 0 0 120px 0;
}

body.privacy h1.page-title {
	font-size: 20px;
	letter-spacing: 0.02em;
}

.btn-list {
	width: 100%;
	margin: 24px 0 0 0;
}

body.privacy .btn-list {
	margin-top: 24px;
}

.btn-list li {
	width: 100%;
	margin: 0 0 24px 0;
	float: none;
}

.btn-list li:nth-child(2) {
	float: none;
}

.btn a {
	display: block;
	width: 100%;
	height: 56px;
	margin:  auto;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
	line-height: 58px;
	color: #fff;
	background: #0a3e86;
	
    background-size: 200% 100%;	
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(51, 51, 51, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(51, 51, 51, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

body.entry #main .contents-wrapper {
	position: relative;
	margin: 0 24px;
	max-width: inherit;
}

body.entry #main .contents-wrapper .contents-wrapper-inner {
	position: relative;
	margin: 0 10px 0;
	padding-bottom: 40px;
	background: #fff;
}

body.entry #main .contents-wrapper-inner .title {
	position: relative;
	max-width: inherit;
	margin: 0 20px;
	padding: 40px 0 32px 0;
}

body.entry #main .contents-wrapper-inner .title h1 {
	height: auto;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0;
}

body.entry #main .contents-wrapper-inner .title h1 span {
	display: block;
	margin: 16px 0 0 0;
	font-size: 14px;
	color: #0a3e86;
	line-height: 1;
	letter-spacing: 0;
}

.contents-wrapper-inner .copy-text {
	max-width: inherit;
	margin: 0 20px;
}

.contents-wrapper-inner .btn {
	margin: 40px 0 0 0;
}



.contents-wrapper-inner .btn a,
body.entry.aplus .contents-wrapper-inner .btn a,
body.entry.showaleasing .contents-wrapper-inner .btn a,
body.entry.shinseibankgroup .contents-wrapper-inner.btn a {
	width: auto;
	margin: 0 20px;
	height: 64px;
	font-size: 20px;
	line-height: 64px;
}


.notice {
	margin: 24px 0 0 0;
	font-size: 14px;
	font-feature-settings: normal;
}



#main .selecttitle p{
	margin: 20px auto 12px;
}


}



