@charset "utf-8";
/* Theme Name: Prototype AUX */

/* =Common
-------------------------------------------------------------- */
img {
	vertical-align: bottom;
}
i{  
	font-family:FontAwesome;
	font-style:normal;  
}

/* =Layout
-------------------------------------------------------------- */
html, body {
	color: #222;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, sans-serif;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, sans-serif;
	}
}
body {
	min-width: 1300px;
}
@media screen and (max-width: 767px) {
	body {
		min-width: 0;
	}
}
#container {
	float: left;
	box-sizing: border-box;
	width: 74%;
	margin-right: 2%
}
#container.sidebar-none {
	float: none;
	width: 100%;
	margin: 0 auto;
}
#sidebar {
	float: right;
	box-sizing: border-box;
	width: 24%;
}
#wrapper {
	overflow: hidden;
}

.fm-co {font-size: 0.8em; line-height: 1em; margin: 0 0 0.4em; font-weight: bold;}

.center_inbox{text-align: center;}
.center_inbox span{ display: inline-block; text-align: left;}

.entry-content strong  {font-weight: bold;}





/* = Common Layout
-------------------------------------------------------------- */
.content-width {
	/*max-width: 1060px;*/
	/*width: 100%;*/
	width: 1060px;
	margin: 0 auto;
	padding: 0 20px;
}

.bg-clr {
	background-color: #f3f6f3;
}
#co-cat-link.bg-clr {
	background-color: #dde1dd;
}

/*@media screen and (min-width: 1050px) {
	.content-width {
		box-sizing: content-box;
	}
}*/

a, img {
	transition: all ease 0.3s;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
.main-c {
	color: #4ba53a;
}
.btn {
	position: relative;
	text-align: center;
	display: inline-block;
}
.grn-btn {
	color: #fff!important;
	background: #4ba53a;
}
.blk-btn {
	color: #fff!important;
	background-color: #280601;
}
.btn-212x50 {
	height:50px;
	line-height: 50px;
	width: 212px;
}
.btn-250x50 {
	height:50px;
	line-height: 50px;
	width: 250px;
}
.btn-250x80 {
	height:80px;
	line-height: 80px;
	width: 250px;
}
.btn-340x60 {
    height: 60px;
    line-height: 60px;
    width: 340px;
}
.btn-contact {
	height:60px;
	line-height: 60px;
	width: 360px;
}
.btn-contact-f {
	height:40px;
	line-height: 40px;
	width: 155px;
}
.btn::before {
	content: "";
    display: inline-block;
    width: 6px;
    height: 14px;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    background: url(./images/common/co-arrow-w.svg) no-repeat center center;
    background-size: 6px 14px;
}
.link-box {
	margin-top: 30px;
	text-align: center;
}
img.co-arrow {
	width: 6px;
	height: 14px;
}

@media screen and (max-width: 767px) {
	.btn {
	    font-size: 1.8rem;
	}
	.link-box {
	    margin-top: 40px;
	    min-width: auto;
	}
}

/* = common module
-------------------------------------------------------------- */
.section-title {
	margin: 0 0 20px;
}

.search-form {
	font-size: 0;
}
.search-form input {
	font-size: 1.6rem;
}
.search-form input[type="text"] {
	padding: 2px 0.5em;
}
@media screen and (max-width: 767px) {
	.search-form {
		display: none;
	}
}

/* = Header
-------------------------------------------------------------- */
#header.header-fix {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 9999;
}
#site-description {
	padding: 0 0 5px;
	font-size: 1.3rem;
}
#site-title {
	margin: 0;
}
#mmenu-btn {
	display: none;
}

#header {
	border-top: 10px solid #280601;
}
#header .abv-group {
	padding: 20px 0;
	border-bottom: 1px solid #280601;
}
#header .btm-group {
	border-bottom: 1px solid #280601;
	height: 48px;
}
#header .h-desc {
	font-size: 1.2rem;
	font-weight: bold;
	margin-left: 30px;
	padding: 10px 0 0;
	line-height: 1.4em;
}
#header .ikuboss {
	padding: 9px 0;
}
#header .ikuboss > a {
	margin-left: 10px;
}
#header .telnum {
	font-size: 2.4rem;
	margin-right: 9px;
    display: inline-block;
    vertical-align: middle;
}
#header .tel {
	font-size: 2rem;
	margin-right: 9px;
    display: inline-block;
    vertical-align: middle;
}
#header .time {
	font-size: 1.2rem;
	font-weight: normal;
	margin-right: 23px;
    display: inline-block;
    vertical-align: middle;
}
#header .inquiry-group p {
	width: auto;
	height: 48px;
	line-height: 48px;
	margin: 0;
	color: #565656;
}
#header .inquiry-group a {
	display: inline-block;
	width: 150px;
	height: 36px;
	line-height: 36px;
	margin: 6px 0;
}
/* sp */
@media screen and (max-width: 767px) {
	#header .abv-group {
	    padding: 15px 0;
	}
	#header #site-title {
	    width: 160px;
	    display: table;
	    height: 48px;
	    float: left;
	}
	#header .ikuboss {
	    width: 180px;
	    display: table;
	    height: 49px;
	    padding: 0px;
	    float: right;
	    margin-right: calc(62px + 1%);
	}
	#header #site-title a,
	#header .ikuboss a {
		display: table-cell;
		vertical-align: middle;
	}
	#header .ikuboss a {
		padding-left: 10px;
	}
}

