@charset "utf-8";

/*****************************************************************************
 common
 *****************************************************************************/

.inner {
max-width: 1360px;
box-sizing: border-box;
margin: 0 auto;
padding: 0 50px;
position: relative;
}
@media screen and (max-width: 900px) {
.inner {
padding: 0 30px;
}
}
@media screen and (max-width: 500px) {
.inner {
padding: 0 15px;
}
}
.inner:after {
content: '';
display: block;
clear: both;
}


.headline-lv1 {
padding: 90px 0 65px;
text-align: center;
font-weight: 600;
font-size: 3.6rem;
position: relative;
}
@media screen and (max-width: 500px) {
.headline-lv1 {
padding: 45px 0 30px;
font-size: 3.0rem;
}
}
.headline-lv1:after {
content: '';
width: 60px;
height: 4px;
background: #000000;
border-radius: 50px;
position: absolute;
left: 50%;
bottom: 60px;
transform: translate(-50%,0);
}
@media screen and (max-width: 500px) {
.headline-lv1:after {
content: '';
width: 50px;
height: 3px;
bottom: 25px;
}
}


.visual-layer {
padding-top: 160px;
}
@media screen and (max-width: 1180px) {
.visual-layer {
padding-top: 90px;
}
}
@media screen and (max-width: 500px) {
.visual-layer {
padding-top: 60px;
}
}
.visual-sub {
position: relative;
}
.visual-sub-wrapper {
width: 100%;
text-align: center;
display: flex;
align-items: flex-end;
justify-content: center;
position: absolute;
top: 50%;
left: 0;
transform: translate(0,-50%);
z-index: 9;
}
@media screen and (max-width: 900px) {
.visual-sub-wrapper {
display: block;
}
}
.visual-sub-catch {
width: 280px;
margin-right: 30px;
}
@media screen and (max-width: 900px) {
.visual-sub-catch {
width: 240px;
margin: 0 auto 10px;
}
}
@media screen and (max-width: 500px) {
.visual-sub-catch {
width: 200px;
}
}
.visual-sub-title {
font-weight: 600;
line-height: 1;
font-size: 8.0rem;
display: flex;
align-items: center;
}
@media screen and (max-width: 1280px) {
.visual-sub-title {
line-height: 1.3;
font-size: 6.0rem;
}
}
@media screen and (max-width: 900px) {
.visual-sub-title {
font-size: 5.0rem;
justify-content: center;
}
}
@media screen and (max-width: 500px) {
.visual-sub-title {
font-size: 3.2rem;
}
}
.visual-sub-title img {
width: 70px;
margin-left: 20px;
}
@media screen and (max-width: 1280px) {
.visual-sub-title img {
width: 60px;
}
}
@media screen and (max-width: 900px) {
.visual-sub-title img {
width: 50px;
margin-left: 10px;
}
}
@media screen and (max-width: 500px) {
.visual-sub-title img {
width: 30px;
}
}
.visual-sub-bg {
position: relative;
}
.visual-sub-bg:after {
content: '';
padding-top: 230px;
display: block;
}
@media screen and (max-width: 500px) {
.visual-sub-bg:after {
padding-top: 180px;
}
}
.visual-sub-bg.bg-switch {
background-position: center center;
background-size: cover;
}


.visual {
background: url(/assets/img/common/visual-bg.jpg) no-repeat center center;
background-size: cover;
padding: 40px 0;
}
@media screen and (max-width: 670px) {
.visual {
padding: 20px 0;
}
}
.visual-wrapper {
position: relative;
}
.visual-catch {
width: 21.428571%;
margin-bottom: 3.9682539%;
}
@media screen and (max-width: 670px) {
.visual-catch {
width: 31.428571%;
}
}
.visual-title {
}
.visual-img {
width: 38.888888%;
position: absolute;
right: 0;
bottom: -40px;
}
@media screen and (max-width: 670px) {
.visual-img {
bottom: -20px;
}
}


.lv0 {
margin-bottom: 0!important;
padding-bottom: 0!important;
}

/*****************************************************************************
support
*****************************************************************************/

.support__section {
}
.support__section-description {
padding: 100px 0;
}
@media screen and (max-width: 500px) {
.support__section-description {
padding: 50px 0;
}
}
.support__section-description-text {
text-align: center;
font-size: 4.0rem;
}
@media screen and (max-width: 900px) {
.support__section-description-text {
font-size: 3.0rem;
}
}
@media screen and (max-width: 500px) {
.support__section-description-text {
text-align: left;
font-size: 2.4rem;
}
}
.support__section-description-text small {
margin-bottom: 10px;
font-size: 2.0rem;
display: block;
}
@media screen and (max-width: 900px) {
.support__section-description-text small {
margin-bottom: 5px;
font-size: 1.6rem;
}
}
.support__section-description-text span {
border-bottom: 1px solid #000000;
font-weight: 600;
}
.support__section-description-attention {
margin-top: 14px;
text-align: center;
font-size: 2.0rem;
font-size: 2.5rem;
color: #e51010;
}
@media screen and (max-width: 900px) {
.support__section-description-attention {
margin-top: 7px;
font-size: 1.6rem;
font-size: 1.9rem;
}
}
@media screen and (max-width: 500px) {
.support__section-description-attention {
text-align: left;
}
}


.support__section-item {
}
.support__section-item ul {
margin: 0 20px;
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
.support__section-item ul {
margin: 0;
display: block;
}
}
.support__section-item li {
width: 50%;
box-sizing: border-box;
margin-bottom: 80px;
padding: 0 20px;
}
@media screen and (max-width: 900px) {
.support__section-item li {
width: 100%;
margin-bottom: 40px;
}
}


.support__section-list {
margin: 0 -12px;
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
.support__section-list {
margin: 0;
display: block;
}
}
.support__section-list-box {
width: 33.3333%;
box-sizing: border-box;
margin-bottom: 40px;
padding: 0 12px;
}
@media screen and (max-width: 900px) {
.support__section-list-box {
width: 50%;
}
}
@media screen and (max-width: 500px) {
.support__section-list-box {
width: 100%;
padding: 0;
}
}
.support__section-list-img {
margin-bottom: 2px;
}
.support__section-list-title {
margin-bottom: 18px;
text-align: center;
font-weight: 600;
font-size: 3.7rem;
color: #009844;
}
@media screen and (max-width: 1280px) {
.support__section-list-title {
font-size: 2.8rem;
}
}
@media screen and (max-width: 900px) {
.support__section-list-title {
font-size: 2.4rem;
}
}
.support__section-list-title small {
font-weight: normal;
font-size: 2.0rem;
color: #000000;
display: block;
}
@media screen and (max-width: 1024px) {
.support__section-list-title small {
font-size: 1.8rem;
}
}
.support__section-list-text {
text-align: center;
font-size: 2.0rem;
}
@media screen and (max-width: 1280px) {
.support__section-list-text {
font-size: 1.8rem;
}
}
@media screen and (max-width: 900px) {
.support__section-list-text {
text-align: left;
font-size: 1.6rem;
}
.support__section-list-text br {
display: none;
}
}


.support__section-attention {
margin-bottom: 50px;
text-align: center;
font-size: 1.3rem;
}
@media screen and (max-width: 500px) {
.support__section-attention {
margin-bottom: 30px;
padding-left: 1em;
text-indent: -1em;
text-align: left;
}
}


