@charset "UTF-8";

html {
  scroll-behavior: smooth;
	scroll-padding-top:84px;
}

.more-text{
	display:none;
}
/*
---------------------------------------------
login
---------------------------------------------
*/
.login-msg{
	text-align:center;
	padding:30px 0;
}
.swpm-pw-reset-widget-form,
.login-box,
.swpm-login-widget-form {
  max-width: 600px;
  margin: auto;
}

.login-box-title {
  font-size: 24px;
  margin-bottom: 22px;
}

.swpm-pw-reset-email,
.swpm-password-label,
.swpm-username-label,
.username-label,
.password-label {
  margin-bottom: 11px;
  font-weight: bold;
}

.swpm-password-label,
.password-label {
  margin-top: 32px;
}

.swpm-pw-reset-widget-form input[type=text],
.swpm-login-widget-form input[type=password],
.swpm-login-widget-form input[type=text],
.login-box input[type=password],
.login-box input[type=text] {
  width: 100%;
  border: solid 1px #ccc;
  padding: 8px 10px;

}

.swpm-remember-me,
.remember-me {
  margin-top: 10px;
  margin-bottom: 60px;
}

.swpm-pw-reset-submit.swpm-submit-btn-default-style,
.swpm-login-form-submit.swpm-submit-btn-default-style,
.submit-btn {
  display: block;
  margin: auto;
  width: 180px;
  border: solid 2px #005c47;
  border-radius: 30px;
  background: none;
  color: #005c47;
  font-weight: bold;
  cursor: pointer;
  padding: 14px 0 15px;
}

.submit-btn.md {
  width: 210px;
}

.swpm-pw-reset-submit.swpm-submit-btn-default-style,
.submit-btn.lg {
  width: 260px;
  margin-top: 40px;
}

.text-field + .submit-btn {
  margin-top: 40px;
}

.login-text + .submit-btn {
  margin-top: 60px;
}

.swpm-remember-me,
.remember-me {
  display: flex;
  align-items: center;
  gap: 10px;
}

.swpm-login-widget-form input[type="checkbox"],
.login-box input[type="checkbox"] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swpm-login-widget-form input[type="checkbox"]:checked:before,
.login-box input[type="checkbox"]:checked:before {
  position: absolute;
  top: 3px;
  left: 7px;
  transform: rotate(50deg);
  width: 7px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: '';
}

.swpm-join-us-link,
.swpm-forgot-pass-link,
.login-link {
  margin-top: 13px;
}

.swpm-join-us-link a::before,
.swpm-forgot-pass-link a::before,
.login-link a::before {
  content: '> ';
  color: #9f886e;
}

.swpm-reset-pw-error{
	text-align:center;
}

.swpm-reset-pw-success-box{
	text-align:center;
}
.swpm_pass_reset_processing_msg_section{
	text-align:center;
}

.swpm_profile_not_logged_in_msg{
	text-align:center;
}

.swpm-form-label-wrap label[for="password"] {
  color: #ff0000;
  font-weight: bold;
}

.swpm-form-label-wrap label[for="password_re"] {
  color: #ff0000;
  font-weight: bold;
}

/*
---------------------------------------------
botanical
---------------------------------------------
*/

.botanical-heading {
  height: 250px;
  color:white;
  background: url(/wordpress/wp-content/themes/WP_AGRI/img/botanical/index/botanical-heading-bg.jpg) center/cover no-repeat;
  display: grid;
  place-items: center;
}

.botanical-heading .section_heading--page_title {
  padding: 0;
  line-height: 1.3;
}

.botanical-about {
  padding: 60px 0;
  position: relative;
}

.botanical-inner {
  width: 964px;
  margin: auto;
}

.botanical-inner.lg {
  width: 1050px;
}

.botanical-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 16px;
}
.botanical-sub-title {
	  text-align: center;
}

.botanical-text + .botanical-text {
  margin-top: 30px;
}

.botanical-picup {
  padding: 60px 0;
  background: #E6F5F5;
}

.botanical-overview {
  padding: 60px 0 110px;
}

.botanical-btn {
  display: block;
  margin: auto;
  width: 200px;
  border: solid 2px #005c47;
  border-radius: 30px;
  background: none;
  color: #005c47;
  font-weight: bold;
  cursor: pointer;
  padding: 14px 0 15px;
  text-align: center;
  margin-top: 30px;
}

.botanical-btn.left {
  margin: 20px auto 0 0;
}

.botanical-btn.lg {
  background-color: white;
  width: 380px;
  border-radius: 50px;
  line-height: 1.3;
}

