@charset "UTF-8";

html, body, .wm-logo, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, table, tr, th, td,
header, hgroup, nav, section, article, aside, wmApp, figure, figcaption, address, strong, em, div {
    margin: 0;
    padding: 0;
      font-size: 100%;
    font-weight:normal;
    font-style:normal;
    line-height: 1.0;
    list-style:none;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color:#1e1e1e;
  }

/*div#bg {
  height: 98%; 「div.background」に対してはmin-heightに対応していないブラウザ用 
}*/

.tac {
	text-align: center;
}

 a, a:link, a:visited {
	 text-decoration: none;
   color: #00A5C3;
 }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

.fwb {
	font-weight: bold !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	border:none;
	width:100%;
	height:auto;
}


.disnon {
	display:none;
}

.tal {
	text-align:left;
}

a{
	cursor: pointer!important;
}

a:hover {
	opacity:0.6;
  transition: all .5s;
}

.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }

.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }

.strong_txt { font-weight:bold;}

p {
  line-height: 1.7;
}


.sp {
  display: none;

}

.pc {
  display:block;
}

body {
	background-color:#FFFFFF;
}

@media screen and (max-width: 780px) {
  .sp {
    display:block;
  }

  .pc {
    display:none;
  }
}
/*--------------------------------------
  フォント
---------------------------------------*/


body {
    font-feature-settings: "palt";
	letter-spacing: 0.07rem;
}

/*--------------------------------------
  clear fix
---------------------------------------*/
.clrfx{
	min-height:1%;
}

.clrfx:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html .clrfx{/* for IE */
	/*\*/height:1%;/* for WinIE */
	display:inline-table;/* for MacIE */
}
body*.clrfx:after{
	content:".";
}

/*--------------------------------------
  breacrumbs
---------------------------------------*/

.breadcrumbs {
    font-size: 11px;
    margin: 0 auto;
    color: #888888;
    max-width: 800px;
    line-height: 1.7;
    vertical-align: middle;
    margin-bottom: 10px;
	z-index: 2;
	position: relative;
}

.breadcrumbs .current-item{
	font-size: 11px;
}

.breadcrumbs_arrow {
    width: 5px;
    padding: 0px 8px;
}

.under #main .breadcrumbs a {
    text-decoration: none;
    color: #888888;
}

@media screen and (max-width: 799px) {
	.breadcrumbs {
		font-size: 11px;
		padding: 0 0 11px 0;
		color: #494960;
		margin: 0px;
		/* white-space:nowrap; */
		display: inline-block;
		vertical-align: middle;
		padding-bottom: 7px;
	}
	
	.breadcrumbs_wrap {
		margin-bottom: 10px;
	}
	
	.breadcrumbs span[property="name"] {
		display: inline-block;
		padding: 0;
		margin-top: -3px;
		vertical-align: middle;
		max-width: 128px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.breadcrumbs_wrap {
		width: calc(100% - 20px);
		overflow: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		margin: 5px 0;
	}

    /* 中身の要素 */
    .breadcrumbs {
      max-width: 800px;
    }
}

/*--------------------------------------
  header
---------------------------------------*/

header .header_top {
  padding-top: 75px;
  padding-bottom: 95px;
}

header .header_top .wrap {
  max-width: 1000px;
  height: 63px;
  margin: 0 auto;
  position: relative;

}

.wm-logo {
  width: 300px;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
}

header .header_top .header_sns {
  padding-right: 50px;
  position: absolute;
  top: 50%;
  right: 0px;
  transition: translateY(-50%);
}

header .header_top .header_sns .twt {
  width: 22px;
  display: inline-block;
  padding-right: 22px;
}

header .header_top .header_sns .inst {
  width: 20px;
  display: inline-block;
}

/* -------- NAV_PC ----------- */

#nav_pc .wrap{
  max-width: 1000px;
  margin:  0 auto;
}

.nav_pc_ul {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 63px;
}

.nav_pc_ul > li {
    display: inline-block;
    text-align: center;
    width: calc(25% - 44px);
    font-family:'Jost', san-serif;
	 padding-right: 20px;
    padding-left: 20px;
	position: relative;
}

.gnavultype > li > a {
	font-size: 22px;
	-webkit-transition: .4s;
	transition: .4s;
	display: block;
}

#nav_sp .gnavultype > li > a {
	padding-bottom: 15px;
}
.gnavultype span {
  display: block;
  font-size: 12px;
  text-align: center;
  padding-top: 13px;
}

span.interviewcolor,
.interviewcolor{
  color:#ecb55e;
}

span.reportcolor,
.reportcolor{
  color:#aa75ad;
}

span.howtocolor,
.howtocolor{
  color:#7fb2d4;
}
span.careercolor,
.careercolor{
  color: #a6af68;
}

.nav_pc_ul li .nav_child li > ul {
  display: inline-block;
  border-radius: 5px;
}

@media screen and (max-width:799px) {
	header {
		width: 100%;
		background-color: #ffffff;
	}
	
	header .header_top {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	.nav_pc_ul {
    padding-bottom: 40px;
	}
	
	.wm-logo {
	  width: 160px;
	  position: absolute;
	  left: 50%;
	  top: 0%;
	  transform: translateX(-50%);
	}
	
	header .header_top .wrap {
		height: 32px;
	}
  
  header .header_top .header_sns .twt {
    width: 18px;
    padding-right: 6px;
  }
  
  header .header_top .header_sns .inst {
    width: 15px;
  }
  
  
  header .header_top .header_sns {
    /* display: none; */
    top: 50%;
    right: 20px;
    padding: 0;
    transform: translateY(-50%);
}
  
	#mv {
		margin-top: 62px;
	}
}

@media screen and (max-width:499px) {
	header .header_top {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.nav_pc {
		display: none;
	}
	#header_nav {
		display: none;
	}
}

/*  -------- 子リストメニュー  -------------- */

.nav_child {
   opacity:0;
  /* display: none; */
	position: absolute;
	top:50px;
	left: 50%;
	transform: translate(-50%);
	width: 200px;
	z-index: 100;
	border-radius: 4px;
	-webkit-transition: .2s;
	transition: .2s;
}

