@charset "utf-8";

/*----------------------------------------------------
	見出し
----------------------------------------------------*/
.indexBox h2 {
	font-size: 3.0rem;
	font-weight: 500;
	margin-bottom: 40px;
	text-align: left;
	display: block;
}
.indexBox h2 .h201 {
	font-size: 1.6rem;
}
.indexBox h2 .h202 {
	font-size: 2.4rem;
	border-left: solid 1px #cccccc;
	padding-left: 20px;
	margin-left: 20px;
}

.indexBox h2:before {
    content:"";
    display:inline-block;
	position:relative;
    top:10px;
	margin-left: 0px;
	margin-right: 10px;
}
.indexBox h2.pro01:before {
	background:url("../images/business/icon_map.svg") 0 0 no-repeat;
    -webkit-background-size: 33px 47px;
    width: 33px;
    height: 47px;
}
.indexBox h2.pro02:before {
	background:url("../images/business/icon_train.svg") 0 0 no-repeat;
    -webkit-background-size: 48px 48px;
    width: 48px;
    height: 48px;
}
.indexBox h2.pro03:before {
	background:url("../images/business/icon_web.svg") 0 0 no-repeat;
    -webkit-background-size: 39px 39px;
    width: 39px;
    height: 39px;
}
.indexBox h2.pro04:before {
	background:url("../images/business/icon_sign.svg") 0 0 no-repeat;
    -webkit-background-size: 33px 37px;
    width: 33px;
    height: 37px;
}
.indexBox h2.pro05:before {
	background:url("../images/business/icon_degitalsignage.svg") 0 0 no-repeat;
    -webkit-background-size: 21px 42px;
    width: 21px;
    height: 42px;
}
.indexBox h2.pro06:before {
	background:url("../images/business/icon_transrate.svg") 0 0 no-repeat;
    -webkit-background-size: 40px 40px;
    width: 40px;
    height: 40px;
}
@media only screen and (max-width: 768px){
h1 {
	font-size: 3.0rem;
}
.indexBox h2 {
	font-size: 2.0rem;
	margin-bottom: 20px;
}
.indexBox h2 .h201 {
	font-size: 1.4rem;
}
.indexBox h2 .h202 {
	font-size: 1.7rem;
	border-left: none;
	padding-left: 0px;
	margin-left: 0px;
	display: block;
	margin-top: 10px;
}
}

/*----------------------------------------------------
	商品情報
----------------------------------------------------*/
.indexBox {
    background: #ffffff;
    position: relative;
	border-radius: 30px;
	padding: 50px;
	margin-bottom: 50px;
}
.indexBox:last-child {
	margin-bottom: 0px;
}
.indexBoxLR {
	display: flex;
	flex-wrap: wrap;
}
.indexBoxL {
	box-sizing: border-box;
	width: 60%;
}
.indexBoxL img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: center center;
	margin-bottom: 10px;
}
.indexBoxR {
	box-sizing: border-box;
	width: 38%;
	margin-left: 2%;
}

@media only screen and (max-width: 768px){
.indexBox {
	padding: 20px;
	margin-bottom: 30px;
}
.indexBox h2 {
	margin-bottom: 0px;
}
.indexBoxLR {
	display: block;
}
.indexBoxL {
	width: auto;
	margin-bottom: 20px;
}
.indexBoxL img {
	height: 200px;
}
.indexBoxR {
	width: auto;
	margin-left: 0;
}
}

/* リスト */
ul.serviceList {
	padding: 0 5%;
	margin-bottom: 30px;
}
ul.serviceList li {
	border-radius: 0px;
	box-shadow: none;
	padding: 10px 0;
	border-bottom: solid 1px #cccccc;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4em;
	color: #ccc;
}
ul.serviceList li span {
	font-size: 1.1rem;
}
ul.serviceList li a {
    position: relative;
    display: block;
    padding-right: 20px;
	color: #333333 !important;
	text-decoration: none !important;
}
ul.serviceList li a:hover {
	text-decoration: underline !important;
}
ul.serviceList li a:before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5px;
	margin-top: -3px;
	transition: .3s;
}
ul.serviceList li a:hover::before {
    right: 0px;
}


ul.serviceList li a.blank:before {
    content: none;
}
ul.serviceList li span.new {
    margin-left: 5px;
}

