/*
	Theme Name: kokoyuta Style
	Description: base Theme : HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: S Factory
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

:root {
	--brand--color-pink: #D4007F;
	--brand--color-orange: #ED3C28;
	--brand--color-red: #B6121C;
	--daigaku--color-orange: #FF6600;
	--daigaku--color-orange2: #FF8056;
	--cloud--color-pink: #E34C97;
	--cloud--color-green: #16B2B5;
}

body {
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo,  sans-serif;
	font-size:15px;
	color:#000;
	/*line-height:1.8em;*/
	line-height:1.6;
}

.text_job　{
	text-decoration:underline;
	padding:5px;
}

html { scroll-behavior: smooth;}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
p.link a,
a p.link,
a span.link,
.searchresults h2 a,
.single-staffblog .pageing a {
	color:#d4007f;
}
p.link a:hover{
	color:#005fd4;
}
p.link a::before,
a p.link::before,
a span.link::before{
	content: "▶︎";
	display: inline-block;
	color: #d4007f;
	margin: 0 0.5em 0 0;
}
a div:hover,
a img:hover {
	opacity: 0.8;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.linkBtn {
	background: #db6d95 none repeat scroll 0 0;
	border-radius: 5px;
	display: inline-block;
	font-size: 0.8em;
	padding: 0 5px !important;
	position: absolute;
	right: 0;
	top: -52px;
}
.home .linkBtn{
	top: 10px;
}
.home .summit .linkBtn{
	top: 30px;
}
.sidebar .linkBtn {
	top: 5px;
}
.linkBtn a {
	color: #fff;
}

}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
/* logo */
.logo {
	top: -1px;
}
.logo-img {

}
/* nav */
.nav.gNav {
	position: absolute;
	right: 0;
	top: 80px;
}
.nav.gNav ul {
	padding: 0;
}
.nav.gNav li {
	display: inline-block;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1em;
}
_::-webkit-full-page-media, _:future, :root .nav.gNav li {
	font-size: 0.9em;
}
.nav.gNav li:first-child::before,
.nav.gNav li:after {
	content: "|";
	color: #d4007f;
	font-weight: normal;
	display: inline-block;
	margin: 0 0.1em 0 0.3em;
}
.nav.gNav li.last:after {
	margin: 0 0 0 0.5em;
}
.nav.gNav ul.sub-menu li:first-child::before,
.nav.gNav ul.sub-menu li:after {
	display: none;
}
.nav.gNav li a {
	color: #000;
	text-decoration: none;
	font-size: smaller;
}
.nav.gNav li.sp {
	display:none !important;
}
.nav.gNav ul.sub-menu {
	background:#fafafa;
	display:none;
	padding:0.8em 0 0;
  position:absolute;
	z-index:100;
	width:200px;
}

.nav.gNav .last ul.sub-menu  {
	right: 0;
}
.nav.gNav ul.sub-menu li {
	display:block;
	font-size:100%;
}

.nav.gNav ul.sub-menu li a {
	border-left:none;
	border-bottom:1px solid #d4007f;
	display:block;
	height:3em;
	/*min-width:10em;*/
	padding:1em;
}
.nav.gNav ul.sub-menu li a {
	border-bottom:1px solid #fff;
}
/*header_txt*/
.header_txt {
	
	font-size:12px;
	font-weight:bold;
	color:#d4007f;
	
}
/*btnArea*/
.btnArea {
	position: absolute;
	top: 15px;
	right: 0;
}
.btnArea p {
	display: inline-block;
	padding: 0 0 0 5px;
}
.btnArea p.link {
	font-size:  94%;
	vertical-align: middle;
	padding-right: 5px;
}
.btnArea p.link a {
	font-size:  94%;
	vertical-align: middle;
	padding-right: 5px;
	text-decoration: underline;
}
.btn_04{
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  position: relative;
  background: #b6121c;
  border: 1px solid #b6121c;
  box-sizing: border-box;
  padding: 1 5px 0 3px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius:5px;
  font-weight:bold;
}
.btn_04:hover {
  background: #fff;
  color: #b6121c;
}
.btn_03{
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  position: relative;
  background: #021c50;
  border: 1px solid #021c50;
  box-sizing: border-box;
  padding: 1 5px 0 3px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius:5px;
  font-weight:bold;
}
.btn_03:hover {
  background: #fff;
  color: #021c50;
}
.btn_line{
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  position: relative;
  background: #03C755;
  border: 1px solid #03C755;
  box-sizing: border-box;
  padding: 1 5px 0 3px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius:5px;
  font-weight:bold;
}
.btn_line:hover {
  background: #fff;
  color: #021c50;
}
.btn_01 {
  max-width: 200px;
  margin: 0 auto;
}
.Top_banner{
	display:flex;
   justify-content: center;
}
.banner_detail{
	padding:20px;
}
.Top_title{
	font-size:22px;
	padding:20px;
}
.under_banner{
	text-align:center;
	padding-top:10px;
}
	