.nav_pc_ul .nav_child.active {
	transition: .2s;
  -webkit-transition: .2s;
  top:60px;
  display: block;
  animation: show .1s linear 0s;
  opacity: 1;
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.nav_child li {
	width: 100%;
	display: block;
}

header #header_nav #nav_pc ul > li.nav_interview > ul {
  background-color: #fff2dd;
}

header #header_nav #nav_pc ul > li.nav_report > ul {
  background-color: #fcf0fc;
}

header #header_nav #nav_pc ul > li.nav_howto > ul {
  background-color: #f2faff;
}

header #header_nav #nav_pc ul > li.nav_career s> ul {
  background-color: #f2faff;
}

li.nav_interview .nav_child li a {
  color:#ecb55e; 
}

li.nav_report .nav_child li a{
  color:#aa75ad;
  letter-spacing: 1.5px;
  font-size:  12px;
}

li.nav_howto .nav_child li a {
  color:#7fb2d4;
}

li.nav_career .nav_child li a {
  color:#a6af68;
}

.nav_child li a {
  display: block;
  padding: 15px 7px;
  font-size: 0.9em;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  font-weight: 100;
}

.nav_child li:last-child a {
	border-bottom: none;
}


/*  -------- nav_SP  -------------- */

.splastul {
	padding: 0 0 20px 0;
	margin-bottom: 20px;
}

.splastul a {
    display: block;
    padding: 10px;
    line-height: 1;
    opacity: 0.7;
    font-size: 13px;
}

.splastul li {
    border-bottom: 1px dotted #DDD;
    width: 100%;
}

.splastul li:first-child {
  border-top: 1px dotted #ddd;
}

#nav_sp .nav_wrap {
    position: absolute;
    top: 0;
    left: 0;
    overflow: scroll;
	  -webkit-overflow-scrolling: touch;
	  overflow-scrolling: touch;
    padding: 15px 0;
    height: calc(100%);
    width: calc(100% - 20px);
    box-sizing: border-box;
    margin: 0 10px;
}

#nav_sp .gnavultype span {
	padding-top: 5px;
}
#nav_sp .gnavultype > li {
    font-family: 'Jost', san-serif;
}

.nav_sp_disc .wm-logo {
    width: 160px;
    margin: 20px auto 30px auto;
	    position: relative;
    left: auto;
    top: auto;
    transform: translateX(0);
}


.disc_article li a {
	display: inline-block;
}

.nav_wrap #header_update h2 {
    border-bottom: 0px;
    margin: 0 auto;
    font-family: 'Jost', san-serif;
    border-bottom: 0px;
    padding-bottom: 15px;
    font-size: 22px;
    display: block;
    text-align: center;
}
  .nav_wrap #header_update h2 span {
    display: block;
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
	border-bottom: 0px;
	}
	
 #header_update .disc_article {
    padding-bottom: 30px;
}

@media screen and (max-width: 799px){
	
	#header_update .wrap {
    margin: 0px;
	}
	
	#header_update .disc_article {
    padding-bottom: 15px;
	}
	
	.nav_wrap .disc_article .article_img {
    width: 30%;
    border-radius: 10px;
    display: inline-block;
    padding-right: 12px;
	}
	
	.nav_wrap .disc_article .box_txt {
    width: calc(68% - 18px);
    display: inline-block;
    vertical-align: top;
	}
	
	.nav_wrap .disc_article .tag {
    padding-top: 0px;
	}
	
	.nav_wrap .disc_article h3 {
    font-size: 13px;
    padding-top: 9px;
	}
	
	.nav_wrap .disc_article .tag {
    font-size: 11px;
    padding-top: 0px;
    background-size: 16px;
    padding-left: 19px;
	margin-top: 0px;
	}
	
	.nav_wrap .disc_article .date {
		display: none;
	}
	

	
	
	
	.nav_wrap .disc_article:first-child {
    padding-right: 0;
    padding-top: 15px;
    border-top: 1px dotted #ddd;
	}
	

}


/* -------- MV ----------- */

#main #mv {
	box-shadow:0 2px 14px rgba(0,0,0,0.07);
    border-radius: 12px;
    overflow: hidden;
}

#main #mv .swiper-wrapper li {
    border-radius: 10px;
	width: 100%;
}

#main #mv .swiper-wrapper li a {
	color: #ffffff;
	border-radius: 10px;
	display: flex;
	overflow: hidden;
	line-height: 0;
}

.fv_slide_img{
	width: 65%;
	display: flex;
}

.fv_slide_txt{
	width: 35%;
	padding: 0 20px;
	display: flex;
	align-items: center;
}

#main #mv .swiper-wrapper li .date {
	font-size: 12px;
	color: #222;
	font-family: 'Jost', san-serif;
	margin-bottom: 10px;
}

#main #mv .swiper-wrapper li .slider_ttl {
	font-size: 18px;
	color: #222;
	font-weight: 600;
	line-height: 1.35;
	margin-top: 10px;
	margin-bottom: 15px;
}

#main #mv .swiper-wrapper li .tag{
	font-size: 11px;
    font-weight: 600;
    color: #fff;
    background-color: #6aadc1;
    display: inline-block;
    padding: 1px 5px 0;
    border-radius: 3px;
}

#main #mv .swiper-wrapper li .tag.tag_beginners,
#main #mv .swiper-wrapper li .tag.tag_pickup{
    background-color: #da6f6f;
}

#main #mv .swiper-wrapper .filter_blk {
    width: 100%;
    height: 100%;
    opacity: 0.8;
	  border-radius: 10px;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 45%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 45%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 45%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
}

.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 20px;
		right: 20px;
		text-align: right;
		width: 98%;
}
				
.swiper-pagination-bullet{
		width: 5px;
		height: 5px;
		margin: 0 2px;
}
				
.swiper-pagination-bullet-active{
		background: #1e1e1e;
}

#main #mv .box_txt {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #fff;
	padding-right: 12px;
}

#main #mv .box_txt p {
	color: #ffffff;
}

