@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

#header .l-header__inner{
	display:none;
}

.top-main-title{
    position: relative;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.top-main-title .blue-bg {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 0.75em;
    line-height: 38px;
    letter-spacing: 0.04rem;
    background: #009245;
    margin-bottom: 10px;
    padding: 0 20px;
}
.top-main-title .blue-bg::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #009245;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.top-main-title .number{
    font-size: 1.3em;
    padding: 0 3px;
    vertical-align: -1px;
	color:#f7931e;
}
h3.company-name{
    padding: 1em 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    margin: 2em auto 1em;
}
h3.company-name::before{
    display: none;
}
h3.company-name span{
    display: inline-block;
    font-size: 0.7em;
    font-weight: 500;
    line-height: 1;
    border: 1px solid;
    padding: 0.3em 0.5em;
    margin-right: 10px;
    color: #009245;
    vertical-align: middle;
}
h3.company-name span.kakko{
display: none;
}

.company-about{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.company-about dt{
    width: 15%;
    border: 1px solid #666;
    padding: 0.5em 1em;
    margin-right: -1px;
    margin-bottom: 0.5em;
}
.company-about dd{
    width: 85%;
    border: 1px solid #666;
    background: #f5f5f5;
    padding: 0.5em 1em;
    margin-right: -1px;
    margin-bottom: 0.5em;
}
.company-about dt:nth-child(5){
    margin-bottom: 0;
}
.company-about dd:last-child{
    margin-bottom: 0;
}

/** pad+sp size **/
@media (max-width:991px){
.top-main-title .blue-bg {
    font-weight: 500;
    font-size: 14px;
    padding: 0 10px;
    line-height: 2;
}
.top-main-title {
    font-size: 20px;
}
.top-main-title .number {
    margin-left: -2px;
    margin-right: 2px;
    letter-spacing: -1px;
}
.company-about dt {
    width: 100%;
    margin: 0;
    margin-bottom: -1px;
}
.company-about dd {
    width: 100%;
    margin: 0;
    margin-bottom: -1px;
}
.company-about dt:nth-child(5) {
    margin-bottom: -1px;
}
}




.top #main_content .w-fixSide {
    margin-top: 1.5em !important;
}


@media (min-width: 960px) {
	.-sidebar-on .l-mainContent{
		width: calc(100% - 250px - 1.5rem);
	}
    #sidebar .c-widget+.c-widget {
        margin-top: 1.5em;
    }
	.w-fixSide {
        margin-top: 1.5em;
    }
	.-sidebar-on #sidebar {
    width: 250px;
	}
}