@charset "utf-8";
/****************************************************************
 Common template for /desk/
****************************************************************/

body{counter-reset: section;}
.desk img{max-width:100%; vertical-align:bottom;}

/* スマホ非表示
--------------------------------- */
.pc_on,
#foot-link{
	display:none;
}

.desk a{text-decoration:underline; color:#0075b5;}

/* ==============================================================
   Common
============================================================== */
#main{
	padding:0;
}

.desk{
	font-size:16px;
	font-size:1rem;
	line-height: 1.3;
}

.desk p{
	font-size:16px;
	font-size:1rem;
	line-height: 1.5;
}

.desk img{
	vertical-align:bottom;
}


/* tokyo tab
--------------------------------- */
.desk_tab_wrap li {
	color: #333;
	float: left;
	margin: 0 0 0 5px;
	padding: 10px 10%;
	border: 1px solid #0074b5;
	background: #d6e9f6;
	cursor: pointer;
	list-style: none;
	border-radius: 4px 4px 0 0;
	transition: .3s;
}

.desk_tab_wrap li:first-child {
	margin: 0 0 0 2%;
}

.desk_tab_wrap li.tab01 {
	background : #0074b5;
}

.desk_tab_wrap li.active {
	color: #fff;
	background: #0074b5;
	cursor: auto;
	box-sizing: border-box;
}

.desk_panel > div {
	display: none;
}
.desk_panel > div.show {
	display: block;
}

/* desk Description
--------------------------------- */
#catch{
	margin-bottom:10px;
}

.Conts_inner{
	margin:0 2%;
}

.img_desk{
	margin:0 auto;
	text-align:center;
}

