/*
Name: lifebalanceny.css
Version: 1.0
Date: 2019 Oct 21
 */

@charset "utf-8";

/***** 
　サイト共通設定
 *****/
html{
  	font-size: 62.5%; /* 16px×62.5%＝10px */
}

body{
	position: relative;
  	font-size: 1.4rem; /* 1.6rem＝10px×1.6＝16px */
  	font-family: Raleway,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  	color:#241511;
	line-height: 2em;
	background: linear-gradient(271deg, #DAE2F0, #fae0df);
	background-size: 400% 400%;

	-webkit-animation: AnimationName 10s ease infinite;
	-moz-animation: AnimationName 10s ease infinite;
	animation: AnimationName 10s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}

.gothic{
  	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho{
  	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
}

h1,h2,h3,h4,h5,h6,ul,li,p,address{
  	margin: 0;
  	padding: 0;
}

h1{
	line-height: 100px;
}

@media(max-width: 991px){
	h1{
		line-height: 60px;
	}
}

h2{
	font-size: 24px;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
	line-height: 1.3em;
}

h3{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 50px;
	line-height: 1.3em;
}

h3.title{
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	line-height: 1.3em;
	padding-bottom: 0;
}

h4{
	font-size: 18px;
	padding-top: 3em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
	font-weight: bold;
	border-bottom: solid 3px #DAE2F0;
	position: relative;
}

h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #92A8D1;
  bottom: -3px;
  width: 20%;
}

p.date{
	font-size: 12px;
	color: #999;
}

.button-wrap{

}

article p{
	padding-bottom: .5em;
}

article blockquote p{
	padding-bottom: 0;
}

article a{
	color:#92a8d1;
	text-decoration: none;
	border-bottom: 1px dotted #92a8d1;
	padding-bottom: 1px;
	transition: all .3s;
}

article a:hover{
	color:#555;
	text-decoration: none;
	border-bottom: none;
}

article ul{
	padding-left: 2em;
}


.post-content h1{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	padding-top: 25px;
	padding-bottom: 25px;
}

.post-content h2{
	font-size: 18px;
	text-align: left;
	border-left: 5px solid #92A8D1;
	padding: 10px 10px 10px 10px;
}

.post-content img{
	width: 100%;
	height: 100%;
	max-width: 420px;
	margin: 0 auto;
}

.page-menu .post-content img{
	width: 100%;
	height: 100%;
	max-width: initial;
	margin: 0 auto;
}

.button-wrap{
	text-align: center;
}

.button-wrap a.button{
	background-color: #f7b0af;
	color: #fff;
	text-decoration: none;
	padding: 20px 60px;
	border-bottom: none;
	font-size: 16px;
}

.button-wrap a.button:hover{
	background-color: #aaa;
}

.button-wrap a.button-blue{
	background-color: #92a8d1;
}

.row-eq-height{
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 991px){
	.row-eq-height{
	    display: initial;
	    flex-wrap: initial;
	}
}

section{
	padding-bottom: 50px;
}

section#pagination{
	padding-bottom: 0;
}

/*** レイアウト ***/
.wrapper {
  position: relative;
  z-index: 0;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}

header{
	position: fixed;
	z-index: 99;
	overflow: hidden;
	max-width: 1024px;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	height: 100px;
	transition: all .3s;
}

