@charset "UTF-8";
/*.saibai～～は/manual/index.phpページ用-------------*/
.saibai__list {
  /*display: -webkit-flex;
  display: flex;
  flex-direction: column;*/
}
.saibai__item {
  position: relative;
  padding: 10px 0 10px 5px;
  border-bottom: 1px dotted #aaa;
}
.saibai__item:first-of-type {
  border-top: 1px dotted #aaa;
}
.saibai__item a {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  padding: 0 1em 0 0;
  font-weight: bold;
  color: #333;
}
.saibai__item a img {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  height: auto;
  width: 30px;
}
.saibai__item a .journal-cate {
  display: block;
  margin-left: 0.8em;
  white-space: nowrap;
  line-height: 1;
  font-weight: bold;
}
.saibai__item a .journal-cate::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: inline-block;
  position: relative;
}
.saibai__item a .journal-ttl {
  flex: 1;
  padding-left: 10px;
  font-size: 90%;
  line-height: 1.3;
  font-weight: bold;
  color: #aaa;
  text-align: left;
}
.saibai__item a .journal-ttl::before,
.saibai__item a .journal-ttl::after {
  content: "『";
}
.saibai__item a .journal-ttl::after {
  content: "』";
}

/*fvは「栽培流通管理マニュアル」「ぶどう編」「もも編」など各果物ページ共通----------*/
.fv-head {
  position: relative;
  border-bottom: 1px solid #bbb;
  margin-bottom: 1.5em;
  padding-bottom: 7px;
  text-align: right;
}
.fv-ico {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 80px;
  height: auto;
}
.fv-ttl-area {
  position: relative;
  margin-left: 95px;
}
.fv-ttl-area .page-name {
  padding-top: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #d84917;
  letter-spacing: 0.08em;
  text-align: left;
}
.fv-ttl {
  text-align: left;
}
.fv-authors {
  display: inline-block;
  padding: 0;
  text-align: left;
}
.fv-author {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.05em;
}
.fv-author .note {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #666;
}

#manual-page .fv-head {
  border-bottom: none;
}
#manual-page .fv-ttl {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 499px) {
  #manual-page .fv-ttl {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.25;
  }
  #manual-page .fv-author {
    font-weight: bold;
  }
  #manual-page .note {
    display: inline;
  }
}
/*----------------*/
.manual-inner,
.comment-inner {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-top: 20px;
  /* padding-bottom: 20px; */
  /*	&::before {
  		content: "";
  		border-left: 1px solid #000;
  		border-right: 1px solid #000;
  		display: block;
  		position: absolute;
  		width:100% ;
  		height: calc(40px + 10px);
  		bottom: -10px;
  		left: 0;
  	}
  	&::after {
  		content: "";
  		border-bottom: 1px solid #000;
  		display: block;
  		position: absolute;
  		width: calc(100% + 20px);
  		height: 100%;
  		top: 0;
  		left: -10px;
  	}*/
}
.manual-inner::before,
.comment-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2%;
  width: 104%;
  height: 100%;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 10px 7px -5px rgba(0, 0, 0, 0.08),
    0 -10px 7px -5px rgba(0, 0, 0, 0.08);
}

@media (max-width: 499px) {
  .manual-inner,
  .comment-inner {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 0px;
    border-radius: 20px;
  }
}
.large-ttl {
  padding: 1.5em 1em 0.7em;
  font-size: 2.4rem;
  font-weight: bold;
  /*	&::before {
  		content: "";
  		border-left: 1px solid #000;
  		border-right: 1px solid #000;
  		display: block;
  		position: absolute;
  		width:100% ;
  		height: calc(100% + 10px);
  		top: -10px;
  		left: 0;
  	}
  	&::after {
  		content: "";
  		border-top: 1px solid #000;
  		display: block;
  		position: absolute;
  		width: calc(100% + 20px);
  		height: 100%;
  		top: 0;
  		left: -10px;
  	}*/
}
.large-ttl .auth {
  display: inline-block;
  padding-left: 1em;
  font-size: 1.3rem;
  font-weight: normal;
}

