@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabigothic.css');

@media screen and (max-width: 640px) {
    .br-sp { display:none; }
}

.pc-dsp { display:block; }
.sp-dsp { display:none; }

#pi_tracking_opt_in_div {
    display: none;
}

/*-------------------------------------------------------

ヘッダー

-------------------------------------------------------*/

nav.close.clone-nav.is-show {
    display: none;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}

.is-show {
  transform: translateY(0);
}

header {
    position: relative;
		margin: 0!important;
		padding: 20px 0 0;
		border-top: 10px solid #0065b2;
		font-weight:bold;
}

header .top {
	width: 1200px;
	margin: 0 auto;
}

header .top .sitelogo {
	width: 450px;
	float:left;
	margin-right: 244px;
}

header .top .submenu {
	width: 357px;
	float: right;
}

header ul {
	margin: 0 auto;
}

header li {
	font-size: 13px;
  display: inline-block;
	padding-left: 20px;
	background-position: 1px;
	background-image: url(../images/common/submenu-arrow.png);
  background-repeat: no-repeat;
	margin-right: 15px;
}

header li:last-child {
	margin-right: 0;
}

header li a {
    display: block;
		text-decoration: none;
		color: #333;
		z-index: 1;
}


/*header a {
  position: relative;
  text-decoration: none;
	display: block;
}

header a::after {
  border-bottom: solid 10px #ffe109;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
	z-index: -1;
}

header a:hover::after {
  width: 100%;
}

/*header a {
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(255, 225, 9) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}

header a:hover {
  background-position: -100% 0;
  color: #0065b2;
}*/

nav {
    padding: 20px 0 10px;
		background: #fff;
		text-align:center;
		border-bottom: 1px solid #e2e2e2;
		font-weight:bold;
}

nav ul {
	width: 1200px;
	margin: 0 auto;
  font-size: 0;
}

nav li {
	font-size: 13px;
	width: 200px;
  display: inline-block;
	border-right: 1px solid #ccc;
	line-height: 70px;
}

nav li:first-child {
	border-left: 1px solid #ccc;
}


nav li:nth-of-type(1) {
	background-image: url(../images/common/head-icon-house.png);
	background-position: top center;
  background-repeat: no-repeat;
}

nav li:nth-of-type(2) {
	background-image: url(../images/common/head-icon-service.png);
	background-position: top center;
  background-repeat: no-repeat;
}

nav li:nth-of-type(3) {
	background-image: url(../images/common/head-icon-solution.png);
	background-position: top center;
  background-repeat: no-repeat;
}

nav li:nth-of-type(4) {
	background-image: url(../images/common/head-icon-business.png);
	background-position: top center;
  background-repeat: no-repeat;
}

nav li:nth-of-type(5) {
	background-image: url(../images/common/head-icon-news.png);
	background-position: top center;
  background-repeat: no-repeat;
}

nav li:nth-of-type(6) {
	background-image: url(../images/common/head-icon-contact.png);
	background-position: top center;
  background-repeat: no-repeat;
}


nav li a {
    display: block;
		height: 52px;
		text-decoration: none;
		color: #333;
}


#news .newsContens a {
  padding-bottom: .2em;
  background: -webkit-linear-gradient(left, #ffe653 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  background: linear-gradient(to right, #ffe653 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  -webkit-transition: background-position .5s ease-out;
  transition: background-position .5s ease-out;
}
#news .newsContens a:hover {
  background-position: 0% bottom;
}

/*-------------------------------------------------------

メインコンテンツ

-------------------------------------------------------*/


#title {
	background: #f3f3f3;
	height: 270px;
	border-bottom: 1px solid #e2e2e2;
	background-attachment: fixed;
	background-size: cover;
}

#title h1 {
	width: 1200px;
	margin: 0 auto;
	font-size: 30px;
	padding-top: 115px;
}

/*
#serviceTitle {
	background: #f3f3f3;
	height: 270px;
	border-bottom: 1px solid #e2e2e2;
	background-image: url('../images/common/ttl-service.jpg');
    background-size: auto;
    background-repeat: no-repeat;
}

#newsTitle {
	background: #f3f3f3;
	height: 270px;
	border-bottom: 1px solid #e2e2e2;
	background-image: url('../images/common/ttl-news.jpg');
    background-size: auto;
    background-repeat: no-repeat;
}

#solutionTitle {
	background: #f3f3f3;
	height: 270px;
	border-bottom: 1px solid #e2e2e2;
	background-image: url('../images/common/ttl-solution.jpg');
    background-size: auto;
    background-repeat: no-repeat;
}

#companyTitle {
	background: #f3f3f3;
	height: 270px;
	border-bottom: 1px solid #e2e2e2;
	background-image: url('../images/common/ttl-company.jpg');
    background-size: auto;
    background-repeat: no-repeat;
}

#contactTitle {
	background: #f3f3f3;
	height: 270px;
	border-bottom: 1px solid #e2e2e2;
	background-image: url('../images/common/ttl-contact.jpg');
    background-size: auto;
    background-repeat: no-repeat;
}
#title h1,#serviceTitle h1,#newsTitle h1,#contactTitle h1,
#solutionTitle h1,#companyTitle h1 {
	width: 1200px;
	margin: 0 auto;
	font-size: 30px;
	padding-top: 115px;
}
*/

#wrapper {
	width: 1200px;
	margin: 15px auto 50px;
}

#wrapper #maincontents {
	width: 900px;
	float:left;
	margin-right: 60px;
	line-height: 2;
}


#wrapper #maincontents h2 {
	border-bottom: solid 1px #dcdcdc;
	position: relative;
	padding-bottom: 20px;
	color: #0065b2;
	font-size: 23px;
	margin-bottom: 30px;
}

#wrapper #maincontents h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #0065b2;
	bottom: -1px;
	width: 20%;
}


#pankz {
	margin-bottom: 50px;
}


/*-------------------------------------------------------

サイドバー

-------------------------------------------------------*/