/* ボタン */
.indexBox .button_service a {
    text-align:center;
    display: block;
	margin: 0 5%;
	cursor: pointer;
	transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
	background: #7EBDC2;
	border: 2px solid #7EBDC2;
	border-radius: 30px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 10px 10px;
	text-decoration: none;
}	
.indexBox .button_service a:hover {
	background: #fff;
	color: #7EBDC2;
	letter-spacing: 0.15em;
	text-decoration: none;
}
.indexBox .button_service01 a {
	background: #7EBDC2;
	border: 2px solid #7EBDC2;
}
.indexBox .button_service01 a:hover {
	color: #7EBDC2;
}
.indexBox .button_service02 a {
	background: #A8BDCC;
	border: 2px solid #A8BDCC;
}
.indexBox .button_service02 a:hover {
	color: #A8BDCC;
}
.indexBox .button_service03 a {
	background: #E298AD;
	border: 2px solid #E298AD;
}
.indexBox .button_service03 a:hover {
	color: #E298AD;
}
.indexBox .button_service04 a {
	background: #8EA7E0;
	border: 2px solid #8EA7E0;
}
.indexBox .button_service04 a:hover {
	color: #8EA7E0;
}
.indexBox .button_service05 a {
	background: #A197CB;
	border: 2px solid #A197CB;
}
.indexBox .button_service05 a:hover {
	color: #A197CB;
}
.indexBox .button_service06 a {
	background: #94C391;
	border: 2px solid #94C391;
}
.indexBox .button_service06 a:hover {
	color: #94C391;
}



/*----------------------------------------------------
	地図広告（ナビタ）
----------------------------------------------------*/
/* 特長 */
ul.tokucho li {
	background-color: #fff;
	border-radius: 30px;
	padding: 30px;
	text-align: center;
}
.circleBox {	 
	width: 175px;
	height:175px;
	border-radius: 50%;
	border: solid 5px #eeeeee;
	background-color: #7EBDC2;
	color: #ffffff;
	font-size:2.4rem;
	font-weight: 500;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	margin: 0 auto 10px;
}
.circleBox p::first-letter {
	color: #FFEF08;
	font-size: 3.0rem;
}
ul.tokucho li p {
	text-align: left;
}
ul.tokucho li .circleBox p {
	text-align: center;
}
/*
ul.tokucho li .circleBox p span {
	background:linear-gradient(transparent 80%, #FFEF08 80%);
}
*/

/* 種類 */
.typeBox {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
	border-radius: 0 0 0 30px;
	align-items: center;
	justify-content: center;
}
.typeBox:last-child {
	margin-bottom: 0px;
}
.typeBoxL {
	box-sizing: border-box;
	width: 46%;
	margin-right: 4%;
	padding-top: 30px;
	padding-left: 5%;
}
.typeBoxR {
	box-sizing: border-box;
	width: 50%;
	position: relative;
	
}
.typeBoxL2 {
	width: 72%;
}
.typeBoxR2 {
	width: 24%;
}
.typeBoxR img {
	width: 100%;
}
.typeBoxL p {
	margin-bottom: 20px;
}
.typeBoxR p {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
	color: #ffffff;
	text-shadow:0 0 10px #000;
}
.typeBox .moreBtn {
	text-align: right;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px){
.typeBox {
	margin-bottom: 30px;
}
.typeBoxL,
.typeBoxL2 {
	width: auto;
	margin-right: 0;
	padding: 30px 4%;
	order: 2;
}
.typeBoxR,
.typeBoxR2 {
	width: auto;
	order: 1;
}
.typeBoxR2 {
	padding-top: 20px;
}
}


/*----------------------------------------------------
	駅周辺案内図（ステーションナビタ）
----------------------------------------------------*/
ul.graph02 li {
	background-color: #ffffff;
	text-align: center;
	padding: 20px;
	border-radius: 30px;
}
ul.graph02 li p {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px){
ul.graph02 li p {
	font-size: 1.8rem;
}
ul.graph02 li p br {
	display: none;
}
}

/* 効果 */
ul.kouka {
	padding-top: 30px;
}
ul.kouka li {
	background-color: #ffffff;
	border-radius: 30px;
	padding: 50px 30px;
	position: relative;
}
@media only screen and (max-width: 768px){
ul.kouka li {
	margin-bottom: 40px;
	width: 100%;
}
}

