
#main {
	margin-bottom: 100px !important;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px !important;
	}
}

.maindesign .menu-btn-list a {
	color: #fff !important;
	display: flex !important;
}
.maindesign .breadcrumb {
	margin-bottom: 5px !important;
}
.maindesign .breadcrumb,
.maindesign .breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
.maindesign .mt-10 {
	margin-top: 10px;
}
.maindesign .img_container > img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:767px) {
	.maindesign .breadcrumb {
		margin-left: 5px !important;
		line-height: 1.15;
	}
}

.maindesign .title {
	position: relative;
	overflow: hidden;
}
.maindesign .title img{
    display: block;
}
.maindesign .title--inner {
	position: absolute;
}
.maindesign .title--sub-01 {
	padding: 10px;
	background-color: #ff0000;
	font-size: 2.0rem;
	color: #fff;
	font-weight: bold;
	top: 5%;
	left: 5%;
}
.maindesign .title--sub-02 {
	padding: 10px 5px;
    background-color: #FF4F00;
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    top: 20%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
}

.maindesign .title--main {
	font-size: 3rem;
    font-weight: bold;
    color: #fff;
    top: 62%;
    line-height: 1.2;
    left: 50%;
    width: 58%;
    letter-spacing: 0.1em;
    font-feature-settings: "palt" 1;
    transform: translate(-50%,-50%);
    text-shadow: 1px 1px 2px rgba(10,10,10,0.7);
}
.maindesign .title--main::before {
	content: "業務用\Aスポットヒーター特集";
    white-space: pre;
    position: absolute;
    -webkit-text-stroke: 0.2em #FF2B00;
    z-index: -1;
}

@media screen and (max-width:767px) {
	.maindesign .title--main {
		font-size: 8vw;
    top: 48%;
    width: 84%;
	}
	.maindesign .title--sub-01 {
		font-size: 5.0vw;
		padding: 5px;
		top: 10%;
	}
	.maindesign .title--sub-02 {
		padding: 4px 0 10px;
    width: 100%;
    box-sizing: border-box;
    left: 50%;
    top: 85%;
    text-align: center;
    line-height: 1.2;
	}
	.maindesign .title--sub-02 > span {
		font-size: 3.5vw;
	}
}

.topBtn ul::before,
.topBtn ul::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
.topBtn ul::before {
	order: 1;
}
.topBtn li {
	height: 3.5rem;
}
.topBtn a {
	display: flex !important;
	align-items: center;
}

.maindesign h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 40px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
.maindesign h3.checkPoint .st0{
	fill:#aaaaaa;
}
.maindesign h3.checkPoint .st1{
	fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;
}
.maindesign h3.checkPoint span {
    margin: 0 0 0 20px;
}


.maindesign .typetitle {
	font-size: 1.5em;
    font-weight: bold;
    padding: 10px ;
    margin: 10px 0;
    text-align: center;
	color: #fff;
}
.maindesign .typetitle__orange {
	background-color: #ea7414;
}
.maindesign .typetitle__red {
	background-color: #eb3616;
}