.botanical-btn.lg + .botanical-btn.lg {
  margin-top: 40px;
}

.botanical-list {
  display: flex;
  gap: 40px 32px;
  flex-wrap: wrap;
  margin: 20px 0 60px;
}

.botanical-list.col-2 .botanical-item {
  width: calc((100% - 32px) / 2);
}

.botanical-list.col-2 .botanical-item li {
  width: 100%;
}

.botanical-list li {
  width: 300px;
}
.botanical-list.list-hide .botanical-item{
	display:none;
}

.tanbou-list.list-hide .tanbou-item{
	display:none;
}
.botanical-list.lg {
  justify-content: center;
}

.botanical-list.lg li {
  width: 500px;
}

.botanical-img img {
  max-width: 100%;
  border-radius: 8px;
}

.botanical-number {
  background: #005B47;
  color: white;
  font-weight: bold;
  width: 128px;
  text-align: center;
}

.botanical-name {
  margin: 10px 0;
}

.botanical-name > span,
.botanical-age > span {
  font-weight: bold;
}

.botanical-media {
  display: flex;
  gap: 58px;
  flex-direction: row-reverse;
}

.botanical-media + .botanical-media {
  margin-top: 40px;
}

.botanical-body {
  flex: 1;
}

.botanical-media-title {
  font-size: 24px;
  margin-bottom: 32px;
}

.botanical-images {
  width: 280px;
}

.botanical-media-name {
  font-size: 24px;
  font-weight: bold;
  margin-top: 13px;
}
figure.botanical-img {
  margin: 0 0 1em;
}
@media screen and (max-width: 896px) {
  .botanical-heading {
    background: url(/wordpress/wp-content/themes/WP_AGRI/img/botanical/index/botanical-heading-bg-sp.jpg) center/cover no-repeat;
  }
  
  .botanical-heading .section_heading--page_title {
    font-size: 24px;
  }

  .botanical-inner,
  .botanical-inner.lg {
    width: 100%;
    padding: 0 24px;
  }
  
  .botanical-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
 
  .botanical-overview {
    padding: 60px 0 70px;
  }

  .botanical-btn.left {
    margin: 20px auto 0;
  }
 
  .botanical-btn.lg {
    width: 280px;
  }
  
  .botanical-list {
    display: block;
    margin: 40px 0 60px;
  }

  .botanical-list.lg li,
  .botanical-list li {
    width: 100%;
  }

  .botanical-list li + li {
    margin-top: 40px;
  }

  .botanical-list.col-2 .botanical-item {
    width: 100%;
  }
  
  .botanical-media {
    display: block;
  }
  
  .botanical-media + .botanical-media {
    margin-top: 80px;
  }
  
  .botanical-media-title {
    font-size: 20px;
    margin-bottom: 33px;
  }
  
  .botanical-images {
    width: 100%;
    margin-bottom: 26px;
  }

  .botanical-media-img {
    width: 172px;
    margin: auto;
  }

  .botanical-position {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
  }
  
  .botanical-media-name {
    font-size: 24px;
    margin-top: 26px;
  }
}

/* list */

.botanical-works {
  padding: 60px 0;
  position: relative;
}

.botanical-choice-title {
  font-size: 18px;
  margin-bottom: 17px;
}

.botanical-choice-list {
  border: solid 1px #ccc;
}

.botanical-choice-list li + li {
  border-top: solid 1px #ccc;
}

.botanical-choice-list a {
  display: block;
  padding: 0 20px;
}

.botanical-choice-list a:hover {
  background: #CFEAEB;
}

.botanical-item .wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 896px) {
  .botanical-choice-list li + li {
    margin-top: 0;
  }
}

/* detail */

.botanical-detail {
  display: flex;
  gap: 44px;
  margin-bottom: 60px;
}

.botanical-detail-img {
  width: 540px;
  margin-bottom: 0;
}

.botanical-detail-body {
  flex: 1;
}

