
.title {
	font-weight: bold;
	font-size: large;
}

.middletitle {
	font-weight: bold;
	font-size: large;
}

.hira {
	font-size:medium;
}

#transfer-msg {
	color: blue;
}


.Touroku {
	display: none; 
}

.Oshirase {
	display: none; 
}

.red {
	color: red;
}
.blue {
	color: blue;
}

.TourokuError {
	display: none; 
}


.balls {
	display: none;
	height: 150px;
  	position: relative;
}

.balls-guruguru {

	position: absolute;
	left: 15%;
	top: 40%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background-color: #fff;
}
.ball {
  width: 50%;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  transform-origin: 100% 50%;
  left: 0;
}
.ball::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ball-1::before {
  animation: ball-guruguru 1s linear 0s infinite;
}
.ball-2 {
  transform: rotate(45deg);
}
.ball-2::before {
  animation: ball-guruguru 1s linear -0.125s infinite;
}
.ball-3 {
  transform: rotate(90deg);
}
.ball-3::before {
  animation: ball-guruguru 1s linear -0.25s infinite;
}
.ball-4 {
  transform: rotate(135deg);
}
.ball-4::before {
  animation: ball-guruguru 1s linear -0.375s infinite;
}
.ball-5 {
  transform: rotate(180deg);
}
.ball-5::before {
  animation: ball-guruguru 1s linear -0.5s infinite;
}
.ball-6 {
  transform: rotate(225deg);
}
.ball-6::before {
  animation: ball-guruguru 1s linear -0.625s infinite;
}
.ball-7 {
  transform: rotate(270deg);
}
.ball-7::before {
  animation: ball-guruguru 1s linear -0.75s infinite;
}
.ball-8 {
  transform: rotate(315deg);
}
.ball-8::before {
  animation: ball-guruguru 1s linear -0.875s infinite;
}
@keyframes ball-guruguru {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 6px;
    height: 6px;
    opacity: .2;
    margin-left: 7px;
  }
}

.responsive-table {
    display: grid;
    /* デスクトップ表示では、1列を150pxに固定*/
    grid-template-columns: 150px 3fr;
}

.responsive-item {
	padding: .0rem .0rem .0rem .2rem;
	margin: 1px;
	display: none;
}


.full-width-ad {
/* 1行目（1のライン）から最終行（3のライン）まで占有 */
grid-column: 1 / -1; 
}

#PlanName1, #PlanName2 {
	/*プラン名の上に隙間を*/	
	margin-top: 10px;
}

.Detail_title {
	background-color:#6CF;
}

.Result_title {
	background-color: #ccc;
}

.setting_title {
  background-color: #FC6;
}

/*#setting {
    display: none;
}*/

/*#SettingRuslt {
    display: none;
}*/

@media screen and (max-width: 600px) {
    .responsive-table {
        grid-template-columns: 1fr;
    }
	
	#PlanName2 {
		/*2段になるので、プラン名のアイテム上のスペースをなくす*/
		margin-top: 0px;
	}
	
	
}


#zannissuu, #zanyouryou {
	width: 4em;
	padding: .0rem .0rem .0rem .2rem;
	margin: 1px;
    gap: 2px; /* 要素間の隙間を空ける */
}


/* ボタンを横並びにするための設定 */
.button-container {
    display: flex;
    justify-content: flex-start; /* 左寄せ。中央がいいなら center にしなさい */
    gap: 10px;                  /* ボタン同士の隙間 */
    /*margin-top: 10px;*/           /* 上との余白 */
    /*margin-bottom: 10px; */       /* 下との余白 */
}

#MailTest {
    display: none;
	margin: 3px 1px 1px 1px;
	cursor: pointer;
}

#Kakunin {
	cursor: pointer;
}


/*#MailDelete {
    display: none;
	margin: 3px 1px 1px 1px;
}*/

/* 解除ボタンは少し控えめに */
#MailDelete {
	display: none;
	margin: 3px 1px 1px 0px;
    /*background-color: #f0f0f0;*/
	color: #666;
    cursor: pointer;
}

#zannissuutext, #zanyouryoutext {
    width: 2em;
}


/*#setting {
    display: flex;
}*/

/*.iccid {
	margin-top: 50px;
}*/

/*
.setting, .Result {
	display: none;
}*/
