/*
Theme Name:  nittoyumex
Theme URI:
Description:
Version: 1.0
Author: 
Author URI:
*/


body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
	color:#222;
	font-size:16px;
	line-height:1.75;
	letter-spacing:0.03em;
	text-align:justify;
}
a {
	color: #222;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	color:#777;
}

::selection{background-color:#888;}
::-moz-selection{background-color:#888;}

body , header , footer{
	min-width:1280px;
	max-width: 1920px;
	margin: auto;
}
body:lang(en) {
	text-align: left;
}



/*============================================================================

	#mainvisual　＊　下層のMV

============================================================================*/
#mainvisual {
	position: relative;
	width: 100%;
	height:270px;
	background: url(images/main_01.jpg) center bottom no-repeat;
  	background-size: cover;
}
#mainvisual h2 {
	width: 90%;
	top:210px;
	left:5%;
	margin-bottom:0;
	padding-top: 50px;
	background:#FFF;
}
#mainvisual h2 em {
}



/*==================================================================

	ぱんくず

==================================================================*/
.breadcrumbs {	
	width:100%;
	margin:0 auto 60px;
	padding: 0 15px 15px;
	box-sizing:border-box;
	border-bottom: 3px solid #f7f7f7;
	font-size:13px;
}	
.breadcrumbs p {	
	width:100%;
	margin:auto;
}	
.breadcrumbs i {	
	margin-right:5px;
	color:#888;
}	



/*==================================================================

	main

==================================================================*/
main {
}

main #wrapper {
	width: 1100px;
	margin: 120px auto 0;
	padding-bottom: 80px;
}

main #wrapper section {
	position:relative;
	width: 100%;
	margin-bottom: 120px;
}
main #wrapper section:last-child {
	margin-bottom: 0;
}



/*==================================================================

	 タイトル

==================================================================*/

/*------------------------------ top・各下層見出し　------------------------------*/
h2 {
	position: relative;
	margin-bottom: 60px;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing:7px;
}
h2 em {
	display: block;
	font-size: 50px;
	font-family: 'EB Garamond', serif;
	text-transform:capitalize;
	letter-spacing: 2px;
}

/*------------------------------ 下層　------------------------------*/
#wrapper h3 {
	position: relative;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight:bold;
}
#wrapper h4 {
	position: relative;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}



/*==================================================================

	table

==================================================================*/
table {
	width:100%;
	margin-bottom:70px;
	border-top:2px solid #333333;
}
table:last-of-type {
	margin-bottom:0;
}
table th{
	width:20%;
	min-width:150px;
	text-align:center;
	font-weight:bold;
}
table th , table td {
	padding: 25px 40px;
	border-bottom:1px solid #cccccc;
}





/*==================================================================

	text

==================================================================*/
.text {
	position:relative;
	margin-bottom:50px;
}
.text p {
	margin-bottom:1em;
}
.text:last-child{
	margin-bottom:0;
}

.fl-left {
	float:left;
	margin-right:30px;
}
.fl-right {
	float:right;
	margin-left:30px;
}



