@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#index .mainVisual {
  margin: 45px 0 40px;
  text-align: center;
  min-height: 430px;
  height: auto;
  background: url(../images/main_img01.png) no-repeat center;
  width: 100%;
}

.mainVisual .fooList li {
  width: 100%;
}

.mainVisual .fooList li img {
  width: 100%;
}

#index #conts .itemList {
  margin: 0-28px 34px 0;
}

#index #conts .itemList li {
  margin: 0 95px 20px 0 !important;
  width: 170px;
  float: left;
}
#index #conts .itemList li:first-child,
#index #conts .itemList li:nth-child(2),
#index #conts .itemList li:nth-child(3),
#index #conts .itemList li:nth-child(4) {
  margin-top: 0;
}

#index #conts .itemList li a {
  display: block;
  color: #666;
  position: relative;
  text-decoration: none;
  font-size: 1.8em;
  text-align: center;
}

#index #conts .itemList li a .sub {
  padding: 20px 0 20px !important;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  width: 230px;
}
#index #conts .itemList li a .sub2 {
  padding: 20px 0 20px !important;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  width: 230px;
  font-size: 1rem;
}

#index #conts .itemList li a .sub2 img {
  width: auto;
  height: 40px;
  display: block;
  float: left;
  padding-left: 10px;
}

/* #index #conts .itemList li a .word {
  margin-right: 20px;
} */
#index #conts .itemList li a img {
  width: auto;
  height: 40px;
  display: block;
  float: left;
  padding-left: 20px;
}

#index #conts .itemList li a:before {
  width: 230px !important;
  height: 100%;
  background: #a9c33c;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 10px;

  content: "";
}

#index #conts .itemList li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#index #conts .itemList .cor01 a:before {
  background-color: #f5b762;
}

#index #conts .newsArea {
  clear: both;
  border: 2px solid #f19072;
  border-radius: 10px;
  background-color: #fff;
}

#index #conts .newsArea h2 {
  padding: 9px 60px 12px;
  position: relative;
  color: #fff;
  font-size: 1.8em;
  border-radius: 5px 5px 0 0;
  background: url(../common/images/icon03.png) no-repeat 20px 9px #f19072;
  font-weight: inherit;
}

#index #conts .newsArea h2 .more {
  position: absolute;
  padding-right: 13px;
  right: 18px;
  top: 13px;
  display: inline-block;
  color: #fff;
  font-size: 0.7777em;
  background: url(../common/images/icon04.png) no-repeat right center;
}

#index #conts .newsArea dl,
#news #conts dl {
  padding: 17px 21px 4px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.45;
  font-family: "Roboto", sans-serif;
}

#index #conts .newsArea dt,
#news #conts dt {
  color: #e47c6e;
  float: left;
}

#index #conts .newsArea dt.important {
  display: none;
}
#index #conts .newsArea dd.important {
  padding: 0 0 5px 0;
}
#index #conts .newsArea dd.important a {
  background-color: #ffeda9;
  padding: 2px 5px;
}

#index #conts .prArea {
  clear: both;
  border: 2px solid #f4ab53;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 30px;
}

#index #conts .prArea h2 {
  padding: 9px 60px 12px;
  position: relative;
  color: #fff;
  font-size: 1.8em;
  border-radius: 5px 5px 0 0;
  background: url(../common/images/icon15.png) no-repeat 20px 9px #f4ab53;
  font-weight: inherit;
}

#index #conts .prArea h2 .more {
  position: absolute;
  padding-right: 13px;
  right: 18px;
  top: 13px;
  display: inline-block;
  color: #fff;
  font-size: 0.7777em;
  background: url(../common/images/icon04.png) no-repeat right center;
}

#index #conts .prn {
  margin: 30px 10px 20px 10px;
}

#index #conts .prn img {
  width: 80%;
  height: auto;
}

#index #conts .prArea dl {
  text-align: center;
}

#index #conts .prArea dl {
  padding: 0px 5px;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.45;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  width: 23%;
}

#index #conts .prArea dt {
  color: #e47c6e;
  padding-top: 15px;
  text-align: left;
}

#index #conts .prArea dd {
  text-align: left;
}
#index #conts .prArea dt.important {
  display: none;
}
#index #conts .prArea dd.important {
  padding: 0 0 5px 0;
}
#index #conts .prArea dd.important a {
  background-color: #ffeda9;
  padding: 2px 5px;
}

#index #conts #importantArea {
  border: 3px solid #e65659;
  background-color: #fff;
  padding: 17px 21px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.45;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
  margin-bottom: 25px;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #index #sideBar {
    display: block;
  }

  #index .mainVisual {
    background: none;
    min-height: inherit;
    margin-top: 0;
    margin-bottom: 20px;
  }

  #index .mainVisual .fooList li img {
    width: 100%;
  }

  #index .mainVisual .fooList li span {
    margin-right: auto;
  }

  #index #conts .itemList {
    margin: 0 0px 25px 0 !important;
  }

  #index #conts .itemList li {
    margin: 20px 4% 0 0 !important;
    width: 46% !important;
  }
  #index #conts .itemList li:first-child,
  #index #conts .itemList li:nth-child(2),
  #index #conts .itemList li:nth-child(3),
  #index #conts .itemList li:nth-child(4) {
    margin: 13px 7px 0 0;
  }

  #index #conts .itemList li a .sub {
    padding: 15px 0 10px;
    border-radius: 10px;
    width: 100%;
  }

  #index #conts .itemList li a .sub2 {
    padding: 15px 0 10px;
    border-radius: 10px;
    width: 100%;
  }

  #index #conts .itemList li a .sub2 img {
    padding-top: 10px;
  }

  #index #conts .itemList li a img {
    margin: 0 auto 8px;
    float: none;
    padding-left: 0px;
  }

  #index #conts .itemList li a .word {
    margin-right: 0 !important;
  }

  #index #conts .itemList li a:before {
    width: 101% !important;
  }

  #index #conts .itemList li a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #index #conts .newsArea {
    border-width: 1px;
    border-radius: 10px;
  }

  #index #conts .newsArea h2 {
    padding: 5px 42px 7px;
    border-radius: 8px 8px 0 0;
    background: url(../common/images/sp_icon01.png) no-repeat 9px 7px #f19072;
    background-size: 25px 24px;
  }

  #index #conts .newsArea h2 .more {
    right: 16px;
    top: 8px;
  }

  #index #conts .newsArea dl {
    padding: 6px 9px 2px;
    line-height: 1.75;
  }

  #index #conts .newsArea dd {
    padding: 0 0 1px 5.8em;
  }

  #index #conts .prn {
    margin: 10px 0px 0px 14px;
  }

  #index #conts .prArea {
    border-width: 1px;
    border-radius: 10px;
  }

  #index #conts .prArea h2 {
    padding: 5px 42px 7px;
    border-radius: 8px 8px 0 0;
    background: url(../common/images/sp_icon08.png) no-repeat 9px 7px #f4ab53;
    background-size: 25px 24px;
  }

  #index #conts .prArea h2 .more {
    right: 16px;
    top: 8px;
  }

  #index #conts .prArea dl {
    width: 47%;
    text-align: center;
    padding: 10px 4px;
  }

  #index #conts .prArea dt {
    text-align: left;
  }

  #index #conts .prArea dd {
    text-align: left;
  }

  #index #conts .prn img {
    width: 70%;
    height: auto;
  }
}

