/*
Theme Name: helpCenter_ver2
Theme URI:https://help.receptionist.jp/
Author: ディライテッド株式会社
Author URI: http://help.receptionist.jp/
Version: 2.0
*/
/*------------------------------

全体設定

-------------------------------*/
body{
  font-family: 'Noto Sans Kannada', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.85;
  letter-spacing: 1px;
  color:#000;
}
.all-wrap{
  overflow:hidden;
}
.m-f{
  font-family:"Sawarabi Mincho";
}
.all_wrap a{
  text-decoration:none;
  color:#fff;
}
.function_all_wrap{
  overflow: hidden;
}
.function_all_wrap a{
  overflow: hidden;
}
a{
  text-decoration:none;
}
a:focus {
  outline:none;
}
img {
  vertical-align: middle;
  line-height: 0;
}
.min{
}
ul li{
  list-style-type:none;
}
ol li{
  list-style-type:none;
}
.ul-header_nav #s{
	width:280px;
	height:30px;
	position:absolute;
	right:440px;
	top:20px;
	border: 1px solid #ECECEC;
	color: #ECECEC;
	padding:10px 4px;
	background-color: #fff;
	font-size: 12px;
	box-sizing:border-box;
	background-image:url(images/serch-icon.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:95%;
	background-size:19px;
}
.ul-header_nav #s:focus{
	color:#3D3D3D;
}
.acMenu dd a.top_next{
	display:block;
	width:100%;
	text-align:right;
	padding-right:15px;
	padding-top:15px;
	box-sizing:border-box;
	font-size:14px;
	color: #40aaef;
}
/*ぱんくずリスト-*/
.bread_wrap{
  width: 1200px;
  margin: 0 auto;
  z-index:0;
}
.bread{
  padding: 20px 0;
  width: 1200px;
  overflow: auto;
  position:relative;
  margin: 0 auto; 
  top:62px;
  text-align:left;
  z-index:0;
}
.bread ul li{
  color:#BFBFBF;
  display:inline-block;
  vertical-align:middle;  
}
.bread ul li a{
  color: #ccc;
}
.bread ul li.bread-mark {
    color: BFBFBF;
    background: 0 0;
    padding: 0 2px 0px;
    font-size: 13px;
}
/*menu*/
#menu{
  width:70px;
  height:70px;
  position:fixed;
  background:none;
  z-index:10000;
}
#menu h1{
  width:70px;
  height:70px;
  text-align:center;
  background:none;
}
#menu h1 img{
  padding-top:20px;
  position:relative;
  left:3px;
}
.menu_text{
  writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    position:absolute;
    top:45.3%;
    z-index:10001;
    left:45%;
    font-size:12px;
}
.css-cancel{
  display: inline-block;
  position: fixed;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 2px;
  height: 30px;
  background: #4d4d4d;
  transform: rotate(45deg);
  top: 45.8%;
  left: 0.7%;
}
.css-cancel:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  width: 30px;
  height: 2px;
  margin-top: -2px;
  background: #4d4d4d;
}
.nav-sub .top_main_nav li a{
  color:#4c4c4c
}
.nav-sub .top_main_nav li a.nav_rr{
  color:#fff;
  padding:10px 25px;
  background-color: #00bab4;
}
.menu_logo{
  width: 100%;
  position:absolute;
  bottom:0;
  right:0;
  z-index: 0;
  text-align: right;
}
.menu_logo img{
  width: 68%;
}
/*Main*/
main{
	width:auto;
	height:440px;
	padding:0 0 60px;
	box-sizing:border-box;
	background:url(images/main-bg.jpg);
	background-size:cover;
	background-position:center;
	background-color:#ccc;
}
main h1{
	margin-left:170px;
	padding-top:20px;
	font-size:16px;
	line-height: 16px;
	position:fixed;
}
#main-wrap{
	text-align:center;
	padding-top:103px;
}
#main-wrap p{
	font-size:28px;
	padding:20px 0 25px;
}
.wpp-list{
	width:600px;
	padding-top:20px;
	margin: 0 auto; 
}
.wpp-list li{
	display:inline-block;
	font-size:10px;
	margin:5px;
    font-size: 11px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(255, 255, 255, 0.5);
    padding: 2px 10px;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}