/*==================================================================

	btn

==================================================================*/
.btn {
	margin-top: 30px;
	text-align: center;
	font-size: 15px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
	line-height:1.75;
}
.btn a {
	position: relative;
	display: inline-block;
	padding: 15px 40px 15px 100px;
	border: 1px solid #222;
	background: #222;
	color: #FFF;
	transition: 0.3s ease-out;
}
.btn a::before {
	position: absolute;
	content: "";
	top: 58%;
	left: 30px;
	width: 45px;
	height: 1px;
	background: #FFF;
	transition: 0.3s ease-out;
}
.btn a::after {
	position: absolute;
	content: "";
	top: 52%;
	left: 68px;
	width: 7px;
	height: 1px;
	background: #FFF;
	transition: 0.3s ease-out;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
.btn a:hover {
	color: #222;
	background: #FFF;
}
.btn a:hover::before {
	left: 30px;
	width: 55px;
	background: #222;
}
.btn a:hover::after {
	left: 78px;
	background: #222;
}



/*==================================================================

		$投稿ページ(single.php)

==================================================================*/
time {
	display: block;
    margin-top: -20px;
    margin-bottom: 40px;
    padding: 0px 10px 10px;
    border-bottom: 1px dashed #eee;
    text-align: right;
    font-size: 15px;
}
time i {
	margin-right:5px;
}

/*------------------------------ページネーション------------------------------*/
.single_nav {
	text-align:center;
	border-top:1px solid #eee;
    margin-top: 90px;
    padding-top: 50px;
}
.single_nav p {
	display:inline-block;
}
.single_nav a {
	margin:0 10px;
    padding: 10px 20px;
    background: #ccc;
}




/*==================================================================

		$投稿一覧ページ(blog.php)

==================================================================*/
.archive_post_content {
	border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.archive_post_content .date {
	position:absolute;
	margin-bottom:10px;
	padding:5px 10px 7px;
   background: #eee;
	font-size:13px;
   line-height: 2;
}
.archive_post_content h3 {
   top: 4px;
    margin-left: 140px;
    width: 86%;
    box-sizing: border-box;
	font-size:18px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/*------------------------------ページネーション------------------------------*/
div.pagenum {
	text-align:center;
}
div.pagenum ul.page-numbers li  {
    display: inline-block;
    min-width: 20px;
}
div.pagenum ul.page-numbers li .page-numbers  {
	background: #ccc;
    padding: 10px 10px;
}
div.pagenum ul.page-numbers li .current {
    background :#222;
	color:#FFF;
}




/*==================================================================

		$お問い合わせページ　＊　Contact Form 7カスタマイズ

==================================================================*/
@media(max-width:640px) {
	.inquiry th,.inquiry td {
		display:block!important;
		width:100%!important;
		border-top:none!important;
		-webkit-box-sizing:border-box!important;
		-moz-box-sizing:border-box!important;
		box-sizing:border-box!important;
	}
	.inquiry tr:first-child th{ border-top:1px solid #d7d7d7!important; }
	.inquiry .haveto,.inquiry .any { font-size:12px; }
}

.inquiry {
	width:100%;
	margin-bottom:40px;
}
.inquiry th{
	width:30%;
	text-align:left;
}
.inquiry td{
}
.inquiry td span.your-company-spam{
	 font-size: 13px;
    padding-top: 5px;
    display: block;
}
.inquiry td input{
	padding:10px 20px;
    box-sizing: border-box;
}
.inquiry td select{
	padding:10px 20px;
}
.verticallist .wpcf7-list-item{
 	display:block;
}
.inquiry td textarea{
	width:100%;
	padding:10px 20px;
    box-sizing: border-box;
}
.spam {
	margin-top:30px;
	padding:15px 10px;
	background:#eee;
	text-align:center;
}
.spam span {
	margin-right:5px;
}

/*------------------------------ 必須 ------------------------------*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:15px;
 position:relative;
 bottom:1px;
}
/*------------------------------ 任意 ------------------------------*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:15px;
 position:relative;
 bottom:1px;
}
/*------------------------------ 送信ボタン ------------------------------*/
#formbtn{
 	display: block;
	width:350px;
 	margin:25px auto 0;
 	padding:15px;
 	border:1px solid #222;
 	background:#222;
 	color:#fff;
 	font-size:15px; 
	-webkit-appearance: none;
	transition: 0.3s ease-out;
}
#formbtn:hover{
 	background:#fff;
 	color:#222;
}



/*==================================================================

		$business　＊　事業内容ページ（TOP流用、手直し）

==================================================================*/
.page-id-7 #top_business {
	width: 1100px;
	padding: 0;
}

/*========== en ==========*/
.page-id-398 #top_business {
	width: 1100px;
	padding: 0;
}



/*==================================================================

		$cutting　

==================================================================*/
.page-id-48 table {
	float:left;
	width:46%;
	margin:50px 2% 0;
}
.page-id-48 table th {
    min-width: 170px;
}
.page-id-48 table th , .page-id-48 table td {
	padding: 20px 40px;
}

/*========== en ==========*/
.page-id-427 table {
	float:left;
	width:46%;
	margin:50px 2% 0;
}
.page-id-427 table th {
    min-width: 170px;
}
.page-id-427 table th , .page-id-427 table td {
	padding: 20px 40px;
}



