/**/
.comment {
    font-size: 16px;
    color: #514641;
    line-height: 25px;
    margin: 4px 6px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item {
	padding: 0;
}
.textarea {
	margin: 20px 0;
	width: 90%; 
	height: 200px;
	border: solid 1px #514641;
  border-radius: 10px 10px 10px 10px;
}
.input-form {
	width: 100%;
	text-align: center;
}

.button {
	width: 70%;
}

img {
width: 65%;
}

.button_line{
  clear: both;
  text-align: center;
  margin: 0 auto;
}

.seed{
  font-size: 15px;
  width: 350px;
  text-align: center;
  margin: 30px auto;
}

eng{
  font-family: 'Bai Jamjuree', sans-serif;
  color: #514641;
}

/*===home.htmlのアイコン位置を指定===*/
#container {
    display: grid;
    grid-template-rows: 50px 150px 150px 150px 100px;
    grid-template-columns: 150px 150px;
    justify-content: center;

    grid-template-areas: 
        "area0 area0"
        "areaA areaB"
        "areaC areaD"
        "areaE areaF"
        "areaG areaG";

    text-align: center;
}

/* アイテム */
#itemA {
    grid-area: areaA;
}
#itemB {
    grid-area: areaB;
}
#itemC {
    grid-area: areaC;
}
#itemD {
    grid-area: areaD;
}
#itemE {
    grid-area: areaE;
}
#itemF {
    grid-area: areaF;
}
#itemG {
    grid-area: areaG;
}
/*===home.htmlの位置を指定ここまで===*/

/*cotonoha.htmlのアイコン位置を指定*/
.icon-row {
    display: flex;
    justify-content: center; /* アイコンを中央揃え */
}

.icon {
    text-align: center; /* テキストとアイコンを中央揃え */
    margin: 0 10px; /* アイコン間のマージン */
    font-size: 40px;
}

.icon i {
    display: block; /* アイコンをブロック要素として表示し、下にテキストを配置 */
    margin-bottom: 5px; /* アイコンとテキストの間隔 */
    color: #8CD790;
}
.icon a {
    text-decoration: none; /* 下線を消す */
    color: inherit; /* リンクの色を親要素から継承 */
}

.icon span {
    display: block; /* テキストをブロック要素として表示 */
    font-size: 14px; /* テキストのサイズ調整 */
    color: #514641;
}

/*利用規約のスタイル設定*/
#bg {
    position: fixed;
    right: 0; 
    bottom: 0;
    z-index: 9999;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background: #514641;
    opacity: 0.8;
}
#first {
    position: fixed;
    top: 50%; 
    left: 50%;
    z-index: 9999;
    width: 500px;
    height: 200px;
    margin: -100px 0 0 -250px;
    text-align: center;
    background: #ffffff;
}
#first .text {
    margin: 50px 0;
}

.box_srcollbar {
        overflow:auto;
        width:80%;
        height:70%;
        padding:5%;
        margin: 5%;
        border:1px solid #514641;
        background-color: #ffffff;
        color: #514641;
        font-size:15px;
    }

/* 入力項目 */
.input-mute {
  width: 90%;
  margin: 20px 0;
}

/*ヘッダーのボタン位置を修正*/
ons-toolbar .left, ons-toolbar .right{
  display: flex;
  align-items: center;
  height: 100%;
}

ons-toolbar-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
