@charset "utf-8";
img {
  display: block;
}
#pager {
  margin-bottom: 10px;
}
#knowhow {
  color: #333;
  width: 1018px;
  background: #eeebe6;
  border: 1px solid #e7d5ca;
  padding: 19px 0;
  margin: 0 auto 30px;
}
#tit {
  position: relative;
}
#knowhow h2 img {
  margin: 0 auto 20px;
}
#tit div,
.tit_text {
  color: #333;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 185px;
  left: 75px;
}
#knowhow_layout {
  overflow: hidden;
  padding: 0 20px 0 18px;
}
#knowhow_l {
  float: left;
  width: 600px;
}
.details {
  width: 660px !important;
}
#knowhow_r {
  float: right;
  width: 365px;
}
.details + #knowhow_r {
  width: 305px !important;
}
#tit_new,
#knowhow_nav dt {
  font-size: 16px;
  font-weight: bold;
  width: 92px;
  height: 46px;
  border-radius: 5px;
  position: relative;
  padding: 14px 0 0 58px;
  margin-bottom: 20px;
}
#tit_new {
  color: #00a0cd;
  background: #fff url(../images/knowhow/news.png) no-repeat 20px 15px;
}
#knowhow_nav dt {
  color: #887eb3;
  background: #fff url(../images/knowhow/category.png) no-repeat 20px 15px;
}
li[class^="knowhow_item"] {
  cursor: pointer;
  position: relative;
  padding: 30px 50px 30px 30px;
}
li[class^="knowhow_item"]:hover {
  background: #fffcd6;
}
li[class^="knowhow_item"]:hover a {
  text-decoration: none;
}
.knowhow_item:after {
  transform: rotate(45deg);
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
	border-top: 2px solid #a02200;
  border-right: 2px solid #a02200;
}
li[class^="knowhow_item"] {
  background: #fff;
  border-radius: 5px;
}
li[class^="knowhow_item"] + .knowhow_item {
  margin-top: 20px;
}
li[class^="knowhow_item"] .clear {
  overflow: hidden;
}
li[class^="knowhow_item"] .clear > img {
  float: left;
  border: 2px solid #a02200;
  margin-right: 25px;
}
li[class^="knowhow_item"] .clear .item_tit {
  float: left;
}
li[class^="knowhow_item"] .item_tit {
  width: 381px;
}
.knowhow_item_new {
  padding: 30px !important;
}
.knowhow_item_new .item_tit {
  width: 401px !important;
}
.knowhow_item_new .tit_list {
  margin: 20px 30px !important;
}
.knowhow_item_new .column_txt .tit_list a {
  color: #f668a8;
	font-size: 14px;
}
.knowhow_item_new .btn01_1 {
  height: 58px;
  line-height: 58px;
  margin-top: 20px;
}
li[class^="knowhow_item"] h3 a {
  font-size: 20px;
  line-height: 26px;
  display: block;
  margin-bottom: 15px;
}
li[class^="knowhow_item"] dl {
  overflow: hidden;
}
li[class^="knowhow_item"] dt {
  margin-right: 5px;
}
.item_tit dl {
	font-size: 0;
}
.item_tit dl > *{
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}
.item_tit dd + dt {
  margin-left: 20px;
}
li[class^="knowhow_item"] .column_txt {
  margin-top: 20px;
}
.knowhow_item_new .non_display {
  display: none;
}
.knowhow_item_new .column_txt a {
  color: #333;
  text-decoration: none;
}
/*------------------------------------------------------------
　共通
-------------------------------------------------------------*/
#knowhow_nav {
  margin-bottom: 30px;
}
#tit_new:after,
#knowhow_nav dt:after,
section[id^="sub0"] .tit:after,
#other_contents .on:after,
div[id^="tit_cat"]:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -20px;
}
#tit_new:after,
#knowhow_nav dt:after,
section[id^="sub0"] .tit:after,
#other_contents .on:after {
  left: 50%;
  margin-left: -10px;
}
div[id^="tit_cat"]:after {
  left: 128px;
}
#knowhow_nav li a:after,
section[id^="sub0"] li:after {
	transform: rotate(45deg);
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
	border-top: 2px solid #a02200;
  border-right: 2px solid #a02200;
}
#knowhow_nav li a:after,
section[id^="sub0"] li:after,
#naka li:after {
  margin-top: -7px;
}
#interview li .clear:after {
  margin-top: -18px;
}
/*------------------------------------------------------------
　右
-------------------------------------------------------------*/
/*------------------------------------------------------------
　ナビ
-------------------------------------------------------------*/
#knowhow_nav li {
  color: #a02200;
  font-size: 16px;
  font-weight: bold;
  text-indent: 80px;
  height: 74px;
  line-height: 76px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 8px;
}
#knowhow_nav li + li {
  margin-top: 1px;
}
#knowhow_nav li:before {
  position: absolute;
  top: 50%;
  left: 28px;
  z-index: 1;
	overflow: hidden;
  width: 40px;
  height: 36px;
  margin-top: -18px;
	background-image: url(../images/knowhow/category-icon.png);
	background-repeat: no-repeat;
  content: "";
}
#nav00:before {
  background-position: 0 0;
}
#nav01:before {
	background-position: 0 -36px;
}
#nav02:before {
	background-position: 0 -72px;
}
#nav03:before {
	background-position: 0 -108px;
}
#knowhow_nav li a {
  height: 72px;
  background: #f7f4ee;
  border: 1px solid #d3c6af;
  border-radius: 4px;
  display: block;
  position: relative;
}
#knowhow_nav li a:hover {
  background: #fffcd6;
}
#knowhow_nav li:hover a {
  cursor: pointer;
  text-decoration: none;
}
/*------------------------------------------------------------
　共通
-------------------------------------------------------------*/
section[id^="sub0"] {
  margin-bottom: 30px;
}
/*------------------------------------------------------------
　よく読まれている記事 おすすめ記事
-------------------------------------------------------------*/
section[id^="sub0"] .tit {
  height: 95px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 18px 20px 0;
  margin-bottom: 20px;
}
section[id^="sub0"] .tit h3 {
  margin-bottom: 15px;
}
section[id^="sub0"] .tit img {
  margin-top: -20px;
}
section[id^="sub0"] li {
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 20px 50px 20px 20px;
}
section[id^="sub0"] li:hover {
  background: #fffcd6;
}
section[id^="sub0"] li:hover a {
  text-decoration: none;
}
section[id^="sub0"] li img {
  float: left;
  border: 2px solid #a02200;
}
section[id^="sub0"] li a {
  float: left;
  font-weight: bold;
  width: 206px;
  padding-left: 19px;
}
.details + #knowhow_r section[id^="sub0"] li a {
  width: 146px !important;
}
section[id^="sub0"] li + li {
  margin-top: 1px;
}
/*------------------------------------------------------------
　タブ その他のコンテンツ
-------------------------------------------------------------*/

