@charset "utf-8";

@import url('../wp-content/themes/twentysixteen/style.css');

/* reset
------------------------------------------- */
.site{
	margin:0;
}

.site-inner{
	background-color:rgba(255,255,255,.9);
	margin:0 auto;
	max-width: 100%!important;
}

.site-header{
	padding:0;
}

.site-content{
	padding:0;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

body:not(.custom-background-image).admin-bar:before {
	top: 0;
}

.entry-content a{
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* BASE
---------------------------------------------------- */
html {
	max-width:100%;
	overflow-x : hidden;/*横スクロール禁止*/
	overflow-y : auto;
}

body, div, h1, h2, h3, h4, h5, h6, p, address, dl, dt, dd, ul, ol, li, img, pre {
	font-size:99%;
	margin:0;
	padding:0;
	line-height: 2em;
	letter-spacing: 0.05em;
	color:#444;
}

body {
	font-family: "メイリオ","Meiryo","HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",sans-serif; 
	background-color:#fff;
	color:#444;
	word-wrap:break-word;/* 必要に応じて単語の途中で改行する ie firefox対応 */
	overflow-wrap:break-word;/* 必要に応じて単語の途中で改行する */
	/*▼▼SPの際挿入iPhone用(Google Chrome、Safari)▼▼*/
	-webkit-text-size-adjust:100%;
	/*▼▼SPの際挿入Androind用(IE)▼▼*/
	-ms-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	text-size-adjust:100%;/* スマホの縦向き横向きの文字サイズが自動調整になっているのを固定させる */
	overflow-x : hidden;/*横スクロール禁止*/
	overflow-y : auto;
}

.archive,form{
    color: #444;
}

a {
	-webkit-box-shadow:none;
	box-shadow:none;
	color: #0066CB;
}

a:hover{
	opacity:.85;
	color: #00b4ff;
}

a:hover, a:focus{
	outline:none;
	color: #00b4ff;
}

*:focus{
	outline:none;
}

/* text font
---------------------------------------------------- */
th {
	font-family:"Yu Gothic UI Light","HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif; 
}

.text-font, h3, h4 {
	font-family:"BIZ UDPゴシック","HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif; 
}

.wf-sawarabimincho {
	font-family:"BIZ UDP明朝","さわらび明朝","HiraMinProN-W3","ヒラギノ明朝 ProN W3","HG明朝B","ＭＳ Ｐ明朝",serif 
}

/* text font end
---------------------------------------------------- */

div, table {
    line-height:1.6;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

img {
	vertical-align:bottom;
	border:none;
}

ul,li {
	list-style:none;
	text-decoration:none;
}

input,
textarea,
select,
button {
	font-size:100%;
	font-family:inherit;
}

textarea {
    resize:vertical;
}

a img {
	margin:0;
	padding:0;
}

#Docbody {
    overflow:hidden;
}

.site-main{
    text-align: center;
    margin: 0 auto;
}

.linkText {
    color: #374298;
}


/* clearfix
---------------------------------------------------- */
.clearfix:after,
.excerptContent:after,
.entryContent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
.excerptContent,
.entryContent {
	zoom:1;
}


/* Common Width
---------------------------------------------------- */
.headerInner,
.headerInnerPC,
.content,
.mainImg,
.archiveListInner,
.archiveHomeSttl,
.etcAreaInner,
#footerInner{
	max-width:980px;
	width:100%;
	margin:0 auto;
}

.site-header-main{
	width:100%;
}

/* reset
------------------------------------------- */
@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after{
	height: 0;
	}
}

/* reset　end
------------------------------------------- */


/* Toggle Button
-------------------------------------------*/
#nav-toggle {
	display: none;
	width:46px;
	height:44px;
	cursor:pointer;
	background: #FB8C00;
	padding: 9px 8px;
	border-radius: 5px;
	text-align: left;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0px;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

