/* customize_miscellaneous */ @charset "utf-8";
/*header{
  position:static;
  top:60px;
  z-index:0;
}*/

body {
  min-width: auto;
}
.wrap{
	background-color: #fff;
	color: #333333;
}
footer{background-color: rgb(13, 185, 252);}

header nav ul ul li dt span.title {
  font-size: 20px;
}
br.for_all{
	display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
section.inner_contents > div h2{padding: 4px 0;}
section.inner_contents > div h3.h3_txt_small{margin-bottom: 20px;}


/* header */
header h1 > a {
  height: 50px;
  width: 124px;
  background-size: contain;
  background: url(../img/logo.png) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (min-width: 770px){
	body {
	  padding-top: 110px !important;
	}
	header, header > div{
		height: 110px;
	}
	header > div {
	  max-width: 980px;
	  width: 100%;
	  padding: 15px 0 0;
	}
	header .side_tool{
		display: flex;
		align-items: center;
	}
	header .side_tool a.btn {
	  display: inline-block;
	  height: 30px;
	  width: 115px;
	  line-height: 30px;
	  font-size: 13px;
	  margin: 0 0 0 10px;
	  border-width: 1px;
	}
	header .side_tool a.btn_language{
		background: url(../img/btn_langage.png) left center no-repeat;
		background-size: contain;
		margin-left: 20px;
		width: 85px;
	}
	header .side_tool div ul{
		right: 0;
		left: auto;
	}
	header .side_tool div li a {
	  width: 100px;
	  height: 30px;
	  padding-left: 10px;
	  line-height: 30px;
	}
	header .side_tool div  li a:after{right: 10px;}
	section.inner_contents.with_pankuzu > div ul.pankuzu {
    width: 980px;
    margin: auto;
    height: 35px;
    line-height: 35px;
  }
}

/* nav */
@media screen and (min-width: 770px){
	header nav {
	  width: 100%;
	  text-align: center;
	  height: auto;
	}
	header nav > ul.common {
	  display: flex;
	  justify-content: space-between;
	  width: 100%;
	  margin: auto;
	}
	.solution header nav > ul.solution,
	.solution_wi2free header nav > ul.solution,
	.personal header nav > ul.personal,
	.personal_300 header nav > ul.personal{
		display: flex;
	}
	header nav > ul > li {
	  width: 100% !important;
	  text-align: center;
	  height: 30px;
	}
	header nav > ul > li:before{
	  height: 26px;
	}
	header nav > ul > li:last-child:after{
	  position: absolute;
	  top: 0;
	  right: 0;
	  display: inline-block !important;
	  width: 1px;
	  height: 26px;
	  background: #ccc;
	  content: "";
	}
	header nav > ul >  li:nth-child(5):after{display: none;}
	header nav > ul > li > a {
	  font-size: 15px;
	  height: 30px;
	}
	header nav ul ul{
	  height: auto !important;
	  width: 980px;
	  padding: 20px 0 30px;
	  top: 29px;
	}
	header nav ul li:nth-child(2) ul li:first-child:before {
	  left: 278px;
	}header nav ul li:nth-child(3) ul li:first-child:before {
	  left: 475px;
	}
	header nav ul li:nth-child(2) ul {
	  left: -196px;
	}
	header nav ul li:nth-child(3) ul {
	  left: -392px;
	}
	header nav ul ul li,
	header nav ul ul li:first-child,
	header nav ul ul li:last-child{
		padding: 0 30px;
		text-align: center;
		width: 33.33%;
		height: auto;
	}
	header nav ul ul li dt figure img{
		height: 60px;
	}
	header nav ul ul li dt span.title {
	  font-size: 15px;
	}
	header nav ul ul li dd{
		font-size: 13px;
		padding-top: 20px;
	}
}
@media screen and (max-width: 769px){
	header nav > ul {
		display: none;
	}
}

/* breadcrumb */
.breadcrumb{
	margin-bottom: 0;
	background-color: #fff;
}
.breadcrumb_list{
	max-width: 980px;
	width: 100%;
}
.breadcrumb_item{
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumb_item:after{color: inherit;}
.top .breadcrumb{display: none;}
.breadcrumb_item:last-child a{color: #1c96d5;}
.breadcrumb_item:last-child a:hover{text-decoration: underline;}
@media screen and (max-width: 769px){
	.breadcrumb{
		padding-left: 10px;
	}
}
@media screen and (max-width: 374px){
	.breadcrumb{
		padding: 0 20px;
	}
}

/* footer */
section.inner_contents.has_footer_pict{
	margin-bottom: 70px;
}
section.inner_contents.has_footer_pict:after{
	background-size: auto 70px;
	height: 70px;
	bottom: -70px;
}
footer{letter-spacing: 0;}
footer .upper{
	width: 100%;
	max-width: 980px;
	display: flex;
	white-space: nowrap;
	padding: 30px 0;
	/* max-height: 210px; */
}
footer .upper > ul{
	margin-left:0;
	margin-top: 5px;
	order: 1;
	display: flex;
	justify-content: space-around;
	width: 100%;
}
footer .upper > ul > li{
	width: auto !important;
	display: block;
}
footer .upper li a {
  font-size: 13px;
}
footer .upper li li{padding-left: 0;}
footer .upper  dl, footer .upper li li a{
	font-size: 13px;
	display: block;
	padding-left: 10px;
}
footer .upper  dl{
	order: 0;
	position: static;
  top: auto;
  left: auto;
  width: auto;
	padding-right: 20px;
}
footer .inner > div {
  width: 100%;
}
footer .inner figure img{
	max-width: 355px;
}
footer .inner #footer_nav{
	max-width: 980px;
	margin: auto;
}
footer .inner li{
  border: solid 1px #ccc;
  border-width: 0 1px;
  margin-right: -1px;
}
footer .bottom{height: auto;}
footer .bottom .copyright{
	margin-bottom: 30px;
}
section.inner_contents .btn_pageskiper {
  bottom: 0;
  width: 83px;
  height: 38px;
  background-size: contain;
}
@media screen and (max-width: 769px){
	section.inner_contents.has_footer_pict:after {
    background-size: auto 50px;
    height: 50px;
    bottom: -50px;
  }
	footer .upper{
		display: block;
    max-height: inherit;
    padding: 10px 30px;
	}
	footer .upper > ul{
		display: block;
	}
	footer .inner #footer_nav{display: block;}
	footer .inner li{
		display: block;
		font-size: 11px;
		padding: 5px;
		border-left: 0;
		line-height: 1.3;
		border: none;
		margin-right: 0;
	}
	footer .inner li:nth-child(5) {
    border-right: none;
	}
	footer .inner li:last-child{border-right: 0;}
	footer .bottom .copyright{
		margin-bottom: 0;
	}
	section.inner_contents .btn_pageskiper {display: none;}
	section.inner_contents.has_footer_pict {
    margin-bottom: 50px;
	}
}

/* aside */
@media screen and (max-width: 769px){
	section.inner_contents > div aside{
		display: block;
		width: 100%;
		margin: 30px 0 0;
	}
	section.inner_contents > div aside ul{margin-bottom: 0;}
}

/* top */
.top #main_visual > div{
	height:400px;
	min-height: auto;
}
.top #main_visual  h2{
	top:30%;
  font-size: 40px;
}
#main_visual h2 > span {
  font-size: 20px;
}
.top #main_visual .link_area{
	right:20px;
	bottom: 20px;
}
.top #main_visual .link_area > a {
  height: 56px;
  width: 260px;
  line-height:58px;
  color: #fff;
  font-size: 20px;
}
.top #main_visual .link_area li img {width: 125px;}
.top #service_solution li div a{
  display:flex;
  justify-content:center;
}
#service_solution li a dl{width:50%;}
#service_solution li a:first-child dt, #service_solution li a:first-child dd:last-child {
  border-right: none;
  text-align: center;
}
#service_solution li a dl:first-child dt, #service_solution li a dl:first-child dd:last-child {
  border-right: solid 1px #76cef2;
}
@media screen and (min-width: 770px){
	#service_solution > div{width: 1200px;}
	#case_study.inner_contents > div figure img{width: 150px;}
	#new_list > div{
		max-width: 960px;
		width: 100%;
	}
	.top #case_study ul {
	  display: flex;
	  width: 100%;
	  max-width: 980px;
	  justify-content: space-around;
	}
}
@media screen and (max-width: 769px){
	.top #main_visual  h2{margin-top: 50px;}
	.top #main_visual .link_area{
		margin: 0 auto;
    right: auto;
    bottom: auto;
    width: auto;
    text-align: center;
	}
	.top #main_visual .link_area > a{
		margin: auto;
	}
}

