@charset "UTF-8";
/**
 * ヘルプコンテンツCSS
 */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* ------------------------Dictionary Style */
div.dictionaryContents {
  margin: 0 auto;
  position: relative;
}

div.dictionaryContents #dictionaryExplainBox p {
  margin-top: 20px;
  margin-left: 0;
}

.dictionaryContents a {
  color: black;
  text-decoration: underline;
  /*下線追加*/
}

.dictionaryContents p {
  font-size: 14px;
  margin: 5px 0 15px 20px;
}

/*
.dictionaryContents h2:before{
	content: "";
	margin: 0 4px;
	width: 12px;
 	height: 12px;
	//@include PageNameHeading;
}
.dictionaryContents h2{
	border-bottom: 3px solid $color-main-blight;
	height: 25px;
	left: 0;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 0 0 5px 0px;
	position: relative;
	margin: 0 0 5px;
	font-weight: normal;
	font-size: 18px;
	background:none;
	text-indent:0px;
}

*/
.dictionaryContents div.linkB ul {
  list-style: none;
  margin: 10px 0 7px 15px;
  padding: 0;
}

.dictionaryContents div.linkB ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 16px;
}

.dictionaryContents div.linkB ul li a {
  display: flex;
  align-items: center;
  color: black;
}

.dictionaryContents div.linkB ul li a:before {
  content: "";
  background: url(../img/common/marker_triangle.png) no-repeat 50% 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 8px;
}

.dictionaryContents div.linkB ul li a:before {
  background-color: #006644;
}

div.dictionaryBox {
  border: 3px solid #eff7ef;
  background: #ffffff;
  padding: 11px 11px 20px;
  box-shadow: 0 2px 0 0 #eff0f1;
  margin-bottom: 20px;
}

.dictionaryContents div.dictionaryBox h3 {
  color: #006644;
  line-height: 30px;
  text-indent: 7px;
  background-color: #daedda;
  margin: 15px;
  margin-top: 0;
  padding: 8px 0 6px 8px;
}

.dictionaryContents div.dictionaryBox h4:before {
  content: url(../images/common/iconH4.png);
  padding: 0 4px 0 0;
}

.dictionaryContents div.dictionaryBox h4 {
  border-bottom: 2px solid #c3d0db;
  margin: 10px 10px 0;
  font-size: 15px;
  font-weight: 700;
  padding: 0 0 0 4px;
}

.dictionaryContents div.dictionaryBox caption {
  border-bottom: 1px dotted #c3d0db;
  margin: 0 0 5px;
}

/*width900pxフルサイズ表*/
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

div.dictionaryBox table {
  width: 93%;
  margin: 0px 30px 30px;
  border-spacing: 0;
  box-shadow: 0 2px 0 0 #eff0f1;
  border-collapse: collapse;
  font-size: 14px;
}

div.dictionaryBox table th {
  font-weight: normal;
  white-space: nowrap;
}

div.dictionaryBox table thead th {
  padding: 10px;
}

div.dictionaryBox table tbody th, div.dictionaryBox table tbody td {
  padding: 10px 30px;
  line-height: 1.3;
  background: none;
}

.dictionaryContents .dictionaryImageBox {
  text-align: center;
  margin: 40px 15px 0;
  padding: 0 20px;
}

.dictionaryContents .dictionaryImageBox p.dictionaryImageCapiton:before {
  content: url(../images/common/iconCaption.png);
  padding: 0 5px 0 0;
}

.dictionaryContents .dictionaryImageBox p.dictionaryImageCapiton {
  margin: 0 0 0.8em 0;
}

.dictionaryContents .gotop {
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  justify-content: flex-end;
}

.dictionaryContents p.plane {
  margin: 10px 10px 30px;
}