#other_contents{
	position:relative;
	padding-top:110px;
}
#other_contents .other_btn{
	position:absolute;
	top:0;
}
.other_btn{
	cursor:pointer;
	width:152px;
	height:50px;
	background:#f7f8f8;
	padding:20px 0 20px 30px;
}
.other_btn:hover:not(.on) {
	background:#fefefe;
}
#other_contents h3{
	position: relative;
	color:#b5b6b6;
	border-bottom:3px solid #b5b6b6;
	display:inline-block;
	padding:0 0 10px 30px;
	font-size: 16px;
}
#other_contents h3:before{
	position: absolute;
	top: 10px;
	left: 0;
	overflow: hidden;
	content: "";
}
/* ボタンon */
#other_contents .on{
	cursor:default;
	background:#fff;
}
#other_contents .on:after{
	content:"";
	width:0;
	height:0;
	border:10px solid transparent;
	border-top:10px solid #fff;
	position:absolute;
	bottom:-20px;
	left:50%;
	margin-left:-10px;
}
/* インタビュー ボタン */
#interview .other_btn{
	border-radius:5px 0 0 5px;
}
#interview .other_btn h3:before{
	width: 18px;
	height: 23px;
	background-image:url(../images/common/sub-contents-tab--interview.png);
	background-repeat: no-repeat;
}
#interview .other_btn.on h3{
	color:#ff8888;
	border-bottom:3px solid #ff8888;
}
/* 中の人 ボタン */
#naka .other_btn{
	border-radius:0 5px 5px 0;
	right:0;
}
#naka .other_btn h3{
	width:96px;
}
#naka .other_btn h3:before{
	width: 19px;
	height: 27px;
	background-image:url(../images/common/sub-contents-tab--blog.png);
	background-repeat: no-repeat;
}
#naka .other_btn.on h3{
	color:#dd91ed;
	border-bottom:3px solid #dd91ed;
}
.other_btn.on h3:before{
	background-position: 0 bottom;
}
/* リスト */
#other_contents li {
  background: #fff;
  border-radius: 5px;
  position: relative;
}
#interview li {
  padding: 20px 0 15px;
}
#naka li {
  padding: 20px;
}
#naka .other_tit {
  line-height: 25px;
}
#other_contents li + li {
  margin-top: 10px;
}
#other_contents li .clear {
  overflow: hidden;
}
#interview li .clear {
  position: relative;
  padding: 0 20px 20px 20px;
}
#other_contents .clear > img {
  float: left;
}
#other_contents .clear > img:hover {
  cursor: pointer;
  opacity: .9;
}
.other_data {
  float: left;
  padding-left: 20px;
}
#naka .other_data {
  width: 221px;
}
#interview .other_data {
  width: 215px;
}
.other_tit {
  font-size: 16px;
  font-weight: bold;
}
#interview .other_data a span {
  font-size: 14px;
}
.otherShop_data {
  overflow: hidden;
  margin-top: 10px;
}
.otherShop_data dt {
  float: left;
}
.otherShop_data dt img {
  margin: 1px 5px 0 0;
}
.otherShop_data dd {
  float: left;
  font-size: 12px;
}
#interview .otherShop_data dd {
  width: 174px;
}
#naka .otherShop_data dd {
  width: 180px;
}
#naka .otherShop_name {
  font-size: 12px;
}
#interview .otherShop_name {
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  padding: 15px 10px 0;
}
#other_contents .box {
  background: #fff;
  position: relative;
  padding: 10px;
  margin-top: 20px;
}
#other_contents .box:before {
  content: "";
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -9px;
}
#other_contents .box a {
  height: 38px;
  line-height: 38px;
}
#other_contents .box a:hover {
  background: #f4f0e8;
}
/*------------------------------------------------------------
　リスト
-------------------------------------------------------------*/
div[id^="tit_cat"] {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 10px 30px 10px 10px;
  margin: 0 20px 20px;
}
div[id^="tit_cat"] h2 {
  color: #fff;
  font-size: 24px;
  width: 256px;
  height: 80px;
  line-height: 82px;
  display: inline-block;
  vertical-align: middle;
}
#tit_cat10 h2 {
  text-indent: 80px;
  background: url(../images/knowhow/tit_cat01.png) no-repeat;
}
#tit_cat20 h2 {
  text-indent: 110px;
  background: url(../images/knowhow/tit_cat02.png) no-repeat;
}
#tit_cat30 h2 {
  text-indent: 104px;
  background: url(../images/knowhow/tit_cat03.png) no-repeat;
}
div[id^="tit_cat"] div,
.tit_cat-text {
  width: 647px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
div[id^="tit_cat"]:before {
  content: "";
  width: 41px;
  height: 41px;
  position: absolute;
  top: -3px;
  right: -3px;
}
#tit_cat10:before {
  background: url(../images/knowhow/deco_cat01.png) no-repeat;
}
#tit_cat20:before {
  background: url(../images/knowhow/deco_cat02.png) no-repeat;
}
#tit_cat30:before {
  background: url(../images/knowhow/deco_cat03.png) no-repeat;
}
/*------------------------------------------------------------
　詳細
-------------------------------------------------------------*/
.details {
  background: #fff;
  border-radius: 5px;
}
.details h2 {
  color: #a02200;
  font-size: 24px;
  line-height: 32px;
  padding: 30px;
}
#knowhow_data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
  font-size: 12px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 20px 30px;
}
#knowhow_data dl{
	font-size: 0;
}
#knowhow_data dl > * {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}
#knowhow_data dt img {
  margin: 1px 5px 0 0;
}
#knowhow_data dd + dt {
  margin-left: 25px;
}
#knowhow_data .clock {
  background: url(../images/knowhow/icon_clock.png) no-repeat left center;
  padding-left: 20px;
}
#knowhow_data div span,
#knowhow_data .clock span {
  color: #d0000e;
  font-size: 20px;
  font-weight: bold;
  margin: 0 3px;
}
#column {
  padding: 30px;
}
.details .btn01_1:hover {
  background: #f4f0e8;
}
/*------------------------------------------------------------
　コラム
-------------------------------------------------------------*/
#column {
  font-size: 16px;
  line-height: 24px;
}
#column .tit_list,
.knowhow_item_new .tit_list {
  color: #f668a8;
  font-size: 14px;
	font-weight: bold;
  background: #fffcdf;
  border: 1px solid #e9dbd6;
  border-radius: 5px;
  padding: 20px;
  margin-right: 30px;
  margin-left: 30px;
}
#column .tit_list dt,
.knowhow_item_new .tit_list dt {
  margin-bottom: 15px;
}
#column ol,
.knowhow_item_new .tit_list ol{
	padding-left: 1.5em;
}
.tit_list ol li {
  list-style-type: decimal;
}
.tit_list li + li {
  margin-top: 5px;
}
.tit_list dd + dt {
  margin-top: 20px;
}
#column h3 {
  color: #934b30;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #934b30;
  padding: 20px 15px;
  margin-top: 60px;
	background-size: 20px 20px;
	background-color: #fffcdf;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fef8c4), color-stop(.5, transparent), to(transparent));
	background-image: linear-gradient(left, #fef8c4 50%, transparent 50%, transparent);
}
#column h4 {
  color: #934b30;
  font-size: 18px;
  background: #fefced;
  border: 1px solid #fae3a7;
  padding: 10px 15px;
}
#column p span {
  font-weight: bold;
}
#column .img_box {
  margin-right: 30px;
  margin-left: 30px;
}
#column .img_box img {
  margin: 0 auto;
}
#column > * + *,
#column #midashi_start > * + * {
  margin-top: 30px;
}
.list_disc li {
  list-style-type: disc;
  margin-left: 20px;
}
.list_disc li + li {
  margin-top: 30px;
}
.comparison {
  display: table;
}
.comparison dt {
  color: #934b30;
  font-weight: bold;
  white-space: nowrap;
  display: table-cell;
  padding-right: 10px;
}
.comparison dd {
  display: table-cell;
}
.matome {
  margin-top: 60px !important;
}
#column .btn01_1 {
  height: 58px;
  line-height: 58px;
}
.related_article {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
}
.related_article dt {
  background: url(../images/knowhow/icon_related.png) no-repeat 0 1px;
  padding-left: 25px;
  margin-bottom: 10px;
}
.related_article li {
  list-style-type: none !important;
  margin-left: 0 !important;
}
.related_article li + li {
  margin-top: 15px !important;
}
.related_article a {
  font-weight: normal;
}
#column a {
  color: #a02200;
}
#column .tit_list a {
  color: #f668a8;
}
.tit_listL a {
  font-size: 14px;
}
.column_subHead li a {
  font-size: 12px;
}
.column_subHead {
  display: inline-block;
  margin-left: 20px;
}
.column_p {
  display: block;
}
.w_b {
  word-break: break-all;
}
.disc {
  padding-left: 1.5em;
}
.disc > * {
  list-style-type: disc;
}
.c_m {
  margin-top: 30px;
}
.mt10 {
  margin-top: 10px !important;
}
/*------------------------------------------------------------
　その他おすすめ記事
-------------------------------------------------------------*/
#sub_bottom01 {
  background: #fff;
  padding: 0 30px 25px;
  margin: 20px 20px 0;
}
#sub_bottom01 h3:before {
  content: "";
  widows: 34px;
  height: 59px;
  background: url(../images/common/icon_other.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  padding-right: 44px;
  margin-top: -2px;
}
#sub_bottom01 ul {
  overflow: hidden;
  padding: 20px 0;
}
#sub_bottom01 ul + ul {
  border-top: 1px solid #cfcfcf;
}
#sub_bottom01 li {
  float: left;
  width: 214px;
  overflow: hidden;
}
#sub_bottom01 li + li {
  margin-left: 20px;
}
#sub_bottom01 li > img {
  float: left;
  cursor: pointer;
  border: 2px solid #a02200;
  margin-right: 10px;
}
#sub_bottom01 .data {
  float: left;
  width: 130px;
}
#sub_bottom01 dl {
  overflow: hidden;
  margin-bottom: 10px;
}
#sub_bottom01 dt {
  float: left;
  margin-top: 1px;
}
#sub_bottom01 dd {
  float: left;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100px;
  padding-left: 4px;
}
#sub_bottom01 a {
  color: #a02200;
}
/*------------------------------------------------------------
　bottomコンテンツ
-------------------------------------------------------------*/
/* 共通 */
div[class^="bottomContents0"] {
  background: #edede9;
  padding: 30px 0;
}
div[class^="bottomContents0"] img {
  display: block;
}
.bottomContents01 section {
  width: 980px;
  background: #fff;
  padding: 20px 20px 0;
  margin: 0 auto;
}
.bottomContets_left {
  float: left;
  width: 719px;
}
.bottomContets_right {
  float: right;
  width: 282px;
}
div[class^="bottomContents0"] h2 {
  color: #65391b;
  font-size: 16px;
  height: 45px;
  line-height: 50px;
  border: 2px solid #d8c8b8;
  border-radius: 10px;
  position: relative;
  padding-left: 55px;
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,233,226,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,233,226,1) 100%);
}
div[class^="bottomContents0"] h2:before {
  content: "";
  width: 34px;
  height: 59px;
  position: absolute;
  top: -5px;
  left: 11px;
}
.bottomContents02 > .clear {
  width: 1020px;
  overflow: hidden;
  padding-top: 2px;
  margin: -2px auto 0;
}
/*------------------------------------------------------------
　おすすめ求人01
-------------------------------------------------------------*/
.bottomContents01 section h2:before {
  background: url(../images/common/icon_recommended.png) no-repeat;
}
.recommended-box {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  position: relative;
}
.bottomContents01 .recommended-box{
	padding: 20px 0;
}
.bottomContents01 .recommended-box + .recommended-box:before {
  content: "";
  width: 100%;
  border-top: 4px dotted #d6d6d6;
  position: absolute;
  top: 0px;
  left: 20px;
}
.bottomContents01 .recommended {
  width: 224px;
  padding: 0 10px;
}
.bottomContents01 .recommended + .recommended {
  border-left: 1px solid #d4d4d1;
}
.recommended > * + *{
	margin-top: 10px;
}
.recommended{
	font-size: 12px;
}
.recommended img {
  cursor: pointer;
}
.recommended h3 a {
  font-size: 14px;
  word-break: break-all;
  display: inline-block;
}
.recommended_data li{
	position: relative;
	overflow: hidden;
	padding-left:22px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.recommended_data li:before{
	position: absolute;
	top: 50%;
	left: 0;;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background-image:url(../images/common/shop-data.png);
	content: "";
}
.recommended_data2:before{
	background-position: 0 -17px;
}
.recommended_data3:before{
	background-position:0 -34px;
}
.recommended_data4:before{
	background-position:0 -51px;
}
.recommended_data li a{
	color:#5f99eb;
}

/*------------------------------------------------------------
　おすすめ求人02
-------------------------------------------------------------*/
.bottomContets_left h2:before {
  background: url(../images/common/icon_pick.png) no-repeat;
}
.bottomContets_right h2:before {
  background: url(../images/common/icon_interview.png) no-repeat;
}
.bottomContents02 h2 {
  margin-bottom: 20px;
}
.bottomContets_left .recommended-box + .recommended-box {
  margin-top: 10px;
}
.bottomContets_left .recommended {
	box-sizing: border-box;
  width: 231px;
	padding: 0 10px 10px;
  background: #fff;
  border: 1px solid #e7d5ca;
}
.bottomContets_left .recommended + .recommended {
  margin-left: 10px;
}
.bottomContets_left .recommended img{
	margin: 0 -11px;
}
/*------------------------------------------------------------
　ガールズインタビューbottom
-------------------------------------------------------------*/
.bottomContets_right li {
  background: #fff;
  padding: 20px;
	font-size: 12px;
}
.bottomContets_right li + li {
  margin-top: 10px;
}
.bottomContets_right .clear {
  overflow: hidden;
  margin: 10px 0;
}
.bottomContets_right .clear > img {
  float: left;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 4px;
}
.bottomContets_right .data {
  float: left;
  width: 162px;
  padding-left: 10px;
}
.bottomContets_right h3 a {
  color: #a02200;
  font-size: 14px;
  word-break: break-all;
  display: inline-block;
  margin-bottom: 10px;
}
.bottomContets_right h3 a span {
  font-size: 12px;
}
.bottomContets_right dl {
  overflow: hidden;
}
.bottomContets_right dt,
.bottomContets_right dd{
  float: left;
}
.bottomContets_right dd {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 142px;
  padding-left: 4px;
}
.bottomContets_right .spComment {
  font-size: 12px;
  border: 2px solid #e7e7e7;
  position: relative;
  padding: 8px;
  margin-bottom: 10px;
}
.bottomContets_right .spComment:before {
  content: "";
  width: 13px;
  height: 9px;
  background: url(../images/interview/commentOther_parts.png) no-repeat;
  position: absolute;
  top: -9px;
  left: 27px;
}
#bC_btnBox {
  background: #fff;
  position: relative;
  padding: 10px;
  margin-top: 20px;
}
#bC_btnBox:before {
  content: "";
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -9px;
}
#bC_btnBox a {
  height: 38px;
  line-height: 38px;
}
#bC_btnBox a:hover {
  background: #f4f0e8;
}
/*------------------------------------------------------------
　特集リンク
-------------------------------------------------------------*/
.feature {
  border: 1px solid #cfcfcf;
  display: table;
  padding: 10px 8px;
}
.feature li {
  display: table-cell;
  width: 174px;
  padding: 10px;
	font-size: 14px;
  vertical-align: top;
  cursor: pointer;
}
.feature li:hover {
  background: #fffcdf;
}
.feature li:hover a {
  text-decoration: none;
}
.feature li a {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin: 10px 0;
}
.feature li a:hover {
  background: none;
}
.btn01_1 + .feature {
  margin-top: 30px;
}
.knowhow_changedPage {
  width: 620px;
  border-spacing: 10px 10px;
  margin: 15px 0 0 -10px !important;
}
.knowhow_changedPage a {
  width: 50%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.knowhow_changedPage a:first-child {
  background: url(../images/knowhow/knowhow_pagePrev.png) no-repeat 10px center;
  padding: 10px 10px 10px 32px;
}
.knowhow_changedPage a:last-child {
  background: url(../images/knowhow/knowhow_pageNext.png) no-repeat 268px center;
  padding: 10px 32px 10px 10px;
}
.knowhow_changedPage a:hover {
  text-decoration: none;
}
.knowhow_changedPage_none {
  visibility: hidden;
}
.center {
  text-align: center;
}
.link_top {
  font-size: 15px;
  text-align: center;
  background: url(../images/word/icon_arrow.png) no-repeat 0 center;
  padding-left: 20px;
}
.link_top:hover {
  text-decoration: none;
}

/* blog */
.row {
  width: 100%;
  display: table;
}
.data_sub .img {
  width: 104px;
  height: 104px;
  overflow: hidden;
}
.data_sub .box_r {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}
.data_sub .img + .box_r {
  padding-left: 20px;
}
.data_sub .ttl a {
  font-size: 16px;
  font-weight: bold;
}
.data_sub dl.row > * {
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
}
.data_sub dl.row dd {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 1px;
  width: 100%;
  padding-left: 5px;
}
.data_sub .box_r .row:nth-of-type(1) {
  margin-top: 10px;
}
.data_sub .box_r .row + .row {
  margin-top: 2px;
}
.data_sub .box_r .shop {
  font-size: 12px;
  margin-top: 10px;
}

/*------------------------------------------------------------
　ワード検索
-------------------------------------------------------------*/

.contents_r_free {
  padding: 20px;
  background: #fff;
  margin: 0 0 30px;
  border-radius: 5px;
}

.contents_r_free div {
  padding: 0 10px;
}

.contents_r_free img {
  display: inline;
}

.contents_r_free h3 {
  margin-bottom: 20px;
  text-align: center;
}

.search_free {
  width: 272px;
}

input[name="qs"] {
  float: left;
  width: 185px;
  height: 30px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
}

.details + #knowhow_r input[name="qs"] {
  width: 154px;
}

