@charset "UTF-8";
@import url("/site_dns/share/css/font-awesome.min.css");

.pc{
	display:none !important;
}

.l-global-header {
    position: sticky;
    top: 0;
	z-index: 1000;
}


.zone-to-shop-btn {
    font-size: 17px;
    font-weight: bold;
    padding-left: 5px;
}

#searchBox {
	width: 100%;
    border-bottom: 1px solid #000000;
}
#searchBox form {
    display: flex;
    justify-content: space-between;
}
#searchBox .searchText {
	width: calc(100% - 55px);
	padding: 9px 16px !important;
	border: none !important;
    margin-right: -3px;
    box-sizing: border-box;
}
#searchBox .searchBtn {
	background: #000000;
	color: #ffffff;
	width: 55px;
    padding: 9px 12px;
    font-size: 100%;
    line-height: 1.2;
    border: 0;
    box-sizing: border-box;
}

/* accordion */
#informedChoiceMenu{
	margin-bottom:10px;
}

#informedChoiceMenu p{
	background:#fff;
	padding:9px;
	text-align:center;
	font-weight:bold;
	color:#DE0202;
	border: 1px solid #DE0202;
  cursor:pointer;
}
#informedChoiceMenu ul{
	padding: 12px;
  background:#f2f2f2;
  display:none;
}
#informedChoiceMenu ul li{
	display:inline-block;
	margin:10px;
	width: 42%;
}
#informedChoiceMenu ul li.upDate{
	clear:both;
	width:100%;
	padding-right:12px;
	text-align:right;
	font-weight:bold;
}

#informedChoiceMenu ul li a:link{
	background:#DE0202;
	display:inline-block;
	width: 100%;
	text-decoration: none;
	margin: 0;
	padding: 6px;
	font-size: 90%;
}

#informedChoiceMenu ul li a:link:nth-child(4n){
	padding-right:0;
}

/* link */
.siteLink{
	position:relative;
	border-radius:5px;
	background: #E6E6E6;
	padding: 5px;
	text-align: center;
	margin:6px 0 12px;
}
.siteLink span{
	font-size: 0.6rem;
	font-weight:bold;
	color:#333;
}
.siteLink a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	color: #000;
}
.siteLink:after{
	font-family: FontAwesome;
	content: "\f0a9";
	padding-left:6px;
}
.linkList a:before{
	font-family: FontAwesome;
	content: "\f0a9";
	margin-right:12px;
}

/* 繧ｨ繝ｳ繝医Μ繝ｼ蜀��縺ｿ */
.entrySup{ margin-bottom:3.2em; }
.entrySup .note{
	font-size: 75%;
	font-weight: bold;
}
.entrySup h3{
	font-size: 120%;
	margin: 30px 0 15px;
}
.entrySup p{
	margin-bottom:12px;
	font-size: 15px;
}

.entrySup ol,ul,li {
	font-size: 15px;
}
.entrySup .productItem{
	box-sizing:border-box;
	position:relative;
	width: 90%;
	margin: 30px auto;
	border:1px solid #ccc;
	padding:10px;
}
.entrySup .productItem .productName{
	font-size:1.3rem;
	font-weight:bold;
	margin-bottom:12px;
	text-align:center;
}
.entrySup .productItem .productLink{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	z-index:99 !important;
}
.entrySup .productItem img{
	display: block;
	margin: 0 auto 6px;
	width:50%;
}

.entrySup .productItem .productLink2{
	z-index:100 !important;
	position:relative;
}

