@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;
	width: 100%;
}

body:not(.custom-background-image).admin-bar:before {
	top: 0;
}

.entry-content {
	margin: 0;
}

.entry-content a {
	-webkit-box-shadow: none;
	box-shadow: none;
}

*focus {
	outline: none !important;
}

/* 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.1em;
}

body {
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', 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;
}

.pagination {
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}

*::-ms-backdrop,
a {
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

/* IE11 */

.archive,
form {
	color: #444;
}

a {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #0066CB;
}

a:hover {
	opacity: .85;
}

a:hover,
a:focus {
	outline: none;
	color: #00b4ff;
}

/* webfont
---------------------------------------------------- */
.wf-notosansjapanese {
	font-family: "Noto Sans Japanese", sans-serif, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
}

.Orbitron {
	font-family: 'Orbitron', sans-serif, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
}

/* webfont end
---------------------------------------------------- */

div,
table {
	line-height: 1.6;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 0;
}

img {
	vertical-align: bottom;
	border: none;
}

ul,
li {
	list-style: none;
	text-decoration: none;
}

input,
textarea,
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;
}

/*マウスオーバーアクションをゆっくり*/
a,
.navBS {
	text-decoration: none;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}


/* clearfix
---------------------------------------------------- */
.clearfix:after,
.excerptContent:after,
.entryContent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
.excerptContent,
.entryContent {
	zoom: 1;
}


/* Common Width
---------------------------------------------------- */
.content,
#footerInner,
.newsBox {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.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
-------------------------------------------***/
#menu-toggle {
	display: none;
	width: 46px;
	height: 44px;
	cursor: pointer;
	background: #4FC3F7;
	padding: 9px 8px;
	border-radius: 5px;
}

#menu-toggle div {
	position: relative;
}

#menu-toggle span {
	position: absolute;
	height: 4px;
	width: 100%;
	background: #ffffff;
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#menu-toggle span:nth-child(1) {
	top: 0px;
}

#menu-toggle span:nth-child(2) {
	top: 11px;
}

#menu-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: #3A9BFC;
	text-align: center;
	opacity: .7;
	transition: .2s;
}

#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;
}

.main-navigation a {
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
}

.common-menu .current-menu-item a {
	padding: 0.65em 0 0.65em 1em;
}

/*pageUpボタン設置　終了
-------------------------------------------*/


/* ページネーション
---------------------------------------------------- */
.pagenationWrap {
	margin-top: 80px;
}

.page-numbers {
	font-size: 110%;
	color: #8C8C8C;
	margin: 0 5px;
	font-weight: bold;
}

.page-numbers-single {
	font-size: 110%;
	color: #8C8C8C;
	display: inline-block;
	font-weight: bold;
}

.page-numbers-single a {
	color: #8C8C8C;
	font-weight: bold;
	letter-spacing: normal;
}

.page-numbers-single + .page-numbers-single {
	padding-left: 40px;
}

.page-numbers.current {
	color: #fff;
	background: #C1C1C1;
	padding: 2px 6px;
	border-radius: 3px;
	margin: 0 3px;
}

.prev,
.next {
	font-size: 140%;
	font-weight: normal;
	position: relative;
	top: 2px;
	margin: 0 10px;
}

a.page-numbers:hover {
	color: #B2B2B2;
}

.next.page-numbers,
.prev.page-numbers {
	position: relative;
	top: 2px;
	font-weight: normal;
}


/* ページネーション end
---------------------------------------------------- */

/* ページネーション アーカイブ
---------------------------------------------------- */
.pagination {
	border-top: none;
	margin: 0;
	min-height: inherit;
}

.pagination .nav-links:before,
.pagination .nav-links:after,
.pagination:after,
.pagination:before {
	display: none;
}

.pagination .nav-links {
	padding: 0;
}

.pagination .next,
.pagination .prev {
	background-color: #fff !important;
}

.pagination .prev,
.pagination .next {
	height: auto;
	width: auto;
	font-weight: normal;
}

.pagination .next:before,
.pagination .prev:before {
	color: #444;
}

.pagination .page-numbers {
	padding: 0;
	font-size: 95%;
	color: #8C8C8C;
	margin: 0 5px;
	font-weight: bold;
}

.pagination .page-numbers.current {
	padding: 2px 6px;
	color: #fff;
	margin: 0 3px;
	font-weight: normal;
}

.pagination .next:before,
.pagination .prev:before {
	display: none;
}

.pagination .nav-links {
	line-height: 1.6;
}

.pagination .prev {
	right: 0;
}

.pagination a.page-numbers:hover {
	color: #B2B2B2;
}

.pagination .page-numbers {
	display: inline-block;
}

.page-numbers.current .meta-nav {
	display: none;
}




/* ページネーション アーカイブ end
---------------------------------------------------- */
.ichiran {
	display: inline-block;
	font-weight: bold;
	margin: 0 26px 0 18px;
}

.page-numbers-single a:hover {
	color: #B2B2B2;
}

.ichiran a:hover {
	color: #5dcbfc;
}








/* headerページ
-------------------------------------------*/

/* header画像 */
.about {
	background-image: url(../wp-content/themes/cojp/img/about.png);
}

.recruit {
	background-image: url(../wp-content/themes/cojp/img/recruit.png);
}

.notFound {
	background-image: url(../wp-content/themes/cojp/img/notFound.png);
}

.news {
	background-image: url(../wp-content/themes/cojp/img/news.png);
}

.privacypolicy {
	background-image: url(../wp-content/themes/cojp/img/privacypolicy.png);
}

.service {
	background-image: url(../wp-content/themes/cojp/img/service.png);
}


/* header画像 end */

.headerH1 {
	background: #4FC3F7;
	width: 100%;
}

.headerH1P {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	font-size: 70%;
	line-height: 35px;
	padding: 0 10px;
}

.header-image {
	background-size: cover;
	background-image: url(../wp-content/themes/cojp/img/topImg.png);
	background-position: center;
	margin: 0;
	width: 100%;
	position: relative;
}

.header-image02 {
	background-size: cover;
	background-position: center;
	margin: 0;
	width: 100%;
	position: relative;
	height: 445px;
}

.header-bottombar {
	height: 35px;
	width: 100%;
	background: #4FC3F7;
	position: absolute;
	bottom: 0;
}

.main-navigation .primary-menu > li a {
	color: #4FC3F7;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
}

.navBS {
	font-weight: normal;
	font-size: 75%;
	color: #fff;
}

.site-header-menu {
	margin: 0;
	z-index: 1;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 1;
}

.naviWrap {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
}

.topTextWrapOuter {
	display: flex;
	max-width: 1000px;
	height: inherit;
	margin: 0 auto 80px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	align-items: center;
	position: relative;
}

.topTextWrap {
	margin: 0 auto;
	text-align: center;
}

.topText01 {
	color: #4FC3F7;
	font-size: 260%;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.5em;
	max-width: 600px;
	margin: 0 auto;
}

.topLine {
	width: 60px;
	height: 3px;
	background: #AB010B;
	display: inline-block;
}

.topLineB {
	width: 60px;
	height: 3px;
	background: #4FC3F7;
	display: inline-block;
	margin: 25px 0 10px 0;
}

.topLineG {
	width: 60px;
	height: 3px;
	background: #455A64;
	display: inline-block;
}

.topLineW {
	width: 60px;
	height: 3px;
	background: #fff;
	display: inline-block;
}

.topText02 {
	color: #fff;
	padding: 0 0 40px;
}

.topText03 {
	color: #444;
	padding: 20px 10px 40px;
}

.topBtn {
	color: #fff;
	padding: 13px 20px;
	border: 1px #fff solid;
	display: inline-block;
}

a.topBtnA {
	display: inline-block;
}

