main{ 
 width: 1180px;
 margin: 60px auto;}

main .mainImg {margin-bottom: 10px;}
main p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;}

.bodrTop {
  border-top: 1px solid #d0d5da;
  padding-top: 60px;}



/* 友達登録 */
dl.friend {
  width:700px;
  border:4px solid #00b900;
  margin: 40px auto 100px;
  padding:0;}

dl.friend dt{
  display: flex;
  align-items: center;
  padding:16px;
  background: #00b900;}

dl.friend dt h2 {
  margin:0 0 0 20px;
  font-size:2.6rem;
  line-height: 1.231;
  color:#fff;
  text-align: left;}

.line-icon {
  height: 62px;
  width:62px;}

dl.friend dd {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:15px;}

dl.friend dd img.qr {
  width:123px;
  height: auto;
  margin:15px 60px 0 0;}

dl.friend dd img.add-friend { transition-duration: 0.2s;
  width:232px;
  height: auto;
  margin-top:15px;}

dl.friend dd .hover img.add-friend {opacity: 0.7;}


dl.friend dd ul {
  font-size:1.4rem;
  line-height: 1.571;
  display: inline-block;
  margin: auto;
  width:auto;
  list-style:disc;
}

dl.friend dd ul li {margin-bottom:3px;}



/* LINE公式アカウントでできる事 */
.line-content h2{
  font-size:2.8rem;
  line-height: 1.6;
  color:#000;
  text-align: left;
  font-weight: normal;
  margin:0;}

.line-content dl {padding-bottom:40px;}


.line-content dl dt:first-child {margin-top:40px;}
.line-content dl dt {
  background: #f3f5f7;
  margin-top:80px;}

.line-content dl dt h3 {
  padding:15px 15px 12px;
  margin:0;
  font-size:1.8rem;}


.line-content dl dd {
  font-size:1.4rem;
  line-height: 2;}

.line-content dl dd span{
  display: block;
  font-size:1.2rem;
  line-height: 1.6;
  text-indent: -1.2rem;
  margin-left:1.2rem;
  margin-top:5px;}
.line-content dl dd span:first-child {margin-top:15px;}


.line-content dl dd > ul {
  width:1180px;
  padding:20px 120px 15px;
  overflow-y: auto;
  display: flex;
  margin-bottom:15px;}

.line-content dl dd > ul li {
  position: relative;
  margin-right:56px;}

.line-content dl dd > ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top:calc(50% - 22.5px);
  right:-35px;
  border-style: solid;
  border-width: 22.5px 0 22.5px 15px;
  border-color: transparent transparent transparent #e60013;}

.line-content dl dd > ul li:last-child{margin-right:0;}
.line-content dl dd > ul li:last-child::after {content:none;}

.line-content dl dd > ul li img {
  height:auto;
  width:275px;}





/* LINEスタンプ、着せ替えへのリンクエリア */

.otherContentWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}