/*　2019-07-09追記　サポートトップリニューアルphase2ここから   */
 div.footer{
  background-color:#efefef;
  padding-top:4.168em;
  padding-bottom:4.168em;
}
div.footer .inner{
  display:-ms-flexbox;
  display:flex;
  justify-content:space-between;
}
div.footer .inner dl.fnav{
  flex-basis:33.33%;
  border-left:1px dotted #ccc;
  box-sizing:border-box;
}
div.footer .inner dl.fnav:first-child{
  border:none;
}
div.footer .inner dl.fnav dt{
  padding-left:2.156em;
  font-weight:bold;
}
div.footer .inner dl.fnav dt a{
  color:#223;
  text-decoration:none;
}
div.footer .inner dl.fnav dd{
  padding-left:4.311em;
  margin-top:.718em;
}
div.footer .inner dl.fnav dd a{
  position:relative;
  color:#494951;
}
div.footer .inner dl.fnav dd a::before{
  content:"";
  display:block;
  width:5px;
  height:11px;
  left:0;
  top:5.5px;
  margin-left:-1.006em;
  position:absolute;
  background-image:url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet/images/mark_link_arrow.png);
  background-repeat:no-repeat;
}

div#gnav{
  border-top:1px solid #d9dadb;
  border-bottom:1px solid #d9dadb;
  z-index:2147483647;
  width:100%;
  background-color:white;
  left:0;
  top:0;
  line-height: 1;
}

div#gnav.fixed{
  box-shadow:0px 4px 4px rgba(0, 0, 0, .07);
}

div#gnav,
div#gnav ul{
  box-sizing:border-box;
}

div#gnav div#snav{
  position:absolute;
}
div#gnav div#snav .inner,
div#gnav >ul{
  max-width:950px;
  margin:auto;
}

div#gnav >ul{
  display:flex;
  display:-ms-flexbox;
  justify-content:space-between;
  flex-wrap:nowrap;
  z-index:99;
}

div#gnav >ul li{
  flex-grow:1;
  line-height:1;
}
div#gnav >ul li a{
  display:block;
  white-space:nowrap;
}

/* div#gnav ul li a:focus, */
/* div#gnav >div#snav dl a:focus{ */
/*   outline:2px dotted red; */
/* } */

div#gnav >div#snav dl dt a,
div#gnav,
div#gnav >ul li a >span,
div#gnav >ul li a{
  position:relative;
  z-index: 10
}

div#gnav >ul li a{
  padding:1.437em 1.006em;
  color:#223;
}

div#gnav >ul li a.active,
div#gnav >ul li a:hover{
  background-color:#f6f6f6;
  text-decoration:none;
}

div#gnav >ul li a.active::before,
div#gnav >div#snav dl dt a::before,
div#gnav >ul li:nth-of-type(5) a >span::after,
div#gnav >ul li:nth-of-type(4) a >span::after,
div#gnav >ul li:nth-of-type(3) a >span::after,
div#gnav >ul li:nth-of-type(2) a >span::after,
div#gnav >ul li:nth-of-type(1) a >span::after,
div#gnav >ul li:nth-of-type(5) a:hover::before,
div#gnav >ul li:nth-of-type(4) a:hover::before,
div#gnav >ul li:nth-of-type(3) a:hover::before,
div#gnav >ul li:nth-of-type(2) a:hover::before,
div#gnav >ul li:nth-of-type(1) a:hover::before,
div#gnav >ul li:nth-of-type(7) a >span::before,
div#gnav >ul li:nth-of-type(6) a >span::before{
  content:"";
  position:absolute;
  display:block;
}

div#gnav >ul li:nth-of-type(5) a.active::before,
div#gnav >ul li:nth-of-type(4) a.active::before,
div#gnav >ul li:nth-of-type(3) a.active::before,
div#gnav >ul li:nth-of-type(2) a.active::before,
div#gnav >ul li:nth-of-type(1) a.active::before,
div#gnav >ul li:nth-of-type(5) a:hover::before,
div#gnav >ul li:nth-of-type(4) a:hover::before,
div#gnav >ul li:nth-of-type(3) a:hover::before,
div#gnav >ul li:nth-of-type(2) a:hover::before,
div#gnav >ul li:nth-of-type(1) a:hover::before{
  left:0;
  bottom:0;
  width:100%;
  height:3px;
  background: linear-gradient(to right, #5ca122, #fff630);
}

div#gnav >ul li:nth-of-type(5) a >span,
div#gnav >ul li:nth-of-type(4) a >span,
div#gnav >ul li:nth-of-type(3) a >span,
div#gnav >ul li:nth-of-type(2) a >span,
div#gnav >ul li:nth-of-type(1) a >span{
  padding-right:1.15em;
}