@media screen and (max-width: 600px){
	#main #mv .swiper-wrapper li a{
		display: block;
		min-height: 85vw;
	}
		
	.fv_slide_img{
		width: 100%;
	}
		
	.fv_slide_txt{
		width: 100%;
		padding: 20px 10px 50px;
		box-sizing: border-box;
	}
	
	#main #mv .swiper-wrapper li h3 {
		font-size: 18px;
	}
	
	.swiper-container-horizontal>.swiper-pagination-bullets{
		text-align: center;
		bottom: 15px;
		width: 100%;
	}
	
	#main #mv .swiper-wrapper li .slider_ttl{
		font-size: 16px;
	}
  
}

/*--------------------------------------
  #UPDATE
---------------------------------------*/

#update {
    padding-top: 30px;
    padding-bottom: 20px;
}

.wrap{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#update h3.tac,
#popular h3.tac{
    font-family:'Jost';
    font-size: 28px;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
    margin: 70px auto 70px;
    width: 180px;
}

#update.footer_recommend h2 {
    width: 170px;
}

.footer_recommend{
  background-color: #f9f9f9;
}

#update h3.tac span,
#popular h3.tac span{
    display: block;
    font-size: 12px;
    padding-top: 18px;
    padding-bottom: 9px;
}

.disc {
  width: calc(33.33% - 25px);
  display: inline-block;
  text-align: left;
	vertical-align: top;
}

@media screen and (max-width: 799px) {
  .footer_update .disc_article .tag {
    font-size: 11px;
    padding-top: 0px;
    background-size: 16px;
    padding-left: 0px;
  }
  
  .disc_article .date {
    padding-bottom: 0px;
  }
  
  #update h2, #popular h2{
    margin: 40px auto 40px;
  }	
}

/*--------------------------------------
  共通
---------------------------------------*/
.pager {
    padding-top: 60px;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 0;
}

.under #main .pager a {
    text-decoration: none;
    font-size: 13px;
    color: #1f1f1f;
}

.pager .prev,
.pager .next {
    display: flex;
    width: 100px;
    align-items: center;
}

#wm__contents .pager .prev img{
    width:10px;
    margin-left: 4px;
}

#wm__contents .pager .next img {
    width:10px;
    margin-right: 4px;
}

.pager .next {
    float: left; 
}

.pager .prev {
    float: right;
}

/*--------------------------------------
  アーカイブページ　矢印
---------------------------------------*/
.nav-links {
  text-align: center;
}


.page-numbers {
    padding: 10px 9px;
    font-size: 17px;
    font-family: 'Jost', san-serif;
    margin: 4px;
  color: #999!important;
}

span.page-numbers.current{
  color: #1e1e1e!important;
}

.pager1 {
  padding-top: 60px;
  max-width: none;
  margin: 0 auto;
  margin-bottom: 100px;
}
.pager1 .next, 
.pager1 .prev {
  display: inline-block;
  color: #000;
  text-indent: -9999px;
  width: 17px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: 13px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  height: 26px;
  vertical-align: middle;
}
.pager1 .next {
  background-image: url(/img/common/arrow_right.png);
  margin-left: 20px;
}
.pager1 .prev {
  background-image: url(/img/common/arrow_left.png);
  margin-right: 0 20px;
}
@media screen and (max-width: 780px){
  .page-numbers {
      margin: 4px;
      border-radius: 3px;
    }
  .page-numbers {
padding: 10px 14px;
  }
}
/*--------------------------------------
  記事タイプ01 
---------------------------------------*/

.disc_article{
  margin-right:30px;
  margin-bottom: 60px;
}

#rcm-mdl .disc_article {
  margin-bottom: 30px;
}

.disc_article .tag_officetour,
.disc_article .tag_palette,
.disc_article .tag_model-interview{
  color: #ecb55e;
}

.disc_article .tag_report,
.disc_article .tag_event,
.disc_article .tag_works{
  color: #915395;
}

.disc_article .tag_howto,
.disc_article .tag_model{
  color: #7fb2d4;
}

.disc_article .tag_career {
  color:  #a6af68;
}

.disc_article .date {
    font-size: 14px;
    font-family:'Jost', san-serif;
    line-height: 1.0;
    padding-bottom: 9px;
    color: #7c7c7c;
  }

.disc_article h3 {
  font-size: 15px;
  line-height: 1.7;
}


.disc_article .article_img {
  width: 100%;
  border-radius: 10px;
  line-height: 1.0;
}

.disc_article .article_img img {
  border-radius: 10px;
}

.disc_article .tag {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.disc:nth-child(3n){
  margin-right: 0px;
}

@media screen and (max-width: 800px) {
	.disc:nth-child(3n){
  margin-right: auto;
	}
}

/* ---- 文字色コード ----- */

.txt_vlt {
  color: #915395;
}

.txt_org {
  color: #ecb55e;
}

.txt_blu {
  color: #7fb2d4;
}

.txt_grn {
  color:  #a6af68;
}


/* --------モデルのおすすめ ------------  */

#rcm-mdl {
  padding-top:100px;
  padding-bottom: 100px;
  background-color: #fef9ef;
}

#rcm-mdl .wrap h2 {
  width: 283px;
  margin: 0 auto;
  padding-bottom: 50px;
}


/* --------シュウモのおすすめ ------------  */

#rcm-shuumo {
    padding-top: 100px;
    padding-bottom: 186px;
    background-color: #fdecef;
    position: relative;
    overflow: hidden;
}

#rcm-shuumo h3 {
  font-family:'Jost', san-serif;
  font-size: 35px;
  color: #e68394;
  padding-bottom: 45px;
}

#rcm-shuumo h3 span {
  display: block;
  font-size: 12px;
}

#rcm-shuumo .disc_shuumo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -41px;
}


#rcm-shuumo .disc_shuumo_wrap {
    position: relative;
    height: 314px;
    width: 349px;
    margin: 0 auto;
}

#rcm-shuumo .disc_shuumo .shuumo {
	width: 170px;
	position: absolute;
	bottom: 30px;
	left: 0px;
	transition: .4s;
	cursor: pointer;
}

#rcm-shuumo .disc_shuumo .balloontop {
  width: 211px;
  height: 160px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url('../img/common/balloon.png');
  background-size: 211px 160px;
  background-position: center center;
  background-repeat: no-repeat;
}

#rcm-shuumo .disc_shuumo .balloontop .balloontop_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

#rcm-shuumo .disc_shuumo .balloontop_cmnt {
  width: 154px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}