/* = #gnav
-------------------------------------------------------------- */
#gnav {
	height: 48px;
	font-weight: bold;
}
#gnav li {
	padding-left: 30px;
}
#gnav li:first-child {
	padding-left: 0px;
}
#gnav a {
	line-height: 48px;
	position:relative;
    display:inline-block;
    transition: 0.3s ease all;
}
#gnav a:last-child {
	margin-right: 0px;
}
#gnav a::before {
    position:absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    content:"";
    height: 4px;
    background-color:#4ba53a;
    transition: 0.3s ease all;
}
#gnav a:hover {
    color:#4ba53a;
	opacity: 1;
}
#gnav a:hover::before {
    width: 100%;
}
/* sun-menu */
#gnav ul.sub-menu {
    position: absolute;
	top: 49px;
    left: 0;
    z-index: 1;
    width: 100%;
    background: rgba(0,0,0,0.75);
    text-align: center;
    color: #fff;
	transition: 0.5s ease all;
	opacity: 0;
	height: 75px;
	visibility: hidden;
}
#gnav ul.sub-menu li {
    display: inline-block;
    line-height: 75px;
}
#gnav ul.sub-menu li a.current {
    color: #4ba53a;
}
#gnav li:hover ul.sub-menu {
	opacity: 1;
	top: 49px;
	height: 75px;
	visibility: visible;
}
#gnav ul.sub-menu a::before {
	background-color: transparent!important;
}

/* = #section title
-------------------------------------------------------------- */
/* main section */
.main-sec {
	position: relative;
	padding: 115px 0 85px;
}
@media screen and (max-width: 767px) {	
	.main-sec {
	    padding: 80px 0 40px;
	}
	#page-co-1st-ttl {
		padding: 60px 0px 40px;
	}
}
.ttl-box {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    min-width: 1060px;
    display: table;
}
#page2f-1st .ttl-box.minus {
    position: absolute;
    top: -10.5rem;
    height: 157px;
}
.ttl-box.minus {
    position: absolute;
    top: -5.3rem;
}
.ttl-box.minus.line1 {
	top: -2.3rem;
}
.ttl-box.bg {
    background: url(./images/common/first-ttl-bg.png) no-repeat center center;
}
.ttl-box .sec-ttl {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 21px;
    letter-spacing: 0.15em;
}
@media all and (-ms-high-contrast:none){
  .ttl-box .sec-ttl {
	    letter-spacing: 0.05em;
	} /* IE10 - */
}
.sec-ttl-ja {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    line-height: 1em;
}
.sec-ttl-en {
    display: block;
    font-weight: 600;
    line-height: 1em;
}
.sec-ttl-en.size-l {
	font-size: 8rem;
}
.sec-ttl-en.size-m {
	font-size: 6rem;
}
.sec-ttl-en.size-s {
	font-size: 4.6rem;
}
.sec-ttl-en.size-ss {
	font-size: 3.6rem;
	padding-top: 4px;
}
.sec-ttl-ja.size-l {
    font-size: 3.6rem;
}
.sec-ttl-ja.size-m {
    font-size: 1.8rem;
}
.sec-ttl-ja.size-s {
    font-size: 1.6rem;
}
/* sub section */
.sub-sec {
	position: relative;
	background-color: #fff;
	padding: 115px 0 95px;
}
.sub-sec .ttl-box.minus {
	top: -4.3rem;
}
.sub-sec .ttl-box.minus.line1 {
	top: -2.2rem;
}
.sub-sec .sec-ttl-en {
    display: block;
    font-weight: 600;
    line-height: 1em;
}

/* sp */
@media screen and (max-width: 767px) {
	.ttl-box {
	    min-width: 450px;
	}
	.ttl-box .sec-ttl {
	    padding-bottom: 0px;
	    letter-spacing: 0.05em;
	}
	.sec-ttl-en.size-m > .main-c {
	    display: block;
	}
	.ttl-box.bg {
	    background-size: 100%;
	}
	.sub-sec .ttl-box.minus.line1,
	.ttl-box.minus.line1 {
	    top: -2rem;
	}
	.ttl-box.minus {
		top: -7.8rem;
	}
	.ttl-box.minus.sp-line1 {
	    top: -5.2rem;
	}
	#page2f-1st .ttl-box.minus {
	    position: absolute;
	    top: -11.5rem;
	    min-height: 142px;
	    max-height: 172px;
	    height: auto;
	    margin-top: 30px;
	}
	#page2f-1st .ttl-box.minus.sp-line1 {
	    margin-top: -0px;
	}
	#page2f-1st .ttl-box.minus + p {
	    margin-top: 40px;
	    margin-bottom: 20px;
	}
	.sec-ttl-ja.size-l {
		font-size: 3.4rem;
	}
	.sec-ttl-en.size-l {
		font-size: 6.8rem;
	}
	.sec-ttl-en.size-m {
	    font-size: 5.6rem;
	}
	.sec-ttl-en.size-s {
	    font-size: 4rem;
	}
	.sec-ttl-en.size-ss {
	    font-size: 3.2rem;
	}
	.sub-sec {
		padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 50px;
	    padding-bottom: 40px;
	}
	.sub-sec .ttl-box.minus {
	    top: -3.7rem;
	}
	.sec-ttl-ja {
	    margin-bottom: 8px;
	}
}

/* = .breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
	padding: 8px 0;
	background: #280601;
	font-size: 1.4rem;
	background-color: #ebf0eb;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.25);
}
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
	color: #222;
}

.breadcrumbs li {
	display: inline-block;
	position: relative;
}
.breadcrumbs li + li {
	margin-left: 35px;
}
.breadcrumbs li::before {
	content: "/";
	position: absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	left: -22px;
	margin: auto;
}
.breadcrumbs li:first-child::before {
	content: none;
}

/* = Footer
-------------------------------------------------------------- */
#to-top {
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 2;
}
#to-top a {
	box-sizing: border-box;
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 0 5px;
	color: #fff;
	background: #280601;
	border-radius: 50%;
	text-align: center;
	vertical-align: top;
}
#to-top a:hover {
	opacity: 1;
}
#to-top .fa {
	position: relative;
	top: 4px;
	font-size: 2rem;
	transition: 0.35s;
}
#to-top a:hover .fa {
	top: 0;
}
#to-top span {
	display: block;
	font-size: 1.4rem;
}