/* section */
section.inner_contents > div h3{padding-left: 0;}

/* personal */
#personal_body a.btn_text_link.large_size{
	display: block;
	width: 80%;
	height: 60px;
	margin: 0 auto;
	background: #3ac3fc;
	letter-spacing: normal;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	line-height: 60px;
	text-decoration: none;
	vertical-align: top;
}
#personal_body a.btn_text_link.large_size:hover{
	color: rgba(255,255,255,0.7);
}
@media screen and (min-width: 770px){
	#personal_body > div {
    padding-bottom: 80px;
  }
	#personal_body > div > figure img{width: 80%;}
	#personal_body .banner_area dl{
		width: 80%;
	  margin: auto;
	  height: auto;
	}
	#personal_body .banner_area dt{
		width: auto;
	  padding: 0;
	  vertical-align: middle;
	}
	#personal_body .banner_area dt figure{
		margin: 0;
		text-align: left;
	}
	#personal_body .banner_area dt figure img{
		margin: 10px 0 10px 20px !important;
		width: 295px;
	}
	#personal_body .banner_area dd.text{
		font-size: 20px;
	  padding: 0;
	}
	#personal_body .banner_area dd.link_mark{
		width: 130px;
		font-size: 18px;
		line-height: initial;
	}
}
@media screen and (max-width: 769px){
	#personal_body > div{padding-bottom: 60px;}
	#personal_body .banner_area dt figure{
		margin: 20px 0;
	}
	#personal_body .banner_area dt figure img{
		margin: 0;
    max-width: 80%;
	}
	#personal_body a.btn_text_link.large_size{width:100%;}
}

.personal_300 .btn_text_link{
	font-weight: 500;
}
@media screen and (min-width: 770px){
	#personal_header h2.s_size{padding: 0;}
	#personal_header h2.s_size span {
	  height: 50px;
	  line-height: 50px;
	}
	.personal_300 .btn_text_link{
		font-size: 18px;
		border: solid 1px #1badea;
	}
	#main_btn_area > div li p a{font-size: 14px;}
}
@media screen and (max-width: 769px){
	.personal_300 .btn_text_link.with_sub_txt span{font-size: 12px;}
}