header.fixed{
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

main{
	padding-top: 100px;
	position: relative;
}

article{
	padding-top: 25px;
	padding-bottom: 100px;
}

footer{
	position: relative;
}

@media(max-width: 991px){
	header{
		height: 60px;
	}

	main{
		padding-top: 60px;
	}
}

/*** ヘッダー ***/
header .hd-wrapper{
	font-size: 0;
	position: relative;
}

header .hd-logo-pc{
	width: 15%;
	line-height: 100px;
	padding-left: 50px;
	display: inline-block;
}

header .hd-nav{
	width: 85%;
	display: inline-block;
}
header .hd-logo-pc a{
	display: inherit;
}

header .hd-logo-pc img{
	height: 80px;
	width: auto;
}

@media(max-width: 991px){
	header .hd-logo-sp{
		max-width: 80px;
		line-height: 60px;
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	header .hd-logo-sp img{
		height: 40px;
		line-height: 80px;
	}

	header .hd-nav-sp{
		position: absolute;
		top:50%;
		right: 20px;
		width: 80px;
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);
	}

	header .hd-nav-sp li{
		padding: 0;
	}

	header .hd-nav-sp img{
		height: 30px;
		line-height: 80px;
	}
}

header .hd-nav{
	padding-right: 50px;
}

header .hd-nav ul{
	position: relative;
	top:3px;
}

header .hd-nav li{
	padding-left: 10px;
	padding-right: 10px;
}

header .hd-nav li span{
	display: block;
	line-height: 2em;
}

header .hd-nav li a{
	font-size: 14px;
	line-height: 2.5em;
	color: #241511;
	text-decoration: none;
	font-weight: normal;
}

header .hd-nav li:last-child{
	background-color: #92a8d1;
	margin-left: 10px;
}

header .hd-nav li:last-child a{
	color: #fff;
	display: block;
}

header .hd-nav li:last-child img{
	position: relative;
	height: 14px;
	width: auto;
	top: -1px;
	padding-right: 5px;
}

/*** フッタ***/
.ft-body{
	background-color: #FDF2EE;
}

.ft-body .wrap{
	max-width: 1024px;
	margin: 0 auto;
	padding: 50px;
}

@media(max-width: 991px){
	.ft-body .wrap{
		padding: 100px 15px;
		max-width: 420px;
	}
}

.ft-body ul.foot-nav-ul{
	padding-bottom: 50px;
}


.ft-body ul.foot-nav-ul>li{
	position: relative;
	padding-left: 1.5em;
}

.ft-body ul.foot-nav-ul>li::before {
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    content: "";
    background-image: url(../images/arrow-pink.svg);
    background-repeat: no-repeat;
}

.ft-body ul.foot-nav-ul>li a{
	color: #241511;
	text-decoration: none;
	font-size: 14px;
}

@media(max-width: 991px){
	.ft-body ul.foot-nav-ul{
		font-size: 0;
	}

	.ft-body ul.foot-nav-ul>li{
		display: inline-block;
		width: 50%;
		padding-left: 0;
		text-align: center;
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.ft-body ul.foot-nav-ul>li::before {
	    content: "";
	    background-image: none;
	}

	.ft-body ul#foot-nav-ul-2>li:nth-child(8),
	.ft-body ul#foot-nav-ul-2>li:nth-child(9),
	.ft-body ul#foot-nav-ul-2>li:nth-child(10),
	.ft-body ul#foot-nav-ul-2>li:nth-child(11),
	.ft-body ul#foot-nav-ul-2>li:nth-child(12),
	.ft-body ul#foot-nav-ul-2>li:nth-child(13){
		width: 100%;
	}

	.ft-body ul#foot-nav-ul-3>li:nth-child(1),
	.ft-body ul#foot-nav-ul-3>li:nth-child(2),
	.ft-body ul#foot-nav-ul-3>li:nth-child(3),
	.ft-body ul#foot-nav-ul-3>li:nth-child(4){
		width: 100%;
	}

	.ft-body ul.foot-nav-ul>li a{
		display: block;
		border:1px solid #f7b0af;
		padding: 10px 0;
		font-size: 12px;
		background-color: #fff;
	}

	.ft-body ul#foot-nav-ul-1>li:first-child,
	.ft-body ul#foot-nav-ul-2>li:first-child,
	.ft-body ul#foot-nav-ul-4>li:first-child,
	.ft-body ul#foot-nav-ul-5>li:first-child{
		width: 100%;
	}
}

@media(max-width: 374px){
	.ft-body ul.foot-nav-ul>li a{
		font-size: 10px;
	}
}

.ft-body .sns ul {
	text-align: center;
}

.ft-body .sns li{
	padding-left: 15px;
	padding-right: 15px;
}

.ft-body .sns li img{
	height: 30px;
	width: 30px;
}

.ft-btm{
	background-color: #f7b0af;
}

.ft-btm .wrap{
	max-width: 1024px;
	margin: 0 auto;
	padding: 50px;
}

@media(max-width: 991px){
	.ft-btm .wrap{
		max-width: 420px;
		padding:50px 20px;
	}
}

.ft-btm ul.ft-link-ul{
	padding-bottom: 25px;
	list-style-type: none;
}

.ft-btm ul.ft-link-ul>li{
	display: inline-block;
	position: relative;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 10px;
}

.ft-btm ul.ft-link-ul>li::before {
    position: absolute;
    z-index: 1;
    left:-.5em;
    width: 10px;
    height: 10px;
    content: "／";
    color: #fff;
}

.ft-btm ul.ft-link-ul>li:first-child::before {
    content: "";
}

.ft-btm ul.ft-link-ul li a{
	color: #fff;
	text-decoration: none;
}

@media(max-width: 991px){
	.ft-btm ul.ft-link-ul>li{
		display: block;
	}
}

.ft-btm .copyright{
	color: #fff;
	font-size: 12px;
}

@media(max-width: 991px){
	.ft-btm ul.ft-link-ul>li::before {
	    content: "";
	}
}

/* TO TOP */
.ft-pagetop a{
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 99999;
  cursor: pointer;
}

.ft-pagetop a img{
	width: 40px;
	height: 65px;
}


/* ハンバーガー */
#overlay, .icon-bar, .icon-label {
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#humberger-wrap{
	position: fixed;
	z-index: 998;
	max-width: 1024px;
    width: 32px;
   	top: 30px;
	left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

#humberger-wrap-inner{
	position: relative;
    width: 32px;
    display: block;
}

#humberger{
    position: relative;
    z-index: 999;
    width: 32px;
    padding: 0;
    margin:0;
    cursor: pointer;
    line-height: 1em;
    text-align: center;
}

.icon-bar{
    height: 2px;
    background: #241511;
    display: block;
    margin-bottom: 9px;
}

.icon-bar01{
	margin-top: 5px;
	width: 20px;
}


body.drawer-opened #humberger .icon-bar01{
	width: 32px;
    transform:translate(0,10px) rotate(45deg);
    -webkit-transform:translate(0,10px) rotate(45deg);
}

body.drawer-opened #humberger .icon-bar02{
    transform:translate(-20px ,0);
    -webkit-transform:translate(-20px ,0);
    opacity:0;
}

body.drawer-opened #humberger .icon-bar03{
    transform:translate(0,-12px) rotate(-45deg);
    -webkit-transform:translate(0,-12px) rotate(-45deg);
}

