@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/*----------------------------------------------------
	color area(PC)
----------------------------------------------------*/

#color_area {
    width: 100%;
    background: var(--background-color1);
}


/*----------------------------------------------------
	ボックス(PC)
----------------------------------------------------*/

.box {
    clear: both;
    width: 95%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 70px 0 70px;
    position: relative;
    z-index: 10;
}

.box_top {
    clear: both;
    width: 95%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0 70px;
    position: relative;
    z-index: 10;
}

.box_tc {
    clear: both;
    width: 95%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding: 70px 0 70px;
    position: relative;
    z-index: 10;
}

.box_bb {
    padding: 40px 30px 40px 40px;
    margin: 40px 0 40px;
    background: #fff;
    border-radius: 10px;
}

.box_lr {
    clear: both;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
}

.box_l50 {
    width: 48%;
    height: auto;
    float: left;
    overflow: hidden;
}

.box_r50 {
    width: 48%;
    height: auto;
    float: right;
    overflow: hidden;
}


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

.box_bb {
    padding: 35px 30px 35px 30px;
}

.box_lr {
    margin-bottom: 0;
}

.box_l50 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
}

.box_r50 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
}

}


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

.box,
.box_tc {
    width: 90%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 0 50px;
}

.box_top {
    width: 90%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    padding: 45px 0 50px;
}

}