.img_desk img{
	display: block;
	margin: 0 auto 5px;
	width:96%;
	border:5px solid #e0e0e0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/* cv_btn_area
--------------------------------- */
.cv_btn_area{
	margin:10px 0;
	padding:10px 10px 0;
	line-height: 1.4;
	border-radius:3px;
	background:#bcf6d7;
	background-image: linear-gradient( -45deg, #fff 25%, #bcf6d7 25%, #bcf6d7 50%, #fff 50%, #fff 75%, #bcf6d7 75%, #bcf6d7 );
	background-size: 4px 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	box-sizing:border-box;
}

.cv_card{
	margin:0 0 10px;
	width:100%;
	background:#fff;
	box-shadow:0px 1px 0px 0px #ccc;
	-moz-box-shadow:0px 1px 0px 0px #ccc;
	-webkit-box-shadow:0px 1px 0px 0px #ccc;
}

.cv_card dl{
	margin:0;
}

.cv_card dt{
	margin:0 0 10px;
	padding:8px;
	font-size:1rem;
	line-height: 1.2;
	font-weight:bold;
	text-align:center;
	border-top: 4px solid;
	/*border-bottom: 1px dotted;*/
}

img.ico_cv_ttl{
	display: inline;
	height: 16px;
    margin: 0 5px 1px 0;
	vertical-align: text-bottom;
}

.cv_card_counsel dt{
	border-color: #fd8f16;
	color:#fd8f16;
	background-color: #fff2de;
}

.cv_card_normal dt{
	border-color: #fba500;
	color:#fba500;
	background: #fff4de;	
}

.cv_card dd{
	margin-bottom:10px;
    padding: 0 10px;
	font-size:0.9rem;
}

.cv_card_img{
	float:left;
	width:20%;
	margin:0 5px 5px 0;
}

.cv_card .btn_cv{
	text-align:center;
}

.btn_cv a{
	padding:10px;
	width:80%;
	border-radius:4px;
	color:#FFF !important;
	font-weight:bold;
	box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	text-align:center;
	text-decoration:none;
	font-size:16px;
    position:relative;
    display: inline-block;
    box-shadow:0px 1px 2px rgba(255,255,255,0.5) inset;
    border-radius: 4px;
}

.btn_counsel_small a{
	background:#fc5f00;
    background: linear-gradient(top, #fd7d30 0%,#fc5f00 100%);
    border: 1px solid #fc5f00;
	text-decoration:none;
}

.btn_counsel_small a:hover{
    position:relative;
    top:1px;
    background:#f05c00;
    box-shadow:0px 0px 2px rgba(0,0,0,0.1) inset;
    border-color: #f05c00;
}

.btn_normal_small a{
	background:#fba500;
    background: linear-gradient(top, #ffc000 0%,#fba500 100%);
    border: 1px solid #fba500;
	text-decoration:none;
}

.btn_normal_small a:hover{
    position:relative;
    top:1px;
    background:#ee9c00;
    box-shadow:0px 0px 2px rgba(0,0,0,0.1) inset;
    border-color: #ee9c00;
}

/* Accecss Info
--------------------------------- */
.Gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Gmap iframe,
.Gmap object,
.Gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* address */
.address{
	border-collapse: collapse;
	width: 100%;
	padding:10px 0;
	margin:10px 0;
}

.address th{
	display:block;
	background:#daf2f5;
	padding: 6px;
	text-align: left;
}

.address td{
	display:block;
	padding: 6px;
	background:#FFF;
}

/* Service
--------------------------------- */
.deskService{
	margin-bottom:15px;
	border:1px dashed #a8b62b;
}

.deskService_inner{
	border:8px solid #e7ef99;
	background:#FFF;
	position:relative;
}

.deskService_inner:after{
    content: "";
    background: url(/img/com/chikyu.png) no-repeat;
	-webkit-opacity:0.3;
    opacity: 0.3;
    width: 71px;
    height: 88px;
    background-size: 71px auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ttl_deskService{
	margin: -6px auto 8px;
	color: #FFF;
    text-align: center;
    background: url(/desk/img/bg_ribbon.png) no-repeat;
    background-size: 90%;
    height: 44px;
    background-position: center;
    font-size: 18px;
    font-size: 1.1rem;
    padding: 5px 0 0;
	-webkit-box-sizing:border-box;
    box-sizing: border-box;
}

.deskService_list{
	padding:0 10px 2px;
}

.deskService_list li{
    margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom:1px dotted #CCC;
	font-weight:bold;
}

.deskService_list li i{
	color:#e22994;
	margin-right: 3px;
}

/* Direction
--------------------------------- */
.deskDirection{
	counter-reset:li;
}

.deskDirection li{
	margin-bottom:10px;
}

.deskDirection_imgBox{
	margin-bottom:3px;
	border:1px solid #e1e1e1;
}

.deskDirection_imgBox img{
	width:100%;
	display:block;
	border:4px solid #FFF;
	-webkit-box-sizing:border-box;
    box-sizing: border-box;
}

.deskDirection > li p {
    text-indent: 30px;
	position: relative;
}

.deskDirection > li p:before {
    content: counter(li) "";
    counter-increment: li;
    position: absolute;
    left: 0;
    width: 25px;
    height: 28px;
    background: url(/desk/img/bg_direction.png) no-repeat;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    font-size: 0.9rem;
    text-indent:-1px;
    background-size: 25px auto;
    font-weight: bold;
    top: -5px;
}

/*--------------------------------- */
ul.deskDirection li {
	width: 100%;
}

ul.deskDirection > li p {
	text-indent: 0;
}

ul.deskDirection > li p:before,
ul.deskDirection > li p:after{
	content: none;
}



/* CVエリア
--------------------------------- */
.deskCounsel{
	margin-bottom:10px;
	padding:5%;
	background:url(/desk/img/bg_deskcounsel.gif) repeat;
}

.btn_deskCounsel{
	margin: 10px auto 5%;
}

.btn_deskCounsel a{
	display:block;
	background:#eb5300;
	background:-moz-linar-gradient(top, #f18617 0%, #eb5300 100%);
	background:-webkit-linear-gradient(top, #f18617 0%, #eb5300 100%);
	background:linear-fradient(to bottom, #f18617 0%, #eb5300 100%);
	filter:progid:DXimageTransform.Microsoft.gradient(startColorstr='#f18617', endColorstr='#eb5300', GradientType=0);
	box-shadow:0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset;
	-moz-box-shadow:0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset;
	-webkit-box-shadow:0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset;
	border:1px solid #c44e0d;
	position:relative;
	color:#FFF;
	font-size:24px;
	font-size:1.3rem;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
	text-decoration: none;
}

.btn_deskCounsel a:hover {
	background:#eb5300;
	background:-moz-linar-gradient(top, #e64100 0%, #eb5e00 100%);
	background:-webkit-linear-gradient(top, #e64100 0%, #eb5e00 100%);
	background:linear-fradient(to bottom, #e64100 0%, #eb5e00 100%);
	filter:progid:DXimageTransform.Microsoft.gradient(startColorstr='#e64100', endColorstr='#eb5e00', GradientType=0);
	box-shadow: none;
}

.btn_deskCounsel a:after{
	content:"";
	background:url(/desk/img/img_btn_deskcounsel.png) no-repeat;
	position:absolute;
	top: 3px;
    right: 0px;
    display: block;
    width: 50px;
    height: 54px;
    background-size: 55px auto;
}

.deskCounsel_other{
	background:#FFF;
}

.deskCounsel_other dt{
	color:#f18618;
	margin-bottom:10px;
	padding:10px;
	border-top:1px solid #f18618;
	border-bottom:1px dashed #f18618;
	text-align:center;
	font-size:18px;
	font-size:1.1rem;
}

.deskCounsel_other dd{
	margin-bottom:10px;
	padding:0 10px;
}

.deskMailcounsel .btn a,
.deskCall .btn a{
    border: 2px solid #f18618;
    border-radius: 4px;
	-webkit-box-sizing:border-box;
    box-sizing: border-box;
    padding: 10px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    color: #f18618;
    font-weight: bold;
    display: block;
    margin: 0 auto;
}

.deskCall .btn a {
    font-size: 24px;
	font-size: 1.5rem;
    font-weight: bold;
    color: #f18618;
}

.deskCall .btn img.img_freeCall{
    height: 22px;
    margin: 0 7px 4px 0;
}

/* Staff
--------------------------------- */
.deskStaff_intro{
	margin-bottom:10px;
}

.img_deskStaff{
    display: block;
	margin: 5px auto 0;
}

.deskStaff_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.deskStaff_list li {
    width: 49%;
	padding: 3%;
    margin: 0 1% 10px 0;
    background-color: #FFF;
    position: relative;
    border: 2px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	position:relative;
}

/*.deskStaff_list li:after {
	content: "";
    width: 20px;
    height: 10px;
    background: url(/desk/img/ico_logo_plane.png) no-repeat;
    background-size: 20px auto;
    margin: 0 0 0 10px;
	position:absolute;
	right:5px;
	bottom:5px;
}*/

.deskStaff_list li:nth-child(2n) {
    margin: 0 0 10px 1%;
}

.deskStaff_list figure {
	text-align:center;
	margin-bottom: 7px;
	height: 170px;
	overflow: hidden;
}

.deskStaff_list figure img {
	width: 160px;
	height: auto
}


.deskStaff_list figcaption {
	display:inline-block;
	margin-bottom: 5px;
	padding: 0 0 2px;
	font-weight:bold;
	border-bottom: 2px solid #31bfd5;
}

.deskStaff_list p{
    font-size: 14px;
    font-size: 0.88rem;
}

/* Seminar
--------------------------------- */
.seminar{
	margin-bottom:10px;
}

#semi2 p{
	margin-bottom:10px;
	border-bottom: 1px dotted #CCC;
    padding: 0 10px 10px 0;
	position:relative;
}

#semi2 p a{
	text-decoration:underline;
	font-size: 14px;
	font-size: 0.88rem;
}

#semi2 p a:hover{
	text-decoration:none;
}

#semi2 p:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 2px #0075b5;
    border-right: solid 2px #0075b5;
}

#semi2 .semi_day{
	font-size:14px;
	font-size: 0.88rem;
}

#semi2 .location{
	display:none;
}

.btn_link > a {
    position: relative;
    display: block;
    padding: 10px 25px 10px 10px;
    background: #cfebf3;
    border-radius: 4px;
    color: #0176b9 !important;
    font-weight: bold;
    text-decoration: none !important;
    text-align: center;
    border: 1px solid #9bcedc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_link > a:hover{
	background:#b1dde9;
}


.btn_link > a:before {
    content: "";
    display: block;
    background: url(/img/com/icon_arrow_wh01.png) no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -6px 0 0 0;
}

/* topics
--------------------------------- */
.topics .Conts_inner{
	overflow:hidden;
}

.topics_list{
	padding:10px;
	border:4px solid #a5c9dd;
	position:relative;
}

#news li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

#news li .day{
	font-weight:bold;
	font-size: 12px;
	font-size:0.75rem
}

#news li span.cate {
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    font-size: 0.7rem;
    font-weight: normal;
    padding: 3px 6px;
}

#news li a{
    display: block;
    margin: 5px 0 10px;
	line-height: 1.4;
	text-decoration:underline;
}

#news li a:hover{
	text-decoration:none;
}

.ttl_topics {
    position: absolute;
    padding: 3px 19px;
	font-size:14px !important;
    top: 2px;
    right: -19px;
    display: inline-block;
    background: #c4d700;
    color: #FFF;
    font-size: 0.88rem !important;
	-moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* snsBox
--------------------------------- */
.snsBoxList{
	margin:10px 2%;
}

.snsBoxList li{
	margin:0 0 5px;
}

.snsBoxList li a{
    padding: 10px;
	border-radius:4px;
	background:#FFF;
    width: 100%;
    display: block;
	border:1px solid #CCC;
	-webkit-box-sizing:border-box;
    box-sizing: border-box;
}

.snsBox_ico{
	width: 10%;
	margin: 0 5px 0 0;
    vertical-align: middle;
}

/****************************************************************

 smartphone / tablet  480px - 767px

****************************************************************/
@media print, screen and (min-width:480px) {

/* cv_btn_area
--------------------------------- */
.cv_btn_area{
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-flex-pack:distribute;
    -moz-flex-pack:distribute;
    -ms-flex-pack:distribute;
    -webkit-justify-content:space-around;
    -moz-justify-content:space-around;
    justify-content:space-around;
}

.cv_card{
	width:33%;
}
	
/*--------------------------------- */
ul.deskDirection li {
	display: inline-block;
    letter-spacing: normal;
    width: 48%;
    vertical-align: top;
    margin-right: 2%;
}


} /* End  smartphone / tablet  480px - 767px */

/****************************************************************

 tablet 768px - 889px

****************************************************************/
@media print, screen and (min-width:768px) {

/* desk Description T
--------------------------------- */
.img_desk img{
	display: inline;
    margin: 0 0 5px;
    width: 49%;
}

/* address T
--------------------------------- */
.address{
	border-top: 2px solid #c0d9e4;
	border-bottom: 2px solid #c0d9e4;
}

.address tr{
	padding: 6px;
	border-top: 1px dashed #9ecee8;
}

.address tbody th{
	width:40%;   
	padding:5px 10px;
	display:table-cell;
	text-align: left;
	border-bottom: 1px solid #FFF;
}


/* Service T
--------------------------------- */
.ttl_deskService{
    background-size: 50%;
    height: 54px;
    font-size: 20px;
    font-size: 1.25rem;
}

.deskService_list{
	padding:0 10px 2px;
}

.deskService_list{
	letter-spacing:-.40em;
	text-align: center;
}

.deskService_list li{
	letter-spacing:normal;
    font-size: 1.25rem;
    font-size: 20px;
    font-weight: bold;
	width: 49%;
    display: inline-block;
	text-align: left;
}

/* Direction T
--------------------------------- */
.deskDirection{
	letter-spacing:-.40em;
}

.deskDirection li{
	display:inline-block;
	letter-spacing:normal;
	width: 49%;
	vertical-align:top;
	margin-right:2%;
}

.deskDirection li:nth-child(2n){
	margin-right:0;
}

.deskDirection_imgBox{
	margin-bottom:3px;
	border:1px solid #e1e1e1;
}

.deskDirection_imgBox img{
	width:100%;
	display:block;
	border:4px solid #FFF;
	-webkit-box-sizing:border-box;
    box-sizing: border-box;
}

.deskDirection > li p {
    text-indent: 30px;
	position: relative;
}

.deskDirection > li p:before {
    content: counter(li) "";
    counter-increment: li;
    position: absolute;
    left: 0;
    width: 25px;
    height: 28px;
    background: url(/desk/img/bg_direction.png) no-repeat;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    font-size: 0.9rem;
    text-indent:-1px;
    background-size: 25px auto;
    font-weight: bold;
    top: -5px;
}


/* Staff T
--------------------------------- */
.deskStaff_intro{
	display:table;
}

.deskStaff_lead,
.img_deskStaff{
	display:table-cell;
    vertical-align: top;
	margin:0;
}

.deskStaff_lead{
	padding-right:10px;
	width: 60%;
}

.img_deskStaff{
	width:100%;
}

.deskStaff_list li {
    width: 32%;
	padding: 15px;
    margin: 0 2% 15px 0;
}

.deskStaff_list li:nth-child(2n) {
    margin: 0 2% 15px 0;
}

.deskStaff_list li:nth-child(3n) {
    margin: 0 0% 15px 0;
}

/* Seminar T
--------------------------------- */
.seminar{
	margin-bottom:10px;
}

h2.ttl_desk,
#semi2 p,
.btn_link > a{
	letter-spacing: normal;
}

#semi2 p{
	display: inline-block;
	width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#semi2 p:before {
	content:"\f138";
	font-family: FontAwesome;
	color:#0075b5;
	margin-right:5px;
    background: none;
}

#semi2 p:after {
    display: none;
}

#semi2 p a {
    font-size: 16px;
    font-size: 1rem;
}