/*------------------------------------------------------------
	publication
------------------------------------------------------------*/
#conts p {
  margin-bottom: 8px;
  font-size: 1.4em;
  line-height: 1.8;
}

#pi_publication #conts .name,
#privateinfo #conts .name {
  margin-bottom: 25px;
  text-align: right;
  line-height: 1.7;
}

#pi_publication #conts .linkList {
  margin-bottom: 29px;
  text-align: center;
}

#pi_publication #conts .linkList li {
  margin: 0 20px;
  display: inline-block;
  vertical-align: top;
}

#pi_publication #conts .linkList li a {
  width: 230px;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.4em;
  letter-spacing: 1.5px;
}

#pi_publication #conts .linkList li a .bg {
  position: relative;
  display: block;
  padding: 15px 0 14px;
  z-index: 10;
  border-radius: 15px;
  text-decoration: none;
  background-color: #618e34;
}

#pi_publication #conts .linkList li a:before {
  width: 100%;
  height: 100%;
  background: #3f5c22;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 15px;

  content: "";
}

#pi_publication #conts .linkList li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#pi_publication #conts .dlList {
  margin-bottom: 36px;
  font-size: 1.4em;
  line-height: 1.8;
}

#pi_publication #conts .dlList dt {
  margin-bottom: 7px;
  padding-left: 1em;
  text-indent: -1em;
}

#pi_publication #conts .dlList dd {
  margin: 0 0 17px 19px;
}

#pi_publication #conts .dlList .subList {
  padding-top: 10px;
  font-size: 1em;
  line-height: 1.8;
}

#pi_publication #conts .dlList .txtList {
  padding-left: 1em;
  text-indent: -1em;
}

#pi_publication #conts .dlList .txtList li {
  margin-bottom: 7px;
}

#pi_publication #conts .dlList .txtList li a {
  color: #618e34;
  text-decoration: underline;
}

#pi_publication #conts .dlList .txtList li a:hover {
  text-decoration: none;
}

#pi_publication #conts .dlList dd .txt01 {
  margin: 7px 0 5px;
  display: block;
}

#pi_publication #conts .btmTxt {
  margin-bottom: 40px;
  text-align: right;
  line-height: 1.82;
}

#pi_publication #conts .linkList01 {
  margin-bottom: 0;
}

#pi_publication #conts .linkList01 a {
  font-size: 1.5em;
}

#pi_publication #conts .linkList01 li a .ico {
  padding-right: 24px;
  display: inline-block;
  background: url(../common/images/icon05.png) no-repeat right center;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #conts p {
    margin-bottom: 2px;
  }

  #pi_publication #conts .name {
    margin-bottom: 29px;
    line-height: 1.72;
  }

  #pi_publication #conts .linkList {
    margin-bottom: 35px;
  }

  #pi_publication #conts .linkList li {
    margin: 0;
    float: left;
    width: 45%;
  }

  #pi_publication #conts .linkList li:nth-child(2n) {
    float: right;
  }

  #pi_publication #conts .linkList li a {
    width: auto;
    display: block;
    font-size: 1.5em;
  }

  #pi_publication #conts .linkList li a .bg {
    padding: 2px 0 4px;
    border-radius: 8px;
  }

  #pi_publication #conts .linkList li a:before {
    top: 2px;
    left: 2px;
    border-radius: 8px;
  }

  #pi_publication #conts .linkList li a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #pi_publication #conts .dlList dt {
    margin-bottom: 0px;
  }

  #pi_publication #conts .dlList dt .num {
    color: #618e34;
  }

  #pi_publication #conts .dlList dd {
    margin-bottom: 10px;
  }

  #pi_publication #conts .dlList .subList {
    padding-top: 0;
  }

  #pi_publication #conts .dlList .subList dd {
    margin-bottom: 0;
  }

  #pi_publication #conts .dlList .txtList li {
    margin-bottom: 0;
  }

  #pi_publication #conts .dlList .txtList li a:hover {
    text-decoration: underline;
  }

  #pi_publication #conts .btmTxt {
    margin-bottom: 18px;
  }

  #pi_publication #conts .linkList01 {
    margin: 0;
  }

  #pi_publication #conts .linkList01 li {
    float: none;
    width: 61%;
    margin: 0 auto;
  }

  #pi_publication #conts .linkList01 li a .bg {
    padding: 8px 0 9px;
  }

  #pi_publication #conts .linkList01 li a .ico {
    padding-right: 24px;
    letter-spacing: 0;
  }
}

/*------------------------------------------------------------
	cobehavior
------------------------------------------------------------*/
#cobehavior #conts .headLine01 {
  margin-bottom: 0px;
  border-radius: 10px;
}

#cobehavior #conts .txtList li {
  margin-top: 10px;
  width: 380px;
  float: left;
  font-size: 1.4em;
  line-height: 1.78;
  border-radius: 20px;
  background-color: #fff;
}

#cobehavior #conts .txtList li:nth-child(2n) {
  float: right;
}

#cobehavior #conts .txtList li .sub {
  padding: 23px 31px 24px;
  display: block;
}

#cobehavior #conts .txtList li .ttl {
  margin-bottom: 6px;
  display: block;
  color: #618e34;
  font-size: 1.285em;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #cobehavior #conts .headLine01 {
    margin-bottom: 0px;
    padding: 9px 0 8px;
    border-radius: 10px 10px 0 0;
    text-align: center;
  }

  #cobehavior #conts .txtList {
    padding: 17px 20px 15px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
  }

  #cobehavior #conts .txtList li {
    margin: 0 0 17px;
    width: auto;
    float: none;
    line-height: 1.78;
    border-radius: 0;
    border-bottom: 1px dashed #81a55d;
  }

  #cobehavior #conts .txtList li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  #cobehavior #conts .txtList li:nth-child(2n) {
    float: none;
  }

  #cobehavior #conts .txtList li .sub {
    padding: 0 0 19px;
  }

  #cobehavior #conts .txtList li .ttl {
    margin-bottom: 0px;
    font-size: 16px;
  }
}

/*------------------------------------------------------------
	project
------------------------------------------------------------*/
#project #conts .itemList {
  margin: -30px -30px 0 0;
}

#project #conts .itemList li {
  margin: 30px 25px 0 0;
  width: 240px;
  float: left;
  border-radius: 15px;
  background-color: #fff;
}

#project #conts .itemList li .sub {
  padding: 48px 19px 19px;
}