div#gnav >ul li:nth-of-type(5) a >span::after,
div#gnav >ul li:nth-of-type(4) a >span::after,
div#gnav >ul li:nth-of-type(3) a >span::after,
div#gnav >ul li:nth-of-type(2) a >span::after,
div#gnav >ul li:nth-of-type(1) a >span::after{
  background: url(https://www.so-net.ne.jp/support/top_new/img/index_sprite_02.png) -84px -179px no-repeat;
  background-size: 201px 196px;
  top:3px;
  right:0;
  bottom:0;
  width:7px;
  height:13px;
}

div#gnav >ul li:nth-of-type(4) a >span::after,
div#gnav >ul li:nth-of-type(3) a >span::after,
div#gnav >ul li:nth-of-type(2) a >span::after,
div#gnav >ul li:nth-of-type(1) a >span::after{
  transform:rotate(90deg);
  top:3.5px;
}

div#gnav >ul li:nth-of-type(7) a{
  background-color:#5ca122;
  color:white;
}
div#gnav >ul li:nth-of-type(6) a{
  background-color:#e2e4e7;
}
div#gnav >ul li:nth-of-type(7) a:hover{
  background-color:#8dbd65;
}
div#gnav >ul li:nth-of-type(6) a:hover{
  background-color:#ebecee;
}
div#gnav >ul li:nth-of-type(7) a >span,
div#gnav >ul li:nth-of-type(6) a >span{
  padding-left:2.299em;
  font-weight:bold;
}
div#gnav >ul li:nth-of-type(7) a >span::before,
div#gnav >ul li:nth-of-type(6) a >span::before{
  background-size:24px 24px;
  background-position:left top;
  background-repeat:no-repeat;
  width:24px;
  height:24px;
  left:0;
  top:0;
}

div#gnav >ul li:nth-of-type(7) a span::before{
/* http://www.so-net.ne.jp */
  background-image:url(/support/top/img/icon_mypage.png);
}
div#gnav >ul li:nth-of-type(6) a span::before{
  background-image:url(/support/top/img/icon_contact.png);
}

div#gnav >div#snav{
  padding-top:2.012em;
  padding-bottom:2.012em;
  display:block;
  width:100%;
  border-top:1px solid #d9dadb;
  background-color:#f6f6f6;
  box-shadow:0px 4px 4px rgba(0, 0, 0, .07);
}

div#gnav >div#snav dl{
  float:left;
  max-width:98%;
  width:100%;
}

div#gnav >div#snav button{
  float:right;
  border:none;
  background-color:transparent;
  background: url(https://www.so-net.ne.jp/support/top_new/img/index_sprite_02.png) left top no-repeat;
  text-indent:-9999em;
  width:18px;
  height:13px;
  background-size:201px 196px;
  background-position:-156px -108px;
  cursor:pointer;

  box-shadow: none;
  border-radius: 0;
  margin-right: 0;
}

/* div#gnav >div#snav dl:nth-child(4), */
/* div#gnav >div#snav dl:nth-child(3), */
/* div#gnav >div#snav dl:nth-child(2), */
div#gnav >div#snav,
div#gnav >div#snav dl{
  display:none;
}

/* div#gnav >div#snav{ */
/*   display:block; */
/* } */

div#gnav >div#snav dl dt{
  width:23%;
  text-align:center;
  font-weight:bold;
  align-self:center;
}

div#gnav >div#snav dl dt a{
  color:#223;
  display:block;
  margin-top:.719em;
}

div#gnav >div#snav dl dt a::before{
  width:59px;
  height:58px;
  background-position:left top;
  background-image:url(https://www.so-net.ne.jp/support/top_new/img/index_sprite_01b.png);
  margin:0 auto;
  position:relative;
  margin-bottom:1em;
}

div#gnav >div#snav dl:nth-child(2) dt a::before{
  background-position:left -175px;
  width:49px;
  height:45px;
}

div#gnav >div#snav dl:nth-child(3) dt a::before{
  background-position:-64px -174px;
  width:71px;
  height:42px;
}

div#gnav >div#snav dl:nth-child(4) dt a::before{
  background-position:-64px top;
  width:61px;
  height:56px;
}

div#gnav >div#snav dl dd{
  border-left:1px solid #d9dadb;
  max-width:77%;
  padding-left:1.581em;
}

div#gnav >div#snav dl dd ul{
  display:flex;
  display:-ms-flexbox;
  flex-wrap:wrap;
  justify-content:;
}
div#gnav >div#snav dl dd ul li{
  min-width:50%;
}