.omission {
  position: relative;
  margin: 10% 2%;
  padding: 1.5em 0;
  text-align: center;
  border: 2px dotted #999;
  border-width: 0 2px;
  border-radius: 10px;
}
.omission::before,
.omission::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 15%;
  height: 100%;
  border: 2px dotted #999;
  border-width: 2px 0;
  border-radius: 10px 0 0 10px;
}
.omission::after {
  left: auto;
  right: 0;
  border-radius: 0 10px 10px 0;
}
.omission p {
  font-size: 1.7rem;
  font-weight: bold;
  color: #999;
}
.omission p::before,
.omission p::after {
  content: "・・・";
  display: inline-block;
  padding: 0 1em 0 0.5em;
  letter-spacing: -0.5em;
}

@media (max-width: 499px) {
  .large-ttl {
    margin-bottom: -10px;
    padding: 1em 1em 0;
  }
  .large-ttl .auth {
    padding-top: 10px;
    padding-left: 0;
  }
}
/*画像とテキスト、表など------------------------*/
.with-bg {
  background: #f8f9f3;
}

.with-bdr {
  border: 1px solid #bbb;
}

/*横幅いっぱいに画像を4枚*/
.img-area-wide4 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 3px;
  padding: 1.5em 0 1em;
  width: 100%;
  box-sizing: border-box;
}
.img-area-wide4 img {
  display: inline-block;
  width: calc(25% - 3px);
  object-fit: cover;
}

/*-----------------------------------------*/
.contents2-manu-wrap {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 10px 0;
  width: 100%;
  box-sizing: border-box;
}

/*大見出し*/
.headline-l {
  margin-top: 5px;
  margin-bottom: 5px;
}

/*中見出し*/
.headline-m2 {
  margin: 0 0 5px -3px;
  padding: 10px 0 10px;
}

.box__txt-and-img {
  position: relative;
  padding: 20px 0;
  border-top: 2px dotted rgba(0, 114, 49, 0.9);
}
.box__txt-and-img:first-of-type {
  border-top: none;
}
.box__txt-and-img .contents2-txt {
  margin-top: 0;
  padding: 0 1%;
}
.box__txt-and-img .contents2-txt.txt-r {
  float: right;
  padding-left: 0;
  width: 50%;
  text-align: left;
}
.box__txt-and-img .contents2-txt.txt-l {
  float: left;
  padding-right: 0;
  width: 50%;
}
.box__txt-and-img .img-area {
  position: relative;
  display: inline-block;
  margin: 20px 1%;
  padding: 0 1%;
  width: 98%;
  /*		&.full-100 {
    			margin: 30px 1%;
    			padding: 10px 0;
    			width: 98%;
    		}*/
}
.box__txt-and-img .img-area.img-r {
  float: right;
  margin: 0;
  padding: 5px 1% 0 3%;
  width: 50%;
}
.box__txt-and-img .img-area.img-l {
  float: left;
  margin: 0;
  padding: 5px 3% 0 1%;
  width: 50%;
}
.box__txt-and-img .img-area.full-80 {
  margin: 30px 1%;
  padding: 25px 10%;
  width: 98%;
}
.box__txt-and-img .img-area img {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  width: 100%;
}
.box__txt-and-img .img-area .caption {
  display: block;
  padding-bottom: 5px;
  font-size: 1.1rem;
  line-height: 1.4;
}
.box__txt-and-img .img-area .caption-l {
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 1.3rem;
  line-height: 1.4;
}