.support__section-rate {
padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
.support__section-rate {
padding-bottom: 50px;
}
}
.support__section-rate-wrapper {
margin: 0 -30px;
display: flex;
}
@media screen and (max-width: 1024px) {
.support__section-rate-wrapper {
margin: 0 -15px;
}
}
@media screen and (max-width: 900px) {
.support__section-rate-wrapper {
margin: 0;
display: block;
}
}
.support__section-rate-img {
width: 50%;
box-sizing: border-box;
padding: 0 30px;
}
@media screen and (max-width: 1024px) {
.support__section-rate-img {
padding: 0 15px;
}
}
@media screen and (max-width: 900px) {
.support__section-rate-img {
width: 100%;
margin-bottom: 30px;
}
}
.support__section-rate-box {
width: 50%;
box-sizing: border-box;
padding: 0 30px;
}
@media screen and (max-width: 1024px) {
.support__section-rate-box {
padding: 0 15px;
}
}
@media screen and (max-width: 900px) {
.support__section-rate-box {
width: 100%;
margin-bottom: 30px;
padding: 0;
}
.support__section-rate-box:last-child {
margin-bottom: 0;
}
}
.support__section-rate-title {
text-align: center;
font-weight: 600;
font-size: 2.7rem;
}
.support__section-rate-text {
text-align: center;
font-weight: 600;
line-height: 1;
font-size: 18.0rem;
color: #009844;
}
@media screen and (max-width: 1024px) {
.support__section-rate-text {
font-size: 12.4999999vw;
}
}
@media screen and (max-width: 900px) {
.support__section-rate-text {
font-size: 18.75vw;
}
}
.support__section-rate-text span {
font-size: 8.6rem;
}
@media screen and (max-width: 1024px) {
.support__section-rate-text span {
font-size: 4.4791666vw;
}
}
@media screen and (max-width: 900px) {
.support__section-rate-text span {
font-size: 8.9583333vw;
}
}
.support__section-rate-text small {
font-size: 4.0rem;
display: block;
}
@media screen and (max-width: 1024px) {
.support__section-rate-text small {
font-size: 2.0833333vw;
}
}
@media screen and (max-width: 900px) {
.support__section-rate-text small {
font-size: 4.1666666vw;
}
}
.support__section-rate-text.thick {
color: #01512c;
}
.support__section-rate.support01 {
background: url(/assets/img/common/bg01.jpg);
background-size: 60px auto;
}
@media screen and (max-width: 500px) {
.support__section-rate.support01 {
background-size: 30px auto;
}
}
.support__section-rate.support02 {
background: url(/assets/img/common/bg01.jpg);
background-size: 60px auto;
}
@media screen and (max-width: 500px) {
.support__section-rate.support02 {
background-size: 30px auto;
}
}
.support__section-rate.support02 .text-item {
max-width: 600px;
margin: 0 auto 40px;
}
.support__section-rate-support02 {
padding: 0 15px;
}
.support__section-rate.support04 .headline-lv1,
.support__section-rate.support05 .headline-lv1{
padding-top: 0;
}
.support__section-rate-card {
margin: 30px -30px 0;
display: flex;
align-items: center;
flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
.support__section-rate-card {
margin: 70px 0 0;
display: block;
}
}
.support__section-rate-card-img {
width: 50%;
box-sizing: border-box;
padding: 0 30px;
order: 1;
}
@media screen and (max-width: 900px) {
.support__section-rate-card-img {
width: 100%;
padding: 0;
}
}
.support__section-rate-card-box {
width: 50%;
box-sizing: border-box;
padding: 0 30px;
order: 2;
}
@media screen and (max-width: 900px) {
.support__section-rate-card-box {
width: 100%;
margin-bottom: 50px;
padding: 0;
text-align: center;
}
}
.support__section-rate-card-text {
font-weight: 600;
font-size: 4.0rem;
}
@media screen and (max-width: 1024px) {
.support__section-rate-card-text {
font-size: 3.0rem;
}
}
.support__section-rate-card-text small {
font-size: 2.8rem;
display: block;
}
@media screen and (max-width: 1024px) {
.support__section-rate-card-text small {
font-size: 2.0rem;
}
}
.support__section-rate-card-text strong {
font-size: 6.0rem;
color: #ea9428;
}
@media screen and (max-width: 1024px) {
.support__section-rate-card-text strong {
font-size: 4.2rem;
}
}
.support__section-rate-description {
margin-bottom: 10px;
text-align: center;
font-weight: 600;
font-size: 4.0rem;
color: #009844;
}
@media screen and (max-width: 500px) {
.support__section-rate-description {
font-size: 2.0rem;
}
}