@media screen and (max-width : 799px ) {
	.wrap {
		margin: 0 20px;
	}
  
	.disc {
		width: 100%;
		max-width: 460px;
		display:block;
		margin: 0 auto;
	}
  
  .disc_article {
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;
  }
  
  .disc_article:last-child {
    border-bottom: none;
  }
  
  .under .footer_update .article_img,
  .under .footer_popular .article_img {
    width: 30%;
    border-radius: 10px;
    display: inline-block;
    padding-right: 12px;
  }
  
   .under .footer_update .box_txt,
	.under .footer_popular .box_txt{
    width: calc(70% - 18px);
    display: inline-block;
    vertical-align: top;
  }
  
  
  .footer_update .disc_article .date {
    display: none;
  }
  
  
  .disc_article .tag {
    padding-top: 0px;
    padding-bottom: 0px;
	margin-top: 5px;
  } 
  
  .under .footer_update .disc_article h3 {
    font-size: 13px;
    padding-top: 9px;
  }
  
  
  
  
  
	#rcm-shuumo .disc_shuumo .shuumo {
		width: 120px;
		height: auto;
		left: 36px;
	}
	#rcm-shuumo .disc_shuumo_wrap {
		height: 274px;
	}
}

#rcm-shuumo .disc_shuumo .shuumo:hover {
		animation-name: shuumoanimation;
	animation-duration: .8s;
	animation-iteration-count:1;
}

/*@keyframes shuumoanimation {
    0% {bottom: 40px;left:10px;}
	100% {bottom: -300px;left:-800px;width: 1700px;}	
}*/
@keyframes shuumoanimation {
    0% {bottom: 40px;left:10px;}
    5% {bottom: 30px;}
	10% {bottom: 40px;}
	15% {bottom: 30px;}
	20% {bottom: 40px;}
	25% {bottom: 30px;}
	30% {bottom: 40px;}
	35% {bottom: 30px;}
	40% {bottom: 40px;}
	45% {bottom: 30px;}
	50% {bottom: 40px;}
	55% {bottom: 30px;}
	60% {bottom: 40px;}
	65% {bottom: 30px;}
	70% {bottom: 40px;}
	75% {bottom: 30px;}
	80% {bottom: 40px;}
	85% {bottom: 30px;}
	90% {bottom: 40px;}
	95% {bottom: 30px;}
	100% {bottom: 40px;}	
}

/* -------- wmApp ------------  */

#wmApp {
    background-color: #f9f9f9;
    padding-top: 83px;
    padding-bottom: 67px;
    /* position: relative; */
    overflow: hidden;
}

#wmApp .wrap {
  max-width: 625px;
  margin: 0 auto;
  position: relative;
}

#wmApp .wrap .logo {
    width: 248px;
    line-height: 1.0;
    display: inline-block;
}

#wmApp .wrap .wmApp_left {
  text-align: center;
  width: 50%;
}
#wmApp .wrap .wmApp_txt_01 {
  font-size: 12px;
  font-weight: 600px;
  color: #747474;
  line-height: 1.0;
  padding-top: 20px;
}

#wmApp .wrap .wmApp_app {
  padding-top: 25px;
  padding-bottom: 42px;
}

#wmApp .wrap .wmApp_app .app{
  display: inline-block;
  width: 135px;
}

/*#wmApp .wrap .wmApp_app .app:first-child {
  padding-right: 20px;
}*/

.button_base a{
  display: inline-block;
  vertical-align: middle;
  line-height: 37px;
  font-size: 15px;
  font-weight: 600px;
  color: #fff;
  background-color: #DC69A0;
  width: 190px;
  height: 37px;
  border-radius: 18px;
}

#wmApp .wrap .wmApp_txt_02 {
  font-size: 12px;
  color: #747474;
  padding-top: 7px;
}

#wmApp .wrap .wmApp_txt_03 a {
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    margin-top: 15px;
    padding-right: 20px;
    background-image: url('../img/arrow_right.svg');
    background-size: 9px;
    background-position: right center;
    background-repeat: no-repeat;
    color: #1f1f1f;
}


#wmApp .wrap .wmApp_right .iphone {
    width: 232px;
    position: absolute;
    bottom: -165px;
    right: 0px;
}

footer {
  width: 100%;
  height: 90px;
  text-align: center;
}

footer .copyright {
  font-size: 12px;
  color: #aaaaaa;
  vertical-align: middle;
  line-height: 90px;
}

@media screen and (max-width:799px) {
	#wmApp .wrap .wmApp_left {
	  width: 100%;
	}
	#wmApp .wrap .wmApp_right .iphone {
		width: 232px;
		position: relative;
		bottom: auto;
		right: auto;
		margin: 15px auto -120px auto;
		padding: 0;
	}
	#wmApp .wrap .logo {
		width: 160px;
	}
} 



/*--------------------------------------
  背景色
---------------------------------------*/



#palette #main {
    position: relative;
    /*z-index: -2;*/
    padding-bottom: 70px;
}

#bg{
  background-color: rgba(75,71,229,0.05);
  position: absolute;
  top: 250px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index:-1;
}

div#bg {
 min-height: 98%; /* 最小の高さ */
 width: 100%
}

body > div#bg {
  height: auto; /* 要素を超えた分の背景が伸びないブラウザ用 */
}
  
  .under #main a {
	  text-decoration: underline;
  }

/*--------------------------------------
  アーカイブページ
---------------------------------------*/

.archive_ttl_wrap {
  text-align: center;
      padding-bottom: 70px;
      max-width: 600px;
  margin: 0 auto;
}
.archive_ttl {
  font-size: 28px;
  font-family: "Jost", san-serif;
  padding-bottom: 30px;
}


.archive_ttl_eng:before, 
.archive_ttl_eng:after 
{   content: " ";
    display: inline-block;
    width: 31px;
    height: 17px;
    background-size: 23px 16px;
    background-repeat: no-repeat;
}

.interviewcolor .archive_ttl_eng:before, 
.interviewcolor .archive_ttl_eng:after {
  background: url(../img/icn_org.svg);
  background-size: 23px 16px;
    background-repeat: no-repeat;
}