#wrapper #sidebar {
	width: 240px;
	float:left;
}

#wrapper #sidebar li:first-child {
	border-top: 1px solid #d0d0d0;
}

#wrapper #sidebar li {
	border-bottom: 1px solid #d0d0d0;
}

#wrapper #sidebar li a {
	display: block;
	padding: 20px 0;
	font-size: 14px;
	font-weight:bold;
	padding-left: 25px;
	background-position: 1px;
	background-image: url(../images/common/submenu-arrow.png);
  background-repeat: no-repeat;
}

#wrapper #sidebar li a:hover {
	background-color: #f4f8fb;
	color: #0065b2;
}



/*-------------------------------------------------------

サービス　サイドバー

-------------------------------------------------------*/

#wrapper #side {
	width: 240px;
	float:left;
  /* display: flex;*/
  /* align-items: center;*/
  /* justify-content: center;*/
  /* position: -webkit-sticky;
  position: sticky;
  top: 120px;*/
}


#wrapper #side h2 {
	border-bottom: 2px solid #0065b2;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}


#wrapper #side ul {
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 2;
}

#wrapper #side ul li {
  position: relative;
	margin-left: 15px;
}

#wrapper #side ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: 1em;
  left: -1em;
  width: 8px;
  height: 2px;
  background-color: #ffd640;
}

#wrapper #side ul li span {
	font-size: 11px;
}


#wrapper #side h2.solution {
    background-image: url(../images/common/side-solution-icon.png);
    background-position: top left;
		background-position-y: 5px;
    background-repeat: no-repeat;
		padding-left: 40px;
}


#wrapper #side h2.service {
    background-image: url(../images/common/side-service-icon.png);
    background-position: top left;
		background-position-y: 5px;
    background-repeat: no-repeat;
		padding-left: 40px;
}


#wrapper #side h2.sales {
    background-image: url(../images/common/side-sales-icon.png);
    background-position: top left;
		background-position-y: 5px;
    background-repeat: no-repeat;
		padding-left: 40px;
}

/*-------------------------------------------------------

フッター

-------------------------------------------------------*/


footer {
		border-top: 1px solid #e2e2e2;
		font-size: 12px;
		line-height: 2.3;
		font-weight:bold;
}

footer .menu {
	width: 1145px;
	margin: 0 auto;
	padding: 50px 0;
}

footer .logo {
	width: 85px;
	float: left;
	margin-right: 80px;
}

footer .top a,
footer .service a,
footer .solution a,
footer .business a {
	background-image: url(../images/common/footer-arrow.png);
  background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 15px;
}


footer .top {
	width: 130px;
	float: left;
	margin-right: 80px;
}


footer .service {
	width: 280px;
	float: left;
	margin-right: 80px;
}


footer .solution {
	width: 150px;
	float: left;
	margin-right: 80px;
}


footer .business {
	width: 180px;
	float: left;
}


footer .privacy {
	background: #f8f8f8;
	border-top: 1px solid #e2e2e2;
	padding: 20px;
}

footer .privacy ul {
	width: 1145px;
	margin: 0 auto;
}

footer .privacy li {
	font-size: 12px;
  display: inline-block;
	line-height: 1.7;
	padding-right: 20px;
	vertical-align: middle;
}


footer .submenu {
	background: #0065b2;
    color: #fff;
	padding: 20px;
}

footer .submenu ul {
    width: 1145px;
    margin: 0 auto;
    position: relative;
}

footer .submenu li {
	font-size: 12px;
    display: inline-block;
	margin-right: 20px;
}

footer .submenu li.img {
	position: absolute;
    bottom: -152px;
    right: 0;
    line-height: 0;
}

footer .submenu li a {
	color: #fff;
}

footer .submenu .copy {
	color: #fff;
	width: 742px;
}



/*-------------------------------------------------------

横からメニュー表示

-------------------------------------------------------*/

ul#nav1 .case-studies {
	position: absolute;
	left: -110px;
  top: 44px;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* IE10以降 */
@media all and (-ms-high-contrast: none) { /* ハイコントラストモードが「オフ」の場合 */
    ul#nav1 .case-studies {
        left:-50px;
    }
}

ul#nav1 {
	font-size: 100%;
	font-weight: bold;
	list-style: none;
	position:fixed;
	top: 300px;
	right: -280px;
	margin:0;
	background: #f4f4f4;
	padding: 30px 70px 30px 0;
	z-index: 9999999;
}
#nav1 li {
	margin-bottom: 0.8em;
	margin-left: 30px;
}
#nav1 li a {
	text-decoration: none;
	color: #333333;
	display:block;
	background-repeat:no-repeat;
	/*height: 33px;*/
	padding-left:70px;
	line-height: 25px;
	font-size: 15px;
}

#nav1 li a:hover {
	color: #0065b2;
}
#nav1 .menu01 {
	background-image:url(../images/service/service-icon01.png);
	background-repeat: no-repeat;
	background-position-x: 40px;
  background-position-y: 5px;
}
#nav1 .menu02 {
	background-image:url(../images/service/service-icon02.png);
	background-repeat: no-repeat;
	background-position-x: 40px;
  background-position-y: 5px;
}
#nav1 .menu03 {
	background-image:url(../images/service/service-icon03.png);
	background-repeat: no-repeat;
	background-position-x: 40px;
  background-position-y: 5px;
}
#nav1 .menu04 {
	background-image:url(../images/service/service-icon04.png);
	background-repeat: no-repeat;
	background-position-x: 40px;
  background-position-y: 5px;
}

#nav1 .menu05 {
	background-image:url(../images/service/service-icon05.png);
	background-repeat: no-repeat;
	background-position-x: 40px;
  background-position-y: 5px;
}
#nav1 .menu06 {
	background-image:url(../images/service/service-icon06.png);
	background-repeat: no-repeat;
	background-position-x: 40px;
  background-position-y: 5px;
}
#nav1 .menu07 {
	background-image:url(../images/service/service-icon07.png);
	background-repeat: no-repeat;
	background-position-x: 40px;
  background-position-y: 5px;
}
#nav1 .menu08 {
	background-image:url(../images/service/service-icon08.png);
	background-repeat: no-repeat;
	background-position-x: 40px;
  background-position-y: 5px;
}