#overlay{
    position: fixed;
    z-index:100;
    background: #fff;
    left: -100vw;
    top: 0;
    width: 100%;
    height: 100%;
}

body.drawer-opened #overlay{
	left: 0;
}

.overlay-wrap{
	position: relative;
	z-index: 101;
	max-width: 910px;
	width: 100%;
	margin:0 auto;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*スクロールバーの横幅指定*/
.overlay-wrap::-webkit-scrollbar {
    width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.overlay-wrap::-webkit-scrollbar-track {
  	border-radius: 2px;
	background: #f2f2f2;
}
/*スクロールバーの色・角丸指定*/
.overlay-wrap::-webkit-scrollbar-thumb {
  	border-radius: 2px;
	background: #92A8D1;
}

#drawer-nav{
	position: absolute;
	left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  	max-width: 700px;
  	width: 100%;
  	padding-bottom: 100px;
  	padding-left: 15px;
  	padding-right: 15px;
}

#drawer-nav .logo-wrap{
	width: 60px;
	margin: 25px auto 50px auto;
}

#drawer-nav .mailmagazine-wrap{
	width: 100%;
	padding: 0 5px;
	text-align: center;
	margin-bottom: 50px;
}

#drawer-nav .mailmagazine-wrap a{
	font-size: 18px;
	color: #fff;
	display: block;
	background-color: #92a8d1;
	padding:15px 10px;
	position: relative;
}

#drawer-nav .mailmagazine-wrap a img{
	height: 14px;
	position: relative;
	top:-2px;
}

#drawer-nav .mailmagazine-wrap a span{
	padding-left: 5px;
}

#drawer-nav ul.sns li img{
	height: 25px;
	width: 25px;
}


#drawer-nav ul.drawer-ul-menu{
	padding-bottom: 50px;
	font-size: 0;
	margin: 0;
}

#drawer-nav ul.drawer-ul-menu li{
	display: inline-block;
	width: 50%;
	margin-bottom: 8px;
	padding:0 5px;
	text-align: center;
}

#drawer-nav ul.drawer-ul-menu li:first-child{
	width: 100%;
}

#drawer-nav ul#drawer-ul-menu-2 li:nth-child(8),
#drawer-nav ul#drawer-ul-menu-2 li:nth-child(9),
#drawer-nav ul#drawer-ul-menu-2 li:nth-child(10),
#drawer-nav ul#drawer-ul-menu-2 li:nth-child(11),
#drawer-nav ul#drawer-ul-menu-2 li:nth-child(12),
#drawer-nav ul#drawer-ul-menu-2 li:nth-child(13){
	width: 100%;
}

#drawer-nav ul#drawer-ul-menu-3 li:nth-child(2),
#drawer-nav ul#drawer-ul-menu-3 li:nth-child(3),
#drawer-nav ul#drawer-ul-menu-3 li:nth-child(4){
	width: 100%;
}

#drawer-nav ul.drawer-ul-menu li a{
  	display: block;
    line-height: 1em;
    padding-top: 18px;
    padding-bottom: 18px;
  	text-decoration: none;
	color: #241511;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #f7b0af;
	background-color: #FDF2EE;
}

@media(max-width: 374px){
	#drawer-nav ul.drawer-ul-menu li a{
		font-size: 10px;
	}
}

#drawer-nav ul#drawer-ul{
	background-color: transparent;
	padding: 0;
}

#drawer-nav ul#drawer-ul li{
	border: none;
}

#drawer-nav ul#drawer-ul li a{
    line-height: 1em;
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 0;
    display: inline-block;
    border: 1px solid #ff5f5f;
    color: #000;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    width: 100%;
}

#drawer-nav ul.sns{
	text-align: center;
	padding-bottom: 60px;
}

#drawer-nav ul.sns li img{
	height: 25px;
	width: 25px;
}
/*
@media(max-width: 374px){
	#drawer-nav ul.drawer-ul-menu li a {
	    font-size: 10px;
	}
}
*/
/*** バナー ***/
.banner-wrap{
	max-width: 420px;
	margin: 0 auto;
	padding-top: 25px;
}

.banner-item{
	padding-bottom: 25px;
}

.banner-item a {
	display: block;
}

.banner-item a.button{
	background-color: #92a8d1;
	text-decoration: none;
	text-align: center;
	color:#fff;
	line-height: 4em;
	transition: all .3s;
	font-size: 16px;
}

.banner-item a.button:hover{
	background-color: #888;
}

/*** ページ共通 ***/
.page-wide .inner-wrap{
	max-width: 900px;
	margin: 0 auto;
}

