@charset "utf-8";
/* CSS Document */


/* ---------------------------
	sub common
--------------------------- */
#contFixWrap {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: calc(100% - 170px);
}
#HOME #contFixWrap {
  background: none;
  min-height: 100%;
}

#contFixWrap.fixed{
  width: 100%;
  position: fixed;
}
#container{
  padding:90px 0 200px;
}

#HOME #container{
  padding-top: 95px;
}

section{
  width: 960px;
  /*padding-top: 20px;
  margin: -20px auto 0;*/
  margin: 0 auto;
}

#subHeader{
  background: #f00;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-top: 60px;
  height: 135px;
}
#subHeader .note{
  font-size: 17px;
  line-height: 1;
  margin-bottom: 25px;
}
#subHeader h2{
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}


@media screen and (max-width: 768px) {
  #contFixWrap {
    min-height: 100%;
  }
  #container{
    padding: 0 0 0;
  }
  #container{
    padding-top: 30px;
  }
  #HOME #container{
    padding-top: 60px;
  }

  section{
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


  #subHeader{
    margin-top: 42px;
    padding-top: 20px;
    height: 62px;
  }
  #subHeader .note{
    font-size: 10px;
    margin-bottom: 15px;
  }
  #subHeader h2{
    font-size: 19px;
  }

}


/* ---------------------------
	HOME
--------------------------- */

h2.catch{
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 65px;
}
h2.catch span{
  display: inline-block;
  padding: 0 10px;
}
h2.catch span img{
  vertical-align: middle;
  width: 156px;
  height: 31px;
  margin-top: -6px;
}
h2.catch+p{
  width: 950px;
  margin: 0 auto 105px;
  font-size: 16px;

}

#slide{
  height: 640px;
}
#slide .slick-slider{
  padding-bottom: 80px !important;
}

#slide li.slick-slide{
  text-align: center;
}
#slide li.slick-slide img{
  width: 280px;
}

div.appList ul{
  letter-spacing: -0.4em;
  text-align: center;
  margin-bottom: 20px;
}
div.appList ul li{
  display: inline-block;
  letter-spacing: normal;
  width: 100px;
  vertical-align: middle;
  margin: 0 20px;
}
div.appList ul li:nth-child(1){
  width: 193px;
  margin-right: 0;
}
div.appList ul li:nth-child(3){
  width: 168px;
  margin-right: 0;
}

div.appList>p{
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
}

