/*
Theme Name: tenkitenki Child
Template: tango
Version: 1.0
Description: 子テーマです。
*/

.line-info-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px 30px;
  margin: 40px auto;
  max-width: 800px;
  flex-wrap: wrap;
}

.line-info-text {
  font-weight: bold;
  text-align: center;
  min-width: 200px;
		color:#00B900;
}

.line-info-img img {
  max-width: 150px;
  height: auto;
}
/* スマホ用は非表示、PC用のみ表示 */
.line-add-mobile {
  display: none;
}

/* スマホではPC用を非表示、スマホ用を表示 */
@media (max-width: 768px) {
  .line-add-mobile {
    display: block;
    text-align: center;
    margin-top: 50px;

  }
  .line-add-desktop {
    display: none;
  }
}

/* 共通スタイル */

.line-info-text p {
  margin-top: 30px !important;
  margin-bottom: 10px;
  font-size: 1.5em; 
  line-height: 1.5;
}

.line-button {
  background-color: #06C755;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}