@media(max-width: 991px){
	.page-wide .inner-wrap{
		max-width: 420px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.page-normal .inner-wrap{
	max-width: 700px;
	margin: 0 auto;
}

@media(max-width: 991px){
	.page-normal .inner-wrap{
		max-width: 420px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.page-narrow .inner-wrap{
	max-width: 420px;
	margin: 0 auto;
}

@media(max-width: 991px){
	.page-narrow .inner-wrap{
		max-width: 420px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* article title*/
.title-wrap{
	max-width: 900px;
	margin: 0 auto;
}

@media(max-width: 991px){
	.title-wrap{
		max-width: 420px;
		padding: 0 20px;
	}
}

/* パンくずリスト*/
.hd-breadcrumb ul{
	list-style: none;
	padding-left: 0;
	line-height: 1em;
}

.hd-breadcrumb li{
	position: relative;
	font-size:10px;
	display: inline;
	line-height: 1em;
	padding-left: 25px;
}

.hd-breadcrumb li:first-child{
   padding-left: 0;
}

.hd-breadcrumb li::before{
    position: absolute;
    z-index: 0;
    top:1px;
    left:8px;
    content: "＞";
    font-size: 10px;
    color: #999;
}

.hd-breadcrumb li:first-child::before{
    content: none;
}

.hd-breadcrumb li a{
	position: relative;
	font-size:10px;
	line-height: 40px;
	color:#92A8D1;
}


/*** ニュース ***/
ul.news {
	padding-left: 0;
}

ul.news li{
	padding-bottom: 25px;
}

ul.news p.date{
	padding: 0;
	line-height: 1em;
}

ul.news p.date span.detail{
	font-size: 10px;
	padding-bottom: 3px;
	padding-right: 5px;
}

ul.news p.date span.cat{
	font-size: 10px;
	border-radius: 3px;
	padding: 2px 5px;
	background-color: #aaa;
	color:#fff;
}

ul.news p.title{
	line-height: 1.3em;
	padding-top: 5px;
	padding-bottom: 0;
}

/*** イベント ***/
ul.event{
	padding-left: 0;
}

ul.event p.cat {
	padding-bottom: 0;
}

ul.event p.cat span.loc-cat{
	color:#fff;
	background-color:#92A8D1;
	margin-right: 2px;
	border-radius: 2px;
	padding:2px 4px 2px 4px;
	font-size: 12px;
}

ul.event p.cat span.session-cat{
	color:#fff;
	background-color:#EDA5A3;
	margin-right: 2px;
	border-radius: 2px;
	padding:2px 2px 2px 6px;
	font-size: 12px;
}

ul.event p.cat span.session-cat a{
	color:#fff;
	border-bottom: none;
}

ul.event span.facilitator{
	color:#241511;
	position: relative;
	margin-left: 1em;
	padding-left: 1.3em;
	font-size: 12px;
}

ul.event span.facilitator span{
	color:#92a8d1;
}

ul.event span.facilitator::before{
	position: absolute;
	top:calc(50% - 1px);
	left:0;
	content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image:url(../images/hat.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

ul.event p.date-time{
	line-height: 1.2em;
	padding-bottom: 0;
}

ul.event p.date-time>span{
	font-size: 12px;
	padding-bottom: 2px;
}

ul.event p.loc{
	line-height: 1em;
	padding-bottom: 3px;
}

ul.event span.location{
	font-size: 10px;
	color: #aaa;
	padding-left: 1.3em;
	position: relative;
}

ul.event span.location::before{
	position: absolute;
	top:calc(50% - 1px);
	left:0;
	content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image:url(../images/location.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

ul.event span.date-time span.week{
	transform: scale(0.8);
	display: inline-block;
}

ul.event p.date-time span.status{
	font-size: 10px;
	color:#999;
	border-radius: 2px;
	border:1px solid #999;
	background-color: #fff;
	padding: 2px 5px;
	margin-left: 5px;
}

ul.event p.date-time span.status[value="2"]{
	color:red;
	border:1px solid red;
}

ul.event p.date-time span.status[value="3"]{
	color:orange;
	border:1px solid orange;
}


ul.event p.title{
	line-height: 1.3em;
	padding-top: 5px;
	font-size: 14px;
	padding-bottom: 0;
}


ul.event  li{
	padding-bottom: 25px;
}

@media(max-width: 374px){
	ul.event p.cat span.loc-cat{
		font-size: 10px;
	}

	ul.event p.cat span.session-cat{
		font-size: 10px;
	}

	ul.event span.facilitator{
		font-size: 10px;
	}

	ul.event p.date-time>span{
		font-size: 10px;
	}
}


/*** ページネーション ***/
.pagination-wrap{
	width: 100%;
	text-align: center;
}

.pagination{
	margin: 0;
}

.page-numbers{
  border-radius: 50%;
  background-color: #F7CAC9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-left: 5px; 
  margin-right: 5px;
  font-size: 14px;
  border-bottom: none;
}

span.page-numbers{
	color: #fff;
}

a.page-numbers{
  color:#fff;
}

a.page-numbers:hover{
  text-decoration: none;
}

.page-numbers.current{
  border-radius: 50%;
  background-color: #ddd;
  color:#fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

a.prev{
	border: none;
	color: #5e5e5e;
	line-height: 40px;
	background-color: transparent;
	width: auto;
	margin-right: 15px;
}

a.next{
	border: none;
	color: #5e5e5e;
  	line-height: 40px;
	background-color: transparent;
	width: auto;
	margin-left: 15px;
}


/*** 投稿ナビゲーション ***/
.navigation {
	margin-bottom:2em;
}

td.navigation-left, td.navigation-right {
	min-height: 65px;
	padding-top:20px;
	padding-bottom: 20px;
	width:50%;
}

td.navigation-left a, td.navigation-right a{
	font-size: 12px;
} 

td.navigation-left {
	padding-left: 45px;
	border-right: 2px dotted #c6c6c6;	
}

td.navigation-right {
	padding-right: 45px;
}


.navigation table{
	position:relative;
	margin:0 auto;
}

.navigation td.navigation-left a:before {
	content: "";
    position: absolute;
    left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width:30px;
	height: 30px;
	border-radius: 50%;
	background-image: url(../asset/images/arrow_left_01.svg);
}

.navigation td.navigation-right a:before {
	content: "";
    position: absolute;
    right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width:30px;
	height: 30px;
	border-radius: 50%;
	background-image: url(../asset/images/arrow_right_01.svg);
}


/*** 投稿 ***/
.single .post-content{
	padding-top: 50px;
	padding-bottom: 50px;
}

.single .post-content img{
	width: 100%;
	height: 100%;
}

/*** ホーム ***/
.page-home article{
	padding-top: 0;
}

@media(max-width: 991px){
	.page-home article{
		padding-bottom: 0;
	}
}

.page-home .home-header{
	position: relative;
}

.page-home .hd-bg-slider{
	height: 70vh;
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.page-home .home-catch-logo{
	position: absolute;
	top:40%;
	left:50%;
	max-width: 300px;
	width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-home .home-catch-logo .home-catch{
	max-width: 300px;
}

.page-home .home-catch-logo .home-logo{
	padding-top: 50px;
	max-width: 60px;
	margin: 0 auto;
}

@media(max-width: 991px){
	.page-home .hd-bg-slider{
		height: 70vh;
	}

	.page-home .home-catch-logo{
		top:35%;
	}
}

.page-home .home-content01{
	padding: 50px 25px;
	background-color: #f7eded;
}

.page-home .home-content01 h3{
	padding-bottom: 25px;
}

.page-home #home-content01-left{
	border-right: 1px dashed #808080;
	padding-left: 25px;
	padding-right: 50px;
}

.page-home #home-content01-left ul{
	padding-bottom: 25px;
}

.page-home #home-content01-right{
	padding-left: 50px;
	padding-right: 25px;
}

.page-home #home-content01-right ul{
	padding-bottom: 25px;
}

@media(max-width: 991px){
	.page-home .home-content01{
		padding: 100px 20px;
	}

	.page-home #home-content01-right{
		max-width: 420px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}

	.page-home #home-content01-left{
		border-right: none;
		border-bottom: 1px dashed #808080;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 50px;
		margin: 0 auto 50px auto;
		max-width: 420px;
	}
}

.page-home .home-content02{
	padding: 50px;
}

.page-home .home-content02 h3{
	padding-bottom: 25px;
}

.page-home .home-content02 ul.main-item{
	font-size: 0;
}

.page-home .home-content02 ul.main-item>li{
	width: 50%;
	display: inline-block;
	padding-bottom: 25px;
	position: relative;
	cursor:pointer;
}

.page-home .home-content02 ul.main-item>li:nth-child(odd){
	padding-right: 10px;
}

.page-home .home-content02 ul.main-item>li:nth-child(even){
	padding-left: 10px;
}

.page-home .home-content02 ul.main-item>li>.item{
	border:1px solid #999;
	width: 100%;
	background-color: #fff;
}

.page-home .home-content02 ul.main-item>li .image{
	width: auto;
	display: inline-block;
}

.page-home .home-content02 ul.main-item>li .image img{
	width: 130px;
}

.page-home .home-content02 ul.main-item>li .text{
	width: calc(100% - 130px);
	display: inline-block;
	font-size: 12px;
	text-align: right;
	padding-right: 35px;
	padding-left: 15px;
	vertical-align: middle;
	position: relative;
}

.page-home .home-content02 ul.main-item>li .text:after{
	position: absolute;
	top:50%;
	right: 8px;
	content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../asset/images/arrow_down.svg);
    background-size: contain;
    color: #92a8d1;
}

.page-home .home-content02 ul.main-item>li>ul.sub-item{
	position: absolute;
	z-index: 1;
	left:0;
	width: 100%;
	display: none;
}

.page-home .home-content02 ul.main-item>li:nth-child(odd)>ul.sub-item{
	padding-right: 10px;
}

.page-home .home-content02 ul.main-item>li:nth-child(even)>ul.sub-item{
	padding-left: 10px;
}


.page-home .home-content02 ul.main-item>li:hover>ul.sub-item{
	display: initial;
}


.page-home .home-content02 ul.main-item>li>ul.sub-item a{
	background-color: #dae2f0;
	color: #241511;
	text-decoration: none;
	font-size: 12px;
	line-height: 3em;
	display: block;
	padding-right: 25px;
	text-align: right;
	border:1px solid #fff;
	transition: all .3s;
}

.page-home .home-content02 ul.main-item>li>ul.sub-item a:hover{
	background-color: #ccc;
}

@media(max-width: 991px){
	.page-home .home-content02{
		padding:100px 0 0 0;
	}

	@media(max-width: 991px){
		.page-home .home-content02 .sec-wrap{
			max-width: 420px;
			margin: 0 auto;
		}
	}

	.page-home .home-content02 ul.main-item>li{
		width: 100%;
	}

	.page-home .home-content02 ul.main-item>li:nth-child(odd),
	.page-home .home-content02 ul.main-item>li:nth-child(even){
		padding-right: 0;
		padding-left: 0;
	}	

	.page-home .home-content02 ul.main-item>li:nth-child(odd)>ul.sub-item,
	.page-home .home-content02 ul.main-item>li:nth-child(even)>ul.sub-item{
		padding-right: 0;
		padding-left: 0;
	}
}

.page-home .home-content03{
	padding: 50px;
}

.page-home .home-content03 h3{
	padding-bottom: 25px;
}

.page-home .home-content03 a{
	display: block;
	border-bottom: none;
}

@media(max-width: 991px){
	.page-home .home-content03{
		padding:100px 0 0 0;
	}

	.page-home .home-content03 .sec-wrap{
		max-width: 420px;
		margin: 0 auto;
	}

	.page-home .home-content03 .image{
		padding-bottom: 50px;
	}

}

/*** ファシリテータ ***/
.page-certified #area ul{
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}

.page-certified #area li{
	display: inline-block;
	padding-bottom: 10px;
}

.page-certified #area li.current-cat{
	background-color: #fff;
    color: #f7b0af;
    text-decoration: none;
    line-height: 36px;
    width: 120px;
    margin: 0 5px;
    border:1px solid #f7b0af;
}


.page-certified #area li a{
	display: block;
	background-color: #f7b0af;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    width: 120px;
    margin: 0 5px;
    border:1px solid #f7b0af;
}

.page-certified .remark{
	font-size: 12px;
	text-align: center;
	color: #aaa;
}

.page-certified .item{
	padding: 0 20px 50px 20px; 
}

@media(max-width: 991px){
	.page-certified .item{
		padding: 0 0 50px 0; 
	}
}

.page-certified .image{
	max-width: 150px;
	margin: 0 auto;
	padding-bottom: 25px;
}

.page-certified .image img{
	border-radius: 50%;
	border: 1px solid #ddd;
	padding: 1px;
}

.page-certified .about{
	line-height: 1em;
}

.page-certified span.name{
	font-size: 16px;
	font-weight: bold;
}

.page-certified .c_cat{
	line-height: 1em;
	padding-bottom: 0;
}

.page-certified span.c_category{
	position: relative;
    display: inline-block;
   	top:-2px;
	font-size: 12px;
	color: #fff;
    background-color: #92A8D1;
    border-radius: 2px;
    padding: 2px 5px;
    line-height: 1em;
    margin-right: 1px;
    margin-bottom: 5px;
}

.page-consultant span.c_category{
	position: relative;
	top:-2px;
	font-size: 12px;
	color: #fff;
    background-color: #92A8D1;
    border-radius: 2px;
    padding: 2px 5px;
    margin-left: 0;
}

.page-certified span.link{
	position: relative;
	top:-2px;
}

.page-certified span.link a{
	font-size: 10px;
}

.page-certified p.about{
	line-height: 1em;
}

.page-certified p.about span.furigana{
	font-size: 10px;
	color:#aaa;
}

.page-certified .cat ul{
	list-style-type: none;
	padding-left: 0;
	line-height: 1em;
	padding-bottom: 25px;
}

.page-certified .cat li{
	display: inline-block;
	color: #fff;
    background-color: #EDA5A3;
    margin-right: 1px;
    margin-bottom:4px;
    border-radius: 2px;
    padding: 2px 5px;
    line-height: 1em;
    font-size: 12px;
}

.page-certified .via p{
	line-height: 1.5em;
	font-size: 12px;
	font-style: italic;
}

.page-certified .cn-title p{
	line-height: 1.5em;
	font-size: 12px;
	margin-bottom: 10px;	
	border-left: 3px solid #888;
	padding-left: 10px;
	padding-bottom: 0;
}

.page-certified .desc p{
	line-height: 1.5em;
	font-size: 12px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.page-certified .request p{
	line-height: 1.5em;
	font-size: 10px;
	text-align: right;
}

/*** お知らせ ***/
.page-information #category ul{
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}

.page-information #category li{
	display: inline-block;
	padding-bottom: 10px;
}

.page-information #category li.current-cat{
	background-color: #fff;
    color: #f7b0af;
    text-decoration: none;
    line-height: 36px;
    width: 120px;
    margin: 0 5px;
    border:1px solid #f7b0af;
}


