@charset "utf-8";
/*-------------------------------------
　基本
---------------------------------------*/
#content #root {
  width: 970px;
  margin: 0 auto;
}
#subH1 {
    left: 50%;
    transform: translateX(-458px);
}
:after, :before {
	box-sizing: border-box;
} 
h1, h2, h3, h4 {
    margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
    color: #002359;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    margin: 0;
}
.h2, h2 {
    font-size: 36px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.section_inner {
  font-family: 'Noto Sans JP', sans-serif;
  color: #555;
  width: 970px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section_inner * {
  box-sizing: border-box;
}
.section {
	padding-top: 120px;
	padding-bottom: 120px;
}
@media screen and (max-width: 479px) {
  #content #root {
    width: 100%;
  }
  .content_inner {
    width: 100%;
    margin: 0 auto;
  }
  .section {
    padding: 32px 10px;
  }
}
/*-------------------------------------
　Title
---------------------------------------*/
.bgTitle {
  margin: 20px auto 0px;
  background-image: url(/service/img/wireless-speedup/mian_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
}
.mainTitle {
  position: relative;
  width: 840px;
  margin: 0 auto;
  height: 560px;
}
@media screen and (max-width: 479px) {
  .bgTitle {
    margin: 0 auto;
    background: none;
    height: auto;
  }
  .mainTitle {
    width: 100%;
    height: auto;
    text-align: center;
    position: static;
    margin-bottom: 30px;
  }
  .mainTitle .spOnly img {
    width: 100%;
    height: auto;
  }
}
/*-------------------------------------
Section01
---------------------------------------*/
.section01>.section_inner {
	display: flex;
}
.section01 {
    background: url(/service/img/wireless-speedup/map.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}
.section01 .section_inner_left h2 {
	font-size: 42px;
	color: #002359;
	font-weight: 600;
    line-height: 1.3;
    margin-top: -5px;
    margin-bottom: 25px;
}
.section01 .section_inner_left h4 {
	font-size: 22px;
	text-transform: uppercase;
    color: #FF4452;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}
.section01 .section_inner_left h4:after {
	position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 3px;
    width: 20px;
    background: #ff4450;
    margin-top: -2px;
}
.section01 .section_inner_left {
	width: 40%;
	padding-right: 50px;
}
.section01 .section_inner_right {
	width: 60%;
	padding-left: 50px;
}
.section01 .section_inner_right p {
	font-size: 18px;
	margin-bottom: 20px;
}
.section01 .section_inner_right p:nth-child(2) {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
	color: #ff4452;
}

@media screen and (max-width: 479px) {
  .section01>.section_inner {
	display: block;
	  width: 100%;
}
	.section01 .section_inner_left {
	width: 100%;
	padding-right: 0;
}
.section01 .section_inner_right {
	width: 100%;
	padding-left: 0;
}
}
/*-------------------------------------
Section02
---------------------------------------*/
.section02>.section_inner {
	display: flex;
	align-items: center;
}
.section02 {
    background: #002359 none repeat scroll 0 0;
	background-image: url(/service/img/wireless-speedup/shape-2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.section02 .section_inner_right h2 {
	font-size: 26px;
	color: #ffffff;
	font-weight: 600;
    line-height: 1.3;
	margin-top: 0;
    margin-bottom: 5px;
}
.section02 .section_inner_right h4 {
	font-size: 22px;
	color: #FF4452;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.section02 .section_inner_left {
	width: 40%;
	padding-right: 50px;
}
.section02 .section_inner_right {
	width: 60%;
	padding-left: 50px;
}
.section02 .section_inner_right p {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 20px;
}

@media screen and (max-width: 479px) {
  .section02>.section_inner {
	display: block;
	  width: 100%;
}
	.section02 .section_inner_left {
	width: 100%;
	padding: 0;
}
.section02 .section_inner_right {
	width: 100%;
	padding: 0;
}
}
/*-------------------------------------
Section03
---------------------------------------*/
.section03 {
	background: #f5f5ff none repeat scroll 0 0;
	background-image: url(/service/img/wireless-speedup/1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.section03>.section_inner {
	text-align: center;
}
.section03>.section_inner p{
	font-size: 18px;
}
.section03 .section_inner h4 {
	font-size: 22px;
	color: #666666;
    font-weight: 600;
    position: relative;
	margin-bottom: 20px;
    z-index: 1;
}
.section03 .section_inner h2 {
	display: block;
	position: relative;
	color: #002359;
	font-size: 26px;
	font-weight: 600;
    line-height: 1.3;
	padding-bottom: 20px;
    margin-bottom: 60px;
}
.section03 .section_inner h2:before {
	background: #002359 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
.section03 .section_inner h2>span {
	color: #ff4452;
}
.section03 ul {
	display: flex;
	justify-content: space-between;
}
.section03 ul li {
	width: 30%;
	padding: 60px 45px;
	background: #ffffff;
	box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1)
}
.section03 ul>li>h4 {
	color: #FF4452!important;
	margin: 20px auto;
}

@media screen and (max-width: 479px) {
  .section03>.section_inner {
	width: 100%;
}
	.section03 ul {
	display: block;
}
	.section03 ul li {
		width: 100%;
		padding: 15px 5px;
		margin-bottom: 10px;
	}
}
/*-------------------------------------
section04
---------------------------------------*/
.section04 {
	background: #f5f5ff none repeat scroll 0 0;
	background-image: url(/service/img/wireless-speedup/shape-1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.section04>.section_inner {
	text-align: center;
}
.section04 .section_inner h4 {
    font-size: 22px;
    color: #666666;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}
.section04 .section_inner h2 {
    display: block;
    position: relative;
    color: #002359;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.section04 .section_inner h2>span {
    color: #ff4452;
}
.section04 .section_inner h2:before {
    background: #002359 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
@media screen and (max-width: 479px) {
	.section04>.section_inner   {
		width: 100%;
	}
}
/*-------------------------------------
section05
---------------------------------------*/
.section05>.section_inner {
    display: flex;
    align-items: center;
}
.section05 .section_inner h2 {
	color: #002359;
	font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 20px;
}
.section05 .section_inner_left {
	width: 50%;
	padding-right: 35px;
}
.section05 .section_inner_right {
	width: 50%;
	padding-left: 35px;
}
.acd-items .panel.panel-default {
    border: none;
    border-radius: inherit;
    box-shadow: inherit;
    margin: 0 0 10px;
}
.acd-items .panel-heading {
    padding: 0;
    background: transparent;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.acd-items .panel-heading .panel-title {
    display: flex;
	border-radius: 10px;
    font-weight: 600;
    padding: 19px 0 20px 15px;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    background: #f7f7f7;
}
.acd-items .panel-heading .panel-title p {
	line-height: 1.5;
}
.acd-items .panel-heading .panel-title img {
    margin-right: 15px;
    display: inline-block;
    width: 35px;
	height: 35px;
}
.panel-body {
	display: flex;
    padding: 19px 0 20px 15px;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
}
.panel-body img {
	margin-right: 15px;
    display: inline-block;
    width: 35px;
	height: 35px;
}
@media screen and (max-width: 479px) {
	.section05>.section_inner   {
		width: 100%;
		display: block;
	}
	.section05 .section_inner_left {
	width: 100%;
	padding-right: 0;
}
.section05 .section_inner_right {
	width: 100%;
	padding-left: 0;
}
}
/*-------------------------------------
section06
---------------------------------------*/
.section06 {
	background: #002359 none repeat scroll 0 0;
	background-image: url(/service/img/wireless-speedup/shape-3.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.section06>.section_inner{
	display: flex;
	align-items: center;
}
.section06 .section_inner h2 {
    display: block;
    position: relative;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 20px;
}
.section06 .section_inner h2>span {
    color: #ff4452;
}
.section06 .section_inner_left {
	width: 50%;
	padding-right: 35px;
}
.section06 .section_inner_right {
	width: 50%;
	padding-left: 35px;
}
.section06 .model li {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	line-height: 2;
}
.section06 .model li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.7em;
    left: -2.0em;
    width: 18px;
    height: 10px;
    border-left: 3px solid #ff4452;
    border-bottom: 3px solid #ff4452;
    transform: rotate(-45deg);
}
.section06 .section_inner_right p {
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	margin-top: 14px;
}
@media screen and (max-width: 479px) {
	.section06>.section_inner   {
		width: 100%;
		display: block;
	}
	.section06 .section_inner_left {
	width: 100%;
	padding-right: 0;
}
.section06 .section_inner_right {
	width: 100%;
	padding-left: 0;
}
}
/*-------------------------------------
section07
---------------------------------------*/
.section07 {
	background: #f5f5ff none repeat scroll 0 0;
	background-image: url(/service/img/wireless-speedup/1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.section07>.section_inner {
	text-align: center;
}
.section07>.section_inner p{
	font-size: 18px;
}
.section07 .section_inner h4 {
	font-size: 22px;
	color: #666666;
    font-weight: 600;
    position: relative;
	margin-bottom: 20px;
    z-index: 1;
}
.section07 .section_inner h2 {
	display: block;
	position: relative;
	color: #002359;
	font-size: 26px;
	font-weight: 600;
    line-height: 1.3;
	padding-bottom: 20px;
    margin-bottom: 60px;
}
.section07 .section_inner h2:before {
	background: #002359 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
.section07 .section_inner h2>span {
	color: #ff4452;
}
.section07 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section07 ul li {
	width: 30%;
	height: 350px;
	padding: 60px 45px;
	background: #ffffff;
	box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1)
}
.section07 ul>li>h4 {
	color: #FF4452!important;
	margin: 20px auto;
}
.section07 ul>li>p {
	font-size: 18px;
	color: #555555;
	font-weight: normal;
}
.op_plus {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0 30px;
}
.op_plus:before {
    width: 5px;
    height: 30px;
    top: 0;
    left: 12px;
}
.op_plus:after{
    width: 30px;
    height: 5px;
    top: 12px;
    left: 0;
}
.op_plus:before, .op_plus:after {
    display: block;
    content: '';
    background-color: #002359;
    border-radius: 10px;
    position: absolute;
}
	@media screen and (max-width: 479px) {
	.section07>.section_inner   {
		width: 100%;
		display: block;
	}
	.section07 ul {
	display: block;
}
		.section07 ul li {
			width: 100%;
			padding: 20px 10px;
    height: 250px;
		}
		.op_plus {
    margin: 30px;
}
	}
/*-------------------------------------
section08
---------------------------------------*/
.section08 {
	background: #FF4452 none repeat scroll 0 0;
	padding: 30px 0;
}
@media screen and (max-width: 479px) {
	.section08>.section_inner   {
		width: 100%;
	}
}
/*-------------------------------------
section09
---------------------------------------*/
.section09>.section_inner {
	text-align: center;
}
.section09 .section_inner h4 {
	font-size: 22px;
	color: #666666;
    font-weight: 600;
    position: relative;
	margin-bottom: 20px;
    z-index: 1;
}
.section09 .section_inner h2 {
	display: block;
	position: relative;
	color: #002359;
	font-size: 26px;
	font-weight: 600;
    line-height: 1.3;
	padding-bottom: 20px;
    margin-bottom: 60px;
}
.section09 .section_inner h2:before {
	background: #002359 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
.section09 .section_inner h2>span {
	color: #ff4452;
}
.section09 .step {
	text-align: left;
	display: flex;
}
.section09 .step:first-of-type {
	margin-bottom: 60px;
}
.step .section_inner_left {
	width: 25%;
	padding-right: 35px;
}
.step .section_inner_right {
	width: 75%;
	padding-left: 35px;
}
.step .section_inner_right ol {
  counter-reset:number; 
  list-style-type: none!important; 
  padding: 10px 20px;
  background: #f5faff;
}
.step .section_inner_right ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 15px 15px 15px 80px;
  font-size: 18px;
}

.step .section_inner_right ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #3aabd2;
  color: white;
  font-weight:bold;
  font-size: 36px;
  border-radius: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#pink:before {
	position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
	background: #FF4452;
  color: white;
  font-weight:bold;
  font-size: 36px;
  border-radius: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 479px) {
	.section09>.section_inner   {
		width: 100%;
	}
	.section09 .step {
	display: block;
}
	.step .section_inner_left {
	width: 100%;
	padding-right: 0;
}
.step .section_inner_right {
	width: 100%;
	padding-left: 0;
}
}
/*-------------------------------------
汎用
---------------------------------------*/
.mt00 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.brPc {
  display: block;
}
.brSp {
  display: none;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
@media only screen and (max-width: 479px) {
  .brPc {
    display: none;
  }
  .brSp {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}