@media screen and (max-width:1279px){


/*************************** C-01. 枠組共通 ***********************/
.fixbox{
	width:98%;
}

/*************************** C-02. header ************************/
.header-container {
	width:98%;
	margin:0 auto;
}

/*************************** C-03. nav ***************************/
/* 第2階層 */
.megamenu div {
    top: 53px;
}

/*************************** C-04. main共通 **********************/
/*************************** C-05. h1, h2見出し *******************/
/*************************** C-06. breadcrumb ********************/
/*************************** C-07. pager backnumber等 ************/
/*************************** C-08. aside *************************/
/*************************** C-09. footer ************************/
.footer-conversion {
    max-width: 98%;
}
/*************************** C-10. toppage ***********************/
.top-04 .ttl-conatiner::before {
    left: 0;
}

.top-05-container {
    justify-content: center;
    gap: 16px;
}
.top-05-box .circle {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.top-05-box .circle p {
    font-size: 1.4rem;
}

#top .top-06 h2::before {
    left: 0;
}
/*************************** C-11. form **************************/
/*************************** C-12. レギュレーション ********************/
.st1 p span::before,
.st1 p span::after {
    width: 12px;
}
/*************************** C-13. 検索結果 ***********************/
/*************************** C-14. 内部ページ ***********************/

/*B-14-1 エリア*/
.area-cities-container ul {
    width: 24%;
}

/*B-14-7 業種別*/
.industry-cat > ul > li > ul > li{
    width: 31.3333%;
}

}/* max-width */