ul.kouka_1col li {
	margin-bottom: 50px;
}
ul.kouka_1col li h4 {
	text-align: left;
}
.circleKouka {	 
	width: 67px;
	height:67px;
	border-radius: 50%;
	background-color:#7EBDC2;
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: 500;
	display: flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	color: #ffffff;
	flex-direction:column;
	position: absolute;
	left: -10px;
	top: -33px;
}
.circleKouka span {
	font-size: 3.0rem;
	display: block;
}
.circleKouka2 {	 
	background: #A8BDCC;
}
.circleKouka3 {	 
	background: #E298AD;
}
.circleKouka4 {	 
	background: #94C391;
}
.circleKouka5 {	 
	background: #8ea7e0;
}



/* 機能 */
ul.kinou {
	padding-top: 30px;
}
ul.kinou li {
	background-color: #ffffff;
	border-radius: 30px;
	padding: 30px;
	position: relative;
	border: solid 2px #7EBDC2;
}

.kinouTit {
	text-align: center;
	margin: 0 auto 20px;
	font-size: 1.8rem;
	font-weight: 500;
}
.kinouTit svg {
	vertical-align: -6px;
	margin-right: 5px;
}
.kinouImg {
	text-align: center;
	margin-bottom: 20px;
}

/* 機能その他 */
.kinouOther {
	background-color: #ffffff;
	border-radius: 30px;
	padding: 50px;
}
ul.kinouOtherList1 {
	margin-bottom: 20px;
}
ul.kinouOtherList1 li {
	border-right: solid 1px #ccc;
	padding: 0 30px 0 30px;
	width: 33%;
	margin-right: 0%;
	position: relative;
}
ul.kinouOtherList1 li:nth-of-type(3n) {
	border-right: none;
}
ul.kinouOtherList1 li .kinouImg {
	width: 70%;
	margin: 20px auto 0;
}
ul.kinouOtherList0 li {
	width: auto;
	border-right: none;
}