.reportcolor .archive_ttl_eng:before, 
.reportcolor .archive_ttl_eng:after {
  background: url(../img/icon_vlt.svg);
  background-size: 23px 16px;
    background-repeat: no-repeat;
}


.howtocolor .archive_ttl_eng:before, 
.howtocolor .archive_ttl_eng:after {
  background: url(../img/icon_blu.svg);
  background-size: 23px 16px;
    background-repeat: no-repeat;
}


.archive_ttl_eng:before {
  background-position: left;
}

.archive_ttl_eng:after {
  background-position: right;
}


.archive_ttl span.archive_ttl_ja {
  display: block;  
  font-size: 12px;
  padding-top: 15px;
}

p.archive_balloon {
    font-size: 13px;
    padding: 25px 40px;
    border-radius: 15px 15px 0px 15px;
    box-sizing: border-box;
    /* max-width: 500px; */
    display: inline-block;
    /* right: 0; */
    /* margin-left: 80px; */
    line-height: 1.9;
    text-align: left;
  
      width: 88%;
      z-index: 10;
}

.archive_ttl_wrap_report p.archive_balloon {
  background-color: #f6f1f7;
}

.archive_ttl_wrap_interview p.archive_balloon {
  background-color: #fefaf7;
}

.archive_ttl_wrap_howto p.archive_balloon {
  background-color: #f2f7fb;
}


.archive_balloon_wrap .archive_shuumo {
    bottom: 0px;
    position: absolute;
    right: 0px;
}
.archive_shuumo {
    display: inline-block;
    width: 51px;
      z-index: 20;
}

.archive_balloon_wrap {
  position: relative;
}



@media screen and (max-width: 780px) {
  
  .archive_ttl {
    font-size: 23px;
    padding-bottom: 20px;
  }
  
  .archive_ttl_wrap {
    padding-top: 30px;
    padding-bottom: 50px;
}
  .archive_ttl span.archive_ttl_ja {
    font-size: 12px;
    padding-top: 9px;
  }
  
    .archive_ttl_eng:before, 
    .archive_ttl_eng:after {
        width: 21px;
        height: 13px;
        background: url(../img/icn_org.svg);
        background-size: 17px 11px;
        background-repeat: no-repeat;
    }
  
}


/*--------------------------------------
  #palette

---------------------------------------*/

#palette #main .wrap {
  max-width: 800px;
   font-size: 14px;
    line-height: 1.9;
}

#palette.officetour #main .wrap {
  max-width: 800px;
}

#palette #main .wrap.wrap_contents {
  max-width: 600px;
	margin: 0 auto;
}

#palette .report_contents{
    max-width: 600px;
    margin: 0 auto;
}

.mag_wrap{
    max-width: 600px;
    margin: 0 auto;
}
@media screen and (max-width: 799px) {
	.mag_wrap{
    	margin: 0 20px;
	}
}

h2#palette_h2 {
    max-width: 300px;
	width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 0 auto;
}

#palette .mv {
  max-width: 800px;
  margin: 0 auto;
}

#palette #main .container {
  padding-bottom: 100px;
}

#palette #main .container_max {
    padding-bottom: 0px;
	z-index: 2;
    position: relative;
}


#palette .katagaki {
  text-align: center;
}


#palette .katagaki .katagaki_01,
#palette .katagaki .katagaki_02 {
  display: inline-block;
  font-weight: 600;
}

/*.katagaki_01 {
  color: #faafd2;
}*/

#palette .disc_smry {
  padding:30px 0;
}

#palette .disc_smry .theme {
    font-size: 28px;
    line-height: 1.2;
    padding-top: 30px;
}

#palette .disc_smry .theme h1 {
    line-height: 1.2;
    font-size: 28px;
    color: #000000;
    font-weight: 400;
}

#palette .disc_smry .date {
  font-family:'Jost', san-serif;
  font-size: 14px;
  color: #7c7c7c;
  padding-top: 10px;
}

#palette #main .wrap h2,
#palette #main .wrap .komidashi{
	padding: 60px 0 10px 0;
	margin-bottom: 10px;
	line-height: 1.35;
  font-size: 20px;
	font-weight: bold;
}

p.voice {
  font-size: 14px;
  line-height: 1.9;
}

#palette .balloon p {
    font-size: 13px;
    padding: 25px 40px;
    background-color: #fff;
    border-radius: 15px 15px 0px 15px;
    box-sizing: border-box;
    max-width: 500px;
    display: inline-block;
    /* right: 0; */
    margin-left: 80px;
    line-height: 1.9;
	box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

#palette.officetour .balloon p {
	background-color: #f9f9f9;
	box-shadow: none;
}

#palette .balloon p {
  margin-left: 0px;
  margin-right: 80px;
}

#palette .disc_palette {
  padding-bottom: 60px;
}

.talk {
  padding-top: 15px;
}

.talk_shuumo .talk_right {
	padding: 12px;
	vertical-align: top;
	background-color: #f9f9f9;
	box-shadow: none;
	border-radius: 0px 20px 20px 20px;
	max-width: 510px;
}

.talk_shuumo.talk_you .talk_right p {
  /*color: #717171;*/
  font-weight: normal;
}

.talk .talk_face {
  width: 50px;
  display: inline-block;
  top: 0;
  left: 0;
  padding-right: 10px;
	padding-top: 3px;
}

.talk .talk_face img {
	border-radius: 100px;
}

.talk_model .talk_face {
  vertical-align: top;
}
.talk_model .talk_right{
	padding-bottom: 30px;
}
.talk_right{
  display: inline-block;
  top: 0;
  right: 0;
}

.talk_right .talk_txt {
  font-size: 14px;
  line-height: 1.9;
	margin: 0;
}

.wrap__single .mag__contentWrap--default p.talk_txt {
	margin: 0;
}

.talk_img {
  padding-top: 20px;
}

.h_attention {
	margin:50px auto 30px auto;
	padding:20px;
	border-radius:6px;
	background:#ffffff;
	box-shadow:0 0 12px #efefef;
	border-left:8px solid #530000;
	font-size: 14px;
}

.under .wrap {
	text-align: left;
}