#footer {
	box-sizing: border-box;
	width: 100%;
	background: #332928;
	color:#fff;
}
#footer-content {
	padding: 20px 0;
	background: #eee;
}
#footer .abv-group {
	border-bottom: 1px solid #727772;
}
#footer .f-link-container,
#footer .f-btm-container {
	padding: 45px 0;
	width: 800px;
	margin: 0 auto;
	font-size: 1.4rem;
}
#footer .link-box {
	margin-top: 0;
	width: 50%;
	text-align: left;
}
#footer .f-bottom {
	margin-top: 30px;
}
#footer .link-box .f-link-cat {
	margin-bottom: 5px;
	font-weight: bold;
}
#footer .link-box .f-link li {
	margin-right: 0.8em;
}
#footer .link-box .f-link li:first-child,
#footer .link-box .f-link li:nth-child(4) {
	margin-left: 0em;
}
#footer .cmpny {
	width: 400px;
}
#footer .cmpny-info {
	margin-top: 20px;
	font-size: 1.2rem;
}
#footer .cmpny-info li + li {
	margin-top: 5px;
}
#footer .contact-box {
	border-top: 1px solid #727272;
	border-bottom: 1px solid #727272;
	padding: 10px 5px;
	width: 390px;
}
#footer .contact-box .tel-box {
	line-height: 40px;
	height: 40px;
}
#footer .contact-box .tel-box > span {
	font-size: 1.8rem;
	vertical-align: middle;
}
#footer .contact-box .tel-box > span + span {
	font-size: 2.4rem;
	vertical-align: middle;
	margin-left: 10px;
}
#copyright {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 10px;
	background: #280601;
}
#copyright p {
	margin: 0;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
}
#copyright p small {
	font-size: inherit;
}

/* sp */
@media screen and (max-width: 767px) {
	#footer .f-link-container, #footer .f-btm-container {
	    font-size: 1.6rem;
	    width: 100%;
	}
	#footer .link-box .f-link-cat {
	    width: 100%;
	    margin: 0px;
	    padding: 0px;
	    border-bottom: 1px solid #333;
	    margin-bottom: 0px;
	    border-top: 1px solid #333;
	    background-color: #272120;
	}
	#footer .link-box {
	    width: 100%;
	}
	#footer .link-box .f-link li {
	    margin-right: 0px;
	}
	#footer .link-box .f-link li {
	    width: 50%;
	    float: left;
	    padding: 0px;
	    border-bottom: 1px solid #333;
	    font-size: 1.35rem;
	}
	#footer .content-width {
	    padding: 0px;
	}
	#footer .f-link-cat a, #footer li a {
	    padding: 20px 10px;
	    display: inline-block;
	    width: calc(100% - 20px);
	}
	#footer .link-box .heightLine {
		height:auto!important;
	}
	#footer .link-box .f-link li:nth-child(odd) {
	    border-right: 1px solid #333;
	    width: calc(50% - 1px);
	}
	#footer .f-bottom {
	    margin-top: 0px;
	}
	#footer .link-box .f-link li:last-child {
	    border-bottom: 0px;
	}
	#footer .f-link-cat + .f-link-cat {
	    border-top: 0px;
	}
	#footer .link-box .f-link li:last-child::after {
	    content: "";
	    display:  block;
	    float: left;
	    width: 50%;
	}
	ul.f-link.clearfix {
	    background-color: #27201f;
	}

	#footer .f-link-container {
	    padding: 0px;
	}
	#footer .cmpny {
	    width: calc(100% - 40px);
	    margin: 15px auto 15px;
	    text-align:  center;
	}
	#footer .cmpny-info {
	    font-size: 1.4rem;
	}
	#footer .contact-box {
	    width: calc(100% - 40px);
	    margin: 0px auto;
	    border: 0px;
	}
	#footer .f-btm-container a.btn {
	    width: 75%;
	    float: none;
	    height: 60px;
	    line-height: 60px;
	    margin: 25px auto;
	    display:  block;
	}
	#footer .contact-box .tel-box {
	    width: 100%;
	    float: none;
	    height: 50px;
	    line-height: 50px;
	    text-align:  center;
	    font-size: 2.4rem!important;
	}
	#footer .contact-box .tel-box > span {
	    font-size: 2.4rem;
	    vertical-align: bottom;
	    line-height: 3.6rem;
	}
	#footer .contact-box .tel-box > span + span {
	    font-size: 3.6rem;
	}
	#footer a.topagetop {
	    display:  block;
	    width: calc(100% - 40px);
	    padding: 20px;
	    text-align: center;
	    font-size:  1.8rem;
	    background: #332a29;
	    border-bottom: 1px solid #727772;
	}
	#footer a.topagetop .arrow {
	    display: inline-block;
	    width: 10px;
	    height: 20px;
	    background: url(./images/common/co-arrow-w.svg) no-repeat center center;
	    background-size: 10px 20px;
	    transform: rotate(-90deg);
	    margin-right: 20px;
	    margin-bottom: -3px;
	}
	#footer .cmpny-info {
	    margin-top: 40px;
	}
}

/* = Entry List
-------------------------------------------------------------- */
.entry-list {
}
.entry-list-item {
	box-sizing: border-box;
	width: 100%;
}
.entry-list-item .inner {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 10px;
	background: #fff;
}
.entry-list-item .thumb {
	float: left;
	max-width: 30%;
	margin-right: 2%;
	text-align: center;
}
.entry-list-item .content-box {
	float: left;
	max-width: 68%;
}
.entry-list-item .entry-meta-box {
	margin-bottom: 8px;
}
.entry-list-item .cat {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: #280601;
	vertical-align: top;
	min-width: 120px;
	margin: 4px 20px;
}
.entry-list-item .cat-item {
	padding: 0 8px;
	display: block;
	font-size: 1.2rem;
	color: #fff;
}
.entry-list-item .date {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-right: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	min-width: 80px;
}

