body {
	margin: 0 auto;
	color: #000000;
	background-color: #EEEEEE;
	text-align: center;
	font-family: 'Noto Sans', sans-serif;
}

h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  line-height: 130%;
}


#mainbox {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 748px;
}

#box {
	background-color: #FFFFFF;
}

form {
	margin: 0;
	padding: 0
}

p {
	text-indent: 1em;
}

th {
	font-weight: normal;
	text-align: left;
}

input.type1 {
	border: solid 1px #999999;
	margin-top: 2px;
	margin-bottom: 2px;
}

a:link {
	color: #333333;
	text-decoration: underline
}

a:visited {
	color: #333333;
	text-decoration: underline
}

a:active {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a.top_left:link {
	color: #0066CC;
}

a.top_left:active {
	color: #0066CC;
}

a.top_left:visited {
	color: #0066CC;
}

a.top_left:hover {
	color: #0066CC;
}

a.top_topics:link {
	color: #CC3333;
}

a.top_topics:active {
	color: #CC3333;
}

a.top_topics:visited {
	color: #CC3333;
}

a.top_topics:hover {
	color: #CC3333;
}

.bg {
	background: url(../journal/images/p_bg.gif) no-repeat right;
}

#topicsList {
	overflow: auto;
	height: 250px;
	margin: 10px 0px 20px 50px;
}

#topicsList table {
	margin-bottom: 10px;
}

#liji .lijiP {
	float: left;
	margin: 0 15px 15px 0 !important;
}

#mainbox .m td.annai {
	padding-top: 5px;
	padding-bottom: 5px;
}

.inner {
	padding: 40px 35px 0;
}

.title01 {
	border-bottom: dotted #cccccc 1px;
	padding-bottom: 8px;
}

.title01 h2 {
	font-size: 20px !important;
  	font-family: 'Noto Sans', sans-serif;
	text-align: left;
	font-weight: 400 !important;
	border-left: solid #ff6600 5px;
	padding: 0 0 0 4px;
	margin: 0 0 0 1px;
}

.title02 h3 {
  font-size: 18px !important;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400 !important;
  display: flex; /* ← 追加 */
  align-items: center; /* ← 垂直中央揃え */
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 100%;
}

.title02 h3:before {
  content: "";
  display: inline-block;
  height: 18px; /* テキストと同じ高さ */
  width: 15px;
  aspect-ratio: 1 / 1;
  margin-right: 5px;

  background-image: url(/english/images/h3_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.or {
	color: #ff6600;
}

a img {
	vertical-align: -2px;
	display: inline-block;
	margin-left: 3px;
}

.blank::after {
	content: '';
	display: inline-block;
	position: relative;
	background: url(../../images/i_blank.svg) no-repeat;
	width: 10px;
	height: 10px;
	background-size: contain;
	margin: 0 5px;
}


/* 中サイズ */
.m {
  font-size: 13px;
  line-height: 150%;
}

.mor {
  font-size: 13px;
  line-height: 150%;
  color: #ff6633;
}

/* カラーのみ */
.or {
  color: #ff6633;
}

/* greetingセクション */
#liji .lijiP {
  float: left;
  margin: 0 15px 15px 0 !important;
}

/* 定義リスト用 */
.tb {
  margin-left: 2em;
}

.tb dt {
  float: left;
  width: 6em;
}

.tb dd {
  margin-left: 7em;
}

.tb address {
  font-style: normal;
}

/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: flow-root; /* 最新ブラウザに最適 */
}