#nav1 .menu09 {
	background-image:url(../images/service/service-icon09.png);
	background-repeat: no-repeat;
	background-position-x: 40px;
  background-position-y: 5px;
}
#nav1 .menu10 {
	background-image:url(../images/service/service-icon10.png);
	background-repeat: no-repeat;
	background-position-x: 40px;
  background-position-y: 5px;
}
#nav1 .menu11 {
	background-image:url(../images/service/service-icon11.png);
	background-repeat: no-repeat;
	background-position-x: 40px;
  background-position-y: 5px;
}
#nav1 .menu12 {
	background-image:url(../images/service/service-icon12.png);
	background-repeat: no-repeat;
	background-position-x: 40px;
  background-position-y: 5px;
}


/*-------------------------------------------------------

ソリューション事例

-------------------------------------------------------*/

.tab_wrap{
	max-width: 900px;
	margin-bottom: 50px;
}

#maincontents input[type="radio"]{
	display:none;
}

.tab_area{
	font-size:0; margin:0 10px;
}

.tab_area label{
	width: 32.1%;
	height: 74px;
  line-height: 4;
	margin:0 5px;
	display:inline-block;
	color:#fff;
	background:#0065b2;
	text-align:center;
	font-size: 17px;
	cursor:pointer;
	transition:ease 0.2s opacity;
	border-radius: 10px 10px 0 0;
	font-weight:bold;
}

.tab_area label a{
	display:block;
	height: 74px;
	color: #fff;
}

.tab_area label:hover{opacity:0.5;}

.panel_area{
	background: #fafafa;
	padding: 40px;
	border: 2px solid #ffc411;
}

.tab_panel{
	width:100%;
	display:none;
}

.tab_panel p{font-size:14px; letter-spacing:1px; text-align:center;}

#tab1:checked ~ .panel_area #panel1 {
	display:block;
}

#tab1:checked ~ .tab_area .tab1_label,
#tab1:checked ~ .tab_area .tab1_label a,
#tab3:checked ~ .tab_area .tab3_label,
#tab3:checked ~ .tab_area .tab3_label a,
#tab2:checked ~ .tab_area .tab2_label,
#tab2:checked ~ .tab_area .tab2_label a{
	background: #ffe109;
  border: 2px solid #ffc411;
  border-bottom: none;
  line-height: 3.8;
	color:#0065b2;
	border-radius: 10px 10px 0 0;
}

#tab2:checked ~ .panel_area #panel2{
	display:block;
}

#tab3:checked ~ .panel_area #panel3{
	display:block;
}


.tab_panel li {
	width: 403px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight:bold;
	background-color: #fff;
}

.tab_panel li:nth-child(2n) {
	margin-right: 0;
}

.tab_panel a {
	padding: 35px 35px 35px 110px;
	border: 1px solid #e6e6e6;
	display: block;
	font-size: 17px;
}

.tab_panel a:hover {
	color: #0065b2;
}

.panel_area .tab_panel li.icon01 {
	background-image:url(../images/solution/tab-icon-01.png);
	background-repeat: no-repeat;
	background-position-x: 25px;
  background-position-y: 20px;
}

.panel_area .tab_panel li.icon02 {
	background-image:url(../images/solution/tab-icon-02.png);
	background-repeat: no-repeat;
	background-position-x: 25px;
  background-position-y: 20px;
}

.panel_area .tab_panel li.icon03 {
	background-image:url(../images/solution/tab-icon-03.png);
	background-repeat: no-repeat;
	background-position-x: 25px;
  background-position-y: 20px;
}

.panel_area .tab_panel li.icon04 {
	background-image:url(../images/solution/tab-icon-04.png);
	background-repeat: no-repeat;
	background-position-x: 25px;
  background-position-y: 20px;
}

.panel_area .tab_panel li.icon05 {
	background-image:url(../images/solution/tab-icon-08.png);
	background-repeat: no-repeat;
	background-position-x: 25px;
  background-position-y: 20px;
}

.panel_area .tab_panel li.icon06 {
	background-image:url(../images/solution/tab-icon-07.png);
	background-repeat: no-repeat;
	background-position-x: 25px;
  background-position-y: 20px;
}

.panel_area .tab_panel li.icon07 {
	background-image:url(../images/solution/tab-icon-06.png);
	background-repeat: no-repeat;
	background-position-x: 25px;
  background-position-y: 20px;
}

.panel_area .tab_panel li.icon08 {
	background-image:url(../images/solution/tab-icon-05.png);
	background-repeat: no-repeat;
	background-position-x: 25px;
  background-position-y: 20px;
}

.panel_area .tab_panel li.icon09 {
	background-image:url(../images/solution/tab-icon-09.png);
	background-repeat: no-repeat;
	background-position-x: 25px;
  background-position-y: 20px;
}

.panel_area .tab_panel li.icon10 {
	background-image:url(../images/solution/tab-icon-10.png);
	background-repeat: no-repeat;
	background-position-x: 25px;
  background-position-y: 20px;
}

.panel_area .tab_panel li.icon11 {
	background-image:url(../images/solution/tab-icon-11.png);
	background-repeat: no-repeat;
	background-position-x: 25px;
  background-position-y: 20px;
}

.panel_area .tab_panel li.icon12 {
	background-image:url(../images/solution/tab-icon-12.png);
	background-repeat: no-repeat;
	background-position-x: 25px;
  background-position-y: 20px;
}


/*-------------------------------------------------------

記事

-------------------------------------------------------*/

#maincontents #article {
	width: 900px;
	border: 1px solid #f0f0f0;
	padding: 35px;
	margin-bottom: 30px;
}

