@charset "utf-8";
/* CSS Document */
html,body {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: 'Lato','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background: #F3F2E1;
}

#main .inner h2 {
    color: #ffffff;
    padding: 10px 10px 8px;
    margin-bottom: 50px;
    background: #A5A5A5;
    border-left: solid 10px #C5E1C6;
    font-size: 1.8em;
}

#container {
	background: #eee;
	margin-left: 260px;
	position: relative;
	-moz-transition: margin-left .25s linear;
	-webkit-transition: margin-left .25s linear;
	transition: margin-left .25s linear;
}
#main {
	background: #fff;
	padding-top: 60px;
	min-height: calc(100vh - 150px);
}
#main p {
	margin-bottom: 1em;
	line-height: 1.9;
}
#main .inner {
	padding: 60px;
}
#main .inner .dmptop h2 {
    margin-bottom: 30px;
}

.dmptop ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
	align-items: baseline;
}

.dmptop li {
    list-style: none;
    width: calc(100%/3 - 10px);
    text-align: center;
    margin-right: 15px;
	margin-bottom:15px;
    background-color: #49A750;
    color: #ffffff;
    padding: 20px 40px 18px 10px;
    border-radius: 5px;
	position:relative;
}

.dmptop li:nth-child(3n){
	margin-right:0;
}

.dmptop li a{
	color:#ffffff;
	font-size:1.2em;
	font-weight:600;
	text-decoration:none;
}
.dmptop li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dmptop .out li {
    background-color: #F3F2E1;
}
.dmptop .out li a {
	color:#A5A5A5;
}

.dmptop .out li a:after {
    width: 14px;
    height: 14px;
    border-top: none;
    border-right: none;
    transform: none;
	display: inline-block;
    background: url(../images/dmp/outside.png) no-repeat;
    background-size: contain;
}
}

h3 {
	font-size: 131%;
	margin-bottom: .7em;
}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

#global-head {
	position: fixed;
	width: 100%;
	padding: 10px 30px;
	background: #ffffff;
	display: -webkit-flex;
	display: flex;
	height: 62px;
	border-bottom:2px solid #0B794D;
	z-index: 999;
}
#global-head h1 img{
	max-height:40px;
}

#sidebar {
	padding-top: 60px;
	padding-bottom:120px;
	width: 260px;
	height: 100vh;
	position: fixed;
	color: #0B794D;
	background: #F3F2E1;
}

#brand-logo {
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	margin:auto;
}

#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
}

#global-nav a {
	color: #ffffff;
	background:#0B794D;
	text-decoration: none;
	display: block;
	padding: 15px;
	-moz-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	/*background: #fff;*/
}


/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #aeb4cb;
	border-right: 1px solid #aeb4cb;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}

#global-nav .is-active .sub-menu-head:after {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* sub-menu */
#global-nav .sub-menu-nav {
	background: #F3F2E1;

	display: none;
	padding: 10px 0;

	/*-moz-transition: all .4s ease;*/
	/*-webkit-transition: all .4s ease;*/
	/*transition: all .4s ease;*/
}


#global-nav .sub-menu-nav a {
	color: #777777;
	background: #F3F2E1;
	padding: 8px 40px 8px 15px;
}
#global-nav .sub-menu-nav a:hover {
	color: #0B794D;
}

#global-nav .sub-menu-nav li a {
    position: relative;
}
#global-nav .sub-menu-nav li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #aeb4cb;
    border-right: 1px solid #aeb4cb;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#global-nav .sub-menu-nav li.outside a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/dmp/outside.png) no-repeat;
    background-size: contain;
	border: none;
    transform: none;
}

/* nav-toggle */
#nav-toggle {
	position: fixed;
	top: 15px;
	left: 15px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #0B794D;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

/* #nav-toggle close */
#nav-toggle span:nth-child(1) {
	top: 0;
	/*
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	*/
}
#nav-toggle span:nth-child(2) {
	top: 11px;
	/*
	width: 0;
	left: 50%;
	*/
}
#nav-toggle span:nth-child(3) {
	top: 22px;
	/*
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	*/
}


.close #nav-toggle span:nth-child(1) {
	top: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
