@charset "utf-8";

/*
.connect #contents {
  font-family: sans-serif;
}
*/

/* setting */
.sp {
  display: none;
}

.grayTxt1 {
  color: #666666;
}

.fsM {
  font-size: 14px;
}

.indent2-5 {
  padding-left: 2em;
  text-indent: -2em;
}


.indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.indent3-5 {
  padding-left: 3.5em;
  text-indent: -3.5em;
}

.indent4 {
  padding-left: 4em;
  text-indent: -4em;
}

.width10p {
  width: 10%;
}

.width20p {
  width: 20%;
}

.width30p {
  width: 30%;
}

.width40p {
  width: 40%;
}

.width50p {
  width: 50%;
}

.lineHeight2em {
  height: 2em;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.lineHeight2-5em {
  height: 3em;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.lineHeight3em {
  height: 4em;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.iconBlank:before {
  line-height: 1;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  background: url(/common/images/ico_pop_02.gif) no-repeat;
  vertical-align: text-top;
  content: "";
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .fsM {
    font-size: 12px;
  }

  .iconBlank {
    font-size: 12px;
    line-height: 1.2;
  }

  .iconBlank:before {
    vertical-align: sub;
  }
}

/* connectTop */
.topVisualSection {
  padding: 50px 0;
  background: url(/connect/images/index_v3/main_top_bg.jpg) no-repeat center center;
  background-size: auto 100%;
  text-align: center;
}

.topVisualSection .topVisualSectionTitle {
  color: #333;
  font-size: 42px;
  margin-bottom: 50px;
}

.topVisualSection p {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
}

#topConnectIndexNav {
  position: relative;
}

#topConnectIndexNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#topConnectIndexNav ul li {
  max-width: 460px;
  width: 100%;
  position: relative;
  z-index: 2;
}

#topConnectIndexNav ul li:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

#topConnectIndexNav ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #333;
}

#topConnectIndexNav ul li.wSize {
  margin-top: 60px;
  max-width: 100%;
  width: 100%;
}

#topConnectIndexNav ul li.wSize a {
  width: 100%;
  display: flex;
  flex-direction: row;
}

#topConnectIndexNav ul li.wSize .topConnectIndexNavBox {
  padding: 50px;
}

#topConnectIndexNav ul li.wSize .topConnectIndexNavBox h3 {
  text-align: left;
}

#topConnectIndexNav ul li.wSize .topConnectIndexNavImg img {
  width: 460px;
}

#topConnectIndexNav ul li::before {
  position: absolute;
  height: 100%;
  width: 100%;
  right: -10px;
  content: "";
  display: block;
  top: 10px;
  z-index: -1;
  background: rgba(0, 122, 255, 0.1);
}

#topConnectIndexNav ul li .topConnectIndexNavImg img {
  width: 100%;
}

#topConnectIndexNav ul li .topConnectIndexNavBox {
  background: #fff;
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 35px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#topConnectIndexNav ul li .topConnectIndexNavBox p {
  margin-bottom: auto;
}

#topConnectIndexNav ul li .topConnectIndexNavBox p.connectBtn01 {
  margin-bottom: 0;
}

#topConnectIndexNav ul li.wSize .topConnectIndexNavBox {
  height: auto;
}

#topConnectIndexNav ul li .topConnectIndexNavBox h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

#topConnectIndexNav::after {
  position: absolute;
  height: 50%;
  width: 50vw;
  left: 50%;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background: #f3f7fb;
}

#topConnectIndexNav::before {
  position: absolute;
  height: 50%;
  width: 50vw;
  right: 50%;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background: #f3f7fb;
}