#maincontents #article .thumbnail {
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 28px;
	background: #f1f1f1;
}

img.attachment-thumbnail.size-thumbnail.wp-post-image {
	width: 300px;
	height: 200px;
	object-position: 50% 30%;
  object-fit: cover;
}

#maincontents #article .text {
	width: 500px;
	float: left;
}

#maincontents #article .text .time {
	color: #949494;
	font-size: 12px;
	margin-bottom: 10px;
}

#maincontents #article .text h3 {
	font-size: 20px;
	margin-bottom: 0!important;
}

#maincontents #article .text h3 a {
    color: #0765B0;
}

#maincontents #article .text p.category {
	display:none;
}

#maincontents #article .text p.category.contact,
#maincontents #article .text p.category.digitalmarketing,
#maincontents #article .text p.category.backoffice,
#maincontents #article .text p.category.government,
#maincontents #article .text p.category.production,
#maincontents #article .text p.category.service,
#maincontents #article .text p.category.order,
#maincontents #article .text p.category.earnings,
#maincontents #article .text p.category.cost,
#maincontents #article .text p.category.satisfaction,
#maincontents #article .text p.category.efficiency,
#maincontents #article .text p.category.contact-center,
#maincontents #article .text p.category.callcenter,
#maincontents #article .text p.category.ec,
#maincontents #article .text p.category.sns-marketing,
#maincontents #article .text p.category.research,
#maincontents #article .text p.category.sales,
#maincontents #article .text p.category.campaign,
#maincontents #article .text p.category.recruitmentagency,
#maincontents #article .text p.category.municipality {
	background: #00a25b;
	color: #fff;
	font-weight:bold;
	font-size: 11px;
	width:fit-content;
  text-align: center;
  padding: 5px 10px;
	margin-top: 10px;
	margin-right: 10px;
  display: inline-table;
}


/*-------------------------------------------------------

ソリューション事例

-------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Reem+Kufi');

#solution-menu {
}

#solution-menu .ttl {
	background: #0065b2;
	color: #fff;
	padding: 20px;
	font-size: 18px!important;
	font-weight:bold;
	line-height: 1;
	margin-bottom: 0!important;
}

#solution-menu .ttl span {
	font-family: 'Reem Kufi', sans-serif;
	font-size: 10px;
}

#solution-menu ul {
	border: 1px solid #e2e2e2;
	margin-bottom: 20px!important;
}

#solution-menu ul li{
	margin-left: 0!important;
	position: static!important;
	border-bottom: 1px solid #e2e2e2;
}

#solution-menu ul li a {
	display:block;
	line-height: 1.5;
	padding: 20px;
	background-image: none!important;
}

#solution-menu ul li:last-child {
	border-bottom:none!important;
}

#solution-menu ul li::after {
	display: none!important;
	position: static!important;
}

#solution-menu ul li a:hover {
	background-color: #f4f8fb;
	color: #0065b2;
}

#solution-contact {
	border: 5px #eeeeee solid;
	padding: 20px;
}

#solution-contact a.contactform {
	background: #0065b2;
	color: #fff;
	font-weight:bold;
	display: block;
	padding: 15px 20px;
	border-radius: 10px;
	margin-bottom: 15px;
	background-image:url(../images/common/contact-form-icon.png);
	background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: 25px;
  padding-left: 65px;
}

#solution-contact p {
	font-size: 12px;
	font-weight:bold;
}

#solution-contact h3 {
	color: #0065b2;
	font-family: 'Reem Kufi', sans-serif;
	font-size: 20px;
	padding-left: 20px;
	background-image:url(../images/common/contact-tel-icon.png);
	background-repeat: no-repeat;
}


/*-------------------------------------------------------

お知らせ

-------------------------------------------------------*/

#wrapper #archive {
    width: 960px;
    float: left;
    line-height: 2;
		border-right: 1px solid #dcdcdc;
		margin-bottom: 80px;
}

#wrapper #archive h2 {
	border-bottom: solid 1px #dcdcdc;
	position: relative;
	padding-bottom: 20px;
	color: #0065b2;
	font-size: 23px;
	margin-bottom: 5px;
}

#wrapper #archive h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #0065b2;
	bottom: -1px;
	width: 20%;
}

#wrapper #archive .date {
	text-align:right;
	color: #b2b2b2;
	padding-right: 20px;
}

#archive #news ul {
	border-bottom: 1px solid #dcdcdc;
	padding: 15px 0;
}

#archive #news ul:last-child {
	border-bottom: none;
}

#archive #news ul li {
	float:left;
	margin-right: 30px;
}

#archive #news ul li.category {
	width: 150px;
}

#archive #news ul li.category span.news {
	background: rgb(255, 225, 9);
	color: #0065b2;;
	padding: 5px 15px;
	font-size: 12px;
	display: block;
  text-align: center;
}

#archive #news ul li.category span.information {
	background: #0065b2;;
	color: #fff;
	padding: 5px 15px;
	font-size: 12px;
	display: block;
  text-align: center;
}

#archive #news ul li.category span.event {
    background: #00a15b;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    display: block;
    text-align: center;
}

#archive-menu .ttl {
	background: #f4f8fb;
	color: #0065b2;
	padding: 20px;
	font-size: 18px!important;
	font-weight:bold;
	line-height: 1;
	margin-bottom: 0!important;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

#archive-menu ul {
	margin-bottom: 20px!important;
}

#archive-menu ul li{
	margin-left: 0!important;
	position: static!important;
	border-bottom: 1px solid #e2e2e2;
}

#archive-menu ul li:first-child {
    border-top: none!important;
}

#archive-menu ul li a {
	display:block;
	line-height: 1.5;
	padding: 20px 40px!important;
	background-position: 20px!important;
	background-image: url(../images/common/submenu-arrow.png);
  background-repeat: no-repeat;
}

#archive-menu ul li::after {
	display: none!important;
	position: static!important;
}

