@charset "utf-8";
/*
Template: 
Theme Name: 
*/


/*----------------------------------------------------
	ボックス(PC)
----------------------------------------------------*/

.box {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.box_info {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
    position: relative;
}

.box_bb {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    background: #f8f8f8;
    overflow: hidden;
    padding: 20px 30px 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
}

.box_lr {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.box_l200 {
    width: 200px;
    height: auto;
    float: left;
    overflow: hidden;
}

.box_l350 {
    width: 350px;
    height: auto;
    float: left;
    overflow: hidden;
}

.box_l440 {
    width: 440px;
    height: auto;
    float: left;
    overflow: hidden;
}

.box_r350 {
    width: 350px;
    height: auto;
    float: right;
    overflow: hidden;
}

.box_r440 {
    width: 440px;
    height: auto;
    float: right;
    overflow: hidden;
}

.box_r590 {
    width: 590px;
    height: auto;
    float: right;
    overflow: hidden;
}

.box_l50 {
    width: 400px;
    height: auto;
    float: left;
    overflow: hidden;
}

.box_r50 {
    width: 400px;
    height: auto;
    float: right;
    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 {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 80px;
}

.box_bb {
    padding: 30px 20px;
}

.box_lr {
    margin-bottom: 50px;
}

.box_l200,
.box_l350 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.box_l440 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    padding: 0;
}

.box_r350 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.box_r440,
.box_r590 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    padding: 0;
}

.box_l50 {
    width: 48%;
    height: auto;
    float: left;
    overflow: hidden;
}

.box_r50 {
    width: 48%;
    height: auto;
    float: right;
    overflow: hidden;
}

}