.btn_search_free {
  float: right;
  text-align: center;
  width: 80px;
  height: 30px;
  border-radius: 5px;
}

/*------------------------------------------------------------
　検索結果
-------------------------------------------------------------*/

.search_results {
  text-align: center;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 10px;
  position: relative;
	margin-bottom: 20px;
  padding: 40px 30px;
}

.arrow:before {
  content: "";
  width: 24px;
  height: 22px;
  background: url(../images/qa/arrow_results.png) no-repeat;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -12px;
}

.search_results h2,
.comp h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  margin-top: 20px;
}

.search_results span,
.comp span {
  font-size: 24px;
  font-weight: bold;
  margin: 0 5px;
}

.qa_em {
  color: #ff3d94;
}

.search_results_ttl,
.comp_ttl {
  color: #a02200;
  letter-spacing: 2px;
}

.search_results_txt,
.comp_txt {
  line-height: 24px;
  border-top: 1px dashed #dcdcdc;
  padding-top: 20px;
  margin-top: 20px;
}

.search_results .search_free {
  margin: 30px auto 0;
}

/*------------------------------------------------------------
　ボタン
-------------------------------------------------------------*/

.btn {
  background: #ff7f17;
  border: 1px solid #ffb96e;
  box-shadow: 0 2px 0 #fff inset, -2px 0 0 #fff inset, 0 -2px 0 #fff inset, 2px 0 0 #fff inset;
  box-sizing: border-box;
  transition: background-color .1s ease-in;
  display: inline-block;
  margin: 0 auto;
}

