body {
    position: static;
}
#gnav {
    display: none;
}
/*　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%;
  line-height: 1.87em;
}

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%);
}

  .display-pc{
    display:block;
  }
  .display-sp{
    display:none;
  }

@media screen and (min-width : 720px) and (max-width : 949px){
  body{
    font-size: initial;
    line-height: initial;
  }
}
@media only screen and (max-width:767px){
  /* body{ */
  /*   font-size: inherit; */
  /*   line-height: inherit; */
  /* } */
  .display-pc{
    display:none;
  }
  .display-sp{
    display:block;
  }

  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 summary img {
  max-width: 100%;
}
.mod-tgl[class*="type-"] summary {
  position: relative;
  padding-left: 85px;
  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: 62px;
 height: 62px;
 background: url("../img/icon_tel.png") no-repeat;
 background-size: 62px;
}


.mod-accordion {
  margin-bottom: 32px;
}

.mod-accordion .accordion-hook {
  color: #314da5;
  cursor: pointer;
}
.mod-accordion .accordion-hook:after {
  display: inline-block;
  background-image: url(/shared/img/sprite.png);
  background-repeat: no-repeat;
  background-position: -23px -135px;
  background-size: 201px 196px;
  width: 13px;
  height: 7px;
  content: "";
  margin-left: 5px;
}
.mod-accordion .accordion-hook[aria-expanded="true"]:after {
  transform:rotateX(180deg);
}
.mod-accordion .accordion-hook > .icon {
  display: inline-block;
  margin-right: 3px;
}
.mod-accordion .accordion-hook > .icon img {
  vertical-align: middle;
  padding-bottom: 4px;
}
.mod-accordion.position-right .accordion-hook {
  text-align: right;
}
.mod-accordion .accordion-panel {
  position: relative;
  padding-top: 20px!important;
  border-radius: 10px;
}
.mod-accordion .accordion-panel:before {
  position: absolute;
  top: 7px;
  left: 45px;
  width: 16px;
  height: 14px;
  content: "";
  background: url(../img/bg-01.png) no-repeat;
}
.mod-accordion.position-right .accordion-panel:before {
  left: auto;
  right: 45px;
}
.mod-accordion .accordion-panel > .inner {
  padding: 20px;
  border: solid 1px #ddd;
  border-radius: 10px;
  box-shadow: 0px 3px 6px grey;
  -webkit-box-shadow: 0px 3px 6px grey;
  -moz-box-shadow: 0px 3px 6px grey;
}

.mod-accordion .accordion-panel > .inner > *:last-child {
  margin-bottom: 0!important;
}


/*　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;
}

h3.hdg.check {
  position: relative;
  padding-left: 28px;
}

h3.hdg.check{
font-size: 1.5rem !important;
}

h3.hdg.check:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/check-mark.png) no-repeat;
    background-size: 20px;
}

h3.hdg.markalert {
  position: relative;
  padding-left: 28px;
}

h3.hdg.markalert:before {
    position: absolute;
    background-repeat: no-repeat;
    background-position: -179px -25px !important;
    background-size: 201px 196px !important;
    top: 4px;
    left: 1px;
    width: 20px;
    height: 20px;
    background: url(../img/index_sprite_02.png) no-repeat;
    content: "";
    display: block;
}







.mod-pnl.col-set> .inner> .col{
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    min-height: 140px;
}

.mod-pnl.col-set> .inner> .col> .content{
    align-items: center;
}

.mod-pnl.col-set> .inner> .col> .content .inner{
max-width: 64px !important;
}

.mod-btn .btn.var-00 a, .mod-btn .btn.var-00 button[type] {
    background: #ffffff;
    padding: 10px 20px 6px 20px;
    text-align: left;
}

.mod-lyt.type-mat .inner .mod-media.is-adjusted .caption{
    color: #314da5;
}



.mod-pnl.only-media> .inner> .col> a.content {
padding: 8px 26px 3px 8px;

}

.mod-pnl.only-media> .inner> .col> a.content .mod-media{
margin: 0 auto 8px;
}



/* ----------------------------------------------------------------------------
* .str-page-heading h3
* ------------------------------------------------------------------------- */
.str-page-heading {
  margin: 0 0 12px;
  padding: 20px 12px 10px;
}

