@charset "utf-8";

/*----------------------------------------------------
	ボックス
----------------------------------------------------*/

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

.box_info {
    width: 47%;
    height: auto;
    float: left;
    margin-bottom: 80px;
    overflow: hidden;
    position: relative;
}

.box_blog {
    width: 47%;
    height: auto;
    float: right;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}

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

.box_l450 {
    width: 450px;
    height: auto;
    float: left;
    overflow: hidden;
}

.box_l620 {
    width: 620px;
    height: auto;
    float: left;
    overflow: hidden;
}

.box_r450 {
    width: 450px;
    height: auto;
    float: right;
    overflow: hidden;
}

.box_r620 {
    width: 620px;
    height: auto;
    float: right;
    overflow: hidden;
}

.box_l820 {
    width: 820px;
    height: auto;
    float: left;
    margin-bottom: 80px;
    overflow: hidden;
}

.box_r250 {
    width: 250px;
    height: auto;
    float: right;
    margin-bottom: 20px;
    overflow: hidden;
}


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

.box {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 40px;
}

.box_info,
.box_blog {
    width: 95%;
    height: auto;
    text-align: left;
    float: none;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 60px;
}

.box_lr {
    margin-bottom: 50px;
}

.box_l620,
.box_r620 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    padding: 0;
}

.box_l450,
.box_r450 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
}

.box_l820 {
    width: 95%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 0;
}

.box_r250 {
    width: 95%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0;
}

}