@media (max-width: 499px) {
  .box__txt-and-img .contents2-txt.txt-r {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  .box__txt-and-img .contents2-txt.txt-l {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .box__txt-and-img .img-area.img-r {
    float: none;
    margin: 0;
    padding: 5px 4% 0;
    width: 100%;
  }
  .box__txt-and-img .img-area.img-l {
    float: none;
    margin: 0;
    padding: 5px 4% 0;
    width: 100%;
  }
  .box__txt-and-img .img-area.full-80 {
    margin: 1em 0;
    padding: 5px 4% 0;
    width: 100%;
    background: none;
  }
  .box__txt-and-img .img-area .caption {
    margin-bottom: 1em;
  }
  .box__txt-and-img .img-area .caption.txt-c,
  .box__txt-and-img .img-area .caption.txt-r {
    text-align: left;
  }
}
.formula {
  display: inline-block;
  margin: 10px auto;
  padding: 1.5em 0;
  width: 100%;
  font-size: 110%;
  text-align: center;
}

.tbl-01 {
  display: block;
  margin: 1em 0;
  padding: 2em 5% 1.5em;
  text-align: center;
  background: #f8f9f3;
}
.tbl-01 .ttl {
  padding-bottom: 1em;
}
.tbl-01 table {
  display: inline-block;
  margin: 0 auto;
  border-bottom: 1px solid #999;
}
.tbl-01 th,
.tbl-01 td {
  padding: 8px 1em;
  font-size: 1.35rem;
  border-top: 1px solid #999;
}
.tbl-01 th {
  padding-right: 1em;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.tbl-01 td {
  padding-left: 1em;
  text-align: left;
}
.tbl-01 thead {
  background: #e9e9e9;
  border-bottom: 1px solid #999;
}
.tbl-01 thead td {
  font-weight: bold;
  text-align: center;
}

.tbl-03 {
  display: block;
  margin: 1em 1%;
  padding: 2em 1% 2em;
  text-align: center;
}
.tbl-03 .ttl {
  padding-bottom: 1em;
}
.tbl-03 table {
  display: inline-block;
  margin: 0 auto;
  border-bottom: 1px solid #999;
}
.tbl-03 th,
.tbl-03 td {
  padding: 8px 1em;
  font-size: 1.35rem;
  border-top: 1px solid #999;
}
.tbl-03 th {
  padding-right: 1em;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.tbl-03 td {
  padding-left: 1em;
  vertical-align: middle;
}
.tbl-03 thead {
  background: #e9e9e9;
  border-bottom: 1px solid #999;
}
.tbl-03 thead td {
  font-weight: bold;
  text-align: center;
}

@media (max-width: 499px) {
  .tbl-01 th,
  .tbl-03 th {
    white-space: normal;
  }
}
/*比較コンテンツ--------------------*/
.compare1 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 2em;
}
.compare1-1,
.compare1-2 {
  display: inline-block;
  width: 48%;
}
.compare1__content dt {
  display: block;
  padding: 4px 5px 1px;
  font-size: 95%;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  background: #eee;
}
.compare1__content dd {
  display: block;
  margin: 5px 5px 10px;
  /*&::before {
    	content: ":";
    	display: inline-block;
    	padding: 0 .5em;
    }*/
}

/*参考文献------------*/
.ref-note__ttl {
  margin-bottom: 7px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #888;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ccc;
}
.ref-note__list {
  list-style-type: decimal;
  margin-left: 2rem;
}
.ref-note__item {
  font-size: 1.2rem;
  line-height: 1.3;
}

.pdf-btn__area {
  margin: 40px 0 20px;
  text-align: center;
}
.pdf-btn__btn {
  padding: 1.8em 2em;
  width: 90%;
  max-width: 500px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: rgba(0, 114, 49, 0.9);
  font-weight: bold;
  border: 2px solid rgba(0, 114, 49, 0.9);
  border-radius: 8px;
}
.pdf-btn__btn::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  display: inline-block;
  padding-right: 12px;
  padding-bottom: 2px;
  color: #e00;
  font-weight: bold;
  transform: scale(2, 2);
  transform-origin: center;
}

.pdf-btn__txt {
  text-align: center;
  padding-bottom: 20px;
}

@media (max-width: 499px) {
  .pdf-btn__area {
    margin: 20px 0 0;
  }
}
