@charset "utf-8";
/* CSS Document */

body{
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	color: #232323;
	font-size: 15px;
	line-height: 1.6;
	background-color: #d6e9ef;
	background-image: url(/library/common/bg.png);	
}
*{
	box-sizing: border-box;
}

a:link,
a:visited{
	color:#1D76CD;
}

a:hover{
	color:#D72921;
}



/*矢印アイコン*/
.sdc-RightMenu-list:before,
.sdc-anchor-list li:before,
.top_btn_contents a:before{
	content: '';
  width: 15px;
  height: 15px;
  background: #007a9c;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 0;
  margin: auto;
}

.sdc-RightMenu-list:after,
.sdc-anchor-list li:after,
.sdc-pro-menu-3col:after,
.sdc-pro-menu-2:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 19px;
  left: 0;
  margin: auto;
}

.btn_link a:after,
.top_btn_contents a:after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}

/*リンクボタン*/
.btn_link{
	text-align: center;
}
.btn_link a{
	display: inline-block;
    background: #007a9c;
    border-radius: 50px;
    padding: 15px 45px 15px 30px;
    text-decoration: none;
    font-weight: bold;	
	position: relative;
	min-width: 278px;
	z-index: 1;
    overflow: hidden;
}
.btn_link a:link,
.btn_link a:visited{
	color:#fff;
}

.btn_link a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #e6003e;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.btn_link a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.pbHeaderArea{
 	margin-bottom: 30px;
}

.pbFooterArea{
	margin-top:30px;
	color:#fff;
	font-size:0.7rem;
}

.pbFooterArea a:link,
.pbFooterArea a:visited{
	color:#fff;
}

#head_parts{
	column-gap: 30px;
}

.header_line{
	border-bottom:solid 4px #007a9c;
	background:#fff;
	padding:20px 0 0;
    margin-bottom: 20px;
}

.fsize_change dd a{
	background:inherit !important;
	height:inherit !important;
	text-indent: inherit !important;
	font-size: inherit !important;
	border: solid 1px #007a99;
    padding: 4px 10px;
	text-decoration: none;
}

.sdc-title-image, .pbStyleId2091{
	margin-top:0 !important;
}

.fsize_change dd a:link,
.fsize_change dd a:visited{
	color:#007a99;
}

.fsize_change dd.large a:link,
.fsize_change dd.large a:visited{
	color:#fff;
}


.fsize_change dd{
	width: inherit !important;
}

.flex_header>.pbNested {
    display: flex;
	column-gap: 10px; 
	align-items: center;
	justify-content: space-between;
} 
.flex_header>.pbNested:after{
    display:none;
}

dl.fsize_change{
	display: flex;
	column-gap: 5px;
}

.fsize_change dd.middle{
	margin-right:0 !important;
}

.fsize_change dd.large{
	background: #007a99;
}

/*グロナビ*/
#gnavi{
	height:inherit !important;
	margin-top:inherit !important;
}
#gnavi ul{
	display: flex;
    justify-content: space-between;
}
#gnavi ul li{
	width:164px;
}

#gnavi ul li a{
	display: block;
	/*border: solid 1px red;*/
	padding: 14px 10px;
	text-decoration: none;
	/*font-weight:bold;*/
	font-size:1.1rem;
	text-align: center;
}

#gnavi ul li a:link,
#gnavi ul li a:visited{
	color:#232323;
}
#gnavi ul li a:hover,
#gnavi ul li.current a{
	/*font-weight: bold;*/
	color:#007a9c;
}

#gnavi li ul.drop{
	top: 60px !important;	
}

#gnavi li ul.drop li a{
	font-size: 0.82rem !important;
	/*text-decoration: underline !important;*/
	background:#007a9c !important;
}

#gnavi li ul.drop li a:hover{
	text-decoration: underline !important;
	color:#fff !important;
}

/*ヘッダータイトル*/
.box_head_ttl{
	height: 135px;
    width: 1013px;
    background: url(../common/head_ttl_base.jpg) no-repeat;
    font-size: 1.7rem;
    padding: 20px 500px 20px 20px;
    align-items: center;
    display: flex;
    font-weight: bold;
    color: #007a9c;
    line-height: 1.3;
}

/*ぱんくず*/
.sdc-pankuzu, .pbStyleId2012{
	padding:5px;
	background:rgba(255,255,255,0.8);
}