@media screen and (max-width:599px) {
  .palette_wrap {
    margin: 0 20px;
  }
  .palette_wrap .wrap{
    margin: 0;
  }
	#palette .disc_smry .balloon p {
		padding: 20px 20px;
		margin-left: 50px;
	}
	.talk .talk_face {
  		width: 38px;
		padding-top: 9px;
	}
	.talk_model .talk_right {
		padding-top: 0px;
	}
	.talk_shuumo .talk_right {
		width: calc(100% - 80px);
	}
	.balloon p {
		padding: 15px;
	}
	
  #palette .shuumo {
		width: 70px;
	}
	
	#palette .disc_smry .theme h1 {
		font-size: 22px;
	}
  
  #palette .balloon p {
     margin-right: 58px;
     padding: 18px 18px;
  }
  
    
  #palette #main .container {
    padding-bottom: 0px;
  }
  
  #palette .disc_palette {
    padding-bottom: 60px;
  }
  
  #palette .mag_sns_share_area {
    padding-top: 0px;
  }
  
}

#btnshuumo {
	cursor: pointer;
}

#shuumo_detail {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

#palette .shuumo {
    width: 70px;
    display: inline-block;
    position: absolute;
}


#shuumo_detail .wrap {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50% , -50%);
	margin: 0 !important;
} 

#shuumo_detail h6 {
	width: 260px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

#shuumo_detail p {
	width: 260px;
	text-align: left;
}

#shuumodetailclose {
	background-color: #faafd2;
	border-radius: 100px;
	display: inline-block;
	position: absolute;
	top:-10px;
	right:-10px;
	cursor: pointer;
	padding: 3px 8px;
	color: #ffffff;
}

.rcm-ul {
	text-align: left;
	padding: 0 0 100px 0;
	max-width: 450px;
	margin: 0 auto;
}

.rcm-ul li a {
	display: block;
	padding: 8px 0 8px 0;
	border-bottom: solid 1px rgba(230,131,148,0.5);
	margin: 0 0 5px 0;
	font-size: 0.9em;
	line-height: 1.5;
}

.rcm-ul li:last-child a {
	border-bottom: none;
}

.rcmdate {
	color: #666666;
	display: block;
	font-size: 0.85em;
	padding: 0 0 2px 0;
}


/* --------------------------------------------------------------------------*
* レポートページ
*--------------------------------------------------------------------------- */
.report_title_box {
  text-align: center;
  padding-bottom: 41px;
}


h2#report_h2 {
    font-size: 24px;
    color: #515151;
    max-width: 300px;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 0 auto;
    width: 87px;
}

#report_h1 {
  font-size:  28px;
 color: #aa75ad;
  line-height: 1.35;
}

.officetour #report_h1{
  color: #ecb55e;
}

.report_h4,
.report_contents h6{
  font-size:  20px;
  color: #aa75ad;
  padding: 60px 0 10px 0;
  line-height: 1.35;
  border-bottom: solid 2px #aa75ad;
  font-weight: 600;
}

.report_date {
  font-size: 15px;
  color: #7c7c7c;
  font-family: 'Jost', san-serif;
  padding-top: 10px;
}

a.report_link {
  font-size: 12px;
  color: #f398f8;
  padding-left: 15px;
  text-decoration: underline;
}

.report_article_txt,
.report_contents p{
  font-size: 14px;
  color: #333;
  padding-top: 30px;
  line-height: 1.9;
}

.report_article_caption {
  font-size: 12px;
  color: #666;
}

.report_mv {
  max-width: 800px;
  margin: 0 auto;
}

.report_article_img {
    width: 100%;
    padding-top: 31px;
}

.report_article_img_01 img {
  box-shadow: none;
}

p.report_article_img_01 {
    max-width: 452px;
    margin: 0 auto;
  padding-top: 0;
}

.report_wrap {
  max-width: 600px;
	padding-bottom: 100px;
}


.report_shuumo {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;

}

.report_shuumo .report_shuumo {
    width: 115px;
    position: absolute;
    bottom: 0px;
}

.report_shuumo_bottom .report_shuumo {
    bottom: -9px;
}
.report_shuumo_bottom {
    max-width: 485px;
    /* width: 100%; */
    margin: 0 auto;
    position: relative;
    padding-top: 46px;
    padding-bottom: 75px;
    /* margin: 0 auto; */
}

.officetour .report_shuumo_bottom {
  max-width: none;
}

 p.report_shuumo_balloon {
    margin-left: 0px;
    float: right;
}



p.report_shuumo_balloon {
    font-size: 13px;
    padding: 25px 40px;
    background-color: #f9eef9;
    border-radius: 15px;
    box-sizing: border-box;
    display: inline-block;
    right: 0;
    margin-left: 80px;
    line-height: 1.9;
}

.officetour p.report_shuumo_balloon {
    background-color: #fefaf7;
}
.main_report .mag_sns_share_area {

  padding-top: 0px;
  padding-bottom: 50px;
    max-width: 800px; /* 190419 変更 */
    margin: 0 auto;
}