ul.kinouOtherList2 {
	align-items: flex-start;
}
ul.kinouOtherList2 li {
	border-right: solid 1px #ccc;
	padding: 0 30px 0 30px;
	width: 50%;
	margin-right: 0%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
ul.kinouOtherList2 li:nth-of-type(2n) {
	border-right: none;
}
ul.kinouOtherList2 li .kinouOtherList2L {
	box-sizing: border-box;
	width: 56%;
	margin-right: 4%;
}
ul.kinouOtherList2 li .kinouImg {
	box-sizing: border-box;
	width: 40%;
	margin: 20px auto 0;
}

ul.kinouOtherList1 li .kinouTit,
ul.kinouOtherList2 li .kinouTit {
	text-align: center;
	margin: 0 auto 20px;
	font-size: 1.8rem;
	font-weight: 500;
	position: relative;
	display: flex;
	justify-content: center;
}
ul.kinouOtherList1 li .circleKouka,
ul.kinouOtherList2 li .circleKouka {	 
	width: 50px;
	height:50px;
	font-size: 1.2rem;	
	position: static;
}
ul.kinouOtherList1 li .circleKouka span,
ul.kinouOtherList2 li .circleKouka span {
	font-size: 2.0rem;
}
ul.kinouOtherList1 li .kinouTit p,
ul.kinouOtherList2 li .kinouTit p {	 
	position: static;
	padding-left: 10px;
	padding-top: 10px;
}

@media only screen and (max-width: 768px){
ul.kinou li {
	margin-bottom: 50px;
}
.kinouOther {
	padding: 30px 15px;
}
ul.kinouOtherList1 {
	display: flex;
	margin-bottom: 0px;
}
ul.kinouOtherList1 li,
ul.kinouOtherList2 li {
	width: auto;
	padding: 0 0px 20px 0px;
	margin: 0 0% 40px 0%;
	border-right: none;
	border-bottom: solid 1px #ccc;
}
ul.kinouOtherList2 li:last-child {
	border-bottom: none;
}
ul.kinouOtherList1 li:nth-of-type(3n) {
	margin-right: 0;
}
}



/****************************************** 駅広告 ***********************************************************/

h3.h3_ad {
	border-bottom: solid 3px #A8BDCC;
}
h3.h3_ad span {
	font-size: 1.8rem;
	margin-left: 1em;
	padding-left: 1em;
	border-left: solid 1px #A8BDCC;
}
.anchorLink {
	margin-top: 40px;
	font-size: 1.8rem;
}

.dottedbox {
	border: 1px dotted #999;
	padding: 30px;
}

.float3L{
	float:left;
	width: 30%;
}
.float3R{
	float:right;
	width: 70%;
}

dl.dl_list03 {
}

dl.dl_list03 dt {
	float:left;
	width:8em;
	padding-bottom:0;
	padding-right:0;
	font-weight: bolder;
}

dl.dl_list03 dd {
   margin-left:8em;
   padding-bottom:10px;
   padding-right:10px;
}

@media only screen and (max-width: 768px){
.float3L{
	float:none;
	width: auto;
	margin-bottom: 10px;
	text-align: center;
}
.float3R{
	float:none;
	width: auto;
}
h3.h3_ad span {
	font-size: 1.4rem;
	display: block;
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
dl.dl_list03 dt {
	float:none;
	width:auto;
}

dl.dl_list03 dd {
   margin-left:0;
   padding-right:0px;
}
}


ul#pdf li {
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* -------- 料金 ------- */
.price_box {
	clear: both;
	width: 610px;
	padding-top: 6px;
	text-align: left;
	padding-left: 10px;
	display: block;
}
.price_box a {
	background-image: url(../images/pdf.png);
	height: 2em;
	margin-left: 3px;
	padding-left: 22px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	margin-top: 8px;
	clear: both;
	padding-top: 2px;
}
a.price2 {
	background-image: url(../images/pdf.png);
	height: 3em;
	margin-left: 3px;
	padding-left: 22px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin-top: 8px;
	clear: both;
	padding-top: 2px;
	line-height: 16px;
}
/* --------駅メディア------- */
.left_box_m {
	float: left;
	width: 194px;
}
.left_box_m2 {
	float: left;
	width: 194px;
	margin-left: 14px;
}


/****************************************** その他 ***********************************************************/

ul.sonotaBox li {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	transition: all .3s ease-in-out;
}
ul.sonotaBox li a{
	display:flex;
	align-items: center;
	color: #333 !important;
	text-decoration: none !important;
}
ul.sonotaBox li img{
	border-radius: 10px 0px 0px 10px;
}
ul.sonotaBox li .page-title {
	margin: 0 0 0 10px;
}
ul.sonotaBox li:hover {
	transform: translateY(-5px);
}
/* アクティブ */
.ad_station ul.sonotaBox li.ad_station a,
.ad_train ul.sonotaBox li.ad_train a,
.ad_outdoor ul.sonotaBox li.ad_outdoor a,
.ad_bus ul.sonotaBox li.ad_bus a,
.ad_mass ul.sonotaBox li.ad_mass a,
.digitalsignage_ad ul.sonotaBox li.digitalsignage_ad a,
.net_ad ul.sonotaBox li.net_ad a,
.ad_others ul.sonotaBox li.ad_others a
{
	pointer-events: none;
	opacity: 0.3;
}
.ad_station ul.sonotaBox li.ad_station:hover,
.ad_train ul.sonotaBox li.ad_train:hover,
.ad_outdoor ul.sonotaBox li.ad_outdoor:hover,
.ad_bus ul.sonotaBox li.ad_bus:hover,
.ad_mass ul.sonotaBox li.ad_mass:hover,
.digitalsignage_ad ul.sonotaBox li.digitalsignage_ad:hover,
.net_ad ul.sonotaBox li.net_ad:hover,
.ad_others ul.sonotaBox li.ad_others:hover {
	transform: translateY(0);
}

@media only screen and (max-width: 768px){
ul.sonotaBox li .page-title {
	font-size: 1.3rem;
	line-height: 1.3;
}
ul.sonotaBox li img {
	width: 40%;
}
}


/****************************************** 設置事例 ***********************************************************/
/*** featured_box ***/
.featured_box {
	width: 22%;
	height: auto;
	float: left;
	margin-right: 4%;
	margin-bottom: 40px;
}
.featured_box_last {
	width: 22%;
	height: auto;
	float: left;
	margin-right: 0;
	margin-bottom: 40px;
}
.featured_box img,
.featured_box_last img {
	width: 100% !important;
	height: auto !important;
}
.featured_box,.featured_box_last p {
	font-size: 1.4rem;
}
.featured_box a,
.featured_box_last a {
	color: #333 !important;
	text-decoration: none !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.featured_box a:hover,
.featured_box_last a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
@media only screen and (max-width: 768px){
.featured_box {
	width: 44%;
	margin-left: 2%;
	margin-right: 2%;
	float: none;
	display: inline-block;
}
.featured_box_last {
	width: 44%;
	margin-left: 2%;
	margin-right: 2%;
	float: none;
	display: inline-block;
}
}

/****************************************** 
公共ナビタ設置事例 ***********************************************************/
.imagebox01 {
	width: 22%;
	float: left;
	margin-right: 4%;
	margin-bottom: 40px;
	position: relative;
}
.imagebox01 p.image {
	margin-bottom: 5px;
}
.imagebox01 p.image img {
	width: 100%;
}
.imagebox01 p.caption {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.imagebox01:nth-of-type(4n) {
	margin-right: 0;
}

@media only screen and (max-width: 768px){
.imagebox01 {
	width: 48%;
}
.imagebox01:nth-of-type(2n) {
	margin-right: 0;
}
}

.imagebox01 a {
	cursor: pointer;
}
.imagebox01 .movieBtn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	padding-bottom: 2em;
}

.imagebox01 a:hover {
	text-decoration: underline;
}

/****************************************** ペーパーナビタ ***********************************************************/	
.paperbox {
	text-align: center;
	border: 1px solid #CCC;
	margin-bottom: 50px !important;
	padding: 20px;
	background-color: #fff;
}
.paperbox p.caption_tit {
	text-align:left;
	margin: 20px 0px 20px 0px;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.7em;
}
.paperbox p.caption {
	text-align:left;
	margin: 10px 0px 30px 0px;
}
.paperbox .image img {
}

* html body dl.paperlist dd div{
   display:inline-block;
}

dl.paperlist {
   text-align: left;
   margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
}
dl.paperlist dt {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #7EBDC2;
	padding-left: 7px;
	font-weight: 500;
	margin-bottom: 10px;
}
dl.paperlist dd {
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px){
.paperbox img {
    max-width: 100%;
	height: auto;
}
}


/****************************************** 屋外広告 ***********************************************************/	

dl.imgR {
	margin-bottom: 80px;
	}
dt.imgR,
dt.imgR_noph {
	position: relative;
	font-size: 2.4rem;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}
.ad dt.imgR,
.ad dt.imgR_noph{
	border-bottom: solid 3px #A8BDCC;
	}	
dd.imgR {
	padding-top:5px;
	width:70%;
	float:left;
	}
dd.imgR_noph {
	padding-top:5px;
	float:left;
	}
dd.imgR_img {
	width:270px;
	padding-left:10px;
	float:right;
	}
dd.imgR_img img {
	margin-bottom:5px;
	}
dt.imgR span,
dt.imgR_noph span {
	font-size: 1.8rem;
	margin-left: 1em;
	padding-left: 1em;
	border-left: solid 1px #A8BDCC;
}
dl.imgR .tit {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 15px;
}

@media only screen and (max-width: 768px){
dl.imgR {
	margin-bottom: 30px;
	}
dt.imgR,dt.imgR_noph {
	width:auto;
	float:none;
	font-size: 1.8rem;
	}
dt.imgR span,
dt.imgR_noph span {
	font-size: 1.4rem;
	display: block;
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
dd.imgR,dd.imgR_noph {
	width:auto;
	float:none;
	}
dd.imgR_img {
	width:auto;
	float:none;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}
dl.imgR .tit {
	font-size: 1.7rem;
}
}


/****************************************** バス広告 ***********************************************************/	
.box2_bordernone {
	padding: 10px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 311px;
	margin-bottom: 20px;
}
/*.height02 {
	height: 25em;
}*/

.midashi2 {
	position: relative;
	font-size: 2.4rem;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: solid 3px #A8BDCC;
}
.midashi2 span {
	font-size: 1.8rem;
	margin-left: 1em;
	padding-left: 1em;
	border-left: solid 1px #A8BDCC;
}
@media only screen and (max-width: 768px){
.box2_bordernone {
	padding: 10px 0px 10px 0px;
	float: none;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}
.midashi2 {
	font-size: 1.8rem;
}

.midashi2 span {
	font-size: 1.4rem;
	display: block;
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
}


/****************************************** サイン ***********************************************************/	
.sign_tit {
	border: solid 1px #ccc;
	padding: 5px 10px 5px 35px;
	font-size: 2.0rem;
}
.sign_tit:before {
	position: absolute;
	top: calc(50% - 7px);
	left: 10px;
	width: 14px;
	height: 14px;
	content: '';
	border-radius: 50%;
	background: #8EA7E0;
}

.columnArea {
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 80px;
	border: solid 3px #8EA7E0;
}

@media only screen and (max-width: 768px){
.columnTit {
	font-size: 3.0rem;
	margin-bottom: 30px;
}
.columnTit span {
	font-size: 1.3rem;
}
.columnArea {
	padding: 20px 20px;
	border: solid 2px #8EA7E0;
}
}



.imagebox02Area {
    width: 70%;
	margin: 0 auto;
}
.imagebox02 {
    width: 50%;
    float: left;
}
.imagebox02 p.image {
	margin-bottom: 5px;
}
.imagebox02 p.caption {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.borderW {
	border: solid 1px #ccc;
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
}

@media only screen and (max-width: 768px){
.imagebox02Area {
    width: 100%;
}
.imagebox02 {
    width: auto;
    float: none;
    margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}
}


/****************************************** 流れ ***********************************************************/	
.ad_flow > li {
	position: relative;
}
.ad_flow > li:not(:last-child) {
	margin-bottom: 40px;
}
.ad_flow > li:not(:first-child)::before {
	content: "";
	height: 60px;
	display: block;
	border-left: 4px dotted #ccc;
	position: absolute;
	top: -40px;
	left: -webkit-calc(10% + 30px - 2px);
	left: calc(10% + 30px - 2px);
	z-index: 10;
}
.ad_flow > li dl {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	border: 2px solid #A8BDCC;
	border-radius: 10px;
	position: relative;
}
.ad_flow > li:not(:last-child) dl::before,
.ad_flow > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ad_flow > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: #A8BDCC;
}
.ad_flow > li:not(:last-child) dl::after {
	border-width: 20px;
	border-top-color: #fff;
}
.ad_flow > li dl dt {
	font-size: 2.0rem;
	font-weight: 600;
	color: #191B40;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	margin-right: 2vw;
	text-align: center;
}
.ad_flow > li dl dd {
	width: 100%;
}
.ad_flow > li dl dt .icon {
	font-size: 1.2rem;
	color: #fff;
	background: #A8BDCC;
	/*background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
	padding: 5px 10px;
	margin-bottom: 10px;
	display: block;
	border-radius: 20px;
	position: relative;
	z-index: 100;
}	
	
.ad_flow_tit {
	font-weight: 600;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.marker {
    background:linear-gradient(transparent 70%, #FFEF08 70%);
}
.toiawaserei {
	padding: 20px;
	background-color: #eff4f8;
	border-radius: 10px;
}
.toiawaserei ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #ccc;
	font-weight: 500;
	font-size: 1.8rem;
}

@media only screen and (max-width: 768px){
.ad_flow > li dl {
	display: block;
}
.ad_flow > li dl dt {
	font-size: 1.9rem;
	margin-right: 0;
	margin-bottom: 15px;
}
.ad_flow_tit {
	font-weight: 600;
}
.toiawaserei ul li {
	font-size: 1.7rem;
}
}	

/****************************************** Webサービス ***********************************************************/	
.jisha {
	margin-left: 10px;
	background-color: #E298AD;
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
	font-size: 1.4rem;
	vertical-align: 2px;
}
@media (max-width: 768px) {
.jisha {
	margin-left: 0px;
}
}
p.h1_after {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 40px;
	text-align: center;
}

.cost {
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-color: #fff;
	border: solid 2px #E298AD;
	border-radius: 10px;
}
.cost1 {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 5px;
	color: #E298AD;
}
.cost2 {
	font-size: 3.0rem;
	font-weight: 500;
	margin-bottom: 5px;
}
.cost2 span {
	font-size: 1.4rem;
	font-weight: normal;
}
.cost3 {
	font-size: 1.8rem;
	font-weight: 500;
	border: solid 2px #E298AD;
	display: inline-block;
	padding: 5px 20px;
}
.cost3 span {
	font-size: 1.4rem;
	font-weight: normal;
}
.cost4 {
	font-size: 1.5rem;
	color: #666;
}
.cost5 {
	font-size: 2.4rem;
	font-weight: 500;
	margin-top: 20px;
}
.cost5 a {
	position: relative;
    display: inline-block;
    padding-right: 15px;
}
.cost5 a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 3px #2C33BF;
    border-right: solid 3px #2C33BF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
}

.cost_hikaku {
	background-color: #eee;
	padding: 20px;
}
.cost_hikaku1 {
	font-size: 2.0rem;
	font-weight: 500;
	margin-bottom: 5px;
}
.cost_hikaku2 {
	margin-bottom: 5px;
}
.cost_hikaku3 {
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: bolder;
	background-image: url(../images/business/net/arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
}
.cost_hikaku4 {
}

table#table_net {
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
	background-color: #fff;
}

.secL {
	float: left;
	width: 50%;
}
.secR {
	float: right;
	width: 50%;
}


table#table_net th {
    padding: 10px;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    background: #eee;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table_net td {
    padding: 10px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
}
table#table_net td.th_yoko {
	background: #f7f7f7;
	font-weight: bold;
}

table#table_net ul.netlist li {
	float: left;
	margin-right: 10px;
}

.small {
	font-size: 80%;
	font-weight: normal;
	color: #666 !important;
}

@media (max-width: 768px) {
.secL {
	float: none;
	width: auto;
	margin-bottom: 40px;
}
.secR {
	float: none;
	width: auto;
}
	
.cost1 {
	font-size: 1.8rem;
}
.cost2 {
	font-size: 2.0rem;
}
.cost3 {
	font-size: 1.6rem;
}
.cost5 {
	font-size: 2.0rem;
}


table#table_net tr {
	width: 100%;
}
table#table_net th {
	display: none;
}
table#table_net td {
	display: block;
	width: auto;
	border-left: none;
}
}