/* topics T
--------------------------------- */
.topics_list{
	padding:10px;
	border:4px solid #a5c9dd;
}

#news li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

#news li .day{
	font-weight:bold;
	font-size: 12px;
	font-size:0.75rem
}

#news li span.cate {
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    font-size: 0.7rem;
    font-weight: normal;
    padding: 3px 6px;
}

#news li a{
    display: block;
    margin: 5px 0 10px;
	line-height: 1.2;
	text-decoration:underline;
}

#news li a:hover{
	text-decoration:none;
}

/* snsBox t
--------------------------------- */
.snsBox{
	margin:0 0 15px;
}

.snsBoxList{
	margin:10px 2%;
}

.snsBoxList li{
	float:left;
    width: 49%;
	margin:0 2% 0 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.snsBoxList li:last-child{
	margin-right:0;
}

.snsBoxList li a{
    padding: 10px;
}

.snsBox_ico{
	width: 6%;
}


} /* End smartphone / tablet */

/****************************************************************

 desktop 890px - 

****************************************************************/
@media print, screen and (min-width:890px) {

/* PC用表示・非表示 */
.sp_on{display:none;}
.pc_on,
#foot-link{
	display:block;
}


#main{
	width:782px;
}

/* h3 */
h3.ttl_desk{
	font-size: 18px; font-size: 1.1rem;
	line-height:1.3;
    border-left: 4px solid #0075b5;
	margin-bottom:10px;
    padding-left: 5px;
}