.maindesign .frames {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.maindesign .frames--item {
	box-sizing: border-box;
	width: 48%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px 15px 30px;
	position: relative;
	transition: 0.25s;
}
.maindesign .frames--item a{
	text-decoration: none;
    color: #000;
}
.maindesign .frames--text {
	text-align: center;
	margin-top: 15px;
}
.maindesign .frames--title {
	font-weight: bold;
	font-size: 1.2em;
}
.maindesign .frames--detail {
	font-size: 0.95em;
	margin-top: 10px;
}


@media screen and (max-width:767px) {
	.maindesign .typetitle {
		font-size: 1.2em;
	}
	.maindesign .frames--item {
		width: 100%;
	}
	.maindesign .frames .frames--item:not(:first-child) {
		margin-top: 30px;
	}
}

.maindesign .cards {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.maindesign .card {
	width: calc(25% - 12px);
    margin: 0 16px 30px 0;
	box-sizing: border-box;
    box-shadow: rgba(99,99,99,.2) 0 2px 8px 0;
    border-radius: 6px;
}
.maindesign .cards .card:nth-child(4n) {
	margin: 0 0 30px 0;
}
.maindesign .card:hover {
	opacity: 0.75;
}
.maindesign .card--img {
	margin: 10px 0;
	position: relative;
}
.maindesign .card--text {
	font-weight: bold;
    font-size: 1.1em;
    height: 100%;
    min-height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.maindesign .card--text-catch {
	margin-top: 5px;
}
.maindesign a.link-mask {
    text-decoration: none;
    color: #000;
    padding: 5px 10px 25px 10px;
    display: block;
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
}
.maindesign .cards--icon {
	position: absolute;
	bottom: 0;
	right: 5px;
	background-color: #eb3616;
	border-radius: 50%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	width: 45%;
	font-size: 0.9em;
}

@media screen and (max-width:767px) {
	.maindesign .card {
		width: calc(50% - 5px);
        margin: 0 10px 30px 0;
	}
	.maindesign .card--text {
		font-size: 0.85rem;
	}
	.maindesign .cards .card:nth-child(2n) {
		margin: 0 0 30px 0;
	}
}


.maindesign .relation--items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .relation--item {
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
	width: 49%;
	padding: 15px 10px;
	position: relative;
	transition: 0.2s;
	margin-top: 15px;
}
.maindesign .relation--item:hover {
	opacity: 0.7;
}
.maindesign .relation--inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maindesign .relation--link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.maindesign .relation--text {
	width: 75%;
	font-size: 0.85em;
}
.maindesign .relation--text__bold {
	font-weight: bold; 
	font-size: 1.25em;
	margin-bottom: 10px;
	display: inline-block;
}
.maindesign .relation--img {
	width: 20%;
	height: auto;
}


@media screen and (max-width:767px) {
	.maindesign .relation--item {
		width: 100%;
		height: 100px;
	}
}

@media screen and (min-width:768px) {
#main .eventbnr{
        display: flex;
        flex-wrap: wrap;
    }
    #main .eventbnr li{
    width: calc(50% - 10px);
        height: 110px;
    margin: 0 20px 20px 0;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
        align-items: center;
    }
    #main .eventbnr li:nth-child(2n){
    margin: 0 0 20px 0;
    }
    #main .eventbnr li a{
    display: flex;
        width: 100%;
    }
    #main .eventbnr li .linksTxt{
    margin: auto auto auto 10px;
    display: flex;
    flex-wrap: wrap;
    width: calc(80% - 20px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    #main .eventbnr li .linksTxt p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0.5em 0;
	font-weight: 700;
    font-size: 1em;
}
#main .eventbnr li .linksTxt p span {
    font-size: 0.75em;
    width: calc(100% - 20px);
    line-height: 1.2;
    font-weight: 400;
    padding-top: 0.5em;
    display: block;
}
    #main .eventbnr li .linksImg{
    margin: auto 15px auto auto;
    width: calc(30% - 20px);
    display: flex;
    align-items: center;
    }
    #main .eventbnr li .linksImg img {
    width: 100%;
}
}

@media screen and (max-width:767px) {
#main .eventbnr{
        display: flex;
        flex-wrap: wrap;
    }
    #main .eventbnr li{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0.3em;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
        display: flex;
        align-items: center;
    }
    #main .eventbnr li a{
    display: flex;
    flex-direction: row-reverse;
        width: 100%;
    }
    #main .eventbnr li .linksTxt{
    font-size: 1.2em;
    margin: auto auto auto 10px;
    display: flex;
    flex-wrap: wrap;
    width: calc(80% - 20px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    #main .eventbnr li .linksTxt p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0.5em 0;
	font-weight: 700;
        font-size: 1em;
}
#main .eventbnr li .linksTxt p span {
    font-size: 0.75em;
    line-height: 1.2;
    font-weight: 400;
    padding-top: 0.5em;
    display: block;
}
    #main .eventbnr li .linksImg{
    margin: auto auto auto auto;
    width: calc(38% - 20px);
    display: flex;
    align-items: center;
    }
    #main .eventbnr li .linksImg img {
    width: 100%;
}
    }

.maindesign .probnr{
    margin: 20px 0 40px 0;
}
.maindesign .probnr p{
    text-align: center;
    margin: 10px;
}
.maindesign .probnr img{
    width: 100%;
    height: auto;
}

.maindesign #main .tab-menu-nav li a{
    display: flex;
}

.tab-menu{
    margin: 0px 10px;
}