.openL span{
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.open span:nth-child(1) {
	top: 11px!important;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open span:nth-child(2) {
	width: 0;
	left: 50%;
	display: none;
}

.open span:nth-child(3) {
	top: 11px!important;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

/* Toggle Button end
-------------------------------------------*/


/*pageUpボタン設置
-------------------------------------------*/
#back_to_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
    border-radius: 50%;
    color: #fff;
    width: 60px;
    height: 60px;
    z-index: 90;
    background-color: #FB8C00;
    text-align: center;
    opacity: .7;
}

#back_to_top:hover{
	opacity: .6;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

#back_to_top .dashicons{
	color: #fff;
	font-size: 250%;
	position: absolute;
	top: 18%;
	right: 50%;
}

.header-container{
	position: relative;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus{
	border: none;
	background: none;
}

.dropdown-toggle:focus{
	outline:none;
}

button:focus, input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus{
	outline:none;
}

.common-menu .current-menu-item a{
	padding: 0.65em 0 0.65em 1em;
}

/*pageUpボタン設置　終了
-------------------------------------------*/


/* ページネーション
---------------------------------------------------- */
.pagenationWrap{
	margin-top: 80px;
}

.page-numbers{
	font-family: 'arial black','Franklin Gothic Medium';
	font-size: 110%;
	color:#FB8C00;
}

.page-numbers-single {
    font-family: 'arial black','Franklin Gothic Medium';
    font-size: 110%;
    color: #FB8C00;
	display: inline-block;
}

.page-numbers-single a{
	color:#FB8C00;
	font-weight: bold;
	letter-spacing: normal;
}

.page-numbers-single + .page-numbers-single{
	padding-left: 40px;
}

.page-numbers.current{
	color: #fff;
	background: #FB8C00;
	padding: 3px 6px;
	border-radius: 3px;
}

.prev,
.next{
	font-size: 180%;
	position: relative;
	top: 2px;
}

a.page-numbers:hover{
	color: #FB8C00;
}

/* ページネーション end
---------------------------------------------------- */



/*header top
-------------------------------------------*/
.iPad-show{
	display: none;
}

.PC-hide{
	display: none;
}

.headerH1{
	background: #374298;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.headerH1 h1{
	max-width:980px;
	text-align: left;
	margin: 0 auto;
	color: #fff;
	font-weight: normal;
	font-size: 85%;
	padding: 3px 10px;
}

.site-branding{
	margin: 0;
}

.contactBTN{
	border: #374298 solid 1px;
	padding: 9px 13px;
	display: inline-block;
	font-size: 90%;
	color: #374298;
	font-weight: bold;
	margin-left: 14px;
}

.contactBTN .dashicons-email:before{
	color: #FB8C00;
	position: relative;
	left: -3px;
}

.contactBTN .dashicons-download:before{
	color: #FB8C00;
	position: relative;
	left: -3px;
}

.contactBRText{
	color: #374298;
	display: inline-block;
	font-size: 90%;
	line-height: normal;
	letter-spacing: normal;
}

.headerTEL{
	color: #FB8C00;
	line-height: normal;
	
	letter-spacing: normal;
}

.telNO{
	font-weight: bold;
	font-size: 140%;
	margin-right: 10px;
}

.headerBranding{
	display: block;
	width: 100%;
	max-width: 980px;
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.headerBrandingR{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.main-navigation .primary-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-pack:distribute;
	justify-content:space-around;
}

.site-header-menu{
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 980px;
	
}

.main-navigation .primary-menu li + li{
	border-left: #444 solid 1px;
}

.main-navigation .primary-menu li{
	width: 20%;
}

.main-navigation .primary-menu li a{
	text-align: center;
	margin: 0 auto;
	letter-spacing: normal;
	font-weight: 500;
	font-size: 120%;
}

.main-navigation a{
	padding: 10px 0 12px;
	line-height: 1.2;
	max-width: 980px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-navigation{
	position: relative;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

.main-navigation .primary-menu li{
	position: relative;
}

.main-navigation .primary-menu li:hover::after,
.current-menu-item::after{
	width: 100%;
	height: 5px;
	background: #FB8C00;
	position: absolute;
	bottom: 0;
	pointer-events: none;
	content: "";
}

#menu-footermenu .current-menu-item::after{
	display: none;
}

.header-image img{
	width: 100%;
}

.header-image{
	margin-top: 16px;
	margin-bottom: 0;
}


.main-navigation .current-menu-item > a{
	color: #374298;
}

.headerBranding a:hover{
	opacity: 1;
}

a:hover .contactBTN,
.main-navigation a:hover,
.main-navigation a:focus{
	color:#00b4ff;
}

.greeting{
	text-align: center;
	margin: 20px auto;
	padding: 0 10px;
}

.greetingP{
	color: #374298;
	font-size: 120%;
}

.greetingBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 860px;
	width: 100%;
	margin: 0 auto 50px auto;
	text-align: left;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.greetingBox li + li{
	margin-left: 5%;
}
.greetingBox li{
	width: 28%;
}

.pontTit{
	font-weight: bold;
	font-size: 120%;
	letter-spacing: normal;
	color: #374298;
	border-bottom: 1px solid #374298;
	display: block;
	line-height: 27px;
}

.pontTit:before{
	content: "\f147";
	font-family: dashicons;
	font-size: 150%;
	color: #FB8C00;
	position: relative;
	top: 6px;
}

.pointdesc{
	font-size: 95%;
	padding-top: 10px;
	line-height: 1.7em;
}

.topWrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 360px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #e0e0e0;
}

.topBoxIMG{
	width: 50%;
	height: 360px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
    background-position: 50%;
}

.topIMG01{
	background-image: url(../wp-content/themes/arduc/img/top01.jpg);
}

.topIMG02{
	background-image: url(../wp-content/themes/arduc/img/top02.jpg);
}

.topIMG03{
	background-image: url(../wp-content/themes/arduc/img/top03.jpg);
}

.topBoxTEXT{
	width: 50%;
	text-align: left;
	vertical-align: middle;
}

.topBoxTEXT02{
	width: 50%;
	text-align: right;
	vertical-align: middle;
}

.topBoxH2{
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #374298;
	color: #374298;
	max-width: 490px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 7px;
}

.topBoxH202{
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #374298;
	color: #374298;
	max-width: 490px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 7px;
}

.topBoxH2 p{
	padding-left: 50px;
	font-size: 150%;
	font-weight: normal;
	padding-right: 10px;
}

.topBoxP{
	padding: 20px 10px 0 50px;
	max-width: 490px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}

.topBoxP02{
	padding: 20px 50px 0 10px;
	max-width: 490px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	display: inline-block;
}

.topBoxBTN p{
	border: 1px solid #374298;
	text-align: right;
	display: inline-block;
	padding: 10px;
	color: #374298;
	font-size: 110%;
	background: #fff;
}

.topBoxBTN{
	display: block;
	text-align: right;
	margin-top: 10px;
}

.topBoxH2 img{
	margin-right: 10px;
	position: relative;
	bottom: 8px;
}

.topBoxH202 img{
	margin-right: 10px;
	position: relative;
	bottom: 8px;
}

.topBoxBTN .dashicons{
	position: relative;
	top: 6px;
}

.topBoxH202 p {
    text-align: left;
    font-size: 150%;
    font-weight: normal;
	padding-left: 10px;
	padding-right: 50px;
}

.topGroup{
	margin-bottom: 50px;
}

.newsTit,
.entry-content h2{
	display: block;
	text-align: left;
	max-width: 980px;
	width: 100%;
	margin: 0 auto  20px auto;
	font-size: 140%;
	font-weight: normal;
	border-bottom: 1px solid #7b7b7b;
	line-height: 2em;
	background: linear-gradient(-45deg, rgb(176, 190, 197), rgb(221, 236, 238));
}

.newsTit .dashicons,
.entry-content h2 .dashicons{
	color: #FB8C00;
	position: relative;
	font-size: 150%;
	top: 7px;
	width: 35px;
}

.newsWrap{
	padding: 0 100px;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

.newsLi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 2.5em;
	margin-bottom: 10px;
}

.newsUl{
	padding: 0 1em;
}

.newsDate{
#	font-size: 90%;
	color: #FB8C00;
#	font-weight: bold;
	margin-right: 2em;
}

.newsCont h2{
	font-weight: normal;
	text-align: left;
}

.newsCont h2 a{
	color: #374298;
}

.google-maps {
	position: relative;
	padding-bottom: 20%; // これが縦横比
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.site-main > article.newsWrap{
	margin-bottom: 50px;
}

.main-navigation .primary-menu,
.main-navigation li{
	border: none;
}

#breadcrumb{
	background: #B0BEC5;
}

#breadcrumb ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 980px;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#breadcrumb ul li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 90%;
	line-height: 30px;
}

#breadcrumb ul li a{
	color: #374298;
}

#breadcrumb ul li a:hover{
	color: #00b4ff;
}

