/* ヘッダー調整 */


/* 共通項目 */
.offer-title {
	font-size : large;
	font-weight: bold;
	color: #1a6f95;
}
.video-responsive {
	width:650px;
	height:400px;

}
.anygrid{
	display:grid;
	grid-template-columns: 1fr 4fr;
	grid-gap: 3rem;
}
.anyicon{
	display: grid;
	justify-content: center;
}
.anyimg img{
	margin-bottom:2rem;
}
p {
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 14pt;
}

li {
	font-size: 14pt;
}

.corona-img{
	text-align: center;
}

.corona-h2 {
  font-size: 1.50rem;
  color: #1a6f95;
  font-weight: 700;
  height: auto;
  line-height: 58px;
  background-color: #e2f4fc;
  position: relative;
  padding-left: 20px;
  margin-bottom: 2rem
}

.corona-h2:before {
  content: "";
  display: block;
  width: 8px;
  height: 36px;
  background: #16a6e6;
  position: absolute;
  top: 11px;
  left: 0
}

.corona-h3 {
  font-size: 1.30rem;
  font-weight: 700;
  height: auto;
  line-height: 1.5;
  color: #000;
  background: 0 0;
  border-bottom: 4px solid #98d6f2;
  position: relative;
  padding-bottom: 7px;
  padding-left: 0;
  margin-bottom: 2rem
}

.corona-h3 span {
  display: inline-block;
  font-size: .69rem;
  margin-left: 10px;
  font-weight: 400
}

.corona-h3:before {
  content: "";
  display: block;
  width: 131px;
  height: 4px;
  background: #16a6e6;
  position: absolute;
  top: auto;
  bottom: -4px;
  left: 0
}


/* 警告文用 */
.input_warning { color: white; font-weight: bold; background-color: red; }

/* お支払い総額強調用 */
.total_payment_on { color: red; font-weight: bold; }

/* 注意書き */
.input_attention { white-space: pre-wrap; color: #ff0000; }

/* コメント */
.input_comment {}

/* 例示 */
.input_example {}

/* IME全角(漢字) */
.ime_kanji {
	ime-mode: active;
}

/* IME全角カナ */
.ime_kana {
	ime-mode: active;
}

/* IME半角英数 */
.ime_half_alphabet {
	ime-mode: inactive;
}

/* IME半角数字 */
.ime_half_number {
	ime-mode: inactive;
}



@media only screen and (max-width:700px){
	.form .main-contents .payment-table th,
	.form .main-contents .payment-table td{
		display: inline-block;
		width: 100%;
	}
	.form .main-contents .personal-table th,
	.form .main-contents .personal-table td{
		display: inline-block;
		width: 100%;
	}
	.form .main-contents .plan-select-table th,
	.form .main-contents .plan-select-table td{
		display: inline-block;
		width: 100%;
	}
	.video-responsive {
	width:320px;
	height:200px;

}

}

@media only screen and (width: 820px)  {
.anyimg img{
	width: 100%;
	}
}

@media only screen and (min-width: 769px) {

  }
@media only screen and (max-width: 768px)  {
.anyimg img{
	width: 100%;
	}
	.anygrid{
		grid-template-columns: 1fr;
	}

}
