/* @charset "utf-8"; */

/*===========================================
  メインコンテンツ：全国の暑さ指数
============================================*/
/*-------------------------------
  暑さ指数メール配信サービス
---------------------------------*/
#service_area{}

a.sugumail_env_banner > img{
	margin: 20px auto;
}


/* 概要 */
#service_area .service_memo{
	width: calc(85% - 4em);
	border-radius: 10px;
	border: 3px solid #0e345b;
	margin: 3em auto;
	padding: 2em 2em;
}

#service_area .service_memo p{
	text-align: left;
	line-height: 1;
	text-indent: 4em;
}

#service_area .service_memo p.title{
	font-size: 150%;
	font-weight: bold;
	color: #0e345b;
	border-left: 10px solid #0e345b;
	text-indent: 1em;
	margin: 1em auto 0.5em auto;
	padding: 0.4em 0em 0.2em 0em;
}

#service_area .service_memo p > span.wbgtex{
	display: inline-block;
	width: 5em;
	text-align: center;
	text-indent: 0em;
	padding: 0.5em 0em 0.3em 0em
}

#service_area p > span.bb{
	color: #0160b0;
	font-weight: bold;
}

/* ご利用イメージ */
#service_area .service_img{
	width: 100%;
	line-height: 1;
	text-align: center;
}

#service_area .service_img p {
	width: 80%;
	text-align: left;
	text-indent: -1em;
	margin-left: auto;
	margin-right:auto;
}

#service_area .service_img p.title{
	width: 90%;
	font-size: 140%;
	color: #fff;
  background: #0e345b;
	text-indent: 2em;
	padding: 0.8em 0em 0.6em 0em;
	margin: 2em auto 1.5em auto;
}

#service_area hr {
  border: none;
  text-align: center;
}
#service_area hr::after {
	font-size: 350%;
  content: "\025bc";
  color: #0f9ed5;
}

/* メンテナンス情報 */
#service_area p.mente_title{
	display: inline-block;
	width: 18em;
  text-align: center;
	font-size: 100%;
	color: #fff;
  background: #0e345b;
	border-radius: 5px;
	padding: 0.8em 0em 0.6em 0em;
	margin: 0em 0em 1em 4em;
}

#service_area span.add{
	font-size: 110%;
	margin-left: 1em;
}


/* インラインフレーム装飾 (他でも使う場合は style.css へ移動 */
p#kiyaku{
	width: 85%;
	border: 2px solid #bbb;
	margin: 40px auto 60px auto;
}

p#kiyaku > iframe{
	width: calc(100% - 20px);
	border: none;
	margin: 10px 0px 0px 20px;
}