/*wi2 300*/
#wi2-300_main_visual p span{
	display: block;
	font-size: 12px;
}
#wi2-300_body2 .block_point .title {
  font-size: 20px;
  font-weight: 500;
}
#wi2-300_body2 .blocck_type_1 .sub_title{
  font-weight: 500;
}
#wi2-300_body2 .block_point span.txt_emp {
  color: #1a1a1a;
}
#wi2-300_body2 p.lead{padding-bottom: 0;}
#wi2-300_body2 .culomon_with_listbox h4{
	margin-bottom: 0;
}
#wi2-300_body2 .culomon_with_listbox ul li {
  margin-bottom: 2px;
  border-collapse: separate;
  border-spacing: 2px 0;
}
#wi2-300_body2 .culomon_with_listbox p span.small{
	font-size: 0.85em;
}
#wi2-300_body2 .culomon_with_listbox p span.small .pin{
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 18px;
	border-left: 1px solid;
	margin-left: 5px;
	background-position-x: 5px;
}
#wi2-300_body2 .culomon_with_listbox p span.small .pin.blue{
	background-image: url(../img/SSID_pin_blue.png);
}
#wi2-300_body2 .culomon_with_listbox p span.small .pin.perple{
	background-image: url(../img/SSID_pin_perple.png);
}
#wi2-300_body2 .culomon_with_listbox p span.small .pin.yellow{
	background-image: url(../img/SSID_pin_yellow.png);
}
#wi2-300_body2 .culomon_with_listbox p span.small .pin.lime{
	background-image: url(../img/SSID_pin_lime.png);
}
#wi2-300_body2 .culomon_with_listbox p span.small .pin.green{
	background-image: url(../img/SSID_pin_green.png);
}
#wi2-300_body2 .culomon_with_listbox p span.small .pin.orange{
	background-image: url(../img/SSID_pin_orange.png);
}
@media screen and (min-width: 770px){
	#wi2-300_main_visual h3{font-size: 38px !important;}
	#wi2-300_main_visual h3 span{font-size: 23px;}
	#wi2-300_main_visual figure img{height: 244px;}
	#wi2-300_body2 h3{font-size: 28px !important;}
	#wi2-300_body2 h3 span.with_img:before{background-size: contain;}
	#wi2-300_body2 .blocck_type_1 ul {
	  background: url(../img/line_v_dotted.png) no-repeat center center scroll;
	  background-size: contain;
	  display: flex;
    justify-content: space-between;
    margin: 20px 0 10px;
	}
	#wi2-300_body2 .blocck_type_1 li:last-child:before{display: none;}
	#wi2-300_body2 .blocck_type_1 li{
		padding: 70px 0 0 0 !important;
		display: block;
		width: auto;
	}
	#wi2-300_body2 .blocck_type_1 li:first-child figure:before {
		width: 353px;
		height: 66px;
	  background-size: contain;
	}
	#wi2-300_body2 .blocck_type_1 li:last-child figure:before{
		width: 344px;
		height: 66px;
	  background-size: contain;
	}
	#wi2-300_body2 .culomon_with_listbox.with_icon_plus:after {
	  background: url(../img/icon_plus.png) no-repeat 0 0 scroll;
	  background-size: contain;
	}
	#wi2-300_body2 .block_point .title {
	  font-size: 22px;
	}
	#wi2-300_body2 .blocck_type_1 .sub_title{
		font-size: 14px;
	}
	#wi2-300_body2 .block_point span.txt_emp {
	  background: url(../img/bg_txt_emp.png) repeat-x 0 0 scroll;
	  font-size: 20px;
	}
	#wi2-300_body2 .block_point p{font-size: 13px;}
	#wi2-300_body2 .blocck_type_2 p,
	#wi2-300_body2 .blocck_type_3 p{
		width: 291px;
	}
	#wi2-300_body2 .block_point strong{font-size: 16px;}
	#wi2-300_body2 .block_point p span.bottom_txt{font-size: 11px;}
	#wi2-300_body2 .block_point sub{font-size: 11px;}
	#wi2-300_body2 .block_point.blocck_type_4 span.txt_emp{
		font-size: 16px;
		background: url(../img/bg_txt_emp.png) repeat-x 0 -4px scroll;
	}
	#wi2-300_body2 .culomon_with_listbox {padding: 25px 20px 0 20px;}
	#wi2-300_body2 .culomon_with_listbox h4{
		font-size: 18px !important;
	}
	#wi2-300_body2 .culomon_with_listbox ul li span{font-size: 16px;}
	#wi2-300_body2 .culomon_with_listbox p{
		font-size: 14px;
		margin-bottom: 50px;
		word-break: normal;
	}
	#wi2-300_body2 .culomon_with_listbox p span.small .pin.no_line{
		border-left: none;
		margin-left: 0;
	}
}
@media screen and (max-width: 769px){
	#wi2-300_body2 .blocck_type_1 li:first-child figure{
		padding-right: 20px;
		width: 120px;
	}
	#wi2-300_body2 .block_point figure img {
    margin: 10px 0 0 0;
	}
	#wi2-300_body2 .blocck_type_1 li:first-child figure:before {
		width: 289px;
		height: 54px;
		background-size: contain;
	}
	#wi2-300_body2 .blocck_type_1 li:last-child figure:before {
		width: 279px;
		height: 54px;
		background-size: contain;
	}
	#wi2-300_body2 .block_point span.txt_emp{font-size: 17px;}
	#wi2-300_body2 .block_point span.bottom_txt,
	#wi2-300_body2 .block_point.blocck_type_4 span.footage{
		display: inline-block;
		font-size: 11px;
	}
	#wi2-300_body2 .blocck_type_1 .sub_title{
		font-weight: 500;
		padding: 25px 0 0 0;
	}
	#wi2-300_body2 .block_point p{font-size: 13px !important;}
	#wi2-300_body2 .culomon_with_listbox h4{
		font-size: 15px !important;
	}
	#wi2-300_body2 .block_point.blocck_type_4 span.txt_emp{font-size: 15px;}
	#wi2-300_body2 .culomon_with_listbox ul li span{font-size: 14px;}
		#wi2-300_body2 .culomon_with_listbox p span.small .pin:nth-of-type(1){
		border-left: none;
		margin-left: 0;
	}
}