#archive-menu ul li a:hover {
	background-color: #f4f8fb;
	color: #0065b2;
}



@media only screen and (max-width: 1300px) {
img {
    max-width: 100%;
}

#wrapper {
	width: 1000px;
}

#wrapper #maincontents {
	width: 700px;
}

/*#wrapper .description-text {
    width: 400px!important;
}*/

#wrapper .description-icon {
    float: left;
    width: 250px;
}

#wrapper #business-service .contents,
#wrapper #business-service .contents .img,
#wrapper #business-service .contents .text {
	width: 320px;
}

#wrapper #business-service .contents .text h3 {
	font-size: 18px;
	padding: 15px 0!important;
}

#wrapper #outsourcing .service .img,
#wrapper #outsourcing .service .Img {
	width: 250px!important;
}

#wrapper #outsourcing .service .text {
	width: 360px;
}

#wrapper #nies ul,
#wrapper #nies .arrow,
#maincontents #article {
	max-width: 700px;
}

#wrapper #nies .arrow {
	font-size: 25px!important;
}

#wrapper #nies li {
	margin: 0 50px!important;
	font-size: 18px!important;
}

#maincontents #article .text {
    width: 300px!important;
    font-size: 14px;
}

#maincontents #article .text h3 {
    font-size: 18px!important;
}

#ec-mailorder .text {
    width: 360px;
}

#ec-mailorder .img {
    width: 300px;
}

#sns-advertisement .img {
	float: none;
    margin: 0 auto;
}

#sns-advertisement .text {
	width: 400px;
}
}

@media only screen and (max-width: 1300px) {
.tab_area label {
    width: 31.8%;
}

.tab_panel li {
    width: 100%;
}
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

スマホデザイン用

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 860px) {
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');

.pc-dsp { display:none; }
.sp-dsp { display:block; }

body {
	width: 100%;
}

img {
  max-width: 100%;
  height: atuo;
}

.br-sp { display:none; }

nav.clone-nav.is-show {
    display: none;
}

nav {
    padding: 0;
}
    
#ContactTel {
    display: none;
}
    
ul#nav1 {
    display: none;
}

/*-------------------------------------------------------

ヘッダー

-------------------------------------------------------*/

/* import */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Rufina:400,700);
@import url(css/ress_custom.css);

#header_overlay{
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.2s;
}
header{
	width: 100%;
	height: 50px;
	background: #fff;
	border-top: 5px solid #0065b2;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	padding: 10px 20px;
	align-items: center;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
	z-index: 100;
}
header > h1{
	text-align: left;
}
header > h1 a{
	color: #000;
	text-decoration: none;
	font-size: 2em;
	font-weight: normal;
}
header > h1 a:link,
header > h1 a:visited{
	color: #000;
	text-decoration: none;
}

/* navbtn */
header > span#navbtn{
	width: 40px;
	height: 40px;
	display: flex;
	font-size: 2em;
	text-align: center;
	position: fixed;
	right: 20px;
	top: 20px;
	cursor: pointer;
	align-items: center;
}
header > span#navbtn:hover{
}
header > span#navbtn svg{
	margin: 0 auto;
}
    
header li {
    padding-left: 0;
}
    
nav li {
    background-image: none!important;
}

/* nav */
header > nav{
	width: 70%;
	height: calc(100% - 50px);
	background: #fff;
	position: fixed;
	top: 75px;
	right: 0;
	overflow-y: auto;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
	z-index: 100;
}
header > nav ul{
	width: 100%;
	margin: -1px 0 0;
	list-style: none;
	display: flex;
	flex-direction: column;
}
header > nav ul li{
	width: 100%;
    background-image: none;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
}
header > nav ul li a{
	padding: 20px;
	display: block;
	font-size: 15px;
	line-height: 30px;
	position: relative;
    text-align: left;
}
    
nav li a {
    height: 70px;
}

header > nav ul li a:link,
header > nav ul li a:visited{
	text-decoration: none;
}
header > nav ul li.navclose{}
header > nav ul li.navclose span{
		padding: 20px 20px 40px;
    display: block;
    font-size: 15px;
    line-height: 2;
    color: #999;
    text-decoration: none;
    position: relative;
}

header > nav ul li.subnav{}
header > nav ul li.subnav > a{

}
header > nav ul li.subnav > a:before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #0065b2;
  border-right: solid 2px #0065b2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
header > nav ul li.subnav ul{
	background: rgba(0,0,0,0.05);
}
/*header > nav ul li.subnav.open > a:before{
	content: "\f077";
}*/
header > nav ul li.subnav.open > ul li{}



/*		header nav js
-----------------------------------------------------------*/
header > nav{
	transition: all 0.4s;
}
header > nav.close{
	right:-100%;
}
#header_overlay.close{
	display: none;
}
header > nav ul li.subnav > ul{ display: none;}


/*-------------------------------------------------------

メインコンテンツ

-------------------------------------------------------*/


#title {
	background: #fcfcfc;
	height: 140px;
	border-bottom: 1px solid #e2e2e2;
	background-attachment: fixed;
	background-size: auto;
}

#title h1 {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    padding: 70px 20px 0;
}
 
/*
#serviceTitle {
	background: #fcfcfc;
	height: 240px;
	border-bottom: 1px solid #e2e2e2;
	background-image: url('../images/common/ttl-service.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

#newsTitle {
	background: #fcfcfc;
	height: 240px;
	border-bottom: 1px solid #e2e2e2;
	background-image: url('../images/common/ttl-news.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
    
#solutionTitle {
	background: #fcfcfc;
	height: 240px;
	border-bottom: 1px solid #e2e2e2;
	background-image: url('../images/common/ttl-solution.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
    
#companyTitle {
	background: #fcfcfc;
	height: 240px;
	border-bottom: 1px solid #e2e2e2;
	background-image: url('../images/common/ttl-company.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
    
#contactTitle {
	background: #fcfcfc;
	height: 240px;
	border-bottom: 1px solid #e2e2e2;
	background-image: url('../images/common/ttl-contact.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

#title h1,#serviceTitle h1,#newsTitle h1,#contactTitle h1,
#solutionTitle h1,#companyTitle h1 {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    padding: 120px 20px 0;
}
*/