.no-sidebar .entry-content{
	margin:0 auto;
	max-width: 980px;
	width: 100%;
}

.comSescH1{
	font-size: 140%;
}

/*header top end
-------------------------------------------*/


/* footer
-------------------------------------------*/
.site-footer{
	padding: 0;
	background: #374298;
}

#menu-footermenu > li >a{
	color: #fff;
	border-bottom: 1px #B2EBF2 solid;
	display: block;
	margin-bottom: 10px;

}

#menu-footermenu li a{
	padding: 0 15px 4px 2px;
	line-height: normal;

}

.footerLogoWrap,
.footerText01,
.footerText02{
	text-align: center;
}

.footerLogoWrap{
	margin-right: 20px;
}

.footerLogoWrap a:hover{
	opacity: 1;
}

.footerText01{
	color: #fff;
	font-weight: bold;
}

.footerText02{
	color: #B2EBF2;
	line-height: normal;
	font-size: 85%;
}

.menu-footermenu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footerBox{
	max-width: 980px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding: 40px 10px;
}

#menu-footermenu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
}

#menu-footermenu > li + li{
	margin-left: 3%;
}

#footerMenu{
	width: 100%;
}

#menu-footermenu li .sub-menu li a{
	color: #B2EBF2;
	line-height: normal;
	font-size: 90%;
}