/* reg */
.reg .content_l .wrapper{display: flex;}
.reg .content_l .wrapper .unit{
	width: 50%;
	border: 1px solid #e3e3e3;
	padding: 22px 25px 20px;
}
.reg .content_l .wrapper .unit h3{
  margin: 0;
	margin-bottom:20px;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  font-size: 14px !important;
  font-weight: bold;
  background: none;
}
.reg .inner_contents .btn{
	display: table-cell;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #0198df;
  letter-spacing: normal;
  color: #ffffff;
  padding: 9px 15px;
  font-size: 12px;
  background: #1ca9ea;
	background: linear-gradient(to bottom, #6BC6F1 0%,#1ca9ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6BC6F1', endColorstr='#1ca9ea',GradientType=0 );
	font-weight: normal;
}
.reg .inner_contents .btn a{color: #ffffff;}
.reg .inner_contents .btn:before{
	content: "\f0da";
	font-family: FontAwesome;
	display: inline;
	padding-right: 12px;
}
.reg .inner_contents .btn:hover{color: rgba(255,255,255,0.6);}
.reg .content_l .wrapper .unit .for_au{margin-top: 10px;}
.reg .content_l .wrapper .unit .for_au .btn{
	margin-top: 10px;
	background: #ec641c;
	background: linear-gradient(to bottom, #ffa473 0%,#ec641c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa473', endColorstr='#ec641c',GradientType=0 );
	border-color: #ff5a02;
}
.reg section.inner_contents > div aside{
	border-top: none;
	font-size: 13px;
}
.reg section.inner_contents aside .btn_login{
	height: 49px;
  line-height: 29px;
  font-size: 15px;
  padding: 9px 5px;
  box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
  text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
  font-weight: bold;
}
.reg section.inner_contents aside .btn_login:before{padding-right: 5px;}
.reg section.inner_contents aside .btn_login:hover{
	color: #ffffff;
	opacity: 0.7;
}
.reg section.inner_contents aside .title_category{
  border-top: solid 2px #019eeb;
  padding: 17px 0 13px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 769px){
	.reg .content_l .wrapper{display: block;}
	.reg .content_l .wrapper .unit{
		width: 100%;
		margin-top: 15px;
	}
}

/* business */
/* solution */
.solution_wi2free .btn_text_link, .solution_original .btn_text_link{font-weight: bold;}
#solution > div{
	padding-top: 50px;
	width: 980px;
}
#solution h3{
	height: auto;
	margin: 0;
	background: none;
	border:none;
	color: #0d5b80;
	text-align:center;
	font-size: 34px;
	letter-spacing: normal;
}
#solution h3 span{
	display: block;
	margin-top: 5px;
	font-size: 40px;
}
#solution p.read{
	padding: 15px 0;
	text-align: center;
}
#solution div.content_list_box{
	padding: 57px 113px;
	margin-top: 30px;
}
#solution .content_list_box ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
#solution .content_list_box ul li{
	border: 1px solid #23b5f2;
	border-width: 0;
	width: 50%;
	position: relative;
	padding: 20px 0 30px;
}
#solution .content_list_box ul li:first-child{
	border-width: 0 0 1px 0;
}
#solution ul li:nth-of-type(2){border-width: 0 0 1px 1px}
#solution ul li:nth-of-type(4){border-width: 0 0 0 1px}
#solution ul li:first-child:before{
	position:absolute;
	display: block;
	top: -57px;
	right: -57px;
	width: 113px;
	height: 113px;
	background: url(../img/icon_solution_top_01.png) no-repeat 0 0 scroll;
	content:"";
	background-size: contain;
	z-index: 1;
}
#solution li:nth-of-type(1):after{
	position:absolute;
	display: block;
	bottom: -57px;
	left: -113px;
	width: 113px;
	height: 113px;
	background: url(../img/icon_solution_top_02.png) no-repeat 0 0 scroll;
	content:"";
	background-size: contain;
}
#solution ul li:nth-of-type(2):after{
	position:absolute;
	display: block;
	bottom: -57px;
	right: -113px;
	width: 113px;
	height: 113px;
	background: url(../img/icon_solution_top_03.png) no-repeat 0 0 scroll;
	content:"";
	background-size: contain;
}
#solution ul li:last-child:after{
	position:absolute;
	display: block;
	bottom: -57px;
	left: -57px;
	width: 113px;
	height: 113px;
	background: url(../img/icon_solution_top_04.png) no-repeat 0 0 scroll;
	content:"";
	background-size: contain;
}
#solution li dt{
	text-align:center;
}
#solution ul li figure img{
	height: 95px;
	margin-bottom: 0;
}
#solution .content_list_box ul li:nth-of-type(3){
	margin: 15px 0 72px;
	padding: 10px 0;
	background-color: #fff;
	position: relative;
	left: 188px;
	z-index: 1;
}
#solution ul li:nth-of-type(3) figure{margin: 0;}
#solution li dl{margin-bottom: 0;}
#solution li dt span{
	display: block;
	padding-top: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#solution li dd p{
	text-align: center;
	margin: 10px 0 0 0;;
}
#solution li dd a{
	position: relative;
	display: block;
	height: 50px;
	width: 300px;
	margin: 15px auto 0;
	border: solid 1px #23b5f2;
	border-radius:25px;
	box-sizing: border-box;
	background:#d7f2fc;
	line-height: 50px;
	color: #23b5f2;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}
#solution li dd a:hover{
	opacity: 0.7;
}
#solution li dd a:after{
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width:7px;
	height:14px;
	margin-top: -7px;
	background: url(../img/arrow_solution_top.png) no-repeat 0 0 scroll;
	content: "";
}

