
/* head_bg
----------------------------------*/

.head_bg {    
    background-image: url(../img/head_wave.svg),url(../img/solar/head_bg.jpg);
    background-repeat: no-repeat,no-repeat;
    background-size: contain,cover;
    background-position: center bottom,right 0%;
}
@media (max-width: 575px) {
.head_bg {    
    background-image: url(../img/head_wave.svg),url(../img/solar/head_bg_s.jpg);
    background-repeat: no-repeat,no-repeat;
    background-size: contain,cover;
    background-position: center bottom,center top;
}
}



/* solar_area
------------------------------------------------------------*/
.solar_area {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 5%;
    padding-top: 5%;
    color: #727171;
}
@media (max-width: 575px) {
.solar_area {    
    margin-left: 10px;
    margin-right: 10px;
}	
}
.solar_bg {
    padding-bottom: 0%;
    padding-top: 5%;
    color: #727171;
    background-color: rgba(241,151,123,0.1);
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
	padding-left: 10px;
    padding-right: 10px;
}
.solar_box {    
    padding-bottom: 5%;    
}
.solar_box img {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.solar_box2 {    
    padding-bottom: 5%;    
}
.solar_box2 img {    
    padding-bottom: 5%;  
	text-align: center;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 575px) {
.solar_area2 {    
    margin-left: 10px;
    margin-right: 10px;
}	
}
.solar_main_img {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 5%;
	margin-bottom: 5%;
}
.solar_mainread {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 2%;
    line-height: 1.8;
	margin-bottom: 5%;
}
@media (max-width: 575px) {
.solar_mainread {
    font-size: 15px;    
}
}

.solar_ttl {
    position: relative;
    margin-bottom: 3%;
    font-weight: bold;
    font-size: 20px;
    color: #727171;
    background-color: #FFFFFF;
    border: 2px solid #F1977B;
    width: 40vw;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
}	
@media (max-width: 991px) {
.solar_ttl {    
    width: 60vw;
}	
}
@media (max-width: 575px) {
.solar_ttl {    
    font-size: 15px;
	width: 100%;
	display: block;
}	
}
.solar_copy {
    display: flex;
    flex-wrap: wrap; /* 折返し可 */
    /*justify-content: space-between;*/
    margin-top: 1%;
	margin-bottom: 2%;
}
@media (max-width: 767px) {
.solar_copy {
    display: flex;
    
}	
}

/* 子要素 */
.solar_copy li {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 15px;
    background-color: #F1977B;
    color: #FFFFFF;
}
@media (max-width: 767px) {
.solar_copy li {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
	margin-bottom: 10px;
    
}	
}

.solar_copyttl {
    position: relative;
    padding: 0.2rem 0 2rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}	
@media (max-width: 575px) {
.solar_copyttl {    
    font-size: 18px;
}	
}
.solar_copyttl::before {
    position: absolute;
    border-bottom: 3px solid rgba(255,255,255,1.0);
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    width: 5vw;
    content: '';
}
.solar_copytx {
    font-size: 16px;
    font-feature-settings: "palt";
    text-align: center;
    padding-bottom: 10px;
}
.solar_tx {
    font-size: 16px;
    font-feature-settings: "palt";
    padding-bottom: 10px;
    text-align: left;
}
.solar_txr {
    font-size: 18px;
    font-feature-settings: "palt";
    padding-bottom: 10px;
    color: #C56140;
	text-align: left;
}
.terms_area {
    padding-bottom: 5%;
    padding-top: 5%;
    color: #231815;
    background-color: rgba(234,228,201,0.4);
    margin-top: 5%;   
}
.terms_ttl {
    font-size: 24px;
    font-feature-settings: "palt";
    padding-bottom: 10px;
    text-align: center;
}
.terms_tx {
    font-size: 14px;
    font-feature-settings: "palt";
    text-align: left;
}
