.f24 {
    font-size: 24px;
}
.f-blue {
    color: #0965A8;
}
#titleArea{
	background: rgb(255,255,255);
	background: linear-gradient(0deg, #fff 0%, #dce9f3 100%);
	padding: 4em 40px 2em;
	position: relative;
	z-index: -1;
}
@media screen and (max-width: 767.5px){
	#titleArea{
		padding: 1em 20px;
	}
}

#titleAreaIn h2{
	font-size: 50px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap !important;
	line-height: 1.2em;
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 767.5px){
	#titleAreaIn h2{
		font-size: 24px;
	}
}

@media screen and (max-width: 767.5px){
	#titleAreaIn .tag li{
		margin-right: 0.7em;
	}
	#titleAreaIn .tag li:nth-of-type(n+2) {
		margin-left: 0;
	}
}

#constructionStartOuter:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20%;
	height: 100%;
	background: url("/en/product/prostruct/images/advantage/construction_bg.png") center bottom no-repeat;
	background-size: 100% auto;
}
#advantageFooterMenuIn:before,
#advantageFooterMenuIn:after{
	content: "";
	display: block;
	position: absolute;
	width: 15%;
	height: 100%;
	background: url("/en/product/prostruct/images/advantage/construction_bg.png") center bottom no-repeat;
	background-size: 100% auto;
}
#packageMenu .packageTab .tabLabelWrap .tabLabel::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: currentcolor solid 3px;
	border-right: currentcolor solid 3px;
	transform: rotate(135deg);
	margin-top: -0.3em;
	transition: 0.2s;
}
#packageMenu .packageTab .tabContentWrap{
	padding: 1em 4.66%;
	border: 5px solid #2ca6e0;
	transition: 0.2s;
}
#packageMenu .packageTab #packageMenuSwitch1:checked ~ .tabLabelWrap .tabLabel1::after,
#packageMenu .packageTab #packageMenuSwitch2:checked ~ .tabLabelWrap .tabLabel2::after{
	transform: rotate(0deg) !important;
	margin-top: 0 !important;
}
header #headerL .menu01 li:not(.package) > a,
header #headerL .menu01 li:not(.package) > p {
	/* display: block; */
	/* text-align: center; */
	line-height: 1.2;
}
header #headerL .menu01 li > a br,
header #headerL .menu01 li > p br {
	display: none;
}

@media screen and (max-width:1499.5px){
	header #headerL .menu01 li > a br,
	header #headerL .menu01 li > p br {
		display: inline;
	}
}
@media screen and (min-width:999.5px){
    header #headerL .menu01 .menuSub .menuSubIn{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
    margin: 0 !important;
	padding: 0 40px;
	height: 100%;
}
    header #headerL .menu01 .menuSub .menuSubIn ul{
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}
    }
header #headerR .menu02 li{
    width: auto;
}
header #headerR .menu02 li img{
	width: 22px;
    margin-right: 0em
}

@media screen and (max-width:1279.5px){
	header #headerR nav .menu02 li img{
		width: 18px;
	}
	header #headerR nav .menu02 li a span{
		font-size: 12px;
	}
}

@media screen and (max-width:999.5px){
	header #headerR nav .menu02 li img{
		width: 14px;
	}
	header #headerR nav .menu02 li a span{
		font-size: 11px;
	}
}

@media screen and (max-width:419.5px){
	header #headerR nav .menu02 li{
		width: 48px;
	}
	header #headerR nav .menu02 li img{
		width: 12px;
	}
	header #headerR nav .menu02 li a span{
		font-size: 10px;
	}
}

header #headerR .menu02 li a,
header #headerR .menu02 li p{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	color: #fff;
	text-decoration: none;
	height: 100%;
	position: relative;
	z-index: 10;
	padding: .5rem 1.5rem;
}
@media screen and (max-width: 767.5px){
	header #headerR .menu02 li a,
	header #headerR .menu02 li p{
		padding: .5rem 1.0rem;
	}
}

header #headerR .menu02 li span{
	text-align: center;
	line-height: 120%;
}
header #headerR .menu02 li.language{
	background: #5199C3;
}
header #headerR .menu02 li.language p span {
	position: relative;
	display: block;
	padding-right: 1rem;
}
header #headerR .menu02 li.language p span::after {
	content: '';
	position: absolute;
	top: .3rem;
	right: 0;
	display: inline-block;
	width: 12px;
	height: 14px;
	background: url(/product/prostruct/images/common/icon_submenu_white.svg) top center no-repeat;
}
header #headerR .menu02 li.language .menuSub {
	background-color: white;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	top: 90px;
	visibility: hidden;
	opacity: 0;
	height: 0;
	transition: .2s;
}
header #headerR .menu02 li.language .menuSub a {
	color: #054A83;
	font-weight: bold;
	padding: .5rem 2.1rem;
}
header #headerR .menu02 .menuHover:hover .menuSub{
	visibility: visible;
	opacity: 1;
	height: 34px;
}
header #headerR .menu02 li.catalog a{
	gap: .2rem;
}





header #headerR .menu02 li.language{
	background: #5199C3;
	width: 5.875em;
	cursor: pointer;
}
header #headerR .menu02 li.language p {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    color: #fff;
    text-decoration: none;
    height: 100%;
    position: relative;
    z-index: 10;
    padding: .5rem 1.5rem;
}

@media screen and (max-width:767.5px){
	header #headerR .menu02 li.language p {
		gap: 0rem;
		padding: .5rem 1.0rem;
	}
}

header #headerR .menu02 li.language p span {
	position: relative;
	display: block;
	padding-right: 1rem;
}
header #headerR .menu02 li.language p span::after {
	content: '';
	position: absolute;
	top: .3rem;
	right: 0;
	display: inline-block;
	width: 12px;
	height: 14px;
	background: url(/en/product/prostruct/images/common/icon_submenu_white.svg) top center no-repeat;
}
header #headerR .menu02 li.language .menuSub {
	background-color: white;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	top: 90px;
	visibility: hidden;
	opacity: 0;
	height: 0;
	transition: .2s;
}
header #headerR .menu02 li.language .menuSub a {
	color: #054A83;
	font-weight: bold;
	padding: .5rem 2.1rem;
}
header #headerR .menu02 .menuHover:hover .menuSub{
	visibility: visible;
	opacity: 1;
	height: 34px;
}
@media screen and (max-width:1149.5px){
	header #headerL h1,
	header #headerL .logoNS{
		max-width: 175px;
        margin-top: 0px !important;
	}
    header #headerR .menu02 li{
		width: inherit !important;
	}
	header #headerR .menu02 li br {
		display: block;
	}
	#footerMenu .menu01 .menu01In ul li a {
		font-size: 16px;
	}
}
/*header 1000px以下からスマホ*/
@media screen and (max-width:999.5px){
  header #headerL .logoNS{
		max-width: 175px;
      margin-top: 0px;
	}  
    }
/* スマホ
------------------------------------------------*/
@media screen and (max-width:767.5px){
    header #headerR .menu02 li a{
		flex-direction: column;
		gap: 0;
	}
	header #headerR .menu02 li.language .menuSub a {
		padding: .5rem 1rem;
	}
    header #headerR .menu02 li.catalog a {
		gap: 0;
	}
    #footerMenu .menu01 .menu01In ul li ul li a{
		text-align: left;
		line-height: 1.2;
		padding: 0.7em 2em;
	}
    #advantageFooterMenuIn ul li a{
		flex-direction: column;
		font-size: 12px;
	}
	#advantageFooterMenuIn ul li:last-child a{
		font-size: 10px;
	}
    }