a:hover .topBtn {
	color: #80DEFF;
	border: 1px rgb(79, 195, 247) solid;
	transition-duration: 0.4s;
	/*変化に掛かる時間*/
	text-shadow: 0px 0px 4px #00B7FF;
}

.clickImg {
	display: block;
	position: absolute;
	bottom: -85px;
	;
	left: 0;
}

.clickImg img {
	z-index: 1;
}

.main-navigation li.current-menu-item a {
	text-shadow: 0px 0px 4px #009BD1;
	color: #80DEFF;
	opacity: 1;
}

.main-navigation li.current-menu-item .navBS {
	opacity: .5;
}

.shikaku {
	transition: .5s;
	transform: rotateZ(-10deg);
	position: relative;
	left: 10px;
	bottom: -40px;
	width: 240px;
}

.clickImg a:hover .shikaku {
	transform: rotateZ(350deg);
	z-index: 2;
}

.clickImg a:hover {
	opacity: 1;
}

.shikaku p {
	color: #fff;
}

.header-imageIn {
	position: relative;
	height: 100%;
}

.clickP {
	font-size: 200%;
	line-height: normal;
}

.click_text {
	position: relative;
	bottom: 160px;
	left: -230px;
	width: 170px;
}

.notFound .topLineW {
	width: 180px;
	height: 3px;
	background: #fff;
	display: inline-block;
}

.naviLogo a:hover {
	opacity: 1;
}




/* headerページ
-------------------------------------------*/



/* footer
-------------------------------------------*/
.site-footer,
.site-infoWrap {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.fNavi {
	display: block;
	max-width: 1000px;
	width: 100%;
	margin: 10px auto 0 auto;
}

#menu-footermenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#menu-footermenu li:before {
	content: "\f522";
	font-family: "dashicons";
	color: #fff;
	position: relative;
	top: 2px;
}

#menu-footermenu li {
	margin-right: 1.5em;
}

#menu-footermenu li a {
	color: #fff;
}

.site-info {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0;
	padding: 20px 10px 15px;
}

.fCopy {
	text-align: right;
}

.fCopy small {
	color: #fff;
	font-size: 90%;
}

.fOrange {
	background: #E57F1F;
	height: 4px;
	width: 100%;
}

.smallP,
.current-menu-item .smallP {
	font-size: 11.5px;
	font-size: 11.5px\9;
	/* IE10以下 */
}

*::-ms-backdrop,
.smallP {
	font-size: 11px;
}

/* IE11 */


*::-ms-backdrop,
.current-menu-item .smallP {
	font-size: 11px;
}

/* IE11 */

.footerCaution {
	color: #fff;
	font-size: 85%;
}

.footerCopy {
	color: #fff;
}

.site-info {
	text-align: center
}

/*.footerAddIn {
	border-left: 1px solid #444;
}*/

.footerAddOuter {
	max-width: 1000px;
	padding: 20px 10px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footerAddTit {
	font-weight: bold;
	font-size: 110%;
}

.footerAddIn {
	font-size: 85%;
	padding-left: 10px;
	letter-spacing: normal;
}

.footerTokyoWrap + .footerTokyoWrap {
	margin-top: 0.5em;
}

.footerListOuter {
	border-left: 1px solid #444;
}

.footerListOuter ul {
	padding-left: 20px;
}

#menu-footerprivacy li {
	line-height: normal;
}

#menu-footerprivacy li a {
	font-size: 90%;
	color: #444;
}

#menu-footerprivacy li a:hover {
	color: #006F96;
}

.footerIsocWrap {
	display: flex;
	flex-direction: column;
	width: 150px;
}

.footerIsocWrap img + img {
	margin-top: 20px;
}

.footerIsocWrap img {
	width: 150px;
	/*height: 57px;*/
}

.site-infoWrap {
	background: #444;
}

.footerBannerWrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 10px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
}

.footerCircle a img {
	border-radius: 50%;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	background: #4FC3F7;
	z-index: 1;
}

.footerCircle a:hover img {
	border-radius: 0%;
	opacity: 0.8;
	background: #4FC3F7;
	border-radius: 10px;
	z-index: 1;
	transition-duration: 0.4s;
	/*変化に掛かる時間*/
}

.footerCircle {
	position: relative;
	width: 150px;
	height: auto;
	display: inline-block;
	margin: 0 30px;
}

.footerBannerP {
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100px;
	height: 125px;
	font-size: 110%;
	line-height: 1.2em;
	text-align: center;
	font-weight: 400;
	text-shadow: 0px 0px 4px #00649c;
	z-index: 2;
}

.footerBannerP02 {
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 115px;
	height: 85px;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
	font-weight: 400;
	text-shadow: 0px 0px 5px #003b5c;
	z-index: 2;
}

.footerHr {
	width: 100%;
	padding: 0;
	margin: 0;
}

.footerListOuter ul li a {
	color: #777;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: normal;
}

.footerBanWrap {
	width: 100%;
	margin: 0 auto;
	background: #ddd;
	padding: 20px 0;
}

