@charset "utf-8";
/*
Template: 
Theme Name: 
*/


/*----------------------------------------------------
	ボックス(PC)
----------------------------------------------------*/

.box {
    clear: both;
    width: 880px;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
    padding: 50px;
    position: relative;
    z-index: 4;
}

.box:before,
.box_info:before,
.box_blog:before,
.contact:before {
    content: "";
    position: absolute;
    margin: 2px;
    border: 1px solid #6D3B1D;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -4;
}

.box_info {
    width: 395px;
    height: auto;
    float: left;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
    padding: 40px;
    position: relative;
    z-index: 4;
}

.box_blog {
    width: 395px;
    height: auto;
    float: right;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
    padding: 40px;
    position: relative;
    z-index: 4;
}

.flow_l {
    clear: both;
    width: 273px;
    height: auto;
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
    overflow: hidden;
    box-sizing: border-box;
}

.box_l273 {
    width: 273px;
    height: auto;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    box-sizing: border-box;
}

.box_l420 {
    width: 420px;
    height: auto;
    float: left;
    margin-top: 40px;
    overflow: hidden;
    box-sizing: border-box;
}

.box_r273 {
    width: 273px;
    height: auto;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
}

.box_r420 {
    width: 420px;
    height: auto;
    float: right;
    margin-top: 40px;
    overflow: hidden;
    box-sizing: border-box;
}

.box_r575 {
    width: 575px;
    height: auto;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
}


/*----------------------------------------------------
	ボックス(スマートフォン)
----------------------------------------------------*/

@media screen and (max-width: 768px) {

.box {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
}

.box_info {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    float: none;
}

.box_blog {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    float: none;
}

.flow_l {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    box-sizing: border-box;
    float: none;
}

.box_l273 {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    float: none;
}

.box_l420 {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
    box-sizing: border-box;
    float: none;
}

.box_r273 {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    float: none;
}

.box_r420 {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
    box-sizing: border-box;
    float: none;
}

.box_r575 {
    width: 95%;
    height: auto;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 40px;
    box-sizing: border-box;
    float: none;
}

}