@charset "utf-8";
/*
Theme Name: jaipenet
Theme URI: https://www.dik.co.jp/
Version: 1
Author: DIK
*/

#humberger {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}
* { box-sizing: border-box; }
html { font-size: 62.5%; /* 15px x 0.625 = 10px(=1rem) */ }
body {
	background: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	line-height: 1.7;
}

/* ------------------------------------------------------- */
/* layout ------------------------------------------------ */
/* ------------------------------------------------------- */

/* base サイトレイアウトの基本設定 ----------------------- */

#top {
	width: 100%;
}
#container {
    width: 100%;
}
#main {
	width: 100%;
}
.sectionInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto 25px;
	padding: 0;
	clear: both;
}
.infoSection {
    background: #efefef;
}
#footer {
	width: 100%;
	min-width: 1000px;
}
@media only screen and (max-width:768px) {
    .sectionInner {
        min-width: 100px;
        width: 100%;
        padding: 0 15px 0 15px;
    }
    #footer {
        min-width: 100px;
        width: 100%;
    }
}

/* ------------------------------------------------------- */
/* header ------------------------------------------------ */
/* ------------------------------------------------------- */

#header {
    box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.3);
	height: 123px;
	width: 100%;
	position: fixed;
	z-index: 10;
	background: #fff;
	top: 0;
	left: 0;
}
.headerInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
}
#top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerTitle {
	display: flex;
	align-items: center;
	padding: 5px 0;
}
.logoTxt {
    margin-top: 4px;
	padding-left: 20px;
	font-size: 2.0rem;
    line-height: 110%;
}
.logoTxt a span {
    display: block;
    font-size: 1.4rem;
}
.logoTxt a {
    color: #000;
    text-decoration: none;
}
.logo {
	width: 70px;
	height: 70px;
}
.logo a {
	display: block;
    width: 100%;
    height: 100%;
	background: url(images/base/logo.png) no-repeat;
    background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.headerMenu li {
    display: inline-block;
    margin-left: 15px;
}
.headerMenu li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 5px;
}
.headerMenu li a {
    color: #000;
    text-decoration: none;
}
.headerMenu li a:hover {
    text-decoration: underline;
}
@media only screen and (max-width:768px) {
	#header {
		height: 55px;
	}
	.headerInner {
		width: 100%;
		min-width: 100px;
		padding: 5px 10px;
	}
    #top {display: block;}
	.headerTitle {
		flex-wrap: wrap;
		padding: 0;
	}
	.logoTxt {
		/*width: 100%;
		font-size: 1.2rem;
		padding-left: 0;
        margin-top: 0;
        order: 1;
        line-height: 140%;*/
        display: none;
	}
	.logo {
		width: 297px;
		height: 45px;
        order: 2;
	}
	.logo a {
		background: url(images/base/logoSp.png) no-repeat;
		background-size: 100%;
	}
    .headerMenu {display: none;}
}

/* ------------------------------------------------------- */
/* footer ------------------------------------------------ */
/* ------------------------------------------------------- */

#footer {
    background: #efefef;
	border-top: 2px solid #eee;
}
.footerInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 25px;
    display: flex;
}
img.footer-logo {
    width: 60px;
    height: auto;
    margin-right: 10px;
    padding: 0!important;
    position: relative;
    top: -10px;
    mix-blend-mode: darken;
}
.footerInfo { width: 50%; }
.footerMenu { width: 50%; }
.footerInfo {
    order: 1;
    text-align: left;
    padding-right: 25px;
}
.footerInfo div {
    margin-bottom: 10px;
	font-size: 2.0rem;
    font-weight: bold;
    line-height: 110%;
    position: relative;
    padding-top: 10px;
}
.footerInfo div span {
    display: inherit;
    font-size: 1.4rem;
    font-weight: normal;
}
.footerInfo address {
    font-size: 1.4rem;
}
.footerMenu {
    order: 2;
    text-align: right;
}
.footerMenu ul li {
    display: inline-block;
    margin-left: 15px;
}
.footerMenu ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 5px;
}
.footerMenu a {
    text-decoration: none;
    font-size: 1.5rem;
    color: #000;
}
.footerMenu a:hover {
    text-decoration: underline;
}
#copyright {
    text-align: center;
    font-size: 1.3rem;
    padding: 5px;
}
@media only screen and (max-width:768px) {
    .footerInner {
        width: 100%;
        min-width: 100px;
        display: block;
	    padding: 15px;
    }
    img.footer-logo {
        width: 70px;
        position: unset;
    }
    .footerInfo, .footerMenu { width: 100%; }
    .footerInfo {
        text-align: center;
        padding-right: 0;
    }
    .footerMenu {
        text-align: center;
        margin-bottom: 15px;
    }
    .footerMenu ul li:first-child {
        margin-left: 0;
    }
    .footerInfo div {
        font-size: 1.8rem;
    }
    .footerInfo div span {
        font-size: 1.3rem;
    }
    .footerInfo address {
        font-size: 1.2rem;
    }
    #copyright {
        font-size: 1.1rem;
    }
}

/* ------------------------------------------------------- */
/* side -------------------------------------------------- */
/* ------------------------------------------------------- */

#side {}

/* Widget */
.widget ul li {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding: 0 10px 0px 10px;
	font-size: 1.4rem;
}
.widget ul li a {
	display: block;
}
.tagcloud a {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding: 0 10px 0px 10px;
	font-size: 1.4rem !important;
	display: block;
}
.archive_month select {
	width: 96%;
	margin: 0 2%;
}

/* ------------------------------------------------------- */
/* プリント用 -------------------------------------------- */
/* ------------------------------------------------------- */

@media print {	
    #humberger, #pageTop, #pageTop div, #movePageTop, #pageTop p {
        display: none!important;
    }
    #container {
        padding: 0!important;
    }
    #header {
        position: static!important;
    }
    .topContents {
        min-width: 1000px!important;
        width: 100%!important;
        margin: 0!important;
        padding: 0!important;
        overflow: hidden!important;
    }
}

/* ------------------------------------------------------- */
/* dark mode --------------------------------------------- */
/* ------------------------------------------------------- */

/*@media (prefers-color-scheme: dark) {
	html { filter: invert(1) hue-rotate(180deg); }
	html img { filter: invert(1) hue-rotate(180deg); }
}*/