/*main*/
.main {
	margin: 0px auto 0px;
	width: 960px;
}
/*leftArea*/
.leftArea {
	float: left;
	width:71.15%;
}
.leftArea_blog {
	float: left;
}
/* sidebar */
.sidebar {
	float: right;
	width: 27.25%;
}
/* footer */
.footerContaoner {
	background: #b6121c;
	padding: 50px 0 0;
	height: auto;
}
.footer {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
.footLogo {
	background: #fff none repeat scroll 0 0;
	position: absolute;
	text-align: center;
	top: -70px;
	width: 120px;
}
.linkMenu .nav-menu {
	text-align: center;
	margin: 0 24px 50px 120px;
}
.linkMenu li {
	display: inline-block;
}
.linkMenu li:first-child::before,
.linkMenu li:after {
	content: "|";
	color: #fff;
	font-weight: normal;
	display: inline-block;
	margin: 0 0.2em 0 0.5em;
}
.linkMenu li a,
.footGnav li a {
	color: #fff;
	text-decoration: none;
}
.footGnav {
	top: 50px;
}
.footGnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footGnav li {
	float: left;
	font-size: 12.5px;
	padding: 0 20px 0 0;
	line-height: 1.8;
}
.footGnav li.last {
	padding: 0;
}
.footGnav li ul {
	margin: 0;
}
.footGnav li li {
	float: none;
	padding: 0 0 0 1em;
}


p.copyright {
	color: #fff;
	font-size: 0.84em;
	padding: 20px 0 0;
	text-align: center;
}

/*title h1*/
.headingArea {
	text-align: center;
}

.headingArea h1 {
	margin: 0 auto;
}

.headingArea.noTitleImg {
	width:100%;
	text-align: left;
}

.headingArea.noTitleImg h1 {
	width: 960px;
	height: 150px;
	padding: 100px 0 0 0;
	background: url(images/bg_title.png) 0 0 no-repeat;
	color: #fff;
	font-size: 40px;
	box-sizing: border-box;
	vertical-align: bottom;
}

@media only screen and (max-width:768px) {
	.headingArea.noTitleImg h1 {
		width: 100%;
		height: auto;
		padding: 10% 0 3% 0;
		background-size: 100% auto;
		font-size: 20px;
	}
}


/*breadcrumbs*/
.breadcrumbs {
	border-bottom: 1px solid #efefef;
	min-height: 1.5em;
}
.breadcrumbs > p {
	line-height: 1.2;
	margin: 46px auto 0;
	padding: 8px;
	text-indent: 1em;
	width: 960px;
}

/*toTop*/
#page-top {
	background: url(images/totop.png) no-repeat;
	position: fixed;
	bottom: 100px;
	height: 80px;
	right: 10px;
	text-indent: -9999em;
	width: 80px;
}
/*text*/
.rightTxt {
	text-align: center;
}
.centerTxt {
	text-align: center;
}
/*pagination*/
.archive .pagination,
.page .pagination,
.searchresults .pagination {
	margin: 30px 0 60px;
	text-align: center;
}
.archive .pagination .page-numbers,
.page .pagination .page-numbers,
.searchresults .pagination .page-numbers {
	border: 1px solid #d4007f;
	display: inline-block;
	font-size: 80%;
	margin: 0 0.25em 1em;
	padding: 0.25em 0.8em;
	text-decoration: none;
}
.archive .pagination .current,
.page .pagination .current,
.searchresults .pagination .current {
	background: #d4007f none repeat scroll 0 0;
	color: #fff;
	font-weight: bold;
}
.archive .pagination .page-numbers:hover,
.page .pagination .page-numbers:hover,
.searchresults .pagination.page-numbers:hover {
	background: #d4007f none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
}
/*------------------------------------*\
    index
\*------------------------------------*/
.home .search {
	margin: -50px 0 0;
	text-align: center;
}
.home .search > p {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
}
.home .search button {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4) !important;
	margin: 10px 0 0;
	padding: 5px 1em !important;
	width: auto !important;
}
.home .search .search-input {
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2),0px 1px 3px rgba(0, 0, 0, 0.2) inset;
	margin: 10px 0 0;
	padding: 5px;
	width: 300px;
}
.home .search select {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	width: 200px !important;
}
.sliderArea {
	margin: 10px 0 0;
	padding: 10px 0;
	text-align: center;
}
.slider {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
.slider {
  display:none;
}
.slider.slick-initialized {
  display: block;
}
.slick-prev::before {
	content: ">" !important;
	color: #db6d95 !important;
}
.slick-next::before {
	content: "<" !important;
	color: #db6d95 !important;
}
.home h2 {
	background: url(images/h2_border.png) no-repeat;
	font-size: 1.8em;
	min-height: 45px;
	margin: 20px 0;
	padding: 0.5em 0 0;
	text-indent: 1em;
}
.home h2 + .rightTxt.link {
	margin: -50px 0 30px;
}
.home section.event,
.home section.summit,
.home section.newBlog,
.sidebar .contents {
	position: relative;
}
.evrnt .col,
.event_archive .col {
	margin: 0 0 20px;
}
.event .photoArea,
.event_archive .photoArea,
.tag_event .photoArea,
.newBlog .photo {
	float: left;
	margin: 0 0 10px;
	position: relative;
	width: 20%;
}
.event .cate,
.event_archive .cate,
.tag .tag_event .cate {
	color: #fff;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2;
}
.cate.think,
.summit .col.think,
.headingArea.think,
.single-blogranking h2.recommend.cate.think {
	background: #ff7f88;
}
.cate.money,
.summit .col.money,
.headingArea.money,
.single-blogranking h2.recommend.cate.money {
	background: #6dc4da;
}
.cate.nature,
.summit .col.nature,
.headingArea.nature,
.single-blogranking h2.recommend.cate.nature {
	background: #a0a4ff;
}
.cate.collabo,
.summit .col.collabo,
.headingArea.collabo,
.single-blogranking h2.recommend.cate.collabo {
	background: #caea6f;
}
.cate.technology,
.summit .col.technology,
.headingArea.technology,
.single-blogranking h2.recommend.cate.technology {
	background: #4b64a1;
}
.cate.creative,
.summit .col.creative,
.headingArea.creative,
.single-blogranking h2.recommend.cate.creative {
	background: #f4cb50;
}
.event .photoArea img,
.event_archive .photoArea img,
.tag_event .photoArea img {
	border: 1px solid;
	position: relative;
	top: -50%;
}
.event .cate.think + img,
.event_archive .cate.think + img {
	border-color: #ff7f88;
}
.event .cate.money + img,
.event_archive .cate.money + img {
	border-color: #6dc4da;
}
.event .cate.nature + img,
.event_archive .cate.nature + img {
	border-color: #d7d364;
}
.event .cate.collabo + img,
.event_archive .cate.collabo + img {
	border-color: #eaa56f;
}
.event .cate.technology + img,
.event_archive .cate.technology + img {
	border-color: #4b64a1;
}
.event .cate.creative + img,
.event_archive .cate.creative + img {
	border-color: #f4cb50;
}

.event .textArea,
.event_archive .textArea,
.tag_event .textArea,
.newBlog .rightArea {
	float: right;
	margin: 0 0 10px;
	width: 78.7%;
}
.event .textArea dl,
.event_archive .textArea dl,
.tag_event .textArea dl {
	margin: 0;
}
.event .textArea dt,
.event_archive .textArea dt,
.tag_event .textArea dt {
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px;
}
.home .event .textArea dt {
    font-size: 1.4em;
}
.event .textArea dd,
.event_archive .textArea dd,
.tag_event .textArea dd {
	line-height: 1.5;
	margin: 0;
}
.summit .col {
	border-radius: 5px;
	float: left;
	margin: 0 0 20px;
	width: 48%;
}
.summit .col.right {
	float: right;
}
.summit .col h3 {
	color: #fff;
	font-size: 1.24em;
	margin: 10px 15px;
	text-align: center;
}
.summit .col .photo {
	margin: 10px 15px;
	text-align: center;
}
.summit .col .text {
	margin: 10px 15px;
}
/*新着ブログとランキング*/
.request .borderBox p,
.blog_ranking .borderBox p {
	font-size: 1.25em;
	font-weight: bold;
	margin: 10px 0;
}
.newBlog .col {
	margin: 0 0 10px;
	position: relative;
}
.newBlog .photo {
    border: 1px solid #ccc;
    height: 100px;
	width: 135px;
    overflow: hidden;
}
.newBlog p,
.home .newBlog.blogRanking .wpp-list p.title {
	margin: 0;
	padding: 0;
}
.newBlog p.first,
.sidebar .col .rightArea > p.first,
.post-type-archive-special .otherspickup .col .rightArea > p.first {
	line-height: 1 !important;
}
.newBlog p.title {
	font-size:18px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0px 12px 0;
}
.home .newBlog p.title {
	margin: 10px 0 0;
	padding: 10px 0 0;
}
.newBlog p.name {
	color: #666;
	text-indent: 1em;
}
.sidebar h3 {
	background: url(images/h3_border.png) no-repeat;
	height: 36px;
	margin: 50px 0 20px;
	padding: 5px 0 0 1em;
}
.sidebar h3:first-child{
	margin: 0 0 20px;
}
.single-special .sidebar h3 {
	border: none;
}
.single-special .sidebar h3::first-letter {
    color: #000;
    font-size: 1em;
}
.tab{
	margin: 0 ;
	padding: 0;
	overflow:hidden;
}
.top-banner{
	display: flex;
	flex-wrap:wrap;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}
.top-banner li {
	width: calc(100%/3);/*←画像を横に4つ並べる場合*/
	padding:0 15px;/*←画像の左右に15pxの余白を入れる場合*/
	box-sizing:border-box;
	overflow:hidden;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

.blogRanking.newBlog .tab li.cate {
	border-radius: 3px 3px 0 0;
	cursor:pointer;
	float: left;
	font-size: 1rem;
	margin-right: 1px;
	/*padding:  5px 10px;*/
	opacity: 0.5;
	width: 20%;
}
.blogRanking.newBlog .tab li.cate.all {
    background: #bbbbbb;
    text-align: center;
    width: 18%;
}
.blogRanking.newBlog .tab li.cate:hover,
.blogRanking.newBlog .tab li.cate.select {
	opacity: 1;
}

.blogranking_list{
	margin:10px;
	padding:10px;
	}
.blogranking_list img{
	margin:15px;
}
.blogranking_list li{
	margin:5px;
}

.contentWrap {
    border-style: solid;
    border-width: 1px 0;
}
.contentWrap.all {
	border-color: #db6d95;
}
.contentWrap.think {
	border-color: #ff7f88;
}
.contentWrap.money {
	border-color: #6dc4da;
}
.contentWrap.nature {
	border-color: #d7d364;
}
.contentWrap.collabo {
	border-color: #eaa56f;
}
.contentWrap.technology {
	border-color: #4b64a1;
}
.contentWrap.creative {
	border-color: #f4cb50;
}

.hide {display:none;}
.wpp-list {
	padding: 0 !important;
}
/* カウンターの初期化 */
.wpp-list {
	counter-reset: wpp-ranking;
}
/* カウンターの値を表示 */
.wpp-list li:before {
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
}
wpp-list li {
	position: relative;
	list-style-type: none;
	padding-top: 5px;
	padding-left: 5px;
}
.wpp-list li:before,
.blog_ranking .blogRanking .wpp-list li::before {
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	background: #db6d95;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 4px 8px;
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	z-index: 1;
}
.wpp-list li:nth-child(1):before,
.blog_ranking .blogRanking .wpp-list li:nth-child(1):before{
	background: url(images/rank1.png) no-repeat;
	display: block;
	height: 49px;
	margin: 0 0 -30px;
	position: relative;
	text-indent: -9999em;
	width: 45px;
}
.wpp-list li:nth-child(2):before,
.blog_ranking .blogRanking .wpp-list li:nth-child(2):before{
	background: url(images/rank2.png) no-repeat;
	display: block;
	height: 49px;
	margin: 0 0 -30px;
	position: relative;
	text-indent: -9999em;
	width: 45px;
}
.wpp-list li:nth-child(3):before,
.blog_ranking .blogRanking .wpp-list li:nth-child(3):before {
	background: url(images/rank3.png) no-repeat;
	display: block;
	height: 49px;
	margin: 0 0 -30px;
	position: relative;
	text-indent: -9999em;
	width: 45px;
}



.sidebar .rightTxt.link {
	margin: 0 0 5px;
}

.sidebar .col {
	margin: 0 0 10px;
}
.members .sidebar .col,
.request .sidebar .col {
	border: none;
	float: none;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
.sidebar .pr {
	display: block;
}
.foot_ad {
	margin: -50px auto 100px;
	width: 960px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*プロフェッショナルクラブ*/
.title {
font-size:18px;
}




/*ゆめかなうとは*/
.yumekanautoha h2,
.staff h2,
.privacy_policy h2,
.summitbooth h2,
.foruse h2,
.salon h2 {
	background: url(images/h2_marker.png) no-repeat;
	line-height:1.2;
	margin: 50px 0 30px;
	padding: 0.2em 0 0 2em;
}
.yumekanautoha h2:first-child,
.staff h2:first-child,
.privacy_policy h2:first-child,
.summitbooth h2:first-child,
.foruse h2:first-child,
.salon h2:first-child,
.recruit h2:first-child {
	margin: 0 0 30px;
}
.yumekanautoha .catchCopy {
	background: url(images/border_bg.png);
	font-size: 1.4em;
	line-height: 1.25;
	padding: 0 0 5px;
	text-align: center;
}
.yumekanautoha .catchCopy strong {
	background: #fff;
	color: #000;
	display: inline-block;
  width: 100%;
}
.yumekanautoha .catchCopy span {
	display: inline-block;
	font-size: 1.1em;
	margin: 0 -0.5em;
}
.yumekanautoha .catchCopy span en {
	color: #d4007f;
}

.yumekanautoha article p {
	margin: 20px 0;
}
.yumekanautoha article p {
	margin: 20px 0;
}
.yumekanautoha .bgBox {
	background: #c3e9d8 none repeat scroll 0 0;
	border-radius: 5px;
	font-weight: bold;
	margin: 20px 0;
	padding: 10px;
}
.yumekanautoha strong {
	color: #db6d95;
}
.yumekanautoha .bgBox > li {
	margin: 0 0 10px;
}
.yumekanautoha ul.bgBox {
	padding: 10px 10px 10px 30px;
}
.yumekanautoha h3 {
	border-bottom: 3px dotted #db6d95;
	margin: 40px 0 20px;
}
.yumekanautoha h4 {
	border: 1px solid #db6d95;
	margin: 30px 0 20px;
}

/*サミットブーストは*/
.summitbooth h2 span {
	display: block;
	font-size: 0.8rem;
	font-weight: normal;
	margin: 10px 0 0;
	text-align: right;
}
.summitbooth .bgBox {
	border-radius: 5px;
	margin: 30px 0;
	padding: 20px;
}
.summitbooth .bgBox.think {
	background: #ff7f88;
}
.summitbooth .bgBox.money {
	background: #6dc4da;
}
.summitbooth .bgBox.nature {
	background: #d7d364;
}
.summitbooth .bgBox.collabo {
	background: #eaa56f;
}
.summitbooth .bgBox.technology {
	background: #4b64a1;
}
.summitbooth .bgBox.creative {
	background: #f4cb50;
}
.summitbooth .bgBox .content {
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	padding: 10px;
}
.summitbooth .bgBox .borderBox {
	border: 1px solid;
	margin: 20px 0 0;
	padding: 10px;
}
.summitbooth .bgBox.think .borderBox {
	border-color: #ff7f88;
}
.summitbooth .bgBox.money .borderBox {
	border-color: #6dc4da;
}
.summitbooth .bgBox.nature .borderBox {
	border-color: #d7d364;
}
.summitbooth .bgBox.collabo .borderBox {
	border-color: #eaa56f;
}
.summitbooth .bgBox.technology .borderBox {
	border-color: #4b64a1;
}
.summitbooth .bgBox.creative .borderBox {
	border-color: #f4cb50;
}
.summitbooth .bgBox > h3 {
	color: #fff;
	margin: 0 0 20px;
}
.summitbooth .bgBox .photo {
	margin: 20px 0 0;
}
.summitbooth .bgBox .photo img {
	border-radius: 5px;
}
.summitbooth article > ul {
	margin: 20px 0 20px 2em;
}
.summitbooth article p a {
	color: #00c;
	text-decoration: underline;
}
/*Staff*/
.staff .borderBox {
	background: url(images/border_bg.png);
	border-radius: 5px;
	margin: 0 0 30px;
	padding: 7px;
}
.staff .borderBox .content {
	background: #fff;
	border-radius: 5px;
	padding: 1px 1em;
}
.staff .prof.clear {
	margin: 0 0 30px;
} 
.staff .photoArea {
	float: left;
	width: 18.032786885245902%;
}
.staff .textArea {
	float: right;
	width: 80%;
}
.staff .prof dl {
    margin: 0;
}
.staff .prof dt {
    border-bottom: 1px solid #db6d95;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 10px;
}
.staff .prof dt span {
    color: #666;
    display: block;
}
.staff .prof dd,
.staff .member p {
    margin: 0;
}
.staff .member .photoArea {
	width: 30%;
}
.staff .member .textArea {
	width: 67.5%;
}
.staff .member p.name {
	font-weight: bold;
}
/*プライバシーポリシー*/
.privacy_policy dl {
	margin: 30px 0 0;
}
.privacy_policy dt,
.foruse dt {
	border-bottom: 1px solid #db6d95;
	font-weight: bold;
	margin: 30px 0 20px;
}
.privacy_policy dd,
.foruse dd {
	margin: 0 0 0 0.5em;
}
.privacy_policy .rightTxt,
.foruse .rightTxt {
	margin: 50px 0 0;
}

/*ご利用にあたって*/
.foruse h3 {
	margin: 40px 0 !important;
}
.foruse dd ol {
    margin: 0 0 0 2em;
}
.foruse dd ol li {
	margin: 20px 0 0;
}
/*お仕事依頼・取材*/
.request_header img{
	padding-bottom:10px;
}
.request .borderBox {
	margin: 0 0 50px;
}
.request .borderBox p.rightTxt {
	font-size: 1rem;
}
.request .requestCol {
	border-bottom: 2px dotted #db6d95;
	margin: 15px 0 30px;
	padding: 0 0 30px;
}
.request .col {
	float: left;
	margin: 0 1%;
	width: 48%;
}
.request h2 {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
	text-align: center;
}
.request h2 span {
	color: #db6d95;
	font-size: 1.1em;
	font-weight: bold;
}
.request .photo {
	margin: 0 0 20px;
}
.item_description {
	height:30px
}


/*form*/
div#mw_wp_form_mw-wp-form-10719 {
    display: flex;
    justify-content: center;
	margin-top: 15px;
}
.mw_wp_form table {
	border-top: 1px solid #ccc;
	margin: 20px auto;
	width: 100%;
}
.mw_wp_form tr {
	border-bottom: 1px solid #ccc;
}
.mw_wp_form th {
	padding: 0.8em 0;
	text-align: left;
	width: 40%;
}
.mw_wp_form td {
	width: 60%;
	padding: 0.8em 0 0.8em 1em;
}
.mw_wp_form p {
	margin: 0.8em 0 0;
}
.mw_wp_form th span {
	color: #f00;
}
.mw_wp_form td a {
	color: #00c;
	text-decoration: underline;
}
.blog_banner {
	margin-top:10px;
}

.pp a {
	color: #00c;
	text-decoration: underline;
}
.mw_wp_form_input p.pp,
.mw_wp_form_confirm td p a,
.mw_wp_form_confirm div.pp {
	display: none;
}
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form textarea,
.mw_wp_form input[type="url"] {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-radius: 2px;
	padding: 8px 10px;
	width: 90%;
}
.mw_wp_form input.event_title,
.mw_wp_form input.event_day {
	background: #f0f0f0 none repeat scroll 0 0;
	border-color: #db6d95 !important;
	font-weight: bold;
}
.register input[type="submit"],
.members input[type="submit"],
.mw_wp_form input[type="submit"],
#booking-form button,
.single-members .btn a,
.single-owner .btn a,
.home .search button {
    background: #ff005d none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    font-weight: bold;
    padding: 0.8em 0;
    width: 305px;
}
.recruit input[type="submit"] {
	background: #b6121c;
	border-radius: 0;
}
.mw_wp_form.mw_wp_form_confirm input[type="submit"],
.mw_wp_form input.backBtn {
    margin: 0 20px;
    width: 100% !important;
}
.mw_wp_form input.event_title {
	width: 100%;
}
.page-template-default .mw_wp_form_complete h2{
	text-align: center;
	margin: 0 0 60px;
}

/*予約カレンダー＆フォーム*/
.reserve_counseling article p {
	margin: 0 0 30px;
}
.monthly-calendar caption {
	background: #6d74db none repeat scroll 0 0;
	color: #fff;
	margin: 0 0 20px;
	padding: 0.5em 0;
}
.monthly-prev, .monthly-next {
	background: #6d74db none repeat scroll 0 0;
	color: #fff;
	border-radius: 5px;
	padding: 0.5em;
}
.monthly-prev a, .monthly-next a {
	color: #fff;
}
.monthly-prev a:before {
	content:"◀︎";
	display: inline-block;
}
.monthly-next a:after {
	content: "▶︎";
	display: inline-block;
}
.monthly-prev-next {
	margin: 20px 0 0;
}
.monthly-calendar th {
	border: 1px solid #e8e8e8;
	padding: 0.5em 0;
}
.monthly-calendar td {
	border: 1px solid #e8e8e8;
}
.booking-form .note {
	border: 3px double #fc465e;
	clear: both;
	margin: 0 auto 20px;
	padding: 1em;
}
.day-calendar > table {
	margin: 0 auto;
}
.day-calendar > p {
	font-size: 1.07em;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
#booking-form .courseArea > label {
	display: block;
	margin: 0.5em 0;
}
/*ブログエントリー*/
.request .borderBox,
.members .borderBox,
.blog_ranking .borderBox,
.blog_entry .borderBox,
.members_entry .borderBox {
	border: 1px solid #db6d95;
	margin: 0 0 20px;
	padding: 20px;
}
.blog_entry .borderBox h2 {
	border-bottom: 3px double #db6d95;
	margin: 0 0 10px;
}
.blog_entry .borderBox ol {
	padding: 0 0 0 20px;
}
.blog_entry .borderBox ol li {
margin: 10px 0 0;
}

.blog_entry.mw_wp_form_confirm .borderBox,
.blog_entry.mw_wp_form_confirm .borderBox + p {
	display: none;
}
/*ブログパーツ発行*/
.blogparts .tab li.parts {
	cursor:pointer;
	border:1px solid #000;
	float: left;
	font-size: 1rem;
	list-style: none;
	margin-right: 1px;
	padding: 5px 25px;
	text-align: center;
	width: 24.8%;
}
.blogparts .tab li.parts.black {
	background: #000;
	color: #fff;
}
.blogparts textarea {
	width: 100%;
}
.blogparts dt {
	float: left;
	width: 50%;
}
.blogparts dd {
	float: right;
	width: 50%;
}
.blogparts .content h2 span {
	font-size: 0.9rem;
	font-weight: normal;
}
.blogranking_entry h3,
.blog_ranking h2,
.blogparts .content h2,
.blogparts .technique h3,
.foruse h3 {
	border-bottom: 2px dotted #db6d95;
	border-left: 0.25em solid #db6d95;
	font-size: 1.5em;
	margin: 20px 0;
	padding: 3px 0 0 0.25em;
}

.blogranking_entry h2,
.blogparts .technique > h2 {
	background: #db6d95;
	border-radius: 5px;
	color: #fff;
	margin: 30px 0 0;
	padding: 0.5em;
}
.blogparts .technique strong {
	color: #db6d95;
}

.blogparts .technique .imageArea {
    border: 1px solid #ccc;
    margin: 10px 0 20px 40%;
    width: 60%;
}
.blogparts .technique h4 {
    border-bottom: 1px dotted;
    margin: 20px 0;
}

/*ブログランキングtop*/
.blog_ranking .content {
	border: 1px solid #db6d95;
	padding: 10px;
	position: relative;
}
.blog_ranking .blogRanking .content {
	border: none;
	padding: 0;
}
.blog_ranking .content .col {
	display: inline-block;
	margin: 0 1%;
	width: 17%;
	vertical-align: top;
}
.blog_ranking .blogRanking .content .col {
	display: block;
	margin: 0;
	width: 100%;
	vertical-align: top;
}
.blog_ranking .wpp-list li::before {
	background: none;
	color: #000;
	content: counter(wpp-ranking, decimal) "位";
	font-weight: bold;
	position: static;
	text-align: center;
	width: 100%;
}

.blog_ranking .wpp-list li:nth-child(1)::before,
.blog_ranking .wpp-list li:nth-child(2)::before,
.blog_ranking .wpp-list li:nth-child(3)::before {
	background: url(images/crown_g.png) no-repeat;
	position: static;
	text-indent: 0;
	width: 100%;
}
.blog_ranking .wpp-list li:nth-child(2)::before {
	background: url(images/crown_s.png) no-repeat;
}
.blog_ranking .wpp-list li:nth-child(3)::before {
	background: url(images/crown_b.png) no-repeat;
}
.blog_ranking .content .col .text {
    display: none;
}
.blog_ranking .content .col .photo {
	border: 1px solid #ccc;
	margin: 10px 0;
}
.blog_ranking .content .col .name {
	color: #333;
	font-size: 0.8em;
	line-height: 1.2;
}
.blog_ranking .content .col .title {
	line-height: 1.2;
	margin: 10px 0 0;
	font-size:16px;
}
.blog_ranking .content.cate .col.clear {
  display: block;
	margin: 10px 0 0;
	width: 100%;
}
.blog_ranking .content.cate .cat {
	border: 1px solid;
	display: inline-block;
	margin: 0 1%;
	padding: 5px 8px 5px 5px;
	vertical-align: top;
	width: 22.3%;
}
.blog_ranking .content.cate .cat.think {
	border-color: #ff7f88;
}
.blog_ranking .content.cate .cat.money {
	border-color: #6dc4da;
}
.blog_ranking .content.cate .cat.nature {
	border-color: #d7d364;
}
.blog_ranking .content.cate .cat.collabo {
	border-color: #eaa56f;
}
.blog_ranking .content.cate .cat.technology {
	border-color: #4b64a1;
}
.blog_ranking .content.cate .cat.creative {
	border-color: #f4cb50;
}
.blog_ranking .content.cate .cat .cate {
	color: #fff;
	text-align: center;
	margin: 0 0 10px;
}
.blog_ranking .content.cate .wpp-list li:nth-child(2) .photo,
.blog_ranking .content.cate .wpp-list li:nth-child(3) .photo {
	display: none;
}


/*検索結果*/
.searchresults .results {
	border:1px solid #db6d95;
	margin: 0 0 20px;
	padding: 10px;
}
.searchresults .photoArea {
	float: left;
	width: 15%
}
.searchresults h2 {
	float: right;
	font-size: 1.2em;
	font-weight: normal;
	width: 80%;
}
.searchresults h2 a {
	color: #00c;
	text-decoration: underline;
}
.searchresults article {
	border-bottom: 1px solid #db6d95;
	padding: 0 0 10px ;
	margin: 10px 0 0;
}

/*会員登録 専用記事用
.member label[for="first_name"]::after {
    content: "前";
    left: -0.5em;
    position: relative;
}
.member label[for="first_name"] span {
    left: 0.75em;
    position: relative;
}
.member legend {
    display: none;
}
.member .req-text {
    display: none;
}
#wpmem_login {
    display: none;
}
.member .wpmem_msg {
    font-size: 1.4em;
    margin: 50px 0 0;
    padding: 20px 0;
    width: 100%;
}*/


/* オンラインサロン */
.salon h2.u-line {
	background: url(images/h2_marker-salon.png) no-repeat;
	line-height:1.2;
	margin: 50px 0 30px;
	padding: 0.2em 0 0.2em 1.4em;
	border-bottom: 3px #db6d95 double;
	font-size: 1.25em;
}
.salon .lead {
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
}
.salon .lead em {
	color: #d4007f;
}
.salon article p {
	margin: 20px 0;
}
.salon ul.recommend,
.salon ul.program,
.salon dl.schedule {
	margin-left: 20px;
	border: 1px solid #db6d95;
	padding: 20px;
}
.salon ul.program li {
	margin-left: 20px;
	margin-bottom: 8px;
}
.salon ul.recommend {
  list-style: none;
}
.salon ul.recommend li {
	margin-left: 10px;
	margin-bottom: 0;
}
.salon ul.recommend li:before {
	color: #a67c52;
	font-family: FontAwesome;
	content: "\f046";
	margin-right: 0.5em;
	font-weight: 400;
}
.salon ul.program li em {
	font-weight: bold;
}
.salon dl.schedule dd {
	font-weight: bold;
}
.salon ul.admission li {
	margin-left: 35px;
}
.salon .navigator .lead {
	text-align: center;
	font-size: 1em;
	margin-bottom: 30px;
	line-height: 1.8em;
}
.salon .navigator .lead em {
	color: #c1272d;
	font-size: 1.4em;
}
.salon .navigator .col {
	box-sizing: border-box;
	float: left;
	margin: 0 1%;
	padding: 2px;
	width: 23%;
}
.salon .navigator .photo {
	position: relative;
}
.salon .navigator .photo.col {
	border: medium none;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.salon .photoContainer {
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    width: 100%;
}
.salon .navigator .photoContainer img {
    position: absolute;
    top: 0;
}
.salon .navigator p.name {
	line-height: 1.2em;
	margin: 5px 0 0;
}
.salon .navigator p.job {
	color: #0071bc;
	font-size: 0.8em;
	line-height: 1.25em;
	margin: 5px 0 0;
}
.salon .spOnly {
	display: none;
}
.salon .pcOnly {
	display: block;
}
.salon .entry {
	background-color: #F9D636;
	border: #cc3333;
	padding: 25px 20px 10px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.salon .entry h4 {
	position: relative;
	display: inline-block;
	font-size: 1.15em;
	margin-bottom: 1.8em;
	text-align: center;
	line-height: 1.3em;
}
.salon .entry h4:before {
	content: '';
	position: absolute;
	bottom: -8px;
	display: inline-block;
	width: 100px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #cc3333;
}

.salon .entry .entryInner {
	background-color: #fff;
	padding: 20px;
}
.salon .entry .entryInner p {
	color: #ed1c24;
	font-size: 1.1em;
}
.salon .entry .entryInner em {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
}
.salon .entry .entryInner img {
	margin-top: 10px;
}
.salon_register .borderBox {
	border: 1px solid #db6d95;
	margin: 0 0 40px;
	padding: 10px 20px 20px;
}
.salon .opencampaign {
	font-size: 1.1em;
	font-weight: bold;
	border: 3px dashed #F9D636;
	border-radius: 5px;
	padding: 12px;
}
.salon .entry .entryCatch {
	color: #A52A2A;
	font-size: 0.85em;
	margin-top: 10px;
}


/* TOPアイキャッチ下バナー */
.topbnArea {
	margin: 25px 0 0;
	text-align: center;
}
.topbnArea .topbn-r {
	margin-left: 15px;
}


/*ジョブマッチング法人エントリー*/
.recruit .headingArea {
	background: #f8f8f8;
}
.recruit .headingArea.sp {
	display: none;
}
.recruit h2 {
	border-left:14px double #b6121c;
	line-height:1.2;
	margin: 50px 0 30px;
	padding: 0.2em 0 0 0.5em;
}
.recruit .imgTxt {
	margin: 60px auto;
	text-align: center;
}
.recruit .imgTxt.sp {
	display: none;
}
.recruit h3 {
	border-bottom: 3px solid #b6121c;
	font-size: 1.3em;
	line-height: 1.4;
}
.recruit h3 span {
	margin: 0;
	display: inline !important;
}
.recruit h3 span en {
	color: #b6121c;
}
.recruit h3 en {
	color: #003971;
}
.recruit .container {
	display: inline-block;
	margin: 40px 3.5%;
	position: relative;
	text-align: center;
	width: 25%;
}
.recruit .container:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.recruit .container .roundBox {
	display: block;
	text-decoration: none;
	background: url(images/checkmark.png) no-repeat 50% 20px #003971;
	color: #FFF;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	box-shadow: 0px 0px 0px 5px #003971;
	border: dashed 1px #FFF;
	transition: .4s;
	position: absolute;
	top: 0;
	left: 0;
}
.recruit .container .roundBox h4 {
	font-size: 1.5em;
	margin: 0;
	position: relative;
	top: 40%;
}
.recruit .container .roundBox p {
	font-size: 1.2em;
	position: relative;
	top: 50%;
}
.recruit article .clear {
	margin: 0 0 30px;
}
.recruit .chart {
	float: left;
	text-align: center;
	width: 50%;
}
.recruit .chart img {
	max-width: 95%;
}
.recruit .bgBox02 {
	float: left;
	margin: 0;
	background: #f8f8f8;
	width: 60%;
}
.recruit .bgBox02 h3 {
	font-size: 1.2em;
	background: #003971;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.recruit .bgBox02 p {
	padding: 15px 20px;
	margin: 0;
}
.recruit .photoArea {
	float: right;
	width: 37%;
}
.recruit .bgBox03 {
	position: relative;
 	margin: 0 0 50px;
	padding: 1em;
 	color: #003971;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.recruit .bgBox03:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -200px;
	border: 200px solid transparent;
	border-top: 30px solid #003971;
}
.recruit .labelBox {
    position: relative;
    margin: 60px 0 0;
    padding: 0.5em 1em;
    border: solid 3px #b6121c;
}
.recruit .labelBox .boxTitle {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 3em;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #b6121c;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.recruit .labelBox:before{
	content: "";
	position: absolute;
	top: 110%;
	left: 50%;
 	margin-left: -50px;
	border: 50px solid transparent;
	border-top: 30px solid #003971;
}
.recruit .labelBox.last:before{
	display: none;
}
.recruit h4 {
	font-size: 1.2em;
	margin: 20px 0;
}
.recruit table.plan.sp {
	display: none;
}
.recruit table.plan {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
.recruit table.plan th,
.recruit table.plan td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
.recruit table.plan th {
  background-color: #eee;
  text-align: left;
}
.recruit table.plan .bg {
	background: #fde1f4;
}
.recruit .dlBtn {
	margin: 30px 0 70px;
}
.recruit .centerTxt.eBtn a {
	display: block;
	position: relative;
	z-index: 3;
}
.recruit .comezip {
	font-size: 0.9em;
	margin: 10px 0 0;
	display: block;
}
.recruit .mw_wp_form_preview .comezip {
	display:none;
}
.recruit .mw_wp_form_complete {
	background: #ffc;
	padding: 50px;
}
.recruit .mw_wp_form_complete h2 {
	color: #b6121c;
	border-left:none;
	padding:0;
	text-align:center;
}
/*料金表ダウンロード*/
.pricelist_download .mw_wp_form_complete .bgBox {
	background: #fce480;
	margin: 40px 0 0;
	padding: 30px;
	text-align: center;
}
.pricelist_download .mw_wp_form_complete .bgBox h3 {
	font-size: 1.4em;
}
.pricelist_download .mw_wp_form_complete .bgBox .btn {
	background: #441e05;
	display: inline-block;
	margin: 30px auto 0;
	padding: 10px 60px;
}
.pricelist_download .mw_wp_form_complete .bgBox .btn a {
	color: #fff;
	font-size: 1.4em;
	display: block;
}

/* 代表インタビュー */
.ceointerview .lead {
    border: 2px solid #db6d95;
    border-radius: 4px;
    margin: 2em 0;
    padding: 1em;
    position: relative;
	line-height: 2em;
}
.ceointerview h2 {
	padding: 0.5em 0 0.5em 1.5em;
	line-height: 1.8em;
	background: #db6d95;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
	position: relative;
	margin: 20px 0;
	color:#fff;
}
.ceointerview h2:first-child {
	margin: 0 0 20px;
}
.ceointerview h2:before {
	content: '●';
	color: white;
	margin-right: 8px;
	position: absolute;
  right: 94%;
}

.ceointerview .que {
	margin: 1em 0 1em 1em;
	font-weight: bold;
	line-height: 2em;
	font-size: 16px;
}
.ceointerview .answer {
	position: relative;
	padding: 0.25em 1.75em;
	border-top: solid 2px #db6d95;
	border-bottom: solid 2px #db6d95;
	margin-bottom: 3em;
	line-height: 2em;
}
.ceointerview .answer::before,
.ceointerview .answer::after {
	content: '';
	position: absolute;
	top: -7px;
	width: 2px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #db6d95;
}
.ceointerview .answer::before {
	left: 7px;
}
.ceointerview .answer::after {
	right: 7px;
}
.ceointerview .answer p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.ceointerview .ceophoto {
	margin:0 auto;
	width: 98%;
}

/* yumekanau daigaku page style */

.daigakuPage {
font-size:0.9em;
}
.daigakuPage h2 {
    position: relative;
    margin:30px auto;
    padding:0.5em 1em;
    display: inline-block;
    font-size:38px;
    line-height: 1.4;
    color:#d4007f;
    width:100%;
    text-align:center;
}

.daigakuPage h2:before,.daigakuPage h2:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}

.daigakuPage h2:before{
    border-left: solid 1px #444;
    border-top: solid 1px #444;
    top:0;
    left: 0;
}

.daigakuPage h2:after{
    border-right: solid 1px #444;
    border-bottom: solid 1px #444;
    bottom:0;
    right: 0;
}


/* Course Header */

.headingAreaCourse {
    background: url('https://yumekanau.me/cms/wp-content/uploads/2023/11/daigaku-topMV_PC_1200x628.png');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 80px 0 140px;
}

.headingAreaCourse h1 {
    font-size:5em;
    line-height:1.3em;
    width:100%;
    max-width: 960px;
    margin: 0 auto;
    padding:0;
    color:#d4007f;
    text-align:center;
}
.headingAreaCourse h1 span.subTxt {
    font-size:70%;
    display:block;
    width:100%;
    max-width: 960px;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 0 5px #666;
}
.headingAreaCourse h1 span.mainTxt {
    font-size:70%;
    display:block;
    width:100%;
    max-width: 960px;
    margin: 0 auto;
    color: #666;
    text-shadow: 0 0 5px #fff;
}

.headingAreaCourse p {
    max-width: 960px;
    margin: 10px auto 0;
    font-size:1.2em;
    line-height:1.8em;
    padding:20px 0 0 0;
    color: #fff;
    text-align:center;
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000;
} 


.headingAreaCourse p.btnCourseContact {
	margin:20px 0;
    padding:20px 0;
}

.btnHeadingArea {
    width:90%;
	max-width:480px;
	margin:0 auto;
	text-align:center;
}


/* -Summary */

.courseSummary {
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
}

.courseSummary li {
    width:32.9%;
    min-height:450px;
    display:inline-block;
    margin:0 auto;
    padding:14px;
    vertical-align:top;
}


.courseSummary li h2 {
    margin:0 0 20px;
    padding:0 0 10px;
    line-height:1.4em;
    font-size:1.6em;
    color:#ff7f88;
    border-bottom:1px solid #eee;
    border-left:none;
}

.courseSummary li h2:before, .courseSummary li h2:after {
    border:none;
}


.courseSummary li .summaryImg {
    text-align:center;
}

.courseSummary li .summaryTxt {
    margin:10px 0;
}


/* -lecturer */


table.courseObject {
    margin: 0 auto;
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 0 20px;
}
 
table.courseObject th {
    vertical-align: middle;
    width: 30%;
	background:#ffcccf;
    border-right: solid 1px #b3b3b3;
    margin: 0;
    text-align:center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding:10px;
}

table.courseObject th span {
    background:#ff7f88;
    color:#fff;
    display:block;
    width:50px;
    height:50px;
    border-radius:25px;
    text-align:center;
    margin:0 auto 10px;
    padding-top:8px;
}
 

table.courseObject td {
    padding: 10px 25px;
    margin: 0;
	background:#f4f4f4;
    border: none;
    font-size: 1em;
    line-height: 1.2em;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
}

table.courseObject td:nth-child(2){
    width: 20%;
}
 
table.courseObject td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}
 
table.courseObject td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}

table.courseObject td ul.typeSquare li {
	list-style-type: square;
}

table.courseObject td ul.typeCircle li {
	list-style-type: circle;
}

/* -lecturer */

.courseLecturer {
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
}

.courseLecturer li {
    width:32%;
    display:inline-block;
    margin:0 auto;
    padding:14px;
    vertical-align:top;
}

.profImg {
   text-align:center;
}
.profImg img {
    border-radius:80px;
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.lecturerName {
    margin:10px 0;
    text-align:center;
    font-size:1.1em;
    font-weight:bold;
}

.lecturerName span {
    display:block;
    margin:0;
    color:#ff7f88;
    font-weight:normal;
}

/* -Voices */

.courseVoices {
    margin:0;
    padding:0;
    list-style:none;
}
.courseVoices li {
    margin:0;
    padding:20px 0;
    clear:both;
    overflow:hidden;
}

.courseVoices li:nth-child(odd) .voicePhoto {
    margin:0 18px 0 0;
    padding:0;
    float:left;
}
.courseVoices li:nth-child(even) .voicePhoto {
    margin:0 0 0 18px;
    padding:0;
    float:right;
}

.courseVoices li .voicePhoto img {
    width:250px;
    height:auto;
    border-radius:20px;
}

.courseVoices li .voiceTxt {
    margin:0;
    padding:20px;
    border-radius:8px;
    line-height:1.6em;
}

.courseVoices li .voiceTxt h3 {
    color:#ff7f88;
    font-size:1.2em;
    line-height:1.6em;
}

.courseVoices li .voiceTxt .voiceName {
    text-align:right;
    font-weight:bold;
    border-bottom:1px solid #eee;
    margin:0 0 10px;
    padding:10px 0;
}

.courseVoices li:nth-child(odd) .voiceTxt {
 	margin: 0 0 0 270px;
	padding: 0;
	
}

.courseVoices li:nth-child(even) .voiceTxt {
 	margin: 0 270px 0 0;
	padding: 0;
}




/* -line up */

.readText {
    font-size:25px;
    padding:20px 0 20px;
}

table.courseDetail {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.courseDetail th {
    display: block;
    width: 100%;
    min-width:90px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #153d73;
	border-right: 1px solid #ccc;
}

table.courseDetail td img {
    width:480px;
    height:auto;
}

table.courseDetail td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
}
table.courseDetail td span{ 
    font-size:0.8em;
}

table.courseDetail td span.campaign {
    background:#ff0000;
    color:#fff;
    font-weight:bold;
    padding:2px 5px;
    border-radius:2px;
}

/* -QA */

.QandA .question {
    font-weight:bold;
	font-size:140%;
	margin:10px 0;
}
.QandA .question span{
	font-size:160%;
    color:#c42121;	
}

.QandA .answer {
	font-size:110%;
	margin:0 0 30px;
}
.QandA .answer span{
	font-size:180%;
	font-weight:bold;
    color:#324382;
}

/* -Contact */

.contactBox {
    background: url('https://kokoyuta-jp.com/cms/wp-content/uploads/2017/11/img-course_contact.jpg');
    background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:110px 30px 30px;
}

.contactBox .readText {
    font-size:2em;
    line-height:1.6em;
    text-shadow: 0 0 5px #fff,0 0 5px #fff;
}
.contactBox .readText span {
    color:#ff0000;
    font-weight:bold;
}

.contactBox ul {
    margin:30px 0;
}

.contactBox ul li {
    display:inline-block;
	width:100%;
	max-width:420px;
    padding-right:10px;
    text-align:center;
}


.contactBox .txtCourseMlmg,
.contactBox .txtCourseContact {
    font-weight:bold;
    text-shadow: 0 0 5px #fff,0 0 5px #fff;
}


.contactBox a {
    color:#fff;
}
.contactBox a:hover {
    opacity:0.8;
}

/* -common */

.list2Column {
	 width:100%;
     list-style:none;
	 margin:40px 0;
}

.list2Column li {
     display:inline-block;
	 width:49%;
	 text-align:center;
}

.list3Column {
	 width:100%;
     list-style:none;
	 margin:20px 0;
}

.list3Column li {
     display:inline-block;
	 width:31%;
	 text-align:center;
     margin:0 5px;
}

.list4Column {
	 width:100%;
     list-style:none;
	 margin:20px 0;
}

.list4Column li {
     display:inline-block;
	 width:23%;
	 text-align:center;
     margin:0 5px;
}

.txtCourseMlmg,
.txtCourseContact {
	margin:0 0 10px;
}

.btnCourseMlmg:before,
.btnCourseContact:before {
    color:#fff;
    content:'▶';
    padding-right:5px;
}

.btnCourseMlmg {
    background:#d4007f;
    font-size:1.5em;
    color:#fff;
    padding:20px 40px;
    border-radius:8px;
    border-bottom:4px solid #99004d;
}

.btnCourseContact {
    background:#ff6600;
    font-size:1.5em;
    color:#fff;
    padding:20px 40px;
    border-radius:8px;
    border-bottom:4px solid #e65100;
}

.btnCourseMlmg a,
.btnCourseContact a { color:#fff; }

/* -Support */

.supportDetail td {
	padding:5px;
	vertical-align:top;
}
.supportDetail td ol {
	margin:0 0 0 20px;
}
.supportDetail td ol li {
	margin:0 0 10px;
}

/* -Media Query */

@media only screen and (max-width:768px) {

.daigakuPage {
    padding:0 20px;
}

.headingAreaCourse {
    margin-top:70px;
    padding:20px;
}
.headingAreaCourse h1,
.headingAreaCourse .caption {
    padding:20px;
}

.headingAreaCourse h1 {
    font-size:10vw;
}
.headingAreaCourse p {
    text-align:left;
}


.courseSummary li,
.courseLecturer li {
      display:block;
      width:100%;
      min-height:auto;
      margin:0 0 20px;
}
   table.courseObject th {
     vertical-align: middle;
     width:100%;
     border-right:none;
     border-bottom: solid 1px #b3b3b3;
  }

   table.courseObject td {
     padding:20px;
  }
  table.courseObject td:nth-child(2){
    width: 100%;
  }

  table.courseDetail {
	border-top: 3px solid #369;
	border-left:solid 1px #ccc;
   }
   table.courseDetail tr {
	border-bottom: 3px solid #369;
   }
   table.courseDetail tr:last-child {
	border-bottom: none;
}
   table.courseDetail th {
     display:none;
   }
   table.courseDetail td img {
    width:100%;
    height:auto;
    margin:0 auto;
   }

.courseVoices li {
    display:block;
}

.courseVoices li:nth-child(odd) .voicePhoto,
.courseVoices li:nth-child(even) .voicePhoto {
    float:none;
    width:100%;
    margin:0;
}

.courseVoices li .voicePhoto {
    text-align:center;
}

.courseVoices li .voicePhoto img {
    width:90%;
    height:auto;
    margin:0 auto 20px;
}

.courseVoices li:nth-child(odd) .voiceTxt,
.courseVoices li:nth-child(even) .voiceTxt {
    width:100%;
    margin:0;
}
	
.list2Column li,
.list3Column li,
.list4Column li {
	display:block;
	width:100%;
	margin:10px 0;
}
	
.headingAreaCourse p.btnCourseContact {
	text-align:center;
}


}
/* yumekanau daigaku page style end */


/*------------------------------------*\
    archive
\*------------------------------------*/
/*スペシャル取材*/
.post-type-archive-special .pickup.clear,
.post-type-archive-special .otherspickup,
.post-type-archive-special .newArticle .col,
.tag .newArticle .col {
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	padding: 0;
}
.post-type-archive-special .otherspickup {
	padding: 5px 0;
}
.post-type-archive-special .top2,
.post-type-archive-special .otherspickup .col,
.post-type-archive-special .newArticle .col,
.tag .newArticle .col {
	float: left;
	margin: 0 1%;
	padding: 5px 0;
	position: relative;
	width: 48%;
}
.post-type-archive-special .newArticle .col,
.tag .newArticle .col {
	width: 31%;
}
.post-type-archive-special .top2 .photo {
	border-radius: 5px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 65%;
    position: relative;
    top: 5px;
    width: 100%;
}
.post-type-archive-special .top2 .photo img {
    left: 50%;
    max-width: 200%;
	max-height:160%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.post-type-archive-special .top2 .over {
	background: rgba(0, 0, 0, 0.5) ;
	border-radius: 0 0 5px 5px;
	color: #fff;
	font-size: 120%;
	margin: 0;
	min-height: 5em;
	padding: 1em 0.5em 0.25em;
	width: 100%;
}
.post-type-archive-special .top2 .over span {
	margin: 0 0 0 1em;
}
.post-type-archive-special .recommend,
.post-type-archive-special .new {
	background: #c3e9d8;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	font-size: 0.9rem;
	left: 0;
	line-height: 2;
	padding: 0 0.5em;
	position: absolute;
	top: 0;
	transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	z-index:2;
}
.post-type-archive-special .new {
	background: #d50981;
	color: #fff;
	font-size: 0.6rem;
}
.post-type-archive-special .cate,
.sidebar .cate,
.newBlog .cate,
.tag .cate,
.single-special .cate {
	border-radius: 3px;
	color: #000;
	display: inline-block;
	font-size: 0.7rem;
	line-height: 1.5;
	padding: 0 0.5em;
	width:auto;
}
.sidebar .cate {
	position: static;
	width: auto;
}
.post-type-archive-special .otherspickup .col,
.sidebar .col {
	border-radius: 5px;
}
.post-type-archive-special .otherspickup .col .photo,
.sidebar .col .photo {
	float: left;
	width: 30%;
}
.post-type-archive-special .otherspickup .col .rightArea,
.sidebar .col .rightArea {
	float: right;
	margin: 0;
	position: relative;
	width: 69%;
}
.post-type-archive-special .otherspickup .col .rightArea > p,
.sidebar .col .rightArea > p {
	line-height: 1.5;
	margin: 0;
}
.post-type-archive-special h2 {
  padding:10px 1em;
  -webkit-box-shadow: 0 0 5px #ccc inset;
  -moz-box-shadow: 0 0 5px #ccc inset;
  box-shadow: 0 0 5px #ccc inset;
	margin: 20px 0;
}
.post-type-archive-special .newArticle .col,
.tag .newArticle .col {
	margin: 20px 1%;
	padding: 0;
	position: relative;/*追記*/
}
.post-type-archive-special .newArticle .photo img,
.tag .newArticle .photo img {
	left: 50%;/*追記↓*/
    position: absolute;
    top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	max-width:120%;
}
.post-type-archive-special .newArticle .photo,
.tag .newArticle .photo {
	border-radius: 5px;
    margin: 0 auto;
    width: 94%;
	overflow: hidden;/*追記↓*/
    padding-top: 75%;
    position: relative;
	top:5px;
}
.post-type-archive-special .newArticle .col > p,
.tag .newArticle .col > p {
    line-height: 1.5;
    margin: 10px auto;
    width: 94%;
}
/*会員一覧*/
.members .col {
	border: 1px solid #db6d95;
	box-sizing: border-box;
	float: left;
	margin: 15px 8%;
	padding: 14px 10px;
	width: 34%;
}
.members .photo {
	position: relative;
}
.members .photo.col {
	border: medium none;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.members .photoContainer {
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    width: 100%;
}
.members .photoContainer img {
    position: absolute;
    top: 0;
}

.members .photo .cate {
	color: #fff;
	display: block;
	font-size: 0.8em;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}
.members .job {
	color: #333;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 5px 0;
	min-height: 3.6em;
}
.members .messe {
	color: #db6d95;
	font-size: 0.87em;
	line-height: 1.3;
	margin: 5px 0 0;
}
.members select,
.home .search select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.members select,
.home .search select {
	width: auto;
	padding: 5px 25px 5px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	background: #eee;
	background: url(images/arrow.png) 98% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(images/arrow.png) 98% 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
	border-radius: 5px;
	font-size: 0.94em;
}
_::-webkit-full-page-media, _:future, :root .members select {
	font-size: 0.95em;
}
.members input[type="submit"] {
	font-weight: normal;
	padding: 5px 0.5em;
	width: auto;
}
.members form {
	margin: 30px 0 0;
	text-align: center;
}
.search-no-results .members h2 {
	margin: 50px 0 30px;
}
.members .rightTxt.link {
    margin: 30px 0 0;
}
/*ブログランキング*/
.post-type-archive .blogRanking.newBlog .tab li.cate {
    padding: 5px 10px;
    width: 20%;
}
.post-type-archive .blogRanking.newBlog .tab li.cate.all {
    background: #db6d95;
    text-align: center;
    width: 18%;
}

/*スタッフブログ*/
.staffblog > h1 {
	border-bottom: 2px dotted #db6d95;
	line-height: 1.2;
	margin: 0 0 20px;
	padding: 0 0 10px;
}
.staffblog hr {
	border:none;
	border-top:dashed 1px #CCC;
	height:1px;
	color:#FFFFFF;
	margin: 0 6 0 6;
}
.staffblog p {
	margin: 10px 0;
}
.staffblog p.dete_cat {
	margin: 0 0 60px;
	border-bottom: 1px dashed #ccc;
}
.post-type-archive-staffblog .col {
	float: left;
	margin: 0 2% 20px;
	width: 46%;
}
.post-type-archive-staffblog article.col .photoArea {
	border: 1px solid #ccc;
	border-radius: 5px;
	max-height: 150px;
	overflow: hidden;
}
.post-type-archive-staffblog article.col > h2 {
	font-size: 1.2em;
	margin: 5px 0 0;
}
.post-type-archive-staffblog article.col > h2 a {
	color: #d4007f;
}
.post-type-archive-staffblog article.col .dete_cat {
	margin: 5px 0;
	text-align: right;
}

/*求人情報 job*/
.post-type-archive-job .headingArea,
.tax-job_keyword .headingArea.job {
	background: #25b5af;
}
.post-type-archive-job .catchArea {
	border: 1px solid #003971;
	border-radius: 10px;
	margin: 0 0 50px;
	padding: 20px;
	position: relative;
}
.post-type-archive-job h2 {
	color: #003971;
	font-size: 1.5em;
	margin: 0 0 20px;
}
.post-type-archive-job .toEntry::before,
.tax-job_keyword .toEntry::before {
	content: "";
	position: absolute;
	top: -51px;
	left: 50%;
	margin-left: -200px;
	border: 200px solid transparent;
	border-top: 30px solid #003971;
}
.post-type-archive-job .toEntry,
.tax-job_keyword .toEntry {
	background: #fff7d1;
	border: 1px solid #b6121c;
	padding: 10px 20px 20px;
	text-align: center;
	border-radius: 10px;
	margin: 30px 0 0;
	position: relative;
}
.post-type-archive-job .toEntry.bottom,
.tax-job_keyword .toEntry.bottom {
	margin: 100px 0 70px;
}
.post-type-archive-job .toEntry p,
.tax-job_keyword .toEntry p {
	margin: 10px 0 0;
}
.post-type-archive-job .toEntry en,
.tax-job_keyword .toEntry en {
	color: #b6121c;
}
.post-type-archive-job section {
	margin: 50px 0 0;
}
.post-type-archive-job article,
.tax-job_keyword .job article {
	border: 1px solid #ccc;
	border-radius: 10px;
	margin: 20px 0;
	padding: 20px 20px;
	position: relative;
}
.post-type-archive-job article h3,
.tax-job_keyword .job article h3 {
	border-bottom: 3px double #25b5af;
	margin: 0 0 20px;
	padding: 0 0 0.25em;
}
.post-type-archive-job article p,
.tax-job_keyword .job article p {
	margin: 0 0 1em;
}
.post-type-archive-job article table,
.tax-job_keyword .job article table {
	width: 100%;
}
.post-type-archive-job article table th,
.tax-job_keyword .job article table th {
	color: #25b5af;
	font-weight: normal;
	text-align: left;
	width: 7em;
	vertical-align: top;
}
.post-type-archive-job article table tr,
.tax-job_keyword .job article table tr {
	border-bottom: 1px solid #25b5af;
}
.post-type-archive-job table a {
	color: #00c;
}
.post-type-archive-job .entryBtn a,
.tax-job_keyword .job article .entryBtn a {
	background: #b6121c;
	border: medium none;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 0.8em 0;
	text-align: center;
	width: 100%;
}
.post-type-archive-job .entryBtn,
.tax-job_keyword .job article .entryBtn {
	margin: 2em 0 0 ;
}
.post-type-archive-job .tagArea,
.tax-job_keyword .tagArea {
	border:3px solid #25b5af;
}
.post-type-archive-job .tagArea:after,
.tax-job_keyword .tagArea:after {
  content:"求人関連ワード";
  color:#25b5af;
}
.post-type-archive-job .tagArea a,
.tax-job_keyword .tagArea a {
    background: #a3e0e2 none repeat scroll 0 0;
    color: #00c;
}
/*------------------------------------*\
    single
\*------------------------------------*/
/*イベント開催情報詳細*/
.single .event h2{
  border:2px solid #fff;
	border-radius: 5px;
	color: #fff;
	margin: 0 0 20px;
  padding:10px;
}
.single .think h2{
  background:#ff7f88;
  -webkit-box-shadow: 0 0 0 3px #ff7f88;
  -moz-box-shadow: 0 0 0 3px #ff7f88;
  box-shadow: 0 0 0 3px #ff7f88;
}
.single .money h2{
  background:#6dc4da;
  -webkit-box-shadow: 0 0 0 3px #6dc4da;
  -moz-box-shadow: 0 0 0 3px #6dc4da;
  box-shadow: 0 0 0 3px #6dc4da;
}
.single .nature h2{
  background:#d7d364;
  -webkit-box-shadow: 0 0 0 3px #d7d364;
  -moz-box-shadow: 0 0 0 3px #d7d364;
  box-shadow: 0 0 0 3px #d7d364;
}
.single .collabo h2{
  background:#eaa56f;
  -webkit-box-shadow: 0 0 0 3px #eaa56f;
  -moz-box-shadow: 0 0 0 3px #eaa56f;
  box-shadow: 0 0 0 3px #eaa56f;
}
.single .technology h2{
  background:#4b64a1;
  -webkit-box-shadow: 0 0 0 3px #4b64a1;
  -moz-box-shadow: 0 0 0 3px #4b64a1;
  box-shadow: 0 0 0 3px #4b64a1;
}
.single .creative h2{
  background:#f4cb50;
  -webkit-box-shadow: 0 0 0 3px #f4cb50;
  -moz-box-shadow: 0 0 0 3px #f4cb50;
  box-shadow: 0 0 0 3px #f4cb50;
}
.single .event .photoArea {
    float: none;
    width: 100%;
}
.single .event .photoArea img {
	border: none;
	width: 100% ;
}
.single .event .textArea {
    float: none;
    width: 100%;
}
.single .event dl {
	margin: 0;
	font-size: 1.14em;
}
.single .event dt {
	font-weight: normal;
}
.single .event dd {
	font-weight: bold;
	margin: -2em 0 1em 5em;
}
.single .entryBtn a {
	background: #db6d95 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 0.8em 0;
	text-align: center;
	width: 100%;
}
.singleContent .entryBtn {
	margin: 2em 0;
}
.single .singleContent {
	margin: 20px 0 60px;
}
.single .singleContent h3 {
	border-width: 3px 0 3px;
	border-style: double;
	margin: 30px 0;
	padding: 0.5em 1em;
}
.single .think h3{
	border-color: #ff7f88;
}
.single .money h3{
	border-color: #6dc4da;
}
.single .nature h3{
	border-color: #d7d364;
}
.single .collabo h3{
	border-color: #eaa56f;
}
.single .technology h3{
	border-color: #4b64a1;
}
.single .creative h3{
	border-color: #f4cb50;
}
.single .singleContent .photo {
	margin: 20px auto;
	max-width: 80%;
	text-align: center;
}
.single .catPast .photoArea {
	width: 20%;
}
.single .catPast .textArea {
	width: 78.7%;
}
.single .catPast dt {
	font-weight: bold;
}
.single .catPast dd {
	font-weight: normal;
	margin: 0;
}
.single .honbun > a {
	color: #db6d95;
}
.single .honbun > a:hover {
	text-decoration: underline;
}
.tagArea {
	margin: 0 0 50px;
  position:relative;
  padding:20px 10px;
  border:3px solid #db6d95;
	border-radius: 5px;
}
.tagArea:after {
  content:"関連ワード";
  position:absolute;
  top: -18px;
  left: 10px;
  background:#fff;
  font-size:20px;
  font-weight:bold;
  color:#db6d95;
  padding:0 5px;
}
.tagArea a {
    background: #ffd6e5 none repeat scroll 0 0;
    border-radius: 3px;
    color: #00c;
    display: inline-block;
    margin: 5px;
    padding: 3px 8px;
}

/*スペシャル取材*/
.single-special h2,
.single-blogranking h2.recommend,
.tag h2,
.tax-job_keyword h2 {
	padding: 0.5em 0 0.5em 1.5em;
	line-height: 1.3;
	background: #c3e9d8;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
	position: relative;
	margin: 20px 0;
}
.single-special h2:first-child,
.tag h2:first-child,
.tax-job_keyword h2:first-child {
	margin: 0 0 20px;
}
.tag h2:before,
.single-special h2:before,
.single-blogranking h2.recommend::before,
.tax-job_keyword h2::before {
	content: '●';
	color: white;
	margin-right: 8px;
	position: absolute;
  right: 94%;
}
.single-special .prof .photoArea {
	float: left;
	margin: 0 1em 1em 0;
	width: 47%;
}
.single-special .prof .photoArea span,
.single-special .catPast span{
	color: #fff;
	padding: 0.5em;
}

.single-special .prof {
    border: 2px solid #c3e9d8;
    border-radius: 4px;
    margin: 2em 0;
    padding: 1em;
    position: relative;
}
.single-special .prof::before {
    background-color: #fff;
    color: #db6d95;
    content: "Plofile";
    font-weight: bold;
    right: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}
.single-special .answer {
	position: relative;
	padding: 0.25em 1.15em;
	border-top: solid 2px #c3e9d8;
	border-bottom: solid 2px #c3e9d8;
}

.single-special .answer::before, .single-special .answer::after {
	content: '';
	position: absolute;
	top: -7px;
	width: 2px;
  height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #c3e9d8;
}
.single-special .answer::before {
	left: 7px;
}
.single-special .answer::after {
	right: 7px;
}
.single-special .prof .textArea p {
	margin: 0 ;
}
.single-special h3  {
	border-bottom: 2px solid #c3e9d8;
	margin: 50px 0 30px;
}
.single-special h3::first-letter {
font-size: 2em;
color: #db6d95;
}
.single-special h4 {
	margin: 1em 0 1em 1em;
}
.single-special h4::before {
	content: 'ーー';
	font-weight: bold;
}
.single-special .catPast .col {
	float: left;
	margin: 0 0 0 5%;
	position: relative;
	width: 30%;
}
.single-special .catPast a:first-child .col {
	margin: 0;
}
.single-special .catPast .col .photo {
	border-radius: 5px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 75%;
    position: relative;
    top: 5px;
    width: 100%;
}
.single-special .catPast .col .photo img {
    left: 50%;
    max-width: 120%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.single-special .tagLink {
	clear:both;
	margin:1em 0 0 !important
}
.single-special .tagLink a {
	color:#db6d95;
	text-decoration: underline;
}
.edit {
    border: 2px solid #cacaca;
    border-radius: 5px;
    margin: 30px 0 20px;
    padding: 10px;
}
.edit .title {
    font-weight: bold;
}
.edit .yumelogo {
    float: left;
    margin: 20px;
}
.edit > p {
    margin: 0 0 0 100px;
}

/*専門家ブログ*/
.single-blogranking .photoArea,
.single-blogranking .catPast .photo{
	border: 1px solid #ccc;
	position: relative;
}
.single-blogranking .photoArea .cate,
.single-blogranking .catPast .photo .cate {
	color: #fff;
	display: block;
	font-size: 1rem;
	padding: 0.25em 0;
	text-align: center;
}
.single-blogranking .prof .textArea span {
	font-size: 1.2rem;
	font-weight: normal;
}
.single-blogranking .prof .textArea {
    margin: 20px 0 50px;
}

.single-blogranking h2.recommend {
color: #fff;
}
.single-blogranking .catPast .col {
	float: left;
	margin: 10px 1%;
	width: 48%;
}
.single-blogranking .catPast .photo {
	width: 98%;
}
.single-blogranking h2.recommend.cate.think {
    margin: 0 0 20px;
}
/*会員詳細*/
.single-members .prof.clear,
.single-owner .prof.clear{
	border: 1px solid #db6d95;
}
.single-members .photoArea,
.single-owner .photoArea {
	float: right;
	padding: 20px;
	width: 30%;
}
.single-members .prof .textArea,
.single-owner .prof .textArea {
	padding: 50px;
	width: 70%;
}
.single-members .profArea,
.single-owner .profArea {
	border-color: #db6d95;
	border-style: solid;
	border-width: 0 1px 1px;

}
.single-members dt,
.single-owner dt {
	border-top: 1px solid #db6d95;
	float: left;
	padding: 20px 0 0 20px;
	width: 35%;
}
.single-members dd,
.single-owner dd {
	border-left: 1px solid #db6d95;
	border-top: 1px solid #db6d95;
	float: left;
	padding: 20px;
	width: 65%;
}
.single-members dt:first-child,
.single-members dd.job,
.single-owner dt:first-child,
.single-owner dd.job {
	border-top: none;
}
.single-members .btn,
.single-owner .btn {
	margin: 30px 0 0;
}
.single-members .btn a,
.single-owner .btn a {
	display: block;
	text-align: center;
	width: 100%;
}
.su-posts-default-loop .su-post-thumbnail {
	overflow: hidden;
	}

/*スタッフブログ*/
.single-staffblog .pageing {
	margin: 30px 0 0;
	text-align: center;
}

/*------------------------------------*\
	sidebar
\*------------------------------------*/
.addArea > p {
    margin: 0 0 20px;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*nav*/
.mean-container .mean-bar {
	background-color: #fff !important;
	min-height: 65px !important;
	position: fixed !important;
}
.mean-container a.meanmenu-reveal {
	color: #e52424 !important;
}
.mean-container a.meanmenu-reveal span {
	background-color: #e52424 !important;
}
.mean-container .mean-nav {
  background-color: #fff !important;
	border-bottom: 1px solid #e52424 !important;
  margin-top: 65px !important;
}
.mean-container .mean-nav ul li a {
	border-top: 1px solid #e52424 !important;
	color: #e52424 !important;
	font-weight: bold;
	padding: 0.6em 5% !important;
}
.mean-container .mean-nav ul li li a {
	opacity: 1 !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #fff !important;
}
.mean-container .mean-nav ul li a.mean-expand {
	height: 23px !important;
}

@media only screen and (max-width:980px) {
	.topbnArea {
		width: 96%;
		margin: 15px auto 0;
	}
	.topbnArea .topbn-l img, .topbnArea .topbn-r img {
		width: 49%;
	}
	.topbnArea .topbn-r {
		margin-left: 1%;
	}
}

@media only screen and (max-width:768px) {
	.mean-container .mean-bar {
		display: block !important;
	}
	.nav.gNav, .footGnav {
		display: none !important;
	}
	.header , .main , .footer, .breadcrumbs > p, .foot_ad {
		width: 100%;
	}
	
	.logo {
		position: fixed;
		z-index: 1000000;
		width: 100px;
		left: 10px;
	}
	.logo img {
		width: 40px !important;
	}
	.btnArea {
		position: fixed;
		right: 50px;
		z-index: 1000000;
	}
	.btn1 {
		width:150px !important;
	}
	.headingArea {
		margin: 65px 0 0;
	}
	.recruit .headingArea {
		margin: 75px 0 0;
	}
	.error404 .main {
		margin: 65px 0 80px;
		padding: 0 10px;
	}
	.page-template-page-02 .main {
    padding: 0 10px;
	}
	.home .search {
		margin: -25px 0 0;
	}
	.slider {
		box-sizing: border-box;
		width: 90%;
	}
	.leftArea {
		padding: 0 0 0 10px;
	}
	.sidebar {
		padding: 0 10px 0 0;
	}
	.sidebar .fb_iframe_widget,
	.sidebar .fb_iframe_widget span,
	.sidebar .fb_iframe_widget iframe[style]{
		width: 100% !important;
	}
	.blogRanking.newBlog .tab li.cate {
		padding: 5px;
	}
	.yumekanautoha h2,
	.staff h2 {
		line-height: 1.2;
		height: auto;
	}
	.linkMenu .nav-menu {
		margin: 0 0 50px;
	}
	.members .col {
		width: 30%;
	}
	.members select {
		margin: 0 0 10px;
	}

	.single-special h2:before, .single-blogranking h2.recommend::before {
		margin-right: 0;
	}
	.blog_ranking .content.cate .cat {
		width: 22%;
	}
	.addArea > h3 {
    text-align: left;
	}
	.foot_ad {
		width: 320px;
		margin: -50px auto 50px;
	}
	.single-members dt, .single-members dd,
	.single-owner dt, .single-owner dd {
		float: none;
		width: 100%;
	}
	.single-members dt,
	.single-owner dt {
		border-top: 1px solid #db6d95;
		padding: 10px;
	}
	.single-members dd,
	.single-owner dd {
		border: none !important;
		padding: 0 10px 10px 25px;
	}
	.single-members .photoArea,
	.single-owner .photoArea {
		width: 40%;
	}
	.single-members .prof .textArea,
	.single-owner .prof .textArea {
		width: 60%;
	}
	.topbnArea {
		width: 96%;
		margin: 20px auto 0;
	}
	.recruit .container {
		margin: 40px 1.2%;
		width: 30%;
	}
	.ceointerview h2:before {
		margin-right: 0;
	}
	.ceointerview .answer img.alignleft,
	.ceointerview .answer img.alignright { 
		float: none;
		display:block;
		margin:0 auto 0 auto;
		width: 90%;
	}
}

@media only screen and (max-width:660px) {
	.btnArea p.link {
		display: none;
	}
	.topbnArea .topbn-l img, .topbnArea .topbn-r img {
		width: 48%;
	}
	.topbnArea .topbn-r {
		margin-left: 2%;
	}
	/*header_txt*/
	.header_txt {
		display:none;
	
}
}
@media only screen and (max-width:623px) {
	.Top_banner{
	display:block;
}
.banner_detail{
	padding:17px;
}
	.Top_title{
		font-size:20px;
	}
}
@media only screen and (max-width:507px) {
	.btnArea .btn02, .pc {
		
	}
	.sp {
		display: block;
	}
	.slider {
		width: 86%;
	}
	.footerContaoner {
		padding: 20px 0 0;
		height: 200px;
	}
	.footLogo {
		top: -40px;
		width: 80px ;
	}
	.footLogo img {
		width: 50px !important;
	}
	.linkMenu .nav-menu {
		margin: 0 0 20px 90px;
		font-size: 0.9em;
		text-align: left;
	}
	#page-top {
		background-size: 100%;
		height: 50px;
		width: 50px;
	}
	.home .search,
	.search {
		margin: 0;
	}
	.metaslider {
		margin-top: 48px !important;
	}
	.metaslider li img {
    width: 100% !important;
	}
	.metaslider li {
    width: 100% !important;
	}
	.leftArea,
	.sidebar {
		box-sizing: border-box;
		float: none;
		padding: 0 10px;
		width: 100%;
	}
	.sidebar {
    border-top: 1px dotted #ccc;
    margin: 20px 0 0;
	}
	.sidebar .addArea {
		margin: 20px 0 0;
		text-align: center;
	}
	.post-type-archive-special .otherspickup .col .rightArea, .sidebar .col .rightArea {
		width: 79%;
	}
	.post-type-archive-special .otherspickup .col .photo, .sidebar .col .photo {
		width: 20%;
	}

	.mw_wp_form table,
	.mw_wp_form table tr {
		border: none;
	}
	.booking-form th,
	.booking-form td,
	.mw_wp_form table th,
	.mw_wp_form table td {
		border: none;
		display: block;
		text-align: center !important;
		width: 100% !important;
	}
	.mw_wp_form table td.mAleft {
		text-align: left !important;
	}
	.booking-form th,
	.mw_wp_form table th{
    background: #e8e8e8;
    margin: 0 0 10px;
	}
	.mw_wp_form table td {
		margin: 0 0 10px;
	}
	.booking-form td input[type="text"],
	.booking-form td input[type="email"],
	.booking-form textarea,
	.mw_wp_form table td input[type="text"],
	.mw_wp_form table td input[type="email"],
	.mw_wp_form table td input[type="url"],
	.mw_wp_form table td input[type="file"],
	.mw_wp_form textarea,
	.mw_wp_form select {
    width: 95% !important;
	}
	.mw_wp_form select {
		font-size: 1.2em;
		padding: 10px;
	}
	.mw_wp_form table td input[type="file"]{
		font-size: 1.2em;
		border: 1px solid #ccc;
		padding: 3px
	}
	.mw_wp_form table td.mAleft span label {
    width: 100%;
		display: block;
		padding: 0.5em;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin: 0.5em 0;
	}
	.blogRanking.newBlog .tab li.cate {
		font-size: 0.8em;
		text-align: center;
	}
	.home .search select {
		display: none;
	}
	.fbWrapp {
		width: 320px;
		margin: 0 auto
	}
	.blog_ranking .content .col {
    width: 100%;
	}
	.blog_ranking .content .col .photo {
		float: left;
		width: 20%;
	}
	.blog_ranking .content .col .rightArea {
		float: right;
		width: 78.7%;
	}
	.blog_ranking .wpp-list li:nth-child(1)::before, .blog_ranking .wpp-list li:nth-child(2)::before, .blog_ranking .wpp-list li:nth-child(3)::before {
		width: 70px;
	}
	.blog_ranking .wpp-list li::before {
		width: auto;
	}
	.blog_ranking .content.cate .cat {
		width: 100%;
	}
	.post-type-archive-special .otherspickup .new {
    display: none;
	}
	.salon .spOnly {
	display: block;
	}
	.salon .pcOnly {
	display: none;
	}
	.salon .opencampaign {
	font-size: 1em;
	font-weight: normal;
	padding: 10px;
	line-height: 1.2em;
	}
	.post-type-archive-job article table th,
	.post-type-archive-job article table td,
	.tax-job_keyword .job article table th,
	.tax-job_keyword .job article table td {
		display: block;
		width: 100% !important;
	}
	.recruit .container .roundBox h4 {
		top: 40%;
		font-size: 1.1em;
	}
	.recruit .container .roundBox p {
		font-size: 1em;
		top: 45%;
	}

}
@media only screen and (max-width:438px) {
	.newBlog .photo {
		height: auto;
		width: 75px;
	}
	.event .cate,
	.event_archive .cate,
	.tag .tag_event .cate {
		font-size: 0.74em;
	}
	.home h2 + .rightTxt.link {
		margin: 0 0 10px;
	}
	.summit .col,
	.summit .col.right {
		float: none;
		width: 100%;
	}
	.members .col {
		width: 70%;
	}

	.blog_ranking .wpp-list li::before {
		text-align: right;
	}
	.post-type-archive-special .top2 .over {
		font-size: 0.8em;
		line-height: 1.2;
	}
	.single .event .photoArea,
	.single .event .textArea {
		float: none;
		width: 100%;
	}
	.single-members .prof .textArea,
	.single-owner .prof .textArea {
		padding: 30px;
	}
	.single-special h2:before, .single-blogranking h2.recommend::before {
		margin-right: -6px;
	}
	h2, .blog_ranking h2, .blogparts .content h2, .blogparts .technique h3, .foruse h3,.yumekanautoha h2, .staff h2, .privacy_policy h2, .summitbooth h2, .foruse h2,.yumekanautoha .catchCopy,.post-type-archive-special h2, .staffblog > h1 {
		font-size: 1.3em;
	}
	.yumekanautoha h2, .staff h2, .privacy_policy h2, .summitbooth h2, .foruse h2 {
		min-height: 31px;
	}
	.request .borderBox p, .blog_ranking .borderBox p {
		font-size: 1.15em;
	}
	.request h2 {
		font-size: 12px;
	}
	
	.single-blogranking .prof .textArea span {
		font-size: 1.1rem;
	}
	.wpp-list li:nth-child(1)::before, .blog_ranking .blogRanking .wpp-list li:nth-child(1)::before,
	.wpp-list li:nth-child(2)::before, .blog_ranking .blogRanking .wpp-list li:nth-child(2)::before,
	.wpp-list li:nth-child(3)::before, .blog_ranking .blogRanking .wpp-list li:nth-child(3)::before {
		width: auto !important;
	}
	.recruit .headingArea.pc {
		display: none;
	}
	.recruit .headingArea.sp {
		display: block;
	}
	.recruit .headingArea.sp p {
		margin: 10px;
	}
	.recruit h3 {
		font-size: 1.2em;
	}
	.recruit .imgTxt.sp {
		display: block;
	}
	.recruit .imgTxt.pc {
		display: none;
	}
	.recruit .container {
		display: block;
		margin: 20px 25%;
		width: 50%;
	}
	.recruit .container .roundBox h4 {
		font-size: 1.5em;
	}
	.recruit .container .roundBox p {
		font-size: 1.2em;
	}

	.recruit table.plan.pc {
		display: none;
	}
	.recruit table.plan.sp {
		display: block;
		width: 100%;
		margin: 0 0 20px;
  }
	.recruit table.plan.sp tr.border {
		border-top: 3px solid #000;
	}
	.recruit table.plan.sp th {
		width: 60%;
	}
	.recruit table.plan.sp td {
		width: 40%;
	}
	.recruit .bgBox02 {
		float: none;
		width: 100%;
	}
	.recruit .photoArea {
		float: none;
		text-align: center;
		width: 100%;
	}
	.recruit .bgBox03:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -100px;
		border: 100px solid transparent;
		border-top: 30px solid #003971;
	}
	.ceointerview h2:before {
		margin-right: -6px;
	}
	.post-type-archive-job .toEntry::before,
	.tax-job_keyword .toEntry::before {
		content: "";
		position: absolute;
		top: -51px;
		left: 50%;
		margin-left: -100px;
		border: 100px solid transparent;
		border-top: 30px solid #003971;
	}
}
@media only screen and (max-width:375px) {
	.footerContaoner {
		height: 250px;
	}
	.single-members .prof .textArea,
	.single-owner .prof .textArea {
		padding: 20px;
	}
	.single-special h2:before, .single-blogranking h2.recommend::before {
		margin-right: -8px;
	}
	.recruit .container {
		margin: 20px 20%;
		width: 60%;
	}
	.ceointerview h2:before {
		margin-right: -8px;
	}

}
@media only screen and (max-width:320px) {
	.home h2 {
		margin: 20px 0 30px;
	}
	.home .linkBtn {
		top: 45px;
	}
	.home .summit .linkBtn {
		top: 65px;
	}
	.sidebar .linkBtn {
		top: 5px !important;
	}
	.event .cate,
	.event_archive .cate,
	.tag .tag_event .cate {
		font-size: 0.6em;
	}
	.post-type-archive .blogRanking.newBlog .tab li.cate {
		padding: 5px;
	}
	.single-members .prof .textArea,
	.single-owner .prof .textArea {
		padding: 10px;
	}
	.single-special h2:before, .single-blogranking h2.recommend::before {
		margin-right: -10px;
	}
	.fbWrapp {
		width: 300px;
	}
	.recruit .container {
		margin: 20px 15%;
		width: 70%;
	}
	.recruit .labelBox:before {
		content: "";
		position: absolute;
		top: 110%;
		left: 50%;
		margin-left: -50px;
		border: 50px solid transparent;
		border-top: 20px solid #003971;
	}
	.ceointerview h2:before {
		margin-right: -10px;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:0 auto 0 auto;
}
.alignright {
	float:right;
	margin:0;
}
.alignleft {
	float:left;
	margin:0;
}
a img.alignright {
	float:right;
	margin:0;
}
a img.alignnone {
	margin:0;
}
a img.alignleft {
	float:left;
	margin:0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/* ########### 見出しアイコン追加 ########### */

.labo h2,
h2.sprout {
	
}
.labo h2:before,
h2.sprout:before {
    position: absolute;
	left: 0;
    bottom: -10px;
}

h2.tree:before {
    position: absolute;
	left: 0;
	bottom: -10px;
}
.labo h2 {
	border-bottom: solid 4px #ED3C28;
	padding-right: 12px;
}
.labo h2.sprout,
.labo h2.tree {
	border-bottom: solid 4px #ED3C28;
	display: inline-block;
	padding-right: 12px;
}
.labo h2:after,
.labo h2.sprout:after,
.labo h2.tree:after {
	border-bottom: none;
}
h3.sprout {
	position: relative;
	padding-left: 50px;
}
h3.sprout:before {
    position: absolute;
	left: 0;
    bottom: -6px;
}
.page-35wm h3.tree {
	position: relative;
	padding-left: 60px;
	padding-bottom: 0.15em;
}
.page-35wm h3.tree:before {
    position: absolute;
	left: 0;
    bottom: -16px;
}

.sectionFrame { border:1px solid #ccc; background-color:#f5f5f5; padding:25px 25px;margin-bottom:20px; clear:both; }
.sectionFrame dl {
	float: left;
	width: 60%;
}
.sectionFrame dt { color:#000;padding-bottom:3px;margin-bottom:10px; font-weight: bold; color:#c00; }
.sectionFrame dd { margin:0px 0px 30px;padding:0px;}
#archive-labo-content .labo-img01 {
	float: right;
	width: 35%;
}

#archive-labo-content p { margin-bottom: 20px;padding:0px 5px; }
#archive-labo-content h2 {
	position: relative;
	font-size:131%;
	line-height: 150%;
	border-bottom: solid 4px #ED3C28;
	display: inline-block;
	margin: 30px 0px 25px;
	padding-right: 12px;
	border-top:none;
	font-weight:bold;
	color:#333;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.youtube_wrap{
	width:60%;
	margin:auto;
}
.youtube_wrap p{
	text-align:center;
}


/*------------------------------------*\
    top Add 2018.11
\*------------------------------------*/
/*--- topList ---*/
.topList{
	margin:15px 10px 40px;
	position:relative;
}
.topList h2{
	font-size:22px;
	line-height:1.4;
}
.topList h2 span{
	margin:0 0 0 5px;
	font-size:15px;
	vertical-align:middle;
}
.topList .linkBtn{
	top:9px;
}
.topList ul.atList{
	list-style:none;
	overflow:hidden;
}
.topList ul.atList li{
	width:49%;
	float:left;
	margin:0 2% 20px 0;
}
.topList ul.atList li:nth-child(2n){
	margin-right:0;
}
.topList ul.atList li a{
	display:block;
}
.topList ul.atList li a:hover{
	opacity:0.8;
}
    
.topList ul.atList li .photo {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin: 0 0 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*
.topList ul.atList li .photo{
	width:100%;
	height:300px;
	margin:0 0 10px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
}*/
.top_text{
	margin:10px;
}
.blog_ranking .topList ul.atList li .photo{
	width:60%;
	height:240px;
	margin:0 0 10px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	border: 1px solid;
    border-color: #bdbdbd;
}
.blog_ranking .ranking{
	margin:10px;
}

.topList ul.atList li .atTitle{
	font-weight:bold;
}
.topList .linkArea{
	text-align:right;
}
.topList .linkArea p.link{
	font-size:14px;
}
.topList .linkArea p.link a:before{
	font-size:12px;
}

/*--- sideBannerArea ---*/
.sideBannerArea .sideTitle{
	margin:0 0 10px;
	padding:0 0 5px;
	font-weight:bold;
	border-bottom:#999999 1px solid;
}
.sideBannerArea ul.bannerList{
	margin:0 0 30px;
	list-style:none;
}
.sideBannerArea ul.bannerList li{ 
	margin:0 0 10px;
}
.sideBannerArea ul.bannerList li img{
	width:100%;
	height:auto;
}
/*--- sideCateList ---*/
ul.sideCateList{ 
	margin:0 0 30px;
	list-style:none;
}
ul.sideCateList li{
	border-top:#cccccc 1px solid;
}
ul.sideCateList li:last-child{
	border-bottom:#cccccc 1px solid;
}
ul.sideCateList li a{
	display:block;
	padding:10px;
	color:#d4007f;
}
ul.sideCateList li a:before{
	content:"▶︎";
	margin:0 5px 0 0;
	font-size:12px;
}

/*--- breadList ---*/
.breadList .breadcrumbs{
	border-bottom:none;
}

/*--- listMainV ---*/
.listMainV{
	width:960px;
	margin:0 auto;
}
.listMainV h1{
	margin:0;
}

/*--- pageTitleName ---*/
.pageTitleName{
	background:url(images/h2_border.png) no-repeat;
	font-size:1.8em;
	min-height:45px;
	margin:0 0 20px;
	padding:0.5em 0 0;
	text-indent:1em;
}

/*--- archive ---*/
ul.archiveList, ul.archiveListDocument{ overflow:hidden; }
ul.archiveList > li:nth-child(-n + 10), ul.archiveListDocument > li {
	width:48%;
	float:left;
}
ul.archiveList > li:nth-child(1),
ul.archiveList > li:nth-child(3),
ul.archiveList > li:nth-child(5),
ul.archiveList > li:nth-child(7),
ul.archiveList > li:nth-child(9),
ul.archiveListDocument > li:nth-child(odd){
	margin-right:4%;
}
ul.archiveList > li:nth-child(11) {
	clear:both;
}
ul.archiveList > li:nth-child(-n + 10) .photo,
ul.archiveListDocument > li .photo{
	width:100%;
	height:220px;
	margin:0 0 10px;
}
ul.archiveListDocument > li .photo {
	background-size: cover;
}
ul.archiveList > li:nth-child(-n + 10) .txtarea,
ul.archiveListDocument > li .txtarea{
	padding:0;
}
ul.archiveList > li:nth-child(-n + 10) .link,
ul.archiveListDocument > li .link {
	display:none;
}
ul.archiveList, ul.archiveListDocument{
	list-style:none;
}
ul.archiveList > li,
ul.archiveListDocument > li{
	margin:0 0 25px;
}
ul.archiveList > li a,
ul.archiveListDocument > li a{
	display:block;
	overflow:hidden;
}
ul.archiveList > li a:hover,
ul.archiveListDocument > li a:hover{
	opacity:0.8;
}
ul.archiveList > li .photo{
	width:130px;
	height:130px;
	float:left;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
ul.archiveList > li .txtarea{
	padding:0 0 0 150px;
}
ul.archiveList > li .txtarea .atTitle,
ul.archiveListDocument > li .txtarea .atTitle{
	margin:0 5px 10px;
	font-size:14px;
	font-weight:bold;
}
ul.archiveList > li .txtarea .day,
ul.archiveListDocument > li .txtarea .day{
	margin:0 0 5px;
	font-size:12px;
	color:#666666;
}
ul.archiveList > li ul.cate,
ul.archiveListDocument > li ul.cate{
	list-style:none;
	overflow:hidden;
}
ul.archiveList > li ul.cate li,
ul.archiveListDocument > li ul.cate li{
	float:left;
	margin:0 10px 5px 0;
	padding:5px 10px;
	background:#fce3ec;
	border-radius:3px;
	font-size:12px;
	line-height:1;
}
ul.archiveList > li .link{
	text-align:right;
	font-size:14px;
}
ul.archiveList > li .link:before,
ul.archiveListDocument > li .link:before{
	font-size:12px;
}
@media only screen and (max-width:768px) {
ul.archiveList > li:nth-child(-n + 10) .photo,
ul.archiveListDocument > li .photo{
	height:150px;
}
}

/*--- single ---*/
.singleGl h1{
	line-height:1.4;
}
.singleGl h3{
	border-bottom: 3px dotted #db6d95;
    margin: 40px 0 20px;
}
.singleGl iframe{
	max-width:100%;
}
.social_icon_low{
	display:flex;
	margin-bottom:10px;
}
.social_icon{
	width:50px;
	height:auto;
	margin-left:10px
}
@media only screen and (min-width:769px) {
	.spOnly{ display:none; }
}
@media only screen and (max-width:768px) {
	.pcOnly{ display:none; }
	
	/* topList */
	.topList h2{
		margin:2px 0 10px;
		padding:5px 20px 5px;
		text-indent:inherit;
		font-size:21px;
		line-height:1.2;
	}
	.topList h2 span{
		display:block;
		margin:0;
		font-size:14px;
		font-weight:normal;
	}
	.topList .linkBtn{
		float:right;
		margin:0 0 20px;
		position:static;
	}
	.topList ul.atList{
		clear:both;
	}
    .topList ul.atList li{
		width:100%;
		margin:0 0 10px;
	}
	.topList ul.atList li a .photo{
		width:150px;
		height:150px;
        padding-bottom: 0;
		float:left;
	}
	.blog_ranking .topList ul.atList li a .photo{
		width:150px;
		height:150px;
		float:left;
	}
	.topList ul.atList li a .atTitle{
		padding:0 0 0 160px;
		font-weight:bold;
	}

    .blog_ranking .topList .rightArea {
    	padding-left: 160px;
		font-size: 13px;
	}
	
	.blog_ranking .topList ul.atList li a .atTitle{
		font-weight:bold;
	}
	.top-banner{
		display:block;
	}
	.top-banner li{
		width:100%;
		margin-bottom: 10px;
	}
	.top_text{
		margin:15px;
		font-size:13px;
	}
	.blog_ranking .topList h2{
		padding: 5px 10px 5px;
	}
	.single-blogranking .catPast .photo {
	width: 165px;
    height: 165px;
	}
	
	/* sidebar */
	.sidebar h3:first-child{
		margin-top:10px;
	}
	
	/* listMainV */
	.listMainV{
		width:100%;
		padding:60px 0 0;
	}
	
	/* archiveList */
	ul.archiveList > li .photo{
		width:100px;
		height:100px;
	}
	ul.archiveList > li .txtarea{
		padding:0 0 0 110px;
		line-height:1.4;
	}
	
	/*--- single ---*/
	.singleGl h1{
		font-size:20px;
	}
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.single-labo_post h3 {
	border-bottom: 3px dotted #db6d95;
	margin: 40px 0 20px;
}

h2.conditions-title, h2.privilege-title {
	line-height:1.2;
	margin: 50px 0 30px;
	font-size: 23px;
}
h2.privilege-title span {
	font-weight: normal;
	font-size: 15px;
}

.conditions, .privilege {
	padding: 20px;
	border: 1px solid #db6d95;
}

.privilege > li, .user-feature > li {
	margin-bottom: 12px;
	margin-left: 20px;
}
.privilege > li:last-child {
	margin-bottom: 0;
}
h2.user-feature-title {
	background: url(images/h2_marker-salon.png) no-repeat;
    line-height: 1.2;
    margin: 50px 0 30px;
    padding: 0.2em 0 0.2em 1.4em;
    border-bottom: 3px #db6d95 double;
    font-size: 1.25em;
}
.kaiwa {
  margin-bottom: 25px;
}

.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: -70px;
}


.kaiwa-img-description {
  padding: 20px 0 0;
  font-size: 13px;
  text-align: center;
  position: relative;
  bottom: 15px;
}
.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 10px;
  border-radius: 10px;
  background: #d7e8ff;
  margin-right: 2%;
  float: left;
}

.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #d7e8ff;
  top: 15px;
  left: -19px;
}

.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}



/* パートナーシッププログラム */
ul.partner-list {
  margin-left: -5px;
}
ul.partner-list > li {
  display: inline-block;
  list-style: none;
  width: 145px;
  margin-left: 5px;
  vertical-align: middle;
}
.partner-btn {
	background: #db6d95 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    font-weight: bold;
	margin: 50px 0 30px 0;
    padding: 0.8em 0;
	text-align: center;
}
.partner-btn a {
	color: #fff;
}
a.partner-link-style {
	text-decoration: underline;
}

/* 資料請求フォーム */
#company_list > li {
	list-style: none;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#company_list > li:first-child {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.company_list_item > label {
	display: table;
}
.company_list_thumb {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}
.company_list_thumb > img {
	width: 100%;
}
.company_list_text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.company_list_title {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 5px;
}
#document .mwform-checkbox-field {

}
/*/////////////////////////////////////////////////
//チャット画面(会話方式)を記事に表示する方法
/////////////////////////////////////////////////*/

.balloon__contener {
  clear: both;
  width: 100%;
  padding: 10px 0;
}

.balloon__contener:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.balloon__contener figure {
  width: 60px;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
}

.balloon__contener figure img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: solid 1px #dddddd;
}

.balloon__contener figure figcaption {
  color: #000000;
  width: 60px;
  position: absolute;
  top: 60px;
  text-align: center;
  font-size: 70%;
  line-height: 100%;
}

.balloon__contener .balloon__left {
  width: 100%;
  position: relative;
  display: block;
  max-width: 80%;
  clear: both;
}

.balloon__contener .balloon__left figure {
  left: 0;
}

.balloon__contener .balloon__left .balloon__text {
  margin-left: 80px;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #d8f4f8;
}

.balloon__contener .balloon__left .balloon__text::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 12px;
  border-right: 15px solid #d8f4f8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon__contener .balloon__right {
  width: 100%;
  position: relative;
  display: block;
  float: right;
  max-width: 80%;
  clear: both;
}

.balloon__contener .balloon__right figure {
  right: 0;
}

.balloon__contener .balloon__right .balloon__text {
  margin-right: 80px;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #eeeeee;
}

.balloon__contener .balloon__right .balloon__text::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 12px;
  border-left: 15px solid #eeeeee;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}


@media only screen and (max-width: 767px){
  .balloon__contener .balloon__left,
  .balloon__contener .balloon__right {
    max-width: 100%;
  }
}
a.btn {
    display: block;
    width: fit-content;
    font-size: 1.1rem;
	line-height: 1.2;
    padding: 15px 50px;
    background: #D4007F;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 3px 0 #BA3979;
    transition: .4s all ease;
}
a.btn:hover {
    transform: translateY(3px);
    box-shadow: none;
    opacity: .8;
}