@charset "UTF-8";

/*-------------------- TOPページ --------------------*/

ul.circle{
  text-align: left;
  margin-left: 5px;
}
ul.circle li{
  background: url(images/circle_gray.png) no-repeat left 10px;
  padding: 0 0 0 14px !important;
}

.btnApply{
  text-align: center;
  margin: 60px 0 15px;
}

.arrowGray{
  text-align: left;
  background: url(/common/img/arrow_gray_01.png) no-repeat left 11px;
  padding-left: 13px;
}

img.top{vertical-align: top;}

/*-------------------- ドメイン検索 --------------------*/
#serachFunction{
  border-radius: 10px;
  border: double 3px #d1ab83;
  box-shadow: inset 0 0 2px #FFF;
  background: url(images/search_domain_bg.png) repeat-y center;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

#serachForm form{
  height: 60px;
  line-height: 1;
  margin: 25px auto 15px auto;
}

#serachForm input::placeholder{font-size: 14px;}
#serachFunction input#inputSld{
  font-size: 18px;
  border: solid 1px #996600;
  padding: 2px 5px;
}
#serachFunction input#sentBtn{
  font-weight: bold;
  color: #FFF;
  background-image: linear-gradient(#2CC21D, #359535 74%);
  border: solid 2px 357917;
  border-radius: 5px;
  cursor: pointer;
}
#serachFunction input#sentBtn:hover{
  background-image: linear-gradient(#FF4040, #C20D0D 74%);
  border: solid 2px #CE4b00;
}

/*------- ドメイン検索結果 -------*/
#domainSearch{
  margin: 30px auto 20px auto;
}
#domainSearch ul{
  font-weight: bold;
  margin: 35px 0 5px 0;
}
#domainSearch ul::after{
  content: "";
  display: block;
}
#domainSearch ul li{
  display: inline-block;
  width: 175px;
  text-align: left;
  line-height: 2;
  background: #FCECDE;
  border-radius: 4px;
  margin: 8px 2px 0 2px;
  padding: 8px 10px;
}
#domainSearch ul li .price{
  margin-left: 5px;
}
#domainSearch ul li .yen{
  font-size: .85rem;
}
#domainSearch ul li.no{
  color: #999;
}
#domainSearch ul li img{
  float: right;
}
#domainSearch ul li.no img{
  margin: 9px 3px 0 0;
}
#domainSearch ul li.yes img{
   margin-top: 5px;
}
.buyLink{
  display: none;
}

/*--------------- 料金表 ---------------*/
#tablePrice{
  width: 880px;
  margin: 5px auto 35px auto;
}