#project #conts .itemList li .pho {
  margin-bottom: 12px;
  text-align: center;
}

#project #conts .itemList li .ttl {
  margin-bottom: 8px;
  color: #618e34;
  font-size: 1.8em;
  text-align: center;
}

#project #conts .itemList li p {
  margin-bottom: 10px;
  line-height: 1.75;
  min-height: 172px;
  letter-spacing: 1px;
}

#project #conts .itemList li .link a {
  padding: 9px 0 8px;
  display: block;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  border-radius: 15px;
  background-color: #9cbb1c;
}

#project #conts .itemList li .link a span {
  padding-right: 20px;
  display: inline-block;
  background: url(../common/images/icon06.png) no-repeat right center;
}

#project #conts .itemList li .link a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #project #conts .itemList {
    margin: 0;
  }

  #project #conts .itemList li {
    margin: 0 0 20px;
    width: auto;
    float: none;
    border-radius: 15px;
  }

  #project #conts .itemList li:last-child {
    margin-bottom: 0;
  }

  #project #conts .itemList li .sub {
    padding: 24px 25px 25px;
  }

  #project #conts .itemList li .pho {
    margin-bottom: 8px;
  }

  #project #conts .itemList li .pho img {
    width: 40px;
  }

  #project #conts .itemList li .ttl {
    margin-bottom: 14px;
  }

  #project #conts .itemList li p {
    margin-bottom: 15px;
    min-height: inherit;
  }

  #project #conts .itemList li .link {
    width: 44%;
    margin: 0 auto;
  }

  #project #conts .itemList li .link a {
    padding: 4px 0 5px;
    font-size: 1.4em;
  }

  #project #conts .itemList li .link a span {
    padding-right: 17px;
    background: url(../common/images/sp_icon05.png) no-repeat right center;
    background-size: 8px 13px;
  }

  #project #conts .itemList li .link a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

/*------------------------------------------------------------
	project-crops
------------------------------------------------------------*/
#project-crops #conts .content {
  padding-bottom: 25px;
}

#project-crops #conts .sec {
  padding: 26px 20px 0;
}

#project-crops #conts .area {
  margin-bottom: 26px;
  padding: 0 0 25px 31px;
  border-bottom: 1px dashed #ccc;
}

#project-crops #conts .headLine02 {
  margin-bottom: 24px;
}

#project-crops #conts .redTxt {
  color: #ea5550;
}

#project-crops #conts .area p:last-child {
  margin-bottom: 0;
}

#project-crops #conts .h4Ttl01 {
  margin-bottom: 10px;
}

#project-crops #conts .h4Ttl02 {
  margin-bottom: 17px;
}

#project-crops #conts .baseTab {
  margin-bottom: 5px;
}

#project-crops #conts .none {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #project-crops #conts .content {
    padding-bottom: 25px;
    border-radius: 20px;
  }

  #project-crops #conts .sec {
    padding: 17px 20px 0;
  }

  #project-crops #conts .area {
    margin-bottom: 23px;
    padding: 0 0 20px 7px;
  }

  #project-crops #conts .headLine02 {
    margin-bottom: 16px;
  }

  #project-crops #conts p {
    margin-bottom: 5px;
  }

  #project-crops #conts .area p:last-child {
    margin-bottom: 0;
  }

  #project-crops #conts .h4Ttl01 {
    margin-bottom: 10px;
  }

  #project-crops #conts .baseTab {
    margin-bottom: 0px;
  }
}
/*------------------------------------------------------------
	project-fruit
------------------------------------------------------------*/
#project-fruit #conts .comLead {
  padding: 43px 36px 10px;
}
#project-fruit #conts .comLead h3 {
  margin-top: 20px;
}
#project-fruit #conts .area,
#project-building #conts .area {
  margin-bottom: 26px;
  padding: 0 0 25px 31px;
  border-bottom: 1px dashed #ccc;
}
#project-fruit #conts .area.none {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#project-fruit #conts dd .noteList {
  color: #ea5550;
}
#project-fruit #conts dd .noteList li {
  margin-top: 5px;
  font-size: 0.9em;
}
#project-fruit #conts dd .noteList span {
  color: #444444;
  display: block;
  padding-left: 20px;
}
#project-fruit #conts .attentiontext {
  color: #ea5550;
  font-size: 1.1em;
}
#project-fruit #conts .attentiontext dt {
  margin-top: 10px;
}
#project-fruit #conts .attentiontext dd {
  padding-left: 20px;
}
#project-fruit #conts .baseTab .comDlList table {
  margin: 10px 0;
}
#project-fruit #conts .baseTab .comDlList th,
#project-fruit #conts .baseTab .comDlList td {
  font-size: 1em;
}
/*------------------------------------------------------------
	project-animals
------------------------------------------------------------*/
#project-animals #conts .comLead {
  padding-top: 40px;
}

#project-animals #conts .comLead .headLine04 {
  margin-top: 22px;
}

#project-animals #conts .content,
#project-gardening #conts .content,
#project-implements #conts .content {
  padding-bottom: 25px;
}

#project-animals #conts .sec,
#project-gardening #conts .sec,
#project-implements #conts .sec {
  padding: 26px 20px 0;
}

#project-animals #conts .area,
#project-gardening #conts .area,
#project-implements #conts .area,
#project-insurance #conts .area {
  margin-bottom: 29px;
  padding: 0 0 25px 30px;
  border-bottom: 1px dashed #ccc;
}

#project-animals #conts .headLine02,
#project-gardening #conts .headLine02,
#project-implements #conts .headLine02 {
  margin-bottom: 16px;
}

#project-animals #conts .baseTab {
  margin: 0 10px 5px -10px;
}

#project-animals #conts .baseTab th {
  font-size: 1.8em;
  line-height: 1.6;
}

#project-animals #conts .baseTab td {
  padding: 15px 20px;
}

#project-animals #conts .baseTab td .note {
  display: block;
  color: #ea5550;
  font-size: 0.8em;
  line-height: 1.5;
}

#project-animals #conts .baseTab td {
  line-height: 1.7;
}

#project-animals #conts .h4Ttl01 {
  margin-bottom: 22px;
}

#project-animals #conts .noteList li,
#project-gardening #conts .noteList li {
  margin-bottom: 8px;
  color: #ea5550;
  font-size: 1.4em;
  line-height: 1.75;
}

#project-animals #conts .noteList li sup,
#project-gardening #conts .noteList li sup,
#project-implements #conts .noteList li sup {
  font-size: 0.5em;
}

#project-animals #conts .noteList li:last-child {
  margin-bottom: 0px;
}

#project-animals #conts .area p:last-child {
  margin-bottom: 0;
}

#project-animals #conts .baseTab01 {
  margin-bottom: 15px;
}

#project-animals #conts .baseTab01 td {
  padding: 14px 0px 14px;
  text-align: center;
  line-height: 1.55;
}

