@charset "UTF-8";
@font-face {
  font-family: icomoon;
  src: url(fonts/IcoMoon-Free.ttf?s52ytz) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.webuse-wrap {
    font-family: var(--cmn-font-family);
    font-size: var(--text-size-base);
    line-height: 1.5;
    display: grid;
}
@media (max-width: 768px){
.webuse-wrap {
    min-width: auto;
    }
.webuse-wrap .webuse-box {
    margin-top: 10.25vw;
    }
}
.webuse-wrap .webuse-category-head .webuse-category-head-ttl {
    font-size: var(--heading-font-size-h2);
    font-weight: var(--heading-font-weight);
    color: var(--logo-color);
    margin-bottom: 1.12em;
    padding-top: 1em;
}
@media (min-width: 769px){
    .webuse-wrap .webuse-category-head .webuse-category-head-ttl {
        font-size: var(--heading-font-size-h2);
        font-weight: var(--heading-font-weight);
        color: var(--logo-color);
        margin-bottom: 2.12em;
        padding-top: 1em;
    }
}
@media (max-width: 431px){
    .webuse-wrap .webuse-category-head .webuse-category-head-ttl {
        margin-bottom: 2.12em;
    }
}
.webuse-wrap .heading-border {
    border-top: 3px solid var(--border-color);
    position: relative;
}
.webuse-wrap .heading-border::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 0;
    border-top: 3px solid var(--logo-color);
    position: absolute;
    top: -3px;
    left: 0;
}
@media (max-width: 768px){
.webuse-wrap .heading-border::before {
    width: 17.14%;
    }
}
.cate {
	padding: 16px 10px 0;
	border-top: 1px solid #DFDFDF;
}
.webuse_list_area h2 + .cate {
	border: none;
}
.webuse-box h2 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0.8em;
}
.webuse-box h2 a {
	color: #000;
}
.webuse-box h3 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 1em;
    font-weight: bold;
}
.webuse-box h3 a {
	color: #000;
}
.webuse-box h4 {
	font-size: 16px;
	margin-bottom: 1em;
	line-height: 1;
}
.webuse-wrap .container {
    width: auto;
    max-width: var(--container-max-width);
    margin: auto auto 80px;
}

.icon_nw .home-webuse__list-title i::after, .icon_nw .home-webuse__list-title i::before {
	content: '';
	width: 1.2em;
	height: 1.2em;
	background-image: url(nw.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width:767px) {
	.container.webuse-category {
		max-width: 100%;
	}
	.cate {
		padding: 0 0 0;
		border-top: 1px solid #DFDFDF;
	}
	.webuse_list_area h2 + .cate {
		border-top: 1px solid #DFDFDF;
	}
	.webuse-box h2 {
		
		padding: 0 5%;
		margin-bottom: 0.8em;
	}
	.webuse-box h3 {
		font-size: var(--text-size-base);
		line-height: 1.3;
		padding: 0;
		margin-bottom: 1%;
		
	}
	.webuse-box h4 {
		font-size: 3.6vw;
		margin-bottom: 0;
		line-height: 2.5;
		padding: 0 5%;
	}	
	.home-webuse__list-title i {
		display: none;
	}
	.home-webuse__list-title {
		background-image: url(y.png);
		background-position: center right;
		background-repeat: no-repeat;
		background-size: auto .8em;
	}
	h3 .home-webuse__list-title {
		background-size: auto 1em;
	}
	.icon_nw .home-webuse__list-title {
		background-image: url(nw.png);
		background-size: auto 1.1em;
	}
	
}

.webuse-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}
.webuse_list_area ul li {
	width: 28%;
	font-size: 16px;
	line-height: 1.6;
	padding: 0;
	margin-bottom: 1.5em;
}
.webuse_list_area ul::after {
	content: '';
	width: 28%;
}
.webuse-box .home-webuse__list-title {
	padding: 0;
	text-align: left;
	/*justify-content: flex-start;*/
	display: block;
}
.news-list__title span {
	background-image: url("bg-text-link-blue.png");
}
.webuse-box .home-webuse__list-links:hover {
	box-shadow: none;
}
@media screen and (max-width:767px) {
	.webuse-box ul {
		justify-content: space-between;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.webuse_list_area ul li {
		width: 49%;
		font-size: 3.6vw;
		line-height: 1.5;
		margin-bottom: 1.1em;
	}	
}

.webuse-box ul.map_32c {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	border-top: 1px solid #DFDFDF;
}
.map_32c li.map_32c_c {
	width: 28%;
	margin-bottom: 0;
}
.map_32c_c li:last-child {
	margin-bottom: 1.5em;
}
.map_32c h3 {
	padding: 1em 0;
	margin-bottom: 0;
	line-height: 1.6;
	text-align: left;
}
.map_32c.btm {
	border-bottom: 1px solid #DFDFDF;
}
.map_32c.bdn {
	border-top: none;
}
@media screen and (max-width:767px) {
	.webuse_list_area {
		border-bottom: 1px solid #DFDFDF;
	}
	.webuse-box ul.map_32c {
		padding: 0 0;
		border: none;
	}
	.map_32c li.map_32c_c {
		padding: 0 0;
		width: 100%;
		box-sizing: border-box;
	}
	.map_32c li.map_32c_c h3 {
		padding: 0 5%;
		line-height: 2.5;
	}
	.map_32c li.map_32c_c h3 a {
		padding-right: 1em;
	}
	.webuse-box h3.prod_btm {
		border: none;
	}
	.webuse-box h3.prod_btm_nx {
		border-top: 1px solid #DFDFDF;
	}	
}
.map_32c_c ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}
.map_32c_c ul li {
	width: 100%;
	margin-bottom: .5em;
}
.news-list__links {
	padding: 0;
}
@media screen and (max-width:767px) {
	.map_32c_c ul li {
		width: 49%;
		margin-bottom: .5em;
	}	
}
.sep {
	margin-top: 60px;
	border-bottom: 1px solid #DFDFDF;
}
.webuse-box .sep h2 {
	margin-bottom: 30px;
}
.home-webuse__list-links {
	text-align: left;
}
@media screen and (max-width:767px) {
	.sep {
		margin-top: 0;
		border-bottom: none;
	}
	.webuse-box .sep h2 {
		margin-bottom: 0;
		padding-bottom: 1em;
		border-bottom: 1px solid #DFDFDF;
	}
}
@media screen and (min-width:768px) {
	.home-webuse__list-links.icon_nw.lh {
		overflow: hidden;
		line-height: 1.75;
	}
	.home-webuse__list-links.icon_nw.lh a {
		overflow: hidden;
		display: inline;
	}
}
@media screen and (max-width:767px) {
	.home-webuse__list-links.icon_nw.lh {
		line-height: 1.4;
		padding: .5em 5%;
	}
}