.entrySup .productItem .productLink2 .btnUnit{
	display:table;
	width:100%;
	color:#fff
}
.entrySup .productItem .productLink2 .btnUnit a{
	text-decoration:none !important;
}
.entrySup .productItem .productLink2 .btnUnit>span{
	display:table-cell;
	padding:5px 0;
	vertical-align:middle;
	text-align:center
}
.entrySup .productItem .productLink2 .btnUnit .label1{
	width:60%;
	padding:5px;
	background:#de0202;
	line-height:200%;
}
.entrySup .productItem .productLink2 .btnUnit .label2{
	display: none;
	width:40%;
	padding:5px;
	line-height:100%;
	background-color:#666;
	background-image:radial-gradient(#999,#999 1px,transparent 1px,transparent);
	background-size:3px 3px;
	font-weight:700;
	font-size:14px;
	font-size:.875rem;
	font-family:'Roboto',sans-serif;
}
.productLink2 a:link{
	text-decoration:none !important;
}

.entrySup hr,.entrySup iframe{
	margin: 3.2em auto;
	display: block;
}

.entrySup .olList{ padding-left: 1.2em; }
.entrySup .olList li{ text-indent: -1.2em; margin-bottom:6px;}

 ul.training{	margin-bottom:20px; font-weight:bold;}
 ul.training li{ margin-bottom:6px !important;}
 ul.training li span{ float:left; min-width:80px;}
 ul.training li.merit span{ min-height:50px;}
 ul.training li.purpose{ color: #eb0202;}
 ul.training li.merit{ color: #0a0ae1;}

.entrySup dl{float:left;}
.entrySup dt,.entrySup dd{float:left;}
.entrySup dt{/*max-width:100px;*/ clear:both;}
.entrySup dd{/*min-width:300px;*/}

.entrySup .seibun img{width:70%; margin:0 15% 12px !important;}
.entrySup .seibun{margin-bottom: 36px;}
.entrySup .seibun table th{ background:#DE0202; color:#fff; font-weight:bold; padding:6px;}
.entrySup .seibun table td{ background:#fff; padding:6px;}


h4.training{
	text-align: center;
	font-size: 120%;
	background: #000;
	color: #fff;
	margin: 30px 0 12px 0;
	padding: 6px;
}

.team-article.w220{
	width:49%;
}
.team-article.w440{
	width:100%;
	margin-top:40px;
}
.w440 .team-article-box span{
	display:initial;
	margin:0 6px;
}
/*.w440 .en:after{
	content:"縲/";
}*/

.team-list h2{
	margin-top:40px;
	background:#000;
	line-height:100%;
	color:#fff;
	font-size:1.2rem;
	padding:6px 12px;
}
.team-list h2.red{
	background:#DE0202;
}
.pLine ul.productsLink{margin-left:0 !important;}
.productsLink ul{ margin:0; padding:0; width:100%;}
.productsLink li{ float: left; margin-right: 2%; padding:0; margin-bottom: 12px; width:49%; list-style-type:none !important;}
.productsLink li:nth-child(2n){margin-right:0;}
.productsLink li img{ border: #ccc 1px solid; width:100%;}

.profileUnit{font-size:90%;}
.profileUnit .img{ width:30%; float:right; margin-left:12px;}

#bunseki{width:100%;}

#bunseki th,#bunseki td{border:1px solid #ccc; border-collapse:collapse; line-height:120%;}
#bunseki th{padding:1px; text-align:center; font-weight:bold; background:#ccc; padding:6px 0;}
#bunseki th:not(:last-child){border-right:1px solid #fff; }
#bunseki td{ padding:10px 5px; width:15%;}

#bunseki .itemNum:nth-child(even){background:#F6F6F6;}
#bunseki .itemNum:nth-child(odd){background:#ECECEC;}
.itemName{text-align:center; padding-top:12px !important;}
#bunseki img,#bunseki .btn-more, #bunseki a.btn-more{display:initial; margin-bottom:3px;}
#bunseki a.btn-more{text-decoration: none; margin: 0; padding: 6px; font-size: 80%;}
#bunseki .certificate{display: block; margin-top: 6px;}
#bunseki a:link,#bunseki a:hover,#bunseki a:visited{color:#000; text-decoration:none; font-weight:bold;}
.informed{text-align:center; width:15%;}
.informed a:link,.informed a:hover,.informed a:visited { display:block; color:#fff !important; background:#DE0202; padding-top:12px; text-align:center; line-height:100%;border-radius: 5px;}
.view{width: 50%; border: 1px solid #ccc; margin: auto;}
.nowrap{white-space:nowrap;}

/*2018 LineUp*/
.redLine {
border-top: 2px dashed #de0202;
padding-top: 25px;
}
.quick {
color: #de0202;
font-size: 1rem;
margin: 0 0 10px!important;
text-align: center;
}
.quickTop {
margin-bottom: 20px;
}
.quicklist {
width: 100%;
border: 2px dashed #de0202;
box-sizing: border-box;
padding: 20px;
margin: 0 auto 25px;
}
.quicklist dt,.quicklist dd {
width: 100%;
padding: 5px 0;
}
.pLine .w50 {
width: 100%;
margin: -10px 0 15px 0!important;
}
.w50 + .w50 {margin-top: 0!important;}
.hLineL + .w50 {margin-top: 15px!important;}
.pLine h4 {font-size: 0.9rem;margin-bottom: 10px;}
.more {
display: inline-block;
}






/*2019 about DNS*/
.concept-container {
 padding: 30px 10px 0;
}

h1.sectionTitle {
 font-size: 32px;
 font-weight: 400;
 line-height: 1;
}
.sectionHead > .sectionTitle {
 font-size: 22px;
 font-weight: 700;
}


.localNav {}
* + .localNav {
 margin-top: 20px;
}
.localNav li {
 font-size: 15px;
 line-height: 1.0;
}
.localNav li + li {
 margin-top: 14px;
}
.localNav li > a {
 position: relative;
 display: inline-block;
 padding-left: 14px;
 color: #000000;
}
.localNav li > a::before {
 content: "";
 display: block;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 width: 0;
 height: 0;
 margin: auto;
 border-style: solid;
 border-width: 5px 0 5px 6px;
 border-color: transparent transparent transparent #000000;
}
.localNav li > a:active {
 color: #de0202;
}
.localNav li > a:hover::before {
 border-color: transparent transparent transparent #de0202;
}


.sec-about-01 {
 margin-top: 50px;
}
.sec-about-01 .sectionHead {
 margin-bottom: 16px;
}
.sec-about-01 .sectionTitle {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","Verdana","ＭＳ Ｐゴシック",sans-serif;
}
.sec-about-01 .unitText {
 margin: 16px 0;
}
.sec-about-01 .unitText > p {
 font-size: 15px;
 line-height: 1.8;
}
.sec-about-01 .unitText .message {
 margin: 20px 0;
 padding: 0 16px;
 font-size: 15px;
 font-weight: 700;
 line-height: 2.2;
}


.sec-about-02 {
 margin-top: 50px;
}
.sec-about-02 .sectionHead {
 margin-bottom: 16px;
 padding-bottom: 4px;
 border-bottom: 1px solid #000000;
}
.sec-about-02 .sectionTitle {
 margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","Verdana","ＭＳ Ｐゴシック",sans-serif;
}


.abouttUnit_s {}
* + .abouttUnit_s {
 margin-top: 40px;
}
.abouttUnit_s .unitHead {}
.abouttUnit_s .unitHead .hLine {
 display: flex;
 align-content: center;
}
.abouttUnit_s .unitHead .hLine > i {
 display: block;
 height: 24px;
 width: 24px;
 flex: 0 0 24px;
 margin-right: 12px;
 border-radius: 100%;
 background-color: #de0202;
 color: #ffffff;
 font-size: 15px;
 font-weight: 700;
 text-align: center;
 font-style: normal;
 line-height: 24px;
}
.abouttUnit_s .unitHead .hLine > span {
 font-size: 16px;
 font-weight: 700;
 line-height: 24px;
}
.abouttUnit_s .unitHead + .unitBody {
 margin-top: 20px;
}
.abouttUnit_s .unitBody {}
.abouttUnit_s .unitText {
 font-size: 15px;
 line-height: 1.8;
}
.abouttUnit_s .unitText a:link,
.abouttUnit_s .unitText a:visited {
 color: #de0202;
}
.abouttUnit_s .unitImage {
 margin-top: 20px;
 text-align: center;
}
.abouttUnit_s .unitImage.multi {
 display: flex;
 justify-content: space-around;
}
.abouttUnit_s .unitImage > picture {
 display: inline-block;
}
.abouttUnit_s .unitImage > picture + picture {}


.abouttUnit_s.unitHistory_s .unitText {}
.abouttUnit_s.unitHistory_s .unitImage {}

.antiUnit_s {}
* + .antiUnit_s {
 margin-top: 20px;
 padding-top: 20px;
 border-top: 2px solid #dedede;
}
.antiUnit_s .unitHead {
 font-size: 18px;
 font-weight: 700;
}
.antiUnit_s .unitHead small {
 font-size: 14px;
 font-weight: 700;
}
.antiUnit_s .unitHead + .unitBody {
 margin-top: 24px;
}
.antiUnit_s .unitBody {}
.antiUnit_s .unitBody {
}
.antiUnit_s .unitBody > p {
 font-size: 15px;
 line-height: 1.8;
}
.antiUnit_s .unitBody * + ul,
.antiUnit_s .unitBody * + p {
 margin-top: 16px !important;
}
.antiUnit_s .unitBody ul {}
.antiUnit_s .unitBody ul > li {
 position: relative;
 margin-left: 14px;
 padding-left: 12px;
 font-size: 15px;
 line-height: 1.8;
}
.antiUnit_s .unitBody ul > li::before {
 content: "";
 display: block;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 width: 5px;
 height: 1px;
 margin: .8em auto;
 background: #000000;
}
.antiUnit_s .unitBody a {
 color: #de0202;
}
.antiUnit_s .unitBody strong {
 font-weight: 700;
}

.antiUnit_s .unitImage {
 margin-top: 20px;
 text-align: center;
}
.antiUnit_s .unitImage.multi {
 display: flex;
 justify-content: space-around;
}
.antiUnit_s .unitImage > picture {
 display: inline-block;
}
.antiUnit_s .unitImage > picture + picture {}



.movUnits {}
.movUnits .unitMov {
 max-width: 640px;
 margin: auto;
}
.movUnits .unitMov .exp {
 margin-top: 8px;
}
.movUnits .unitMov + .unitMov {
 margin-top: 40px;
}
.movieWrap {
 position: relative;
 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
 height: 0;
 overflow: hidden;
}
.movieWrap iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.btnUnits {}
.btnUnits > .mod {}
.btnUnits > .mod + .mod {
 margin-top: 28px;
}
.btnUnits > .mod > .head {}
.btnUnits > .mod > .head > a {
 display: block;
 width: 100%;
 padding: 19px;
 background-color: #de0202;
 box-sizing: border-box;
 color: #ffffff;
 font-size: 18px;
 font-weight: 700;
 text-align: center;
}
.btnUnits > .mod > .body {
 text-align: center;
 margin-top: 8px;
 font-size: 15px;
}

.bnr_aboutDNS {
 margin: 20px;
 border: 1px solid #d52d25;
}
.bnr_aboutDNS > a{
 display: block;
 width: 100%;
 padding: 20px;
 border: 4px solid #ffffff;
 background-color: #d52d25;
 box-sizing: border-box;
 color: #ffffff;
 font-size: 18px;
	font-family:'Roboto',sans-serif;
 font-weight: 700;
 text-align: center;
 text-transform: uppercase;
}

/* フッターナビのカラーを赤に */
.l-contents-navi {
 background-color: #de0202;
/* background:rgba(213,45,37,1.0);*/
}








#pageTop .blockHead {
	text-align: center;
    padding-top: 3rem;
    margin-bottom: 2rem;
}

#pageTop .blockHead .blockTitle a {
	color: #000000;
}

#pageTop .bl-dte-head-ttl {
    text-align: center;
}
#pageTop .bl-dte-head-ttl .ja {
	display: block;
    margin-top: 0.4rem;
    font-size: 1rem;
}

#pageTop .blockSubHead {
	text-align: center;
    padding-top: 3rem;
    margin-bottom: 2rem;
}

#pageTop .blockBody {
    padding: 0 10px;
}

#pageTop .blockBody article:nth-of-type(n+2) {
	margin-top: 20px;
}

#pageTop .lineup-banner {
	box-sizing: border-box;
}
#pageTop .lineup-banner:nth-of-type(n+2) {
	margin-top: 20px;
}
#pageTop .lineup-banner img {
	width: 90%;
}
#pageTop #dns {
		background: #e70012 url(/sp/images/common/ico_arr_white.svg) no-repeat 98% center;
		background-size: 10px auto;}