#project-animals #conts .baseTab01 th {
  font-size: 1.5em;
}

#project-animals #conts .baseTab01 .taLeft {
  padding-left: 20px;
}

#project-animals #conts .baseTab01 td sup {
  font-size: 0.5em;
}

#project-animals #conts .area01 {
  padding: 0 10px 30px 20px;
}

#project-animals #conts .imgList {
  margin: -25px 0 10px;
}

#project-animals #conts .imgList li,
#project-gardening #conts .imgList li {
  margin-top: 20px;
  float: left;
  width: 334px;
  border: 3px solid #ccc;
  border-radius: 15px;
  display: table;
}

#project-animals #conts .imgList li:nth-child(2n),
#project-gardening #conts .imgList li:nth-child(2n) {
  float: right;
}

#project-animals #conts .imgList li .sub {
}

#project-animals #conts .imgList li .phoBox {
  padding: 18px 0 18px;
  width: 124px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#project-animals #conts .imgList li .txtBox {
  text-align: left;
  display: table-cell;
  font-size: 1.8em;
  line-height: 1.6;
  vertical-align: middle;
}

#project-animals #conts .noteList01 {
  margin-bottom: 15px;
}

#project-animals #conts .noteTxt {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.2;
  text-align: center;
  border-radius: 10px;
  background-color: #ea5550;
  margin-bottom: 20px;
}

#project-animals #conts .noteTxt span,
#project-gardening #conts .noteTxt span {
  padding: 25px 0px 27px 45px;
  display: inline-block;
  background: url(../common/images/icon13.png) no-repeat left center;
}

#project-animals #conts .green {
  color: #618e34;
}

#project-animals #conts .h4Ttl02 {
  margin-bottom: 10px;
}

#project-animals #conts .area02 {
  padding-bottom: 18px;
}

#project-animals #conts .area02 .comDlList dt {
  margin-bottom: 5px;
}

#project-animals #conts .area02 .comDlList dd .note {
  margin-top: 5px;
  padding-left: 1.4em;
  display: block;
  color: #ea5550;
  text-indent: -1.4em;
  line-height: 1.8;
}

#project-animals #conts .area02 .txtList li {
  font-size: 1em;
}

#project-animals #conts .txtList li,
#project-gardening #conts .txtList li,
#project-implements #conts .txtList li,
#project-insurance #conts .txtList li {
  margin-bottom: 3px;
  padding-left: 15px;
  line-height: 1.7;
  font-size: 1.4em;
  background: url(../common/images/icon14.png) no-repeat left 7px;
}

#project-animals #conts .txtList li:last-child {
  margin-bottom: 0;
}

#project-animals #conts .area02 .txtList li .note {
  margin-top: 0;
  font-size: 0.857em;
  line-height: 1.5;
}

#project-animals #conts .area03 {
  padding-left: 19px;
}

#project-animals #conts .area04 {
  padding-left: 15px;
}

#project-animals #conts .none,
#project-building #conts .none {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #project-animals #conts .comLead {
    padding-top: 22px;
  }

  #project-animals #conts .comLead .headLine04 {
    margin-top: 0;
  }

  #project-animals #conts .content {
    border-radius: 20px;
  }

  #project-animals #conts .sec {
    padding: 18px 20px 0;
  }

  #project-animals #conts .area {
    margin-bottom: 22px;
    padding: 0 0 15px 10px;
  }

  #project-animals #conts .headLine02 {
    margin-bottom: 18px;
  }

  #project-animals #conts .baseTab {
    margin: 0 0 10px;
  }

  #project-animals #conts .baseTab th {
    font-size: 1.4em;
  }

  #project-animals #conts .h4Ttl01 {
    margin-bottom: 20px;
  }

  #project-animals #conts .area01 {
    padding: 0 0 20px 10px;
  }

  #project-animals #conts .imgList {
    margin: 0 0 15px;
  }

  #project-animals #conts .imgList li {
    margin: 0 0 20px;
    float: none;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
  }

  #project-animals #conts .imgList li:nth-child(2n) {
    float: none;
  }

  #project-animals #conts .imgList li:last-child {
    margin-bottom: 0;
  }

  #project-animals #conts .imgList li .phoBox {
    padding: 15px 0;
    width: 72px;
  }

  #project-animals #conts .imgList li .phoBox img {
    width: 40px;
  }

  #project-animals #conts .noteTxt {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  #project-animals #conts .noteTxt span {
    padding: 53px 5px 18px;
    display: block;
    background: url(../common/images/icon13.png) no-repeat center 15px;
  }

  #project-animals #conts .area02 .comDlList dd .note {
    padding-left: 0;
    text-indent: 0;
  }

  #project-animals #conts .area02 .txtList {
    margin-top: 10px;
  }

  #project-animals #conts .h4Ttl02 {
    margin-bottom: 12px;
  }

  #project-animals #conts .area03 {
    padding-left: 24px;
  }

  #project-animals #conts .area04 p {
    margin-bottom: 7px;
  }

  #project-animals #conts .area04 .noteList li {
    font-size: 1.2em;
  }
}

/*------------------------------------------------------------
	project-farm
------------------------------------------------------------*/
#project-farm #conts .content {
  padding-bottom: 25px;
}

#project-farm #conts .sec {
  padding: 26px 22px 0;
}

#project-farm #conts .headLine02 {
  margin-bottom: 10px;
}

#project-farm #conts .area {
  margin-bottom: 26px;
  padding: 0 0 23px 30px;
  border-bottom: 1px dashed #ccc;
}

#project-farm #conts .area p:last-child {
  margin-bottom: 0;
}

#project-farm #conts .h4Ttl01 {
  margin-bottom: 24px;
}

#project-farm #conts .comDlList dt {
  padding-bottom: 0;
}

#project-farm #conts .comDlList dd {
  line-height: 1.8;
}

#project-farm #conts .txtUl li {
  margin-bottom: 7px;
  font-size: 1.4em;
  line-height: 1.7;
}

#project-farm #conts .txtUl li:last-child {
  margin-bottom: 0;
}

#project-farm #conts .comDlList dd .pho {
  margin-left: -22px;
}

#project-farm #conts .h4Ttl02 {
  margin-bottom: 16px;
}

#project-farm #conts .comPayList li .txtBox {
  padding: 10px 0 0 145px;
}

#project-farm #conts .comPayList li .txtBox p {
  margin: 0;
  font-weight: bold;
  font-size: 3.2em;
}