@media screen and (max-width: 767px) {
  .topVisualSection {
    padding: 50px 0 20px 0;
    margin: 0 10px;
    background-size: auto 100%;
  }

  .topVisualSection .topVisualSectionTitle {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .topVisualSection p {
    font-size: 14px;
  }

  #topConnectIndexNav ul {
    display: block;
    margin: 0 10px;
  }

  #topConnectIndexNav ul li {
    max-width: 640px;
    width: 100%;
    margin: 0 auto 30px auto;
  }

  #topConnectIndexNav ul li.wSize {
    margin-top: 0px;
    max-width: 640px;
    width: 100%;
    display: block;
  }

  #topConnectIndexNav ul li.wSize a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  #topConnectIndexNav ul li.wSize .connectBtn01 {
    margin-top: 20px;
  }

  #topConnectIndexNav ul li.wSize .topConnectIndexNavBox {
    padding: 35px 20px;
  }

  #topConnectIndexNav ul li.wSize .topConnectIndexNavBox h3 {
    text-align: center;
  }

  #topConnectIndexNav ul li.wSize .topConnectIndexNavImg img {
    width: 100%;
  }

  #topConnectIndexNav ul li::before {
    right: -5px;
    top: 5px;
  }

  #topConnectIndexNav ul li .topConnectIndexNavImg img {
    width: 100%;
  }

  #topConnectIndexNav ul li .topConnectIndexNavBox {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 35px 20px;
  }

  #topConnectIndexNav ul li .topConnectIndexNavBox h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #topConnectIndexNav::after {
    position: absolute;
    height: 50%;
    width: 50vw;
    left: 50%;
    content: "";
    display: block;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    background: #f3f7fb;
  }

  #topConnectIndexNav::before {
    position: absolute;
    height: 50%;
    width: 50vw;
    right: 50%;
    content: "";
    display: block;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    background: #f3f7fb;
  }
}

/* connect Btn
============================================================== */
.connectBtn01 a,
.connectBtn01 span {
  background: #005ab4;
  max-width: 260px;
  text-align: center;
  font-size: 14px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
  color: #fff;
  margin: 20px auto 0 auto;
  font-weight: bold;
}

.connectBtn01.alginLeft a,
.connectBtn01.alginLeft span {
  margin: 20px 0 0 0;
}

.connectBtn01.alginLeft a,
.connectBtn01.alginLeft span {
  margin: 20px 0 0 0;
}

.connectBtn01 a::after,
.connectBtn01 span::after {
  position: absolute;
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 10px;
  top: calc(50% - 1px);
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

.connectBtn01 a::before,
.connectBtn01 span::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 2px solid #fff;
  height: 2px;
  width: 17px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {

  .connectBtn01.alginLeft a,
  .connectBtn01.alginLeft span {
    margin: 0 auto;
  }
}

/* connectTitle01
============================================================== */
.connectTitle01 {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  color: #333;
  padding-top: 30px;
  background: url(/connect/images/ttl_icon_01.png) no-repeat center top;
  background-size: 38px;
}

.connectTitle01 span {
  background: #fff;
  padding: 0 20px;
  font-size: 20px;
}

.connectTitle01::after {
  margin-top: -1em;
  border-bottom: 1px solid rgba(16, 34, 138, 0.2);
  display: block;
  width: 100%;
  content: "";
}

@media screen and (max-width: 767px) {
  .connectTitle01 {
    margin-bottom: 40px;
    padding-top: 20px;
    background: url(/connect/images/ttl_icon_01.png) no-repeat center top;
    background-size: 28px;
  }

  .connectTitle01 span {
    font-size: 16px;
  }
}

/* connectAcvTop */
.topAcvVisualSection {
  padding-top: 50px;
  width: 100%;
  position: relative;
}

.topAcvVisualSection.pages {
  padding-top: 50px;
}

.headRightBtnArea {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.headRightBtnArea .headRightBtnAreaBox {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: right;
}

.headRightBtnArea .headRightBtnAreaBox p {
  display: block;
  line-height: 1.2;
}

.topAcvVisualSection .img::before {
  width: 50vw;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  display: block;
  background: #dce9f4;
  position: absolute;
  z-index: -1;
}

.topAcvVisualSection .img::after {
  width: 50vw;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  display: block;
  background: #e6eff7;
  position: absolute;
  z-index: -1;
}

.topAcvVisualSection .topAcvVisualSectionTitle {
  color: #333;
  text-align: center;
  font-size: 42px;
  margin-bottom: 50px;
}

.topAcvVisualSection .img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.topAcvVisualSection .img img {
  width: 100%;
  max-width: 380px;
}

.topAcvTxtWrap {
  padding: 0 0 60px 0;
  max-width: 780px;
  margin: 0 auto;
}

.topAcvVisualWrap {
  padding: 60px 0;
  background: #f3f7fb;
  position: relative;
}

.topAcvVisualWrap::after {
  position: absolute;
  height: 100%;
  width: 50vw;
  left: 50%;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background: #f3f7fb;
}

.topAcvVisualWrap::before {
  position: absolute;
  height: 100%;
  width: 50vw;
  right: 50%;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background: #f3f7fb;
}

.topAcvVisualWrap .connectTitle01 span {
  background: #f3f7fb;
}

#topAcvConnectIndexNav,
#topAcvConnectIndexNav02 {
  position: relative;
}

#topAcvConnectIndexNav ul,
#topAcvConnectIndexNav02 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -20px;
}