.page-information #category li a{
	display: block;
	background-color: #f7b0af;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    width: 120px;
    margin: 0 5px;
    border:1px solid #f7b0af;
}

/*** イベント ***/
.page-event #session-cat ul{
	list-style-type: none;
	padding-left: 0;
	text-align: left;
}

@media(max-width: 991px){
	.page-event #session-cat ul{
		text-align: center;
	}
}

.page-event #session-cat li{
	display: inline-block;
	padding-bottom: 10px;
	text-align: center;
}

.page-event #session-cat li.current-cat{
	background-color: #fff;
    color: #f7b0af;
    text-decoration: none;
    line-height: 36px;
    width: 120px;
    margin: 0 5px;
    border:1px solid #f7b0af;
}

.page-event #session-cat li a{
	display: block;
	background-color: #f7b0af;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    width: 120px;
    margin: 0 5px;
    border:1px solid #f7b0af;
}

.page-event .remark{
	font-size: 12px;
}

/*** メディア掲載情報 ***/
.page-media ul.media {
	padding-left: 0;
}

.page-media ul.media li{
	padding-bottom: 50px;
}

.page-media ul.media p.date-media{
	padding: 0;
	color:#999;
	font-size: 12px;
	padding-bottom: 0;
	line-height: 1em;
}