#project-farm #conts .none {
  padding-bottom: 0 !important;
  margin: 0 !important;
  border-bottom: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #project-farm #conts .content {
    padding-bottom: 25px;
  }

  #project-farm #conts .sec {
    padding: 17px 20px 0;
  }

  #project-farm #conts .headLine02 {
    margin-bottom: 10px;
  }

  #project-farm #conts .area {
    margin-bottom: 23px;
    padding: 0 0 14px 10px;
  }

  #project-farm #conts .h4Ttl01 {
    margin-bottom: 15px;
  }

  #project-farm #conts .spArea {
    padding-left: 0px;
  }

  #project-farm #conts .comDlList dt {
    padding-bottom: 2px;
  }

  #project-farm #conts .comDlList dd .pho {
    margin-left: 0;
  }

  #project-farm #conts .h4Ttl02 {
    margin-bottom: 18px;
  }

  #project-farm #conts .comPayList {
    margin: 0 0 10px;
  }

  #project-farm #conts .comPayList li .txtBox {
    padding: 10px 0 0 120px;
  }
}

/*------------------------------------------------------------
	project-nosaoterm
------------------------------------------------------------*/
#project-term #conts .comLead p {
  margin-top: 10px;
  letter-spacing: 2px;
}
#project-term #conts .area dl {
  margin-bottom: 20px;
}
#project-term #conts .area dt {
  position: absolute;
  padding: 15px;
  color: #618e34;
  font-size: 1.4em;
  width: 20%;
}
#project-term #conts .area dd {
  padding: 15px;
  padding-left: 25%;
  font-size: 1.4em;
  border-bottom: 1px dashed #ccc;
}
@media all and (min-width: 0) and (max-width: 767px) {
  #project-term #conts .area dt {
    position: absolute;
    padding: 15px;
    color: #618e34;
    font-size: 1.4em;
    width: 20%;
  }
  #project-term #conts .area dd {
    padding: 15px;
    padding-left: 35%;
    font-size: 1.4em;
    border-bottom: 1px dashed #ccc;
  }
}
/*------------------------------------------------------------
	project-building
------------------------------------------------------------*/
#project-building #conts .comLead {
  padding: 45px 36px 10px;
}
#project-building #conts .comLead .headLine04 {
  margin-top: 20px;
}
#project-building .kaki,
#project-building #conts .baseTab .name.kaki {
  color: #ea5550;
}
#project-building .sougou,
#project-building #conts .baseTab .name.sougou {
  color: #0075c2;
}
#project-building #conts .txtList {
  margin: 10px 0 0;
}
#project-building #conts .txtList li {
  margin-bottom: 3px;
  padding-left: 15px;
  line-height: 1.7;
  font-size: 14px;
  background: url(../common/images/icon14.png) no-repeat left 7px;
}
#project-building #conts .attentiontext {
  color: #ea5550;
  font-size: 1.3em;
  margin-top: 10px;
}
#conts .comDlList .pay {
  color: #618e34;
  font-size: 1.6em;
}
#conts .comDlList .pay span {
  font-size: 0.8em;
  color: #ea5550;
}
.paywrapp {
  margin-top: 5px;
  border-radius: 15px;
  border: 3px solid #689734;
}

#conts .paywrapp .tit {
  font-size: 1em;
  letter-spacing: 1px;
  background: #689734;
  color: #fff;
  text-align: center;
  padding: 13px 5px;
  border-radius: 15px 15px 0 0;
  margin-top: -5px;
}
#project-building .buildingflow {
  display: table;
  width: 460px;
  margin: 20px auto;
}
#project-building .buildingflow li {
  display: table-cell;
  width: 140px;
  color: #444444;
  text-align: center;
  padding-right: 15px;
  background: url(../images/03/project-building/arrow.png) center right
    no-repeat;
}
#project-building .buildingflow li p {
  font-size: 0.8em;
  margin-top: 5px;
}
#project-building .buildingflow li:last-child {
  background: none;
}
/*------------------------------------------------------------
project-implements
------------------------------------------------------------*/
#project-implements #conts .noteList li {
  margin-bottom: 8px;
  color: #ea5550;
  font-size: 0.9em;
  line-height: 1.75;
}
#project-implements #conts .attentiontext {
  margin-bottom: 8px;
  color: #ea5550;
  font-size: 1.3em;
  line-height: 1.75;
}
/*------------------------------------------------------------
	association
------------------------------------------------------------*/
#association #conts .sec {
  padding: 30px 20px 0;
}

#association #conts .mapBox .map {
  padding: 1px 20px 0 0;
  float: right;
}

#association #conts .mapBox .mapLink {
  width: 200px;
  float: left;
}

#association #conts .mapBox .mapLink li {
  margin-top: 10px;
}

#association #conts .mapBox .mapLink .link05 {
  margin-bottom: 30px;
}

#association #conts .mapBox .mapLink li:last-child {
  margin-bottom: 0;
}

#association #conts .mapBox .mapLink li a {
  padding: 14px 31px 13px;
  position: relative;
  display: block;
  color: #222;
  font-size: 1.5em;
  border-radius: 15px;
  text-decoration: none;
  background-color: #f5b2b2;
}

#association #conts .mapBox .mapLink .link01 a {
  background-color: #f5b2b2;
}

#association #conts .mapBox .mapLink .link02 a {
  background-color: #fac659;
}

#association #conts .mapBox .mapLink .link03 a {
  background-color: #fff562;
}

#association #conts .mapBox .mapLink .link04 a {
  background-color: #a2d8e2;
}

#association #conts .mapBox .mapLink .link05 a {
  background-color: #d1df4c;
}

#association #conts .mapBox .mapLink .link06 a {
  background-color: #d3d3d3;
}

#association #conts .mapBox .mapLink li a:before {
  width: 10px;
  height: 15px;
  margin-top: -8px;
  background: url(../common/images/icon07.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;

  content: "";
}

#association #conts .mapBox .mapLink li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #association #conts .content {
    border-radius: 0 0 10px 10px;
  }

  #association #conts .sec {
    padding: 14px 20px 12px;
  }

  #association #conts .headLine01 {
    display: none;
  }

  #association #conts .mapBox {
    margin-right: -5px;
  }

  #association #conts .mapBox .mapLink {
    margin: -14px 0 21px;
    width: auto;
    float: none;
  }

  #association #conts .mapBox .mapLink li {
    margin: 14px 0 0;
    width: 47.5%;
    float: left;
  }

  #association #conts .mapBox .mapLink li:nth-child(2n) {
    float: right;
  }

  #association #conts .mapBox .mapLink li a {
    padding: 10px 15px 9px;
    font-size: 1em;
    border-radius: 8px;
  }

  #association #conts .mapBox .mapLink li a:before {
    width: 7px;
    height: 10px;
    margin-top: -5px;
    right: 15px;
    background: url(../common/images/sp_icon07.png) no-repeat;
    background-size: 7px 10px;
  }

  #association #conts .mapBox .mapLink li a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #association #conts .mapBox .map {
    padding: 0;
    float: none;
    text-align: center;
    clear: both;
  }

  #association #conts .mapBox .map img {
    max-width: 100%;
  }
}

/*------------------------------------------------------------
	association-chikuzen
------------------------------------------------------------*/
#association-chikuzen #conts p {
  margin-bottom: 20px;
}