#wrapper {
	width: 100%;
	margin: 15px auto 50px;
}

#wrapper #maincontents {
	width: 100%;
	margin-bottom: 10em;
	margin-right: 60px;
	line-height: 2;
}

#wrapper #maincontents h2 {
	border-bottom: solid 1px #dcdcdc;
	position: relative;
	padding-bottom: 20px;
	color: #0065b2;

	font-size: 20px;
	margin-bottom: 30px;
}

#wrapper #maincontents h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #0065b2;
	bottom: -1px;
	width: 20%;
}


#pankz {
	margin-bottom: 50px;
	font-size: 12px;
	padding: 0 20px;
}

#wrapper .description-icon {
    float: none;
    width: 60%;
}
    
#wrapper #business-service .contents,
#wrapper #business-service .contents .img,
#wrapper #business-service .contents .text {
	width: 100%;
}

/*-------------------------------------------------------

サイドバー

-------------------------------------------------------*/

#wrapper #sidebar {
	width: 100%;
	padding: 0 20px;
}

#wrapper #sidebar li:first-child {
	border-top: 1px solid #d0d0d0;
}

#wrapper #sidebar li {
	border-bottom: 1px solid #d0d0d0;
}

#wrapper #sidebar li a {
	display: block;
	padding: 20px 0;
	font-size: 14px;
	font-weight:bold;
	padding-left: 25px;
	background-position: 1px;
	background-image: url(../images/common/submenu-arrow.png);
  background-repeat: no-repeat;
}

#wrapper #sidebar li a:hover {
	background-color: #f4f8fb;
	color: #0065b2;
}



/*-------------------------------------------------------

サービス　サイドバー

-------------------------------------------------------*/

#wrapper #side {
	width: 100%;
	padding: 0 20px;
}


#wrapper #side h2 {
	border-bottom: 2px solid #0065b2;
	padding-bottom: 20px;
}


#wrapper #side ul {
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 2;
}

#wrapper #side ul li {
  position: relative;
	margin-left: 15px;
	border-bottom: 1px solid #e4e4e4;
}

#wrapper #side ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: 2.4em;
  left: -1em;
  width: 8px;
  height: 2px;
  background-color: #ffd640;
}

#wrapper #side ul li a {
	display:block;
	width: 100%;
	padding: 20px 0;
}

#wrapper #side ul li:last-child {
		border-bottom: none;
}

#wrapper #side ul li span {
	font-size: 11px;
}


#wrapper #side h2.solution {
    background-image: url(../images/common/side-solution-icon.png);
    background-position: top left;
		background-position-y: 5px;
    background-repeat: no-repeat;
		padding-left: 40px;
}


#wrapper #side h2.service {
    background-image: url(../images/common/side-service-icon.png);
    background-position: top left;
		background-position-y: 5px;
    background-repeat: no-repeat;
		padding-left: 40px;
}


#wrapper #side h2.sales {
    background-image: url(../images/common/side-sales-icon.png);
    background-position: top left;
		background-position-y: 5px;
    background-repeat: no-repeat;
		padding-left: 40px;
}

/*-------------------------------------------------------

フッター

-------------------------------------------------------*/

footer #contact {
	width: 100%;
	padding: 40px 20px;
	background: #f8f8f8;
}

footer #contact a.tel {
	width: 100%;
	display:block;
	font-weight:bold;
	text-align:center;
	padding: 20px;
	font-size: 30px;
  line-height: 0.7;
	background: #fff;
	border: 5px solid #ececec;
	margin-bottom: 15px;
}

footer #contact a.tel span {
	font-size: 12px;
}

footer #contact a.contactform {
	width: 100%;
	display:block;
	color: #fff;
	font-weight:bold;
	text-align:center;
	padding: 20px;
	font-size: 18px;
  line-height: 1.5;
	background: #0065b2;
	margin-bottom: 15px;
}

footer #contact a.virtual {
	width: 100%;
	display:block;
	color: #fff;
	font-weight:bold;
	text-align:center;
	padding: 20px;
	font-size: 18px;
  line-height: 1.5;
	background: #00a25b;
}

footer #contact h2 {
	line-height: 1;
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
	font-family: 'Josefin Sans', sans-serif;
}

@font-face {
  font-family: 'Typicons';
  src: url('fonts/typicons-regular-webfont.eot');
  src: url('fonts/typicons-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/typicons-regular-webfont.woff') format('woff'),
    url('fonts/typicons-regular-webfont.ttf') format('truetype'),
    url('fonts/typicons-regular-webfont.svg#TypiconsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#accordion{
  position:relative;
  width: 100%;
	font-size: 14px;

  margin: 0 auto;
  padding: 0;
  border-radius: 3px;
  line-height: 1;
}
#accordion input{
  position:absolute;
  height: 0;
  padding: 0;
}
#accordion div div{
  position: relative;
  padding: 30px 20px;
  border-top: 1px solid #d4ebf2;
  border-bottom: 1px solid #86c5da;
  background: #0065b2;
	color: #fff;
}
#accordion label:first-child div div{
  border-top: 0;
}
#accordion label:last-child div div{
  border-bottom: 0;
}
#accordion div div:hover{
  background: #f6f9fc;
	color: #0065b2;
  cursor: pointer;
}

#accordion div div:after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #5bc0de;
  border-right: solid 2px #5bc0de;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
#accordion input:checked + div div:after{
  top: 50%;
  right: 20px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#accordion ul{
  list-style: none;
  margin: 0;
  background: #f8f8f8;
}
#accordion ul li a{
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0px 40px;
  color: #333;
  text-decoration: none;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#accordion ul li a:hover{
  border-top-color: #c7e4ee;
  background: #d4ebf2;
  color: #1b4958;
}
#accordion input:checked + div ul li a{
  position:relative;
  background: none;
  line-height: 0;
  padding: 30px 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e0e0e0;
}