.single-media p.date-media{
	padding: 0;
	color:#999;
	font-size: 12px;
	padding-bottom: 10px;
}

.page-media ul.media p.date-media span
.single-media p.date-media span{
	font-size: 10px;
	padding-bottom: 3px;
}

.page-media ul.media p.date-media span.media,
.single-media p.date-media span.media{
	padding-left: 1em;
}

.page-media ul.media p.date-media span.media:before,
.single-media p.date-media span.media:before{
    content: "\f1ea";
    font-family: "FontAwesome";
    margin-right: 4px;
    position: relative;
    top: 0;
    font-size: 10px;
    color: #999;
}

.page-media ul.media p.title{
	line-height: 1.3em;
	padding-top: 5px;
	padding-bottom: 25px;
}

.page-media ul.media .image,
.single-media .image{
	max-width: 350px;
	margin:0 auto;
	border: 1px solid #ddd;
}

/*お問合わせ*/
.page-contact .image{
	max-width: 420px;
	margin: 0 auto;
}

.contact-form dl{
	margin-bottom: 30px;
}

.contact-form .mwform-title{
	font-weight: normal;
	line-height: 1.8em;
	font-size: 14px;
	padding-left: 5px;
}

.contact-form .mwform-title .mwform-require{
	color: #e25534;
	font-size: 12px;
}