#association-chikuzen #conts .area {
  margin-left: 30px;
  margin-bottom: 30px;
}

#association-chikuzen #conts .h4Ttl {
  margin-bottom: 10px;
}

#association-chikuzen #conts .pdfLink {
  margin-bottom: 16px;
}

#association-chikuzen #conts .pdfLink li {
  margin: 0 7px 10px 0;
  display: inline-block;
  vertical-align: top;
}

#association-chikuzen #conts .pdfLink li a {
  padding: 4px 20px 5px 15px;
  display: inline-block;
  color: #fff;
  font-size: 1.4em;
  border-radius: 5px;
  background-color: #618e34;
}

#association-chikuzen #conts .pdfLink li a .ico {
  padding-right: 13px;
  display: inline-block;
  background: url(../common/images/icon09.png) no-repeat right center;
}

#association-chikuzen #conts .pdfLink li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#association-chikuzen #conts .map {
  margin-bottom: 13px;
}

#association-chikuzen #conts .map iframe {
  vertical-align: top;
}

#association-chikuzen #conts .addTxt {
  margin-bottom: 10px;
}

#association-chikuzen #conts .telList li {
  margin-right: 15px;
  padding-left: 25px;
  display: inline;
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  background: url(../common/images/icon10.png) no-repeat left center;
}

#association-chikuzen #conts .telList .fax {
  background-image: url(../common/images/icon11.png);
}

@media all and (min-width: 0) and (max-width: 767px) {
  #association-chikuzen .asideMenu {
    margin-bottom: 14px;
  }

  #association-chikuzen #conts .headLine01 {
    padding: 9px 0 8px;
    text-align: center;
  }

  #association-chikuzen #conts .pTop {
    margin-bottom: 20px;
  }

  #association-chikuzen #conts p {
    margin-bottom: 25px;
  }

  #association-chikuzen #conts .headLine02 {
    padding-left: 14px;
    margin-bottom: 12px;
    font-size: 1.6em;
    background-size: 13px 13px;
  }

  #association-chikuzen #conts .area {
    margin-left: 15px;
  }

  #association-chikuzen #conts .h4Ttl {
    margin-bottom: 3px;
  }

  #association-chikuzen #conts .pdfLink {
    margin: 0 2px 14px;
  }

  #association-chikuzen #conts .pdfLink li {
    margin: 0 7px 9px 0;
  }

  #association-chikuzen #conts .pdfLink li a {
    padding: 2px 10px 3px 8px;
    font-size: 1.5em;
    border-radius: 3px;
  }

  #association-chikuzen #conts .pdfLink li a .ico {
    padding-right: 20px;
  }

  #association-chikuzen #conts .pdfLink li a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #association-chikuzen #conts .map {
    margin-bottom: 8px;
    height: auto;
    background-color: #ccc;
  }

  #association-chikuzen #conts .map iframe {
    height: 135px;
    vertical-align: top;
  }

  #association-chikuzen #conts .addTxt {
    margin-bottom: 0px;
  }

  #association-chikuzen #conts .telList li {
    margin-right: 10px;
    padding-left: 15px;
    font-size: 1.7em;
    background-size: 11px auto;
  }

  #association-chikuzen #conts .telList .fax {
    margin-right: 0;
    padding-left: 20px;
    background-size: 14px auto;
  }
}
/*------------------------------------------------------------
	links
------------------------------------------------------------*/
#links #conts {
  width: 700px;
  float: none;
  margin: 0 auto;
}

#links #conts .content {
  padding: 30px 20px 28px;
}

#links #conts .areaLink {
  margin: 0 20px 30px;
}

#links #conts .areaLink li {
  margin-right: 5px;
  display: inline;
  font-size: 1.4em;
}

#links #conts .areaLink li a {
  margin-right: 8px;
  color: #618e34;
  text-decoration: underline;
}

#links #conts .areaLink li a:hover {
  text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #links .asideMenu {
    margin-bottom: 0;
  }

  #links #conts {
    width: auto;
  }

  #links #conts .content {
    padding: 17px 20px 20px;
    border-radius: 0 0 10px 10px;
  }

  #links #conts .areaLink {
    margin: 0 -7px 17px 0;
  }

  #links #conts .areaLink li {
    padding-bottom: 8px;
    margin-right: 5px;
    display: inline-block;
  }

  #links #conts .areaLink li a {
    margin-right: 6px;
  }

  #links #conts .areaLink li a:hover {
    text-decoration: underline;
  }
}

/*------------------------------------------------------------
	compliance
------------------------------------------------------------*/
#compliance #conts li,
#privateinfo #conts li,
#antisocial #conts li {
  list-style: decimal;
  font-size: 1.4em;
  line-height: 1.8;
  margin: 0 30px;
  margin-bottom: 10px;
}
/*------------------------------------------------------------
	antisocial
------------------------------------------------------------*/
#antisocial #conts p {
  margin-top: 20px;
}
/*------------------------------------------------------------
	publication
------------------------------------------------------------*/
#publication #conts #aar,
#publication-kumiai #conts #aar {
  width: 80%;
  margin: 0 auto;
  display: table;
}
#publication #conts #aar p,
#publication-kumiai #conts #aar p {
  width: 80%;
  display: table-cell;
}
#publication #conts ul,
#publication-kumiai #conts ul {
  margin-top: 30px;
}
#publication #conts li {
  background: url(../images/02/publication/listicon.gif) no-repeat left;
  padding-left: 10px;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN";
}
#publication #conts li a,
#publication-kumiai #conts li a {
  color: #618e34;
  text-decoration: underline;
}
/*------------------------------------------------------------
#publication-kumiai
------------------------------------------------------------*/
#publication-kumiai .subtitle {
  width: 25%;
  float: left;
  padding: 15px 0;
  border-right: 2px solid #bbb;
}
#publication-kumiai div.Box ul {
  width: 70%;
  float: right;
  padding: 15px 0;
}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news #conts,
#contact #conts {
  width: 700px;
  float: none;
  margin: 0 auto;
}
#news #conts h3 {
  color: #618e34;
  font-size: 1.8em;
  border-bottom: 1px solid #888;
  padding-bottom: 15px;
}
#news #conts .wrap {
  padding: 15px;
}
#news #date {
  margin: 15px 0;
  text-align: right;
}

table.typ1 {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border: 1px solid #ccc;
}
table.typ1 thead {
  border: 1px solid #ccc;
  background: #eeeeee;
}
table.typ1 thead th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  color: #222;
  border: 1px solid #ccc;
}
table.typ1 tbody th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  color: #618e34;
}
table.typ1 td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ccc;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #news #conts,
  #contact #conts {
    width: 100% !important;
  }
}

/*------------------------------------------------------------
	prlist
------------------------------------------------------------*/
#news #conts .wrap .prlist {
  display: inline-block;
}