#topAcvConnectIndexNav.centerBox ul,
#topAcvConnectIndexNav02.centerBox ul {
  justify-content: center;
}

#topAcvConnectIndexNav.centerBox ul li,
#topAcvConnectIndexNav02.centerBox ul li {
  max-width: 306px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-left: 20px;
  margin-bottom: 20px;
}

#topAcvConnectIndexNav ul li,
#topAcvConnectIndexNav02 ul li {
  max-width: 225px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-left: 20px;
  margin-bottom: 20px;
}

#topAcvConnectIndexNav ul li .topAcvConnectIndexNavWrap,
#topAcvConnectIndexNav02 ul li .topAcvConnectIndexNavWrap {
  background: #fff;
  padding: 0 0 60px 0;
  display: block;
  box-sizing: border-box;
  height: 100%;
  color: #333;
}

#topAcvConnectIndexNav ul li .topAcvConnectIndexNavWrap:hover {
  opacity: 0.75;
  text-decoration: none;
}

#topAcvConnectIndexNav ul li .topAcvConnectIndexNavWrap.icon {
  padding: 20px 0 60px 0;
}

#topAcvConnectIndexNav02 ul li .topAcvConnectIndexNavWrap.icon {
  padding: 20px 0;
}

#topAcvConnectIndexNav ul li .topAcvConnectIndexNavImg,
#topAcvConnectIndexNav02 ul li .topAcvConnectIndexNavImg {
  margin-bottom: 0px;
}

#topAcvConnectIndexNav ul li .icon .topAcvConnectIndexNavImg,
#topAcvConnectIndexNav02 ul li .icon .topAcvConnectIndexNavImg {
  display: block;
  max-width: 120px;
  margin: 0 auto 0px auto;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 20px;
}

#topAcvConnectIndexNav ul li .topAcvConnectIndexNavImg img,
#topAcvConnectIndexNav02 ul li .topAcvConnectIndexNavImg img {
  max-width: 100%;
  width: 100%;
}

#topAcvConnectIndexNav ul li .topAcvConnectIndexNavBox,
#topAcvConnectIndexNav02 ul li .topAcvConnectIndexNavBox {
  padding: 15px;
}

#topAcvConnectIndexNav ul li .topAcvConnectIndexNavBox h3,
#topAcvConnectIndexNav02 ul li .topAcvConnectIndexNavBox h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#topAcvConnectIndexNav ul li .connectBtn01,
#topAcvConnectIndexNav02 ul li .connectBtn01 {
  position: absolute;
  font-size: 14px;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}

#topAcvConnectIndexNav ul li::before,
#topAcvConnectIndexNav02 ul li::before {
  position: absolute;
  height: 100%;
  width: 100%;
  right: -10px;
  content: "";
  display: block;
  top: 10px;
  z-index: -1;
  background: rgba(0, 122, 255, 0.1);
}

@media screen and (max-width: 767px) {
  .topAcvVisualSection {
    padding-top: 50px;
    width: 100%;
    position: relative;
  }

  .topAcvTxtWrap {
    margin: 0 10px;
  }

  .btnSet {
    padding-top: 70px;
  }

  .topAcvVisualWrap {
    padding: 30px 0;
  }

  .headRightBtnArea .headRightBtnAreaBox p {
    font-size: 12px;
    line-height: 1.5;
  }

  .topAcvVisualSection .img::before {
    right: -2%;
  }

  .topAcvVisualSection .img::after {
    left: -2%;
  }

  .topAcvVisualSection .topAcvVisualSectionTitle {
    font-size: 22px;
    margin-bottom: 20px;
  }

  #topAcvConnectIndexNav,
  #topAcvConnectIndexNav02 {
    position: relative;
  }

  #topAcvConnectIndexNav ul,
  #topAcvConnectIndexNav02 ul {
    display: block;
    margin-left: -0px;
    margin: 0 10px !important;
  }

  #topAcvConnectIndexNav ul li,
  #topAcvConnectIndexNav02 ul li {
    max-width: 640px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  #topAcvConnectIndexNav.centerBox ul,
  #topAcvConnectIndexNav02.centerBox ul {
    display: block;
    margin-left: -0px;
    margin: 0 10px !important;
  }

  #topAcvConnectIndexNav.centerBox ul li,
  #topAcvConnectIndexNav02.centerBox ul li {
    max-width: 640px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  #topAcvConnectIndexNav ul li::before,
  #topAcvConnectIndexNav02 ul li::before {
    right: -5px;
    top: 5px;
  }
}

