@charset "UTF-8";

/* kiyaku styles */

/*article*/
article.volume {
  padding: 0;
  margin: 0 0 50px;
}
.volume h4 {
  padding: 75px 0 0 0;
  margin: 0 0 15px;
  text-align: justify;
  word-break: break-strict;
  color: #541c00;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
.volume h5 {
  padding: 0;
  margin: 20px 0 10px;
  text-align: justify;
  word-break: break-strict;
  color: #541c00;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.volume h5.sub {
  padding: 0;
  margin: -10px 0 20px;
  text-align: justify;
  word-break: break-strict;
  color: #541c00;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
/*section*/
section.honbun {
  padding: 0;
  margin: 0 0 15px;
}
.volume .honbun h5 {
  padding: 0;
  margin: 0 0 10px;
  text-align: justify;
  word-break: break-strict;
  color: #541c00;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  border-bottom: dotted 1px #541c00;
}
/*p*/
p.txt {
	padding: 4px 0;
	margin: 0;
	/* [disabled]text-align: justify; */
	word-break: break-strict;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
p.txtCal {
  padding: 4px 0;
  margin: 0;
  text-align: right;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
p.lead {
  padding: 4px 0;
  margin: 0 0 15px;
  text-align: justify;
  word-break: break-strict;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
p.ind {
  padding: 4px 0 4px 24px;
  margin: 0;
  text-align: justify;
  word-break: break-strict;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  position: relative;
}
p.ind span.headItem {
  display: block;
  width: 24px;
  height: 20px;
  padding: 4px 0;
  margin: 0;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
}
/*margin*/
p.mb10 {
  margin-bottom: 10px;
}
p.mb20 {
  margin-bottom: 10px;
}
/*a*/
a.blank {
  display: inline-block;
}
a.blank::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  background: url(../img/icon_window.svg) center / contain no-repeat;
}
/*dl.dotList*/
dl.dotList {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
dl.dotList dt {
  display: block;
  width: auto;
  height: auto;
  padding: 2px 0 2px 24px;
  margin: 0;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background: url(../img/kiyaku_dot.png) no-repeat 8px 8px;
}
dl.dotList dd {
  display: block;
  width: auto;
  height: auto;
  padding: 2px 0 2px 24px;
  margin: 0;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
/*dl.infoList*/
dl.infoList {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
dl.infoList dt {
  display: block;
  width: auto;
  height: auto;
  padding: 2px 0;
  margin: 0;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
dl.infoList dt:before {
  content: "〈";
  display: inline;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
dl.infoList dt:after {
  content: "〉";
  display: inline;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
dl.infoList dd {
  display: block;
  width: auto;
  height: auto;
  padding: 2px 0 2px 14px;
  margin: 0;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
/*dl padding,margin*/
dl.mb20 {
  margin-bottom: 20px;
}
dl.mt10 {
  margin-top: 10px;
}
dl.mt20 {
  margin-top: 20px;
}
dl.pt04 {
  margin-top: 4px;
}
dl.pt08 {
  margin-top: 8px;
}
dl.pb08 {
  margin-bottom: 8px;
}
/*ol.numList*/
ol.numList {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
ol.numList li {
  display: block;
  width: auto;
  height: auto;
  padding: 2px 0 2px 30px;
  margin: 0;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  position: relative;
}
ol.numList li span.headItem {
  display: block;
  width: 30px;
  line-height: 20px;
  padding: 2px 0;
  margin: 0;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
}
/*ol.numListInd*/
ol.numListInd {
  width: auto;
  height: auto;
  padding: 0;
  padding-left: 24px;
  margin: 0;
}
ol.numListInd li {
  display: block;
  width: auto;
  height: auto;
  padding: 2px 0 2px 30px;
  margin: 0;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  position: relative;
}
ol.numListInd li span.headItem {
  display: block;
  width: 30px;
  height: 16px;
  padding: 2px 0;
  margin: 0;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
}
/*ol.komeListInd*/
ol.komeListInd {
  width: auto;
  height: auto;
  padding: 0;
  padding-left: 0;
  margin: 0;
}
ol.komeListInd li {
  display: block;
  width: auto;
  height: auto;
  padding: 2px 0 2px 18px;
  margin: 0;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  position: relative;
}
ol.komeListInd li span.headItem {
  display: block;
  width: 18px;
  height: 16px;
  padding: 2px 0;
  margin: 0;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
}
/*indent,margin,padding*/
ol.indent {
  padding-left: 24px;
}
ol.mb10 {
  margin-bottom: 10px;
}
ol.mb20 {
  margin-bottom: 20px;
}
ol.mt10 {
  margin-top: 10px;
}
ol.mt20 {
  margin-top: 20px;
}
ol.pt04 {
  margin-top: 4px;
}
ol.pt08 {
  margin-top: 8px;
}
ol.pb08 {
  margin-bottom: 8px;
}
/*ul.dotList*/
ul.dotList {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
ul.dotList li {
  display: block;
  width: auto;
  height: auto;
  padding: 2px 0 2px 24px;
  margin: 0;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  background: url(../img/kiyaku_dot.png) no-repeat 8px 8px;
}
/*ul.dotListInd*/
ul.dotListInd {
  width: auto;
  height: auto;
  padding: 0;
  padding-left: 24px;
  margin: 0;
}
ul.dotListInd li {
  display: block;
  width: auto;
  height: auto;
  padding: 2px 0 2px 30px;
  margin: 0;
  text-align: left;
  color: #333;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  background: url(../img/kiyaku_dots.png) no-repeat 12px 6px;
}
/*ul.anchorList*/
ul.anchorList {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
ul.anchorList li {
  display: block;
  width: auto;
  height: auto;
  padding: 2px 0 2px 24px;
  margin: 0;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
}
ul.anchorList li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  margin-top: -4px;
  overflow: hidden;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-top: solid 8px #541c00;
  position: absolute;
  left: 6px;
  top: 50%;
}
ul.anchorList li a {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #333;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
ul.anchorList li a:hover {
  text-decoration: none;
}
/*indent,padding,margin*/
ul.indent {
  padding-left: 24px;
}
ul.mb10 {
  margin-bottom: 10px;
}
ul.mb20 {
  margin-bottom: 20px;
}
ul.mt10 {
  margin-top: 10px;
}
ul.mt20 {
  margin-top: 20px;
}
ul.pt04 {
  margin-top: 4px;
}
ul.pt08 {
  margin-top: 8px;
}
ul.pb08 {
  margin-bottom: 8px;
}
/*====================
footer#mainFt
====================*/
#mainFt {
  display: block;
  width: auto;
  height: auto;
  padding: 10px 0 30px;
  margin: 0;
  border-top: dotted 1px #541c00;
  clear: both;
}
#mainFt #ftNav {
  padding: 0 0 8px;
  text-align: right;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
#mainFt #ftNav a {
  display: inline-block;
  padding: 0 4px;
  color: #333;
  text-decoration: underline;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
#mainFt #ftNav a:hover {
  text-decoration: none;
}
#mainFt #copyright {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #444;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}