.botanical-detail-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.botanical-detail-list dt {
  font-weight: bold;
  width: 50px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

.botanical-detail-list dt.lg {
  width: 80px;
}

.botanical-detail-list dd {
  width: calc(100% - 50px);
  border-bottom: solid 1px #ccc;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

.botanical-detail-list dt.lg + dd {
  width: calc(100% - 80px);
}

@media screen and (max-width: 896px) {
  .botanical-detail {
    display: block;
    margin-bottom: 60px;
  }

  .botanical-detail-img {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*
---------------------------------------------
report
---------------------------------------------
*/

.report-heading {
  height: 250px;
  color:white;
  background: url(/wordpress/wp-content/themes/WP_AGRI//img/report/index/report-heading-bg.jpg) center/cover no-repeat;
  display: grid;
  place-items: center;
}

.report-heading .section_heading--page_title {
  padding: 0;
  line-height: 1.3;
}

.report-title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.report-title-wrap .botanical-btn {
  margin: 0;
}

.report-sub-title {
  font-size: 24px;
}

.report-media {
  display: flex;
  flex-direction: row-reverse;
  gap: 44px;
}

.report-media-images {
  width: 300px;
}

.report-media-img + .report-media-img {
  margin-top: 40px;
}

.report-media-body {
  flex: 1;
}

.report-media-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.report-media-body {
  font-size: 20px;
  margin-bottom: 10px;
  border-top: solid 1px #ccc;
  padding-top: 20px;
}

.report-media-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.report-media-text {
  font-size: 16px;
}

@media screen and (max-width: 896px) {
  .report-title-wrap {
    display: block;
    margin-bottom: 20px;
  }
  
  .report-title-wrap .botanical-btn {
    margin: auto;
  }
  
  .report-sub-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .report-media {
    display: block;
  }
  
  .report-media-images {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

/* list */

.report-list-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* common */

.order-wrap {
  position: relative;
}

.order-icon {
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #ccc;
  border-radius: 3px;
  width: 50px;
  height: 30px;
  display: block;
}

.order-icon .order-icon-asc::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  background: url(/wordpress/wp-content/themes/WP_AGRI/img/report/photo/arrow-g.png) no-repeat;
  width: 15px;
  height: 22px;
}

.order-icon .order-icon-asc.on::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  background: url(/wordpress/wp-content/themes/WP_AGRI/img/report/photo/arrow-b.png) no-repeat;
  width: 15px;
  height: 22px;
}


.order-icon .order-icon-desc::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 8px;
  background: url(/wordpress/wp-content/themes/WP_AGRI/img/report/photo/arrow-g.png) no-repeat;
  width: 15px;
  height: 22px;
  transform: rotateZ(180deg);
}

.order-icon .order-icon-desc.on::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 8px;
  background: url(/wordpress/wp-content/themes/WP_AGRI/img/report/photo/arrow-b.png) no-repeat;
  width: 15px;
  height: 22px;
  transform: rotateZ(180deg);
}

/* side */

.side-menu {
  position: absolute;
  top: 30px;
  right: 0;
}

.side-humberger {
  width: 60px;
  height: 60px;
  background: #26B7BC;
  display: block;
  margin-left: auto;
  position: relative;
}

.side-humberger span {
  position: absolute;
  top: calc(50% - 1px);
  left: 10px;
  display: block;
  width: 40px;
  height: 4px;
  background-color: #fff;
  transition: .5s
}

.side-humberger span::after,
.side-humberger span::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 40px;
  height: 4px;
  background-color: #fff;
}

.side-humberger span::before {
  top: calc(50% - 16px)
}

.side-humberger span::after {
  top: calc(50% + 12px)
}

.side-menu-list {
  box-shadow: -3px 3px 3px rgba(0,0,0,.1);
  width: 160px;
  border-top: solid 1px #ccc;
  background: white;
}

.side-menu-list li {
  border-bottom: solid 1px #ccc;
}

.side-menu-list a {
  display: block;
  padding: 10px;
  position: relative;
}

.side-menu-list a::after {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-bottom: solid 1px #26B7BC;
  border-right: solid 1px #26B7BC;
  transform: rotateZ(45deg);
}

@media screen and (max-width: 896px) {
  .side-menu {
    position: static;
    margin-bottom: 40px;
  }

  .side-menu-list {
    margin-left: auto;
  }
}

/*
---------------------------------------------
regist
---------------------------------------------
*/

.swpm-form-row {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px !important;
  border-bottom: solid 1px #ccc;
}

.swpm-form-row.swpm-submit-section  {
  padding: 0;
  margin: 0;
  border: none;
}

.swpm-form-label-wrap {
  width: 300px;
}

.swpm-form-row input[type=password],
.swpm-form-row input[type=text] {
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 10px;
  border: 1px solid #999;
  width: 500px;
}

.swpm-registration-submit-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 52px;
  border: 1px solid #21b7bb;
  border-radius: 15px;
  font-size: 22px;
  
  color: #21b7bb;
  transition: .5s;
  background-color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 0 50px;
  margin: auto;
}

@media screen and (max-width: 896px) {
  .swpm-form-row {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
  }

  .swpm-form-label-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .swpm-form-row input[type=password],
  .swpm-form-row input[type=text] {
    width: 100%;
  }

  .swpm-registration-submit-button {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
  }
}


.swpm-registration-success-msg{
	text-align:center;
}


.swpm-registration-success-msg a{
	display:block;
	width:200px;
	border: 1px solid #21b7bb;
	padding:10px 0;
	margin:20px auto 0 auto;
	color:#21b7bb;
	font-weight:bold;
	font-size: 22px;
	border-radius:8px;
}

.swpm-logged-value{
		padding-left:20px;

}

.swpm-login-widget-logged{
	width:300px;
	margin:0 auto;
}
.swpm-login-widget-logged .swpm-logged-username,
.swpm-login-widget-logged .swpm-logged-status,
.swpm-login-widget-logged .swpm-logged-membership,
.swpm-login-widget-logged .swpm-logged-expiry,
.swpm-login-widget-logged .swpm-edit-profile-link,
.swpm-login-widget-logged .swpm-logged-logout-link{
	display:flex;
	margin-bottom:20px;
}

.swpm-edit-profile-link a,
.swpm-logged-logout-link a{
	display:block;
	width:200px;
	border: 1px solid #005c47;
	padding:8px 0;
	text-align:center;
	color:#005c47;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
}

.swpm-profile-form-country{
	padding:5px;
}

/*
---------------------------------------------
tanbou
---------------------------------------------
*/

.tanbou-inner {
  width: 1200px;
  margin: auto;
}

.tanbou-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc((100% - (310px * 3)) / 2);
	margin: 20px 0 60px;

}