.support__section div:last-child.support__section-request {
	margin-bottom: 140px;
}
@media screen and (max-width: 500px){
	.support__section div:last-child.support__section-request {
		margin-bottom: 70px;
	}
}
.support__section-request-btn {
margin: 0 -30px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
@media screen and (max-width: 900px) {
.support__section-request-btn {
margin: 0;
display: block;
}
}
.support__section-request-btn li {
width: 50%;
box-sizing: border-box;
margin-bottom: 30px;
padding: 0 30px;
text-align: center;
}
@media screen and (max-width: 900px) {
.support__section-request-btn li {
width: 100%;
padding: 0;
}
}
.support__section-request-btn li a {
box-shadow: 0px 5px 5px 0px #404040;
padding: 35px 15px 18px;
border-radius: 10px;
font-weight: 500;
font-size: 3.5rem;
color: #ffffff;
display: block;
position:relative;
overflow: hidden;
z-index: 0;
}
@media screen and (max-width: 1280px) {
.support__section-request-btn li a {
font-size: 3.2rem;
}
}
@media screen and (max-width: 670px) {
.support__section-request-btn li a {
padding: 25px 15px 18px;
font-size: 2.4rem;
}
}
@media screen and (max-width: 320px) {
.support__section-request-btn li a {
font-size: 2.0rem;
}
}
.support__section-request-btn li a:before{
content: '';
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
top: 0;
left: 0;
transition: 0.7s;
background: linear-gradient(135deg, #016938, #7bb640);
border-radius: 3px;
}
.support__section-request-btn li a:after{
content: '';
width: 100%;
height: 100%;
position: absolute;
z-index: -2;
top: 0;
left: 0;
background: linear-gradient(135deg, #7bb640, #016938);
border-radius: 3px;
}
.support__section-request-btn li a:hover:before{
opacity: 0;
}
.support__section-request-btn li i {
width: 70px;
margin: 0 auto 14px;
display: block;
}
@media screen and (max-width: 670px) {
.support__section-request-btn li i {
width: 40px;
margin: 0 auto 7px;
}
}
.support__section-request-btn li span {
background: url(/assets/img/common/icon04.png) no-repeat right center;
background-size: 24px auto;
padding-right: 33px;
}
@media screen and (max-width: 670px) {
.support__section-request-btn li span {
background-size: 16px auto;
padding-right: 25px;
}
}



.support__section-loan {
padding-bottom: 140px;
}
@media screen and (max-width: 500px) {
.support__section-loan {
padding: 0 15px 70px;
}
}
.support__section-condition {
padding-bottom: 140px;
}
@media screen and (max-width: 500px) {
.support__section-condition {
padding: 0 15px 70px;
}
}


.support__section-second {
display: flex;
}
@media screen and (max-width: 900px) {
.support__section-second {
display: block;
}
}
.support__section-second-box {
width: 50%;
box-sizing: border-box;
border-left: 1px solid #000000;
margin-bottom: 30px;
padding: 0 5.2083333%;
text-align: center;
}
@media screen and (max-width: 900px) {
.support__section-second-box {
width: 100%;
border-left: none;
margin-bottom: 60px;
padding: 0;
}
}
.support__section-second-box:first-child {
border-left: none;
}
.support__section-second-title {
margin-bottom: 10px;
font-weight: 600;
font-size: 2.7rem;
}
.support__section-second-value {
font-weight: 600;
line-height: 1;
font-size: 9.375vw;
color: #009844;
}
@media screen and (max-width: 900px) {
.support__section-second-value {
font-size: 18.75vw;
}
}
.support__section-second-value span {
font-size: 2.083333vw;
}
@media screen and (max-width: 900px) {
.support__section-second-value span {
font-size: 4.166666vw;
}
}
.support__section-second-value small {
font-size: 2.083333vw;
display: block;
}
@media screen and (max-width: 900px) {
.support__section-second-value small {
font-size: 4.166666vw;
}
}
.support__section-second-text {
font-weight: 600;
line-height: 1.3;
font-size: 4.1666666vw;
color: #009844;
}
@media screen and (max-width: 900px) {
.support__section-second-text {
font-size: 8.3333332vw;
}
}
.support__section-second-list {
display: flex;
flex-wrap: wrap;
}
.support__section-second-list li {
width: 33.3333%;
text-align: center;
font-weight: 600;
line-height: 1;
font-size: 5.7291666vw;
color: #009844;
}
@media screen and (max-width: 900px) {
.support__section-second-list li {
font-size: 15.625vw;
}
}
.support__section-second-list li small {
font-size: 1.875vw;
display: block;
}
@media screen and (max-width: 900px) {
.support__section-second-list li small {
font-size: 4.166666vw;
}
}


.support__section-third {
display: flex;
}
@media screen and (max-width: 900px) {
.support__section-third {
display: block;
}
}
.support__section-third-box {
width: 33.3333%;
box-sizing: border-box;
border-left: 1px solid #000000;
margin-bottom: 30px;
padding: 0 5.2083333%;
text-align: center;
}
@media screen and (max-width: 900px) {
.support__section-third-box {
width: 100%;
border-left: none;
margin-bottom: 60px;
}
}
.support__section-third-box:first-child {
border-left: none;
}
.support__section-third-title {
margin-bottom: 10px;
font-weight: 600;
font-size: 2.7rem;
}
.support__section-third-value {
font-weight: 600;
line-height: 1;
font-size: 9.375vw;
color: #009844;
}
@media screen and (max-width: 900px) {
.support__section-third-value {
font-size: 18.75vw;
}
}
.support__section-third-value span {
font-size: 2.083333vw;
}
@media screen and (max-width: 900px) {
.support__section-third-value span {
font-size: 4.166666vw;
}
}
.support__section-third-value small {
font-size: 2.083333vw;
display: block;
}
@media screen and (max-width: 900px) {
.support__section-third-value small {
font-size: 4.166666vw;
}
}
.support__section-third-text {
font-weight: 600;
line-height: 1.3;
font-size: 7.8125vw;
color: #009844;
}
@media screen and (max-width: 900px) {
.support__section-third-text {
font-size: 15.625vw;
}
}

.support__section-third-text.mini {
	font-size: 5vw
}
@media screen and (max-width: 900px) {
.support__section-third-text.mini {
font-size: 10vw;
}
}


.support__section-fourth {
display: flex;
flex-wrap: wrap;
}
.support__section-fourth-box {
width: 25%;
box-sizing: border-box;
border-left: 1px solid #000000;
margin-bottom: 30px;
padding: 0 2.2083333%;
text-align: center;
}
@media screen and (max-width: 900px) {
.support__section-fourth-box {
width: 50%;
margin-bottom: 15px;
}
}
.support__section-fourth-box:first-child {
border-left: none;
}
@media screen and (max-width: 900px) {
.support__section-fourth-box:first-child {
border-left: 1px solid #000000;
}
.support__section-fourth-box:nth-child(2),
.support__section-fourth-box:last-child {
border-right: 1px solid #000000;
}
}
.support__section-fourth-title {
margin-bottom: 10px;
font-weight: 600;
font-size: 2.7rem;
}
.support__section-fourth-value {
font-weight: 600;
line-height: 1;
font-size: 9.375vw;
color: #009844;
}
@media screen and (max-width: 900px) {
.support__section-fourth-value {
font-size: 18.75vw;
}
}
.support__section-fourth-value span {
font-size: 2.083333vw;
}
@media screen and (max-width: 900px) {
.support__section-fourth-value span {
font-size: 4.166666vw;
}
}
.support__section-fourth-value small {
font-size: 2.083333vw;
display: block;
}
@media screen and (max-width: 900px) {
.support__section-fourth-value small {
font-size: 4.166666vw;
}
}
.support__section-fourth-text {
font-weight: 600;
line-height: 1.3;
font-size: 7.8125vw;
color: #009844;
}
@media screen and (max-width: 900px) {
.support__section-fourth-text {
font-size: 15.625vw;
}
}


.support__section-card {
background: url(/assets/img/common/bg01.jpg);
background-size: 60px auto;
padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
.support__section-card {
background-size: 30px auto;
padding-bottom: 50px;
}
}
.support__section-card-wrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
.support__section-card-wrapper {
display: block;
}
}
.support__section-card-wrapper-title {
width: 50%;
box-sizing: border-box;
margin-bottom: 60px;
padding: 0 40px;
font-weight: 600;
line-height: 1.3;
font-size: 9.0rem;
order: 2;
}
@media screen and (max-width: 1440px) {
.support__section-card-wrapper-title {
padding: 0 60px;
font-size: 5.555555vw;
}
}
@media screen and (max-width: 900px) {
.support__section-card-wrapper-title {
width: 100%;
padding: 0;
text-align: center;
}
.support__section-card-wrapper-title br {
display: none;
}
}
.support__section-card-wrapper-title small {
font-size: 3.0rem;
display: block;
order: 1;
}
.support__section-card-wrapper-img {
width: 50%;
margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
.support__section-card-wrapper-img {
width: 100%;
}
}
.support__section-card .support__section-second-box:first-child {
border-left: 1px solid #000000;
padding: 0 2.2083333%;
}
@media screen and (max-width: 900px) {
.support__section-card .support__section-second-box:first-child {
border-left: none;
padding: 0;
}
}
.support__section-card .support__section-second-box:last-child {
border-right: 1px solid #000000;
}
@media screen and (max-width: 900px) {
.support__section-card .support__section-second-box:last-child {
border-right: none;
}
}


.text-item {
background: url(/assets/img/common/text-bg01-upper.png) no-repeat center top;
background-size: 100% auto;
margin-bottom: 40px;
padding-top: 20px;
}
@media screen and (max-width: 900px) {
.text-item {
padding-top: 20px;
}
}
.text-item-bg {
background: url(/assets/img/common/text-bg01-lower.png) no-repeat center bottom;
background-size: 100% auto;
padding: 0 30px 50px;
}
@media screen and (max-width: 900px) {
.text-item-bg {
padding: 0 15px 50px;
}
}
@media screen and (max-width: 500px) {
.text-item-bg {
padding: 0 15px 30px;
}
}
.text-item.large {
background: url(/assets/img/common/text-bg01-large-upper.png) no-repeat center top;
background-size: 100% auto;
}
.text-item.large .text-item-bg {
background: url(/assets/img/common/text-bg01-large-lower.png) no-repeat center bottom;
background-size: 100% auto;
}
.text-item.thick {
background: url(/assets/img/common/text-bg02-upper.png) no-repeat center top;
background-size: 100% auto;
}
.text-item.thick .text-item-bg {
background: url(/assets/img/common/text-bg02-lower.png) no-repeat center bottom;
background-size: 100% auto;
}
.text-item h2,
.text-item h3 {
padding-top: 20px;
font-weight: 600;
text-align: center;
line-height: 1.3;
font-size: 4.0rem;
color: #ffffff;
}
.text-item h2 small,
.text-item h3 small {
font-size: 3.0rem;
display: block;
}
@media screen and (max-width: 1280px) {
.text-item h2,
.text-item h3 {
font-size: 3.6rem;
}
}
@media screen and (max-width: 1024px) {
.text-item h2,
.text-item h3 {
padding-top: 0;
font-size: 3.2rem;
}
.text-item h2 small,
.text-item h3 small {
font-size: 2.4rem;
}
}
@media screen and (max-width: 500px) {
.text-item h2,
.text-item h3 {
font-size: 2.0rem;
}
.text-item h2 small,
.text-item h3 small {
font-size: 1.6rem;
}
}

/*****************************************************************************
support03
*****************************************************************************/

.support03-item {
margin-bottom: 140px;
}
@media screen and (max-width: 500px) {
.support03-item {
margin-bottom: 70px;
}
}
.support03-item-text {
margin-bottom: 20px;
text-align: center;
font-weight: 500;
font-size: 2.7rem;
}
.support03-item-text.--second{
	margin-top:120px;
}
@media screen and (max-width: 500px) {
	.support03-item-text {
		font-size: 2.0rem;
	}
	.support03-item-text.--second{
		margin-top:80px;
	}
}
.support03-item-catch {
	margin-bottom: 50px;
	text-align: center;
	font-weight: 600;
	line-height: 1;
	font-size: 18.0rem;
	color: #009844;
}



@media screen and (max-width: 670px) {
	.support03-item-catch {
		font-size: 28.125vw;
	}
	.support03-item-catch.--second {
		margin-top: -30px;
	}
}

.support03-item-catch span {
	font-size: 8.6rem;
}
@media screen and (max-width: 670px) {
	.support03-item-catch span {
		font-size: 13.43749995vw;
	}

	.support03-item-catch.--second{
		/* display: inline-block;
		margin-bottom: -20px; */
		line-height: 0.9;
	}
}

.support03-item-catch small {
font-size: 7.0rem;
display: block;
}
@media screen and (max-width: 670px) {
	.support03-item-catch small {
		font-size: 10.9374999vw;
	}

	.support03-item-catch.--second small {
		margin-top: 0.2em;
	}
}

/*****************************************************************************
support06
*****************************************************************************/

.support06-item {
margin-bottom: 140px;
}
@media screen and (max-width: 500px) {
.support06-item {
margin-bottom: 70px;
}
}
.support06-item-text {
margin-bottom: 20px;
text-align: center;
font-weight: 500;
font-size: 2.7rem;
}
@media screen and (max-width: 500px) {
.support06-item-text {
font-size: 2.0rem;
}
}
.support06-item-catch {
text-align: center;
font-weight: 600;
line-height: 1;
font-size: 15.0rem;
color: #009844;
}
@media screen and (max-width: 670px) {
.support06-item-catch {
font-size: 17.857142vw;
}
}


/*****************************************************************************
home
*****************************************************************************/

.home__campaign {
	max-width: 1260px;
}
.home__visual {
	margin-top: 160px;
	margin-bottom: 85px;
}
.home__visual-bg:after {
	padding-top: 18.333333%;
}
.home__visual-catch {
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	text-shadow:0px 0px 0px #ffffff,0px 0px 1px #ffffff,0px 0px 2px #ffffff,0px 0px 3px #ffffff,0px 0px 2px #ffffff;
}
.home__visual-catch br{
	display: none;
}
.home__visual-title {
	max-width: 680px;
	margin-top: -40px;
}
.home__visual-wrapper {
top: 55%;
transform: translate(0,0);
}
@media screen and (max-width: 1280px){
.home__visual {
	margin-top: 90px;
}
.home__visual-bg:after {
	padding-top: 18.333333%;
}
.home__visual-title {
	margin-top: -15px;
}
.home__campaign .headline-lv1{
	padding-top: 30px;

}
}

/*****************************************************************************
campaign
*****************************************************************************/

.campaign__section {
padding-bottom: 180px;
}
@media screen and (max-width: 500px) {
.campaign__section {
padding-bottom: 90px;
}
}
.campaign__section .inner {
max-width: 1260px;
}


.campaign__class {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
.campaign__class {
	display: block;
}
}
@media screen and (max-width: 500px) {
.campaign__class {
	padding-bottom: 25px;
}
}
.campaign__class p {
	margin-bottom: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.campaign__class p::before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #dddddd;
	position: absolute;
	top:50%;
	left: 0;
	z-index: -1;
}
.campaign__class p span{
	background: #fff;
	padding: 0 10px;
}
.campaign__class .campaign__class-area {
	width: 310px;
	margin-right: 40px;
}
@media screen and (max-width: 1000px) {
.campaign__class .campaign__class-area {
	width: 100%;
}
}
.campaign__class .campaign__class-area ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
.campaign__class .campaign__class-area ul {
	justify-content: center;
}
}
.campaign__class .campaign__class-area li {
	width: calc(50% - 5px);
	margin-bottom: 10px;
	font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
.campaign__class .campaign__class-area li {
	width: calc(33.333333% - 5px);
	max-width: 150px;
	margin-right: 10px;
}
}
.campaign__class .campaign__class-area a {
	display: block;
	padding: 10px;
	border: 1px solid #7f7f7f;
	border-radius: 3px;
	text-align: center;
	line-height: 1;
}
.campaign__class .campaign__class-type {
	flex:1;
}
@media screen and (max-width: 1000px) {
.campaign__class .campaign__class-type {
	width: 100%;
	flex:none;
	margin-top: 30px;
}
}
.campaign__class .campaign__class-type ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.campaign__class .campaign__class-type li {
	width: 16.666666%;
	padding: 0 9px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.campaign__class .campaign__class-type li {
	width: 33.333333%;
	margin-bottom: 15px;
}
}
.campaign__class .campaign__class-type a {
	display: block;
	text-align: center;
	position: relative;
	padding-top: 70px;
	font-size: 1.3rem;
	line-height: 1.3;
}
@media screen and (max-width: 500px) {
.campaign__class .campaign__class-type a {
	padding-top: 55px;
}
}
.campaign__class .campaign__class-type a::before,
.campaign__class .campaign__class-type a::after {
content: "";
display: inline-block;
width: 60px;
height: 60px;
position: absolute;
left: 50%;
top:0;
transform: translateX(-50%);
transition: 0.6s;
}
@media screen and (max-width: 500px) {
.campaign__class .campaign__class-type a::before,
.campaign__class .campaign__class-type a::after {
width: 50px;
height: 50px;
}
}
.campaign__class .campaign__class-type a::before {
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
z-index: 1;
}
.campaign__class .campaign__class-type a::after {
	border-radius: 50%;
}
.campaign__class .campaign__class-type li.type01 a::before {
background-image: url(/assets/img/campaign/type_icon01.png);
}
.campaign__class .campaign__class-type li.type01 a::after {
	background-color: #cf342f;
}
.campaign__class .campaign__class-type li.type02 a::before {
background-image: url(/assets/img/campaign/type_icon02.png);
}
.campaign__class .campaign__class-type li.type02 a::after {
	background-color: #c480c1;
}
.campaign__class .campaign__class-type li.type03 a::before {
background-image: url(/assets/img/campaign/type_icon03.png);
}
.campaign__class .campaign__class-type li.type03 a::after {
	background-color: #acca46;
}
.campaign__class .campaign__class-type li.type04 a::before {
background-image: url(/assets/img/campaign/type_icon04.png);
}
.campaign__class .campaign__class-type li.type04 a::after {
	background-color: #02a3b6;
}
.campaign__class .campaign__class-type li.type05 a::before {
background-image: url(/assets/img/campaign/type_icon05.png);
}
.campaign__class .campaign__class-type li.type05 a::after {
	background-color: #e36400;
}
.campaign__class .campaign__class-type li.type06 a::before {
background-image: url(/assets/img/campaign/type_icon06.png);
}
.campaign__class .campaign__class-type li.type06 a::after {
	background-color: #e35e95;
}
.campaign__class .campaign__class-type a:hover::before {
	filter: brightness(1.2),opacity(0.8);
}
.campaign__class .campaign__class-type a:hover::after {
	opacity: 0.6;
}





.campaign__section-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.campaign__section-item {
width: calc(50% - 20px);
border-bottom: 1px solid #000000;
position: relative;
box-sizing:  border-box;
}
@media screen and (max-width: 1000px) {
.campaign__section-item {
width: calc(50% - 10px);
}
}
@media screen and (max-width: 767px) {
.campaign__section-item {
width: 100%;
}
}
.campaign__section-item:nth-child(1),
.campaign__section-item:nth-child(2) {
border-top: 1px solid #000000;
}
@media screen and (max-width: 767px) {
.campaign__section-item:nth-child(2) {
border-top: none;
}
}
.campaign__section-item > div{
padding: 25px 20px 25px 114px;
position: relative;
}
@media screen and (max-width: 767px) {
.campaign__section-item > div{
padding: 15px 15px 15px 89px;
}
}
@media screen and (max-width: 500px) {
.campaign__section-item > div{
	padding: 15px 0 15px 64px;
}
}
.campaign__section-item > div.new::before{
	content: "NEW";
	padding: 4px 6px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	left: 60px;
	top:50%;
	transform: translateY(-50%);
	margin-top: -40px;
	z-index: 2;
	color: #fff;
	background: #ff3333;
}
@media screen and (max-width: 1000px) {
.campaign__section-item > div.new::before{
	font-size: 1.3rem;
	margin-top: -35px;
	left: 40px;
}
}
@media screen and (max-width: 767px) {
.campaign__section-item > div.new::before{
	margin-top: -30px;
}
}
@media screen and (max-width: 500px) {
.campaign__section-item > div.new::before{
	left: 5px;
}
}
.campaign__section-item::before,
.campaign__section-item::after {
content: "";
display: inline-block;
width: 80px;
height: 80px;
position: absolute;
left: 20px;
top:50%;
transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
.campaign__section-item::before,
.campaign__section-item::after {
width: 60px;
height: 60px;
left: 15px;
}
}
@media screen and (max-width: 500px) {
.campaign__section-item::before,
.campaign__section-item::after {
width: 50px;
height: 50px;
left: 0;
}
}
.campaign__section-item::before {
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
z-index: 1;
}
.campaign__section-item::after {
	border-radius: 50%;
}
.type01::before {
background-image: url(/assets/img/campaign/type_icon01.png);
}
.type01::after {
	background-color: #cf342f;
}
.type02::before {
background-image: url(/assets/img/campaign/type_icon02.png);
}
.type02::after {
	background-color: #c480c1;
}
.type03::before {
background-image: url(/assets/img/campaign/type_icon03.png);
}
.type03::after {
	background-color: #acca46;
}
.type04::before {
background-image: url(/assets/img/campaign/type_icon04.png);
}
.type04::after {
	background-color: #02a3b6;
}
.type05::before {
background-image: url(/assets/img/campaign/type_icon05.png);
}
.type05::after {
	background-color: #e36400;
}
.type06::before {
background-image: url(/assets/img/campaign/type_icon06.png);
}
.type06::after {
	background-color: #e35e95;
}

.campaign__section-item:last-of-type {
border-bottom: 1px solid #000000;
}
.campaign__section-item dt {
display: flex;
align-items: center;
margin-bottom: 5px;
}
.campaign__section-item dt .category {
background: #009844;
border-radius: 50px;
padding: 5px 30px 7px;
line-height: 1;
font-size: 1.7rem;
white-space: nowrap;
color: #ffffff;
display: block;
}
@media screen and (max-width: 1000px) {
.campaign__section-item dt .category {
border-radius: 13px;
padding: 5px 20px 6px;
font-size: 1.5rem;
}
}
@media screen and (max-width: 500px) {
.campaign__section-item dt .category {
}
}
.campaign__section-item dt .category:hover {
	opacity: 0.6;
}
.campaign__section-item dt .type {
display: block;
width: 180px;
height: 28px;
padding: 7px 10px 8px;
margin-left: 10px;
box-sizing: border-box;
border: 1px solid;
border-radius: 3px;
font-size: 1.3rem;
line-height: 1;
text-align: center;
white-space: nowrap;
}
.campaign__section-item dt a.type:hover {
	color: #ffffff;
}
.campaign__section-item dt span.type:hover {
	cursor:default
}
.type01 dt .type{
background-color: #f8e1e0;
border-color: #ecaeac;
}
.type01 dt a.type:hover{
background-color: #cf342f;
border-color: #cf342f;
}
.type02 dt .type{
background-color: #f6ecf6;
border-color: #e7cce6;
}
.type02 dt a.type:hover{
background-color:  #c480c1;
border-color:  #c480c1;
}
.type03 dt .type{
background-color: #f3f7e3;
border-color: #deeab5;
}
.type03 dt a.type:hover{
background-color: #acca46;;
border-color: #acca46;
}
.type04 dt .type{
background-color: #d9f1f4;
border-color: #9adae2;
}
.type04 dt a.type:hover{
background-color: #02a3b6;
border-color: #02a3b6;
}
.type05 dt .type{
background-color: #fbe8d9;
border-color: #f4c199;
}
.type05 dt a.type:hover{
background-color: #e36400;
border-color: #e36400;
}
.type06 dt .type{
background-color: #fbe7ef;
border-color: #f4bfd5;
}
.type06 dt a.type:hover{
background-color: #e35e95;
border-color: #e35e95;
}
@media screen and (max-width: 500px) {
}


.campaign__section-item dd {
}
.campaign__section-item dd .name{
	font-weight: bold;
}
.campaign__section-item dd .name::before{
	content: "【";
}
.campaign__section-item dd .name::after{
	content: "】";
}

.campaign__section-nav {
margin: 60px auto 70px;
}
@media screen and (max-width: 500px) {
.campaign__section-nav {
margin-top: 30px;
}
}
.campaign__section-nav ol {
display: flex;
justify-content: center;
}
.campaign__section-nav li {
font-size: 1.4rem;
padding: 0 5px;
}
@media screen and (max-width: 500px) {
.campaign__section-nav li {
font-size: 1.2rem;
padding: 0 3px;
}
}
.campaign__section-nav li a {
border: 1px solid #bfbfbf;
border-radius: 3px;
padding: 10px 15px;
display: block;
}
@media screen and (max-width: 500px) {
.campaign__section-nav li a {
padding: 7px 12px;
}
}
.campaign__section-nav li a:hover {
border: 1px solid #009845;
background: #009845;
color: #ffffff;
}
.campaign__section-nav li .current_page {
background: #009845;
border: 1px solid #009845;
border-radius: 3px;
padding: 10px 15px;
color: #ffffff;
display: block;
}
@media screen and (max-width: 500px) {
.campaign__section-nav li .current_page {
padding: 7px 12px;
}
}


.campaign__section.entry .inner {
max-width: 1360px;
}
.campaign__section-entry {
margin: 100px 0 140px;
}
@media screen and (max-width: 500px) {
.campaign__section-entry {
margin: 50px 0 70px;
}
}
.campaign__section-header-category {
margin-bottom: 20px;
text-align: center;
}
.campaign__section-header-category a {
background: #009845;
border-radius: 50px;
padding: 5px 30px 7px;
line-height: 1;
font-size: 1.6rem;
color: #ffffff;
display: inline-block;
}





.campaign__section-header-type {
	text-align: center;
	position: relative;
	padding-top: 90px;
	font-size: 1.3rem;
	line-height: 1.3;
}
@media screen and (max-width: 500px) {
.campaign__section-header-type {
	padding-top: 55px;
}
}
.campaign__section-header-type::before,
.campaign__section-header-type::after {
content: "";
display: inline-block;
width: 80px;
height: 80px;
position: absolute;
left: 50%;
top:0;
transform: translateX(-50%);
transition: 0.6s;
}
@media screen and (max-width: 500px) {
.campaign__section-header-type::before,
.campaign__section-header-type::after {
width: 50px;
height: 50px;
}
}
.campaign__section-header-type::before {
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
z-index: 1;
}
.campaign__section-header-type::after {
	border-radius: 50%;
}
.campaign__section-header-type.type01::before {
background-image: url(/assets/img/campaign/type_icon01.png);
}
.campaign__section-header-type.type01::after {
	background-color: #cf342f;
}
.campaign__section-header-type.type02::before {
background-image: url(/assets/img/campaign/type_icon02.png);
}
.campaign__section-header-type.type02::after {
	background-color: #c480c1;
}
.campaign__section-header-type.type03::before {
background-image: url(/assets/img/campaign/type_icon03.png);
}
.campaign__section-header-type.type03::after {
	background-color: #acca46;
}
.campaign__section-header-type.type04::before {
background-image: url(/assets/img/campaign/type_icon04.png);
}
.campaign__section-header-type.type04::after {
	background-color: #02a3b6;
}
.campaign__section-header-type.type05::before {
background-image: url(/assets/img/campaign/type_icon05.png);
}
.campaign__section-header-type.type05::after {
	background-color: #e36400;
}
.campaign__section-header-type.type06::before {
background-image: url(/assets/img/campaign/type_icon06.png);
}
.campaign__section-header-type.type06::after {
	background-color: #e35e95;
}
.campaign__section-header-type a {
display: block;
width: 180px;
height: 28px;
padding: 7px 10px 8px;
margin: 0 auto 20px;
box-sizing: border-box;
border: 1px solid;
border-radius: 3px;
font-size: 1.3rem;
line-height: 1;
text-align: center;
white-space: nowrap;
}
.campaign__section-header-type a:hover {
	color: #ffffff;
}
.campaign__section-header-type.type01 a{
background-color: #f8e1e0;
border-color: #ecaeac;
}
.campaign__section-header-type.type01 a:hover{
background-color: #cf342f;
border-color: #cf342f;
}
.campaign__section-header-type.type02 a{
background-color: #f6ecf6;
border-color: #e7cce6;
}
.campaign__section-header-type.type02 a:hover{
background-color:  #c480c1;
border-color:  #c480c1;
}
.campaign__section-header-type.type03 a{
background-color: #f3f7e3;
border-color: #deeab5;
}
.campaign__section-header-type.type03 a:hover{
background-color: #acca46;;
border-color: #acca46;
}
.campaign__section-header-type.type04 a{
background-color: #d9f1f4;
border-color: #9adae2;
}
.campaign__section-header-type.type04 a:hover{
background-color: #02a3b6;
border-color: #02a3b6;
}
.campaign__section-header-type.type05 a{
background-color: #fbe8d9;
border-color: #f4c199;
}
.campaign__section-header-type.type05 a:hover{
background-color: #e36400;
border-color: #e36400;
}
.campaign__section-header-type.type06 a{
background-color: #fbe7ef;
border-color: #f4bfd5;
}
.campaign__section-header-type.type06 a:hover{
background-color: #e35e95;
border-color: #e35e95;
}













.campaign__section-header-title {
border-top: 1px solid #009845;
border-bottom: 1px solid #a5a5a5;
margin-bottom: 80px;
margin-bottom: 85px;
padding: 20px;
text-align: center;
font-weight: 600;
font-size: 3.5rem;
}
.campaign__section-header-title .name::before{
	content: "【";
}
.campaign__section-header-title .name::after{
	content: "】";
}


@media screen and (max-width: 500px) {
.campaign__section-header-title {
margin-bottom: 40px;
padding: 20px 0;
text-align: left;
font-size: 2.2rem;
}
}
.campaign__section-body {
max-width: 750px;
margin: 0 auto;
line-height: 2;
}
.campaign__section-body:after {
content: '';
display: block;
clear: both;
}
.campaign__section-body p {
margin-bottom: 1.75em;
line-height: 1.7;
}
.campaign__section-body p:last-child {
margin-bottom: 0;
}
.campaign__section-body ul,
.campaign__section-body ol {
margin-bottom: 1.5em;
padding-left: 1.5em;
}
.campaign__section-body ul:last-child,
.campaign__section-body ol:last-child {
margin-bottom: 0;
}
.campaign__section-body ul li {
list-style: disc;
}
.campaign__section-body ol li {
list-style-type: decimal;
}
.campaign__section-body em {
font-style: italic;
}
.campaign__section-body strong {
font-weight: bold;
}
.campaign__section-body blockquote {
margin: 0 1.9em 1em;
}
.campaign__section-body pre {
margin-bottom: 1em;
padding: 5px 10px;
border: 3px solid #CCC;
background: #fff;
}
.news__section-body-img {
max-width: 630px;
margin: 0 auto;
text-align: center;
}
.news__section-body-box {
margin-bottom: 50px;
margin-bottom: 55px;
}
@media screen and (max-width: 500px) {
.news__section-body-box {
margin-bottom: 30px;
}
}
.news__section-body-box:last-child {
margin-bottom: 0;
}
.news__section-body-title {
background: linear-gradient(90deg, #016938, #7bb640);
margin-bottom: 30px;
margin-bottom: 35px;
padding: 5px 20px 7px;
border-radius: 3px;
font-weight: 500;
font-size: 2.5rem;
color: #ffffff;
}
@media screen and (max-width: 500px) {
.news__section-body-title {
margin-bottom: 15px;
padding: 5px 10px;
font-size: 1.8rem;
}
}


.campaign__section-back {
width: 100%;
max-width: 300px;
margin: 0 auto;
text-align: center;
font-size: 1.4rem;
}
.campaign__section-back a {
border: 1px solid #7f7f7f;
border-radius: 3px;
padding: 25px;
display: block;
}
.campaign__section-back a:hover {
border: 1px solid #009845;
background: #009845;
color: #ffffff;
}


.page-navigation-list{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
.page-navigation-list{
	display: block;
}
}
.page-navigation-list > div{
	width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
.page-navigation-list > div{
	width: 100%;
}
}
@media screen and (max-width: 767px) {
.page-navigation-list > .next{
	text-align: right;
}
}
.page-navigation-list > div .arrow{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.page-navigation-list > div .arrow{
	margin-bottom: 0px;
}
}
.page-navigation-list > .next .arrow{
	justify-content: flex-end;
}
@media screen and (max-width: 767px) {
.page-navigation-list > .next .arrow{
	margin-top: 20px;
}
}
.page-navigation-list > div .arrow::before,
.page-navigation-list > div .arrow::after{
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-navigation-list > .prev .arrow::before{
	content: "";
	margin-right: 5px;
	background-image: url(/assets/img/campaign/prev_arrow.png);
}
.page-navigation-list > .next .arrow::after{
	content: "";
	margin-left: 5px;
	background-image: url(/assets/img/campaign/next_arrow.png);
}



.page-navigation-list .campaign__section-item {
	width: 100%;
}
@media screen and (max-width: 1000px) {
.page-navigation-list > div .campaign__section-item > div{
	padding: 15px 15px 15px 89px;
}
}
@media screen and (max-width: 767px) {
.page-navigation-list > .next .campaign__section-item > div{
	padding: 15px 89px 15px 15px;
}
}
@media screen and (max-width: 500px) {
.page-navigation-list > .next .campaign__section-item > div{
	padding: 15px 64px 15px 0;
}
}
.page-navigation-list .campaign__section-item > div.new::before {
	top:5px;
}
@media screen and (max-width: 1000px) {
.page-navigation-list .campaign__section-item > div.new::before {
	left: 40px;
}
}
@media screen and (max-width: 767px) {
.page-navigation-list > .next .campaign__section-item dt {
	justify-content: flex-end;
}
}
@media screen and (max-width: 767px) {
.page-navigation-list > .next .campaign__section-item::before,
.page-navigation-list > .next .campaign__section-item::after{
	left: auto;
	right: 0;
}
}
@media screen and (max-width: 500px) {
.page-navigation-list .campaign__section-item dd .name{
	display: block;
}
}




/*****************************************************************************
news
*****************************************************************************/

.news__section {
padding-bottom: 180px;
}
@media screen and (max-width: 500px) {
.news__section {
padding-bottom: 90px;
}
}
.news__section .inner {
max-width: 850px;
}
.news__section-list {
border-top: 1px solid #000000;
padding: 20px 30px;
display: flex;
align-items: center;
}
@media screen and (max-width: 500px) {
.news__section-list {
padding: 20px 0;
display: block;
}
}
.news__section-list:last-of-type {
border-bottom: 1px solid #000000;
}
.news__section-list dt {
margin-right: 30px;
display: flex;
align-items: center;
}
@media screen and (max-width: 500px) {
.news__section-list dt {
margin: 0 0 10px 0;
}
}
.news__section-list dt a {
background: #ea9428;
border-radius: 50px;
margin-right: 30px;
padding: 5px 30px 7px;
line-height: 1;
font-size: 1.6rem;
white-space: nowrap;
color: #ffffff;
display: block;
}
@media screen and (max-width: 500px) {
.news__section-list dt a {
margin-right: 15px;
}
}
.news__section-list dd {
	flex:1;
}


.news__section-nav {
margin-top: 60px;
}
@media screen and (max-width: 500px) {
.news__section-nav {
margin-top: 30px;
}
}
.news__section-nav ol {
display: flex;
justify-content: center;
}
.news__section-nav li {
font-size: 1.4rem;
padding: 0 5px;
}
@media screen and (max-width: 500px) {
.news__section-nav li {
font-size: 1.2rem;
padding: 0 3px;
}
}
.news__section-nav li a {
border: 1px solid #bfbfbf;
border-radius: 3px;
padding: 10px 15px;
display: block;
}
@media screen and (max-width: 500px) {
.news__section-nav li a {
padding: 7px 12px;
}
}
.news__section-nav li a:hover {
border: 1px solid #ea9329;
background: #ea9329;
color: #ffffff;
}
.news__section-nav li .current_page {
background: #ea9329;
border: 1px solid #ea9329;
border-radius: 3px;
padding: 10px 15px;
color: #ffffff;
display: block;
}
@media screen and (max-width: 500px) {
.news__section-nav li .current_page {
padding: 7px 12px;
}
}


.news__section.entry .inner {
max-width: 1360px;
}
.news__section-entry {
margin: 100px 0 140px;
}
@media screen and (max-width: 500px) {
.news__section-entry {
margin: 50px 0 70px;
}
}
.news__section-header-category {
margin-bottom: 20px;
text-align: center;
}
.news__section-header-category a {
background: #ea9428;
border-radius: 50px;
padding: 5px 30px 7px;
line-height: 1;
font-size: 1.6rem;
color: #ffffff;
display: inline-block;
}
.news__section-header-title {
border-top: 1px solid #ea9428;
border-bottom: 1px solid #a5a5a5;
margin-bottom: 10px;
padding: 20px;
text-align: center;
font-weight: 600;
font-size: 3.5rem;
}
@media screen and (max-width: 500px) {
.news__section-header-title {
padding: 20px 0;
text-align: left;
font-size: 2.2rem;
}
}
.news__section-header-day {
margin-bottom: 40px;
text-align: right;
}
.news__section-body {
max-width: 750px;
margin: 0 auto;
line-height: 2;
}
.news__section-body:after {
content: '';
display: block;
clear: both;
}
.news__section-body p {
margin-bottom: 1.5em;
}
.news__section-body p:last-child {
margin-bottom: 0;
}
.news__section-body ul,
.news__section-body ol {
margin-bottom: 1.5em;
padding-left: 1.5em;
}
.news__section-body ul:last-child,
.news__section-body ol:last-child {
margin-bottom: 0;
}
.news__section-body ul li {
list-style: disc;
}
.news__section-body ol li {
list-style-type: decimal;
}
.news__section-body em {
font-style: italic;
}
.news__section-body strong {
font-weight: bold;
}
.news__section-body blockquote {
margin: 0 1.9em 1em;
}
.news__section-body pre {
margin-bottom: 1em;
padding: 5px 10px;
border: 3px solid #CCC;
background: #fff;
}


.news__section-back {
width: 100%;
max-width: 300px;
margin: 0 auto;
text-align: center;
font-size: 1.4rem;
}
.news__section-back a {
border: 1px solid #7f7f7f;
border-radius: 3px;
padding: 25px;
display: block;
}
.news__section-back a:hover {
border: 1px solid #ea9329;
background: #ea9329;
color: #ffffff;
}

/*****************************************************************************
contact
*****************************************************************************/

.contact__section {
max-width: 850px;
margin: 0 auto;
padding-bottom: 140px;
}
@media screen and (max-width: 500px) {
.contact__section {
padding-bottom: 70px;
}
}
.contact__section-description {
padding: 100px 0;
}
@media screen and (max-width: 500px) {
.contact__section-description {
padding: 50px 0;
}
}
.contact__section-description-text {
text-align: center;
font-size: 2.0rem;
}
@media screen and (max-width: 900px) {
.contact__section-description-text {
font-size: 1.6rem;
}
}
@media screen and (max-width: 500px) {
.contact__section-description-text {
text-align: left;
}
}


.contact__section {
}
.contact__section-table {
border-top: 1px solid #808080;
padding: 18px 0;
}
.contact__section-table table {
width: 100%;
}
.contact__section-table th {
width: 180px;
width: 220px;
box-sizing: border-box;
padding: 18px 0;
}
@media screen and (max-width: 670px) {
.contact__section-table th {
width: 100%;
padding: 18px 0 9px;
font-weight: 600;
display: block;
}
}
.contact__section-table td {
box-sizing: border-box;
padding: 18px 10px;
}
@media screen and (max-width: 670px) {
.contact__section-table td {
width: 100%;
padding: 0;
display: block;
}
}
.contact__section-title {
display: flex;
justify-content: space-between;
align-items: center;
}
.contact__section-title .required {
background: #ea9428;
padding: 2px 6px 4px;
border-radius: 3px;
line-height: 1;
font-size: 1.2rem;
color: #ffffff;
}
.contact__section-table .itt {
width: 100%;
background: #f3f3f3;
border: none;
border-top: 1px solid #acacac;
border-left: 1px solid #acacac;
box-sizing: border-box;
border-radius: 3px;
padding: 5px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 1.6rem;
}
.contact__section-table .size {
max-width: 250px;
}
@media screen and (max-width: 670px) {
.contact__section-table .size {
max-width: none;
}
}
.contact__section-table select {
background: url(/assets/img/contact/arrow01.jpg) no-repeat right center;
border: 1px solid #acacac;
box-sizing: border-box;
border-radius: 3px;
padding: 1px 28px 1px 10px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 1.6rem;
}
@media screen and (max-width: 670px) {
.contact__section-table select {
background-size: 15px auto;
padding: 1px 25px 1px 10px;
}
}
.contact__section-table select::-ms-expand {
display: none;
}
.contact__section-table textarea {
width: 100%;
height: 200px;
background: #f3f3f3;
border: none;
border-top: 1px solid #acacac;
border-left: 1px solid #acacac;
box-sizing: border-box;
border-radius: 3px;
padding: 5px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
font-family: "Noto Sans Japanese", sans-serif;
font-size: 1.6rem;
}
.contact__section-table span {
margin: 0 8px 0 10px;
}
@media screen and (max-width: 670px) {
.contact__section-table span {
margin: 0 4px 0 5px;
}
}
.contact__section-list {
max-width: 550px;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
}
.contact__section-list li {
margin-right: 30px;
}
@media screen and (max-width: 670px) {
.contact__section-list li {
margin-right: 15px;
}
}
.contact__section-list label {
line-height: 1;
display: flex;
align-items: center;
cursor: pointer;
}
.contact__section-list input {
margin-right: 5px;
cursor: pointer;
}
.contact__section-list.lv1 {
	margin-top: -8px;
	margin-bottom: -8px;
}
.contact__section-list.lv1 li {
margin: 0 30px 15px 0;
margin: 8px 30px 8px 0;
}
@media screen and (max-width: 670px) {
.contact__section-list.lv1 li {
margin: 0 15px 15px 0;
margin: 8px 15px 8px 0;
}
}
.contact__section-titme {
margin-top: 15px;
}


.contact__section-submit {
border-top: 1px solid #808080;
border-bottom: 1px solid #808080;
padding: 40px 0;
}
.contact__section-submit ul {
display: flex;
justify-content: center;
}
.contact__section-submit li {
width: 100%;
max-width: 340px;
box-sizing: border-box;
padding: 0 20px;
}
@media screen and (max-width: 500px) {
.contact__section-submit li {
padding: 0 10px;
}
}
.contact__section-submit input {
width: 100%;
background: #00512c;
border: none;
box-sizing: border-box;
border-radius: 3px;
padding: 20px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
font-family: "Noto Sans Japanese", sans-serif;
font-weight: 500;
font-size: 2.0rem;
color: #ffffff;
cursor: pointer;
transition: .3s;
}
@media screen and (max-width: 500px) {
.contact__section-submit input {
padding: 15px 0;
font-size: 1.8rem;
}
}
.contact__section-submit input:hover {
opacity: 0.6;
}
.contact__section-submit .left input {
background: #999999;
}


.item__section {
}
.item__section-title {
padding: 50px 0 40px;
text-align: center;
font-weight: 500;
font-size: 2.0rem;
}
@media screen and (max-width: 500px) {
.item__section-title {
padding: 25px 0 20px;
}
}
.item__section-list {
margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
.item__section-list {
margin-bottom: 15px;
}
}
.item__section-list ul {
margin: 0 -10px;
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
.item__section-list ul {
margin: 0;
display: block;
}
}
.item__section-list li {
width: 33.3333%;
box-sizing: border-box;
margin-bottom: 20px;
padding: 0 10px;
}
@media screen and (max-width: 900px) {
.item__section-list li {
width: 50%;
}
}
@media screen and (max-width: 500px) {
.item__section-list li {
width: 100%;
margin-bottom: 10px;
padding: 0;
}
}
.item__section-list li a {
background: #009844;
border-radius: 3px;
padding: 15px;
font-weight: 500;
line-height: 1.3;
font-size: 2.0rem;
color: #ffffff;
display: block;
}
@media screen and (max-width: 500px) {
.item__section-list li a {
padding: 10px;
font-size: 1.8rem;
}
}
.item__section-list li span {
background: #009844;
border-radius: 3px;
padding: 15px;
font-weight: 500;
line-height: 1.3;
font-size: 2.0rem;
color: #ffffff;
display: block;
}
@media screen and (max-width: 500px) {
.item__section-list li span {
padding: 10px;
font-size: 1.8rem;
}
}
.item__section-list li small {
font-weight: normal;
font-size: 1.5rem;
display: block;
}
.item__section-box {
margin-bottom: 5px;
margin-top: -160px;
padding-top: 160px;
}
@media screen and (max-width: 1180px) {
.item__section-box {
margin-top: -90px;
padding-top: 90px;
}
}
@media screen and (max-width: 500px) {
.item__section-box {
margin-top: -60px;
padding-top: 60px;
}
}
.item__section-box-title {
background: #009844;
padding: 8px 10px 10px;
text-align: center;
font-weight: 500;
font-size: 2.0rem;
color: #ffffff;
}
@media screen and (max-width: 500px) {
.item__section-box-title {
padding: 8px;
font-size: 1.8rem;
}
}
.item__section-table {
}
@media screen and (max-width: 900px) {
.item__section-table {
overflow-y: hidden;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch;
}
}
.item__section-table table {
width: 100%;
}
@media screen and (max-width: 900px) {
.item__section-table table {
width: 750px;
border-collapse: collapse;
}
}
.item__section-table th {
width: 25%;
background: #e4e4e4;
border: 1px solid #bfbfbf;
box-sizing: border-box;
padding: 10px;
text-align: center;
}
@media screen and (max-width: 900px) {
.item__section-table th {
white-space: nowrap;
}
}
.item__section-table td {
border: 1px solid #bfbfbf;
box-sizing: border-box;
padding: 20px 10px;
text-align: center;
}
@media screen and (max-width: 900px) {
.item__section-table td {
white-space: nowrap;
}
}
.item__section-table td span {
font-size: 1.2rem;
display: block;
}
.item__section-attention {
margin-top: 20px;
}
.item__section-attention li {
padding-left: 1em;
text-indent: -1em;
}


.contact__section-error-text {
margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
.contact__section-error-text {
margin-bottom: 20px;
}
}
.contact__section-error-text p {
background: #FFFFFF;
border: 2px solid #b8272d;
box-sizing: border-box;
padding: 30px 15px;
text-align: center;
color: #b8272d;
}
@media screen and (max-width: 500px) {
.contact__section-error-text p {
padding: 15px;
}
}
.contact__section-error {
margin-top: 10px;
color: #b8272d;
}


.contact__section-thanks-title {
padding: 100px 0 40px;
text-align: center;
font-size: 3.0rem;
}
@media screen and (max-width: 500px) {
.contact__section-thanks-title {
padding: 50px 0 20px;
font-size: 2.0rem;
}
}
.contact__section-thanks {
text-align: center;
}
@media screen and (max-width: 500px) {
.contact__section-thanks {
text-align: left;
}
}
.contact__section-thanks p {
margin-bottom: 1.5em;
line-height: 2;
}
@media screen and (max-width: 500px) {
.contact__section-thanks p br {
display: none;
}
}
.contact__section-thanks p:last-child {
margin-bottom: 0;
}



/* 個人情報の取り扱い */
.privacy{
	padding-bottom: 23px;
}
.privacy .contact__section-title{
	justify-content: flex-start;
}
.privacy .contact__section-title .required{
	margin-left: 10px;
}
.privacy .agree{
	text-align: center;
	margin-top: 20px;
}


.privacyBox{
	height: 250px;
	overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
	padding: 15px 18px;
	margin: 12px 0;
	border: 1px solid #ccc;
	background: #fff;
}
.privacyBox{
}
.privacyBox .contentsSubSection{
	margin-top: 30px;
}
.privacyBox .sectionHd1{
}
.privacyBox .sectionHd1 .hd{
	font-size: 124%;
	font-weight: bold;
	margin-bottom: 0.35em;
	text-align: center;
}
.privacyBox .sectionHd2{
	margin-top: 1.6em;
}
.privacyBox .sectionHd2 .hd{
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 0.35em;
}
.privacyBox ol{
	margin-top: 10px;
}
.privacyBox .type01{
}
.privacyBox .type01 > li{
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	margin-left: 1em;
	margin-bottom: 10px;
}
.privacyBox .type01 > li::before{
	display: marker;
	content: "("counter(cnt) ")";
	margin-left: -1em;
}

.privacyBox .type02{
}
.privacyBox .type02 > li{
	margin-left: 1em;
	font-size: 95%;
	line-height: 1.4;
	margin-bottom: 8px;
}
.privacyBox .type02 > li::before{
	content: attr(data-num)"";
	margin-left: -1em;
}

.tbltype01{
	margin: 15px auto;
}
.tbltype01 th,
.tbltype01 td{
	border:1px solid #ccc;
	padding: 7px 8px;
	font-size: 95%;
	line-height: 1.3;
}
.tbltype01 th{
	text-align: center;
	background: rgba(0,152,68,0.2);
}
.tbltype01 td{
}
.privacyBox ol > li dl{
	display: inline;
}
.privacyBox ol > li dl dt{
	display: inline;
}
.privacyBox ol > li dl dd{
	display: block;
	margin-top: 3px;
	margin-left: 4px;
	font-size: 95%;
}
.privacyBox ol > li dl dd + dd{
	margin-top: 10px;
}

.privacyBox .spBr{
	display: none;
}
.privacyBox .mt20{
}
.privacyBox .mt15{
	margin-top: 0.75em;
}
.privacyBox .txtR{
	text-align: right;
}
.privacyBox a{
	color: #009844;
}
.privacyBox a:hover{
	text-decoration: underline;
}
.privacyBox a.tel{
	color: #000000;
	pointer-events: none;
}


@media screen and (max-width: 768px) {
	.privacyBox a.tel{
		color: #009844;
		pointer-events:auto;
	}
}
@media screen and (max-width: 670px) {
	.privacyBox{
		height: 200px;
		padding: 12px 15px;
	}
	.privacyBox .spBr{
		display: block;
	}
	.privacyBox ol{
		margin-top: 12px;
	}
	.privacyBox .type01 > li{
		margin-bottom: 12px;
	}
	.privacyBox .type02 > li{
		margin-bottom: 10px;
	}
	.tbltype01{
		table-layout: fixed;
	}
	.contact__section-table .tbltype01 th,
	.contact__section-table .tbltype01 td{
		display: table-cell;
		overflow-wrap : break-word;
		word-break : break-all;
	}
	.contact__section-table .tbltype01 td{
		/*width: 25%;*/
	}
}





/*
.privacyBox .t_rhg{
	font-size: 95%;
	margin-bottom: 0.75em;
	text-align: right;
}
.privacyBox .sectionHd3{
	margin-top: 0.75em;
}
.privacyBox .sectionHd3 .hd{
	font-size: 105%;
}
.privacyBox .liType01Box{
	margin: 0 0.75em;
}
.privacyBox .prgrph_dwn01{
	margin: 0.5em 1em 1em;
}
.privacyBox .liType01Box{
}
.privacyBox ul.liType01Box > li{
	padding-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.privacyBox ul.liType01Box > li::before{
	content: "・";
	margin-left: -1em;
}
*/






/* オールフリー仮審査申込みフォーム */
.supportform__section01 .support__section-description{
	padding-bottom: 60px;
}
.supportform__section01 .contact__section-error-text{
	max-width: 750px;
	margin: 0 auto 40px;
}
.supportform__section01.pb60 {
	padding-bottom: 60px;
}
.support__section-review-01{
	max-width: 750px;
	margin: 0 auto;
}
.support__section-review-hd02 {
text-align: center;
font-size: 3.5rem;
margin-bottom: 30px;
}
.support__section-review-hd02.mt60 {
	margin-top: 60px;
}
@media screen and (max-width: 900px) {
	.support__section-review-hd02 {
	font-size: 3.0rem;
	}
}
@media screen and (max-width: 500px) {
	.support__section-review-hd02 {
	text-align: left;
	font-size: 2.4rem;
	}
}
.support__section-review-hd02 span {
border-bottom: 1px solid #000000;
font-weight: 600;
}
.support__section-review .headline-lv1 {
	padding: 60px 0 35px;
	font-size: 2.8rem;
}
.support__section-review .headline-lv1:after {
	bottom: 30px;
}

.support__section-review-txt01{
	font-size: 17px;
	line-height: calc(31 / 17);
}



.support__section-review-list01{
	margin-top: 25px;
	font-size: 15px;
	line-height: calc(31 / 15);
}
.support__section-review-list01 li{
	margin-left: 1em;
}
.support__section-review-list01 li::before{
	content: "※";
	margin-left: -1em;
}

.applicationflow{
}
.applicationflow .applicationflow-list{
	border: 1px solid #dddddd;
	margin-bottom: 60px;
	position: relative;
}
.applicationflow .applicationflow-list::after{
	content: "";
	display: block;
	width: 24px;
	height: 36px;
	background: url(../img/support/support02/icon-applicationflow.png);
	background-size: cover;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -51px;
}
.applicationflow .applicationflow-list:last-child::after{
	content: none;
}
.applicationflow .applicationflow-list .applicationflow-oreder{
	background: #f3fae9;
	font-weight: bold;
	padding: 20px 35px;
}
.applicationflow .applicationflow-list .applicationflow-details{
	padding: 20px 35px;
}
.applicationflow .applicationflow-list .applicationflow-details p{
}
.applicationflow .applicationflow-list .applicationflow-details ul{
}
.applicationflow .applicationflow-list .applicationflow-details p + ul{
	margin-top: 15px;
}
.applicationflow .applicationflow-list .applicationflow-details li{
	margin-top: 7px;
	margin-left: 1em;
}
.applicationflow .applicationflow-list .applicationflow-details li::before{
	content: "※";
	margin-left: -1em;
}
.agree .required {
	background: #ea9428;
	padding: 2px 6px 4px;
	border-radius: 3px;
	line-height: 1;
	font-size: 1.2rem;
	color: #ffffff;
}
.supportform__section02{
}
.supportform__section02 .supportform__section02-01{
	padding: 60px 0 50px;
	background: #f7f7f7;
}
.supportform__section02 .supportform__section02-02{
	padding: 50px 0 150px;
}
.supportform__section02 .contact__section{
	padding-bottom: 0;
}
.supportform__section02 .contact__section-table{
	border-top: none;
}
.supportform__section02 .contact__section-submit {
    border-top: none;
    border-bottom: none;
    padding: 0px 0;
}
@media screen and (max-width: 500px) {
	.supportform__section01 .support__section-description{
		padding-bottom: 40px;
	}
	.supportform__section01 .contact__section-error-text{
		margin: 0 auto 30px;
	}
	.applicationflow .applicationflow-list{
		margin-bottom: 48px;
	}
	.applicationflow .applicationflow-list::after{
		width: 16px;
		height: 24px;
		bottom: -38px;
	}
	.applicationflow .applicationflow-list .applicationflow-oreder,
	.applicationflow .applicationflow-list .applicationflow-details{
		padding: 15px 20px;
	}
	.applicationflow .applicationflow-list .applicationflow-details p + ul{
		margin-top: 10px;
	}
	.applicationflow .applicationflow-list .applicationflow-details li{
		margin-top: 5px;
	}
	.supportform__section02 .supportform__section02-02 {
		padding: 30px 0 70px;
	}
}



/*  20200731add  */
p.webFnsh {
	text-align: left;
	margin-top: 20px;
}