@media screen and (max-width: 599px){
  
  .report_wrap {
    padding-bottom: 50px;
  }
  
  
  .report_title_box {
    padding-bottom: 22px;
    margin: 0 10px;
  }
  
  .report_h1 {
    font-size: 22px;
  }
  
  .report_shuumo {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  
   .report_shuumo_bottom .report_shuumo {
    margin-left: 0 ;
  }
  
  
  .report_shuumo .report_shuumo {
    width: 70px;
  }
  
  
  p.report_shuumo_balloon {
    padding: 18px 18px;
    margin-left: 58px;
  }

  .report_shuumo_bottom {
    margin: 0px;
  }
  .main_report .pager {
    padding-top: 30px;
    margin-bottom: 0px;
  }
  
  .main_report .mag_sns_share_area {
    margin: 0 10px;
  }
  
  p.report_article_img_01 {
    padding-top: 30px;
  }
  
  .report_h4:first-child {
    padding-top: 40px;
  }
  
}




/* /////////////// 190205 START //////////////// */

.mag_sns_share_area li {
	float: left;
	width: 24%;
	margin-right: 1.3%;
}

.mag_sns_share_area li:nth-child(4n) {
	margin-right: 0%;
}

.mag_sns_share_area li a {
	background-color: #eeeeee;
	padding: 10px 0px;
	display: block;
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	border-radius: 4px;
}

.mag_sns_share_area li.mag_sns_share_twitter a {
	background-color: #6cb0ec; 
	background-image: url('../img/btn_twitter.svg');
}
.mag_sns_share_area li.mag_sns_share_facebook a {
	background-color: #6d91ed;
	background-image: url('../img/btn_fb.svg');
	background-size: 6%;
}
.mag_sns_share_area li.mag_sns_share_line a {
	background-color: #8ad474;
	background-image: url('../img/btn_line.svg');
}
.mag_sns_share_area li.mag_sns_share_hatena a {
	background-color: #6dbeed; /*#87c8ed;*/
	background-image: url('../img/btn_hatena.svg');
}


.official_sns_list {
	text-align: center;
	padding: 30px 0 60px 0;
}

.official_sns_list li {
	display: inline-block;
	width: 40px;
	text-align: center;
	padding: 0 3px;	
}

.official_sns_list li img {
	width: 100%;
	height: auto;
}

.side_bnnr{
	padding-bottom: 60px;
}
.side_bnnr img{
	width: 300px;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width : 400px) {
	.side_bnnr{
		width: 100%;
	}
	.side_bnnr img{
		display: block;
		margin: 0 auto;
		width:100%;
	}
}

/*--------------------------------------
  SNS 左固定
---------------------------------------*/

header .mag_sns_share_area {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 10px;
	background-color: #fff;
    border-radius: 0px 10px 10px 0px;
    -webkit-box-shadow:0px 0px 15px 4px rgba(200,200,200,0.2);
    -moz-box-shadow:0px 0px 15px 4px rgba(200,200,200,0.2);
    box-shadow: 0px 0px 15px 4px rgba(200,200,200,0.2);
	z-index: 9999;
}

header .mag_sns_share_area ul {
	z-index: 9999;
}


header .mag_sns_share_area li {
    float: none;
    width: auto;
    margin-right: 0;
	margin-bottom: 6px;
}

header .mag_sns_share_area li:last-child {
	margin-bottom: 0px;
}

header .mag_sns_share_area li a {
    display: inline-block;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    padding: 0px;
	background-size: 55%;
}

header .mag_sns_share_area li.mag_sns_share_twitter a {
    background-color: #6cb0ec;
    background-image: url("../img/btn_twitter.svg");
}

header .mag_sns_share_area li.mag_sns_share_facebook a {
    background-size: 30%;
}

@media screen and (max-width: 780px) {
	#palette header .mag_sns_share_area {
    padding-top: 20px;
	}	
}

@media screen and (max-width: 900px) {
	header .mag_sns_share_area {
		display: none;
	}
}



/* /////////////// 190205 FINISH //////////////// */



/* /////////////// 190201 START //////////////// */



/* --------------------------------------------------------------------------*
* Popular ランキング
*--------------------------------------------------------------------------- */
.widget_popular_ranking ul li img {
    border: medium none;
    display: inline;
    float: left;
    margin-top: 3px;
    margin-right: 15px;
    height: auto;
    margin-bottom: 10px;
}

.wpp-list li {
    text-align: left;
}

#popular.container {
    padding-bottom: 100px;
}

.popular_tabs {
	text-align: center;
}

.popular_tabs_btn_wrap {
	padding-bottom: 70px;
}

.popular_tabs_btn{
    background: #fff;
}

.popular_tabs_btn.active {
    background: #fff;
    cursor: default;
}

.popular_tabs_btn {
    color: #a09f9f;
    font-size: 16px;
    font-family: 'Jost', san-serif;
    border-radius: 5px;
    padding: 0px 30px;
    vertical-align: middle;
    display: inline-block;
    padding: 7px 25px;
    letter-spacing: 0.07rem;
	min-height: 16px;
    line-height: 1;
	border: none;
}

.popular_tabs_btn.active {
    background: #f4a254;
    cursor: default;
    color: #fff;
}

.popular_tabs_btn:focus{
	outline:none;
}

.popular_tabs_panel ul{
    text-align: left;
    display: inline-block;
}

.popular_tabs_panel ul li {
    width: calc(33.33% - 24px);
    display: inline-block;
    text-align: left;
    vertical-align: top;
	margin-right: 30px;
}

.popular_tabs_panel ul li:last-child {
	margin-right: 0px;
}

.popular_tabs_panel ul li img {
    margin-top: 0px;
    margin-right: 0px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.popular_tabs_panel li a {
    font-size: 15px;
    line-height: 1.7;
}

/* 190205 クラス名修正 */
.popular_tabs_panel .disc_article {
    overflow: visible;
	position: relative;
}

.popular_tabs_panel .disc_article:after {
    content: "";
    width: 72px;
    height: 60px;
    display: block;
    background-size: contain;
    position: absolute;
    top: -18px;
    left: -12px;
    background-repeat: no-repeat;
}


.popular_tabs_panel .disc_article a {
	color: #000000;
	text-decoration: none;
}


/* タブ切替 */
.popular_tabs_panel{
  display: none;
}



/* /////////////// 190201 FINISH //////////////// */



/* /////////////// 190206 START //////////////// */

@media screen and (max-width: 900px) {
	.entry-icon-new{
    left: -9px;
    top: -17px;
	}
	
	#header_update .entry-icon-new {
    left: 0px;
    top: 5px;
    width: 30px;
    height: 31px;
    font-size: 13px;
    line-height: 30px;
	}
}

@media screen and (max-width: 900px) {
	.footer_update .entry-icon-new {
    left: -5px;
    top: -8px;
    width: 27px;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
	}
}


@media screen and (max-width: 580px) {
	.mag_sns_share_area li.mag_sns_share_facebook a {
    background-size: 11%;
	}
}




.screen-reader-text {
	display: none;
}

/* /////////////// 190307 FINISH ///////////////// */


/* /////////////// 190404 START ///////////////// */

/* --- SLIDER PRO プラグイン --- */

.sp-image-container, .sp-mask, .sp-no-js {
   overflow: visible!important;
}

.sp-slide {
    border-radius: 10px;
    overflow: hidden;
}

.sp-arrow:before  {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url('../img/common/slider_arrow_right.png')!important;
  background-size: contain;
	
  vertical-align: middle;
	position: absolute;
	left: 30%;
    top: 0;
    z-index: 1000;
}


