@charset "utf-8";

#contents h1{
	background: #1f9dff;
	margin-bottom: 20px;
}


/*/////////////////////////

コンテンツ

/////////////////////////*/
#contents section {
	margin:15px 0 30px;
	padding:20px 20px 5px 20px;
	border-radius:5px;
	background:#f5f5f5;
}


/* SNS */
#contents h2 {
  display: flex;
  align-items: center;
}
#contents h2:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 4px;
}
#contents .LINE:before{
	background:url("../../img/icon_line.svg") no-repeat left center / 100% auto;
}
#contents #FB:before{
	background:url("../../img/icon_facebook.svg") no-repeat left center / 100% auto;
}
#contents #X:before{
	background:url("../../img/icon_x.svg") no-repeat left center / 100% auto;
}
#contents #Instagram:before{
	background:url("../../img/sns_instagram.webp") no-repeat left center / 100% auto;
}
#contents #Tiktok:before{
	background:url("../../img/icon_tiktok.svg") no-repeat left center / 100% auto;
}
#contents #Youtube:before{
	background:url("../../img/icon_youtube.svg") no-repeat left center / 100% auto;
}

#contents .sns .clearfix {
	margin-bottom:15px;
}
#contents .sns div img{
	margin-right: 20px;
	display:block;
	width: 80px;
	float: left;
	border:solid 5px #fff;
}
#contents .sns dl{
	padding-top:5px;	
	width: 800px;
	float:right;
}
#contents .sns dl dt a{
	color: #3b579d;
	font-weight:bold;
	text-decoration:underline;
	line-height: 30px;
}
#contents .sns dl dt a:hover{
	opacity: 0.8;
}
#contents .sns dl dd{
	margin-top:5px;
	line-height:1.6em;
}


/* LINE */
#contentsWrap .lineAcnt .item {
  padding-bottom: 15px;
  border-bottom: 1px #d4d4d4 solid;
}
#contentsWrap .lineAcnt .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#contentsWrap .lineAcnt .account {
  float: left;
  width: 620px;
}
#contentsWrap .lineAcnt .account .text {
  float: left;
	width: 500px;
}
#contentsWrap .lineAcnt .friend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: right;
  width: 280px;
  padding: 5px 15px 5px 10px;
  border-radius: 5px;
  background: #fff;
}
#contentsWrap .lineAcnt .friend img {
  border: none;
  margin: 0;
  width: auto;
}  
#contentsWrap .lineAcnt .friend .qr {
  width: auto;
  height: 90px;
}



@media (max-width: 812px) {
	
  /*/////////////////////////

  コンテンツ

  /////////////////////////*/
  #contents section {
    padding:15px 15px 5px 15px;
  }


  /* SNS */
  #contents h2 {
    padding:10px 0 2px;
    min-height:18px;
  }
  #contentsWrap .entry p img {
    float:none;
    width:80px;
    margin:0 auto 10px;
  }
  #contentsWrap .entry p span {
    display:block;
    float:none;
    width:100%;
    line-height:1.4em;
    font-size:116.7%;
  }
  #contents .sns .clearfix { margin-bottom:15px; }
  #contents .sns .item {
    padding-bottom:15px;
    border-bottom:1px solid #d4d4d4;
  }
  #contents .sns .item:last-child { border-bottom:0; }
  #contents .sns .item img{
    display:block;
    margin:0 auto;
    width: 80px;
    float: none;
    border:solid 5px #fff;
  }
  #contents .sns dl{
    width:100%;
    float:none;
  }
  #contents .sns dl dt { text-align:center; }
  #contents .sns dl dt a{	font-size:80%; }


  /* LINE */
  #contentsWrap .lineAcnt .item {
    padding-bottom: 15px;
  }
  #contentsWrap .lineAcnt .account {
    float: none;
    width: 100%;
  }
  #contentsWrap .lineAcnt .account .text {
    float: none;
    width: 100%;
  }
  #contentsWrap .lineAcnt .friend {
    justify-content: center;
    float: none;
    width: 100%;
    padding: 10px 0;
  }
  #contentsWrap .lineAcnt .friend img {
    border: none;
    margin: 0 5px;
    width: auto;
  }  
  #contentsWrap .lineAcnt .friend .qr {
    display: none;
  }
}
	