.entry-list-item .title {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	margin: 0;
	max-width: 795px;
}
.entry-list-item .text {
	font-size: 1.6rem;
	margin: 0 0 10px;
}
@media screen and (max-width: 480px) {
	.entry-list-item .thumb {
		float: none;
		max-width: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.entry-list-item .content-box {
		float: none;
		max-width: none;
	}
}

/* = Sidebar 
-------------------------------------------------------------- */
.side-title {
	margin: 0 0 15px;
	font-size: 2rem;
}

.side-box {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 70px;
}
.side-box .title {
	position: relative;
	margin: 0 0 10px;
	font-size: 2rem;
	padding-bottom: 1px;
}
.side-box .title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	background: #4ba53a;
	width: 50px;
	height: 2px;
}
#side-menu li a {
	position: relative;
	color: #4ba53a;
	font-size: 1.4rem;
	padding-left: 1em;
	font-weight: bold;
}
#side-menu li a::before {
	position: absolute;
	left: 0;
	top: -4px;
	content: '>';
}
#side-menu .children {
	padding-left: 1em;
}

/* = Pagenavi
-------------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
	font-size: 1.6rem;
	text-align: center;
	margin-top: 25px;
	padding-bottom: 90px;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	width: 2em;
	height: 2em;
	margin: 0 5px;
	font-weight: bold;
	line-height: 2.1em;
	color: #280601;
	text-align: center;
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
}
.wp-pagenavi a:hover,
.wp-pagenavi span {
	color: #fff;
	background: #280601;
	opacity: 1;
	text-decoration: none;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
	background: transparent;
	opacity: 1;
	text-decoration: none;	
}
.wp-pagenavi .extend {
	width: 1em;
	color: #222;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
}
.wp-pagenavi .extend::after {
	content: "…";
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
    text-indent: -999999px;
    vertical-align: middle;
}
.wp-pagenavi .previouspostslink::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 6px;
	height: 14px;
	right: 10px;
	bottom: 0;
	top: 0;
	margin: auto;
	position: absolute;
	background: url(./images/common/co-arrow.svg) no-repeat center center;
	background-size: 6px 14px;
	transform: scale( -1, 1);
}
.wp-pagenavi .nextpostslink::after {
	position: absolute;
	content: "";
    display: inline-block;
    width: 6px;
    height: 14px;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    background: url(./images/common/co-arrow.svg) no-repeat center center;
    background-size: 6px 14px;
}

@media screen and (max-width: 767px) {
	.wp-pagenavi {
	    margin-top: 0px;
	    padding-bottom: 50px;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		display: inline-block;
		width: 2em;
		height: 2em;
		font-size: 1.8rem;
		line-height: 2em;
	}
}
@media screen and (max-width: 480px) {
	.wp-pagenavi a, .wp-pagenavi span {
		display: inline-block;
		width: 2em;
		height: 2em;
		margin: 0 5px;
		font-size: 1.8rem;
		line-height: 2em;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		font-size: 1.6rem;
	}
}

.result_count {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.4rem;
	color: #999;
}

/* = #nav-below
-------------------------------------------------------------- */
#nav-below {
	padding: 2.5rem 0 9.0rem;
	margin-top: 2.5rem;
	font-size: 1.4rem;
	border-top: 1px solid #c2c2c2;
	font-size: 1.6rem;
	font-weight: bold;
}
#nav-below .leftside {
	float: left;
	box-sizing: border-box;
	width: 50%;
}
#nav-below .rightside {
	float: right;
	box-sizing: border-box;
	width: 50%;
	border-left: 1px solid #eee;
	text-align: right;
}
#nav-below h3 {
	margin: 0 0 1rem 0;
	font-size: 1.5rem;
}
#nav-below a {
	display: table;
	width: 100%;
}
#nav-below .imgbox {
	box-sizing: border-box;
	display: table-cell;
	width: 74px;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	vertical-align: middle;
}
#nav-below a img {
	width: 100%;
}
#nav-below a h4 {
	display: table-cell;
	padding: 0 1rem;
	font-weight: normal;
	line-height: 1.25;
	-webkit-font-smoothing: initial;
	-moz-osx-font-smoothing: unset;
	vertical-align: middle;
}
#nav-below .first,
#nav-below .last {
	margin: 2.85rem 0;
}
#nav-below .nav-previous {
	float: left;
}
#nav-below .nav-next {
	float: right;
}
@media screen and (max-width: 736px) {
	#nav-below {
		margin-bottom: 4rem;
		padding: 20px 5%;
	}
	#nav-below a h4 {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 767px) {
	.content-width {
		width: 100%;
		box-sizing: border-box;
	}
	.left,
	.right {
		float: none;
	}
	#container {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#sidebar {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
}


/* ▼共通コンテンツパーツ

/* = .SECTION TOP MARGIN
-------------------------------------------------------------- */
.co-mtop {
	margin-top: 130px;
}
@media screen and (max-width: 767px) {
	.co-mtop {
		margin-top: 60px;
	}
	#page2f-1st.co-mtop {
	    margin-top: 100px;
	}
}

/* = .TABLE
-------------------------------------------------------------- */
table {
	margin: 0px;
}
table {
	border-color: #c2c2c2;
	border-left: none;
	border-right: none;
}
table th {
	border-color: #c2c2c2;
	border-left: none;
}
table td {
	border-color: #c2c2c2;
	border-right: none;
}

/* ptn1 */
.table-ptn1 th {
	background-color: #dde1dd;
}
.table-ptn1 td {
	background-color: transparent;
}