#accordion input:checked + div ul li:first-child a{
  border-top: 0px;
  box-shadow: 0 7px 7px -7px rgba(0,0,0,.5) inset;
}
#accordion input:checked + div ul li:last-child a{
  border-bottom: 1px solid #d4ebf2;
}
#accordion input:checked + div ul li a:hover{
  background: #d4ebf2;
  border-top-color: #eef7fa;
}


footer {
		border-top: 1px solid #e2e2e2;
		font-size: 12px;
		line-height: 2.3;
		font-weight:bold;
}

footer .privacy {
	background: #f8f8f8;
	border-top: 1px solid #e2e2e2;
	padding: 20px;
}

footer .privacy ul {
	width: 100%;
	margin: 0 auto;
}

footer .privacy li.img {
    width: 30%;
    text-align:center;
}

footer .privacy li {
	font-size: 12px;
	width: 68%;
	margin-bottom: 20px;
  display: inline-block;
	line-height: 1.7;
	vertical-align: middle;
}

footer .privacy li:nth-of-type(3),
footer .privacy li:nth-of-type(4) {
	margin-bottom: 0;
}

footer .copy {
	width: 100%;
	color: #fff;
	padding: 15px;
	background: #0065b2;
    position: relative;
}

footer .copy .img {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 50%;
    line-height: 0;
}


/*-------------------------------------------------------

ソリューション事例

-------------------------------------------------------*/

.tab_wrap{
	width: 100%;
	margin-bottom: 50px;
}

#maincontents input[type="radio"]{
	display:none;
}

.tab_area{
	font-size:0;
}

.tab_area label{
	width: 30%;
	margin:0 4px;
	display:inline-block;
	color:#fff;
	background:#0065b2;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	transition:ease 0.2s opacity;
	border-radius: 10px 10px 0 0;
	font-weight:bold;
	line-height: 4;
	height: 50px;
}

.tab_area label a {
	color: #fff;
	display: block;
	width: 100%;
	height: 50px;
}

.tab_area label:hover{opacity:0.5;}

.panel_area{
	background: #fafafa;
	padding: 20px;
	border: 2px solid #ffc411;
}

.tab_panel{
	width:100%;
	display:none;
}

.tab_panel p{font-size:14px; letter-spacing:1px; text-align:center;}

#tab1:checked ~ .tab_area .tab1_label,
#tab1:checked ~ .tab_area .tab1_label a,
#tab3:checked ~ .tab_area .tab3_label,
#tab3:checked ~ .tab_area .tab3_label a,
#tab2:checked ~ .tab_area .tab2_label,
#tab2:checked ~ .tab_area .tab2_label a{
	background: #ffe109;
  border: 2px solid #ffc411;
  border-bottom: none;
  line-height: 3.7;
	color:#0065b2;
	border-radius: 10px 10px 0 0;
}

#tab1:checked ~ .panel_area #panel1{display:block;}

#tab2:checked ~ .panel_area #panel2{display:block;}

#tab3:checked ~ .panel_area #panel3{display:block;}


.tab_panel li {
	width: 100%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight:bold;
	background-color: #fff;
}

.tab_panel li:nth-child(2n) {
	margin-right: 0;
}

.tab_panel a {
	padding:20px 25px 15px 65px;
	border: 1px solid #e6e6e6;
	display: block;
	font-size: 13px;
}

.tab_panel a:hover {
	color: #0065b2;
}

