@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/*----------------------------------------------------
	ボックス(PC)
----------------------------------------------------*/

.box {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.box_info {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

.box_bb {
    clear: both;
    width: 100%;
    height: auto;
    border: 1px solid #cdcdcd;
    background: #fbf9f2;
    padding: 20px 20px 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.box_bb2 {
    clear: both;
    width: 100%;
    height: auto;
    border: 1px solid #cdcdcd;
    background: #fbf9f2;
    padding: 20px 95px;
    margin-bottom: 20px;
    overflow: hidden;
}

.box_lr {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.box_l300 {
    width: 300px;
    height: auto;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.box_l400,
.box_l400_img {
    width: 400px;
    height: auto;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
}

.box_r400,
.box_r400_img {
    width: 400px;
    height: auto;
    float: right;
    margin-bottom: 20px;
    overflow: hidden;
}

.in_l {
    width: 48%;
    float: left;
}

.in_r {
    width: 48%;
    float: right;
}


/*----------------------------------------------------
	ボックス(スマートフォン)
----------------------------------------------------*/

@media screen and (max-width: 768px) {

.box {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 40px;
}

.box_info {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 40px;
}

.box_bb {
    padding: 20px 15px 0;
}

.box_bb2 {
    padding: 20px 5%;
}

.box_lr {
    margin-bottom: 30px;
}

.box_l300 {
    width: 50%;
    max-width: 400px;
    height: auto;
}

.box_l400 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    padding: 0;
}

.box_r400 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    padding: 0;
}

.box_l400_img,
.box_r400_img {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0;
}

.in_l,
.in_r {
    width: 100%;
    float: none;
}

}