/* ptn2 */
.table-ptn2 {
	border-top: none;
	border-bottom: none
}
.table-ptn2 th {
	background-color: transparent;
	border-right: none;
	padding-top: 20px;
    padding-bottom: 20px;
}
.table-ptn2 td {
	background-color: transparent;
	border-left: none;
	padding-right: 0px;
	padding-top: 20px;
    padding-bottom: 20px;
}
.table-ptn2 tr:nth-child(even) {
	background-color: #fff;
}
.table-ptn2 tr:first-child > th,
.table-ptn2 tr:first-child > td {
	border-top: none;
}
.table-ptn2 tr:last-child > th,
.table-ptn2 tr:last-child > td {
	border-bottom: none;
}
@media screen AND (max-width: 767px) {
	.table-ptn2 td {
	    padding-right: 10px;
	}
	
}

/* = .CONTACT
-------------------------------------------------------------- */
#co-contact {
	padding: 75px;
	background: #fff;
}
#co-contact .content-width {
	width: 786px;
}
#co-contact .sec-ttl {
	width: 100%;
	text-align: center;
}
#co-contact .sec-ttl-ja {
	font-size: 1.6rem;
	line-height: 1em;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}
#co-contact .contact-btn-group {
	border-top: 1px solid #cfd1cf;
	border-bottom: 1px solid #cfd1cf;
	padding: 18px 0;
	margin-top: 35px;
	display: table;
	width: 100%;
	max-width: 1080px;
	min-width: 800px;
}
#co-contact .contact-btn-group .cell {
	width: 50%;
	text-align: center;
}
#co-contact .contact-btn-group .web-f {
	color: #565656;
	height: 3rem;
	line-height: 3rem;
	letter-spacing: 0.15rem
}
#co-contact .contact-btn-group .tel {
	font-size: 2.8rem;
	vertical-align: middle;
}
#co-contact .contact-btn-group .telnum {
	font-size: 3.4rem;
	vertical-align: middle;
}
#co-contact .contact-btn-group .time {
	display: block;
}
#co-contact .contact-btn-group .cell p {
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}
#co-contact .contact-btn-group .cell a.btn {
    float: left;
    margin-left: 0px;
    font-size: 1.8rem;
}
/* sp */
@media screen and (max-width: 767px) {
	#co-contact {
		padding: 40px 20px;
	}
	#co-contact .content-width {
	    width: 100%;
	    padding-left: 0px;
	    padding-right: 0px; 
	}
	#co-contact .contact-btn-group {
		min-width: auto;
		max-width: none;
		margin-top: 20px;
	}
	#co-contact .contact-btn-group .cell {
	    width: 100%;
	    text-align: center;
	    display: block!important;
	}
	#co-contact .contact-btn-group .cell {
	    width: 100%;
	    text-align: center;
	    display: block!important;
	}
	#co-contact .contact-btn-group .cell p {
	    float: none;
	    margin-bottom: 10px;
	}
	#co-contact .contact-btn-group .cell a.btn {
	    display: block;
	    float: none;
	    margin: 0 auto;
	    width: 100%;
	}
	#co-contact .sec-ttl-ja {
	    line-height: 1.6em;
	}
	#co-contact .contact-btn-group .time {
	    display: block;
	}
	#co-contact .contact-btn-group .time {
	    display: block;
	    margin-top: 5px;
	}
	#co-contact .sec-ttl-ja {
	    font-size: 1.4rem;
	    line-height: 1em;
	    font-weight: normal;
	    display: block;
	    margin-top: 20px;
	}
}

/* = .CO-CAT-LINK
-------------------------------------------------------------- */
#co-cat-link .main-sec {
	padding: 55px 0;
}
#co-cat-link ul{
	max-width: 1080px;
	margin-top: 0 auto;
	display: table;
	margin: 0 auto;
}
#co-cat-link li + li {
	margin-left: 20px;
}
@media screen and (max-width: 767px) {
	#co-cat-link .main-sec {
	    padding: 45px 0 30px;
	}
	#co-cat-link ul{
		width: 100%;
	}

	#co-cat-link li {
    width: calc(33.3% - 1px);
    float: left;
    margin-right: 1px;
	}
	#co-cat-link li + li {
	    margin-left: 0px;
	}

/*
	#co-cat-link li {
	    width: 50%;
	    float: left;
	}
	#co-cat-link li + li {
	    margin-left: 0px;
	}
	#co-cat-link li:nth-child(even) {
	    width: calc(50% - 1px);
	    border-left: 1px solid rgba(0, 0, 0, 0.75);
	    margin-left: 0px;
	}
	#co-cat-link li:nth-child(n+3) {
	    border-top: 1px solid rgba(0, 0, 0, 0.75);
	}
*/
	#co-cat-link li a {
	    width: calc(100% - 15px);
	    font-size: 1.4rem;
	    letter-spacing: -0.05em;
	    text-align: left;
	    padding-left: 15px;
	}
}