/*==================================================================

		$development　

==================================================================*/
.page-id-52 section dl {
	text-align:center;
}
.page-id-52 section dl dt {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: bold;
	text-align:left;
}
.page-id-52 section dl dd img {
	margin-bottom:20px;
}
.page-id-52 section dl dd:last-child {
	margin-bottom:50px;
	padding:20px;
	background:#eee;
}

.page-id-52 section .flexbox {
   display: -webkit-flex;
   display: flex;
	justify-content: space-between;
} 

/*========== en ==========*/
.page-id-432 section dl {
	text-align:center;
}
.page-id-432 section dl dt {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: bold;
	text-align:left;
}
.page-id-432 section dl dd img {
	margin-bottom:20px;
}
.page-id-432 section dl dd:last-child {
	margin-bottom:50px;
	padding:20px;
	background:#eee;
}

.page-id-432 section .flexbox {
   display: -webkit-flex;
   display: flex;
	justify-content: space-between;
} 



/*==================================================================

		$product

==================================================================*/
.page-id-54 section ul li {
   display: inline-block;
	margin-bottom:20px;
	margin-right:20px;
   padding: 5px 20px;
   border: 1px solid #333;
}
.page-id-54 .flexbox {
   display: -webkit-flex;
   display: flex;
	justify-content: center;
} 
.page-id-54 section.flexbox dl {
	width:450px;
	margin:0 20px;
	text-align:center;
}
.page-id-54 section.flexbox dl dd {
	text-align:left;
}
.page-id-54 div.flexbox {
   display: -webkit-flex;
   display: flex;
	justify-content: center;
	align-items: center;
} 
.page-id-54 div.flexbox img {
	margin:40px 10px;
}

.page-id-54 .product_voice {
	width:48%;
	margin:0 1%;
	padding:20px ;
	background:#eee;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.page-id-54 .product_voice dt img {
	float:left;
	margin:0 20px 0 0;
}
.page-id-54 .product_voice dd:first-of-type {
	margin-top:5px;
	font-weight:bold;
	font-size:18px;
}
.page-id-54 .product_voice dd:last-of-type  {
	margin-top:10px;
}
.page-id-54 table {
	border-top:none;
	margin-bottom:20px;
}
.page-id-54 table th{
	width:auto;
	min-width:auto;
}
.page-id-54 table th , .page-id-54 table td{
	padding: 15px 10px;
	border:1px solid #cccccc;
	text-align:center;
}
.page-id-54 .youtube_box .youtube_zzz {
	position:absolute;
	right:30px;
	bottom:25px;
}
.page-id-54 .youtube_box p {
	margin-top:10px;
	margin-bottom:50px;
	padding:20px;
	background:#eee;
	text-align:center;
}


/*========== en ==========*/
.page-id-434 section .fl-left {
	margin-bottom: 10px;
}
.page-id-434 section ul li {
   display: inline-block;
	margin-bottom:20px;
	margin-right:20px;
   padding: 5px 20px;
   border: 1px solid #333;
}
.page-id-434 .flexbox {
   display: -webkit-flex;
   display: flex;
	justify-content: center;
} 
.page-id-434 section.flexbox dl {
	width:450px;
	margin:0 20px;
	text-align:center;
}
.page-id-434 section.flexbox dl dd {
	text-align:left;
}
.page-id-434 div.flexbox {
   display: -webkit-flex;
   display: flex;
	justify-content: center;
	align-items: center;
} 
.page-id-434 div.flexbox img {
	margin:40px 10px;
}

.page-id-434 .product_voice {
	width:48%;
	margin:0 1%;
	padding:20px ;
	background:#eee;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.page-id-434 .product_voice dt img {
	float:left;
	margin:0 20px 0 0;
}
.page-id-434 .product_voice dd:first-of-type {
	margin-top:5px;
	font-weight:bold;
	font-size:18px;
}
.page-id-434 .product_voice dd:last-of-type  {
	margin-top:10px;
}
.page-id-434 table {
	border-top:none;
	margin-bottom:20px;
}
.page-id-434 table th{
	width:auto;
	min-width:auto;
}
.page-id-434 table th , .page-id-434 table td{
	padding: 15px 10px;
	border:1px solid #cccccc;
	text-align:center;
}
.page-id-434 .youtube_box .youtube_zzz {
	position:absolute;
	right:30px;
	bottom:25px;
}
.page-id-434 .youtube_box p {
	margin-top:10px;
	margin-bottom:50px;
	padding:20px;
	background:#eee;
	text-align:center;
}