.sp-arrow:before {
    transform: skew(0deg,0deg);
}

/*  --- ▼ プラグイン内のCSSをリセット ▼ --- */

/* PREVIOUS矢印「skewをリセット」&「rotateを適用」 */
.sp-horizontal.sp-rtl .sp-previous-arrow:before{
	-webkit-transform:rotate(180deg) skew(0deg,0deg)!important;
	-ms-transform:rotate(180deg) skew(0deg,0deg)!important;
	transform:rotate(180deg) skew(0deg,0deg)!important;
}

/* NEXT矢印「skewをリセット」&「rotateを適用」 */
.sp-horizontal.sp-rtl .sp-next-arrow:before{
	-webkit-transform:rotate(0deg) skew(0deg,0deg)!important;
	-ms-transform:rotate(0deg) skew(0deg,0deg)!important;
	transform:rotate(0deg) skew(0deg,0deg)!important;
}

.sp-next-arrow:after, 
.sp-next-arrow:before, 
.sp-previous-arrow:after, 
.sp-previous-arrow:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 9999;
	background-color: transparent
}


.sp-next-arrow:after,
.sp-previous-arrow:after{
	display: none;
}
#main #mv .slider_top li a {
    color: #ffffff;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
    border-radius: 10!important;
}

@media screen and (max-width: 600px) {
	.sp-slide {
    border-radius: 0px;
    overflow: hidden;
	}
	
	#main #mv .slider_top li a {
    border-radius: 0px;
	}
}



.sp-arrow:before {
    left: 30%;
    top: 0;
    -webkit-transform: skew(145deg,0deg);
    -ms-transform: skew(145deg,0deg);
    transform: skew(145deg,0deg);
    display: block;
    left: 0%;
    width: 20px;
    height: 20px;
}

/* /////////////// 190404 FINISH ///////////////// */

/* /////////////// 190201 START //////////////// */



/* --------------------------------------------------------------------------*
* Popular ランキング
*--------------------------------------------------------------------------- */
.widget_popular_ranking ul li img {
    border: medium none;
    display: inline;
    float: left;
    margin-top: 3px;
    margin-right: 15px;
    height: auto;
    margin-bottom: 10px;
}

.wpp-list li {
    text-align: left;
}

#popular.container {
    padding-bottom: 100px;
}

.popular_tabs {
	text-align: center;
}

.popular_tabs_btn_wrap {
	padding-bottom: 70px;
}

.popular_tabs_btn{
    background: #fff;
}

.popular_tabs_btn.active {
    background: #fff;
    cursor: default;
}

.popular_tabs_btn {
    color: #a09f9f;
    font-size: 16px;
    font-family: 'Jost', san-serif;
    border-radius: 5px;
    padding: 0px 30px;
    vertical-align: middle;
    display: inline-block;
    padding: 7px 25px;
    letter-spacing: 0.07rem;
	min-height: 16px;
    line-height: 1;
	border: none;
}

.popular_tabs_btn.active {
    background: #f4a254;
    cursor: default;
    color: #fff;
}

.popular_tabs_btn:focus{
	outline:none;
}

.popular_tabs_panel ul{
    text-align: left;
    display: inline-block;
}

.popular_tabs_panel ul li {
    width: calc(33.33% - 25px);
    display: inline-block;
    text-align: left;
    vertical-align: top;
	margin-right: 30px;
}

.popular_tabs_panel ul li:last-child {
	margin-right: 0px;
}

.popular_tabs_panel ul li img {
    margin-top: 0px;
    margin-right: 0px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.popular_tabs_panel li a {
    font-size: 15px;
    line-height: 1.7;
}

/* 190205 クラス名修正 */
.popular_tabs_panel .disc_article {
    overflow: visible;
	position: relative;
}

.popular_tabs_panel .disc_article:after {
    content: "";
    width: 72px;
    height: 60px;
    display: block;
    background-size: contain;
    position: absolute;
    top: -18px;
    left: -12px;
    background-repeat: no-repeat;
}

.popular_tabs_panel .disc_article:first-child:after {
	background-image: url(/img/common/icn_rank1.png);
}

.popular_tabs_panel .disc_article:nth-child(2):after {
	background-image: url(/img/common/icn_rank2.png);
}

.popular_tabs_panel .disc_article:nth-child(3):after {
	background-image: url(/img/common/icn_rank3.png);
}

.popular_tabs_panel .disc_article a {
	color: #000000;
	text-decoration: none;
}


/* タブ切替 */
.popular_tabs_panel{
  display: none;
}



.popular_tabs_btn_wrap {
		text-align: center;
	}

@media screen and (max-width: 799px) {
	
	.popular_tabs_btn_wrap {
    padding-bottom: 45px;
		text-align: center;
	}
	
	.popular_tabs_panel ul li {
    width: 100%;
    display: block;
    margin: 0 auto;
	}
	
	.popular_tabs_panel ul li img {
    margin-bottom: 0px; 
	}
	
	.popular_tabs .disc_article {
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;
	}
	
	.popular_tabs .disc_article:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 0px;
	}
	
	.popular_tabs .disc_article .article_img {
    width: 100%;
	padding-bottom: 0px;
    border-radius: 10px;
    display: inline-block;
    padding-right: 0px;
	}
	.popular_tabs_btn {
	padding: 7px 20px;
	}
	.popular_tabs_btn_wrap {
    padding-bottom: 35px;
	}
	.popular_tabs_panel ul li {
		max-width: none;
	}
	.popular_tabs_panel .disc_article:after {
    top: -12px;
    left: -10px;
		width: 21%;
	}
	
	.popular_tabs .disc_article .box_txt {
    width: 100%;
	}
	.popular_tabs_panel li a {
    font-size: 13px;
	}
	
}

/* /////////////// 190201 FINISH //////////////// */

/* /////////////// 190424 START ///////////////// */

.error-404 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 499px) {
	.error-404 {
    padding-bottom: 0px;
	}
}

/* /////////////// 190424 FINISH ///////////////// */

.in_quote {
	font-size: 0.7em !important;
	padding: 4px 0 4px 0;
	color: #bbbbbb;
}

.cat_ttl {
	color: #1e1e1e;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin-bottom: 50px;
}