#news #conts .wrap .prlist dl {
  width: 40%;
  display: inline-block;
}
@media all and (min-width: 0) and (max-width: 767px) {
  #news #conts .wrap .prlist dl {
    padding: 20px 0px;
    font-size: 14px;
    width: auto;
  }
  #news #conts .wrap .prlist dd {
    padding: 0px 0px 0px 100px;
  }
}

/*------------------------------------------------------------
	pager
------------------------------------------------------------*/
.pager {
  text-align: right;
}
.pager .page-numbers {
  font-size: 1.3em;
  padding: 3px;
}
/*------------------------------------------------------------
	pager
------------------------------------------------------------*/
#contact #conts {
  padding: 15px;
}
#contact #conts .content {
  padding: 30px;
}
#contact #conts dl,
#project-insurance #conts dl {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#contact #conts dt,
#project-insurance #conts dt {
  font-size: 1.5em;
  position: absolute;
  margin-bottom: 25px;
}
#contact #conts dd,
#project-insurance #conts dd {
  font-size: 1.4em;
  padding-left: 30%;
  margin-bottom: 25px;
  min-height: 25px;
}
#project-insurance #conts dt span {
  background: #f19072;
  padding: 2px 10px;
  color: #fff;
  margin-left: 15px;
}
#project-insurance .mwform-tel-field input {
  width: 20%;
}

#contact input,
#contact textarea,
#project-insurance input,
#project-insurance textarea {
  border: 1px solid #c4c4c4;
  width: 100%;
}
.mwform-radio-field {
  font-size: 1rem;
  display: block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
  margin-right: 10px;
}
#project-insurance input[type="radio"] {
  width: auto;
}
input.submit_button {
  display: block;
  padding: 15px 40px;
  font-size: 1.2em;
  background-color: #618e34;
  border-radius: 5px;
  color: #fff;
  border-style: none;
  width: 163px !important;
  margin: 0 auto;
}
@media all and (min-width: 0) and (max-width: 767px) {
  #contact #conts {
    padding: 0;
  }
  #contact #conts .content {
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    padding: 10px;
  }
  #contact #conts dl,
  #project-insuranc #conts dl {
    margin: 0 auto;
  }
  #contact #conts dt,
  #project-insuranc #conts dt {
    position: inherit;
    margin-bottom: 5px;
  }
  #contact #conts dd,
  #project-insuranc #conts dd {
    padding: 0;
  }
  #contact input,
  #contact textarea,
  #project-insurance input,
  #project-insurance textarea {
    width: 100%;
  }
}

#project-insurance #conts .txtList.insurance li {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 10px 0;
  padding: 1px 0 0 15px;
}

#panfbtn a {
  display: block;
  border: 3px solid #618e34;
  text-align: center;
  color: #618e34;
  width: 100%;
  padding: 20px 0;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
#panfbtn a img {
  vertical-align: middle;
  margin-left: 20px;
}

/*------------------------------------------------------------
	recriut
------------------------------------------------------------*/

#recruit .recruitImg img{
	max-width: 100%;
}

#recruit #conts .newsArea {
    clear: both;
    border: 2px solid #f19072;
    border-radius: 10px;
    background-color: #fff;
}

#recruit #conts .newsArea h2 {
  padding: 9px 60px 12px;
  position: relative;
  color: #fff;
  font-size: 1.8em;
  border-radius: 5px 5px 0 0;
  background: url(../common/images/icon03.png) no-repeat 20px 9px #f19072;
  font-weight: inherit;
}

#recruit #conts .newsArea h2 .more {
  position: absolute;
  padding-right: 13px;
  right: 18px;
  top: 13px;
  display: inline-block;
  color: #fff;
  font-size: 0.7777em;
  background: url(../common/images/icon04.png) no-repeat right center;
}

#recruit #conts .newsArea dl,
#recruit #conts dl {
  padding: 17px 21px 4px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.45;
  font-family: "Roboto", sans-serif;
}

#recruit #conts .newsArea dt{
  color: #e47c6e;
  float: left;
}

#recruit #conts .newsArea dt.important {
  display: none;
}
#recruit #conts .newsArea dd.important {
  padding: 0 0 5px 0;
}
#recruit #conts .newsArea dd.important a {
  background-color: #ffeda9;
  padding: 2px 5px;
}

#recruit #conts .prArea {
  clear: both;
  border: 2px solid #f4ab53;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 30px;
}

#recruit #conts .prArea h2 {
  padding: 9px 60px 12px;
  position: relative;
  color: #fff;
  font-size: 1.8em;
  border-radius: 5px 5px 0 0;
  background: url(../common/images/icon15.png) no-repeat 20px 9px #f4ab53;
  font-weight: inherit;
}

#recruit #conts .prArea h2 .more {
  position: absolute;
  padding-right: 13px;
  right: 18px;
  top: 13px;
  display: inline-block;
  color: #fff;
  font-size: 0.7777em;
  background: url(../common/images/icon04.png) no-repeat right center;
}

#recruit #conts .prArea dl {
  text-align: center;
}

#recruit #conts .prArea dl {
  padding: 0px 5px;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.45;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  width: 23%;
}

#recruit #conts .prArea dt {
  color: #e47c6e;
  padding-top: 15px;
  text-align: left;
}

#recruit #conts .prArea dd {
  text-align: left;
}
#recruit #conts .prArea dt.important {
  display: none;
}
#recruit #conts .prArea dd.important {
  padding: 0 0 5px 0;
}
#recruit #conts .prArea dd.important a {
  background-color: #ffeda9;
  padding: 2px 5px;
}

#recruit #conts .content {
  padding: 30px 20px 28px;
}

#recruit #conts .prn {
  margin: 30px 10px 20px 10px;
}

#recruit #conts .prn img {
  width: 80%;
  height: auto;
}

#recruit #conts {
    width: 700px;
    float: none;
    margin: 0 auto;
}

#recruit #conts .recruitNews{
	width: 660px;
}

#recruit .recruitImg p{
	margin: 15px 0 30px 0;
}

#recruit .newsArea a{
	padding-left: 13px;
}

.recruitNews h3{
	margin: 40px 0 10px;
    color: #618e34;
    font-size: 2em;
	text-align: center;
}

#recruit #conts .veterinarianArea{
	border: 2px solid #618E34;
}

#recruit #conts .veterinarianArea h2{
	background: url(../common/images/icon03.png) no-repeat 20px 9px #618E34;
}

#recruit #conts .ve_prArea{
	border: 2px solid #a6bc59;
}

#recruit #conts .ve_prArea h2{
	background: url(../common/images/icon15.png) no-repeat 20px 9px #a6bc59;
}