/*右メニュー*/
.sdc-menu-TItle, .pbStyleId2003{
	background:#007a99 !important;
}

.sdc-RightMenu-list, .pbStyleId2005{
	background-image:none !important;
	position: relative;
}

.sdc-RightMenu-list:before {
  background: #e6003e;
}

.sdc-RightMenu-list:after {
  left: 6px;
}

/*フッター*/
.footer-bg{
	background:#479cb5;
	padding:20px 0;
}

.footer-bg .footer_logo{
	margin-bottom: 15px;
}

.footer-bg .img_logo{
	margin-bottom: 20px;
} 

.footer-copy{
	background:#00719c;
	/*padding:10px 0;*/
	font-size:0.8rem;
	text-align: center;
}

.sdc-footer-Menu ul{
	padding: 0;
	margin: 0;
	padding-bottom: 63px;
}
.sdc-footer-Menu li{
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	margin-right: 20px;
	border: solid 0px red;
	float: left;
	background-image: url(../common/icon_arrow_white.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 15px;
}

/* ページトップ
----------------------------------------------------------- */ 
.btn_pagetop{
    position: fixed;   
    right: 20px;
    bottom: 10px;
    z-index:1;
}

.sdc-pagetop a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding-top: 15px;
    color: #232323;
    border: solid 2px #232323;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    font-size: 0.8rem;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 1.1;
    font-weight:bold;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
    margin: 10px;
}

.sdc-pagetop a::before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 3px #232323;
    border-right: solid 3px #232323;
    transform: rotate(-45deg);
    position: absolute;
    top: 30px;
    left: calc(50% - 6px);
    margin: auto;
    transition: all .3s ease-in-out;
}

body .sdc-pagetop a:link,
body .sdc-pagetop a:visited{
    color:#232323;
}

/*見出し*/
h2,h3,h4,h5,h6{
	margin-top:25px;
}

h1,h2,h3,h4,h5,h6{
	margin-bottom:20px;
}

h1{
	padding:10px;
	border-top: 5px #007a9c double;
    border-bottom: 1px #CCCCCC dashed;
	font-size: 1.5rem;
    color: #007a9c;
}

h2{
	background:#007a9c;
	padding:7px 10px 8px 15px;
	color:#fff;
	font-size:1.25rem;
}

h3{
	border-top: 1px #007a9c solid;
    border-bottom: 1px #007a9c solid;
    border-left: 8px #007a9c solid;
    border-right: 1px #007a9c solid;
	padding:5px 10px 5px 5px;
	font-size:1.15rem;
}

h4{
	border-bottom:dotted 1px #e6003e;
	padding:0 10px 5px 30px;
	font-size:1.1rem;
	position: relative;
	    background-image: none;
}

h4::after {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: #fff;
    border: solid 5px #e6003e;
    border-radius: 50px;
    position: absolute;
    left: 5px;
    top: 5px;
    margin: auto;
    box-sizing: border-box;
}

h5{
	padding: 5px 0 5px 13px;
	position: relative;
	font-size:1rem;
	border-left: 8px #e6003e solid;
}
h6{
	color:#007a9c;
	font-size:1rem;
}

/*表*/
table{
	border-collapse:collapse;
	background-repeat: repeat;
}
table,table th,table td{
	border:solid 1px #999;
}

table td,table th{
	padding:10px;
}

table th{
	background-color: #F3F7F8;
}

/*トップページ*/
.top_area_contents,
.top_btn_contents a,
.top_btn_contents02 a{
	background:#fff;
	border-radius:7px;
	padding:10px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    margin: 8px;
}

.top_btn_contents a,
.top_btn_contents02 a{
	display: block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
	position: relative;
	overflow: hidden;
}

.top_btn_contents a:link,
.top_btn_contents a:visited{
	color:#232323;
}

.top_btn_contents a span{
	display: block;
    padding: 15px 18px 5px;
}

.top_btn_contents a img,
.top_btn_contents02 a img{
	width:100%;
}

.top_btn_contents a:before{
	background:#e6003e;
	top: inherit;
    left: inherit;
	bottom: 8px;
    right: 10px;
}

.top_btn_contents a:after{
	top: inherit;
    left: inherit;
	bottom: 13px;
    right: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 4px;
    height: 4px;
}