/* = .CO-NUM-PICTBOX
-------------------------------------------------------------- */
.co-num-pictbox ul {
	margin: 0 auto;
}
.co-num-pictbox.three ul {
	width: 1060px;
}
.co-num-pictbox.three li {
	width: 340px;
}
.co-num-pictbox.four ul {
	width: 1254px;
}
.co-num-pictbox.four li {
	width: 300px;
}
.co-num-pictbox a.relative {
	display: block;
}
.co-num-pictbox li .num {
	font-size: 4.2rem;
	left: 20px;
	top: -20px;
	line-height: 1em;
	z-index: 1;
}
.co-num-pictbox li .link-ttl {
	background-color: #280601;
	color: #fff;
	padding: 35px 18px 25px 18px;
	background-image: url("./images/common/co-arrow-w.svg");
	background-repeat: no-repeat;
	background-size: 10px 20px;
	background-position: right 16px center;
	display: block;
}
.co-num-pictbox li .link-ttl.no-arrow {
	background-image: none;
}
.co-num-pictbox li .link-ttl .bo {
	font-size: 2.4rem;
	line-height: 1em;
}
.co-num-pictbox li .link-ttl .bold {
	font-size: 1.5rem;
	display: block;
	line-height: 1em;
	margin-top: 4px;
}
.co-num-pictbox li .pic img {
	width: 100%;
}
.co-num-pictbox.three li + li {
	margin-left: 20px;
}
.co-num-pictbox.four li + li {
	margin-left: 17px;
}
.co-num-pictbox li {
    transition: 0.3s ease ;
}
.co-num-pictbox li:hover {
    opacity: 0.7;
}
.co-num-pictbox a:hover {
    transition: unset;
    opacity: 1;
}
.co-num-pictbox.three li:nth-child(3n+1) {
    margin-left: 0px;
}
.co-num-pictbox.three li:nth-child(n+4) {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.co-num-pictbox.four ul,
	.co-num-pictbox.three ul {
	    width: 100%;
	}
	.co-num-pictbox.four li,
	.co-num-pictbox.three li {
		width: 100%;
	}
	.co-num-pictbox.four li + li,
	.co-num-pictbox.three li + li {
		margin-left: 0px;
	}
	.co-num-pictbox.four li + li,
	.co-num-pictbox.three li + li {
		margin-top: 40px;
	}
}
/* = .OUR WORKS
-------------------------------------------------------------- */
#co-works {
	padding: 55px 40px 50px 40px;
	width: calc(1060px - 80px);
}
#co-works .item-container{
	width: 100%;
}
#co-works #works-list {
	width: 100%;
	padding: 0px;
}
#co-works .item-box{
	margin-right: 15px;
}
#co-works .item-box:last-child{
	margin-right: 0px;
}
@media screen and (max-width: 767px) {
	#co-works {
	    margin-top: 20px;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 40px;
		padding-bottom: 40px;
		width: calc(100% - 40px);
	}
	#co-works .item-container {
	    width: 100%;
	}
	#co-works #works-list li + li {
	    margin-top: 20px;
	}
	#co-works #works-list {
	    width: 100%;
	}
}

/* =archive-works / tax-works_tax
-------------------------------------------------------------- */
#works-list {
	padding: 20px 0 0;
}
#works-list li {
	width: 32%;
	margin: 0 2% 0 0;
}
#works-list li:nth-child(3n) {
	margin-right: 0;
}
#works-list li:nth-child(n+4) {
	margin-top: 50px;
}
#works-list li .title {
	font-size: 1.6rem;
	line-height: 1.4;
}
#works-list li .works-content-box {
	border-left: 2px solid #280601;
	padding-left: 10px;
	box-sizing: border-box;
	margin-top: 15px;
}
#works-list li .entry-meta-box {
	margin-top: 5px;
}
#works-list li .cat-box {
	background: #280601;
	padding: 0 0.5em;
	display: inline-block;
	margin: 0px;
}
#works-list li .term {
	font-size: 1.2rem;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#works-list li {
		width: 100%;
		margin: 0px;
		padding: 0;
	}
	#works-list li + li {
	    margin-top: 30px;
	}
	#works-list li:nth-child(n+4) {
	    margin-top: 25px;
	}
	section#page2f-1st.archive-works .wp-pagenavi {
	    margin-top: 10px !important;
	    padding-bottom: 50px !important;
	}
}

/* =single
-------------------------------------------------------------- */
.single #main,
body.page-id-488	#main{
	margin-top: 90px;
}
.single	#container {
	width: 840px;
	padding-right: 50px;
	margin-right: 0;
	border-right: 1px solid #c2c2c2;
}
.single	#sidebar{
	width: 220px;
	padding-left: 60px;
}

/* =archive
-------------------------------------------------------------- */
.archive #main {
	margin-top: 90px;
}
.archive #container {
	width: 840px;
	padding-right: 50px;
	margin-right: 0;
	border-right: 1px solid #c2c2c2;
}
.archive #sidebar {
	width: 220px;
	padding-left: 60px;
}
.archive article:first-child {
	padding-top: 0;
}
.archive article {
	padding: 70px 0;
	border-bottom: 1px solid #c2c2c2;
}
@media screen and (max-width: 767px) {
	.archive #main,
	.single #main,
body.page-id-488 #main{
	    margin-top: 50px!important;
	}
	.archive #container,
	.single #container ,
	body.page-id-488 #container {	
	    width: auto;
	    padding-right: 0px;
	    border-right: 0px;
	}
	.entry-title {
	    font-size: 3.2rem!important;
	    padding-bottom: 14px!important;
	}
	.entry-meta {
	    margin-top: 24px!important;
	    margin-bottom: 24px!important;
	    font-size: 1.4rem!important;
	}
	.entry-content h1 {
	    font-size: 2.8rem!important;
	}
	.entry-content h2 {
	    font-size: 2.4rem!important;
	    margin: 2.5rem 0!important;
	    padding: 2.8rem 2.8rem!important;
	}
	.entry-content h3 {
	    font-size: 2rem!important;
	}
	.entry-content h2,
	.entry-content h3,
	.entry-content h4 {
	    margin: 2.5rem 0!important;
	    line-height: 1.5!important;
	}
	.archive article {
	    padding: 40px 0;
	}
	.single article {
	    padding: 0 0 20px;
	}
	.archive .wp-pagenavi,
	.single .wp-pagenavi ,
body.page-id-488 wp-pagenavi {
	    margin-top: 50px;
	    padding-bottom: 30px;
	}
	.archive #sidebar,
	.single #sidebar, 
body.page-id-488 #sidebar {
	    width: auto;
	    background-color: #f5f5f5;
	    padding: 30px;
	    margin-bottom: 30px;
	}
	#side-menu li a::before {
	    content: none;
	}
	.archive #sidebar li a,
	.single #sidebar li a ,