.tanbou-item {

  width: 310px;
  margin-bottom: 40px;
}

.tanbou-img img {
  aspect-ratio: 1 / 0.69;
	border-radius:8px;
}

.tanbou-category {
  display: flex;
  gap: 10px;
  margin: 5px 0;
}

.tanbou-category a {
  color: white;
  padding: 1px 7px 2px;
}

.tanbou-category .green {
  background-color: #005b47;
}

.tanbou-category .gray {
  background-color: #7d7d7d;
}

.tanbou-title {
  font-size: 18px;
}

@media screen and (max-width: 896px) {
  .tanbou-list {
    display: block;
  }

  .tanbou-item {
    width: 100%;
  }

  .tanbou-major,
  .tanbou-date {
    font-size: 14px;
  }

  .tanbou-category {
    margin: 0;
  }

  .tanbou-category a {
    font-size: 14px;
  }

  .tanbou-title {
    font-size: 16px;
  }
}

/* tanbou single */

#blog .blog_title {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.4;
}

#blog h4 {
  line-height: 1.4;
}

#blog p {
  margin-bottom: 20px;
}

#blog p + p {
  margin-top: 40px;
}

#blog figure {
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  #blog h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  #blog h4 {
    font-size: 14px;
  }
  
  #blog p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  #blog p + p {
    margin-top: 20px;
  }
  
  #blog figure {
    margin-bottom: 20px;
  }
}





/*
---------------------------------------------
会員情報の登録と更新
---------------------------------------------
*/
.contact_table .data-form_adjust {
  display: inline-block;
  margin: 0 10px 10px 0;
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .contact_table .data-form_adjust {
    display: block;
    margin: 0 10px 10px 0;
  }
}

.contact_table .data-form_adjust-large {
  display: inline-block;
  margin: 0 57px 10px 0;
}

@media (max-width: 640px), (max-width: 896px) and (orientation: landscape) {
  .contact_table .data-form_adjust-large {
    display: block;
    margin: 0 10px 10px 0;
  }
}

/* input emailにstyle付与 */
input[type='email'] {
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 10px;
  /*border: 1px solid #999;*/
  border: none;
}



/* 項目名：本支社・本支店名・役職名等の調整 */
.contact_table .th-adjust {
  display: inline-block;
  margin-left: 0;
  width: 70%;
}

.provision-info_title {
  font-size: 18px;
}

/* その他の連絡事項 */
.member-textarea textarea {
  margin-left: 20px;
  padding: 8px 10px;
  width: 60%;
  background-color: #fff;
  border: none;
  border-radius: 6px;
}
@media screen and (max-width: 896px) {
  .member-textarea textarea {
    margin-left: 0;
    width: 100%;
  }
}

/* 文字の頭揃え */
.indent-adjust {
  display: inline-block;
  text-indent: 16px;
}
@media screen and (max-width: 896px) {
  .indent-adjust {
    display: inline-block;
    text-indent: 0;
  }
}

/* 汎用 */
.pc-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}

.sp-only {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}