.btn:not(.disable):hover {
  background: #fff;
  border: 3px solid #ff7f17;
  box-sizing: border-box;
}

.btn span {
  display: inline-block;
  overflow: hidden;
}

/* top */

.btn_top {
  width: 401px;
  height: 100px;
  border-radius: 10px;
  padding: 0 40px;
}

.btn_top span {
  height: 36px;
  margin-top: 34px;
}

.btn_top:hover span {
  margin-top: 32px;
  margin-left: -2px;
}

.btn_top:hover img {
  margin-top: -36px;
}

.btn_a {
  height: 90px;
  border-radius: 10px;
  padding: 0 50px;
}

.btn_a span {
  height: 34px;
  margin-top: 34px;
}

.btn_a:not(.disable):hover span {
  margin-top: 32px;
}

.btn_a:not(.disable):hover img {
  margin-top: -34px;
}

a.disable {
  background: #b8b8b8;
  border: 1px solid #d2d2d2;
}

a.disable:hover {
  cursor: default;
  background: #b8b8b8;
}

/* フリーワード */

.btn_search_free {
  float: right;
  text-align: center;
  width: 80px;
  height: 30px;
  border-radius: 5px;
}

.btn_search_free span {
  height: 14px;
  margin-top: 7px;
}

.btn_search_free:hover span {
  margin-top: 5px;
}

.btn_search_free:hover img {
  margin-top: -14px;
}

/* フォーム確認ページ */

a.back {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  width: 124px;
  height: 44px;
  line-height: 44px;
  background: #69afe6;
  border: 1px solid #b6daf6;
  border-radius: 10px;
  box-shadow: 0 2px 0 #fff inset, -2px 0 0 #fff inset, 0 -2px 0 #fff inset, 2px 0 0 #fff inset;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 20px;
}

a.back:hover {
  color: #69afe6;
  line-height: 43px;
  border: 2px solid #b6daf6;
}
