@charset "utf-8";

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

header {
    box-sizing: border-box;
    padding: 0.5em;
}
header .logo {
		width: 40%;
}
#panel-btn {
    right: 0.5em;
    width: 30px;
    height: 30px;
}
#panel-btn-icon {
    width: 30px;
}
#panel-btn-icon:before, #panel-btn-icon:after  {
    width: 30px;
    margin-left: -15px;
}

.sp_menu ul li {
    font-size: 18px;
}
.sp_menu {
    margin-top: 1em;
    margin-left: 6em;
}

.sp_menu:after {
    top: -50%;
}

.mv {
    margin-top: 46px;
    margin-bottom: 1em;
    height: 18em;
    background-size: cover;
}
.mv .inner {
    padding: 1em;
}
.mv_bloc {

}
.mv h1 {
    font-size: 21px;
}
.mv .sub_en {
    font-size: 14px;
}

.top_content {
    padding: 0;
}

.top_content_upper {
    display: block;
    margin-bottom: 0;
}
.top_content_upper h2 {
    position: absolute;
    top: 1em;
    left: 0.5em;
    margin-top: 0;
}
.topVarious .top_content_upper h2 {
    left: auto;
    right: 0.5em;
}
.topCampaign .top_content_upper h2 {
    left: auto;
    right: 0.5em;
}



.top_content_upper h2 span {
    font-size: 21px;
    line-height: 1.4em;
}

.top_content_upper .sub_en {
    padding: 0 0 0 0.5em;
    font-size: 21px;
    line-height: 1.2em;
}

.top_content_bottom {
    display: block;
    padding: 1em;
}
.top_content_bottom .detail {
    margin-left: 0;
    margin-bottom: 1em;
}
.top_content_bottom .detail p {
    font-size: 14px;
    line-height: 1.4em;
}
.more_bloc .sub_en {
    font-size: 14px;
}
.more_bloc .btn_more {
    margin: 0 auto;
}

.topAbout .top_content_bottom .detail {
    margin-left: 0;
}
.topVarious .top_content_bottom .detail {
    margin-right: 0;
}
.topCampaign .top_content_bottom .detail {
    margin-left: 0;
}



.top_title {
    position: relative;
    margin-bottom: 1em;
}
.top_title h2 {
    width: 60%;
    font-size: 24px;
}
.top_title:after {
		top: 10px;
    left: 60%;
}

.topInfo {
    padding: 1em 0;
}

.topInfo .top_title:after {
    left: auto;
    right: 60%;
}
.topNews .top_title h2 {
    padding-left: 1em;
    padding-right: 1em;
}
.topEc .top_title:after {
    left: auto;
    right: 60%;
}

.topInfo_bloc .company_bloc {
    padding: 0 1em 1em;
}
.topInfo_bloc .company_bloc .logo {
    width: 60%;
    margin: 0 auto 1em;
}
.topInfo_bloc .company_bloc .logo span {
    font-size: 16px;
}
.topInfo_bloc .company_data dl {
    font-size: 14px;
}
.topInfo_bloc .company_tel p {
    font-size: 24px;
    text-align: center;
}
.topInfo_bloc .map_data {
    width: 100%;
    padding: 1em;
}

.topNews {
    padding: 1em 0;
}
.topNews_bloc {
    padding: 1em;
}
.topNews_list dl {
    display: block;
}
.topNews_list dl {
    display: block;
    font-size: 14px;
}

.topEc {
    padding: 1em 0;
}
.topEc .more_bloc {
    margin-right: 0;
}
.topEc .more_bloc p {
    font-size: 14px;
    line-height: 1.4em;
}




footer {
    margin-top: 0;
}
.footer_bloc {
    padding: 1em 0;
}

.footer_bloc {
    display: none;
}
.fotter_bottom {
    display: none;
}

.copy_content {
    padding: 0.5em 0;
}
.copy_content .logo {
		position: static;
    width: 30%;
    margin: 0 auto 0.5em;
}
.copy_content .copy {
    font-size: 10px;
}




































}