div#gnav >div#snav dl dt a,
div#gnav >div#snav dl dd ul li a{
  background: url(https://www.so-net.ne.jp/support/ask/assets/themes/sonet/images/mark_link_arrow.png) left 50% no-repeat;
  padding-left: 1.006em;
  color:#223;
  display:block;
  margin-bottom:.503em;
}
div#gnav >div#snav dl dt a{
  display:inline-block;
  background-position:left bottom;
}

div#gnav >div#snav::after{
  content:"";
  clear:both;
  display:block;
}


.fixed{
  position:fixed!important;
}

.active{
  display:block!important;
}
.flex{
  display:flex!important;
  display:-ms-flex!important;
}
.str-contentInner {
    max-width: 960px;
    margin: 0 auto;
    max-height: calc(0%);
}
/*
@media screen and (min-width : 720px) and (max-width : 949px){
  body{
    font-size: inherit;
    line-height: inherit;
  }
}
*/
@media only screen and (max-width:767px){
  /* body{ */
  /*   font-size: inherit; */
  /*   line-height: inherit; */
  /* } */
  .display-pc{
    display:none;
  }

  footer {margin-top: 0 !important}

  div.footer{
    padding-top:0;
    padding-bottom:0;
    border-top:1px solid #dedede;
  }
  div.footer .inner{
    display:block;
  }
  div.footer .inner dl.fnav{
    border:none;
  }
  div.footer .inner dl.fnav dt{
    padding:.718em;
  }
  div.footer .inner dl.fnav dt a.active::after{
    background-position: -41px -135px;
  }
  div.footer .inner dl.fnav dt a::after{
    content:"";
    display:block;
    background-image:url(https://www.so-net.ne.jp/support/top_new/img/index_sprite_02.png);
    background-repeat:no-repeat;
    position: absolute;
    right:0;
    /* top:3px; */
    /* width:7px; */
    /* height:13px; */
    /* background-position:-84px -179px; */
    top:7px;
    width:13px;
    height:7px;
    background-position: -24px -135px;
    background-size:201px 196px;
  }
  div.footer .inner dl.fnav dd{
    border-bottom:1px solid #dedede;
    padding-left:2.857em;
    margin:0;
    /* display:none; */
  }
  div.footer .inner dl.fnav dd a{
    margin-bottom:.718em;
    margin-top:.718em;
  }
  div.footer .inner dl.fnav dd,
  div.footer .inner dl.fnav dt{
    box-sizing:border-box;
    border-bottom:1px solid #dedede;
  }
  div.footer .inner dl.fnav dd a,
  div.footer .inner dl.fnav dt a{
    display:block;
    width:100%;
    position:relative;
  }

  footer{
    margin:0;
  }
  footer div.d-priFt-area{
    margin:0;
    padding:1.667em;
    max-width:100%;
    width:auto;
  }
  .foot-filter{
    background-color:#fafafa;
    margin:0;
    padding:0;
    border-top:1px solid #dee4e2;
  }
  .foot-filter .filter-input{
    margin:0!important;
    padding-top:2em!important;
    padding-bottom:2em!important;
  }
  footer div.d-priFt-area ul{
    padding:0;
  }
  footer div.d-priFt-area ul li{
    line-height:1.5;
  }
  .gFt2017_footer{
    background-color:white !important;
  }



  .hidesp{
    display:none;
  }

  .gHd2017_headerInner .gHd2017_btn-burgerMenu{
    z-index:2147483647;
  }

  .gHd2017_headerInner .gHd2017_btn-burgerMenu.fixed{
    background-color:white;
    border:7px solid white;
    border-bottom:2px solid white;
    box-shadow:1px 1px 10px #999;
  }
  
  .gHd2017_headerInner .gHd2017_btn-burgerMenu.fixed.gHd2017_burgerOpen{
    left:10px;
    box-shadow:none;
    background-color:transparent;
    margin-left:0;
    margin-right:0;
    border:none;
    color:white;
  }
  .gHd2017_headerInner .gHd2017_btn-burgerMenu.fixed.gHd2017_burgerOpen .gHd2017_burgerBar3,
  .gHd2017_headerInner .gHd2017_btn-burgerMenu.fixed.gHd2017_burgerOpen .gHd2017_burgerBar1{
    background-color:white;
  }

  .gHd2017_localMenu.fixed{
    top: 0;
    right: 0;
    z-index: 999999;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .gHd2017_localMenu.fixed >div{
    width:85%;
    margin-left:auto;
  }
  .gHd2017_localMenuList{
    overflow-y:scroll;
  }

}

.mod-tgl[class*="type-"] summary {
  position: relative;
  padding-left: 60px;
  line-height: 1.2;
}
.mod-tgl[class*="type-"] summary .sub {
  font-size: 1.4rem;
}
.mod-tgl.type-chat summary:before {
  position: absolute;
 left: 10px;
 top: 9px;
 content: "";
 width: 40px;
 height: 40px;
 background: url("../img/dummy-08.png") no-repeat;
 background-size: 40px;
}
.mod-tgl.type-line summary:before {
  position: absolute;
 left: 10px;
 top: 9px;
 content: "";
 width: 40px;
 height: 40px;
 background: url("../img/dummy-07.png") no-repeat;
 background-size: 40px;
}
.mod-tgl.type-tell summary:before {
  position: absolute;
 left: 10px;
 top: 9px;
 content: "";
 width: 40px;
 height: 40px;
 background: url("../img/dummy-06.png") no-repeat;
 background-size: 40px;
}


.mod-accordion .accordion-hook {
  position: relative;
  padding: 2px 0 2px 20px;
}
.mod-accordion .accordion-hook .icon {
  position: absolute;
  left: 0;
  top: 3px;
  
}
.mod-accordion .accordion-hook:after {
  content: "＋";
}
.mod-accordion .accordion-hook[aria-expanded="true"]:after {
  content: "－";
}


/*　2019-08-20追記　お問い合わせページリニューアルここから   */
.str-outer-partition + .border-t-none {
border-top: none;
}

.border-none {
border: none !important;
}

.mod-form-checkbox> .list> li> label> span{
font-size: 1.8rem;
}

.mod-form-agreeCheck> .mod-pnl> .inner[data-justify="center"]{
  padding: 0 20px;
}


.js-test a.disabled {
  position: relative;
  pointer-events: none;
}
.js-test a.disabled:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  opacity: 0.7;
  z-index: 9999;
}
.js-test .mod-form-agreeCheck {
  background: none;
  border: none;
}
.js-test .mod-form-agreeCheck:after {
  display: block;
  content: "";
  width: 100%;
}
.js-test .mod-form-agreeCheck .checkbox {
  display: block;
  align-items: inherit;
  justify-content: inherit;
  padding: 0;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
}
.js-test .checkbox {
  width: 450px;
  margin: 0 auto;
}
.js-test .checkbox label {
  display: block;
  width: 100%;
  padding: 10px 0 0 0;
  background: #fcdb00;
  border: 1px solid #d9dadb;
  text-align: center;
  max-height: 50px;
}
.js-test .checkbox label > span {
  font-size: 1.8rem!important;
  font-weight: bold;
}
.mod-form-agreeCheck> .checkbox [type="checkbox"]+ span {
  padding: 0;
}
.mod-form-agreeCheck> .checkbox [type="checkbox"]+ span::before {
  position: relative;
  top: 3px;
  left: -3px;
  display: inline-block;
}
.mod-form-agreeCheck> .checkbox [type="checkbox"]:checked + span::before {
  background-image: url(/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -179px -150px;
  background-size: 201px 196px;
}
.mod-form-agreeCheck> .checkbox [type="checkbox"]+ span::after {
  display: none;
}
.mod-pnl> .inner {
  width: 100%;
}
.js-test .mod-pnl > .inner {
  margin-left: 0;
}
.js-test .mod-pnl > .inner > .col:first-child {
  padding-left: 0;
}


   
@media only screen and (max-width:767px){
  .js-test .checkbox {
    width: 100%;
    margin: 0;
  }
  .js-test .checkbox label {
    padding: 10px 20px;
    max-height: inherit;
  }
  .js-test .checkbox label:after {
    display: none;
  }
  .js-test .checkbox label > span {
    font-size: 1.8rem!important;
  }
  .js-test .mod-pnl > .inner > .col {
   padding-left: 0;
 }
}


.mod-hdg-al3.black{
    text-align: center;
}

.mod-hdg-al3.black h3{
    background: black;
    padding: 10px 20px;
    color: white;
    display: inline-block;
}


.mod-btn .anc a::after{
    background-image:none !important;
}
.mod-btn .anc a::before{
    width: 17px !important;
}
.fixedArea {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f2f6f7;
  padding: 15px 20px;
  z-index: 9999;
}
.fixedArea.active {
  display: block;
}
.fixedArea > .js-copy > * {
  margin-top: 0!important;
}
.fixedArea > .js-copy > *:last-child {
  margin-bottom: 0!important;
}
.leftbox {max-width: 350px; width:100%;}
@media screen and (max-width: 767px) {
  .fixedArea {
    padding: 12px 20px;
  }
}

.r-camp-end {
	max-width: 960px;
	width: 100%;
	color: #e00000;
	text-align: center;
  background-color: #fff;
	border: 1px solid #e00000;
	border-radius: 8px;
	margin: 0 auto 40px;
	padding: 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.r-camp-end-wrap {
		padding: 0 15px;
	}

}