body.page-id-488 #sidebar li a {
	    font-size: 1.6rem;
	    padding: 15px 0;
	    display:  inline-block;
	    width: 100%;
	}
	.archive #sidebar ul:not(children) li a,
	.single #sidebar ul:not(children) li a ,
body.page-id-488 #sidebar ul:not(children) li a {
	    width: calc(100% - 30px);
	}
	.archive #sidebar ul.children li a:before,
	.single #sidebar ul.children li a:before ,
body.page-id-488 #sidebar ul.children li a:before {
	    content: "";
	    display:inline-block;
	    left: -1em;
	    top: 1.8em;
	    width: 0.5em;
	    height: 2px;
	    background-color: #222222;
	}
	.archive .side-box,
	.single .side-box,
body.page-id-488 .side-box  {
	    margin-bottom: 40px;
	}
	.archive .side-box + .side-box,
	.single .side-box + .side-box ,
body.page-id-488 .side-box + .side-box {
	    margin-bottom: 0px;
	}
}

/* =category
-------------------------------------------------------------- */
.category #main {
	margin-top: 90px;
}


/* =single-works
-------------------------------------------------------------- */
.single-works #main {
	margin-top: 0;
}
.single-works	#container {
	width: 100%;
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.single-works .thumbnail-box {
	margin-top: 30px;
}
.single-works .ttl-box .entry-title {
	margin: 70px 0 20px;
	font-weight: bold;
	text-align: right;
	border-bottom: none;
}
.single-works .ttl-box .entry-title span {
	font-size: 3.75rem;
	line-height: 1.5em;
}
.single-works .ttl-box .entry-meta {
	text-align: right;
	margin: 0px;
	font-weight: bold;
}
.single-works .ttl-box .entry-meta li {
	line-height: 1em;
}
.single-works .ttl-box .entry-meta li + li {
	margin-top: 9px;
}
.single-works #works-spec {
	padding: 100px 0 70px;
}
.single-works #works-spec .sec-ttl {
	text-align: left;
	font-size: 4.0rem;
	position: relative;
	padding-bottom: 30px;
}
.single-works #works-spec .sec-ttl:before {
	content: url("./images/reform/atcl-spec-ttl-bg.png");
	display: block;
	width: 168px;
	height: 145px;
	position: absolute;
	top: -156px;
	left: -106px;
}
.single-works #works-spec .sec-ttl .sec-ttl-en {
	border-bottom: 1px #cfd1cf solid;
	line-height: 0.73em;
}
.single-works #works-spec .spec-list {
	width: 50%;
	padding-left: 25px;
	box-sizing: border-box;
}
.single-works #works-spec .spec-list dl {
	display: table;
	width: 100%;
	margin: 0;
}
.single-works #works-spec .spec-list dt ,
.single-works #works-spec .spec-list dd {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0;
	font-size: 1.6rem;
}
.single-works #works-spec .spec-list dt {
	width: 100px;
	background: #f3f6f3;
	font-weight: bold;
	padding: 5px 20px;
}
.single-works #works-spec .spec-list dd {
	padding-left: 60px;
}
.single-works #works-spec .spec-text {
	width: 50%;
}
.single-works #gallery-image .image-container {
	font-size: 0;
}
.single-works #gallery-image .image-container:first-child .img-box {
    margin-top: 0px;
}
.single-works #gallery-image .img-box {
	display: inline-block;
	margin: 20px 20px 0 0;
}
.single-works #gallery-image .img-box:last-child {
	margin-right: 0;
}
.single-works #gallery-slider .large-image {
	margin-bottom: 30px;
}
.single-works #reform-atcl-works {
	padding: 85px 0 35px;
}
.single-works #gallery-slider .bx-viewport {
    position: relative;
}
.single-works #gallery-slider .bx-controls-direction {
    position: absolute;
    top: calc(50% - 8px);
    width: 375px;
    height: 26px;
    left: 0px;
}
.single-works #gallery-slider {
    margin-top: 100px
}
.single-works #gallery-slider .bx-prev {
    position: absolute;
    left: 3px;
}
.single-works #gallery-slider .bx-next {
    position: absolute;
    right: 3px;
}
.single-works #gallery-slider .bx-controls .bx-pager {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 10px;
    font-family:'Montserrat', sans-serif;
	font-weight: 600;
}
.single-works #gallery-slider #bx-pager li.imgbox {
    height: 90px;
    overflow:  hidden;
}
.single-works #gallery-slider #bx-pager li.imgbox a {
    position: relative;
    display: block;
    width: 136px;
    height: 90px;
}
.single-works #gallery-slider #bx-pager .imgbox img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin:  auto;
}
.single-works #gallery-slider .bx-wrapper {
	margin: 0 auto;
}
.single-works #gallery-slider .bx-large li .inner {
	background: #f3f6f3;
}
.single-works #gallery-slider .bx-large li .inner img {
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 767px) {
	.single-works .ttl-box .entry-title {
	    margin: 50px 0 10px;
	}

	.single-works .ttl-box .entry-title span {
	    font-size: 2.4rem;
	}

	.single-works #works-spec .sec-ttl:before {
	    content: none;
	}

	.single-works #works-spec .spec-list {
	    width: 100%;
	    padding-left: 0px;
	    padding: 10px 0 15px;
	}

	.single-works #works-spec .spec-list dd {
	    padding-left: 20px;
	}

	.single-works #works-spec .spec-text {
	    width: 100%;
	}

	.single-works #works-spec {
	    padding: 40px 0 20px;
	}

	.single-works .ttl-box .entry-title {
	    margin: 50px 0 10px;
	}

	.single-works .ttl-box .entry-title span {
	    font-size: 2.4rem;
	}

	.single-works #works-spec .sec-ttl:before {
	    content: none;
	}

	.single-works #works-spec .spec-list {
	    width: 100%;
	    padding-left: 0px;
	    padding: 10px 0 15px;
	}

	.single-works #works-spec .spec-list dd {
	    padding-left: 20px;
	}

	.single-works #works-spec .spec-text {
	    width: 100%;
	}

	.single-works #works-spec {
	    padding: 40px 0 20px;
	}
	.single-works #gallery-slider {
	    margin-top: 50px;
	}
	.single-works #gallery-slider .large-image {
		margin-bottom: 18px;
	}

}