.contact-form .mwform-title .mwform-no-require{
	color: #4194e0;
	font-size: 12px;
}

.contact-form .mwform-field{
	font-size: 16px;
}

.contact-form .mwform-field input,
.contact-form .mwform-field textarea{
	font-size: 16px;
    display: block;
    width: 100%;
    padding: .5rem 1.3rem;
    line-height: 1.8em;
    color: #000;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.contact-form .mwform-field input:focus,
.contact-form .mwform-field textarea:focus,
.contact-form .mwform-select select:focus {
    outline-color: #F7CAC9;
    color: #000;
    background-color: #fff;
    border-color: #F7CAC9;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(247,202,201,.5);
    box-shadow: 0 0 0 0.2rem rgba(247,202,201,.5);
}

.contact-form .mwform-tel-field input[type="text"]{
	width: 100px;
}

@media(max-width: 374px){
	.contact-form .mwform-tel-field input[type="text"]{
		width: 80px;
	}
}

.contact-form .mwform-select select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:1px solid #ddd;
  background-color: #edece9;
  border-radius: 5px;
  margin: 0;
  width: 100%;
  padding: 8px 12px;
  vertical-align: middle;
  background-color: #fff;
  background: url(../asset/images/arrow_down.svg) right 5px bottom 50% no-repeat;
  background-size:20px 20px;
}

.contact-form .mwform-select select::-ms-expand {
  display: none;
}

/*お問い合わせ*/
.contact-form .mwform-btn{
  margin-top: 43px;
  text-align: center;
}

.contact-form .mwform-btn input {
  margin-top: 10px;
  display: inline-block;
  background-color: #f7b0af;
  border:none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 50px;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  border-color: inherit;
  border-radius: 0;
}

@media (max-width: 767px){
	.contact-form .mwform-btn input {
	  padding: 15px 40px;
	}
}

@media (max-width: 374px){
	.contact-form .mwform-btn input {
	  padding: 15px 25px;
	}
}

.contact-form .mwform-btn input:hover,
.contact-form .mwform-btn input:active {
  background-color: #7d7a7a;
}

.contact-form .mwform-btn input:focus {
  outline:none;
}

.contact-form .mwform-btn input[name="submitBack"]{
  background-color: #9c9898;
}

.contact-form .mwform-btn input[name="submitBack"]:hover,
.contact-form .mwform-btn input[name="submitBack"]:active {
  background-color: #7d7a7a;
}

/*メニュー詳細*/
.single-service table{
	width: 100%;
}

.single-service th{
	width: 30%;
	background-color: #DAE2F0;
	border-bottom: 1px solid #fff;
	padding: 20px;
}

.single-service td{
	width: 70%;
	border-bottom: 1px solid #DAE2F0;
	padding: 20px;
}

.single-service tr:first-child th{
	border-top: 1px solid #fff;
}

.single-service tr:first-child td{
	border-top: 1px solid #DAE2F0;
}

@media(max-width: 991px){
	.single-service th{
		width: 100%;
		display: block;
		padding: 10px 20px;
	}

	.single-service td{
		width: 100%;
		display: block;
		border-bottom: none;
		border-left: 1px solid #DAE2F0;
		border-right: 1px solid #DAE2F0;
		padding: 10px 20px;
	}

	.single-service tr:first-child td{
		border-top: none;
	}

	.single-service tr:last-child td{
		border-bottom: 1px solid #DAE2F0;
	}

	.single-service tr{
		padding-bottom: 10px;
	}
}

/*メニュー一覧*/
.page-menu h4 span.remarks{
	font-size: 12px;
	font-weight: normal;
}

.page-menu h4 span.remark{
	padding: 0 5px;
}

@media(max-width: 991px){
	.page-menu h4 span.remark{
		display: block;
	}
}

/*プロフィール*/
.page-profile section{
	padding-bottom: 100px;
}

.page-profile #spec{
	text-align: center;
}

.page-profile #spec img{
	max-width: 200px;
	border-radius: 50%;
	margin:0 auto 50px auto;
}

