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


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

.box {
    clear: both;
    width: 730px;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 0 5px 0 5px;
    box-sizing: border-box;
}

.box_info {
    clear: both;
    width: 730px;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    box-sizing: border-box;
}

.box_l350 {
    width: 350px;
    height: auto;
    float: left;
    margin-top: 10px;
    margin-bottom: 40px;
    overflow: hidden;
    box-sizing: border-box;
}

.box_r340 {
    width: 340px;
    height: auto;
    float: right;
    margin-top: 10px;
    margin-bottom: 40px;
    overflow: hidden;
    box-sizing: border-box;
}


/*----------------------------------------------------
	ボックス(スマートフォン)
----------------------------------------------------*/

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

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

.box_info {
    width: 90%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 10px 0 10px 0;
}

.box_l350 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0;
}

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

}