@media all and (min-width: 0) and (max-width: 767px){
	#recruit #conts .newsArea {
    border-width: 1px;
    border-radius: 10px;
  }

  #recruit #conts .newsArea h2 {
    padding: 5px 42px 7px;
    border-radius: 8px 8px 0 0;
    background: url(../common/images/sp_icon01.png) no-repeat 9px 7px #f19072;
    background-size: 25px 24px;
  }

  #recruit #conts .newsArea h2 .more {
    right: 16px;
    top: 8px;
  }

  #recruit #conts .newsArea dl {
    padding: 6px 9px 2px;
    line-height: 1.75;
  }

  #recruit #conts .newsArea dd {
    padding: 0 0 1px 5.8em;
  }
	
  #recruit #conts .prArea {
    border-width: 1px;
    border-radius: 10px;
  }

  #recruit #conts .prArea h2 {
    padding: 5px 42px 7px;
    border-radius: 8px 8px 0 0;
    background: url(../common/images/sp_icon08.png) no-repeat 9px 7px #f4ab53;
    background-size: 25px 24px;
  }

  #recruit #conts .prArea h2 .more {
    right: 16px;
    top: 8px;
  }

  #recruit #conts .prArea dl {
    width: 46%;
    text-align: center;
    padding: 10px 4px;
  }

  #recruit #conts .prArea dt {
    text-align: left;
  }

  #recruit #conts .prArea dd {
    text-align: left;
  }
	
  #recruit #conts .content {
    padding: 17px 20px 20px;
    border-radius: 0 0 10px 10px;
  }
	
  #index #conts .prn {
    margin: 10px 0px 0px 14px;
  }
	
  #index #conts .prn img {
    width: 70%;
    height: auto;
  }

  #recruit #conts .prn {
    margin: 10px 0px 0px 14px;
	}
	#index #conts .prn img {
		width: 70%;
		height: auto;
	}
	
	#recruit #conts{
		width: auto;
	}
	
	#recruit #conts .recruitNews{
		width: auto;
	}
}

/*------------------------------------------------------------
	simulator
------------------------------------------------------------*/

#simulator * {
  box-sizing: border-box;
}
#simulator .small {
  font-size: 13px;
}
#simulator .furniture-radio-group .small {
  display: block;
}
#simulator h3 {
  border-bottom: 2px solid #618D34;
  border-top: 2px solid #618D34;
  color: #618D34;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 15px;
  width: 100%;
}
#simulator input[type="number"] {
  padding: 5px 10px;
}
#simulator button {
  padding: 5px 10px;
}
#simulator #conts {
  font-size: 14px;
  width: 100%;
}
#simulator #conts .content {
  padding: 30px;
}
#simulator .tab {
  display: none;
}
#simulator .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
#simulator .tab-label {
  background-color: #f5f5f5;
  border-radius: 5px;
  cursor: pointer;
  flex: 1;
  max-width: 300px;
  order: -1;
  padding: 10px 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}
#simulator .tab-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
}
#simulator .tab-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
#simulator .tabs {
  width: 100%;
}
#simulator .tabs {
  width: 100%;
}
#simulator .tabs .tab > div {
  background-color: #f4ab53;
  border-radius: 5px;
  color: #fff;
  margin: 15px auto;
  padding: 15px;
}
#simulator .tabs .tab ul {
  display: flex;
  gap: 10px;
}
#simulator .tabs .tab ul li {
  align-items: center;
  background-color: #FDF4E7;
  border-radius: 15px;
  display: flex;
  flex: 1;
  flex-flow: column;
  padding-bottom: 20px;
}
#simulator .tabs .tab ul li:first-of-type {
  background-color: #F3FAF6;
}
#simulator .tabs .tab ul li:last-of-type {
  background-color: #f5f5f5;
}
#simulator .tabs .tab ul li h3 {
  background-color: #EB5E39;
  border: none;
  border-radius: 15px 15px 0 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
#simulator .tabs .tab ul li:first-of-type h3 {
  background-color: #2C6543;
}
#simulator .tabs .tab ul li:last-of-type h3 {
  background-color: #888;
}
#simulator .tabs .tab ul li h4 {
  background-color: #EB5E39;
  border-radius: 5px;
  color: #fff;
  margin: 20px auto 10px;
  padding: 10px 0;
  text-align: center;
  width: calc(100% - 60px);
}
#simulator .tabs .tab ul li:first-of-type h4 {
  background-color: #2C6543;
}
#simulator .tabs .tab ul li:last-of-type h4 {
  background-color: #888;
}
#simulator .tabs .tab ul li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
  width: 100%;
}
#simulator .tabs .tab ul li dl dt {
  font-weight: bold;
  width: 50%;
}
#simulator .tabs .tab ul li dl dd {
  text-align: right;
  width: 50%;
}
#simulator .tabs .tab ul li dl dd:last-of-type {
  color: #f19072;
  font-weight: bold;
}

/* アクティブなタブ */
#simulator .tab-switch:checked+.tab-label {
  background-color: #618D34;
  color: #fff;
}
#simulator .tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  margin-top: 30px;
  overflow: auto;
  opacity: 1;
  transition: .5s opacity;
}
/* ラジオボタン非表示 */
#simulator .tab-switch {
  display: none;
}
#simulator .furniture-manual-input {
  display: none;
}
#simulator .tabs .tab .furniture-radio-group {
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
  width: 100%;
}
#simulator .tabs .tab .furniture-radio-group input[type="radio"] {
  display: none;
}
#simulator .tabs .tab .furniture-radio-group label {
  background-color: #f5f5f5;
  border: none;
  border-radius: 5px;
  color: #222;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-flow: column;
  justify-content: center;
  max-width: 300px;
  padding: 5px 10px;
  text-align: center;
  transition: background-color 0.3s;
}
#simulator .furniture-radio-group input[type="radio"]:checked + label {
  background-color: #618D34;
  color: white;
}
#simulator .tabs .tab > div.tab {
  background-color: transparent;
  color: #222;
}
#simulator .tabs .tab .furniture-manual-input {
  background-color: transparent;
}
#simulator .tabs .tab .furniture-manual-input > div {
  align-items: center;
  color: #222;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
@media all and (min-width: 0) and (max-width: 767px){
  #simulator .tabs .tab ul {
    flex-flow: column;
  }
  #simulator .tabs .tab .furniture-radio-group label {
    min-width: 40%;
  }
}

.first-txt-box {
	position: relative;
	display: flex;
	margin-top: 4vh;
    margin-bottom: 50px;
    padding: 30px;
    border-top: 2px solid #FF9800;
    border-bottom: 2px solid #FF9800;
}
.first-txt-box::after {
	content: '▼';
    position: absolute;
    bottom: -20px;
    left: 50%;
    color: #FF9800;
}
.first-txt {
	font-weight: bold;
}
.first-txt span {
	font-size: 30px;
    color: #FF9800;
}
.first-img {
	width: 35%;
    position: absolute;
    right: 30px;
    top: -50px;
}
.first-img img {
	width: 100%;
}

@media all and  (max-width: 767px) {
	.first-txt-box {
		margin-top: 22vh;
	}
	.first-txt span {
		font-size: 20px;
	}
	.first-img {
		width: 90%;
		top: -65%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
}