/* add for custom fields */
.single-works #gallery-image .img-box {
	position: relative;
}
.single-works #gallery-image .img-box p.caption {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	padding: 8px 25px;
	box-sizing: border-box;
	background: rgba(47, 39, 36, 0.74) no-repeat left top;
	color: #fff;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.single-works #gallery-image .img-box {
		margin: 0 2% 2% 0;
		vertical-align: middle;
	}
	.single-works #gallery-image .img-box:last-child {
		margin-right: 0;
	}
	#gallery-image .img-box.img-size-10 {
		width: 100%;
	}
	#gallery-image .img-box.img-size-7 {
		width: 66%;
	}
	#gallery-image .img-box.img-size-6 {
		width: 56.5%;
	}
	#gallery-image .img-box.img-size-5 {
		width: 49%;
	}
	#gallery-image .img-box.img-size-4 {
		width: 41.5%;
	}
	#gallery-image .img-box.img-size-3 {
		width: 32%;
	}
	.single-works #gallery-image .caption {
		display: none;
	}
	.single-works #gallery-slider .comment-window {
	    width: 100%;
		position: relative;
	    padding: 20px 40px 40px;
	    font-size: 1.6rem;
	}
	.single-works #gallery-slider .bx-controls-direction {
	    width: 100%;
	    top: calc(50% - 10px);
	}
}

/* =archive works
-------------------------------------------------------------- */
.post-type-archive-works #container {
	width: 100%;
	padding-right: 0;
	border-right: none;
}

/* =archive tax_works
-------------------------------------------------------------- */
.archive.tax-works_tax #main {
  margin-top: 90px;
}
.archive.tax-works_tax  #container {
  width: 100%;
  padding-right: 0;
  border-right: none;
}


/* = .h-ttl
-------------------------------------------------------------- */
/* common */
#h-ttl {
	height: 250px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
}
#h-ttl h2 {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	line-height: 1em;
	background-image: url("./images/common/overptn.png");
	background-repeat: repeat;
	background-size: 3px 3px;
}
#h-ttl h2 .h-ttl-en {
	font-size: 5.6rem;
	line-height: 
}
#h-ttl h2 .h-ttl-ja {
	font-size: 2.6rem;
	margin-top: 10px;
	display: block;
}
@media screen and (max-width: 767px) {
	#h-ttl h2 .h-ttl-en {
    	line-height: 5.8rem;
    }
    #h-ttl h2 .h-ttl-ja {
    	font-size: 1.8rem;
    }
}

/* company - contact - privacy - information */
body.page-id-51 #h-ttl,
body.parent-pageid-51 #h-ttl,
body.page-id-15 #h-ttl,
body.parent-pageid-15 #h-ttl,
body.page-id-62 #h-ttl,
body.parent-pageid-62 #h-ttl,
body.single-post #h-ttl,
body.archive #h-ttl,
body.page-id-488 #h-ttl,
body.page-id-500 #h-ttl,
body.page-id-508 #h-ttl,
body.saffblog-template-default #h-ttl {
	background-image: url("./images/common/common-ttl-keyv.jpg");
}
/* reform */
body.page-id-43 #h-ttl,
body.parent-pageid-43 #h-ttl,
body.post-type-archive-works #h-ttl,
body.single-works #h-ttl {
	background-image: url("./images/common/reform-ttl-keyv.jpg");
}
/* repair  */
body.page-id-49 #h-ttl,
body.page-id-73 #h-ttl,
body.parent-pageid-73 #h-ttl {
	background-image: url("./images/common/repair-ttl-keyv.jpg");
}
/* seminar  */
body.page-id-64 #h-ttl,
body.parent-pageid-64 #h-ttl {
	background-image: url("./images/common/seminar-ttl-bg.jpg");
}

/* = Web Font
-------------------------------------------------------------- */
.web-f {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.web-f > .reg {
	font-weight: 400;
} 
.web-f.thin, 
.web-f .thin {
	font-weight: 400;
}
.web-f.med, 
.web-f .med {
	font-weight: 500;
}
.web-f.s-bo, 
.web-f .s-bo {
	font-weight: 600;
}
.web-f.bo,
.web-f .bo {
	font-weight: 700;
}
.web-f.ex-bo,
.web-f .ex-bo {
	font-weight: 800;
}

/* 「キーワードで知る大堀商会」 モーダル停止用 2018.04.24 */
#cmpny-kw .co-num-pictbox li:hover {
	opacity: 1;
}
#cmpny-kw .co-num-pictbox li a {
	cursor: default;
}

/* = Mobile Menu
------------------------------------------------------------------ */
@media screen and (max-width: 767px) {

	.mm-listview>li:not(.mm-divider):after {
		left: 0px !important;
	}
	.mm-listview a:not(.mm-next) {
		padding: 20px 10px 20px 20px !important;
	}
	.mm-panel.mm-hasnavbar .mm-navbar {
	    background-color: #290700;
	    color: #fff;
	}
	.mm-panels>.mm-panel.mm-hasnavbar {
	    padding-top: 0;
	    background-color: #f3f3f3;
	}
	.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
	    border-color: rgba(255, 255, 255, 0.75)!important;
	}
	.mm-listview .mm-next {
	    width: 60px !important;
	}
	.mm-next:after {
	    right: 25px !important;
	}

}



/*　　2018-11-21　追加
------------------------------------------------------------------ */
.post-date.noto.bold{display:none;}