.Conts_inner {
    margin: 0 0 20px;
}

/* tokyo tab
--------------------------------- */
.desk_tab_wrap li:first-child {margin: 0 0 0 1px;}

/* desk Description D
--------------------------------- */
.img_desk{
	margin-left:-20px;
}

.img_desk img{
	display:block;
	float:left;
    margin:0 0 10px 20px;
    width: 381px;
}

/* cv_btn_area D
--------------------------------- */
.cv_btn_area{
	display:block;
	margin:10px 0 10px;
	padding:20px 0 20px 20px;
}

.cv_card{
	position:relative;
	float:left;
	margin:0 10px 0 0;
	width:240px;
	height: 219px;
}

.cv_card dt{
	margin:0 0 10px;
	padding:8px;
	font-size:1rem;
	line-height: 1.2;
	font-weight:bold;
	text-align:center;
	border-top: 4px solid;
}

.cv_card dd{
	font-size:14px;
	font-size:0.9rem;
	line-height:1.4;
}

.cv_card .btn_cv{
    position: absolute;
    width: 90%;
    bottom: 6px;
}


/* address D
--------------------------------- */
.address {
    margin: 15px 0;
}

.address tbody th,
.address td{
    padding: 10px;
}

/* Service D
--------------------------------- */
.deskService{
	margin-bottom:20px;
}