#menu-footermenu li .sub-menu li{
	line-height: normal;
	text-indent: -1em;
    padding-left: 1em;
}

#menu-footermenu li .sub-menu li a::before{
	content: "\f132";
	font-family: dashicons;
	position: relative;
	color:#FB8C00;
	top: 2px;
}

#menu-footermenu li .sub-menu li a:hover{
	opacity: .7;
}

#menu-footermenu > li:last-child > a{
	display: none;
}

#menu-footermenu li:last-child .sub-menu li a{
	color: #fff;
	font-size: 100%;
	line-height: 25px;
}

#menu-footermenu li:last-child .sub-menu li a::before{
	content: none;
}

.copyrightWrap{
	color: #BDBDBD;
	background: #424242;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 90%;
	padding: 12px;
	letter-spacing: normal;
}

/* footer end
-------------------------------------------*/



/* 下層ページ
-------------------------------------------*/
.SHshow{
	display: none;
}

.PCshow{
	display: inline-block;
}

.comSescH1{
	font-size: 160%;
	font-weight: normal;
	color: #374298;
}

.comSescWrap{
	padding: 0 10px;
	margin-top: 60px;
}

.comText01{
	text-align: left;
}

.comConWrap{
	margin-top: 60px;
}

.gaiyouWrap table,
.gaiyouWrap table td,
.gaiyouTB02 th{
	border: 0;
}

.gaiyouBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.gaiyouImg{
	width: 160px;
}

.gaiyouTB01{
	width : calc(100% - 180px) ;
}

.gaiyouTB01 th{
	width: 110px;
	border-right: 1px solid #FB8C00;
	border-bottom: none;
	border-left: none;
	border-top: none;
	text-align: right;
}

.gaiyouTB01 td{
	padding-left: 20px;
}

.gaiyouTB02{
	display: inline-block;
}

.gaiyouTB02 th{
	text-align: right;
	padding-right: 0;
}

.gaiyouTB02 td{
	padding-left: 0;
}

.hinshitsuUL li:before{
	color: #FB8C00;
	font-weight: bold;
	font-size: 110%;
	position: relative;
	top: 2px;
	margin-right: 0.5em;
}

.hinshitsuUL li:first-child:before{
	content: "1.";
}

.hinshitsuUL li:nth-child(2):before{
	content: "2.";
}

.hinshitsuUL li:nth-child(3):before{
	content: "3.";
}

.hinshitsuUL li:nth-child(4):before{
	content: "4.";
}

.hinshitsuUL li:nth-child(5):before{
	content: "5.";
}

.hinshitsuUL li:nth-child(6):before{
	content: "6.";
}

.hinshitsuUL li:nth-child(7):before{
	content: "7.";
}

.hinshitsuUL li:nth-child(8):before{
	content: "8.";
}

.hinshitsuUL li:nth-child(9):before{
	content: "9.";
}

.hinshitsuUL{
	text-align: left;
	text-indent: -2em;
	padding-left: 3em;
}

.comConRight p{
	text-align: right;
	margin-top: 1em;
	padding: 0 10px;
	line-height: 1.5em;
}

.mapWrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mapBox{
	width: 48.5%;
	text-align: left;
	margin-bottom: 70px;
}

.mapTitH3{
	color: #FB8C00;
	font-weight: bold;
	margin: 10px;
}

.entry-content h3.mapTitH3{
	margin-left: 10px;
	margin-bottom: 0;
	font-size: 125%;
}

.mapTB,
.mapTB th,
.mapTB td{
	border: none;
}

.mapTB td{
	letter-spacing: normal;
	padding-left: 15px;
}

.mapTB th{
	width: 80px;
	border-right: 1px solid #FB8C00;
	text-align: right;
}

.google-map02 {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 54%;    /* padding-topでもOK */
    overflow: hidden;
}
.google-map02 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}

.productP{
	text-align: left;
	padding: 0 10px;
}

.entry-content h3.tokuchouTit{
	font-size: 130%;
	font-weight: 500;
	text-align: left;
	color: #374298;
}

.mesBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin: 60px 0 80px;
	width: 100%;
}

.productBox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10px;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin: 60px 0 80px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dashicons-yes:before{
	color: #FB8C00;
	font-size: 130%;
	position: relative;
	left: -5px;
}

.tokuchouUL li{
	list-style-type:disc;
	list-style-position: inside;
	text-align: left;
	padding: 0 10px;
	text-indent: -1.4em;
    padding-left: 1.4em;
}

.sub-tokuchouUL{
	padding-left: 1em;
}

.entry-content .solutionUL{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	border: #374298 1px solid;
	padding: 1.5em 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 10px;
	margin-right: 10px;
	
}

.solutionUL li{
	width: 31%;
	text-align: center;
	color: #FB8C00;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.5em;
}

.solutionUL li a:after{
	content: "\f344";
	font-family: dashicons;
	font-size: 150%;
	position: relative;
	top: 5px;
	color: #FB8C00;
}

.solutionUL li:nth-child(2){
	margin-bottom: 1em;
}

.solutionUL li a{
	color: #FB8C00;
	line-height: 0.5em;
}

.solutionUL li a:hover,
.productTit a:hover{
	opacity: .7;
}

.solutionTit{
	color: #374298;
}

.entry-content h3.solutionTit{
	margin-bottom: 20px;
}

.solutionBox{
	margin-bottom: 50px;
}

.productTit a{
	color: #FB8C00;
	font-size: 90%;
}

.productTit{
	text-align: left;
	letter-spacing: normal;
}

.productTit a:after{
	content: "\f344";
    font-family: dashicons;
    font-size: 150%;
    position: relative;
    top: 9px;
    color: #FB8C00;
	right: -5px;
}

.seihinWrap{
	width: 48%;
	margin-bottom: 80px;
}

.productImg01{
	width: 420px;
	height: auto;
}

.productImg{
	margin-top: 10px;
}

.entry-content h3.productTit{
	margin-bottom: 10px;
	line-height: 0.9em;
}

.seihinP{
	text-align: left;
	line-height: 1.5em;
}

p.captionText{
	line-height: 1.3em;
}

.entry-content ul.communiUL .sub-tokuchouUL li,
.entry-content ul.communiUL li{
	line-height: 1.6em;
}

.privacyUL{
	padding: 30px 40px 0 60px;;
}

.privacyUL li{
	line-height: 1.5em;
	margin-bottom: 1em;
}