/*pageConnect*/

.pageBtnArea {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(16, 34, 138, 0.2);
}

.pageBtnArea ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

.pageBtnArea ul li {
  background: #efefef;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}

.pageBtnArea ul li.select {
  background: #005ab4;
}

.pageBtnArea ul li.select a {
  color: #fff;
}

.pageBtnArea ul li a {
  padding: 15px 0;
  box-sizing: border-box;
  color: #333;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pageBtnArea ul li:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.pageBtnArea ul.col3 li {
  max-width: 310px;
  width: 100%;
  margin-left: 15px;
  margin-bottom: 15px;
}

.pageBtnArea ul.col4 li {
  max-width: 228px;
  width: 100%;
  margin-left: 15px;
  margin-bottom: 15px;
}

.pageBtnArea ul.col5 li {
  max-width: 180px;
  width: 100%;
  margin-left: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .pageBtnArea ul {
    margin-left: -10px;
  }

  .pageBtnArea ul li a {
    padding: 10px 0;
    font-size: 12px;
  }

  .pageBtnArea ul.col3 li {
    max-width: calc(50% - 10px);
    width: 100%;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .pageBtnArea ul.col4 li {
    max-width: calc(50% - 10px);
    width: 100%;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .pageBtnArea ul.col5 li {
    max-width: calc(50% - 10px);
    width: 100%;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.pageConnect {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.pageConnect .iLink02 {
  line-height: 1.2;
}

.pageConnect .pageConnectLead {
  margin-top: 40px;
}

.pageConnect .pageConnectSpec {
  margin-bottom: 50px;
}

.pageConnect .pageConnectSpecFlex {
  display: flex;
}

.pageConnectSpecIcon {
  margin-left: 60px;
}

.pageConnect .pageConnectSpec .pageConnectSpecTitle {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  color: #333;
  padding-top: 30px;
}

.pageConnect .pageConnectSpec .pageConnectSpecTitleSub {
  background: #f5f5f5;
  padding: 10px;
  font-weight: bold;
}

.pageConnect .pageConnectSpec .pageConnectSpecTitle span {
  background: #fff;
  padding: 0 20px;
  font-size: 20px;
}

.pageConnect .pageConnectSpec .pageConnectSpecTitle::after {
  margin-top: -1em;
  border-bottom: 1px solid rgba(16, 34, 138, 0.2);
  display: block;
  width: 100%;
  content: "";
}

.pageConnectTitle {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 60px 0 30px 0;
}

.pageConnectSpecFlowImg {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 20px auto;
}

.pageConnectSpecFlowImg img {
  max-width: 100%;
}

.pageConnectTable1 {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.pageConnectTable1 tr td {
  padding: 10px;
  box-sizing: border-box;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.pageConnectTable1 tr td.title {
  text-align: center;
  font-weight: bold;
  background-color: #f5f5f5;
}

.pageConnectTable1 tr td.center {
  text-align: center;
}

.appdl {
  position: relative;
  margin: 40px 0 50px 0;
}

.appdl .appdlInner {}

.appdl .appdlInner .appdlInnerContent {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.appdl .appdlInner .appdlInnerContent .icon {
  max-width: 120px;
  margin-right: 40px;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 20px;
}

.appdl .appdlInner .appdlInnerContent .icon img {
  max-width: 120px;
  width: 100%;
}

.appdl .appdlInner .appdlInnerContent .description .appttl {
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  font-size: 42px;
}

.appdl .appdlInner .appdlInnerContent .description p.appdtl {
  font-size: 24px;
}

.appdl .appdlInner .appdlInnerContent .description .descriptionBtn {
  margin-top: 20px;
  display: flex;
}

.appdl .appdlInner .appdlInnerContent .description .descriptionBtn li {
  margin-left: 30px;
}

.appdl .appdlInner .appdlInnerContent .description .descriptionBtn li:first-child {
  margin-left: 0px;
}

.appdl .appdlInner .appdlInnerContent .description .descriptionBottom {
  margin-top: 10px;
}

.pageConnectSpec .descriptionBtn {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.pageConnectSpec .descriptionBtn li {
  margin: 0 20px;
}

.pageConnectSpec .descriptionBtn li :first-child {
  margin-left: 0px;
}

.pageConnectSpec .descriptionBottom {
  display: flex;
  justify-content: center;
}

.pageConnectSpec .pageConnectSpecFlow {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.3%;
}

.pageConnectSpec .pageConnectSpecFlow .pageConnectSpecFlowBox {
  width: 30%;
  margin-left: 3.3%;
  margin-bottom: 60px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.pageConnectSpec .pageConnectSpecFlow .pageConnectSpecFlowBox .FlowBoxTitle {
  display: flex;
  font-weight: bold;
  align-items: flex-start;
  margin-bottom: 20px;
}

.pageConnectSpec .pageConnectSpecFlow .pageConnectSpecFlowBox .FlowBoxTitle .FlowBoxNum {
  color: #fff;
  background: #0b59aa;
  line-height: 30px;
  text-align: center;
  width: 30px;
  border-radius: 30px;
  margin-right: 10px;
}

.pageConnectSpec .pageConnectSpecFlow .pageConnectSpecFlowBox .FlowBoxTitle .FlowBoxTxt {
  margin-top: 5px;
  max-width: calc(100% - 40px);
}

.pageConnectSpec .pageConnectSpecFlow .pageConnectSpecFlowBox .FlowBoxImg {
  text-align: center;
}

.pageConnectSpec .pageConnectSpecFlow .pageConnectSpecFlowBox .FlowBoxImg img {
  max-height: 400px;
}

.pageConnectSpec .pageConnectSpecFlow .pageConnectSpecFlowBox .FlowBoxImg img.border {
  border: 1px solid #ddd;
}

.pageConnectSpecList {
  margin-bottom: 40px;
}

.pageConnectSpecList ul {
  margin: 20px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.pageConnectSpecList ul li {
  width: 25%;
  margin-bottom: 5px;
  padding: 3px 10px;
  box-sizing: border-box;
  border-left: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .pageConnect .iLink02 {
    line-height: 1.4;
    font-size: 12px;
  }

  .pageConnect .pageConnectSpecFlex {
    display: block;
  }

  .pageConnectSpecIcon {
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
  }

  .appdl .appdlInner .appdlInnerContent {
    flex-wrap: wrap;
  }

  .appdl .appdlInner .appdlInnerContent .icon {
    max-width: 100px;
  }

  .appdl .appdlInner .appdlInnerContent .description {
    flex: 1 1 0;
  }

  .appdl .appdlInner .appdlInnerContent .description .appttl {
    font-size: 26px;
  }

  .appdl .appdlInner .appdlInnerContent .description p.appdtl {
    font-size: 16px;
  }

  .appdl .appdlInner .appdlInnerContent .description .descriptionBtn li {
    margin-left: 10px;
  }

  .pageConnectTable1 tr td {
    font-size: 12px;
  }

  .pageConnectSpec .pageConnectSpecFlow {
    display: block;
    margin-left: 0;
  }

  .pageConnectSpec .pageConnectSpecFlow .pageConnectSpecFlowBox {
    width: 100%;
    margin-left: 000%;
    margin-bottom: 40px;
    display: block;
  }

  .pageConnectSpec .pageConnectSpecFlow .pageConnectSpecFlowBox .FlowBoxTitle {
    display: flex;
    font-weight: bold;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .pageConnectSpec .pageConnectSpecFlow .pageConnectSpecFlowBox .FlowBoxImg {
    text-align: center;
  }

  .pageConnectSpec .pageConnectSpecFlow .pageConnectSpecFlowBox .FlowBoxImg img {
    max-height: 500px;
    max-width: 100%;
  }

  .pageConnectSpecList ul li {
    width: 50%;
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  .pageConnect .pageConnectLead {
    margin-top: 40px;
  }

  .pageConnect .pageConnectSpec {
    margin-bottom: 50px;
    padding: 0 2%;
  }

  .pageConnect .pageConnectSpec .pageConnectSpecTitle {
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .pageConnect .pageConnectSpec .pageConnectSpecTitle span {
    font-size: 16px;
  }

  .pageConnectTitle {
    font-size: 20px;
    margin: 30px 0 20px 0;
  }

  .pageConnectSpecFlowImg {
    margin: 0 auto 20px auto;
  }

  .appdl {
    padding: 0 2%;
  }

  .appdl .appdlInner .appdlInnerContent {
    display: block;
  }

  .appdl .appdlInner .appdlInnerContent .icon {
    margin: 20px auto;
    text-align: center;
  }

  .appdl .appdlInner .appdlInnerContent .description .appttl {
    text-align: center;
    font-size: 20px;
  }

  .appdl .appdlInner .appdlInnerContent .description p.appdtl {
    font-size: 14px;
    text-align: center;
  }

  .appdl .appdlInner .appdlInnerContent .description .descriptionBtn {
    margin-top: 40px;
    justify-content: center;
  }

  .pageConnectSpec .descriptionBtn li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

/*added css by min*/
/*colorio sitmap*/
div.ecotank_sitemap {
  width: 100%;
  background-color: #f4f4f4;
  margin-bottom: -70px;
}

div.ecotank_sitemap .ttl h3 {
  font-size: 14px;
}

div.ecotank_sitemap .ttl h3 a {
  color: #000000;
}

div.ecotank_sitemap .ttl h3 a :visited {
  color: #000000;
}

div.ecotank_sitemap li {
  margin-bottom: 2px;
}

div.ecotank_sitemap dd.listBlock.info_list li {
  margin-bottom: 4px;
}

div.ecotank_sitemap .layCol03 li {
  margin-bottom: 4px;
}

div.ecotank_sitemap .layCol04 li {
  margin-bottom: 4px;
}

div.ecotank_sitemap li a {
  line-height: 1.5;
}

div.ecotank_sitemap .layCol03 li>a {
  color: #000;
}

#contents .ecotank_sitemap .subNav {
  width: 960px;
  margin: 0 auto;
  padding: 45px 0 35px;
}

.ecotank_sitemap .subNav .innerBlock a {
  color: #000;
}

div.ecotank_sitemap .subNav .innerBlock li>a {
  line-height: 1.5;
  font-size: 12px;
  color: #686868;
}

#contents .ecotank_sitemap .subNav .layCol01,
#contents .ecotank_sitemap .subNav .layCol03 {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 0 15px;
}

#contents .ecotank_sitemap .subNav .layCol02 {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding: 0 15px;
}

#contents .ecotank_sitemap .subNav .layCol02 {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  width: 33%;
}

#contents .ecotank_sitemap .subNav .indent {
  margin-left: 10px;
}

#contents .ecotank_sitemap .subNav .layCol01 dl dt {
  margin-bottom: 3px;
  font-size: 12px;
}

#contents .ecotank_sitemap .subNav .layCol02 dl dt {
  margin-bottom: 5px;
  font-size: 14px;
}

#contents .ecotank_sitemap .subNav .layCol03 dl dt,
#contents .ecotank_sitemap .subNav .layCol04 dl dt {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {

  /*ecotank sitemap*/
  #contents .ecotank_sitemap {
    margin-left: -2%;
    padding: 0 2%;
  }

  #contents .ecotank_sitemap .subNav {
    width: 100%;
    margin: 0 auto;
  }

  #contents .ecotank_sitemap .subNav .layCol01,
  #contents .ecotank_sitemap .subNav .layCol02,
  #contents .ecotank_sitemap .subNav .layCol03 {
    width: 100%;
    margin-bottom: 10px;
  }

  #contents .ecotank_sitemap .subNav .layCol02 {
    border: none;
    height: auto;
  }

  div.ecotank_sitemap .ttl h3.mb30 {
    margin-bottom: 10px !important;
  }

  div.ecotank_sitemap {
    margin-bottom: -50px;
  }
}

/* adjusting */
.connect #contents .headSection {
  height: 48px;
  padding-bottom: 0;
}

.connect #contents .headSection .ttl {
  height: auto;
}

.connect #contents .headSection .aside {
  width: 280px;
  padding-top: 5px;
}

.connect #contents .headSection .noShopButton {
  width: auto;
}

