@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*================== ○○○○.html =================*/
.inner {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.home_04 {
    margin: 0;
    padding: 40px 0;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    background: #f6f6f6;
    position: relative;
    z-index: 77;
}
.home_04 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
}
.home_04 .left {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .newsimg::after {
    background: url(../home2/images/home/icon01.png) ;
} */
.home_04 .right {
    width: 65%;
}
.news{
    max-height: 150px;
    overflow: auto;
}
.news dl {
    display: flex;
    border-bottom: 1px solid #cccccc !important;
    margin-bottom: 20px;
}
.news dl dt{
    width: 20%;
}
.home01{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
}
.left2{
    width: 48.3%;
}
.right2{
    width: 48.3%;
}
section div.form_wrap dl dt {
    border: 0px;
    background-color: transparent;
}
.studioBox {
    background: url(../home2/images/home/bg_studio.jpg);
    padding: 2px !Important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.studioInner {
    background: #fff;
    padding: 30px 20px;
}
h6 {
    display: block!important;
    font-size: 2em;
    border-bottom: 3px solid;
}
.title02{
    background-image: url(../home2/images/home/bg_title.png);
    font-size: 2em;
}
.cal_wrapper {
    width: 100%;
}
.cal {
    display: flex;
    justify-content: space-evenly;
}
.googlecal {
    margin: 1%;
}
.under dl {
    display: flex;
    border-bottom: 1px solid #cccccc !important;
    margin-bottom: 10px;
}
@media screen and (max-width: 834px){
}
@media only screen and (max-width: 640px){
.home_04 .inner {
    display: block;
}
.home_04 .left {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.home_04 .right {
    width: 100%;
}
.news dl {
    display: block;
}
.news dl dt{
    width: 100%;
}
.newsimg img{
    width: 100%!important;
}
.home01{
    display: block;
}
.left2{
    width: 100%;
}
.right2{
    width: 100%;
    margin-top: 20px;
}
.cal {
    display: block;
}
.mean-container a.meanmenu-reveal {
    top: 0!important;
}
}