.wpp-list li a{
	color: #7c97b2;
	font-size:10px;
}
.header_nav{
	float:right;
	padding-top:20px;
	position:fixed;
	right:0;
}
.header_nav ul li{
	display:inline-block;
	padding:0 15px;
}
.header_nav ul li a{
	color:#000;
}
.header_nav ul li a.nav_contact{
	background:#00BBB5;
	padding:10px 20px;
	color:#fff;
}
.ul-header_nav{
	width:100%;
	height:71px;
	box-sizing:border-box;
	padding-top:24px;
	position:relative;
	border-bottom:1px solid #F3F3F3;
	position:fixed;
	top:0px;
	left:0px;
	    background-color: rgba(255,255,255,0.8);
	z-index:100;
}
.ul-header_nav ul{
	position:absolute;
	right:30px;
}
.ul-header_nav ul li{
	display:inline-block;
	padding:0 15px;
}
.ul-header_nav ul li a{
	color:#000;
}
.ul-header_nav ul li a.nav_contact{
	background:#00BBB5;
	padding:10px 20px;
	color:#fff;
}
/*検索フォーム*/
#search {
padding-top: 0px;
padding-bottom: 0px;
}
#s  {
width: 500px;
height: 50px;
border: 1px solid #ECECEC;
color: #ECECEC;
padding:10px 4px;
background-color: #fff;
font-size: 15px;
box-sizing:border-box;
background-image:url(images/serch-icon.png);
background-repeat:no-repeat;
background-position:center;
background-position:97%;
background-size:24px;
}  
#searchsubmit {
position: absolute;
top: 0;
}  
*:first-child + html #searchsubmit    {  
top: 1px;  
} 
input#s:focus{
	color:#3A3A3A;
}
#search #searchform {
position: relative;
}