.connect #contents .headSection .aside .guide {
  width: auto;
}

.connect_scene #contents .mainSection {
  margin: 0 auto 45px;
  width: auto;
}

/* localNav */
.localNav {
  width: 100%;
  height: 53px;
  background: url(/common/images/bg_line_01.gif) repeat-x left bottom;
}

.localNav ul {
  position: relative;
  width: 960px;
  height: 53px;
  margin: 0 auto;
}

.localNav li {
  float: left;
}

.localNav a {
  display: block;
  width: 240px;
  height: 53px;
  background-image: url(/connect/images/index_v2/nav_local.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.localNav a.office {
  background-position: 0 0;
}

.localNav a.office:hover,
.connect_office .localNav a.office {
  background-position: 0 -53px;
}

.localNav a.home {
  background-position: -240px 0;
}

.localNav a.home:hover,
.connect_home .localNav a.home {
  background-position: -240px -53px;
}

.localNav a.school {
  background-position: -480px 0;
}

.localNav a.school:hover,
.connect_school .localNav a.school {
  background-position: -480px -53px;
}

.localNav a.shop {
  background-position: -720px 0;
}

.localNav a.shop:hover,
.connect_shop .localNav a.shop {
  background-position: -720px -53px;
}

/* connectScene */
#connectScene {
  margin: 0 auto;
  width: 953px;
  padding: 16px 0 15px 7px;
  background: #1daee3 none;
  *zoom: 1;
}

#connectScene:after {
  content: "";
  display: block;
  clear: both;
}