#tablePrice table{
  width: 100%;
  border-collapse: none;
  border: 1px solid #CCC;
  margin: 15px 0 25px 0;
}
#tablePrice td, #tablePrice th{
  text-align: center;
  padding: 8px;
  border: 1px solid #CCC;
}
.item th{
  font-weight: bold;
  color: #FFF;
  white-space: nowrap;
  background: #6699CC;
  padding: 10px 6px;
}
.item th.bgRed{background: #F00;}
.item th.bgGreen{background: #390;}
td.fixed{background: #eff6fc;}

.lemon{background: #FFFFE5;}

#tablePrice td.domResult{width: 80px;}
#tablePrice td.blank{
  width: 45px;
  background: url(images/arrow_black.gif) no-repeat center center #FFF;
}

/*-------------------- タイトル・文字 --------------------*/
.ttl1{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  color: #666666;
  border-bottom: dashed 2px #CCC;
  margin: 0 auto 25px auto;
  padding: 0 10px 15px 10px;
}

.ttl2{
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.ttl2 a:hover{
  color: #F99;
  cursor: default;
}

.ttl2::before{
  content: "〇";
  vertical-align: middle;
  color: #BBB;
  margin-bottom: 11px;
  padding-right: 6px;
}

.ttl3{
  font-size: 1.05rem;
  font-weight: bold;
  color: #69C;
  margin: 15px 0 5px 0;
}

.ttl4{
  font-weight: bold;
  margin-top: 20px;
}

.ttl4.caution{
  background: url(images/icon_notice.png) no-repeat center left;
  background-size: 24px;
  padding-left: 30px;
}

.add02{
  text-indent: -2.25em;
  margin-left: 2.5em;
}


/*-----------------------------------------------*/
/*-------------------- 購入手順 --------------------*/
.listButton ul{
  text-align: center;
  margin: 40px auto;
}

  .listButton li.lead{
    font-size: 15px;
    margin: 8px 7px 0 0;
    padding-left: 22px;
  }
  .listButton li a, .listButton li a:visited{
    font-size: 13px;
    text-decoration: none;
    color: #FFF;
    background: #AAA;
    border-radius: 5px;
    margin-left: 3px;
    padding: 9px 10px;
    display: block;
  }
  .listButton li a:hover, .listButton li.here a{
    background: #F99;
  }



.guideFlow li{
  display: block;
  position: relative;
  font-size: 1.05rem;
  text-decoration: none;
  color: #000;
  border: solid 2px #F99;
  border-radius: 6px;
  background: #ffeded;
  margin: 50px 0;
  padding: 18px 30px;
}
.guideFlow li::after{
  content: ' ';
  position: absolute;
  bottom: -39px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 25px;
  background: #EEE;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.guideFlow li:last-child::after{
  content: none;
}
.guideFlow li.last{
  background: url(images/neko.png) no-repeat 30px center #FF9;
  background-size: 50px;
  padding-left: 95px;
}
.guideFlow li a:hover{
  color: #FFF;
  background: #36C;
}

.guideFlow dl{
width: 370px;
text-align: left;
padding: 8px 0;
}

.guideFlow dt{	
font-size: 14px;
font-weight: bold;
margin: 0 15px 0 14px;
}

.guideFlow dd{
margin: 0 15px 5px 18px;
}

.sufficient dl{background: url(images/guide_flow_bg_pink.gif) repeat-y bottom;}

.short dl{background: url(images/guide_flow_bg_blue.gif) repeat-y bottom;}

.short dd{margin-bottom: 15px;}

.solo{background: url(images/guide_flow_center.gif) repeat-y;}
.soloBtm{
clear: both;
width: 850px; height: 10px; background: url(images/guide_flow_btm.gif) repeat-y;}
.solo p{margin: 15px 25px;}

.guide .btnApply{margin: 10px 0;}


/*-------------------- マニュアル --------------------*/
.manual .index{
  vertical-align: top;
  margin: 10px 0 30px 0;
}

.wpFunction{
  text-align: left;
  margin: 10px auto 30px auto;
}

.wpFunction .number{
  font-size: 1.3rem;
  font-weight: bold;
  color: #69C;
  margin-right: 8px;
}

.wpFunction ul{margin: 0 0 0 30px;}
.wpFunction ul li{list-style: disc;}

.wpFunction dt{
  width: 7em;
  font-weight: bold;
}

.wpFunction.anchor{
  margin-top: -35px;
  padding-top: 35px;
}

.wpFunction table{
  width: 100%;
  line-height: 1.5;
  margin: auto;
}
.wpFunction table.w880{
  width: 880px;
}
.wpFunction caption{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.wpFunction th, .wpFunction td{
  border: 1px solid #CCC;
  vertical-align: center;
  padding: 8px;
}
.wpFunction thead th{
  font-weight: bold;
  text-align: center;
  background: #E8E8E8;
}

.boxWp{
  margin: 20px auto 45px auto;
}
.boxWp p{
  margin-bottom: 10px;
}
.boxWp img{
  display: flex;
  margin: 20px auto 0 auto;
}
.boxWp::after {
  content: "";
  display: block;
  clear: both;
}

.attention{
  font-size: .85rem;
  background: url(images/icon_notice.png) no-repeat 20px 18px;
  background-size: 22px;
  border: solid 1px #FF0000;
  margin: 25px 0;
  padding: 15px 20px;
}
.attention p{text-indent: 30px;}

.em8{width: 8em;}
.em10{width: 10em;}
.nowrap{white-space: nowrap;}

/*-----------------------------------------------*/
/*------------------ よくある質問 -----------------*/
.qa{
  text-align: left;
  margin: 0 auto 40px auto;
}

.faqQuestion{
  font-size: 1.2rem;
}

ul.switch{
  text-align: right;
  cursor: pointer;
  margin: 0 15px 20px 0;
}
ul.switch li.switchOpen::before{
  content: "＋";
  font-size: 1.05rem;
  font-weight: bold;
  color: #F99;
  margin-right: 5px;
}
ul.switch li.switchClose{display: none;}
ul.switch li.switchClose::before{
  content: "ー";
  font-size: 1.05rem;
  font-weight: bold;
  color: #9CF;
  margin-right: 5px;
}

dl.dlFaq{
  font-size: 15px;
}

dl.dlFaq p{
  margin-bottom: 10px;
}

dl.dlFaq dt{
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
}
dl.dlFaq dt h3{font-weight: bold;}
dl.dlFaq dt a .question{
  font-size: 1.25rem;
  text-decoration: none !important;
}

dl.dlFaq dd{
  background: #F8F8FF;
  border:  1px solid #CCC;
  margin-bottom:  20px;
  padding: 15px 20px 5px 20px;
}

/*---------------------------------------------------------------*/
/*-------------------- パソコン 641px以上 --------------------*/

@media only screen and (min-width: 641px){

  .notice{
    text-align: left;
    margin: 40px 30px 0 35px;
  }

  .picture{
    width: 925px;
    margin: 0 auto;
  }

  /*------- 第二階層 -------*/
  .second{
    width: 880px;
    text-align: left;
    margin: 60px auto 0 auto;
  }

/*------- 購入手順 -------*/
  .listButton li{
    text-align: center;
    display: inline-block;
  }

  .howtoPay{
    text-align: left;
    border: solid 1px #AAA;
    margin: 50px auto 60px auto;
    padding: 30px 30px 18px 30px;;
  }

  .guideFlow{
    width: 780px;
    margin: 0 auto;
  }

  .manual .index{
    display: inline-block;
    width: 47.7%;
    margin-left: 2%;
  }

  .boxWp img{
    max-width: 880px;
  }
  .boxWp .txt{
    width: 465px;
    float: left;
  }
  .boxWp .imgR{
    float: right;
    max-width: 390px;
    margin-top: 10px;
  }

  .wpFunction dt{
    float: left;
    width: 7em;
    font-weight: bold;
  }
  .wpFunction dt, .wpFunction dd{
    margin-bottom: 15px;
  }


  /*------- ドメイン検索 -------*/
  #domainSearch{
    width: 880px;
    text-align: center;
  }

  #serachFunction h2{
    margin: 20px 0;
  }
  #serachFunction input#inputSld{
    width: 450px;
    height: 58px;
    margin: -2px 15px 0 0;
  }
  #serachFunction input#sentBtn{
    width: 160px;
    height: 65px;
    font-size: 22px;
  }

  /*------- TOPページ -------*/
  .mainCopy{

    text-align: center;
    margin-top: 30px;
  }

  img.feature{margin-left: 25px;}

  .fusen{
    z-index: 10;
    right: 40px;
    display: inline;
    position: absolute;
  }
  .fusen.domlist{
    margin-top: -75px;
  }
  .fusen.operation{
    margin-top: -65px;
  }


} /*----- パソコン End -----*/


/*---------------------------------------------------------------*/
/*-------------------- スマートフォン 640px以下 --------------------*/

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

  .notice{
    text-align: left;
    margin: 0 2%;
  }

  .fusen{text-align: right;}
  .fusen img{
    width: 45%; 
    max-width: 160px;
  }
  .fusen.domlist{margin-top: -5px;}

  /*------- 第二階層 -------*/
  .ttl1{
    margin-top: 15px;

  }

  .manual{
    text-align: left;
  }

  .wpFunction dt{
    margin-top: 15px;
  }

  /*------- 購入手順 -------*/
  .listButton li{
    margin-bottom: 7px;
  }

  .howtoPay{
    text-align: left;
    border: solid 1px #999999;
    margin: 25px auto 60px auto;
    padding: 25px;
  }

  .guideFlow li.last{
    background: url(images/neko.png) no-repeat 3% center #FF9;
    background-size: 45px;
    padding: 15px 15px 15px 45px;
  }

 .qa{
    width: 92%;
    margin: 0 auto 40px auto;
  }

  /*------- ドメイン検索 -------*/
  #tablePrice{width: 100%;}
  #serachFunction{
    padding: 10px 0 25px 0;
  }
  #serachFunction h2 img{
    width: 70%;
    max-width: 280px;
    margin: 5px 0 0 0;
  }
  #serachFunction form{margin: 20px 0 15px 0;}
  #serachFunction input#inputSld{
    width: 50%;
    height: 47px;
    margin: 1px 10px 0 0;
  }
  #serachFunction input#sentBtn{
    width: 90px;
    height: 55px;
    font-size: 16px;
  }

  #domainSearch ul li{
    width: 38.5%;
  }

  /*--------------- 料金表 ---------------*/
  .scroll{
    width: 100%;
    overflow-x: scroll;
  }
  #tablePrice table{
    max-width: 890px;
  }
  #tablePrice h2 img{
    width: 100%;
  }
  #tablePrice table th, #tablePrice table td{
    
  }

  .fixed{
    position: sticky;
    left: 0;
    background: #FFF;
    &:before{
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      width: 100%;
      height: 100%;
      border: solid 1px #CCC;
    }
  }


} /*----- スマホ End -----*/