.net_logo {
	margin-bottom: 1.5em;
}
.net_logo_size {
	width: 300px;
}
.main_txt {
	float: left;
	width: 75%;
}
.qr {
	float: right;
	background-color: #eee;
	padding: 20px 10px 10px 10px;
	width: 20%;
	margin-bottom: 10px;
	text-align: center;
}
.main_txt2 {
	width: 65%;
}
.qr2 {
	width: 30%;
}
p.qr_tit {
	font-weight: 500;
	margin-bottom: 10px;
}
.qr p {
	text-align: center;
}
.qr img {
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #333;
	margin-right: auto;
	margin-left: auto;
}
.qr a {
	color: #111;
	text-decoration: none;
}
.qr a:hover {
	text-decoration: underline;
}

.net_center {
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 0;
}

@media (max-width: 768px) {
p.h1_after {
	font-size: 2.0rem;
	text-align: left;
}
.main_txt {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.qr {
	float: none;
	width: auto;
}

}

/****************************************** Googleページ更新代行ページ ***********************************************************/
img.img100 {
	max-width: 100%;
	height: auto;
}
img.img70 {
	max-width: 70%;
	height: auto;
}
ul.ul_list01 {
	margin-top: 10px;
	margin-bottom: 30px;
}
ul.ul_list01 li {
	border-bottom: dotted 1px #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.ul_list01 li:last-child {
	border-bottom: none;
}

dl.dl_list05 {
	background:#E298AD;
	margin-bottom: 10px;
}
dl.dl_list05 dt {
	float:left;
	width:3em;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: 500;
	text-align: center;
}
dl.dl_list05 dd {
	margin-left:3em;
	font-size: 2.0rem;
	padding:10px;
	background:#fff;
	font-weight: 500;
}
dl.dl_list05 dd span {
	font-size: 1.4rem;
	font-weight: normal;
}


.hmgpo_img {
	background-color: #fff;
	padding: 30px;
}