.contactPriWrap{
	padding: 30px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.contactPriP{
	text-align: left;
	line-height: 1.5em;
}

.contactPriImg{
	max-width: 100px;
}

.contactPriImg a img:hover{
	opacity: .7;
}

.priPurposeWrap{
	padding: 0 10px;
}

.priPurposeBox{
	margin-bottom: 80px;
}

.entry-content h3.orangeTit{
	margin-bottom: 10px;
	color: #FB8C00;
	font-size: 120%;
	text-align: left;
}

.privacyTB th{
	background: #ffe5c4;
	text-align: center;
}

.priPurposeP{
	text-align: left;
	margin-bottom: 10px;
}

.privacyTB02 th{
	background: #ffe5c4;
	text-align: center;
	vertical-align: middle;
	min-width: 165px;
	width: 25%;
}

.privacyTB02 td{
	padding: 10px 15px;
}

.cautionP{
	text-align: left;
}

.privacyTB02{
	margin-bottom: 0;
}

.recBorder{
	border-bottom: 1px solid #FB8C00;
}

.recTitH4 h4{
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	margin-bottom: 0;
}

.recTitH4 p{
	text-align: left;
	padding-left: 1em;
}

.recWrap{
	padding: 0 10px;
}

.recDesc{
	text-align: left;
	margin: 20px 0;
}

.recruitOuter{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:reverse;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse;
}

.entry-content h3.recBorder{
	margin-top:	1em;

}

.no-sidebar .page-header,
.no-sidebar .pagination{
	margin-left: 0;
	margin-right: 0;
	max-width: 950px;
	width: 100%;
	margin: 40px auto 0 auto;
	padding: 0 10px;
}

.page-header,
.pagination{
	border-top: none;
}

.pagination:before, .pagination:after,
.pagination .prev, .pagination .next{
	background: #FB8C00;
	border-radius: 5px;
	width: 42px;
	height: 42px;
}

.pagination .prev:before, 
.pagination .next:before,
.pagination .nav-links:before, 
.pagination .nav-links:after{
	width: 42px;
	height: 42px;
	line-height: 42px;
}

.pagination:before{
	right: 10px;
}


.pagination .nav-links:after,
.pagination:after{
	right: 65px;
}

.pagination .nav-links{
	padding-right: 116px;
}

.pagination .prev{
	right: 55px;
}
.archiveTitH2,
.searchTitH2,
.singleTitH1{
    display: block;
    text-align: left;
    max-width: 980px;
    width: 100%;
    margin: 60px auto 20px auto;
    font-size: 140%;
    font-weight: normal;
    border-bottom: 1px solid #7b7b7b;
    line-height: 2em;
    background: linear-gradient(-45deg, rgb(176, 190, 197), rgb(221, 236, 238));
}

.pagination .nav-links:after{
	right: 55px;
}

.archiveTitH2 .dashicons {
    color: #FB8C00;
    position: relative;
    font-size: 150%;
    top: 7px;
    width: 35px;
}

.news-header{
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px;
}

.news-title{
	font-size: 120%;
	line-height: normal;
	padding-left: 1.5em;
}

.site-main > article{
	margin-bottom: 1em;
}

.news-header .dashicons-edit:before {
    color: #FB8C00;
}

.news-title a{
	line-height: normal;
	color: #374298;
	font-weight: normal;
	font-size: 90%;
}

.newsTitBTN{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.newsArcBtn{
	font-size: 75%;
	font-weight: bold;
	color: #fff;
	background: #FB8C00;
	margin: 6px;
	padding: 3px 10px 3px 0;
}

.newsArcBtn .dashicons-arrow-right-alt2:before {
    position: relative;
	left:4px;
	color: #fff;
	top: 4px;
}

mark, ins, button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus, .widget_calendar tbody a, .page-links a:hover, .page-links a:focus{
	background-color: #374298;
}

.con404 .search-form{
	margin-top: 40px;
}

.con404 .search-form button{
	background: #FB8C00;
}

.con404 .search-form button:hover{
	background:#00b4ff;
}
.con404 .page-content{
	margin-top: 40px;
	padding: 0 10px 80px 10px;
	max-width: 980px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

.newsArcMaina{
	margin-bottom: 40px;
}

.search .dashicons-editor-help:before{
	bottom: 3px;
}

.searchTitH2 .dashicons,
.singleTitH1 .dashicons{
    color: #FB8C00;
    position: relative;
    font-size: 150%;
    top: 3px;
    width: 35px;
}

.shingleCont{
	max-width: 980px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: left;
}

.singleTime{
	font-weight: bold;
	color: #FB8C00;
	margin-bottom: 1em;
	font-size: 107%;
}

.site-main .singlePageNation{
	margin-bottom: 20px;
}

.kadou img,
.kadou,
.quality img,
.quality{
	width: 459px;
	height: auto;
}

.transImg img,
.transImg{
	width: 355px;
	height: auto;
}

.kadouDiv,
.qualityDiv{
	max-width : calc(100% - 459px) ;
	width: 100%;
}

.transDiv{
	max-width : calc(100% - 355px) ;
	width: 100%;
}

.zip input[type="text"]{
	width: auto;
	display: inline-block;
}

.contactTB th{
	padding:0.7em;
	max-width: 250px;
	width: 230px;
	border-right: none;
	vertical-align: top;
}

.contactTB td{
	padding: 0.6em;
	border-right: none;
}

.sText{
	font-size: 80%;
	font-weight: normal;
}

.contactTB{
	border: none;
}

.zipBox{
	margin-left: 1em;
}

.zipBox a,
.contactPri a{
	color:#FB8C00;
	font-weight: bold;
}

.zipBox a:hover,
.contactPri a:hover{
	color:#00b4ff
}

.zipWrap p{
	padding: 10px 0;
}

.contactWrap .naiyoukakunin {
    display: none;
}

.contactWrap .mw_wp_form_confirm .naiyoukakunin {
    display: block;
    margin-top: 2em;
}

input[type="submit"]{
	background: #FB8C00;
}

.submit{
	margin: 40px 0 60px;
}

.zipWrap .cautionText{
	font-size: 90%;
	padding: 0;
}

.siteMapPage{
	max-width: 980px;
	margin: 0 auto 80px auto;
	width: 100%;
	padding: 0 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 800px;
}

.listSitemap .dashicons-arrow-right-alt2:before {
    color: #FB8C00;
    position: relative;
    top: 2px;
}

.listSitemap > li {
    border-bottom: 2px #ededed solid;
    margin-top: 2.5em;
    margin-bottom: 0.5em;
	text-align: left;
	font-size: 100%;
}

.sitemapSub li{
	text-align: left;
	text-indent: -1.5em;
}

.sitemapSub{
	padding-left: 3em;
}

.sitemapSub .dashicons{
	text-align: right;
}

.listSitemap a{
	color: #374298;
}

.listSitemap a:hover{
	color: #00b4ff;
}

.submit button{
	background: #FB8C00;
}

.tellTextP{
	font-size:100%;
}

.submit li{
	display: inline-block;
	margin: 0 20px;
}

.mw_wp_form{
	margin-bottom: 60px;
	margin-top: 20px;
}

.toawaseTit{
	font-weight: bold;
	display: block;
}

.toawaseText01{
	padding: 20px 10px;
	display: block;
}

.toawaseText02{
	padding: 10px 10px 60px 10px;
}





/* 下層ページ end
-------------------------------------------*/



/* 投稿ページ
-------------------------------------------*/





/* 投稿ページ end
-------------------------------------------*/



/**
 * 14.1 - <= 1025px 1025pxより小さい場合に適応
 */

@media screen and (max-width: 1025px){

}


/**
 * 14.1 - <= 985px 986pxより小さい場合に適応
 */

@media screen and (max-width: 61.5625em){
	
}


/**
 * 14.2 - <= 985px 985pxより大きい場合に適応
 */

@media screen and (min-width: 61.5625em){
	
}


/**
 * 14.3 - >= 910px 910pxより大きい場合に適応
 */

@media screen and (min-width: 56.875em){

}


/**
 * 14.4 - <= 966px 966pxより小さい場合に適応
 */

@media screen and (max-width: 966px) {
	.topWrap,
	.topBoxIMG{
		height: 300px;
	}

	.iPad-show,
	.PC-hide{
		display: inline-block;
	}
	
	.PC-show{
		display: none;
	}
	
	.greetingP{
		font-size: 115%;
		letter-spacing: normal;
	}
	
	.google-maps{
		padding-bottom: 35%;
	}
	
	.footerText01{
		letter-spacing: normal;
	}
	
	#menu-footermenu li .sub-menu li a{
		letter-spacing: normal;
		font-size: 85%;
	}
	
	.telNO a{
		color:#FB8C00;
	}
	
	.footerLogoWrap img{
		max-width: 150px;
	}
	
	#menu-footermenu li a,
	#menu-footermenu li:last-child .sub-menu li a{
		font-size: 95%;
	}

}



/**
 * 14.6 - >= 710px 710pxより大きい場合に適応
 */
@media screen and (min-width: 44.375em){

}


/**
 * 14.7 - <= 731px 731pxより小さい場合に適応
 */
@media screen and (max-width: 731px){
	.SHshow{
		display: inline-block;
	}
	
	.PCshow{
		display: none;
	}
	
	#nav-toggle {
    	display: block;
	}
	
	.headerH1 h1{
		letter-spacing: normal;
		font-size: 67%;
	}
	
	.headerBranding,
	.headerBrandingR{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	
	.headerBranding{
		text-align: center;
		padding: 10px 0 0 0;
	}
	
	.headerBrandingR{
		margin-top: 7px;
	}
	
	.headerBRText{
		margin-bottom: 10px;
	}
	
	.contactBTN{
		margin-left: 0;
		background: #fff;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	.headerBTNR{
		display: -webkit-box;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px;
		background: #374298;
	}
	
	.main-navigation ul.openBox,
	.main-navigation ul.openBox li{
		display: block;
		width: 100%;
	}
	
	.main-navigation .primary-menu{
		display: none;
		
	}
	
	.main-navigation ul li{
		width: 100%;
	}
	
	.main-navigation .primary-menu li + li{
		border-left: none;
	}
	
	.main-navigation .primary-menu li{
		border-bottom: 1px solid #bcbcbc;
	}
	
	.main-navigation .primary-menu li:first-child{
		border-top: 1px solid #bcbcbc;
	}
	
	.SHlogoImg{
		width: 110px;
		height: auto;
	}
	
	.greetingP{
		font-size: 100%;
		text-align: left;
		line-height: normal;
		letter-spacing: 0.05em;
	}
	
	.greetingBox{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.greetingBox li{
		width: 100%;
	}
	
	.greetingBox li + li {
		margin-left: 0;
	}
	
	.topGroup .topWrap:not(:nth-child(2)){
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: inherit;
	}
	
	.topGroup .topWrap:nth-child(2){
		-webkit-box-orient:vertical;
		-webkit-box-direction:reverse;
		-ms-flex-direction:column-reverse;
		flex-direction:column-reverse;
		height: inherit;
	}
	
	.topBoxIMG{
		width: 100%;
		height: 150px;
	}
	
	.topBoxH2 p,
	.topBoxH202 p{
		padding-left: 10px;
	}
	
	.topBoxTEXT,
	.topBoxTEXT02{
		width: 100%;
	}
	
	.topBoxP{
		padding-left: 10px;
	}
	
	.topBoxP02{
		padding-right: 10px;
	}
	
	.topBoxBTN{
		text-align: center;
	}
	
	.topWrap{
		padding-bottom: 40px;
	}
	
	.newsWrap{
		padding: 0;
	}
	
	.newsDate,
	.newsCont h2{
		display: block;
		width: 100%;
		text-align: left;
		line-height: normal;
	}
	
	.newsLi{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	
	.google-maps{
		padding-bottom:50%;
	}
	
	.header-image{
		margin-top: 0;
	}
	
	.footerBox{
		-webkit-box-orient:vertical;
		-webkit-box-direction:reverse;
		-ms-flex-direction:column-reverse;
		flex-direction:column-reverse;
		padding-bottom: 10px;
	}
	
	.footerText02{
		text-align: left;
		display: inline-block;
	}
	
	.footerLogoWrap{
		text-align: center;
		margin-right:0;
		margin-top: 20px;
	}
	
	#menu-footermenu{
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	
	#menu-footermenu > li:first-child,
	#menu-footermenu > li:nth-child(3){
		width: 38%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	
	#menu-footermenu > li:last-child,
	#menu-footermenu > li:nth-child(2){
		width: 55%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	
	#menu-footermenu > li + li {
		margin-left: 0;
	}
	
	.footerLogoWrap img{
		max-width: 150px;
	}
	
	.comSescH1{
		letter-spacing: normal;
	}
	
	.gaiyouBox{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.gaiyouTB01{
		width: 100%;
	}
	
	.gaiyouImg{
		margin: 0 auto;
	}
	
	.gaiyouTB02 td{
		text-indent: -3.25em;
    	padding-left: 3.25em;
	}
	
	.mapWrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.mapBox{
		width: 100%;
	}
	
	.entry-content h2{
		line-height: 1.8em;
	}
	
	.gaiyouTB02{
		margin-top: 20px;
	}
	
	.gaiyouTB01 th,
	.gaiyouTB01 td{
		display: block;
		width: 100%;
	}
	
	.gaiyouTB01 th,
	.mapTB th{
		text-align: left;
		border-right: none;
		background: #ffe5c4;
	}
	
	.gaiyouTB02 th,
	.gaiyouTB02 td{
		display: block;
		width: 100%;
		text-align: left;
	}

	.gaiyouTB02 th{
		border-right: none;
		background: #d8dcf9;
	}
	
	.gaiyouTB02 td{
		text-indent: 3em;
	}
	
	.mapTB th,
	.mapTB td{
		display: block;
		width: 100%;
	}
	
	.entry-content h3.mapTitH3{
		margin-bottom: 10px;
	}
	
	.productBox{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	
	.seihinWrap{
		width: 100%;
		margin-bottom: 50px;
	}
	
	.mesBox{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.entry-content h3.tokuchouTit{
		margin-bottom: 10px;
	}
	
	.solutionUL{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.solutionUL li{
		width: 100%;
		line-height: 2.5em;
	}
	
	.solutionUL li:nth-child(2){
		margin-bottom: auto;
	}
	
	.privacyUL{
		padding: 30px 10px 0 50px;;
	}
	
	.contactPriP{
		letter-spacing: normal;
	}
	
	.contactPriWrap{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.contactPriImg {
    	margin: 0 auto;
	}
	
	.priPurposeBox{
		margin-bottom: 60px;
	}
	
	.privacyTB02 th,
	.privacyTB02 td{
		display: block;
		width: 100%;
	}
	
	.priTBmb li:first-child{
		margin-bottom: 1em;
	}
	
	.page-numbers.current{
		display: none;
	}
	
	.contactTB th,
	.contactTB td{
		display: block;
		width: 100%;
		border:none;
	}
	
	.contactTB th{
		background: #ffe5c4;
		max-width:100%;
	}
	
	.kadouDiv,
	.qualityDiv{
		max-width:none;
		width: 100%;
	}

	.transDiv{
		max-width :none;
		width: 100%;
	}
	
	.kadou img,
	.kadou,
	.quality img,
	.quality,
	.transImg img,
	.transImg{
		width: 100%;
		height: auto;
	}
	
	
}



/**
 * 15.0 - Print
 */

@media print {
	
}




