@charset "UTF-8";
/* CSS Document */
.index {
    text-align:center;
    background: #FCECE8;
}
.index img {
    max-width: 100%;
}
.index_bk {
    background-image: url("https://plgl-img.syapp.jp/img/landing/bg2.png");
    background-size: 30px auto;
}
.index_bk2 {
    background-image: url("https://plgl-img.syapp.jp/img/landing/bg1.png");
    background-size: 30px auto;
}
/* PFボタン枠 */
.pf_list {
    text-align:center;
    position: relative;
    margin: 5px auto 5px;
    max-width: 600px;
}
/* PFボタン配置 */
.pf_list_ul {
    position: absolute;
    top: 15%;
    display: flex;
    flex-wrap:wrap;
    list-style: none;
    margin-right: 8%;
    padding-inline-start: 8%;

}
.pf_list_btn {
    width: calc(100%/3);
    padding:0 5px;
    box-sizing:border-box;
}
.pf_list_btn img {
    max-width:100%;
    height: auto;
}
/* twitter枠 */
.twitter_item {
    text-align:center;
    top: 15%;
    height: auto;
}
/* わたあめ画像 */
.twitter_wataame {
    text-align:center;
    position: relative;
    left: -10%;
}
/* twitterボタン */
.twitter_link_btn {
    position: absolute;
    top: 70%;
    left: 65%;
}
.twitter_widgets {
    text-align:center;
    position: relative;
    left: 0%;
}
/* プラチナガールとは */
.howto_list_box {
    text-align:center;
    position: relative;
    margin: 5px auto 5px;
    max-width: 600px;
}
.howto_list_box img{
    max-height: 900px;
}
.howto_list {
    position: absolute;
    top: 8%;
    left: 8%;
    margin-right: 8%;
    margin-bottom: 8%;
    max-width: 540px;
}
/* お知らせ枠 */
.info_item {
    text-align:center;
    top: 15%;
    height: auto;
    background-color:#FCECE8;
    font-size: 10px;
}
.info_item table{
	margin: auto;
	font-size: 13px;
}
.info_item a{
	color:#fa579f;
}
/* TOPへ ボタン */
#page_top{
  width: 60px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top img{
  position: relative;
  display: block;
  width: 60px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#start_bt a{
	width: 100px;
    height: 100px;
    background-size: cover;
    background-image: url(https://plgl-img.syapp.jp/img/landing/nico/start_button.png);
    display: block;
    margin: auto;
}

#kiyaku {
	width: 90%;
	height: 90%;
	background-color: #fff;
	padding: 15px;
	margin: auto;
	text-align: left;
}
div#kiyaku table th, div#kiyaku table td {
    border-bottom: 1px solid #666;
    padding: 10px;
    vertical-align: top;
}