@media screen and (max-width: 769px){
	#solution_body h3 {
    font-size: 25px !important;
	}
	#solution_body h3 span {
    font-size: 38px;
	}
	#solution > div{
		width: auto;
		min-height: 300px;
		margin: 0 auto;
		padding: 25px 15px 60px;
  }
  #solution div.content_list_box{
	  padding: 0;
	  margin: 0;
  }
	#solution .content_list_box ul{display: block;}
	#solution .content_list_box ul li{
		position: relative;
		padding: 20px 0 30px;
		display: block;
		width: 100%;
		margin-top: 50px;
		padding-top: 38px;
		padding-bottom: 30px;
		border: solid 1px #23b5f2;
		border-radius: 10px;
		border-width: 1px !important;
	}
	#solution ul li:nth-of-type(1):before{
		position:absolute;
		display: block;
		top: -30px;
		right: 50%;
		width: 134px;
		margin-right: -67px;
		height: 70px;
		background: url(../img/icon_solution_top_01_sp.png) no-repeat 0 0 scroll;
		background-size: cover;
		content:"";
	}
	#solution ul li:nth-of-type(2):before{
		position:absolute;
		display: block;
		bottom:auto;
		left:auto;
		top: -30px;
		right: 50%;
		width: 135px;
		margin-right: -67px;
		height: 71px;
		background: url(../img/icon_solution_top_03_sp.png) no-repeat 0 0 scroll;
		background-size: cover;
		content:"";
	}
	#solution ul li:nth-of-type(3):before{
		position:absolute;
		display: block;
		bottom:auto;
		left:auto;
		top: -30px;
		right: 50%;
		width: 134px;
		margin-right: -67px;
		height: 71px;
		background: url(../img/icon_solution_top_02_sp.png) no-repeat 0 0 scroll;
		background-size: cover;
		content:"";
	}
	#solution li:nth-of-type(1):after,
	#solution ul li:nth-of-type(2):after,
	#solution ul li:last-child:after{
		display: none;
	}
	#solution ul li figure img{
		height: 100px;
	}
	#solution li dt span {
    font-size: 24px;
    line-height: 24px;
	}
	#solution .content_list_box ul li:nth-of-type(3){
		margin: 50px 0 0 0;
		padding: 38px 0 30px;
		left: auto;
		z-index: 0;
	}
	#solution ul li:nth-of-type(3) figure{margin: 30px 0 0 0;}
	#solution .content_list_box ul li:nth-of-type(4){display: none;}
}


/* Wi2 free kit */
#solution_header h2.s_size span{height: 49px;}
#wi2free_body > div{
	position: relative;
  padding: 60px 0 0 300px;
}
#wi2free_body figure{
	position: absolute;
  top: 60px;
  left: 20px;
  margin: 0;
}
#wi2free_body figure img{height: 230px;}
#wi2free_body h3{
	font-weight: bold;
  height: auto;
  margin: 0;
  padding: 10px 0 0;
  border: none;
  background: none;
  letter-spacing: normal;
  font-size: 36px;
  line-height: 1.3;
  color: #000;
  font-size: 32px !important;
  text-align: left;
}
#wi2free_body h3 span{
	font-size: 20px;
}
#wi2free_body p.read{padding-top: 0;}
.solution_wi2free .inner_contents h3{
	height: auto;
  background: none;
  border: none;
  font-size: 28px;
  text-align: center;
  line-height: auto;
  letter-spacing: normal;
}
.solution_wi2free .inner_contents h3 span{
	position: relative;
	display: inline-block;
	height: 26px;
	line-height: 26px;
}
.solution_wi2free .inner_contents:not(#wi2free_body) h3 span:after{
	position: absolute;
  display: block;
  left: 50%;
  bottom: -30px;
  width: 100px;
  height: 8px;
  margin-left: -50px;
  background: #fdff00;
  content: "";
}
.solution_wi2free #merit .merit_container{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.solution_wi2free #merit .merit_box{width: 50%;}
.solution_wi2free #merit .merit_box.blue{border: 1px solid #08a1e8;}
.solution_wi2free #merit .merit_box.orange{border: 1px solid #eaa138;}
.solution_wi2free #merit .merit_box:nth-last-of-type(1){margin: 0 0 0 30px;}
.solution_wi2free #merit .merit_box .title{
	height: 50px;
	text-align: center;
	padding: 7px 0;
}
.solution_wi2free #merit .merit_box.blue .title{background-color: #08a1e8;}
.solution_wi2free #merit .merit_box.orange .title{background-color: #eaa138;}
.solution_wi2free #merit .merit_box h4{
	color: #ffffff;
	background: url(triple_lines.png) no-repeat left top;
	background-size: 18px auto;
	padding:10px 18px 0 18px;;
	display: inline-block;
	font-size: 22px !important;
	margin: 0;
}
.solution_wi2free #merit .merit_box li{
	position: relative;
	padding: 30px 20px 0 150px;
	min-height: 100px;
}
.solution_wi2free #merit .merit_box figure{
	position: absolute;
	top:0;
	left: 30px;
}
.solution_wi2free #merit .merit_box figure img{width:100px;}
.solution_wi2free #merit .merit_box h5{
	margin: 0;
	display: inline-block;
	position: relative;
	z-index: 0;
	line-height: 1;
}
.solution_wi2free #merit .merit_box h5:before{
	content: "";
	background-color: #fdff00;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	height: 4px;
	width: 100%;
}
.solution_wi2free #merit .merit_box p{
	font-size: 13px;
	margin-top: 10px;
}
.solution_wi2free #points{background: #ecfaff;}
.solution_wi2free #points ul{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	margin: 0 40px;
}
.solution_wi2free #points ul li{
	width: 300px;
	text-align: center;
}
.solution_wi2free #points ul li figure{
	width: 130px;
	height: 113px;
	text-align: center;
	margin: 30px auto 0;
}
.solution_wi2free #points ul li figure img{margin: auto;}
.solution_wi2free #points ul li h5{
	font-size: 15px;
	margin: 15px 0 0 0;
}
.solution_wi2free #points ul li p{
	font-size: 13px;
	margin: 7px 0 0 0;
}
.solution_wi2free #flow_chart .flow_chart_container{
	display: flex;
	justify-content: space-between;
	padding-bottom: 0;
}
.solution_wi2free #flow_chart .flow_chart_container figure{padding-top: 30px;}
.solution_wi2free #flow_chart .flow figure{width: 420px;}
.solution_wi2free #flow_chart .chart figure{width: 387px;}
.solution_wi2free #flow_chart .flow figure .caption{
	text-align: right;
	font-size: 12px;
	margin: 0;
}
.solution_wi2free #price{text-align: center;}
.solution_wi2free #price > div{
	min-height: auto;
	padding-top: 0;
}
.solution_wi2free #price .price_area{padding-top: 30px;}
.solution_wi2free #price .price_area span.with_line {
  position: relative;
  padding-right: 50px;
}
.solution_wi2free #price .price_area .fee {
  font-size: 28px;
  color: #009fe8;
  font-weight: bold;
  padding-left: 5px;
}
.solution_wi2free #price .price_area .unit {
  font-weight: bold;
  padding-left: 5px;
  font-size: 22px;
  color: #009fe8;
}
.solution_wi2free #price .tax {
  font-size: 18px;
  color: #009fe8;
}
.solution_wi2free #price .price_area > span.with_line::after {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 46px;
	height: 47px;
	margin-top: -24px;
  content: "";
  background-image: url(../img/icon_fee_div.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.solution_wi2free #price ul.footage_list {
  width: 675px;
  margin: 35px auto 0;
  font-size: 11px;
  text-align: left;
}
.solution_wi2free #price .footer_btn_area{margin-top: 60px;}