#pageTop #dnswomen {
		background: #d81e6f url(/sp/images/common/ico_arr_white.svg) no-repeat 98% center;
		background-size: 10px auto;}
#pageTop .bl-lineup-body {
    padding: 0;
}

#pageTop #education {
}

#pageTop #education .unitImg {
	border: 2px solid #bfbfbf;
}

#pageTop #education h3 {
	display: none;
}

#pageTop #blockShop {
    padding-bottom: 40px;
}

.snsBox {
    padding: 30px;
    background: #eeeeee;
    text-align: center;
}
.snsBox > .inner {
    display: flex;
    justify-content: center;
}
.snsBox .btn {
    margin-left: 18px;
}
.snsBox .btn:nth-of-type(1) {
	margin-left: 0;
}
.snsBox .title {
	display: none;
}

#data-carousel {
    margin-bottom: 10px;
}
#news {
	background: #f0f0f0;
	padding: 17px 20px;
}

#pageTop #news .blockHead {
	text-align: left;
    padding-top: 0;
    margin-bottom: 0;
}

#news .blockHead {
    padding: 0 10px;
}
#news .blockTitle a {
	color: #000000;
    text-transform: uppercase;
}

#news .blockBody {
}
#news .blockBody a {
	color: #000000;
    text-transform: uppercase;
}