.str-page-heading> .inner {
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.str-page-heading> .inner> * {
  margin: 0;
}

.str-page-heading> .inner> * span {
  display: block;
}

.str-page-heading> .inner> * span+ *:not(strong) {
  display: none;
}

.str-page-heading> .inner .symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.str-page-heading> .inner .symbol img {
  display: block;
  width: 64px;
  height: auto;
}

.str-page-heading> .inner h3 {
  word-break: break-word;
  width: 100%;
}

.str-page-heading> .inner h3+ * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
}



@media screen and (min-width: 768px) {
  .str-page-heading> .inner {
    font-size: 2.6rem;
  }
  .str-page-heading> .inner> * span:not(:last-child) {
    font-size: 2.2rem;
  }
}


@media screen and (max-width: 768px) {
  .str-page-heading> .inner {
    font-size: 1.8rem;
  }
  .str-page-heading> .inner> * span:not(:last-child) {
    font-size: 1.8rem;
  }
  .str-page-heading> .inner> .symbol:not(.sp-hide)+ h3:not(:only-child):not(:first-child) {
    width: calc(100% - 60px);
  }
  .str-page-heading> .inner> .symbol+ h3+ * {
    margin: 12px auto 0;
  }
  .str-page-heading> .inner> .symbol+ h3+ *.align-left {
    margin-left: 0;
  }
  .str-page-heading> .inner> .symbol+ h3+ *.align-right {
    margin-right: 0;
  }
  .str-page-heading> .inner .symbol img {
    display: block;
    width: 40px;
    height: auto;
  }

}


:not(.str-scrollTop) :not(.mod-link-list):not(.mod-link-anchor) *> :not(li)> a[href^="#anc-ask"]::before {
    background-image: none;
    background-repeat: no-repeat;
    background-position: -23px -135px;
    background-size: 201px 196px;
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0;
    content: "";
}

.mod-conversion .box-item .hdg span.point {
    font-size: 8px;
    font-size: .8rem;
    text-align: center;
    vertical-align: 2px;
    color: #ffffff;
    display: inline-block;
    margin-left: 10px;
    padding: 4px 10px 3px 11px;
    border-radius: 27px;
    background: #e00000;
    letter-spacing: 1px;
}
.mod-conversion .box-item .content> p.tl {
    text-align: left;
}

.conversion-box> .box-item> .content> .media img{
max-width: 100%;
height: auto;
}

.textBold {
    font-weight: bold!important;
}


/* ----------------------------------------------------------------------------
 * .fz font-siez
 * ------------------------------------------------------------------------- */
.fz-10 {font-size: 1.0rem !important;}
.fz-11 {font-size: 1.1rem !important;}
.fz-12 {font-size: 1.2rem !important;}
.fz-13 {font-size: 1.3rem !important;}
.fz-14 {font-size: 1.4rem !important;}
.fz-15 {font-size: 1.5rem !important;}
.fz-16 {font-size: 1.6rem !important;}
.fz-17 {font-size: 1.7rem !important;}
.fz-18 {font-size: 1.8rem !important;}
.fz-19 {font-size: 1.9rem !important;}
.fz-20 {font-size: 2.0rem !important;}
.fz-21 {font-size: 2.1rem !important;}
.fz-22 {font-size: 2.2rem !important;}
.fz-23 {font-size: 2.3rem !important;}
.fz-24 {font-size: 2.4rem !important;}
.fz-25 {font-size: 2.5rem !important;}
.fz-26 {font-size: 2.6rem !important;}
.fz-27 {font-size: 2.7rem !important;}
.fz-28 {font-size: 2.8rem !important;}
.fz-29 {font-size: 2.9rem !important;}
.fz-30 {font-size: 3.0rem !important;}




/* 
.mod-btn> .btn> a> .media> .mod-media> .inner> .media img{
max-height: 30px;
width: 100%;
}
*/

.mod-btn> .btn> a> .media> .mod-media> .inner> .media{
padding-left: 10px !important;
}
.mod-link-list.question> .list> li{
margin-bottom: 10px;
}

.mod-link-list.question> .list> li> a::before {
    background-image: url(/support/channel/line/message/img/index-mark_question.png);
    background-repeat: no-repeat;
    background-position: -0px 0px;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    left: 0px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
}