.close #nav-toggle span:nth-child(2) {
	width: 100%;
	left: 0;
}
.close #nav-toggle span:nth-child(3) {
	top: 22px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}



/* z-index */
#nav-toggle {
	z-index: 1000;
}
#container {
	z-index: 900;
}

/* close */
.close #container {
	margin-left: 0;
}
.close #brand-logo {
	/*margin-left: 50px;*/
}
.close #nav-toggle span {
	background: #0B794D;
}

#footer {
	position:absolute;
	background: #cccccc;
	height:auto;
	width:100%;
	z-index:911;
  }
  #footer .logo img, #footer .logo {
    display: block;
    width: 120px;
    margin: 10px auto 20px;
}
   
  
  #footer .nav li a {
	color: #ffffff;
    text-decoration: none;
  }
   
  #footer .c-btn {
	margin-left: 0;
	margin: 0 auto 10px;
  }
  .copyright {
    background: #222222;
    color: #ffffff;
    text-align: center;
    padding: 5px;
}
.inner-block {
    padding: 10px;
}
.c-btn {
    background: #0B794D;
    padding: 10px 20px 7px;
    text-align: center;
	width:100%;
}
.c-btn a {
    color: #ffffff;
    text-decoration: none;
}
.c-btn:hover {
    opacity: 0.8;
}
ul.nav {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ffffff;
}
#footer .nav li{
	padding:10px;
	list-style: none;
	width: 50%;
    text-align: center;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}
#footer .nav li:nth-child(2n) {
    border-left: none;
}
   
  @media screen and (min-width: 641px) {
	#footer {
		height:120px;
	  }
	  #footer .logo img,
	  #footer .logo {
		display: inline-block;
		margin:0;
	  }
	#footer .logo {
	  padding: 10px 0;
	}
   
	#footer .wrap {
	  padding: 20px 0;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}
   
	#footer .cont {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  flex-direction: row-reverse;
	  align-items: center;
	}
   
	#footer .nav {
	  display: inline-block;
	  border:none;
	}
   
	#footer .nav li {
	  display: inline-block;
	  border:none;
	  width:auto;
	}
   
	#footer .nav li a:hover {
	  color: #0B794D;
	}
	.inner-block {
		padding: 0 20px;
	}
	#footer .c-btn {
		margin:0 0 0 25px;
	  }
	.c-btn {
		width: auto;
		margin: 0;
	}
	#footer .nav li a{
		color:#777777;
	}
  }

@media screen and (max-width: 900px) {
	#container {
		margin-left: 0;
	}
	#brand-logo {
		margin-left: 50px;
	}
	#nav-toggle span {
		background: #033560;
	}
	.close #nav-toggle span {
		/*background: #fff;*/
	}
	#sidebar {
		left: -260px;
		z-index: 910;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	.close #sidebar {
		left: 0;
	}
}

@media screen and (max-width: 767px) {
	#main .inner {
	padding: 20px 10px;
	}
	#main .inner .dmptop h2 {
    margin-bottom: 15px;
    font-size: 1.2em;
}
.dmptop ul {
    margin-bottom: 20px;
}
.dmptop li {
    width: calc(100%/2 - 5px);
	margin-right:10px;
    margin-bottom: 10px;
    padding: 10px 25px 8px 10px;
}

.dmptop li:nth-child(2n) {
    margin-right: 0;
}
.dmptop li:nth-child(3n) {
    margin-right: 10px;
}

.dmptop li a {
    font-size: 1.0em;
    font-weight: 200;
}
.dmptop li a:after {
    right: 10px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
}

/*会員ログイン**/
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: 100%!important;
}

#wpmem_login input.buttons {
    background: #ff9900;
    padding: 10px 20px 7px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
}

#wpmem_login input.buttons:hover {
    opacity: 0.8;
}

p.login_status {
    line-height: 3.0!important;
}

p.login_status a {
    text-decoration: none;
    color: #cccccc;
    font-weight: 600;
    background: #fcfcfc;
    padding: 10px 20px 8px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

p.login_status a:hover {
    background: #eeeeee;
    color: #ffffff;
}