#pageTop #news .newsUnit:nth-of-type(n+2) {
    margin-top: 0;
	display: none;
}

#news .newsUnit .unitMeta {
    display: inline;
	margin-right: 10px;
}

#news .newsUnit .unitTitle {
    display: inline;
}

#data-dteNew article:nth-of-type(n+2) {
	display: none;
}

#dnsNavi {
	/* margin-top: 10px; */
}

#dnsNavi .accordion_btn {
    position: relative;
    padding: 10px 15px;
    background-color: #de0202;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

#dnsNavi .accordion_btn i {
    position: absolute;
    top: 17px;
    margin-left: 15px;
    transform: rotate(90deg);
}

#dnsNavi .accordion_btn.open i {
    transform: rotate(-90deg);
}

#dnsNavi .accordion_content {
}

#dnsNavi .accordion_content ul {
    background-color: #ededed;
    padding-bottom: 2rem;
}
#dnsNavi .accordion_content li {
    padding-top: 1rem;
}
#dnsNavi .accordion_content li a {
    position: relative;
    display: block;
	background-color: #ffffff;
    color: #000000;
    width: 80%;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.5rem 20px;
    margin: 0 auto;
}

#dnsNavi .accordion_content li a i {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

#blockProduct {
    padding-bottom: 40px;
}