div.linkList .triggerBtn{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
div.linkList ul{
  overflow: hidden;
  width: 960px;
  margin: 0 auto 35px;
}
div.linkList ul li{
  float: left;
}
div.linkList ul li~li{
  margin-left: 9px;
}

div.linkList ul li span{
  display: block;
  padding-top: 17px;
}

div.linkList ul li a{
  display: block;
  width: 231px;
  height: 58px;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  text-align: center;
  position: relative;
  transition: 0.3s all;
}

div.linkList ul li.current a,
div.linkList ul li a:hover{
  text-decoration: none;
  background: #f00;
}
div.linkList ul li.current a span,
div.linkList ul li a:hover span{
  color: #fff;
  font-weight: bold;
  padding-top: 8px;
  transition: 0.3s all;
}
div.linkList ul li.current a:after,
div.linkList ul li a:hover:after{
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  width: 22px;
  height: 9px;
  background: url(../img/arr_linklist.png) 0 0 no-repeat;
  -webkit-background-size: 22px auto;
  background-size: 22px auto;
  left: 50%;
  bottom: 13px;
  margin-left: -11px;
}


div.noticeNote li{
  font-size: 12px;
  line-height: 1.5;
  margin-left: 1em;
  text-indent: -1em;
}


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

  h2.catch{
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  h2.catch span img{
    width: 78px;
    height: 15px;
    margin-top: -6px;
  }
  h2.catch+p{
    width: 100%;
    margin: 0 auto 30px;
    font-size: 10px;
  }

  #slide{
    height: 300px;
  }
  #slide .slick-slider{
    padding-bottom: 35px !important;
  }
  #slide li.slick-slide img{
    width: 130px;
  }

  div.appList ul{
    margin-bottom: 10px;
  }
  div.appList ul li:nth-child(1){
    width: 132px;
    margin-left: 0;
  }
  div.appList ul li:nth-child(3){
    width: 115px;
    margin-right: 0;
    margin-left: 8px;
  }
  div.appList ul li:nth-child(2),
  div.appList ul li:nth-child(4){
    display: none;
  }

  div.appList>p{
    font-size: 11px;
    margin-bottom: 30px;
  }


  div.linkList{
    margin-bottom: 15px;
  }
  div.linkList .triggerBtn{
    font-size: 13px;
    margin-bottom: 0;

    background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 50px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  div.linkList .triggerBtn.open{
    border-radius: 3px 3px 0 0;
  }

  div.linkList .triggerBtn:before{
    content: "";
    width: 12px;
    height: 2px;
    display: block;
    position: absolute;
    background: #666;
    z-index: 100;
    top: 50%;
    margin-top: -1px;
    right: 10px;
  }

  div.linkList .triggerBtn:after{
    content: "";
    width: 2px;
    height: 12px;
    display: block;
    position: absolute;
    background: #666;
    z-index: 100;
    top: 50%;
    margin-top: -6px;
    right: 15px;
    transition: 0.3s all;
  }
  div.linkList .triggerBtn.open:after{
    transform: rotate(90deg);
  }


  div.linkList ul{
    width: 100%;
    display: none;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 3px 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.linkList ul li{
    float: none;
  }
  div.linkList ul li~li{
    margin-left: 0;
  }

  div.linkList ul li.current span,
  div.linkList ul li a:hover span,
  div.linkList ul li span{
    display: inline;
    padding-top: 0;
    line-height: 38px;
    color: #000;
  }

  div.linkList ul li.current a,
  div.linkList ul li a:hover,
  div.linkList ul li a{
    width: 100%;
    height: 38px;
    font-size: 12px;
    padding-left: 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.linkList ul li.current a:after,
  div.linkList ul li a:hover:after,
  div.linkList ul li a:after{
    content: "";
    display: block;
    position: absolute;
    z-index: 100;
    width: 10px;
    height: 10px;
    border-top: 2px solid #595956;
    border-right: 2px solid #595956;
    transform:scaleY(0.8) rotate(45deg);
    background: none;
    left: auto;
    bottom: 13px;
    right: 10px;
    margin-left: 0;
  }
  div.linkList ul li a:hover span{
    color: #000;
  }
  div.linkList ul li.current a span{
    color: #000;
    font-weight: normal;
  }

  div.noticeNote{
    margin-bottom: 30px;
  }
  div.noticeNote li{
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 3px;
  }

}



/* ---------------------------
	SUB
--------------------------- */
div.subNote{
  margin-bottom: 75px;
}
div.subNote h3{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
div.subNote li{
  text-indent: -1em;
  margin-left: 1em;
}

div.subNote li:before{
  content: "・";
}

div.subNote div.noteBox p~p{
  margin-top: 20px;
}


div.spKindBox{
  background: #f2f2f2;
  margin-bottom: 70px;
}

ul.selTab{
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
ul.selTab li{
  float: left;
  width: 50%;
}
ul.selTab li a{
  display: block;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  transition: 0.3s background;
}
ul.selTab li a:hover{
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  background: #f2f2f2;
}
ul.selTab li.current a{
  color: #000;
  background: #f2f2f2;
  border-radius: 5px 5px 0 0;
}

div.tabBox{
  padding: 100px 0 70px;
  counter-reset: listNum 0;
}
div.tabBox#android{
  display: none;
}

div.tabBox section{
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}
div.tabBox section:before{
  counter-increment: listNum 1;
  content: counter(listNum)"";
  font-size: 40px;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #f00;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  z-index: 100;
}
div.tabBox section:after{
  width: 2px;
  height: 100vh;
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  left: 31px;
  top: 0;
  z-index: 80;
}
div.tabBox section:last-child:after{
  display: none;
}


div.tabBox section>div{
  float: left;
  width: 550px;
  padding-top: 8px;
  padding-left: 100px;
}
div.tabBox section>p{
  float: right;
  width: 230px;
}

div.tabBox section h4{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
div.tabBox section div.noteBox p~p{
  margin-top: 20px;
}
div.tabBox section div.noteBox h5{
  font-weight: bold;
}
div.tabBox section div.noteBox h5+p{
  margin-top: 0;
}
div.tabBox section div.noteBox h5:nth-of-type(n+1){
  margin-top: 20px;
}



div.linkListBtm .triggerBtn{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
div.linkListBtm ul{
  overflow: hidden;
  width: 960px;
  margin: 0 auto 35px;
}
div.linkListBtm ul li{
  float: left;
}
div.linkListBtm ul li~li{
  margin-left: 9px;
}

div.linkListBtm ul li span{
  display: block;
  padding-top: 17px;
}

div.linkListBtm ul li a{
  display: block;
  width: 231px;
  height: 58px;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  text-align: center;
  position: relative;
  transition: 0.3s all;
}

div.linkListBtm ul li.current a,
div.linkListBtm ul li a:hover{
  text-decoration: none;
  background: #f00;
}
div.linkListBtm ul li.current a span,
div.linkListBtm ul li a:hover span{
  color: #fff;
  font-weight: bold;
  padding-top: 8px;
  transition: 0.3s all;
}
div.linkListBtm ul li.current a:after,
div.linkListBtm ul li a:hover:after{
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  width: 22px;
  height: 9px;
  background: url(../img/arr_linklist.png) 0 0 no-repeat;
  -webkit-background-size: 22px auto;
  background-size: 22px auto;
  left: 50%;
  bottom: 13px;
  margin-left: -11px;
}




@media screen and (max-width: 768px) {
  div.subNote{
    margin-bottom: 30px;
  }
  div.subNote h3{
    font-size: 16px;
    margin-bottom: 10px;
  }
  div.subNote h3+p,
  div.subNote li{
    font-size: 10px;
  }
  div.subNote div.noteBox{
    font-size: 10px;
  }
  div.subNote div.noteBox p~p{
    margin-top: 10px;
  }

  div.spKindBox{
    margin-bottom: 0;
  }

  ul.selTab{
    width:calc(100% - 20px);
    margin: 0 auto;
  }
  ul.selTab li a{
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
  ul.selTab li a:hover{
    background: #f2f2f2;
    color: #000;
  }
  ul.selTab li.current a{
    border-radius: 3px 3px 0 0;
  }

  div.tabBox{
    padding: 25px 0 0;
  }

  div.tabBox section{
    padding-bottom: 30px;
  }
  div.tabBox section:before{
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    width: 26px;
    height: 26px;
    background: #f00;
    left: 10px;
  }
  div.tabBox section:after{
    left: 24px;
  }


  div.tabBox section>div{
    float: none;
    width: 100%;
    padding-top: 4px;
    padding-left: 50px;
    margin-bottom: 20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.tabBox section>p{
    float: none;
    width: 150px;
    margin: 0 auto;
  }

  div.tabBox section h4{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  div.tabBox section div.noteBox{
  font-size: 12px;
  }
  div.tabBox section div.noteBox p~p{
    margin-top: 10px;
  }
  div.tabBox section div.noteBox h5+p{
    margin-top: 0;
  }
  div.tabBox section div.noteBox h5:nth-of-type(n+1){
    margin-top: 10px;
  }

  div.linkListBtm .triggerBtn{
    background: #f00;
    color: #fff;
    text-align: center;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0;
  }
  div.linkListBtm ul{
    width: 100%;
    margin: 0 auto;
  }
  div.linkListBtm ul li{
    float: none;
  }
  div.linkListBtm ul li~li{
    margin-left: 0;
  }

  div.linkListBtm ul li span{
    display: block;
    padding-top: 0;
  }

  div.linkListBtm ul li a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #a6a8ab;
    border-radius: 0;
    text-align: left;
    position: relative;
    transition: none;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;

  }

  div.linkListBtm ul li.current a,
  div.linkListBtm ul li a:hover{
    text-decoration: none;
    background: #fff;
  }
  div.linkListBtm ul li.current a span,
  div.linkListBtm ul li a:hover span,
  div.linkListBtm ul li a span{
    color: #000;
    padding-top: 0;
  }
  div.linkListBtm ul li.current a:after,
  div.linkListBtm ul li a:hover:after,
  div.linkListBtm ul li a:after{
    content: "";
		display: block;
		position: absolute;
		top: 50%;
    left: auto;
		right: 15px;
		margin-top: -6px;
		width: 8px;
		height: 8px;
		border-top: 2px solid #595956;
		border-right: 2px solid #595956;
		transform:scaleY(0.8) rotate(45deg);
  }

}




/* ---------------------------
	FAQ
--------------------------- */
div.faqCont{
  padding: 45px 0 70px;
}
div.faqCont li{
  background: #f2f2f2;
  border-radius: 5px;
  padding: 15px;
}
div.faqCont li~li{
  margin-top: 20px;
}
div.faqCont .qst{
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  padding-top: 6px;
  padding-left: 75px;
  background: url(../img/icon_q.png) 0 0 no-repeat;
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
  min-height: 32px;

  position: relative;
  cursor: pointer;
}
div.faqCont li div.ansBox{
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 15px 15px 15px 75px;
  background:#fff url(../img/icon_a.png) 16px 16px no-repeat;
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
  margin-top: 10px;
  display: none;
  line-height: 1.5;
}
div.faqCont li div.ansBox p~p{
  margin-top: 15px;
}


div.faqCont .qst:before{
  content: "";
  width: 18px;
  height: 2px;
  display: block;
  position: absolute;
  background: #666;
  z-index: 100;
  top: 50%;
  margin-top: -1px;
  right: 5px;
}

div.faqCont .qst:after{
  content: "";
  width: 2px;
  height: 18px;
  display: block;
  position: absolute;
  background: #666;
  z-index: 100;
  top: 50%;
  margin-top: -9px;
  right: 13px;
  transition: 0.3s all;
}
div.faqCont .qst.open:after{
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  #FAQ div.linkList{
    display: none;
  }
  div.faqCont{
    padding: 0 0 35px;
  }
  div.faqCont li{
    border-radius: 3px;
    padding: 12px;
  }
  div.faqCont li~li{
    margin-top: 10px;
  }
  div.faqCont .qst{
    font-size: 12px;
    padding-top: 3px;
    padding-left: 35px;
    padding-right: 25px;
    background: url(../img/icon_q.png) 0 0 no-repeat;
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
    min-height: 24px;
  }
  div.faqCont li div.ansBox{
    border-radius: 3px;
    padding:40px 10px 10px;
    background:#fff url(../img/icon_a.png) 10px 10px no-repeat;
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
    margin-top: 5px;
    font-size: 12px;
  }
  div.faqCont li div.ansBox p~p{
    margin-top: 10px;
  }

  div.faqCont .qst:before{
    width: 12px;
    margin-top: -1px;
    right: 0px;
  }

  div.faqCont .qst:after{
    height: 12px;
    margin-top: -6px;
    right: 5px;
  }
}
















/**/