.ttl_deskService {
	margin: 10px auto 15px;
	padding: 7px 0 0;
    background-size: 353px auto;
    height: 55px;
}

.deskService_list {
    padding: 0 20px 20px;
}

.deskService_list li {
    margin-right: 2%;
}

.deskService_list li:nth-child(2n) {
    margin-right: 0;
}

/* Direction D
--------------------------------- */
.deskDirection li {
    width: 32%;
}

.deskDirection li:nth-child(2n) {margin-right: 2%;}
.deskDirection li:nth-child(3n) {margin-right: 0;}


/* CVエリア D
--------------------------------- */
.deskCounsel {
    padding: 20px;
}

.deskCounsel .deskCounsel_lead{
    padding-right: 35px;
}

.btn_deskCounsel {
	width: 42%;
}
.btn_deskCounsel a {
    font-size: 26px;
    font-size: 1.62rem;
    font-weight: bold;
	text-decoration:none;
    padding: 11px 0 0;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_deskCounsel a:after {
    width: 55px;
    height: 55px;
    background-size: 61px auto;
}

.deskMailcounsel .btn a:hover{
	background:#ffecdb;
}

.deskCall .btn img.img_freeCall{
    height: 32px;
    margin: 0 8px 6px 0;
}

.deskCall dd.btn {
    font-size: 35px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #f18618;
}

/* Staff D
--------------------------------- */
.deskStaff_intro{
	margin-bottom:15px;
}

.deskStaff_list li {
    width: 23.5%;
    margin: 0 2% 15px 0;
	float: left;
}

.deskStaff_list li:nth-child(2n) {
    margin: 0 2% 15px 0;
}

.deskStaff_list li:nth-child(3n) {
    margin: 0 2% 15px 0;
}

.deskStaff_list li:nth-child(4n) {
    margin: 0 0% 15px 0;
}

/* Topics D
--------------------------------- */
.topics_list {
    padding: 20px;
}

/* snsBox D
--------------------------------- */
.snsBox{
	margin:10px 0 20px;
}

.snsBoxList{
	margin:0;
}

.snsBoxList li a{
    padding: 15px;
	border: 2px solid #CCC;
	text-decoration:none;
	text-align: center;
	font-size:18px;
	color:#484848;
}

.snsBoxList li a:hover{
	background:#f1f1f1;
}

.snsBox_ico{
	width: 6%;
}





} /* End desktop */