#connectScene h1 {
  float: left;
  width: 237px;
}

#connectScene ul {
  float: left;
  width: 711px;
}

#connectScene li {
  float: left;
  width: 237px;
  height: 279px;
}

#connectScene li a {}

#connectScene li a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

#connectScene li.col2 {
  width: 474px;
}

.connect_office #connectScene {
  background: #b6d5f9 none;
}

.connect_home #connectScene {
  background: #ffecd9 none;
}

.connect_school #connectScene {
  background: #c2e3d5 none;
}

.connect_shop #connectScene {
  background: #f1e3db none;
}



/* share
=============================================================== */
#contents .share_title {
  font-size: 30px;
  text-align: center;
}

#contents .share_list {
  margin: 25px auto 0;
}

#contents .share_list ul {
  text-align: center;
}

#contents .share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}


/* 20240311
=============================================================== */
#topAcvConnectIndexNav .connectTitle01:after,
#topAcvConnectIndexNav02 .connectTitle01:after {
	display:none;
}
#topAcvConnectIndexNav .connectTitle01 h2,
#topAcvConnectIndexNav02 .connectTitle01 h2 {
	padding:5px;
	font-size:22px;
	border-radius:5px;
	background: #005ab4;
	color:#FFF;
}
.pageBtnArea h2 {
	padding:5px;
	font-size:22px;
	border-radius:5px;
	background: #005ab4;
	color:#FFF;
	text-align: center;
	margin:25px auto 15px auto;
}
#ext-airprint .pageBtnArea ul li.btn-airprint,
#ext-mopria .pageBtnArea ul li.btn-mopria,
#ext-sns .pageBtnArea ul li.btn-sns,
#ext-speaker .pageBtnArea ul li.btn-speaker,
#ext-universalprint .pageBtnArea ul li.btn-universalprint {
  background: #005ab4;
}
#ext-airprint .pageBtnArea ul li.btn-airprint a,
#ext-mopria .pageBtnArea ul li.btn-mopria a,
#ext-sns .pageBtnArea ul li.btn-sns a,
#ext-speaker .pageBtnArea ul li.btn-speaker a,
#ext-universalprint .pageBtnArea ul li.btn-universalprint a {
  color: #fff;
}
@media screen and (max-width: 767px) {
	.pageConnectImg img {
		width:100%;
		height:auto;
	}
}