@media screen and (max-width: 769px){
	.solution_wi2free section.inner_contents > div{padding: 25px 15px 40px;}
	.solution_wi2free .inner_contents h3{margin-top: 0;}
	.solution_wi2free .inner_contents:not(#wi2free_body) h3 span{
		height: 16px;
    line-height: 16px;
	}
	.solution_wi2free .inner_contents:not(#wi2free_body) h3 span:after{
    bottom: -15px;
    width: 50px;
    height: 4px;
    margin-left: -25px;
	}
	#wi2free_body > div{
    width: auto;
    height: auto;
    min-height: 0;
    padding: 30px 15px 15px;
	}
	#wi2free_body figure {
    position: static;
    top: auto;
    left: auto;
    margin: 10px 0 0;
    text-align: center;
	}
	#wi2free_body figure img{height: 184px;}
	#wi2free_body h3{font-size: 20px !important;}
	#wi2free_body h3 span{font-size: 15x;}
	#wi2free_body p{display: none;}
	.solution_wi2free #merit .merit_container{
		display: block;
		padding-top: 0;
	}
	.solution_wi2free #merit .merit_box{width: 100%;}
	.solution_wi2free #merit .merit_box figure {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
	}
	.solution_wi2free #merit .merit_box li{
		padding-left:20px;
		text-align: center;
	}
	.solution_wi2free #merit .merit_box p{margin-bottom: 0;}
	.solution_wi2free #merit .merit_box:nth-last-of-type(1){margin:15px 0 0 0;}
	.solution_wi2free #merit .merit_box figure img{margin-bottom: 10px;}
	.solution_wi2free #points ul{
		display: block;
		margin: 0;
	}
	.solution_wi2free #points ul li{width: auto;}
	.solution_wi2free #flow_chart .flow_chart_container{display: block;}
	.solution_wi2free #flow_chart .flow_chart_container > div{margin-bottom: 40px;}
	.solution_wi2free #flow_chart .flow figure, .solution_wi2free #flow_chart .chart figure{
		width: auto;
		padding-top: 0;
		margin: auto;
	}
	.solution_wi2free #flow_chart .flow figure{max-width: 418px;}
	.solution_wi2free #flow_chart .chart figure{max-width: 387px;}
	.solution_wi2free #price .price_area {
		padding: 0;
		margin: 0;
	}
	.solution_wi2free #price .price_area > span.with_line::after{display: none;}
	.solution_wi2free #price .price_area span.with_line{
		display: block;
		padding-right: 0
	}
	.solution_wi2free #price ul.footage_list{
		width: auto;
		margin-top: 20px;
	}
}


/* original Wi-Fi */
#original_body2 h4{font-size: 24px !important;}
#original_body2 h4 span{
	position: relative;
	z-index: 0;
}
#original_body2 h4 span:before{
	content: "";
	background-color: #fdff00;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
#original_body2 .use_flow{max-width: 1200px;}
@media screen and (max-width: 980px){
	#original_body2 .use_flow ul{
		width: 100%;
	}
}
@media screen and (min-width: 770px){
	#original_body2 .use_flow span.title{
		padding-right: 30px;
		width: 220px;
	}
}
@media screen and (max-width: 769px){
	#original_body2 .content_box{margin-top: 15px;}
	#original_body2 h4{
		font-size: 18px !important;
		margin-bottom: 0;
	}
	#original_body2 .use_flow li{
		margin-top: -2px;
		padding-bottom: 20px;
	}
	#original_body2 p{
		margin: 10px 0 0;
	}
}