.panel_area .tab_panel li.icon01 {
	background-image:url(../images/solution/tab-icon-01.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
  background-position-y: 14px;
	background-size: 40px;
}

.panel_area .tab_panel li.icon02 {
	background-image:url(../images/solution/tab-icon-02.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
  background-position-y: 14px;
	background-size: 40px;
}

.panel_area .tab_panel li.icon03 {
	background-image:url(../images/solution/tab-icon-03.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
  background-position-y: 14px;
	background-size: 40px;
}

.panel_area .tab_panel li.icon04 {
	background-image:url(../images/solution/tab-icon-04.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
  background-position-y: 14px;
	background-size: 40px;
}

.panel_area .tab_panel li.icon05 {
	background-image:url(../images/solution/tab-icon-05.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
  background-position-y: 14px;
	background-size: 40px;
}

.panel_area .tab_panel li.icon06 {
	background-image:url(../images/solution/tab-icon-06.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
  background-position-y: 14px;
	background-size: 40px;
}

.panel_area .tab_panel li.icon07 {
	background-image:url(../images/solution/tab-icon-07.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
  background-position-y: 14px;
	background-size: 40px;
}

.panel_area .tab_panel li.icon08 {
	background-image:url(../images/solution/tab-icon-08.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
  background-position-y: 14px;
	background-size: 40px;
}

.panel_area .tab_panel li.icon09 {
	background-image:url(../images/solution/tab-icon-09.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
  background-position-y: 14px;
	background-size: 40px;
}

.panel_area .tab_panel li.icon10 {
	background-image:url(../images/solution/tab-icon-10.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
  background-position-y: 14px;
	background-size: 40px;
}

.panel_area .tab_panel li.icon11 {
	background-image:url(../images/solution/tab-icon-11.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
  background-position-y: 14px;
	background-size: 40px;
}

.panel_area .tab_panel li.icon12 {
	background-image:url(../images/solution/tab-icon-12.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
  background-position-y: 14px;
	background-size: 40px;
}


/*-------------------------------------------------------

記事

-------------------------------------------------------*/

#maincontents #article {
	width: 100%!important;
	border: 1px solid #f0f0f0;
	padding: 20px;
	margin-bottom: 30px;
}

#maincontents #article .thumbnail {
	width: 100%;
	height: 200px;
	float: left;
	margin-right: 28px;
	background: #f1f1f1;
}

img.attachment-thumbnail.size-thumbnail.wp-post-image {
	width: 100%;
	height: 200px;
	object-position: 50% 30%;
  object-fit: cover;
}

#maincontents #article .text {
	width: 100%;
	float: left;
	font-size: 14px;
}

#maincontents #article .text .time {
	color: #949494;
	font-size: 12px;
	margin-bottom: 10px;
}

#maincontents #article .text h3 {
	font-size: 17px;
}

#maincontents #article .text p.category.contact,
#maincontents #article .text p.category.digitalmarketing,
#maincontents #article .text p.category.backoffice,
#maincontents #article .text p.category.government,
#maincontents #article .text p.category.production,
#maincontents #article .text p.category.service,
#maincontents #article .text p.category.order,
#maincontents #article .text p.category.earnings,
#maincontents #article .text p.category.cost,
#maincontents #article .text p.category.satisfaction,
#maincontents #article .text p.category.efficiency,
#maincontents #article .text p.category.contact-center,
#maincontents #article .text p.category.callcenter,
#maincontents #article .text p.category.ec,
#maincontents #article .text p.category.sns-marketing,
#maincontents #article .text p.category.research,
#maincontents #article .text p.category.sales,
#maincontents #article .text p.category.campaign,
#maincontents #article .text p.category.recruitmentagency,
#maincontents #article .text p.category.municipality {
	background: #00a25b;
	color: #fff;
	font-weight:bold;
	font-size: 10px;
  text-align: center;
  padding: 5px 10px;
	margin-top: 10px;
	margin-right: 10px;
}

#maincontents #article .text p.category {
	display:none;
}

.solution-log {
	width: 100%;
	padding: 0 20px;
}


/*-------------------------------------------------------

ソリューション事例

-------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Reem+Kufi');

#solution-menu {
}

#solution-menu .ttl {
	background: #0065b2;
	color: #fff;
	padding: 20px;
	font-size: 18px!important;
	font-weight:bold;
	line-height: 1;
	margin-bottom: 0!important;
}

#solution-menu .ttl span {
	font-family: 'Reem Kufi', sans-serif;
	font-size: 10px;
}

#solution-menu ul {
	border: 1px solid #e2e2e2;
	margin-bottom: 20px!important;
}

#solution-menu ul li{
	margin-left: 0!important;
	position: static!important;
	border-bottom: 1px solid #e2e2e2;
}

#solution-menu ul li a {
	display:block;
	line-height: 1.5;
	padding: 20px;
	background-image: none!important;
}

#solution-menu ul li:last-child {
	border-bottom:none!important;
}

#solution-menu ul li::after {
	display: none!important;
	position: static!important;
}

#solution-menu ul li a:hover {
	background-color: #f4f8fb;
	color: #0065b2;
}

#solution-contact {
	border: 5px #eeeeee solid;
	padding: 20px;
}

#solution-contact a.contactform {
	background: #0065b2;
	color: #fff;
	font-weight:bold;
	display: block;
	padding: 15px 20px;
	border-radius: 10px;
	margin-bottom: 15px;
	background-image:url(../images/common/contact-form-icon.png);
	background-repeat: no-repeat;
  background-position-x: 20px;
  background-position-y: 25px;
  padding-left: 65px;
}

#solution-contact p {
	font-size: 12px;
	font-weight:bold;
}

#solution-contact h3 {
	color: #0065b2;
	font-family: 'Reem Kufi', sans-serif;
	font-size: 20px;
	padding-left: 20px;
	background-image:url(../images/common/contact-tel-icon.png);
	background-repeat: no-repeat;
}


/*-------------------------------------------------------

お知らせ

-------------------------------------------------------*/

#wrapper #archive {
    width: 100%;
    line-height: 2;
		margin-bottom: 80px;
		padding: 0 20px;
}

#wrapper #archive h2 {
	  border-bottom: solid 1px #dcdcdc;
    position: relative;
    padding-bottom: 10px;
    color: #0065b2;
    font-size: 20px;
    margin-bottom: 10px;
}

#wrapper #archive h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #0065b2;
	bottom: -1px;
	width: 20%;
}

#wrapper #archive .date {
	text-align:right;
	color: #b2b2b2;
}

#archive #news .article {
	border-bottom: 1px solid #dcdcdc;
	padding: 15px 0;
}

#archive #news .article:last-child {
	border-bottom: none;
}

#archive #news .article a {
	display:block;
}

#archive #news .date {
	float:left;
	margin-right: 10px;
}

#archive #news .category {
	width: 150px;
	float: left;
}

#archive #news .category span.news {
	background: rgb(255, 225, 9);
	color: #0065b2;
	padding: 0 15px;
	font-size: 12px;
	display: block;
  text-align: center;
}

#archive #news .category span.information {
	background: #0065b2;
	color: #fff;
	padding: 0 15px;
	font-size: 12px;
	display: block;
  text-align: center;
}

#archive #news .category span.event {
	background: #00a25b;
	color: #fff;
	padding: 0 15px;
	font-size: 12px;
	display: block;
  text-align: center;
}

#archive-menu .ttl {
	background: #f4f8fb;
	color: #0065b2;
	padding: 20px;
	font-size: 18px!important;
	font-weight:bold;
	line-height: 1;
	margin-bottom: 0!important;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

#archive-menu ul {
	margin-bottom: 20px!important;
}

#archive-menu ul li{
	margin-left: 0!important;
	position: static!important;
	border-bottom: 1px solid #e2e2e2;
}

#archive-menu ul li:first-child {
    border-top: none!important;
}

#archive-menu ul li a {
	display:block;
	line-height: 1.5;
	padding: 20px 40px!important;
	background-position: 20px!important;
	background-image: url(../images/common/submenu-arrow.png);
  background-repeat: no-repeat;
}

#archive-menu ul li::after {
	display: none!important;
	position: static!important;
}

#archive-menu ul li a:hover {
	background-color: #f4f8fb;
	color: #0065b2;
}
}