#data-dtePanel .unit {
    background-color: #ededed;
}

#data-dtePanel .unit .unitTitle {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #000000;
}

#data-dteService {
    margin-bottom: 20px;
}

#data-dteService h3 {
    color: #000000;
    text-align: center;
}

#data-dteService h3 span {
	display: block;
}

.accordionMenu {
	padding-right: 15px;
    border-bottom: 1px solid #fff;
    background: #000 url(../images/common/ico_arr_white.svg) no-repeat 96% center;
    background-size: 10px auto;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: 'Roboto', sans-serif;
}
.skipNav {
    display: none;
}

.dte-detail-interview p {
	font-size: 15px;
}

.dte-detail-interview h3 {
	font-size: 17px;
	margin-bottom: 1em
}

.unitText p,.unitText strong {
	font-size: 15px;
}


/*==========================================================================================

	// 詳細ページ：関連記事へのリンク

==========================================================================================*/
.entRelatedHLine {
	background-color: #000000;
	color: #fff;
	font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
	padding: 10px 20px;
	margin-bottom: 30px;
}

.entRelatedImg {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.entRelatedImg li {
	width: 96%;
}

.entRelatedImg li .unit .txt {
	line-height: 1.3;
}
.entRelatedImg li .unit .entTitle {
	color: #000;
	padding: 1em 0.4em;
	font-size: 15px;
	font-weight: bold;
}
.entRelatedImg li .unit .img img {
	width: 100%;
}


/*==========================================================================================

	// 詳細ページ：人気記事へのリンク

==========================================================================================*/
.entRelatedHLine {
	background-color: #000000;
	color: #fff;
	font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
	padding: 10px 20px;
	margin-bottom: 30px;
}

.entPopularImg {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.entPopularImg li {
	width: 96%;
}

.entPopularImg li .unit .txt {
	line-height: 1.3;
}
.entPopularImg li .unit .entTitle {
	color: #000;
	padding: 1em 0.4em;
	font-size: 15px;
	font-weight: bold;
}
.entPopularImg li .unit .img img {
	width: 100%;
}

/* section references
==========================================================================================*/
.references {
    background: #f5f5f5;
    padding: 5px;
    margin: 0 0 15px;
}

.references .wrap {
    background: #ffffff;
    margin: 5px 0px;
    padding: 10px 12px;
}

.references h4 {
    font-size: 12px;
    font-weight: 50;
    line-height: 15px;
}

.references ul {
    list-style: none;
}

.references ul li {
    font-size: 10px;
    font-weight: 50;
    line-height: 15px;
}

/* common-fixed-btn
==========================================================================================*/
.p-common-fixed-btn {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 100;
}

.p-common-fixed-btn__btn {
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 45px 10px 20px;
    color: #fff!important;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    background: #de0202;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.p-common-fixed-btn__btn img {
    opacity: 1!important;
	width: 12vw;
}

.p-common-fixed-btn__btn .text {
    padding-left: 15px;
}

.p-common-fixed-btn__btn:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.314%207.071%22%3E%3Cg%20transform%3D%22translate(729.734%20-813.173)%20rotate(45)%22%3E%3Crect%20width%3D%228%22%20height%3D%222%22%20transform%3D%22translate(60%201090)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%228%22%20height%3D%222%22%20transform%3D%22translate(68%201084)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
}

.p-common-fixed-btn__btn:focus, .p-common-fixed-btn__btn:hover {
    background: #000;
}