.mod-btn.type-logo .btn > a >span {
  width: 75%;
}
.mod-btn.type-logo .btn > a > .media {
  display: inline-block;
  width: 25%;
}
.mod-btn.type-logo .btn > a > .media img {
  max-width: 100%;
  vertical-align: middle;
}

/* ----------------------------------------------------------------------------
 * AIモモエリア　START
 * ------------------------------------------------------------------------- */
.str-content.fv{
  padding:0;
  margin-top:1.868em;
  margin-bottom:1.868em;
}
.str-content.fv h2{
  font-weight:bold;
  text-align: center;
  color:#5ca122;
  font-size:1.868em;
}
.str-content.fv p.lead{
  color:#223;
  text-align:center;
  /*font-weight:bold;*/
  font-size:1.0em;
  margin-top:1em;
  margin-bottom:1em;
  line-height:1;
}
.str-content.fv .inputBk{
  /*background-color:#9f9f9f;*/
  border-radius:6px;
  padding:.719em;
  box-sizing:border-box;
  padding-left:4.449em;
}
.str-content.fv div.faqBk ul,
.str-content.fv div.faqBk,
.str-content.fv div.inputBk{
  display:flex;
  display:-ms-flexbox;
  position:relative;
  justify-content:flex-start;
}
.str-content.fv div.faqBk,
.str-content.fv div.inputBk{
  max-width:870px;
  margin:auto;
}
.str-content.fv div.faqBk ul li a{
text-decoration: underline;
color: #314da5 !important;
}
.str-content.fv div.faqBk ul li a:hover{
color: #c00 !important;
}
.str-content.fv .inputBk::before{
  content:"";
  display:block;
  position:absolute;
  left:1px;
  top:-28px;
  width:92px;
  height:112px;
  background-size:contain;
  background-image:url(/support/top/img/momo.png);
  background-repeat:no-repeat;
  background-position:left top;
}

.str-content.fv .inputBk input,
.str-content.fv .inputBk button{
  border:none;
  padding:1.006em;
}

.str-content.fv .inputBk input[type="text"]{
  border-top-left-radius:2px;
  border-bottom-left-radius:2px;
  width:76%;
  border: solid 1px;
  border-color: #cacaca;
  border-right: none;
}

.str-content.fv .inputBk button{
  border-top-right-radius:2px;
  border-bottom-right-radius:2px;
  width:24%;
  background-color:#f4638c;
  color:white;
  font-weight:bold;
  font-size: 1.15em;
}

.str-content.fv div.faqBk{
  margin-top:2.012em;
}
.str-content.fv div.faqBk p{
  font-weight:bold;
  padding-right:1.006em;
  min-width:24%;
  margin-top:auto;
  margin-bottom:auto;
}
.str-content.fv div.faqBk ul{
  border-left:1px solid #b8b8b8;
  padding-left:1.06em;
  flex-wrap:wrap;
}
.str-content.fv div.faqBk ul li{
  min-width:30%;
}
.str-content.fv div.faqBk ul li a{
  color:#223;
}

.str-content.bt{
  border-top:1px solid #dedede;
}
.str-content.type-kv,
.str-content{
  border-bottom:none;
}

.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%);
}

.str-contentInner > .webagent{
    background: #f0f1f3;
    padding: 12px 20px 30px 20px;
}



