* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans Japanese', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.inner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl,
dt,
dd,
p,
footer {
  margin: 0;
  padding: 0;
}

.sp {
  display: none;
}

header {
  background: #FF8228;
  padding-bottom: 150px;
}
header .logo {
  text-align: left;
}
header .main {
  margin-top: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
header h1 {
  margin: 0;
}

.sec01 {
  padding: 100px 0;
}
.sec01-div01 {
  margin: 100px 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.sec02 {
  background: #EAEDF3;
  padding: 100px 0 80px;
}
.sec02 h2 {
  margin-bottom: 50px;
}
.sec02-ul01 {
  margin: 60px 0 120px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sec02-ul01 li {
  position: relative;
  width: 147px;
}
.sec02-ul01 li:after {
  content: url(/biz/iijmobile/images/partner_drivechart/partner_drivechart_fig12.png);
  position: absolute;
  top: calc((100% - 16px) / 2);
  right: -35px;
}
.sec02-ul01 li:last-child:after {
  content: none;
}
.sec02-ul01 li img {
  width: 100%;
}
.sec02-ol01 {
  text-align: left;
  margin-top: 55px;
}
.sec02-ol01 li > dl > dt {
  border-bottom: 1px solid #A7B1C5;
  font-size: 21px;
  font-weight: bold;
  position: relative;
  padding: 3px 0 10px 40px;
  margin-bottom: 30px;
}
.sec02-ol01 li > dl > dt:before {
  position: absolute;
  top: 0;
  left: 0;
}
.sec02-ol01 .li01 {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
.sec02-ol01 .li01 dl dt {
  width: 45%;
}
.sec02-ol01 .li01 dl dt:before {
  content: url(/biz/iijmobile/images/partner_drivechart/partner_drivechart_fig14.png);
}
.sec02-ol01 .li01 dl dd.spec01 {
  background: #FFF;
  padding: 15px;
}
.sec02-ol01 .li01 dl dd.spec01 .image-area {
  display: flex;
  justify-content: space-between;
}
.sec02-ol01 .li01 dl dd.spec01 .ttl {
  background: url(/biz/iijmobile/images/partner_drivechart/line01.png) no-repeat center center;
  text-align: center;
}
.sec02-ol01 .li01 dl dd.spec01 .ttl p {
  font-size: 18px;
  font-weight: bold;
  color: #FF8228;
  background: #FFF;
  padding: 10px 20px;
  display: inline-block;
  letter-spacing: .5em;
}
.sec02-ol01 .li01 dl dd.spec01 ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 10px;
}
.sec02-ol01 .li01 dl dd.spec01 ul li {
  flex: 1;
  text-align: center;
}
.sec02-ol01 .li01 .point {
  position: absolute;
  top: 0;
  right: 0;
}
.sec02-ol01 .li02,
.sec02-ol01 .li03 {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.sec02-ol01 .li02 {
  margin-right: 3%;
}
.sec02-ol01 .li02 dt:before {
  content: url(/biz/iijmobile/images/partner_drivechart/partner_drivechart_fig25.png);
}
.sec02-ol01 .li02 .img {
  margin-bottom: 10px;
}
.sec02-ol01 .li03 > dl > dt:before {
  content: url(/biz/iijmobile/images/partner_drivechart/partner_drivechart_fig28.png);
}
.sec02-ol01 .li03-dl01 {
  margin-bottom: 20px;
}
.sec02-ol01 .li03-dl01 dt {
  background: #A7B1C5;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .08rem;
  padding: 5px;
  color: #FFF;
  border-radius: 5px 5px 0 0;
}
.sec02-ol01 .li03-dl01 dd {
  background: #FFF;
  padding: 20px 0;
  border-radius: 0 0 5px 5px;
}
.sec02-ol01 .li03-dl01 dd ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sec02-ol01 .li03-dl01 dd ul li {
  text-align: center;
  border-right: 1px dotted #FF8228;
  flex: 1;
}
.sec02-ol01 .li03-dl01 dd ul li:last-child {
  border-right: none;
}
.sec02-ol01 .li03-dl01 dd ul li span {
  display: block;
  font-weight: bold;
}
.sec02-ol01 .li03-dl01 dd ul li .imgs {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-area {
  margin: 50px auto 0;
}
.btn-area .cmmt {
  margin-top: 20px;
}
.btn a {
  display: inline-block;
  width: 500px;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  padding: 40px 0;
  line-height: 1;
  position: relative;
  transition: .3s;
}
.btn a:after {
  content: url(/biz/iijmobile/images/partner_drivechart/partner_drivechart_fig33.png);
  position: absolute;
  top: calc((100% - 17px) / 2);
  right: 5%;
}
.btn a:hover {
  opacity: 0.7;
}
.btn.type01 a {
  background: #4DB4C9;
}
.btn.type02 a {
  background: #D7083B;
}

footer {
  background: #000;
}
footer .in_foot {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0 20px;
  text-align: center;
  color: #FFF;
}
footer .offer {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}
footer .offer p {
  margin-right: 15px;
}

.footer-area-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: bold;
}
.footer-area-ttl img {
  vertical-align: middle;
  margin-right: 15px;
}
.footer-bottom {
  border-top: 1px solid #707070;
  padding: 5px;
}
.footer-bottom .inner {
  text-align: left;
  display: flex;
  justify-content: space-between;
  color: #FFF;
  font-size: 12px;
  line-height: 1.3;
}
.footer-bottom .inner .foot_nav ul {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.footer-bottom .inner .foot_nav ul li:before {
  content: "|";
  color: #FFFFFF;
  margin-right: 20px;
}
.footer-bottom .inner .foot_nav ul li:last-child:after {
  content: "|";
  color: #FFFFFF;
}
.footer-bottom .inner .foot_nav ul li a {
  color: #FFF;
  text-decoration: none;
  margin-right: 20px;
}
.footer-bottom .inner .foot_nav ul li a:hover {
  text-decoration: underline;
}
.footer-bottom .inner .foot_nav ul li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(/biz/iijmobile/images/partner_drivechart/icon_externallink.svg) no-repeat center top;
  background-size: cover;
  margin-left: 10px;
}

/*# sourceMappingURL=drivechart.css.map */