.top_btn_contents02.btn_access a:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	display: inline-block;
	background-color: #007a9c;
	top:0;
	left:0;
}

/*フレキシブルレイアウト*/
.top_flex_01>.pbNested {
    display: grid;
	gap: 0;
	grid-template-columns: repeat(4, 1fr);
} 

.top_flex_02>.pbNested {
    display: grid;
	gap: 0;
	grid-template-columns:2fr 1fr 1fr;
} 

.top_flex_03>.pbNested {
    display: grid;
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
} 

.top_flex_pro>.pbNested{
	display: flex;
	flex-direction: column;
	row-gap:12px;
}

.top_flex_pro>.pbNested:after{
    display:none;
}

.top_flex_pro01>.pbNested{
	display: flex;
	column-gap: 10px; 
	justify-content: space-between;
} 
.top_flex_pro01>.pbNested:after{
    display:none;
}

.top_flex_pro02>.pbNested{
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px; 
}


.btn_pro_category a{
	display: block;
	border:solid 1px #cecfcc;
	border-top:solid 2px #007a9c;
	text-align: center;
	text-decoration: none;
	padding: 15px;
    font-size: 1.2rem;
	background-image: linear-gradient(-45deg, #e6003e 10px, transparent 0);
	display: flex;
    align-items: center;
    box-sizing: border-box;
    column-gap: 8px;
	justify-content:center;
}

.btn_pro_solution a{
	display: block;
	border:solid 1px #cecfcc;
	text-decoration: none;
	    padding: 12px 10px;
    font-size: 0.97rem;
	background-image: linear-gradient(-45deg, #e6003e 10px, transparent 0);
	width:100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	column-gap: 8px;
}

.btn_pro_category a:link,
.btn_pro_category a:visited,
.btn_pro_solution a:link,
.btn_pro_solution a:visited{
	color:#232323
}

.btn_pro_solution a:hover,
.top_btn_contents a:hover,
.btn_pro_category a:hover{
	text-decoration: underline;
}

/*製品枠*/
.top_pro_ttl01,
.top_pro_ttl02{
	padding:10px;
	text-align: center;
	font-weight:bold;
}
.top_pro_ttl01{
	background:#007a9c;
	color:#fff;
}

.top_pro_ttl02{
	border:solid #007a9c 1px;
	background: #fff;
	color:#007a9c;
}

/*スライドショー*/
.flexslider{
	margin:8px 8px 30px 8px !important;
	overflow: visible;
}

.flex-pauseplay a{
	bottom: 19px !important;
    right: 17px !important;
	width: 23px !important;
    height: 33px !important;
}

/*お知らせ新着情報*/
.ttl_news{
	font-size: 1.4rem;
    font-weight: bold;
    color: #007a9c;
	margin-bottom: 7px;
	border-bottom: 1px #007a9c solid;
}

.ttl_news span{
	font-size: 1.0rem;
    display: inline-block;
    margin-left: 30px;
    color: #232323;
    font-weight: normal;
}

.sdc-news-box, .pbStyleId2081{
	border:none !important;
	padding:0 !important;
}

.box_news{
	padding:30px;
}
.box_topics{
	margin-bottom: 25px;
}

/* =============== ホバー時 =============== */
.top_btn_contents02 a:hover img{
    opacity:.7;
    transition: all .3s ease-in-out;
}

/*製品サービス*/
.sdc-pro-menu-1, .pbStyleId2171{
	border:solid 1px #007a9c !important;
	border-left-width:8px !important;
}

.sdc-pro-menu-3col, .pbStyleId2145,
.sdc-pro-menu-2, .pbStyleId2144{
	background-image:none !important;
	position: relative;
}

.sdc-pro-menu-3col:after,
.sdc-pro-menu-2:after{
	border-color: transparent transparent transparent #e6003e;
	top:10px;
}

.sdc-pro-strong{
	color:#e6003e !important;
}

.sdc-anchor-list li{
	background-image:none !important;
	border: solid 2px #007a9c;
	position:relative;
	padding:0 !important;
}

.sdc-anchor-list li a{
	padding: 5px 10px 5px 33px;
	display: inline-block;
}

.sdc-anchor-list li:before{
  left: 10px;
	top:7px
}

.sdc-anchor-list li:after {
      left: 16px;
    top: 11px;
}