/*top-tag-menu */
.tag-list {
	margin-top:25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/*タグリストPC・タブレット表示時*/
@media (min-width:550px){
	.tag-list {
		margin-top:30px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		width:800px;
	}
}

.tag-list > li > a  {
	text-decoration: none;
	color:#464646;
}

.tag-list li {
	display:inline-block;
	box-shadow:0.5px 0.5px gray;
	background-color: white;
	border-radius:5px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:12px;
	padding:3px 15px;
}

.main-ct_wrap2{
	width:1026px;
	margin: 0 auto;
	min-height:420px;
	margin-top: 1000;
}

/*サイドメニュー　*/
nav > .cat-item {
	list-style: none;
	margin-left:10px;
}

/* 大カテカテゴリータイトル  */
.ul_left-wrap > li  {
	font-size:18px;
	padding-bottom:10px;
	list-style: none;
	margin-left:30px;
	margin-top:10px;
}

/* 大カテゴリータイトル  */
.ul_left-wrap > li > a {
	color:#464646;
	font-weight: bold;
	transition: all  0.1s ease;
}

.ul_left-wrap > li > a:hover{
	opacity: 0.3;
	filter: alpha(opacity=100);
}

/*中カテゴリーのリンク */
.ul_left-wrap > .cat-item > .children > li > a{
	padding-left:5px;
	color:black;
	transition: all  0.1s ease;
}
 

 /*中カテゴリーホバー*/
 .ul_left-wrap > .cat-item > .children > li > a:hover{
	opacity: 0.3;
	filter: alpha(opacity=100);
}

/* 中カテゴリー*/
 .children > .cat-item {
	font-size:16px;
	padding:15px 10px 10px 10px;
	margin-left:-5px;
	text-wrap: break-word;
} 

/*　小カテゴリー*/
.cat-item > .children > .cat-item >.children li {
	display:block;
	width:90%;
	font-size:14px;
	padding:5px 5px 5px 5px;
	margin-left:5px;
	margin-top: 5px;
} 

/* 小カテゴリーに’・’つける　*/
.children > .cat-item > .children a::before {
	content: '・';
	font-size:1px;
	margin-right:5px;
}
/* 少カテゴリーホバー*/
.children > .cat-item >.children >.cat-item > a:hover{
	
	opacity: 0.3;
	filter: alpha(opacity=100);
}
/* 小カテゴリーのaタグのサイズ*/
.children > .cat-item >.children >.cat-item > a{
	font-size:15px;
	padding:5px 10px  5px 3px;
	color:black;
	transition: all  0.1s ease;
}
.children > .cat-item:a{
	text-decoration: none;
	color:black;
}
/* 選択中のメニューを装飾*/
 .current-cat > a {
	font-weight:bold;
	opacity: 0.3;
	filter: alpha(opacity=100);
}
.current-cat-parent > ul {
  display:block;
}
/* アコーディオン開閉時の+- */
.addPlus > a:after {
	content: "＋";
	float:right;
	margin-right:0px;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

.addPlus.active > a:after {
	content: "ー";
	float:right;
	margin-right:0px;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

.addPlus2 > a:after {
	content: "ー";
	float:right;
	margin-right:0px;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

.addPlus2.active > a:after {
	content: "＋";
	float:right;
	margin-right:0px;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}



/*Main-ct*/
.main-ct_wrap{
	width:1026px;
	margin: 0 auto;
	padding:30px 0 0;
	min-height:420px;
}
.main-ct_wrap h1 {
	margin-bottom:10px;
	color:#777777;
	font-size:20px;
}

/*全社員向けメニューエリア*/
.main-ct_wrap2 {
	clear:both;
	overflow:hidden;
	min-height:420px;
	margin-top:120px;
	margin-bottom:20px;
}

.main-ct_wrap2 .title {
	font-size:30px;
	padding:100px;
	clear:both;
}

.main-ct_wrap2 h1 {
	margin-top:20px;
	margin-bottom:10px;
	color:#777777;;
	font-size:20px;
}

.main-ct_wrap .title {
	font-size:30px;
	padding:100px;
	clear:both;
}
.acMenu dt{
    display:block;
    width:500px;
    line-height:50px;
    text-align:center;
    border:#E9E9E9 1px solid;
    cursor:pointer;
	line-height:20px;
	padding:28px 0 28px 10px;
	font-size:20px;
	text-align:center;
	border-radius:5px;
	text-align:left;
	box-sizing:border-box;
	z-index:10;
	background-image:url(images/sankaku.png);   /*(images/question-icon.png);*/
	background-position:right center;
	background-position:95%;
	background-size:30px;
	background-repeat:no-repeat;
}
.acMenu dd{
    background:#f2f2f2;
    width:500px;
    height: 100%;
	box-sizing:border-box;
    text-align:left;
    border:#E9E9E9 1px solid;
    display:none;
	position:relative;
	top:-5px;
	z-index:1;
	line-height:35px;
	padding-top: 25px; 
    /* acMenuからテキストがはみ出した時の処理  */
	word-wrap: break-word;
	
}
.acMenu dd p{
	background:url(images/serch-icon.png);
	background-size:20px;
	background-position: 10px 11px;
	background-repeat:no-repeat;
	padding:5px 15px 5px 39px;
	line-height:0px;
}
.acMenu dd a{
	font-size:16px;
	color:#4C4C4C;
	line-height: 30px; 
}

.acMenu dd a:hover{
	opacity: 0.7;
	filter: alpha(opacity=100);
}


.main-ct_left{
	float:left;
}
.main-ct_right{
	float:right;
}
/*Ul-page*/
.ul_all-wrap{
	width:auto;
	height:100%;
	margin-top:80px;
	border-top:#F2F2F2 1px solid;
	overflow:hidden;
}
.ul_wrap{
	max-width:1200px;
	height:100%;
	padding-bottom:80px; /* 新規追加　190612 */
	text-align:right;
	margin: 0 auto; 
}
.ul_right-wrap{
	max-width:59%;
	width:100%;
	display:inline-block;
	text-align:left;
	margin-top:105px;
	margin-right:100px;
}
article{
	font-size:16px;
	letter-spacing:1.4px;
	padding-bottom:60px;
	border-bottom:1px solid #E5E5E5;
	overflow:hidden;
}
article .border{
	height:1px;
	width:100%;
	border:1px dotted #00bbb5;
	border-width:1px 0 0 0;
	margin:20px 0;
}
article img{
	max-width:700px;
	margin: 40px auto;
	height:auto;
	display:block;
}
img.alignleft{
	display:inline;
	margin:0;
}
article a{
	color:#40AAEF;
	text-decoration:underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
article a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
article h1{
	letter-spacing:2px;
	font-size:28px;
	font-weight:300;
	padding-bottom:60px;
}
article h2 {
	letter-spacing:2px;
    border-bottom: 1px solid #00bbb5;
    padding: 0 5px 10px 5px;
    margin-bottom: 30px;
    color: #00bbb5;
    font-weight: 500;
    font-size: 22px;
    padding-top: 20px;
}
article h3 {
	etter-spacing:2px;
    border-left: 4px solid #00bbb5;
    padding-left: 20px;
    margin: 10px 0;
    font-weight: 500;
    color: #000;
    font-size: 20px;
}
article h4 {
    color: #00bbb5;
    font-size: 18px;
	margin:45px 0 20px;
    font-weight: 500;
	margin-bottom: 10px;
}
article .center{
	text-align:center;
}
article .space{
	height:45px;
	width:100%;
}
.ul_article_tag{
	font-size:14px;
	color:#262626;
}
.ul_article_tag h5{
	font-weight:100;
	padding:20px 0;
}
.ul_article_tag a{
	color:#262626;
	padding:13px 18px;
	background:#F7F7F7;
	line-height:14px;
	border-radius:3.6px;
	margin:0 10px 10px 0;
	display:inline-block;
}
article table td{
	border-bottom:1px solid #00bbb5;
	font-size:12px;
	padding:20px 10px;
}
p.left{
	float:left;
	vertical-align:top;
	width:50%;
	text-align:center;
	height:100%;
	box-sizing:border-box;
	padding:10px;
}
p.right{
	float:right;
	vertical-align:top;
	width:50%;
	text-align:center;
	height:100%;
	box-sizing:border-box;
	padding:10px;
}
p.right:before {
    content: "";
    clear: both;
    display: block;
}
.shadow{
	-moz-box-shadow: 1px 4px 20px 5px rgba(0, 0, 0, 0.23);
-webkit-box-shadow: 1px 4px 20px 5px rgba(0, 0, 0, 0.23);
-ms-box-shadow: 1px 4px 20px 5px rgba(0, 0, 0, 0.23);
box-shadow: 1px 4px 20px 5px rgba(0, 0, 0, 0.23);
}
.clear{
	clear: both;
    display: block;
}
.btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #00BBB5;
    color: #FFF;
    border-bottom: solid 4px #007283;
    border-radius: 3px;
	height:51px;
	box-sizing:border-box;
}
.btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
/*Right*/
.ul_left-wrap{
	float:left;
	vertical-align:top;
	margin: 92px 0;
	width:244px;
	text-align:left;
}
.category li{
	list-style-type:none;
	font-size:15px;
	height:41px;
	background:#fff;
	transition: all 500ms 0s ease;
	background:#fff;
	position:relative;
	vertical-align:center;
	margin-bottom:9px;
}
/*
.category li:hover{
	background:#D6F3F2;
}
*/
.category li a{
	padding-left:25px;
	color:#4C4C4C;
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	line-height:15px;
	margin:5.7%;
}
/*Category*/
.category-ct_wrap{
	text-align:left;
	margin-right:100px;

	word-wrap: break-word;
}
.category-ct_wrap h1{
	font-size:28px;
	padding:0 0 27px;
	font-weight:200;
}
a.category-ct{
	padding:25px 35px 25px 20px;
	font-size:16px;
	border:solid 1px #E7E7E7;
	border-radius:5px;
	line-height:24px;
	color:#4C4C4C;
	width:100%;
	display:block;
	background-image:url(images/question-icon.png);
	background-position:right center;
	background-position: 97%;
	background-size:20px;
	background-repeat:no-repeat;
	margin-bottom:20px;
}

/*Footer*/
footer{
  background-color: #262626;
  color:#ffffff;
  clear:both;
  font-weight:100;
  letter-spacing:2px;
  font-size:13px;
}
footer p{
  font-size:10px;
}
footer a{
  color: #fff;
}
.footer_wrap{
  width:1024px;
  padding:80px 0 40px;
  margin: 0 auto;
}
.footer_top{
  border-bottom:solid 1px #4c4c4c;
  padding-bottom:30px;
  width:1024px;
}
.footer_bottom{
  padding-top:35px;
  padding-bottom:35px;
}
.footer_bottom ul{
  display:inline-block;
  vertical-align:top;
  padding-right:60px;
}
.footer_bottom ul li{
  line-height:2.0em;
}
.fr_li_first{
  padding-bottom:20px;
}
.wrap-404{
	max-width: 59%;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 105px;
    margin-right: 100px;
}
.wrap-404 h2{
	font-size:36px;
	padding-bottom:50px;
}
.wrap-404 p{
	font-size:20px;
	padding-bottom:30px;
}
.wrap-404 a{
	line-height:2.5;
}

.ft_sns {
	display:inline-block;
	text-align: left;
	padding:0px 12px;
}


/*スマホ*/
@media screen and (max-width:550px){
main{
	height:483px;
}
#menu{
  width:100%;
  height:70px;
  position:relative;
}
.menu_text{
  display: none;
}


 /*カテゴリーのメニュー境界線*/
.ul_left-wrap  {
	margin-top: 100px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5; 
	width:100%;
	

}
.ul_left-wrap > li {
	margin-top:40px;
	margin-bottom: 20px;
}

/* 大カテゴリーのフォント */
.ul_left-wrap > li > a {
	font-weight: bold;
	font-size:15px;
	list-style: none;
	margin-left:-5px;
	margin-top:30px;
}

/*中カテゴリーのフォント*/
.ul_left-wrap > .cat-item > .children > li > a   {
	font-size:15px;
	padding:15px 100px 10px 0px; 
	margin-left:15px;	
} 


/*アコーディオン開閉時の+-*/
.addPlus > a:after {
	content: "＋";
	float:right;
	margin-right:20%;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}


.addPlus.active > a:after {
	content: "ー";
	float:right;
	margin-right:20%;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

.addPlus2 > a:after {
	content: "ー";
	float:right;
	margin-right:20%;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

.addPlus2.active > a:after {
	content: "＋";
	float:right;
	margin-right:20%;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

li.cat-item.cat-item-35  {
	margin-top:0;
}

.children > .cat-item >.children >.cat-item > a{
	font-size:14px;
	padding:5px 10px  5px 3px;
	color:black;
}

.cat-item > .children > .cat-item >.children li {
	display:block;
	width:90%;
	font-size:14px;
	padding:5px 5px 5px 5px;
	margin-left:20px;
	margin-top: 15px;
	/*background: #F2F2F2;*/
} 

.tag-list li {
	display:inline-block;
	box-shadow:1.0px 1.0px gray;
	background-color: white;
	border-radius:5px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:12px;
	padding:3px 15px;
}


/*ぱんくずリスト-*/
.bread_wrap{
  width: auto;
}
.bread{
  padding: 18px 10px 0 15px;
  width: auto;
  top:0;
  text-align:left;
}
.bread ul li a{
  color: #ccc;
}
.header_nav{
	display:none;
}
.ul-header_nav{
	display:none;
}
/*menu*/
#menu h1{
  width:70px;
  height:70px;
  float: right;
}
.menu_logo img{
  width: 100%;
}
.main-ct_left{
	float:none;
}
.main-ct_right{
	float:none;
}

.main-ct_left2 {
	float:none;
}

.main-ct_right2 {
	float:none;
}

/*footer*/
footer p{
  font-size:10px;
  text-align: center;
}
footer a{
  color: #fff;
}
.footer_wrap{
  width:auto;
  padding:32px 0 40px;
  margin: 0 auto;
}
.footer_top{
  border-bottom:solid 1px #4c4c4c;
  padding-bottom:30px;
  width:auto;
  text-align: center;
}
.footer_top p{
  padding-top:20px;
}
.footer_bottom{
  padding-top:35px;
  padding-bottom:35px;
}
.footer_bottom ul{
  display:block;
  vertical-align:top;
  padding-right:20px;
  padding-left:20px;
}
.footer_bottom ul li{
  line-height:2.0em;
}
.fr_li_first{
  padding-bottom:20px;
  padding-top:20px;
}
.css-cancel{
  display: none;
}
/*Ul-page*/
.ul_all-wrap{
	margin-top:80px;
}
.ul_wrap{
	max-width:auto;
	padding-bottom:0px;
}
.wrap-404{
	max-width:100%;
	padding-bottom:80px;
	margin-right: 0;
	box-sizing:border-box;
	padding:0 10px;
}
.ul_right-wrap{
	max-width:100%;
	width:100%;
	display:block;
	margin-top:50px;
	padding:0 15px;
	margin-right:0;
	box-sizing:border-box;
}
article img{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	max-width:100%;
	height:100%;
	display:block;
}
article h1{
	padding-bottom:40px;
}
.ul_article_tag{
	font-size:14px;
	color:#262626;
	overflow:hidden;
}
.ul_article_tag h5{
	font-weight:100;
	padding:20px 0;
}
.ul_article_tag a{
	color:#262626;
	padding:10px 5px;
	background:#F7F7F7;
	line-height:10px;
	border-radius:3.6px;
	margin:5px 10px;
	display:inline-block;
	font-size:10px;
}
article table td{
	border-bottom:1px solid #00bbb5;
	font-size:12px;
	padding:20px 5px;
}
p.left{
	float:none;
	vertical-align:top;
	width:100%;
	text-align:center;
	height:100%;
	box-sizing:border-box;
	padding:10px;
}
p.right{
	float:none;
	vertical-align:top;
	width:100%;
	text-align:center;
	height:100%;
	box-sizing:border-box;
	padding:10px;
}
p.right:before {
    content: "";
    clear: both;
    display: block;
}
.clear{
	clear: both;
    display: block;
}
/*Right*/
.ul_left-wrap{
	float:none;
	vertical-align:top;
	margin-top: 70px; /*新規追加 190611 */
	margin-bottom: 60px; /*新規追加 190612 */
}

.category li{
	background:#fff;
	transition: none;
	background:#fff;
	margin-bottom:0;
	padding:10px;
	/*border-bottom:1px solid #e5e5e5;*/
}
.category li:first-child{
	border-top:solid 1px #e5e5e5;
}
.category-ct_wrap{
	width:100%;
	height:100%;
	overflow:auto;
}
a.category-ct{
	padding:25px 35px 25px 20px;
	font-size:16px;
	border:solid 1px #E7E7E7;
	border-radius:5px;
	line-height:24px;
	color:#4C4C4C;
	width:100%;
	display:block;
	box-sizing:border-box;
	background-image:url(images/question-icon.png);
	background-position:right center;
	background-position: 97%;
	background-size:20px;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
.category-ct_wrap h1{
	font-size:28px;
	padding:0 0 27px;
	font-weight:200;
	width:100%
}
main h1{
	display:none;
}
#s{
	width:90%;
	font-size:12px;
}
input#s:focus{
	color:#3A3A3A;
}
.main-ct_wrap{
	width:auto;
}

.main-ct_wrap h1{
	margin-left:20px;
}

/*全社員向けメニューエリア*/
.main-ct_wrap2{
	margin-top:20px;
	width:auto;
}

.main-ct_wrap2 h1{
	margin-left:20px;
}

.main-ct_left{
	float:none;
	text-align:center;
}
.acMenu dt{
	width:90%;
	box-sizing:border-box;
	margin:0 10px;
	margin: 0 auto;
    background-position: 93%;
}
.acMenu dd{
	width:90%;
	margin:0 10px;
	margin: 0 auto;
}
.wpp-list{
	width:auto;
	padding-top:20px;
	margin: 0 auto;
	padding:20 10px 10px;
	font-size:8px;
	overflow:auto;
	height:100%;
}
.wpp-list li a{
	font-size:8px;
}
}
/*関連記事*/
#related-entries h3{
  font-size:24px;
  font-weight:100;
  padding:50px 0 30px;
}

#related-entries .related-entry{
  line-height:150%;
  margin-bottom:20px;
  clear: both;
}

#related-entries .related-entry-thumb {
  float: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.related-entry-title{
    margin-bottom:8px;
	font-size:18px;
}

.related-entry-snippet{
  margin:0 0 5px 0;
}

.related-entry-read{
  margin:0;
  font-size:12px;
}
#related-entries a{
	color:#40aaef;
	opacity:1;
	-webkit-transition:all 1s linear;
}
#related-entries a:hover{
	opacity:0.6;
	-webkit-transition:all 1s linear;
}



