@media screen and (max-width:767px) {
	.webuse-category-head-ttl {
		padding-left: 0 !important;
	}
	.webuse-category-head-nav {
		padding: 0 !important;
	}
	.webuse_list_area h3+ul {
		margin-top: 1.6vw;
	}	
}
@media screen and (max-width:767px) {
	.webuse-category-head.container {
		margin: 0;
		width: 100%;
		max-width: 100%;
	}
	.webuse-category-head-ttl.heading-border {
		margin-left: 5% !important;
		width: 90%;
	}
	.webuse-category-head-nav {
		gap: 0 !important;
		align-items: center;
		width: 100%;
	}
	.webuse-category-head-nav li {
		width: 50%;
		box-sizing: border-box;
		padding: .5em 6%;
		padding-left: 5%;
		border-bottom: 1px solid #DFDFDF;
		font-size: 4vw !important;
		background-image: url("nv.png");
		background-position: 95% center;
		background-repeat: no-repeat;
		background-size: 8% auto;
	}
	/*.webuse-category-head-nav li:nth-child(odd) {
		border-right: 1px solid #DFDFDF;
	}*/
	.webuse-category-head-nav li i::after {
		display: none !important;
	}	
	.webuse_list_area .sub_cate.n_h4 ul {
		margin-top: 1.8vw;
	}
    
   
}
.home-webuse__list-title i::after, .home-webuse__list-title i::before {
	top: 36% !important;
}

@media screen and (min-width: 768px){
	.news-list__links:hover .news-list__title span {
		background-size: 0 1px;
	}
	.news-list__links .news-list__title span:hover {
		background-position: left bottom;
		background-size: 100% 1px;
	}
	.webuse_list_area a {
		display: inline-block !important;
	}
	.news-list__links {
		display: block;
	}
	.home-webuse__list-links {
		display: inline-block !important;
	}
	.webuse-wrap .webuse-box {
    margin:0 5%;
}
    .txt01 {
        margin-top: 20px;
    }
    
    .webuse-wrap .webuse-box .webuse-box-inner {
    margin: 60px auto 0;
    width: 100%;
    max-width: 1200px;
}
    
    .txt02 {
        background-color: #f9f9f9;
        padding: 27px 50px;
        margin-bottom: 20px;
        margin-top: 43px;
    }
    .txt03 {
        background-color: #f9f9f9;
        padding: 27px 50px;
        margin-bottom: 20px;
    }
    .ul-inner {
        padding: 0 !important;
    }
	.webuse-box ul {
    display: block;
        margin-bottom: 1.5em;
}
    .webuse-wrap .container {
    margin: 0px;
}
    .webuse-wrap .webuse-category-head .webuse-category-head-ttl {
    margin-bottom: -20px;
 }
    p{
        margin-bottom: 10px;
    }
    p.mb-1em{
        margin-bottom: 1.5em!important;
    }
}

@media screen and (max-width:767px) {
     .txt01 {
        margin-top: 20px;
         padding: 0 5%;
    }
    
    .webuse-box h2 {
    margin: 0 5%;
    margin-bottom: 0.8em;
        text-align: left !important;
        padding: 0;
}
    
    .txt02 {
        background-color: #f9f9f9;
        padding: 3% 4%;
    margin: 5%;
    }
    .txt03 {
        background-color: #f9f9f9;
        padding: 3% 4%;
    margin: 0 5% 5%;
    }
    .txt02 p,.txt03 p{
        margin-bottom: 0;
    }
    .ul-inner {
        padding: 0 !important;
    }
    .webuse-box ul {
    display: block;
        margin-bottom: 1em;
}
    /*.webuse-category-head-ttl {
    margin-bottom:0;
}*/
    .mb-0{
        margin-bottom: 0 !important;
    }
    }
@media screen and (max-width:430px){
    .webuse-box h2 {
        font-size: 6vw;
    }
    
}
@media screen and (min-width:431px){
    .webuse-wrap .webuse-category-head .webuse-category-head-ttl{
        font-size: 3.6rem;
    }
}