/*==================================================================

		$CSR-SDGs

==================================================================*/
.page-id-13 section dl {
	margin-bottom:30px;
	padding:20px 40px 0;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.page-id-13 section dl dt {
	margin-bottom:20px;
	font-size:16px;
	font-weight:bold;
}
.page-id-13 section dl dd {
	position:relative;
	float:left;
	margin-bottom:30px;
}

/*左側アイコン*/
.page-id-13 section dl dd:first-of-type {
   width: 10%;
   padding-left: 2%;
	box-sizing: border-box;
}
.page-id-13 section dl dd:first-of-type p {
	width:40px;
	height:40px;
	margin:5px 0;
	padding-top:8px;
	color:#FFF;
	text-align:center;
	line-height:1;
	box-sizing:border-box;
	font-size:25px;
	font-family: 'Bebas Neue', cursive;
}
/*クールチョイスアイコンのみ*/
.page-id-13 section:nth-of-type(2) dl:first-of-type dd:first-of-type p:first-of-type { padding-top:0; }
/*色差分*/
.csr_no04 {background:#b62a30;}
.csr_no07 {background:#f2bf41;}
.csr_no08 {background:#8b1e33;}
.csr_no09 {background:#dd712d;}
.csr_no10 {background:#cb2f7a;}
.csr_no12 {background:#ca9434;}
.csr_no13 {background:#4e773e;}
.csr_no14 {background:#2f74b5;}
.csr_no15 {background:#54a548;}

/*右側テキスト*/
.page-id-13 section dl dd:last-of-type {
   width: 82%;
   padding: 20px 4%;
	background:#f7f7f7;
}
.page-id-13 section dl dd:last-of-type p {
	position:relative;
	margin-bottom: 7px;
	padding-left:15px;
}
.page-id-13 section dl dd:last-of-type p::before  {
	position:absolute;
	content:"";
	top:11px;
	left:0;
	width:5px;
	height:5px;
	border-radius:100%;
	background:#bbb;
}

/*日東ユメックスのSDGsとの関わり*/
.page-id-13 section dl.lastlist  {
	margin-bottom:0;
	padding:0;
	border:none;
}
.page-id-13 section dl.lastlist dt  {
	font-size:18px;
}
.page-id-13 section dl.lastlist dd.heightLine-7:first-of-type {
	margin-top: 10px;
}
.page-id-13 section dl.lastlist dd.heightLine-7:last-of-type p {
	margin-bottom: 17px;
}
.page-id-13 section dl.lastlist dd.heightLine-7:last-of-type p:last-of-type {
	margin-bottom: 5px;
}


/*========== en ==========*/
.page-id-421 section dl {
	margin-bottom:30px;
	padding:20px 40px 0;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.page-id-421 section dl dt {
	margin-bottom:20px;
	font-size:16px;
	font-weight:bold;
}
.page-id-421 section dl dd {
	position:relative;
	float:left;
	margin-bottom:30px;
}
.page-id-421 section dl dd:first-of-type {
   width: 10%;
   padding-left: 2%;
	box-sizing: border-box;
}
.page-id-421 section dl dd:first-of-type p {
	width:40px;
	height:40px;
	margin:5px 0;
	padding-top:8px;
	color:#FFF;
	text-align:center;
	line-height:1;
	box-sizing:border-box;
	font-size:25px;
	font-family: 'Bebas Neue', cursive;
}
.page-id-421 section:nth-of-type(2) dl:first-of-type dd:first-of-type p:first-of-type { padding-top:0; }
.page-id-421 section dl dd:last-of-type {
   width: 82%;
   padding: 20px 4%;
	background:#f7f7f7;
}
.page-id-421 section dl dd:last-of-type p {
	position:relative;
	margin-bottom: 7px;
	padding-left:15px;
}
.page-id-421 section dl dd:last-of-type p::before  {
	position:absolute;
	content:"";
	top:11px;
	left:0;
	width:5px;
	height:5px;
	border-radius:100%;
	background:#bbb;
}
.page-id-421 section dl.lastlist  {
	margin-bottom:0;
	padding:0;
	border:none;
}
.page-id-421 section dl.lastlist dt  {
	font-size:18px;
}
.page-id-421 section dl.lastlist dd.heightLine-7:first-of-type {
	margin-top: 10px;
}
.page-id-421 section dl.lastlist dd.heightLine-7:last-of-type p {
	margin-bottom: 17px;
}
.page-id-421 section dl.lastlist dd.heightLine-7:last-of-type p:last-of-type {
	margin-bottom: 5px;
}



/*==================================================================

		youtube埋め込み

==================================================================*/
.youtube {
     position: relative;
     padding-bottom: 56.25%; 
     height: 0;
     overflow: hidden;
}
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100% !important;
}



/*==================================================================

		$工場案内

==================================================================*/
.factory_map01 {
	position:relative;
	width:100%;
	height:750px;
	background:url(images/factory_img01.jpg) no-repeat center top;
}
.factory_map02 {
	width:100%;
	height:400px;
	background:url(images/factory_img02.jpg) no-repeat center;
}
.factory_point01 {
	position:absolute;
	top:168px;
	left:50%;
	margin-left:-71px
}
.factory_point02 {
	position:absolute;
	top:216px;
	left:50%;
	margin-left:226px
}
.factory_point03 {
	position:absolute;
	top:310px;
	left:50%;
	margin-left:7px;
}
.factory_point04 {
	position:absolute;
	top:327px;
	left:50%;
	margin-left:-302px;
}
.factory_point05 {
	position:absolute;
	top:590px;
	left:50%;
	margin-left:10px;
}
.factory_point06 {
	position:absolute;
	top:158px;
	left:50%;
	margin-left:-348px;
}
.factory_point07 {
	position:absolute;
	top:243px;
	left:50%;
	margin-left:-215px;
}
.factory_point08 {
	position:absolute;
	top:250px;
	left:50%;
	margin-left:290px;
}
.factory_point-none {
	display:none;
}
.factory_map01 a img {
	position:relative;
	margin-top:0;
	transition: 0.3s ease-out;
}
.factory_map01 a img:hover {
	margin-top:-5px;
}
.lightboxOverlay {
    min-width: 1280px !important;
}
.lightbox {
    min-width: 1280px;
}
.page-id-11 table {
	border-top:none;
	margin-bottom:80px;
}
.page-id-11 table th{
	width:auto;
	min-width:auto;
}
.page-id-11 table th , .page-id-11 table td{
	padding: 15px 10px;
	border:1px solid #cccccc;
	text-align:center;
}
.page-id-11 table .grey {
	background: #eee;
}
.page-id-11 table .right {
	text-align:right;
}
.page-id-11 h4 {
	position:absolute !important;
    top: 3px;
    left: 170px;
	background: linear-gradient(transparent 50%, #ddd 30%);
    padding: 0 10px;
}

/*========== en ==========*/
.page-id-419 .factory_map01 {
	background:url(images/factory_img01_en.jpg) no-repeat center top;
}
.page-id-419 .factory_map02 {
	background:url(images/factory_img02_en.jpg) no-repeat center;
}
.page-id-419 table {
	border-top:none;
	margin-bottom:80px;
}
.page-id-419 table th{
	width:auto;
	min-width:auto;
}
.page-id-419 table th , .page-id-419 table td{
	padding: 15px 10px;
	border:1px solid #cccccc;
	text-align:center;
}
.page-id-419 table .grey {
	background: #eee;
}
.page-id-419 table .right {
	text-align:right;
}
.page-id-419 h4 {
	position:absolute !important;
    top: 3px;
    left: 170px;
	background: linear-gradient(transparent 50%, #ddd 30%);
    padding: 0 10px;
	font-size: 16px !important;
}

	