/* corporate */
/* profile */
section.inner_contents > div table{border-right: solid 1px #e3e3e3;}
/* contact */
.cmo-contact .lead{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.cmo-contact a.btn_personal{
	width: 400px;
	font-size: 18px;
	border: solid 1px #1badea;
	height: 70px;
	line-height: 1.5;
	margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
	border-radius: 40px;
	text-align: center;
}
.cmo-contact a.btn_personal:hover{text-decoration: none;}
.cmo-contact .btn_personal:before,.cmo-contact .btn_personal:after{
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 58px;
	height: 58px;
}
.cmo-contact .btn_personal:before{
	background-image: url(../img/waiwai_withSP.png);
	transform: scale(-1, 1);
	filter: FlipH;
	-ms-filter: "FlipH";
	margin-right: 15px;
}
.cmo-contact .btn_personal:after{
	background-image: url(../img/gigazo.png);
	margin-left: 15px;
}
.cmo-contact .btn_personal i{padding-left: 10px;}
.cmo-contact .cont .area_iframe{
	width: 980px;
  margin: 10px auto 0 auto;
  padding: 30px 40px 0;
  background: #ececec;
}
.cmo-contact .cont .area_iframe h4{
	width: 600px;
	font-size: 15px !important;
	margin: 0 auto 10px;
}
.cmo-contact .cont .wrap_iframe{
	overflow-y: scroll;
  width: 600px;
  height: 175px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #DFDFDF;
  font-size: 14px;
  padding: 20px;
}
.cmo-contact .cont .wrap_iframe ol{padding: 0;}
.cmo-contact .cont .wrap_iframe ol li{margin-bottom: 10px;}
.cmo-contact .cont .wrap_iframe h5{
	font-size: 14px;
	margin: 0;
}
.cmo-contact .cont .wrap_iframe p{margin: 0;}
.cont .contact-form{
	width: 980px;
	max-width: 100%;
	padding: 30px 0 70px;
	margin-top: 0;
}
section.inner_contents.page_with_form > div p{
	margin-top: 20px;
}
.cont .contact-form .innova-form-item{
	width: 600px;
	margin: auto;
	margin-bottom: 30px;
}
.cont .contact-form .innovaFormLabel_main{
	display: block;
	font-weight: bold;
	font-size: 15px;
	padding-left: 0;
	width: auto;
}
.cont .contact-form .innovaFormLabel_main span{left: auto;}
.cont .contact-form .innovaFormLabel_main span:after{
	background-color: #f8607c;
	width: 50px;
	margin: 0 0 5px 5px;
	padding: 3px 0;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	line-height: inherit;
}
.cont .contact-form .ccm-input-text,
.cont .contact-form .ccm-input-select,
.cont .contact-form .form-control{
	padding: 15px;
	border: 1px solid #dfdfdf;
	width: 95%;
	max-width: 95%;
	height: auto;
}
.cont .contact-form .ccm-input-select{
	height: 50px;
}
.cmo-contact main{padding-bottom: 0 !important}
.cmo-contact section.inner_contents.has_footer_pict{padding-bottom: 30px;}

@media screen and (max-width: 769px){
	.cmo-contact .lead{
		display: block;
		text-align: center;
	}
	.cmo-contact .lead strong{font-size: 15px;}
	.cmo-contact a.btn_personal{
		font-size: 13px;
    height: 60px;
    width: 300px;
	}
	.cmo-contact .btn_personal:before{margin-right: 5px;}
	.cmo-contact .btn_personal:after{margin-left: 5px;}
	.cmo-contact .btn_personal i{margin-right: 5px;}
	.cmo-contact .btn_personal:before, .cmo-contact .btn_personal:after{
		width: 50px;
		height: 50px;
	}
	.cmo-contact .cont .area_iframe{
		width: 100%;
		padding: 20px 20px 0;
	}
	.cmo-contact .cont .area_iframe h4{width: 100%;}
	.cmo-contact .cont .wrap_iframe{
		width: 100%;
		font-size: 12px;
		padding: 10px;
		height: 250px;
	}
	.cmo-contact .cont .wrap_iframe h5{font-size: 12px;}
	.cont .contact-form .innova-form-item,
	.cont .contact-form .ccm-input-text,
	.cont .contact-form .ccm-input-select,
	.cont .contact-form .form-control{
		width: 100%;
		max-width: 100%;
	}
	.cont .contact-form{
		padding: 30px 20px 70px;
	}
}

/* character */
.cmo-corporate-character .content_l .wrapper{
	display: flex;
	margin-top: 25px;
}
.cmo-corporate-character .content_l .inner{
	border: 1px solid #e3e3e3;
	padding: 0 10px;
	width: 50%;
	text-align: center;
}
.cmo-corporate-character .content_l .inner:first-child{
	margin-right: 18px;
}
.cmo-corporate-character .content_l .inner h3{
	font-size: 20px;
	color: #009fe8;
	padding: 20px 0 0;
	background: none;
	height: auto;
	margin: 0;
	line-height: inherit;
	border: none;
	line-height: 1.5;
	min-height: 110px;
	letter-spacing: normal;
}
.cmo-corporate-character .content_l .inner h4{
	position: relative;
	display: inline-block;
	z-index: 0;
	margin-top: 50px;
	margin-bottom: 0;
}
.cmo-corporate-character .content_l .inner h4:after{
	content: "";
	background-color: #fdff00;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.cmo-corporate-character .content_l .inner figure{max-height: 175px;}
.cmo-corporate-character .content_l .inner figure img{max-height: 175px;}
.cmo-corporate-character .content_l .inner dl{text-align: left;}
.cmo-corporate-character .content_l .inner dt{
	font-weight: bold;
	margin-top: 10px;
}
.cmo-corporate-character .content_l .inner dt i.fa{margin-right: 5px;}
@media screen and (max-width: 769px){
	.cmo-corporate-character .content_l .wrapper{
		display: block;
		margin-top: 5px;
	}
	.cmo-corporate-character .content_l .inner{
		border: none;
		padding: 0;
		width: 100%;
	}
	.cmo-corporate-character .content_l .inner:first-child {
    margin-right: 0;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
	.cmo-corporate-character .content_l .inner h3{
		min-height: inherit;
		padding-top: 0;
	}
	.cmo-corporate-character .content_l .inner h4{margin-top: 40px;}
	.cmo-corporate-character .content_l .inner dl{margin-bottom: 0;}
}

/* Notation */
.notation table{letter-spacing: normal;}
.notation ol{
	padding-left: 0;
	margin-bottom: 0;
}
.notation ol ol{margin-top: 0;}
.notation ol.katakana li{list-style-type: katakana;}
.notation ol.disc li{list-style-type: disc;}
.notation ol.lower-alpha li{list-style-type: lower-alpha;}
.l_pdf{
	background: url(../img/icon_pdf.png) no-repeat right;
  background-size: auto 15px;
  padding-right: 15px;
}
.cmo-privacy-utilization.notation h3.h3_txt_small{margin-bottom: 0;}
.cmo-privacy-utilization.notation h4,
.cmo-privacy-utilization.notation h5,
.cmo-privacy-utilization.notation p{margin-bottom: 0;}
.cmo-privacy-utilization.notation h3 + p,
.cmo-privacy-utilization.notation h3 + ol,
.cmo-privacy-utilization.notation h4 + p,
.cmo-privacy-utilization.notation li p:first-of-type{margin-top: 10px;}
.cmo-privacy-utilization.notation ol{
	margin-bottom: 10px;
	margin-left: 20px;
}
.cmo-privacy-utilization.notation li h5{
	font-size: 14px;
	margin-top: 10px;
}
.cmo-privacy-utilization.notation dt{margin-top: 20px;}
.cmo-privacy-utilization.notation dd{margin: 0 0 20px 20px !important;}
.cmo-privacy-utilization.notation img{width: 50%;}

@media screen and (max-width: 769px){
	.cmo-privacy-utilization.notation ol{
		margin-left: 0;
	}
	.cmo-privacy-utilization.notation img{width: 100%;}
}

/* faq */
@media screen and (min-width: 770px){
	.faq section.inner_contents article.content_l{width: 72%;}
	.faq section.inner_contents aside{
		width: 25%;
	}
}
.faq #srch{
	background: none;
	margin: 0;
	padding: 0;
}
.faq #srchBox #srchForm{margin: 10px 0;}
.faq #srchBox input.btn{
	width: auto;
	padding: 0 10px;
	margin: 0 0 0 10px;
	letter-spacing: 0;
	min-width: auto;
	height: 30px;
	font-size: 12px;
}
.faq #srchBox #srchInput{
	width: 348px;
	height: 28px;
	line-height: 30px;
}
.faq .caption{
	margin: 0;
	font-size: 12px;
}
.faq .top5 li{
	margin: 0 0 10px 0;
}
.faq .top5 li a{
	color: #3d3d3d;
}
.faq aside nav.category li{
	padding: 10px 0;
}
.faq aside nav.category li a{
	font-size: 13px;
	height: auto;
	line-height: 1.8rem;
}

/* blog */
/* list */
.twoCol-right{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 980px;
	max-width: 98rem;
}
@media screen and (min-width: 770px){
	.twoCol-right .cont{width: 72%;}
}
.twoCol-right .articleList,
.twoCol-right .articleCont{
	padding: 40px 20px 40px 0;
}
.twoCol-right .articleCont .articleCont_body h1.articleCont_headline{padding-top: 10px}
section.blogMainVisual{display: none;}
.has_footer_pict{
	position: relative;
  margin-bottom: 70px;
}
.has_footer_pict:after{
  position: absolute;
  bottom: -70px;
  left: 0;
  display: block;
  height: 70px;
  width: 100%;
  background: url(../img/pict_footer.png) repeat-x 0 bottom scroll;
  background-size: auto 70px;
  content: "";
}
.articleList_img > a{display: none;}
.articleList_category a{
	position: relative;
	background-color: #0FB9FC;
}
.articleList_txt{
	max-height: 66px;
	max-height: 6.6rem;
	height: auto;
}
.articleList_btn{
	font-weight: 500;
	border: none;
	background-color: #fff;
	color: #515151;
	padding: 5px 12px;
}
.articleList_btn:after{
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 3px;
  background: none;
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}
.articleList_btn:hover{
	transform: scale(1.0);
  background-color: #fff;
	color: #1badea;
}
.articleCont_category i{border-bottom-color: #FFF102;}
@media screen and (max-width: 769px){
	.twoCol-right .articleList,
	.twoCol-right .articleCont{
		padding-left: 20px;
	}
	.twoCol-right .articleList, .twoCol-right .articleCont{
		padding: 10px 20px;
	}
	.twoCol-right .articleCont_body{
		padding: 0;
		margin-bottom: 0;
	}
	.twoCol-right .articleCont_main{
		margin-bottom: 0;
	}
	.has_footer_pict{
	  margin-bottom: 50px;
	}
	.has_footer_pict:after{
    bottom: -50px;
    height: 50px;
    background-size: auto 50px;
	}
}
/* article */
.articleCont_img{text-align: center;}
.articleCont_img img{
	max-width: 100%;
	margin: auto;
	width: auto;
}

/* pagenation */
.pagination li span, .pagination li{padding: 0 5px;}
.pagination li span, .pagination li a {
  border: solid 1px #1badea;
  border-radius: 30px;
  font-weight: bold;
  padding: 7px 12px;
}
.pagination li.active a{
  border: solid 1px #1badea;
  background-color: #1badea;
}
.pagination_prev a, .pagination_prev span,
.pagination_next a, .pagination_next span {
  border: solid 1px #1badea;
  background-color: #fff;
  color: #1badea;
  border-radius: 30px;
  font-weight: bold;
}
.pagination li:not(.active) a:hover, .pagination_prev a:hover, .pagination_next a:hover {
  border: solid 1px #1badea;
  background-color: #fff;
  color: #0d7aa8;
}
.pagination_prev span, .pagination_next span{
  opacity: 0.7;
}
@media screen and (max-width: 769px){
	.pagination{
		display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	.pagination ul{
		display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  order: 3;
	  width: 100%;
	  margin-top: 20px;
	  padding: 0;
	}
	.pagination li {
    display: inline-block;
    padding: 8px 0;
    padding: 0.8rem 0;
	}
	.pagination_prev, .pagination_prev,
	.pagination_next, .pagination_next{
		display: block;
    width: 45%;
    text-align: center;
  }
	.pagination_prev a, .pagination_prev span,
	.pagination_next a, .pagination_next span{
		display: block;
	}

}

/* blog side */
@media screen and (min-width: 770px){
	.twoCol-right .side_bg{
		margin-bottom: 20px;
		width: 28%;
	}
	.twoCol-right .side{
		padding: 40px 10px;
		padding: 4rem 1rem;
		width: 28%;
	}
}
@media screen and (max-width: 769px){
	.twoCol-right .side{
		padding: 40px 0 0;
		padding: 4rem 0 0;
	}
}
#side .side-content{
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px;
}
#side .side-content h3{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 15px;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 5px;
}
#side .side-content li{margin-top: 5px;}
#side .side-content .list-arrow-v li ul{
	margin: 0 0 15px 10px;
}
#side .side-content .list-arrow-v li i.fa-angle-right{margin-left: 5px;}
#side .side-banner{
	background-color: inherit;
	text-align: center;
}
#side .side-banner .inner_250_250{
	width: 250px;
	height: 250px;
	margin: auto;
} /* customize_miscellaneous */


@media screen and (max-width: 769px){

}
}
/*------------------------------------------------------------