@media only screen and (max-width:767px){
  /* body{ */
  /*   font-size: inherit; */
  /*   line-height: inherit; */
  /* } */
  .display-pc{
    display:none;
  }

  .str-content.fv div.faqBk,
  .str-content.fv div.inputBk{
    max-width:100%;
  }

  .str-content.fv .inputBk{
    padding:.5em;
  }

  .str-content.fv .inputBk::before{
    content:none;
  }
  .str-content.fv h2{
    font-size:1.714em;
    padding-bottom:.417em;
    margin-left:1.459em;
  }
  .str-content.fv p.lead{
    font-size:1.0em;
    margin-top:1.0em;
    margin-left:5.5em;
    margin-bottom:0em;
    line-height: 1.5em;
}
  .str-content.fv p.lead,
  .str-content.fv h2{
    text-align:left;
  }
  
  /*
  .str-content.fv .inputBk::before{
  content:"";
  display:block;
  position:absolute;
  left:-46px;
  top:-28px;
  width:92px;
  height:112px;
  background-size:contain;
  background-image:url(/support/top/img/momo.png);
  background-repeat:no-repeat;
  background-position:left top;
}*/
  
  
  .str-content.fv .inputBk::after{
    content:"";
    display:block;
    position:absolute;
    top:-50px;
    left:1em;
    width:60px;
    height:72px;
    background-size: contain;
    background-image: url(/support/top/img/momo.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index:1;
  }
  .str-content.fv .inputBk input[type="text"] {
    appearance:none;
    /*border:none;*/
    border-radius:0;
    border-bottom-left-radius:2px;
    border-top-left-radius:2px;
    box-shadow:none;
    box-sizing:border-box;
    max-width:100%;
    height:auto;
    min-height:100%;
    width:80%;
    margin:0;
    padding:1em;
    outline:0;
    z-index: 2;
    font-size: 16px;
  }
  .str-content.fv .inputBk button{
    outline:0;
    appearance:button;
    background:none;
    background-color:#f4638c;
    border-bottom-right-radius:2px;
    border-radius:0;
    border-top-right-radius:2px;
    border:none;
    box-shadow:none;
    box-sizing:border-box;
    color:white;
    font-size:1em;
    font-weight:bold;
    display:block;
    margin:0;
    padding:0;
    width:20%;
    min-height:100%;
    height:auto;
  }

  .str-content.fv div.faqBk{
    text-align:center;
    margin-top:1.006em;
  }
  .str-content.fv div.faqBk ul li{
    display:inline-block;
    line-height: 1.87em
  }
  .str-content.fv div.faqBk ul li.display_pc{
    display:none;
  }
  .str-content.fv div.faqBk ul{
    border-left:none;
    padding-left:0;
    margin-top:1.006em;
  }
  .str-content.fv div.faqBk,
  .str-content.fv div.faqBk ul{
    display:block;
  }

  .str-contentInner {
    max-width: 100%;
    margin: 0;
    max-height: calc(0%);
  }
}

/* ----------------------------------------------------------------------------
 * AIモモエリア　END
 * ------------------------------------------------------------------------- */
 
.caution{
 border-color: #ffaaaa !important;
} 

.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;
 }
}



.accordion-panel .inner .mod-btn .btn a {
padding-left: 10px;

}

.accordion-panel .inner .mod-btn .btn a img {
margin-right: 8px;
}

.mod-list-ordered> ol.list> li::before {
  width: 2em;
}
/* ----------------------------------------------------------------------------
 * モモアイコン
 * ------------------------------------------------------------------------- */
 #bedore-webagent-inner {
   position: fixed;
   opacity: 1;
   transition: opacity 0.35s ease-out;
 }
 #bedore-webagent-inner.nofixed {
   opacity: 0;
 }

 @media screen and (min-width: 767px) {
   #bedore-webagent-inner.bedore-webagent--is-opened {
     height: 512px;
     max-height: 100vh;
   }
 }

 @media screen and (max-width: 768px) {
   #bedore-webagent-inner.bedore-webagent--is-opened {
     height: 100%;
     max-height: calc(100% - 214px);
     transform: none;
     transition: .2s max-height ease-out;
   }

   #bedore-webagent-inner.bedore-webagent--is-opened.bedore-webagent--is-shrinked {
     max-height: 100vh;
   }
 }
 
.mod-btn .btn:not(.var-01):not(.var-02):not(.var-03):not(.of-return) a{
 background:#ffffff;
 color:#314da5; 
 }
 
.mod-conversion .box-item .content .mod-link-list.question .list,
.mod-conversion .box-item .content .mod-list-notice .list .content,
.mod-conversion .box-item .content .mod-list-ordered .list .content{
 border: none;
 padding: 0;
text-align: left; 
}


.mod-conversion .box-item .content p{
text-align: left;
}

/*
.mod-hdg-cl2-inner{
display: inline-block;
}

.mod-hdg-cl2> *::after{
    background: -webkit-gradient(linear, left top, right top, from(#5ca122), to(#fff630));
    background: linear-gradient(to right, #5ca122, #fff630);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: auto !important;
    height: 2px;
    margin: 0 auto;
    content: "";
}
*/