.page-profile #spec figcaption{
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
}

.page-profile #spec figcaption span.furigana{
	font-size: 12px;
	font-weight: normal;
	color:#999;
}

/*メニュー詳細*/
.page-about #spec section{
	padding-bottom: 100px;
}

.page-about #spec table{
	width: 100%;
}

.page-about #spec th{
	width: 25%;
	background-color: #DAE2F0;
	border-bottom: 1px solid #fff;
	padding: 20px;
}

.page-about #spec td{
	width: 75%;
	border-bottom: 1px solid #DAE2F0;
	padding: 20px;
}

.page-about #spec tr:first-child th{
	border-top: 1px solid #fff;
}

.page-about #spec tr:first-child td{
	border-top: 1px solid #DAE2F0;
}

@media(max-width: 991px){
	.page-about #spec th{
		width: 100%;
		display: block;
		padding: 10px 20px;
	}

	.page-about #spec td{
		width: 100%;
		display: block;
		border-bottom: none;
		border-left: 1px solid #DAE2F0;
		border-right: 1px solid #DAE2F0;
		padding: 10px 20px;
	}

	.page-about #spec tr:first-child td{
		border-top: none;
	}

	.page-about #spec tr:last-child td{
		border-bottom: 1px solid #DAE2F0;
	}

	.page-about #spec tr{
		padding-bottom: 10px;
	}
}

.page-about #point dt{
	padding-bottom: 15px;
}

.page-about #point dt h4{
	position: relative;
	padding-top: 0;
	padding-right: 50px;
}

.page-about #point dt h4::before{
	position: absolute;
	top: 50%;
	right: -5px;
	content: "";
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url(../asset/images/arrow_down.svg);
    background-size: contain;
}


.page-about #point dt.opened h4::before{
    background-image: url(../asset/images/arrow_top.svg);
}


.page-about #point dt h4 span{
	font-size: 16px;
	font-weight: normal;
}

.page-about #point dd{
	padding: 0 50px 25px 50px;
}

@media(max-width: 991px){
	.page-about #point dd{
		padding: 0 25px 25px 25px;
	}
}

.page-about #mean .image {
	text-align: center;
	padding-bottom: 50px;
}

.page-about #mean .image img {
	max-width: 100px;
	margin: 0 auto;
}

/*ダウンロード*/
.page-downloads .image_dl{
	text-align: center;
	padding-bottom: 50px;
}

.page-downloads .image_dl .image{
	max-width: 200px;
	margin: 0 auto;
}

.page-downloads .image_dl .filesize{
	padding-left: 10px;
}

.page-downloads .image_dl .download{
	line-height: 1.8em;
}

.page-downloads .image_dl .credit{
	font-size: 12px;
	line-height: 1.8em;
}

@media(max-width: 991px){
	.page-downloads .image_dl{
		padding-left: 20px;
		padding-right: 20px;
	}
}

/*特定商取引法に基づく表記*/
.page-law section#index,
.page-law-certified section#index{
	max-width: 420px;
	margin: 0 auto;	
}

.page-law .index-wrap,
.page-law-certified .index-wrap{
	border: 1px solid #92A8D1;
	margin-bottom: 50px;
}

.page-law .index-wrap ul,
.page-law-certified .index-wrap ul{
	list-style: none;
	padding:20px 20px;
	text-align: center;
}

.page-law .index-wrap li,
.page-law-certified .index-wrap li{
	display: inline-block;
	padding: 0 10px;
	text-align: center;
}

.page-law th,
.page-law-certified th{
	width: 25%;
	background-color: #DAE2F0;
	border-bottom: 1px solid #fff;
	padding: 20px;
}

.page-law td,
.page-law-certified td{
	width: 75%;
	border-bottom: 1px solid #DAE2F0;
	padding: 20px;
}

.page-law tr:first-child th,
.page-law-certified tr:first-child th{
	border-top: 1px solid #fff;
}

.page-law tr:first-child td,
.page-law-certified tr:first-child td{
	border-top: 1px solid #DAE2F0;
}

@media(max-width: 991px){
	.page-law th,
	.page-law-certified th{
		display: block;
		width: 100%;
		padding: 20px;
	}

	.page-law td,
	.page-law-certified td{
		display: block;
		width: 100%;
		border-left: 1px solid #DAE2F0;
		border-right: 1px solid #DAE2F0;
		padding: 20px;
	}

	.page-law tr:first-child td,
	.page-law-certified tr:first-child td{
		border-top: none;
	}
}

/*受講規約*/
.page-agreement section#index,
.page-agreement-certified section#index{
	max-width: 420px;
	margin: 0 auto;	
}

.page-agreement table{
	width: 100%;
}

.page-agreement table tr:first-child{
	border-top:1px solid #999;
}

.page-agreement table tr{
	border-bottom:1px solid #999;
}

.page-agreement table th{
	width: 30%;
	padding: 5px 10px;
}

.page-agreement table td{
	width: 70%;
	padding: 5px 10px;
}

/*認定者一覧*/
.page-certified-list .certified-list ul{
	display: block;
	list-style-type: none;
	width: 100%;
	padding-left: 0;
}

.page-certified-list .certified-list ul li{
	display: inline-block;
	width: 32%;
}

@media(max-width:991px){
	.page-certified-list .certified-list ul li{
		display: inline-block;
		width: 100%;
	}
}