.footerBanUL {
	max-width: 1000px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.footerBanUL li {
	/* width:13.5; バナーが7個の時*/
	width: 11.8%;
	/*バナーが8個の時*/
	background: #fff;
	border-radius: 10px;
	max-width: 150px;
	margin: 0 0.35%;
}

.footerBanUL li img {
	width: 83%;
	height: 83%;
}

.footerBanUL li.Ls img {
	width: 92%;
}

.footerBanUL li:hover {
	border-radius: 50%;
	transition-duration: 0.3s;
	/*変化に掛かる時間*/
}

.footerBanUL li:nth-child(2) img,
.footerBanUL li:nth-child(3) img {
	width: 80%;
	height: 80%;
}

.footerBanUL .two-tier img{
	width: 85%;
	height: 25%;
}
/*
.footerBanUL li:nth-child(5) img {
	width: 85%;
	height: 25%;
}
*/

.footerBanUL li.cloudBG {
	background-color: #a3e6fe;
	background-image: url(../wp-content/themes/cojp/img/anshin_ban02.svg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.footerBanUL li.waveBG {
	background-image: url(../wp-content/themes/cojp/img/secu_ban02.png);
	background-repeat: no-repeat;
	background-position: top;
}

.footerBanUL li.pinkBG {
	background: repeat top/50% url(../wp-content/uploads/2018/06/border_back.png);
}

.footerBanImg {
	width: 100%;
	height: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footerAddOuter > div{
	margin: 5px 0;
}

a.btn_12 {
	font-size: 13px;
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 145px;
    margin: auto;
    padding: 5px;
    font-weight: bold;
    background: #AB010B;
    color: #fff;
    /* border-radius: 100vh; */
    position: relative;
    transition: 0.5s;
    margin-bottom: 5px;
}
a.btn_12::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_12:hover {
	background: #AB010B;
	color: #fff;
}





/* footer end
-------------------------------------------*/



/* TOPページ
-------------------------------------------*/
.contentMargin {
	margin: 80px 0;
}

.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px;
	border-color: #4FC3F7 transparent transparent transparent;
	display: inline-block;
}

.topConceptH1 {
	color: #AB010B;
	font-weight: bold;
	font-size: 140%;
	line-height: normal;
	padding: 0 10px;
	box-sizing: border-box;
}

.topBannerImg01,
.topBannerImg02,
.topBannerImg03 {
	width: calc(33.3%);
	height: inherit;
	position: relative;
}

.topBannerImg01 img,
.topBannerImg02 img,
.topBannerImg03 img {
	vertical-align: top;
}

.dnetLogoImg img {
	max-width: 250px;
}



.topBannerImg01 img {
	width: 100%;
}

.topBanner01 {
	display: flex;
	flex-wrap: wrap;
}

.topBannerText {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
}

.topBannerTit01 {
	height: 220px;
}

.topBannerTit02 {
	height: 150px;
}

.topBannerTit04 {
	height: 110px;
}

.topBannerTit05 {
	height: 130px;
}

.topBannerTextIn01 {
	color: #fff;
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
}

.topBannerTextIn02 {
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	line-height: normal;
	margin-top: 0.6em;
}

.btn {
	font-size: 110%;
	font-weight: bold;
	line-height: normal;
	/*width: 350px;*/
	/*border: 2px solid #AB010B ;*/
	/*padding: 5px;*/
	/*background-color: rgba(255,255,255,0.6);*/
	color: #AB010B;
	margin: 0 auto;
	margin-top: 0.6em;
}

.btn a {
	color: #AB010B;
}

.btn a:hover {
	color: #AB010B;
	text-decoration: underline
}

.sbtn {
	font-size: 80%;
	font-weight: bold;
	line-height: normal;
	/*width: 350px;*/
	border: 2px solid #AB010B;
	/*padding: 5px;*/
	background-color: rgba(255, 255, 255, 0.6);
	color: #AB010B;
	margin: 0 auto;
	/*margin-top: 0.6em;*/
}


.sbtn a {
	color: #AB010B;
}

.topBannerTextIn03 {
	color: #455A64;
	font-size: 130%;
	font-weight: bold;
	line-height: normal;
	margin-top: 0.1em;
}

.topBannerTextIn05 {
	color: #444;
	font-size: 160%;
	font-weight: bold;
	line-height: normal;
}

.topBannerTextIn04 {
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	line-height: normal;
}

.topBannerImg02In {
	width: 100%;
	height: 50%;
	position: relative;
}

.backImgService {
	background-image: url(../wp-content/themes/cojp/img/serviceBG.png);
}

.serviceBtnText span,
.serviceBtnText p {
	display: inline-block;
}

.serviceBtnText p {
	font-size: 230%;
	letter-spacing: normal;
}

.backCover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.topBannerTit06 {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 10px 40px;
	box-sizing: border-box;
}

.serviceWrapOuter {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.serviceWrap {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
}

.serviceCon01 {
	width: 18%;
	overflow: hidden;
	height: auto;
}

.serviceCon01 img {
	width: 100%;
	display: block;
	transition-duration: 0.3s;
	/*変化に掛かる時間*/
	z-index: 1;
}

.serviceCon01 a:hover img {
	transform: scale(1.05);
	/*画像の拡大率*/
}

.serviceText {
	color: #fff;
	line-height: normal;
	padding: 10px 0;
}

.serviceCon01Img {
	overflow: hidden;
	border: 2px #fff solid;
	position: relative;
}

.serviceCon01 a:hover .serviceText {
	color: #80DEFF;
	transition-duration: 0.3s;
	/*変化に掛かる時間*/
}

.serviceCon01 a:hover .serviceCon01Img img {
	filter: brightness(200%);
	filter: grayscale(100%);
	transition-duration: 0.3s;
	/*変化に掛かる時間*/
}

.serviceCon01 a:hover .serviceCon01Img {
	border: 2px #80DEFF solid;
	transition-duration: 0.3s;
	/*変化に掛かる時間*/
}

.serviceBtnText {
	display: none;
}

a:hover .serviceBtnText {
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
	height: 50px;
	color: #AB010B;
	text-shadow: 0px 0px 6px #ffffff;
}

.bisinessWrap {
	/* display: flex;*/
	display: inline-block;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	margin: 0 50px;
	margin-bottom: 50px;
}

.serviceCon {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 10px 40px;
	box-sizing: border-box;
}

.newsOuter {
	background: #4FC3F7;
}

.newsOuter a {
	color: #444;
	font-weight: normal;
	border-bottom: #006F96 2px solid;
}

.newsOuter a:hover {
	border-bottom-color: #bde9f9;
}

.newsDateP {
	color: #006F96;
	font-weight: bold;
	display: inline-block;
	font-size: 110%;
	letter-spacing: normal;
	padding-right: 25px;
	min-width: 100px;
}

.newsCatName {
	display: inline-block;
}

.newsContH3 {
	display: inline-block;
	padding-left: 30px;
}

.newsCont {
	display: inline-block;
}

.newsCatNameP {
	display: inline-block;
	background: #d7f5ff;
	font-size: 86%;
	letter-spacing: normal;
	font-weight: bold;
	color: #19bcf4;
	padding-top: 2px;
	border-radius: 2px;
	line-height: 1.3em;
	min-width: 95px;
	text-align: center;
}

.newsDate {
	display: inline-block;
}

.newsTit {
	color: #fff;
	background: #444;
}

.newsLi {
	text-align: left;
	margin-bottom: 1em;
	display: flex;
}

.newsUl {
	margin: 10px 0 30px 0;
}

.newsWrap {
	max-width: 800px;
	margin: 0 auto;
}

.newsTempDateP {
	color: #BCBCBC;
	font-weight: bold;
	display: inline-block;
	font-size: 110%;
	letter-spacing: normal;
	padding-right: 40px;
	min-width: 100px;
}

.newsTempOuter {
	padding: 0 20px;
}

.moreBtn {
	color: #fff;
	font-size: 250%;
	line-height: normal;
	text-align: left;
	letter-spacing: normal;
}

.moreBtn:hover {
	letter-spacing: .15em;
	transition-duration: 0.4s;
	/*変化に掛かる時間*/
	opacity: .6;
}

.topBannerTit07 {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 10px 20px;
	box-sizing: border-box;
}

.newsBox {
	display: flex;
	justify-content: space-between;
	padding: 0 10px 40px;
}

.newsInner {
	width: 32%;
}

.newsOuter .newsCont h2 {
	line-height: normal;
	font-size: 90%;
}

.newsOuter .newsCont h2 a:hover {
	color: #fff;
	transition-duration: 0.4s;
	/*変化に掛かる時間*/
}

.PCshow783 {
	display: inline-block;
}

.PCshow783Block {
	display: block;
}

.iPadShow,
.iPadShow783,
.SHshow710,
.iPadShow783Block {
	display: none;
}

.bannerImg {
	width: 100%;
}

.footeriPadOuter {
	max-width: 1000px;
	width: 100%;
	margin: 40px auto 20px auto;
	display: none;
}

.footeriPadWrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.footeriPadWrap div + div {
	margin-left: 40px;
}

.dateWrap {
	width: 212px;
}

.newsCont {
	width: calc(100% - 212px);
}

.entry-content {
	z-index: 2;
}

.topCloudImgHeight {
	height: 180px;
	width: auto;
}








/* TOPページ end
-------------------------------------------*/


/* 下層ページ
-------------------------------------------*/
.header-title {
	text-align: center;
	color: #fff;
	letter-spacing: .2em;
	font-size: 130%;
}

.headerTitWrap {
	height: calc(100% - 130px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 150%;
	flex-direction: column;
}

.greetingWrap,
.recruitInfoWrap {
	max-width: 1000px;
	width: 100%;
	padding: 0 20px;
	text-align: left;
}

.entry-content h2.pageH2 {
	font-size: 160%;
	margin-bottom: 0;
}

.companyTBWrap {
	margin: 90px auto 0 auto;
	max-width: 820px;
	width: 100%;
}

.companyTB {
	border-collapse: separate;
	border-spacing: 24px;
}

.companyTB th,
.companyTB td {
	border-right: 0;
	padding: 7px 0 0 0;
	vertical-align: bottom;
}

.companyTB th {
	width: 110px;
	vertical-align: bottom;
	text-align: right;
	color: #4FC3F7;
}

.mapWrap {
	margin-top: 10px;
}

.companyUl li {
	line-height: 1.5em;
}

.companyUl li + li {
	margin-top: 1em;
}

.isoWrap {
	margin: 70px auto 0 auto;
	padding: 0 20px;
}

.boshuWrap,
.youkouWrap {
	margin: 90px auto 0 auto;
	padding: 0 20px;
}

.isoWrapIn {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	flex-direction: row;
	width: 100%;
}

.isoWrapInLeft,
.isoWrapInRight {
	width: 48%;
	flex-direction: column;
	align-items: center;
}

.isoWrapInLeftP {
	text-align: left;
}

.isoWrapInRightP {
	text-align: left;
	letter-spacing: .05em;
}

.isoBannerWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 435px;
	width: 100%;
	margin-top: 20px;
}

.isoBannerWrap li {
	margin-bottom: 15px;
	max-width: 210px;
	width: 48%;
}

.isoImgWrap {
	margin-top: 15px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.isoImgWrap img {
	max-width: 200px;
	width: 49%;
}

.isoImgWrap img + img {
	margin-left: 20px;
}

.blue,
.boshuUl li {
	color: #29B6F6;
}

.boshuUl li {
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;
}

.boshuP {
	text-align: left;
}

.entry-content .recruitInfoWrap h2.pageH2 {
	letter-spacing: normal;
	font-size: 140%;
	text-align: center;
}

.recInfoP {
	text-align: center;
	margin-top: 10px;
}

.entry-content .boshuWrap h2.pageH2,
.entry-content .youkouWrap h2.pageH2 {
	margin-bottom: 20px;
}

.boshuUl {
	text-align: left;
	margin: 30px 0;
}

.recruitImg {
	display: flex;
	justify-content: space-between;
}

.recruitImgBox {
	width: 48.5%;
}

.recruitImgBox img {
	width: 100%;
}

.youkouUl li {
	text-align: left;
}

.youkouUl > li {
	font-size: 110%;
	margin-bottom: 1.5em;
}

.youkouSubLi li {
	font-size: 90%;
}

.youkouWrapIn {
	display: flex;
	justify-content: space-between;
}

.youkouWrapInLeft,
.youkouWrapInRight {
	width: 48.5%;
}

.error-404 {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}

.errorP {
	text-align: left;
}

.topLink {
	font-weight: bold;
	margin-top: 2em;
}

.topLink a {
	color: #AB010B;
	font-size: 110%;
}

.topLink a:hover {
	opacity: .7;
}

.newsBtnWrap {
	display: flex;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.newsTmpBtn {
	width: 25%;
	border-bottom: 1px solid #4fc3f7;
	border-top: 1px solid #4fc3f7;
	border-left: 1px solid #4fc3f7;
}

.newsTmpBtn:last-child {
	border-right: 1px solid #4fc3f7;
}

.newsTempUl li:last-child {
	border-bottom: none;
}

.newsTmpBtn:hover,
.newsTmpBtn.active {
	background: #96dcfb;
}

.newsTmpBtn:hover a,
.newsTmpBtn.active a {
	color: #fff;
	font-weight: bold;
}

.newsTmpBtn a {
	width: 100%;
	height: 100%;
	padding: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.3;
}

.pageHeader404 {
	margin-bottom: 2em;
}

.privacyWrap {
	padding: 0 20px;
}

.privacyWrap p,
.privacyWrap li {
	line-height: 1.7em;
}

.privacyP {
	text-align: left;
}

.privacyUl {
	margin-top: 30px;
	text-align: left;
	padding-left: 1em;
}

.privacyUl li {
	list-style-type: decimal;
	list-style-position: inside;
	text-indent: -1.5em;
	padding: 1em 0 1em 1.5em;
	border-bottom: 1px dotted #ddd;
}

.privacyUl li:first-child {
	border-top: 1px dotted #ddd;
}

.kaitei {
	margin-top: 20px;
	text-align: right;
	font-size: 85%;
}

.kaitei li {
	line-height: 1.3em;
}

.inquiryWrap {
	margin: 50px auto;
	border: 1px solid #4FC3F7;
	display: inline-block
}

.entry-content h1.inquiryH1 {
	font-size: 110%;
	color: #4FC3F7;
	border-bottom: 1px #4FC3F7 solid;
	font-weight: normal;
}

.entry-content h1.inquiryH1 span {
	padding: 10px;
	display: block;
}

.inquiryPBox p {
	text-align: left;
}

.inquiryPBox {
	display: inline-block;
}

.inquiryP01 {
	margin-bottom: 10px;
}

.inquiryPWrap {
	padding: 0 20px 20px;
	display: block;
}

.entry-content h2.privacyH2 {
	font-size: 110%;
	text-align: left;
	margin: 0 0 1em 0;
	color: #4FC3F7;
	font-weight: normal;
}

.privacyBoxP {
	text-align: left;
	padding-left: 1em;
}

.privacyBox {
	margin-bottom: 2em;
}

.kouhyouWrap {
	margin-top: 100px;
}

.entry-content h1.kouhyouH1 {
	font-size: 150%;
	color: #4FC3F7;
	text-align: left;
	border-bottom: #4FC3F7 1px solid;
	margin-bottom: 1.5em;
	font-weight: normal;
}

.privacyDl {
	padding-left: 1.5em;
	margin-top: 10px;
}

.privacyDl2 {
	padding-left: 1em;
}

.privacyDl dt {
	font-weight: normal;
}

.privacyDl dd {
	padding-left: 0.5em;
	line-height: 1.7em;
	text-indent: 0;

}

.privacyUl li.noIndent dl {
	text-indent: inherit;
}

.privacyDl dd.in1 {
	padding-left: 1.5em;
	text-indent: -1.1em;
	color: #999;
}

.privacyDl dd.in2 {
	/* padding-left: 1.5em;*/
	text-indent: -1.1em;
	margin-top: 5px;
}

.privacyDl dd.in3 {
	text-indent: -1.2em;
	color: #999;
}

.privacyDl dd.in4 {
	color: #999;
}


.privacyUl .privacyUlSub li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1.5em;
	padding: 0 0 0 1.5em;
	border: none;
}

.privacyDl .privacyDl2 dd {
	padding-left: 0.81em;
}

.privacyDl .privacyDl2 dd.in3 {
	padding-left: 2em;
}

.securityArt {
	margin-bottom: 70px;
}

.securityUl {
	text-align: left;
}

.securityUl li {
	list-style-type: decimal;
	padding: 0.5em 0;
	border-bottom: 1px dotted #ddd;
	list-style-position: inside;
	text-indent: -1.4em;
	padding-left: 1.5em;
}

.secuManeWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.secuManeBox {
	width: 230px;
}

.secuManeBox p {
	font-size: 82%;
	letter-spacing: normal;
}

.secuManeP {
	width: calc(100% - 250px);
	text-align: left;
}

.secuTB {
	margin-top: 30px;
	margin-bottom: 0;
}

.secuTB th {
	width: 150px;
}

.secuTB th,
.secuTB td {
	padding: 12px 10px;
	border: #e9e9e9 1px solid;
}

.secuTB tr:nth-child(even) {
	background: #f6f6f6;
}

.sitemapWrap {
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sitemapArt {
	width: 30%;
	margin-bottom: 40px;
}

.siteBannweBox {
	width: 100%;
	border: 1px solid #4fc3f7;
}

.siteUl {
	padding: 10px;
	text-align: left;
}

.siteUl li a:before {
	content: "\f345";
	font-family: dashicons;
	position: relative;
	top: 2px;
}

.siteUl li a:hover:before {
	color: #4fc3f7;
	transition-duration: 0.4s;
}

.siteBannweBox a:before {
	content: "\f345";
	font-family: dashicons;
	color: #4fc3f7;
	position: relative;
	top: 2px;
}

.siteUl li {
	text-indent: -1em;
	line-height: 1.5em;
	padding: 0.8em 0 0.8em 1em;
	border-bottom: 1px dotted #c6c6c6;
}

.entry-content .siteBannweBox a {
	display: block;
	padding: 1em 0;
}

.siteUl li a {
	color: #777;
}

.siteUl li a:hover {
	color: #4fc3f7;
}

.entry-content .siteBannweBox a:hover {
	background: #4fc3f7;
	color: #fff;
}

.entry-content .siteBannweBox a:hover:before {
	color: #fff;
	transition-duration: 0.4s;
}

.serviceWrap {
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.serviceWrap .siteLeft,
.serviceWrap .siteRight {
	width: 48%;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.entry-content h1.serviceH1 {
	font-size: 140%;
	border-bottom: 1px solid #727272;
	line-height: 2em;
	margin-bottom: 30px;
}

.cloudImg {
	width: 80%;
}

.entry-content h2.serviceH2 {
	font-size: 110%;
	color: #727272;
	margin: 20px 0 10px 0;
}

.serviceP {
	font-size: 96%;
	letter-spacing: normal;
	line-height: 1.5em;
}

.serviceBtn {
	color: #4FC3F7;
	padding: 13px 20px;
	border: 1px #4FC3F7 solid;
	display: inline-block;
	margin: 20px 0;
}

.serviceWrap a {
	cursor: pointer;
}

.serviceUlBtn {
	text-align: left;
	display: inline-block;
}

.cloudBtnWrap {
	display: block;
}

.serviceUlBtn li {
	font-weight: bold;
	line-height: 1.7em;
}

.serviceUlBtn li:before {
	content: "\f345";
	font-family: dashicons;
	position: relative;
	top: 2px;
	color: #81D5F2;
}

.serviceUlBtn li a {
	color: #81D5F2;
}

a.serviceBtn:hover {
	color: #fff;
	background: #4FC3F7;
}

.serviceUlBtn li a:hover {
	color: #13AEE5;
}

.infraManager {
	width: 70%;
}

.cloudWrap .serviceBox + .serviceBox {
	margin-top: 50px;
}

.pTuneImg {
	width: 55%;
}

.serviceWrap .cloudWrap + .cloudWrap {
	margin-top: 60px;
}

.anshinsecuImg {
	width: 90%;
}

.acmfImg {
	width: 50%;
}

.secureImg {
	width: 60%;
}

.extremeImg {
	width: 80%;
}

.iconBox {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.iconBox a + a {
	margin-left: 30px;
}

.instaIcon {
	width: 45px;
	height: auto;
}

.iconBox a:hover {
	opacity: .7;
}


.myNaviBox {
	text-align: center;
	margin-top: 50px;

}

.myNaviTextP {
	font-size: 120%;
	display: block;
	line-height: normal;
	padding-left: 10px;
	padding-right: 15px;
	color: #4fc3f7;
	color: #fff;
}

.myNaviTextP:before {
	content: "\f345";
	font-family: dashicons;
	position: relative;
	top: 20px;
	font-size: 200%;
	color: #fff;
}

.myNaviTextBox {
	display: inline-block;
	border: 1px solid #4fc3f7;
}

.myNaviTextSpan {
	color: #f88226;
	font-size: 90%;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-weight: bold;
	display: block;
	color: #fff;
}

.myNaviBox a:hover .myNaviTextP {
	color: #4fc3f7;
	transition-duration: 0.4s;
	/*変化に掛かる時間*/
}

.myNaviBox a:hover .myNaviTextSpan {
	color: #f88226;
	transition-duration: 0.4s;
	/*変化に掛かる時間*/
}

.myNaviTextBox {
	background: #4fc3f7;
}

.myNaviBox a:hover .myNaviTextBox {
	background: #fff;
	transition-duration: 0.4s;
	/*変化に掛かる時間*/
}

.myNaviBox a:hover .myNaviTextP:before {
	color: #4fc3f7;
	transition-duration: 0.4s;
	/*変化に掛かる時間*/
}




/* partner
-------------------------------------------*/
.partMb50 {
	margin-bottom: 50px;
}

.partMb30 {
	margin-bottom: 30px;
}

.partMb20 {
	margin-bottom: 20px;
}

.partMb10 {
	margin-bottom: 10px;
}

.partner_lbl01 {
	background: url(https://www.denet.co.jp/wp-content/uploads/2018/10/partner_img01.jpg) 0.8em no-repeat !important;
	font-size: 150%;
	font-weight: normal;
	padding: 0.8em 0 0.8em 3.8em;
	text-align: left;
}

.partner_lbl03 h3 {
	background-image: url(/wp-content/themes/denet/images/h2_back.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-size: 18px;
	padding-top: 12px;
	padding-left: 23px;
	padding-bottom: 12px;
	margin-left: 0px;
}

.partner_cont_box01 h4 {
	border-left: solid #f89174 5px;
	padding: 14px 12px;
	border-bottom: solid 3px #dadada;
	text-align: left;
	clear: both;
}

.service_cata_link {
	margin-bottom: 20px;
}

.service_cata_link a {
	border-left: solid #f89174 5px;
	padding: 5px 12px;
	border-bottom: solid 3px #dadada;
	clear: both;
}

/* partnerend
-------------------------------------------*/




/* 下層ページ end
-------------------------------------------*/


/* newsページ end
-------------------------------------------*/

.newsBtn {
	color: #4FC3F7;
	padding: 13px 20px;
	border: 1px #4FC3F7 solid;
	display: inline-block;
}

a.newsBtnA {
	display: inline-block;
}

a:hover .newsBtn {
	color: #80DEFF;
	border: 1px rgb(79, 195, 247) solid;
	transition-duration: 0.4s;
	/*変化に掛かる時間*/
	text-shadow: 0px 0px 4px #00B7FF;
}

.newsTempUl {
	margin: 40px auto;
	max-width: 1000px;
	width: 100%;
}

.newsTempCatNameP {
	display: inline-block;
	background: #4fc3f7;
	font-size: 86%;
	letter-spacing: normal;
	font-weight: bold;
	color: #fff;
	padding-top: 2px;
	border-radius: 2px;
	line-height: 1.3em;
	min-width: 95px;
	text-align: center;
}

.newsTempCatName {
	display: inline-block;
	margin-right: 20px;
}

.newsTempContH3 {
	display: inline-block;
	font-weight: normal;
	line-height: 1.9em;
	font-size: 95%;
}

.newsTempContH3 a {
	color: #444;
}

.newsTempContH3 a {
	border-bottom: rgba(150, 220, 251, 0) 2px solid;
}

.newsTempContH3 a:hover {
	border-bottom: rgba(150, 220, 251, 1) 2px solid;
}

.newsTempLi {
	text-align: left;
	display: flex;
	padding: 20px 0 20px 0;
	align-items: center;
}

.newsTempUl li {
	border-bottom: 1px dotted #ddd;
}

.newsTempUl li:last-child {
	border-bottom: none;
}

.newsTempCatDate {
	min-width: 241px;
}



/* 投稿ページ
-------------------------------------------*/
.singleWrap {
	max-width: 1000px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

.singleTitle {
	font-size: 130%;
	font-weight: normal;
	line-height: 1.7em;
}

.singleHeaderWrap {
	margin: 0 auto;
	background-color: #e9e9e9;
}

.singleHeader {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

.singleCatName {
	margin-bottom: 20px;
}

.singleCatNameP {
	display: inline-block;
	background: #b9b9b9;
	font-size: 88%;
	letter-spacing: normal;
	font-weight: bold;
	color: #fff;
	padding-top: 2px;
	border-radius: 2px;
	line-height: 1.3em;
	min-width: 105px;
	text-align: center;
}

.singleDateP {
	color: #999;
	font-weight: bold;
	display: inline-block;
	font-size: 115%;
	letter-spacing: normal;
	min-width: 100px;
	line-height: 1em;
	margin-top: 20px;
}

body:not(.search-results) article:not(.type-page) .entry-content {
	float: none;
	text-align: left;
}

.site-main > article.singlePost {
	margin: 50px auto 70px auto;
	padding: 0 20px;
}

.singleContent {
	line-height: 1.8em;
	text-align: left;
}

.footerIsocWrapiPad {
	display: flex;
	max-width: 300px;
	width: 100%;
	justify-content: space-between;
	max-height: 80px;
}

.footerIsocWrapiPad img {
	width: 49%;
	max-height: 140px;
}


.singleSemPost {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sideMenu {
	width: 240px;
}

.singleSemCon {
	width: calc(100% - 270px);
}

.sideMenu li {
	text-align: left;
	padding: 15px 0;
	border-bottom: 1px #aaa dotted;
}

.sideMenu li:first-child {
	padding-top: 0;
}

.reportP {
	margin-bottom: 2rem;
}

.reportH2 {
	font-size: 160%;
	color: #4FC3F7;
	font-weight: 100;
	line-height: 1.4;
	margin: 60px 0 10px;
	border-bottom: #aaa 2px dotted;
}

.reportH2.mt0 {
	margin-top: 0;
}

.reportH2-2set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.reportH2-2set span + span {
	margin-left: 0.5rem;
}

.reportH2-2set span:first-child {
	width: 80px;
}

.reportH2-2set span:last-child {
	width: calc(100% - 100px);
}

.reportH3 {
	color: #aaa;
	text-align: right;
	font-weight: 100;
	font-size: 105%;
	line-height: 1.3;
	margin: 10px 0;
}

.reportImg1 {
	margin: 20px auto;
	max-width: 600px;
	height: auto;
}

.reportImg2set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.reportImg2set div {
	width: 49%;
}

.sideDate {
	display: inline-block;
	background: #e9e9e9;
	font-weight: bold;
	color: #969696;
	border-radius: 2px;
	text-align: center;
	padding: 0 7px;
	font-size: 90%;
}

.singlePost p.sideTitle {
	line-height: 1.4;
	text-indent: -1.5rem;
	padding-left: 1.5rem;
}

.sideTitle::before {
	content: "\f345";
	font-family: dashicons;
	font-size: 1.1rem;
	vertical-align: middle;
	color: #aaa;
	position: relative;
	left: 7px;
}

.sideTitH2 {
	background-color: #e9e9e9;
	width: 240px;
	font-weight: 200;
	font-size: 110%;
	line-height: 3;
	margin-bottom: 1rem;
}

.semArcBanWrap {
	background: #fff;
	border: 1px #4FC3F7 solid;
	display: block;
	margin-top: 30px;
	color: #4FC3F7;
	font-weight: bold;
	padding: 12px 10px;
	border-radius: 5px;
}

.semArcBan::before {
	content: "\f522";
	font-family: dashicons;
	vertical-align: bottom;
}

.semArcBanWrap:hover {
	background: #4FC3F7;
	color: #fff;
}

.reportP a {
	text-decoration: underline;
}

.sideMenuWrap {
	margin-left: 30px;
}

.ptune-docWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.ptune-docWrap li {
	width: 32%;
}

.ptune-docWrap li img {
	width: 100%;
}

.ma_r_name {
	margin-bottom: 20px;
}

.maUl li.w100Li {
	text-align: left;
	text-indent: -1.25rem;
	padding-left: 1.25rem;
	width: 100%;
}

.maUl li.w100Li span.w100Li02 {
	width: 100%;
	padding-left: 1.25rem;
}

.maUl li:not(.w100Li),
.maUl li:not(.w100LiTB) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
}

.maUl li.w100LiTB {
	text-indent: inherit !important;

}

.maUl li:not(.w100Li) {
	text-indent: -1.25rem;
	padding-left: 1.25rem;
}

.maUl li span:first-child {
	width: 80%;
}

.maUl li span:last-child {
	width: 15%;
}

.ma_r_ki {
	margin: 20px 0;
}

.maUl li {
	margin-bottom: 1.5rem;
	line-height: 1.25rem;
	list-style-position: inside;
}

.maUl table th,
.maUl table td {
	text-align: center;
	border-left: 1px solid #d1d1d1;
	line-height: 1.25rem;
	vertical-align: middle;
}

.maUl table th {
	border-top: 1px solid #d1d1d1;
}

.ma_r_sec {
	margin-left: 10px;
	margin-right: 10px;
}

.w100Li02 {
	text-indent: inherit;
}

.maUl li.w100Li span:first-child {
	width: 100%;
}

.ma_r_sec .maUl li.w100Li {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.maUl li.w100Li span.w100Li02 a {
	padding-left: 1.25rem;
}

.maUl .PCshow783 {
	text-indent: initial;
}

#menu-footerprivacy-1 li {
	line-height: 1rem;
}

.centerOut {
	margin-left: auto;
	margin-left: auto;
}

.eventUl {
	border: 1px solid #4FC3F7;
	padding: 1rem;
}

.eventUl2 {
	padding: 1rem;
}

.eventUl ul {
	padding-left: 1rem;
}

.eventUl li,
.eventUl2 li {
	list-style: decimal inside;
	text-indent: -1.25rem;
	padding-left: 1.25rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

.eventUl li li {
	margin-bottom: 0;
}

.reportImg1 .wp-caption-text {
	text-align: center;
}

.eventinfoTB,
.eventinfoTB th,
.eventinfoTB td {
	border: none;
}

.eventinfoTB {
	max-width: 520px;
	width: 100%;
	margin: auto;
}

.eventinfoTB th {
	width: 150px;
}

.centerIn {
	max-width: 300px;
	margin: auto;
}

.eventUl h3 {
	line-height: 1.5;
}

.centerIn h4 {
	margin-top: 10px;
}

.teleworkWrap {
	border: 1px solid #ccc;
	padding: 1rem;
}

.teleP {
	padding: 1rem 0;
}

.teleImg01 {
	margin: 20px auto;
	max-width: 800px;
	height: auto;
}

.teleworkWrap dt a {
	color: #FF0000;
	font-size: 1.03rem;
	text-decoration: underline;
}

.teleworkWrap dd:not(:last-child) {
	line-height: 1.5;
	margin-bottom: 10px;
}

.teteUL01 li {
	color: #4FC3F7;
	font-weight: bold;
	list-style: square inside;
	padding-left: 1rem;
}

.teleTB {
	max-width: 800px;
	width: 100%;
	margin: 1rem auto;
}

.teleTB th {
	width: 150px;
	background: #4FC3F7;
	color: #fff;
	text-align: center;
	border-color: #fff;
	border-width: thin;
}

.teleTB td {
	border-width: thin;
	background: #ddd;
	border-color: #fff;
}

a:focus,
.infoMainH1 {
	outline: none;
}

.teleFooter {
	max-width: 800px;
	margin: 60px auto 0;
}

/*attention
----------------------------------------*/
.attention {
	border: 1px solid red;
	padding: 15px;
	margin-bottom: 30px;
}

.attention h2 {
	color: red;
}


/* 投稿ページ end
-------------------------------------------*/


/*-------------------------------------------*/
/* 問い合わせページ start*
*/


.contactBTNbox {
	display: inline-block;
	/*width: 30%;*/

}

.contact-imgTit h2 {
	font-size: 1.1em;
}

.contact-imgWrap {
	margin-bottom: 20px;
}

p.pageDescMess.siteWidth {
	margin-bottom: 30px;
}

.contactWrap{
    padding:  0 20px;
}


/* 問い合わせページ end
-------------------------------------------*/


/*-------------------------------------------*/
/* hubsoptカスタマイズ start*
*/


.hbspt-form{
    margin:  auto;
    margin-top: 4em;
    max-width:  700px;
    text-align:  left;
}
label{
	font-size: 16px;
}
.field {
    margin-bottom: 0;
}
.hs-input {
    width: 100%;
    max-width: none;
}
.hs_privacypolicy, .hs-privacypolicy{
    margin-top: 1em;
}
.hs_submit, .hs-submit{
	text-align: center;
}
textarea.hs-input {
    height: 150px;
}
input.hs-button{
    width: 50%;
    font-size:  120%;
    color: #4FC3F7;
    background-color: #fff;
    padding: 13px 20px;
    border: 1px #4FC3F7 solid;
    display: inline-block;
    margin: 20px 0;
}
input.hs-button:hover, input.hs-button:focus{
    color: #fff;
    background-color: #4FC3F7;
	border-color: #4FC3F7;
}

@media screen and (max-width: 44.375em) {
	.hs_lastname, .hs-lastname{
		margin-top: 1em;
	}
}

/* hubsoptカスタマイズ end
-------------------------------------------*/


/* Infra Manager
-------------------------------------------*/

.inframain {
	text-align: left;
	margin: 0 20px;
}

.infrah3 {
	border-bottom: 1px dashed;
	padding-bottom: 15px;
	padding-left: 15px;
}

.inframain p {
	margin-left: 20px;
}

.infrah4 {
	border-bottom: solid 3px #cce4ff;
	position: relative;
	margin-left: 20px;

}

.infrah4:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 20%;
}

.inframain ol {
	margin-left: 30px;
}

.blueTxt {
	font-weight: bold;
	font-size: 1.1rem;
	color: #5c9ee7;
}

.inframain table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: 1px solid #d1d1d1;

}

.tbbox01 {
	overflow: auto;
	white-space: nowrap;
}

.pd_all0 {
	width: 10%;
}

.snsbt{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    margin-top: 20px;
}

.snsbt li + li{
    margin-left: 30px;
}

.tw img{
    height: 40px;
}

.youtb img{
    height: 20px;
}

.fb img{
    height: 40px;
}

.insta img{
    height: 40px;
}

/* Infra Manager end
-------------------------------------------*/


/**
 * 14.1 - <= 1025px 1025pxより小さい場合に適応
 */

@media screen and (max-width: 1025px) {
	.dnetLogoImg img {
		max-width: 210px;
	}

	.topBannerTextIn01 {
		font-size: 180%;
	}

	.inframain table {
		width: 1000px
	}

}


/**
 * 14.1 - <= 985px 986pxより小さい場合に適応
 */

@media screen and (max-width: 61.5625em) {
	.topBannerTit02 {
		max-height: 128px;
	}

	.iPadHide {
		display: none;
	}

	.dnetLogoImg img {
		max-width: 170px;
		margin-top: 5px;
	}

	.iPadShow {
		display: inline-block;
	}

	.topBannerTextIn01 {
		font-size: 160%;
	}
}


/**
 * 14.2 - <= 985px 985pxより大きい場合に適応
 */

@media screen and (min-width: 61.5625em) {
	.site-main > article {
		margin: 0 auto 2.0em;
		max-width: 1000px;
	}
}


/**
 * 14.3 - >= 910px 910pxより大きい場合に適応
 */

@media screen and (min-width: 56.875em) {
	.content-area {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

}


/**
 * 14.4 - <= 910px 910pxより小さい場合に適応
 */

@media screen and (max-width: 56.875em) {

	.footerLogo,
	.footerIsocWrap {
		display: none;
	}

	.footerAddOuter {
		justify-content: center;
	}

	.footerAddBox {
		margin-right: 20px;
	}

	.footerListOuter {
		margin-left: 20px;
	}

	.footeriPadOuter {
		display: block;
	}

	.#menu-toggle {
		display: inline-block;
	}

	#menu-toggle {
		display: inline-block;
	}

	.naviWrap {
		padding: 10px 0 0 0;
	}

	.naviLogo {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		align-items: center;
		margin-bottom: 10px;
	}

	.site-header-menu {
		display: none;
		width: 100%;
		background: rgba(255, 255, 255, 1);
	}

	.naviWrap {
		display: flex;
		flex-direction: column;
	}

	.header-imageIn {
		position: absolute;
		width: 100%;
	}

	.site-header-menu.toggled-on,
	.no-js .site-header-menu {
		display: block;
		position: absolute;
		top: 82px;
	}

	.main-navigation .primary-menu > li a {
		color: #009CC6;
		text-shadow: 0px 0px 4px #fff;

	}

	.main-navigation li.current-menu-item a {
		color: #50DAFF;
	}

	.main-navigation li.current-menu-item .navBS,
	.navBS {
		display: none;
	}

	.header-image02 {
		height: 320px;
	}

    .snsbt{
        padding-top: 20px;
    }

}


/**
 * 14.5 - <= 783px 783pxより小さい場合に適応
 */

@media screen and (max-width: 48.9375em) {
	.topText03 {
		font-size: 95%;
		letter-spacing: normal;
	}

	.topBannerTextIn01 {
		font-size: 140%;
		line-height: 1.3em;
	}

	.topBannerTextIn02 {
		font-size: 100%;
		line-height: 1.5em;
		margin-top: 0.2em;
		letter-spacing: normal;
	}

	.topLine {
		line-height: 1.5em;
	}

	.dnetLogoImg img {
		max-width: 120px;
	}

	.topBannerTextIn03 {
		font-size: 110%;
	}

	.topBannerTit02 {
		max-height: 100px;
		height: auto;
	}

	.topBannerTit01 {
		max-height: 120px;
	}

	.topBannerTit05 {
		max-height: 100px;
	}

	.iPadShow783 {
		display: inline-block;
	}

	.iPadShow783Block {
		display: block;
	}

	.PCshow783,
	.PCshow783Block {
		display: none;
	}

	.companyTB th {
		width: 90px;
	}

	.topTextWrapOuter {
		padding: 0 30px;
	}

	.sitemapArt {
		width: 31%;
	}

	.isoImgWrap img {
		max-height: 100px;
	}

	.serviceP {
		font-size: 90%;
	}

	.serviceUlBtn li {
		letter-spacing: normal;
		padding-left: 1em;
		text-indent: -1em;
	}

	.w100LiTB .tbWrap {
		max-width: 768px;
		width: 100%;
		overflow-x: scroll;
	}

	.w100LiTB .tbWrap table {
		width: 728px;
	}

	.contactWrap{
		text-align: left;
	}

}


/**
 * 14.6 - >= 710px 710pxより大きい場合に適応
 */
@media screen and (min-width: 44.375em) {
	.site-main > article {
		margin: 0 auto 2.0em;
		max-width: 1000px;
	}

	.contactBTNbox {
		display: inline-block;
		width: 30%;
	}
}


/**
 * 14.7 - <= 710px 710pxより小さい場合に適応
 */
@media screen and (max-width: 44.375em) {
	#menu-toggle {
		display: inline-block;
	}

	#site-header-menu {
		position: absolute;
		top: 40px;
	}

	.headerH1 {
		display: none;
	}

	.topText01 {
		font-size: 170%;
	}

	.topText02 {
		font-size: 92%;
		padding-top: 20px;
	}

	.clickImg {
		display: none;
	}

	.topTextWrapOuter {
		margin-bottom: 0;
		min-height: calc(100% - 115px);
		padding: 0 10px;
	}

	.topConceptH1 {
		letter-spacing: normal;
	}

	.topText03 {
		font-size: 92%;
		text-align: left;
	}

	.SHshow710 {
		display: block;
	}

	.PCshow710 {
		display: none;
	}

	#site-header-menu {
		top: 85px;
		background: rgba(255, 255, 255, .8.5);
	}

	.main-navigation li.current-menu-item a {
		text-shadow: none;
	}

	.topBannerImg01 {
		width: 50%;
	}

	.topBannerTextIn01 {
		font-size: 110%;
	}

	.topBannerTextIn02 {
		font-size: 85%;
	}

	.topBannerTit01 {
		max-height: 145px;
	}

	.topBannerTit02 {
		max-height: 120px;
	}

	.topBannerTit05 {
		max-height: 120px;
	}

	.newsLi {
		flex-direction: column;
		margin-bottom: 2em;
	}

	.newsCont {
		width: 100%;
	}

	.newsOuter a {
		font-size: 90%;
	}

	.newsContH3 {
		padding-left: 1em;
	}

	.footerBannerWrap {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.footerCircle {
		/* margin: 0 5px;*/
		margin:7px 5px;
		width: 45%;
	}

	.footerAddOuter {
		flex-direction: column-reverse;
	}

	.footerListOuter ul {
		padding-left: 0;
	}

	.footerListOuter {
		border-left: none;
		margin-left: 0;
		margin-bottom: 30px;
	}

	.footerListOuter ul li a:before {
		content: "\f345";
		font-family: dashicons;
		position: relative;
		top: 2px;
	}

	.footerAddBox {
		margin: 0;
		padding: 0 10px;
	}

	.footeriPadOuter {
		padding: 0 10px;
		margin-top: 10px;
	}

	.footeriPadWrap {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}

	.footerIsocWrapiPad {
		margin: 0;
		text-align: center;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.footerIsocWrapiPad img {
		width: 49%;
		max-width: 160px;
	}

	.footeriPadWrap div + div {
		margin-left: 0;
	}

	.footerIsocWrapiPad img + img {
		margin-left: 2%;
	}

	.footerLogoiPad {
		margin-top: 30px;
	}

	.footerCaution {
		text-align: left;
		line-height: 1.4em;
		margin-bottom: 1.5em;
	}

	.footerCopy {
		line-height: 1.5em;
	}

	.header-title {
		font-size: 110%;
		letter-spacing: normal;
	}

	.greetingWrap p {
		font-size: 97%;
	}

	.companyTB th,
	.companyTB td {
		display: block;
		width: 100%;
	}

	.companyTB th {
		text-align: left;
	}

	.companyTB td {
		padding-left: 1em;
	}

	.companyTBWrap,
	.boshuWrap,
	.youkouWrap {
		margin-top: 60px;
	}

	.entry-content .isoWrap h2.pageH2 {
		font-size: 160%;
		letter-spacing: normal;
	}

	.isoWrapIn {
		flex-direction: column;
	}

	.isoWrapInLeft,
	.isoWrapInRight {
		width: 100%;
	}

	.isoWrapInLeft {
		margin-bottom: 3em;
	}

	.isoBannerWrap {
		margin-top: 15px;
	}

	.youkouWrapIn {
		flex-direction: column;
	}

	.recruitImgBox {
		width: 100%;
	}

	.recruitImg {
		flex-direction: column;
	}

	.recruitImg div + div {
		margin-top: 15px;
	}

	.entry-content .recruitInfoWrap h2.pageH2,
	.recInfoP {
		text-align: left;
	}

	.youkouWrapInLeft,
	.youkouWrapInRight {
		width: 100%;
	}

	.newsBtnWrap {
		flex-wrap: wrap;
	}

	.newsTmpBtn {
		width: 50%;
		border-bottom: none;
		letter-spacing: normal;
	}

	.newsTmpBtn a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.newsBtnWrap li:nth-child(2),
	.newsBtnWrap li:nth-child(4) {
		border-right: 1px solid #4fc3f7;
	}

	.newsBtnWrap li:nth-child(3),
	.newsBtnWrap li:nth-child(4) {
		border-bottom: 1px solid #4fc3f7;
	}

	.newsBtnWrap li:nth-child(5) {
		width: 100%;
		border-bottom: 1px solid #4fc3f7;
		border-top: 0;
	}

	.main-navigation a {
		padding 0.73em 0;
	}

	.header-image02 {
		height: 310px;
	}

	.newsTempLi {
		flex-direction: column;
		align-items: flex-start;
	}

	.newsTempContH3 {
		line-height: 1.5em;
	}

	.newsTempCatDate {
		margin-bottom: 10px;
	}

	.singleTitle {
		font-size: 120%;
		font-weight: normal;
		line-height: 1.5em;
	}

	.singleContent {
		font-size: 95%;
	}

	.contentMargin {
		margin: 61px 0;
	}

	.entry-content h1.inquiryH1 {
		font-size: 110%;
	}

	.privacyWrap p {
		text-align: left;
	}

	.secuManeBox p {
		text-align: center;
	}

	.secuManeBox {
		margin: 10px 0;
	}

	.privacyUl,
	.privacyDl,
	.privacyDl dd.in2,
	.privacyDl2,
	.privacyDl dd {
		padding-left: 0;
	}

	.secuManeWrap {
		flex-direction: column;
	}

	.secuManeP {
		width: 100%;
	}

	.secuTB th,
	.secuTB td {
		display: block;
		width: 100%;
	}

	.secuTB tr:nth-child(even) {
		background: #fff;
	}

	.secuTB td {
		border-top: none;
		border-bottom: none;
	}

	.secuTB tr:last-child td {
		border-bottom: #e9e9e9 1px solid;
	}

	.secuTB th {
		background: #e9e9e9;
	}

	.sitemapWrap {
		flex-direction: column;
	}

	.sitemapArt {
		width: 100%;
		margin-bottom: 20px;
	}

	.siteUl li {
		padding: 0.5em 0 0.5em 1em;
	}

	.siteUl {
		padding-top: 2px;
	}

	.entry-content .siteBannweBox a {
		padding: 0.8em 0;
	}

	.isoImgWrap img {
		max-height: 75px;
	}

	.isoImgWrap img + img {
		margin-left: 0;
	}

	.isoImgWrap img {
		width: 48%;
	}

	.isoImgWrap {
		justify-content: space-between;
	}

	.footerBanUL li {
		width: 45%;
		margin: 2.5%
	}

	.serviceWrap {
		flex-direction: column;
	}

	.serviceWrap .siteLeft,
	.serviceWrap .siteRight {
		width: 100%;
	}

	.entry-content h1.serviceH1 {
		font-size: 130%;
	}

	.serviceP {
		font-size: 85%;
	}

	.serviceWrap .siteRight {
		margin-top: 60px;
	}

	.topCloudImg {
		display: none;
	}

	.footerIsocWrap img {
		width: 147px;
		height: 80px;
	}

	.singleSemPost,
	.reportH2-2set {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.singleSemCon,
	.reportH2-2set span:first-child,
	.reportH2-2set span:last-child {
		width: 100%;
	}

	.reportH2-2set span {
		font-size: 95%;
	}

	.sideMenuWrap {
		margin-left: 0;
		margin-top: 60px;
	}

	.sideTitH2,
	.sideMenu {
		width: 100%;
	}

	.teleTB th,
	.teleTB td {
		display: block;
		width: 100%;
		text-align: left;
	}




}

/**
 * 14.7 - <= 568px 568pxより小さい場合に適応
 */
@media screen and (max-width: 35.5em) {
	.ptune-docWrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ptune-docWrap li {
		width: 100%;
		margin-bottom: 15px;
	}

	.maUl li:not(.w100Li),
	.maUl li:not(.w100LiTB) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.maUl li span:first-child,
	.maUl li span:last-child {
		width: 100%;
	}

	.eventinfoTB th,
	.eventinfoTB td {
		display: block;
		width: 100%;
	}

	.eventinfoTB th {
		padding-bottom: 0;
	}

	.eventinfoTB td {
		padding-top: 0;
	}



}


/**
 * 15.0 - Print
 */

@media print {}
