@charset "UTF-8";
.henshu {
  text-align: center;
  margin-bottom: 30px;
}

.henshu .post-edit-link {
  display: inline-block;
  background-color: #eeeeee;
  padding: 19px 15px;
  border-radius: 100px;
}

#home_topimg {
  width: 100%;
  height: 100%;
  background-color: #e8f2e3;
  background-position: 0 0;
  text-align: center;
  position: relative;
}

#home_topimg img {
  border: 1px solid #CCCCCC;
  margin: 0 auto;
  display: block;
  margin-top: 0 !important;
  height: 100% !important;
  width: auto !important;
}

#content .home_entry {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#content .home_entry p {
  padding: 4px 10px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
各テンプレート共通
–––––––––––––––––––––––––––––––––––––––––––––––––– */
div.post {
  padding-top: 38px;
  width: 100%;
  overflow: hidden;
  min-height: 600px;
}

div.post a:hover {
  background-color: inherit;
}

div.post h1 {
  font-size: 32px;
  padding-left: 30px;
  padding-bottom: 33px;
  font-weight: normal;
}

div.post h1 span {
  color: #8edc8a;
  padding-right: 10px;
}

div.post h1 span:before {
  color: #8edc8a;
}

div.post h2 {
  font-size: 52px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  padding: 50px 0;
}

div.post h2 span.sub-title {
  font-size: 20px;
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
}

div.post #page_topimg {
  max-height: 320px;
  position: relative;
  overflow: hidden;
}

div.post #page_topimg p {
  font-size: 34px;
  color: white;
  position: absolute;
  bottom: 25px;
  left: 30px;
  text-shadow: 0px 1px 3px #333;
  line-height: 1.3;
  font-weight: 600;
}

div.post .bg-img {
  height: 320px;
}

div.post .top-fact {
  background: url(../images/img_factory_top.jpg) center center/cover no-repeat;
}

div.post .top-qa {
  background: url(../images/img_quality_top.jpg) center center/cover no-repeat;
}

div.post img {
  width: 100%;
  vertical-align: bottom;
}
div.single .entry img {
  max-width: 100%;
  width: auto;
}

div.post .pc-none {
  display: none;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's（各テンプレート共通）
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  div.post {
    width: auto;
    min-height: auto;
    padding-top: 10px;
    min-height: inherit;
  }
  div.post h1 {
    font-size: 18px;
    padding-left: 15px;
    padding-bottom: 10px;
  }
  div.post h2 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.4;
    padding: 40px 25px 15px;
    box-sizing: border-box;
    letter-spacing: -1px;
  }
  div.post h2 span.sub-title {
    font-size: 16px;
  }
  div.post #page_topimg {
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  div.post #page_topimg p {
    font-size: 22px;
    bottom: 10px;
    left: 15px;
  }
  div.post .sp-none {
    display: none;
  }
  div.post .pc-none {
    display: block;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
製品紹介
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.post .top-product {
    background: url(../images/img_product01.jpg) center center/cover no-repeat;
}
.post p.pr-text {
  margin-bottom: 50px;
  text-align:center;
  font-size:14px;
}
.box-product {
	width:100%;
}
.box-product h2 {
	text-align:center;
	font-size:32px!important;
}
.box-product ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin:0;
	padding:0;
}
.box-product ul li {
  width:30%;
  float:left;
  margin:0 2% 2% 0;
  padding:17px 0% 10px 2%;
  list-style-type: none;
  color:#ffffff;
  background : #63C65E;
  background : rgba(99, 198, 94, 1);
  border-radius : 5px;
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
}

.box-product ul li:nth-child(3n) {
  margin:0 0 2% 0;
}
.box-product ul li:last-child {
  width:100%;
  margin:0;
}
.box-product ul li span {
font-size: 42px;
    float: left;
    margin-right: 16px;
    position: relative;
    top: calc(50% - 30px);
}

.box-product02 {
	width:100%;
}
.box-product02 h2 {
	text-align:center;
	font-size:32px !important;
}
.box-product02 h3 {
  background : #63C65E;
  background : rgba(99, 198, 94, 1);
  color:#ffffff;
  padding:10px;
}
.box-product02 img {
	width: auto !Important;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 30px 0%;
}
.box-product02 ul {
	width:100%;
	margin:0;
	padding:0;
}
.box-product02 ul li {
  width:100%;
  margin:0;
  padding:11px 0% 10px 0%;
  list-style-type: none;
  color:#222222;
  border-top : 1px solid #63C65E;
  display:table;
}
.box-product02 ul li span {
    font-weight: bold;
    float: none;
    display: table-cell;
    margin-right: 15px;
	width:25%;
}
.box-product_box {
	width:32%;
	margin:0 2% 0 0;
	float:left;
}
.box-product_box:last-child {
	margin:0;
}
.box-product03 {
    position: relative;
    overflow: hidden;
}
.box-product03 img {
	width:50% !important;
	float:right;
}

.box-product04 h2 {
	text-align:center;
	font-size:20px !Important;
}
.box-product04 h3 {
	text-align:left;
	font-size:16px !Important;
	margin-bottom:5px;
}
.box-product04 table {
  width:100%;
  border-spacing:0px;
  margin-bottom:20px;
	border-spacing: 1px;
}
.box-product04 table td:nth-child(odd) {
  background : #63C65E;
  color:#ffffff;
  padding:5px 10px;
  width:15%;
}
.box-product04 table td:nth-child(even) {
  background : #ffffff;
  color:#000000;
  padding:5px 10px;
}

.box-product05 h2 {
	text-align:center;
	font-size:20px !Important;
}
.box-product05 p.product_image {
	width: 36% !Important;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
	text-align:center;
}
.box-product05 p.product_image:nth-child(5) {
    width: 24% !Important;
    margin-right: 0%;
    margin-bottom: 2%;
    float: right;
}
.box-product05 p.product_image:nth-child(9) {
    width: 24% !Important;
    margin-right: 0%;
    margin-bottom: 2%;
    float: right;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's（品質・FSSC）
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
	.box-product ul li {
    width: 100%;
    margin: 2% 0%;
	padding: 17px 2% 10px 2%;
	}
	.box-product ul li:nth-child(3n) {
    margin:2% 0;
	}
	.box-product ul li span {
    top: calc(50% - 34px);
	}
	.box-product ul li span.sp {
    position: initial;
	}
	.box-product_box {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
	}
	.box-product04 table td:nth-child(odd) {
    display: block;
    width: 96%;
	padding:5px 2%;
	}
	.box-product04 table td:nth-child(even) {
    display: block;
    width: 96%;
	padding:5px 2%;
	}
}
@media only screen and (max-width: 480px) {
	.box-product05 p.product_image {
    width: 100% !Important;
    float: none;
	}
	.box-product05 p.product_image:nth-child(5) {
    width: 100% !Important;
    float: none;
	}
	.box-product05 p.product_image:nth-child(9) {
    width: 100% !Important;
    float: none;
	}
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
品質・FSSC
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fssc-ul {
  padding-left: 1.5em;
  margin: 5px 0px 15px;
}

.fssc-ul li {
  margin-bottom: 0;
}

.box1-2 {
  display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
  background-color: #eefbed;
  min-height: 320px;
}

.box-quality {
  display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
  background-color: #eefbed;
  min-height: 320px;
}

.box-quality_img_l,
.box-quality_img_r {
	width: 50%;
}

.box-quality_r {
	flex-direction: row-reverse;
}

.box-quality_doc {
	width: 50%;
	padding: 2em 2.5em;
	box-sizing: border-box;
	line-height: 1.8;
}

.b-inner-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: .5em;
}

.box1-2 .box-left {
  width: 65%;
}

.box1-2 .box-right {
  width: calc(65% - 2em);
	margin-right: 2em;
}

.box1-2 .box-common {
  overflow: hidden;
  max-height: 400px;
}

.box1-2 .box-inner {
  padding: 30px 40px;
  box-sizing: border-box;
}

.box1-2 .b-inner-title {
  font-size: 27px;
  padding-bottom: 15px;
  font-weight: bold;
  line-height: 1.3;
}

.box-fssc {
  /* background: url(../images/img_quality_bk.jpg) bottom left no-repeat; */
  background-size: cover;
  padding-bottom: 100px;
}

.box-fssc h2 {
  padding-bottom: 35px;
}

.box-fssc h2 + img {
  max-width: 149px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.box-fssc .descript {
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0 25px;
}

.box-fssc .descript .b-inner-title {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
}

.box-fssc .box-1-4 {
  display: table;
  table-layout: fixed;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 12px;
  box-sizing: border-box;
  border-spacing: 6px 0px;
  position: relative;
}

.box-fssc .box-1-4 .bg-ca {
  background-color: #63c65e;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

.box-fssc .box-1-4 .inner-box {
  display: table-cell;
  width: 25%;
  text-align: center;
  z-index: 2;
  position: inherit;
}

.box-fssc .box-1-4 .inner-box p.chara-txt {
  color: white;
  padding-top: 5px;
}

#sp_merit-box {
  display: none;
}

#pc_merit-box {
  width: calc( 100% - 10em);
  max-width: 1000px;
  margin: 0 auto 60px;
}

#pc_merit-box .merit-block {
  width: 100%;
  vertical-align: top;
  padding-bottom: 20px;
  border-spacing: 20px 0;
  margin: 0 auto;
}

#pc_merit-box .merit-block tr th {
  background-color: #63c65e;
  color: white;
  font-size: 20px;
  line-height: 1.4;
  padding: 15px;
  width: 50%;
}

#pc_merit-box .merit-block tr td {
  background-color: #eefbed;
  padding: 1em 1.75em;
  width: 50%;
}

#pc_merit-box .merit-block tr .cell-none {
  background: none;
  border: none;
}

#pc_merit-box p {
  max-width: 1000px;
  margin: 0 auto;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's（品質・FSSC）
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  .box1-2 {
    display: block;
    background-color: white;
    padding: 0 25px;
  }
  .box1-2 .box-left {
    float: none;
    width: 100%;
  }
  .box1-2 .box-right {
    float: none;
    width: 100%;
  }
  .box1-2 .box-inner {
    padding: 20px 0px;
    box-sizing: border-box;
  }
  .box1-2 .b-inner-title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .box-fssc {
    background: none;
    padding-bottom: 40px;
  }
  .box-fssc h2 {
    padding-bottom: 35px;
  }
  .box-fssc h2 + img {
    max-width: 149px;
    width: 30%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .box-fssc .descript {
    margin: 0 auto 30px;
    padding: 0 25px;
  }
  .box-fssc .box-1-4 {
    display: block;
    margin: 0 auto;
    padding: 10px 20px 10px 25px;
    box-sizing: border-box;
    background-color: #63c65e;
  }
  .box-fssc .box-1-4 .inner-box {
    display: block;
    width: 50%;
    text-align: center;
    float: left;
    padding: 10px 5px 0 0;
    box-sizing: border-box;
  }
  #pc_merit-box {
    display: none;
  }
  #sp_merit-box {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 25px 40px;
    box-sizing: border-box;
  }
  #sp_merit-box .merit-block {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-bottom: 20px;
  }
  #sp_merit-box dl {
    border-bottom: #97d994 solid 10px;
  }
  #sp_merit-box dl dt {
    background-color: #63c65e;
    color: white;
    font-size: 16px;
    line-height: 1.4;
    padding: 15px;
  }
  #sp_merit-box dl dd {
    font-size: 12px;
    background-color: #eefbed;
    padding: 15px;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
ご提案
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.post .top-pr {
  background: url(../images/img_proposal_top_new.jpg) center center/cover no-repeat;
}

.post .pr-title {
  padding-bottom: 70px;
}

.post .pr-title span.sub-title {
  padding-top: 20px;
}

.box-proposal {
  width: calc( 100% - 10em);
  max-width: 1000px;
  margin: 0 auto;
}

.box-proposal .box1-2 {
  background-color: white;
  margin: 0 -100%;
  padding: 6em 100% 6em;
}

.box-proposal .box1-2:nth-child(odd) {
  background-color: #eefbed;
}

.box-proposal .box1-2:last-child {
  padding-bottom: 60px;
}

.box-proposal .box1-2 .box-common {
  box-sizing: border-box;
  max-width: 35%;
}

.box-proposal .box1-2 .box-inner {
  padding: 0;
  padding-bottom: 15px;
}

.box-proposal .box1-2 .box-inner h3 {
  padding-bottom: 30px;
}

.box-proposal .box1-2 .box-inner h3 span {
  font-weight: normal;
  font-size: 32px;
  line-height: 1.4;
}

.box-proposal .box1-2 .box-inner h4 {
  display: inline-block;
  margin-bottom: 15px;
}

.box-proposal .box1-2 .box-inner h4 span {
  font-weight: normal;
  font-size: 18px;
  color: white;
  background-color: #256920;
  display: inline-block;
  border-radius: 100px;
  padding: 2px 30px;
}

.box-proposal .box1-2 .box-inner .descript {
  font-weight: 600;
}

.box-proposal .box1-2 .hukidasi-box {
  clear: both;
  display: table;
  background-color: #63c65e;
  color: white;
  width: 100%;
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  z-index: 0;
}

.box-proposal .box1-2 .hukidasi-box span {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  padding-right: 20px;
}

.box-proposal .box1-2 .hukidasi-box p {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
}

.box-proposal .box1-2 .hukidasi-box:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 5%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #63c65e transparent transparent transparent;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's（ご提案）
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  .box-proposal {
    width: 100%;
    margin: 0;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .box-proposal .box1-2 {
    padding: 0;
    margin: 0;
    padding-bottom: 40px;
    margin: 0 -25px;
    padding: 20px 25px 20px;
  }
  .box-proposal .box1-2:nth-child(odd) {
    background-color: #eefbed;
  }
  .box-proposal .box1-2:last-child {
    padding-bottom: 40px;
  }
  .box-proposal .box1-2 .box-common {
    box-sizing: border-box;
    max-width: inherit;
    padding: 0;
  }
  .box-proposal .box1-2 .box-inner {
    padding: 0;
    padding-bottom: 20px;
  }
  .box-proposal .box1-2 .box-inner h3 {
    padding-bottom: 40px;
    text-align: center;
  }
  .box-proposal .box1-2 .box-inner h3 span {
    font-size: 22px;
  }
  .box-proposal .box1-2 .box-inner h4 {
    padding-bottom: 30px;
    display: block;
    text-align: center;
  }
  .box-proposal .box1-2 .box-inner h4 span {
    font-size: 16px;
    width: 200px;
    box-sizing: border-box;
  }
  .box-proposal .box1-2 .hukidasi-box {
    background-image: url(../images/img_proposal_bg.png);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: -15px 50%;
    margin-bottom: 20px;
    display: block;
    position: relative;
    width: auto;
    z-index: 0;
  }
  .box-proposal .box1-2 .hukidasi-box span {
    display: none;
  }
  .box-proposal .box1-2 .hukidasi-box p {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }
  .box-proposal .box1-2 .hukidasi-box:after {
    left: 50%;
  }
  .box-proposal .box1-2 .box-left {
    padding-right: 0px;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
工場見学
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.box-factry01 {
  display: table;
  width: 90%;
  margin: 0 auto;
  padding-top: 80px;
}

.box-factry01 h2 {
  text-align: left;
  display: table-cell;
  width: 45%;
  vertical-align: top;
  padding: 0;
  padding-left: 20px;
  box-sizing: border-box;
}

.box-factry01 .descript {
  display: table-cell;
  vertical-align: middle;
}

.box-factry01 img {
  display: block;
}

.box1-3 {
  overflow: hidden;
  margin-bottom: 50px;
}

.box1-3 .box-img {
  width: 33.3333333333%;
  float: left;
  max-height: 350px;
  position: relative;
}

.box1-3 .box-img .title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  padding: 15px;
  border: solid 1px white;
  font-size: 16px;
  width: 50%;
  z-index: 2;
}

.box1-3 .box-img .title-box span {
  font-size: 15px;
}

.box1-3 .box-img .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 15px;
  color: white;
  padding: 15px 30px 24px;
  display: none;
  z-index: 2;
	text-shadow: 0 2px 1px #00000070;
	transition: all .4s linear;
}

.box1-3 .box-img .txt-box ul li {
  margin: 0;
}

.box1-3 .box-img .bg-box {
  background-color: black;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.box1-3 .box-img .tap-img {
  width: 100%;
  height: 100%;
}

.box1-3 .box-img .tap-img img {
  width: 33px;
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 3;
}

.box1-3 .box-img:hover .title-box {
  display: none;
}

.box1-3 .box-img:hover .txt-box {
  display: block;
}

.box1-3 .box-img:hover .bg-box {

  background: none;
  opacity: 1;
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 100%);
}

.box1-3 .box-img:hover .tap-img {
  display: none;
}

.box-factry02 {
  display: table;
  width: 90%;
  margin: 0 auto 40px;
}

.box-factry02 .box-left {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  min-width: 280px;
}

.box-factry02 .box-left img {
  display: inline-block;
  max-width: 120px;
  box-sizing: border-box;
}

.box-factry02 .box-left img:first-child {
  padding-right: 1%;
}

.box-factry02 .box-left img:last-child {
  padding-left: 1%;
}

.box-factry02 .box-right {
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
}

.box-factry03 {
  background-color: #63c65e;
  padding: 20px 25px;
  font-size: 24px;
  color: white;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.box-factry03 p {
  display: table-cell;
}

.box-factry03 .factry_contact {
  display: table-cell;
  width: 275px;
  background-color: white;
  color: #222222;
  margin-top: 10px;
  font-size: 15px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
}

.box-factry03 .factry_contact:hover {
  background-color: white;
}

.box-factry03 .factry_contact span {
  font-size: 14px;
  background-color: #256920;
  border-radius: 5px;
  color: white;
  display: inline-block;
  margin-right: 15px;
}

.box-factry03 .factry_contact span:before {
  padding: 9px;
  display: inline-block;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's（工場見学）
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  .box-factry01 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 40px 25px 0;
    box-sizing: border-box;
  }
  .box-factry01 h2 {
    font-size: 34px;
    text-align: left;
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
  }
  .box-factry01 .descript {
    display: table-cell;
    vertical-align: top;
  }
  .box-factry01 img {
    display: block;
  }
  .box1-3 {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .box1-3 .box-img {
    width: 100%;
    float: left;
    border: none;
    box-sizing: border-box;
  }
  .box1-3 .box-img label {
    cursor: pointer;
  }
  .box-factry02 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .box-factry02 .box-left {
    display: block;
    vertical-align: top;
    width: 100%;
    min-width: inherit;
    padding-bottom: 20px;
    text-align: center;
  }
  .box-factry02 .box-left img {
    display: inline-block;
    max-width: 155px;
    width: 49%;
    float: left;
  }
  .box-factry02 .box-left img:first-child {
    padding-right: 1%;
  }
  .box-factry02 .box-left img:last-child {
    padding-left: 1%;
  }
  .box-factry02 .box-right {
    display: block;
    vertical-align: top;
    margin-bottom: 40px;
  }
  .box-factry03 {
    background-color: #256920;
    padding: 20px 25px 25px 25px;
    font-size: 18px;
    color: white;
    display: block;
  }
  .box-factry03 p {
    display: block;
  }
  .box-factry03 p .pc-none {
    display: inline-block;
  }
  .box-factry03 .factry_contact {
    display: block;
    background-color: white;
    color: #222222;
    margin-top: 10px;
    font-size: 15px;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
  }
  .box-factry03 .factry_contact a {
    font-size: 18px;
  }
  .box-factry03 .factry_contact a span {
    font-size: 14px;
    background-color: #256920;
    border-radius: 5px;
    color: white;
    display: inline-block;
    margin-right: 15px;
  }
  .box-factry03 .factry_contact a span:before {
    padding: 9px;
    display: inline-block;
  }
}

@media only screen and (max-width: 480px) {
  #top_proposal .box-img:hover .title-box {
    display: block;
  }
  #top_proposal .box-img:hover .txt-box {
    display: none;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
会社案内
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.company-link {
  text-align: center;
  border-top: solid 1px #cccccc;
  padding: 20px 0 30px;
}

.company-link a {
  border-right: solid 1px #222;
  padding: 0 1em;
}

.company-link a:last-child {
  border: none;
}

.company-bg {
  background-color: #eefbed;
}

.box-company01 {
  padding: 80px 0 0 0;
  display: table;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.box-company01 .comp-box {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 100px;
  box-sizing: border-box;
}

.box-company01 .comp-box:first-child {
  padding-left: 0px;
  padding-bottom: 60px;
  width: 66%;
  vertical-align: top;
}

.box-company01 .comp-box:last-child {
  text-align: right;
  padding-left: 0;
}

.box-company01 .comp-box h2 {
  padding: 0 0 10px 0;
  font-size: 24px;
  text-align: left;
  font-weight: 600;
}

.box-company01 .comp-box img {
  max-width: 220px;
}

.box-company01 .comp-box .name_right {
  padding-top: 1em;
  text-align: right;
}

.b-comp {
  padding-bottom: 60px;
}

.b-comp h2 span {
  font-size: 21px;
  min-width: 140px;
  box-sizing: border-box;
  color: white;
  background-color: #256920;
  padding: 10px 30px;
  display: inline-block;
  margin: 0 auto;
  font-weight: 600;
  letter-spacing: 1px;
}

.b-comp table {
  border-collapse: collapse;
  border-spacing: 0;
  width: calc( 100% - 10em);
  max-width: 1000px;
  margin: 0 auto;
}

.b-comp table td {
  border-top: solid 1px #258e2050;
  border-bottom: solid 1px #258e2050;
  padding: 1em 0;
}

.b-comp table td:first-child {
  width: 20%;
  vertical-align: top;
}

.box-company02 h2 {
  padding-bottom: 40px;
}

.box-company02 h3 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 20px;
}

.box-company02 .descript {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.box-company02 .descript li {
  list-style:none;
}

.box-company02 .desc-other01 {
  text-align: center;
}

.box-company02 .desc-other01 ol {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  box-sizing: border-box;
}

.box-company03 {
  background-color: #eefbed;
}

/* .box-company04 table td span {
  padding-left: 30px;
} */

.box-company05 {
  background-color: #eefbed;
  padding-bottom: 120px;
}

/*.box-company05 .company-fact {
  display: table;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.box-company05 .company-fact .fact-box {
  display: table-cell;
  vertical-align: top;
}

.box-company05 .company-fact .fact-box table td {
  border: none;
  padding: 0;
  vertical-align: top;
}

.box-company05 .company-fact .fact-box table td:first-child {
  width: 180px;
  padding-right: 20px;
  box-sizing: border-box;
}

.box-company05 .company-fact .fact-box table td:first-child img {
  max-width: 160px;
}

.box-company05 .company-fact .fact-box table td h3 {
  font-size: 20px;
  padding-bottom: 20px;
}

.box-company06 p {
  text-align: center;
}*/

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's（会社案内）
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  .company-link {
    border-top: none;
    display: none;
  }
  .company-link a {
    border-right: solid 1px #222;
    padding: 0 1em;
  }
  .company-link a:last-child {
    border: none;
  }
  .box-company01 {
    padding: 40px 25px 0;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .box-company01 .comp-box {
    display: block;
    padding-left: 0px;
    text-align: center;
  }
  .box-company01 .comp-box:first-child {
    padding-left: 0px;
    width: 100%;
    text-align: left;
    padding-bottom: 45px;
  }
  .box-company01 .comp-box:last-child {
    display: none;
  }
  .box-company01 .comp-box h2 {
    padding: 0 0 10px 0;
    font-size: 24px;
    text-align: center;
  }
  .box-company01 .comp-box img {
    max-width: 158px;
  }
  .b-comp {
    padding-bottom: 40px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .b-comp h2 span {
    font-size: 18px;
    min-width: 120px;
    box-sizing: border-box;
    padding: 4px 20px;
  }
  .b-comp table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 auto;
    border-bottom: solid 1px #258e20;
  }
  .b-comp table td {
    border: none;
    padding: 12px 0;
    display: block;
  }
  .b-comp table td:first-child {
    width: 100%;
    background-color: #8edc8a;
    border-top: solid 1px #258e20;
    text-align: center;
  }
  .box-company02 h2 {
    padding-bottom: 20px;
  }
  .box-company02 h3 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 10px;
  }
  .box-company02 .desc-other01 {
    text-align: center;
  }
  .box-company02 .desc-other01 ol {
    font-size: 16px;
  }
  .box-company04 table td span {
    padding-left: 15px;
  }
  .box-company05 .company-fact {
    display: block;
    width: 100%;
    padding-top: 25px;
  }
  .box-company05 .company-fact .fact-box {
    display: block;
  }
  .box-company05 .company-fact .fact-box:first-child {
    padding-bottom: 20px;
  }
  .box-company05 .company-fact .fact-box table {
    border: none;
  }
  .box-company05 .company-fact .fact-box table td {
    border: none;
    padding: 0;
    vertical-align: top;
    background: none;
    display: table-cell;
  }
  .box-company05 .company-fact .fact-box table td:first-child {
    width: 100px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .box-company05 .company-fact .fact-box table td:first-child img {
    max-width: 80px;
  }
  .box-company05 .company-fact .fact-box table td p {
    line-height: 1.5;
  }
  .box-company05 .company-fact .fact-box table td h3 {
    font-size: 16px;
    padding-bottom: 0px;
  }
  .box-company05 .company-fact .fact-box .pc-none {
    font-size: 16px;
    background-color: white;
    border: solid 1px #63c65e;
    margin: 10px 0 20px;
  }
  .box-company05 .company-fact .fact-box .pc-none a {
    padding: 8px 15px;
    display: block;
  }
  .box-company05 .company-fact .fact-box .pc-none:last-child {
    margin-bottom: 0;
  }
  .box-company05 .company-fact .fact-box .pc-none .icon {
    color: #256920;
    padding-right: .25em;
    font-size: 14px;
  }
  .box-company06 p {
    text-align: center;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Q&A
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.box-qa01 {
  width: calc( 100% - 10em);
  max-width: 1000px;
  margin: 60px auto 60px;
}

.box-qa01 .qa-catlink {
  text-align: right;
  margin-bottom: 100px;
}

.box-qa01 .qa-catlink #qa-link {
  cursor: pointer;
  display: inline-block;
}

.box-qa01 .qa-catlink #qa-link dt {
  background-color: #256920;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 8px 25px;
}

.box-qa01 .qa-catlink #qa-link dt span.icon {
  padding-left: 20px;
}

.box-qa01 .qa-catlink #qa-link dd {
  display: none;
  margin: 1em 0;
}

.box-qa01 .qa-catlink #qa-link dd span {
  display: inline-block;
  border-bottom: dotted 1px #000;
  margin-bottom: 1em;
}

div.active {
  display: block !important;
}

.box-qa02 {
  width: calc( 100% - 10em);
  max-width: 1000px;
  margin: 0 auto 120px;
  display: none;
}

.box-qa02 dl.faq-box {
  margin-bottom: 20px;
}

.box-qa02 dl.faq-box dt {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #8edc8a;
  border-left: solid 8px #258e20;
  margin-top: 20px;
}

.box-qa02 dl.faq-box dt p {
  box-sizing: border-box;
  display: table;
  padding: 15px;
  position: relative;
}

.box-qa02 dl.faq-box dt p span {
  display: table-cell;
  vertical-align: middle;
}

.box-qa02 dl.faq-box dt p .txt-q {
  color: white;
  font-size: 40px;
  padding-right: 20px;
}

.box-qa02 dl.faq-box dt p .descript {
  padding-right: 50px;
  width: 86%;
  box-sizing: border-box;
}

.box-qa02 dl.faq-box dt p .qa-btn {
  min-width: 75px;
  text-align: right;
}

.box-qa02 dl.faq-box dt p .qa-btn:before {
  content: "開く";
  color: white;
  background-color: #256920;
  padding: 6px 15px;
  font-size: 15px;
  box-sizing: border-box;
}

.box-qa02 dl.faq-box dt.active .qa-btn:before {
  content: "閉じる";
}

.box-qa02 dl.faq-box dd {
  display: none;
  border-left: solid 8px #8edc8a;
  border-bottom: solid 1px #8edc8a;
  border-right: solid 1px #8edc8a;
  padding: 15px;
}

.box-qa02 dl.faq-box dd span {
  display: table-cell;
  vertical-align: top;
}

.box-qa02 dl.faq-box dd .txt-a {
  color: #256920;
  font-size: 40px;
  padding-right: 20px;
}

.box-qa02 dl.faq-box dd .descript {
  padding-top: 15px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's（Q&A）
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  .box-qa01 {
    width: 100%;
    margin: 0;
    padding: 40px 25px 60px;
    box-sizing: border-box;
  }
  .box-qa01 .qa-catlink {
    text-align: center;
    margin-bottom: 25px;
  }
  .box-qa02 {
    width: 100%;
    margin: 0;
    padding: 0px 25px 60px;
    box-sizing: border-box;
  }
  .box-qa02 .faq-box dt p {
    box-sizing: border-box;
    display: table;
    padding: 15px;
    padding-bottom: 50px !important;
    position: relative;
    width: 100%;
  }
  .box-qa02 .faq-box dt p span {
    display: table-cell;
    vertical-align: top;
  }
  .box-qa02 .faq-box dt p span p {
    display: inline-block;
    padding: 0 !important;
  }
  .box-qa02 .faq-box dt p .txt-q {
    color: white;
    font-size: 36px;
  }
  .box-qa02 .faq-box dt p .descript {
    padding-right: 0px !important;
  }
  .box-qa02 .faq-box dt p .qa-btn {
    min-width: 60px;
    text-align: right;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  .box-qa02 .faq-box dt p .qa-btn:before {
    content: "開く";
    font-size: 12px;
    padding: 6px 15px;
    box-sizing: border-box;
  }
  .box-qa02 .faq-box dt.active .qa-btn:before {
    content: "閉じる";
  }
  .box-qa02 .faq-box dd {
    display: none;
    padding-bottom: 35px;
  }
  .box-qa02 .faq-box dd span {
    display: table-cell;
    vertical-align: top;
  }
  .box-qa02 .faq-box dd .txt-a {
    font-size: 36px;
  }
  .box-qa02 .faq-box dd .descript {
    padding-top: 0px;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
EDIシステム
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.box-edi_upper {
	display: flex;
	justify-content: space-between;
	margin: 0 -100% 2em;
	padding: 2em 100% 2em;
}

 .box-edi {
  display: table;
	width: calc( 100% - 10em);
	max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
 .box-edi_left {
  width:50%;

  }
 .box-edi_right {
  width:43%;
  margin-left:7%;
  }
 .box-edi_left2 {
  width:50%;

  padding:10px 0;
  }
 .box-edi_right2 {
  width:50%;

  padding:10px 0;
  }
  .box-edi_left h2 {
	width:100%;
    font-weight: normal;
    font-size: 18px !Important;
    color: white;
    background-color: #256920;
    display: inline-block;
    padding: 12px 0px !Important;
  }
  .box-edi_left_middle {
    padding: 0 15%;
    margin: 0 0 15px 0;
	background-color:#F1F1F1;
    box-sizing: border-box;
    border-right: 1px solid #256920;
    border-left: 1px solid #256920;
    border-bottom: 1px solid #256920;
}
   .box-edi_left_middle dl {
    padding: 24px 0px;
    font-size: 1.4rem;
    line-height: 1.4;
}
  .box-edi_left dl a {
    display: block;
    font-size: 24px;
    text-align: center;
    background-color: #256920;
    padding: 28px;
    overflow: hidden;
  }
  .box-edi_left_middle dl a:hover {
    background-color: #256920 !Important;
	text-decoration:none;
  }
  .box-edi_left dl a p {
	text-align: center;
    color: #ffffff;
	margin-bottom:0px;
  }
  .box-edi_left a p {
	text-align: center;
	margin-bottom:15px;
  }
  .box-edi_left a:hover {
	text-decoration:underline;
  }
  .box-edi_left a p span.bold {
  font-size: 24px;
  }
.detail {
    text-align: left;
    padding: 12px 0 0;
  }
.detail a {
    display: table;
    font-size: 20px;
    border: solid 1px #258e20;
    background-color: white;
    border-radius: 5px;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
.detail a span.icon {
	background-color: #256920;
	border-radius: 0px;
	color: white;
	margin-right: 15px;
    display: table-cell;
    vertical-align: middle;
    width: 38px;
  }
.detail a span.icon:before {
    padding: 10px;
    font-size: 18px;
    display: inline-block;
  }
.detail a p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 15px;
  }
.detail a p span.bold {
  font-size: 24px;
  }
p.descript {
  font-size: 18px;
  padding: 3px 0;
  font-weight:bold;
  }
p.descript2 {
  font-size: 16px;
  padding: 3px 0;
  font-weight:bold;
	margin-top: 1.5em;
  }
p.descript3 {
  font-size: 28px;
  font-weight:bold;
  }
p.descript4 {
  font-size: 14px;
  }
  .box-edi02 {
  display: table;
	width: calc( 100% - 10em);
	max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
  }
  .box-edi02 p.descript {
  font-size: 16px;
  padding: 0;
  }
  .box-edi02 h2 {
	width:100%;
    font-weight: normal;
    font-size: 18px !Important;
    color: white;
    background-color: #256920;
    display: inline-block;
    padding: 12px 0px !Important;
  }
  .box-edi02 .scrollbox {
    padding: 0;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
   .box-edi02 .scrollbox dl {
    padding: 20px 15px;
    font-size: 1.4rem;
    line-height: 1.4;
}
.box-edi02 .topics_txt {
    display: table;
    width: 100%;
    padding: 20px 0px;
	font-size: 18px;
}
.box-edi02 .topics_txt .day {
    display: table-cell;
    width: 10%;
	padding-right: 2%;
}
.box-edi02 .topics_txt .new_content {
    display: table-cell;
    width: 88%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's（お問い合わせ）
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {

  .box-edi {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 40px 25px 0;
    box-sizing: border-box;
  }

	.box-edi_upper {
		display: block!important;
		padding: 20px!important;
		margin: 0 calc(((100vw - 100%) / 2) * -1) 24px;
		box-sizing: border-box;
	}

 .box-edi_left {
  width:100%;
  float:none;
  }
 .box-edi_right {
  width:100%;
  float:none;
  margin-left:0%
  }
 .box-edi_left2 {
  width:100%;
  float:none;
  padding:0;
  }
 .box-edi_right2 {
  width:100%;
  float:none;
  padding:0;
  }
  .box-edi02 .topics_txt .day {
    display: block;
    width: 100%;
}
.box-edi02 .topics_txt .new_content {
    display: block;
    width: 100%;
}

.box-edi_upper {
	background-color: #eefbed;
}

}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
お問い合わせ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.box-cont01 {
  text-align: center;
  padding: 60px 0;
}

.box-cont01 p {
  font-size: 20px;
}

.box-cont01 h2 {
  padding: 50px 0 25px;
}

.box-cont01 h2 span {
  font-size: 21px;
  min-width: 140px;
  box-sizing: border-box;
  color: white;
  background-color: #256920;
  padding: 10px 30px;
  display: inline-block;
  font-weight: 600;
}

.box-cont01 .contact-phone {
  font-size: 42px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 8px;
}

.box-cont01 .contact-phone span.icon {
  font-size: 14px;
}

.box-cont02 {
  background-color: #eefbed;
  padding-bottom: 100px;
}

.box-cont02 form {
  padding-bottom: 20px;
}

.box-cont02 h2 {
  padding: 40px 0;
}

.box-cont02 h2 span {
  font-size: 21px;
  min-width: 140px;
  box-sizing: border-box;
  color: white;
  background-color: #256920;
  padding: 10px 30px;
  display: inline-block;
  font-weight: 600;
}

.box-cont02 h2 + p {
  text-align: center;
  padding-bottom: 15px;
}

.box-cont02 #contact_form {
  margin: 0 auto;
  width: calc( 100% - 10em);
  max-width: 1000px;
  background-color: white;
}

.box-cont02 #contact_form .form_box {
  border-bottom: dotted 1px #8edc8a;
  display: table;
}

.box-cont02 #contact_form .form_box div {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  padding-top: 25px;
  padding-bottom: 25px;
}

.box-cont02 #contact_form .form_box .form_title {
  width: 30%;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
}

.box-cont02 #contact_form .form_box .form_need {
  width: 20%;
}

.box-cont02 #contact_form .form_box .form_need span {
  font-size: 12px;
  background-color: #256920;
  color: white;
  padding: 2px 6px;
}

.box-cont02 #contact_form .form_box .form_input {
  width: 50%;
  font-size: 16px;
  padding-right: 25px;
}

.box-cont02 #contact_form .form_box .form_input input, .box-cont02 #contact_form .form_box .form_input select, .box-cont02 #contact_form .form_box .form_input textarea {
  padding: 6px;
  font-size: 15px;
}

.box-cont02 #contact_form .form_box .form_input dt {
  padding: 10px 0 5px;
}

.box-cont02 #contact_form .form_left {
  width: 55%;
  display: table-cell;
  padding: 25px 0px 0px 25px;
}

.box-cont02 #contact_form .form_left .form_privacy {
  height: 160px;
  overflow-x: auto;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #eee;
}

.box-cont02 #contact_form .form_right {
  display: table-cell;
  padding: 25px;
  padding-bottom: 0;
  vertical-align: bottom;
  position: relative;
}

.box-cont02 #contact_form .form_right .form_checked {
  position: absolute;
  top: 25px;
  left: 25px;
}

.box-cont02 #contact_form .form_right .form_submit input {
  background-color: #3D834C;
  color: white;
  width: 100%;
  height: 80px;
  -webkit-appearance: none;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.box-cont02 #contact_form .form_right .form_submit input:disabled {
  opacity: 0.5;
  cursor: inherit;
}

.box-cont02 #contact_form .form_right .form_submit .ajax-loader {
  display: none;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's（お問い合わせ）
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  .box-cont01 {
    text-align: left;
    padding: 40px 25px;
  }
  .box-cont01 p {
    font-size: 20px;
  }
  .box-cont01 h2 {
    padding: 40px 0 20px;
  }
  .box-cont01 .contact-phone {
    font-size: 30px;
    line-height: 1.5;
    background-color: #256920;
    color: white;
    padding: 5px 15px 3px;
    margin-bottom: 5px;
    letter-spacing: 1px;
  }
  .box-cont01 .contact-phone span.icon {
    font-size: 20px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
  }
  .box-cont01 .contact-phone a {
    display: table-cell;
    vertical-align: middle;
    color: white;
  }
  .box-cont02 {
    background-color: #eefbed;
    padding: 0 25px 25px;
  }
  .box-cont02 h2 {
    padding: 40px 0 20px;
  }
  .box-cont02 h2 + p {
    text-align: left;
    padding-bottom: 20px;
  }
  .box-cont02 #contact_form {
    width: 100%;
    background-color: inherit;
  }
  .box-cont02 #contact_form .form_box {
    border-bottom: none;
    display: block;
    position: relative;
    background-color: white;
    margin-bottom: 10px;
  }
  .box-cont02 #contact_form .form_box div {
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
  }
  .box-cont02 #contact_form .form_box .form_title {
    width: 100%;
    height: 42px;
    padding: 10px;
    font-size: 16px;
    background-color: #8edc8a;
  }
  .box-cont02 #contact_form .form_box .form_need {
    width: 21%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .box-cont02 #contact_form .form_box .form_need span {
    font-size: 12px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0;
    text-align: center;
  }
  .box-cont02 #contact_form .form_box .form_input {
    width: 100%;
    padding: 15px;
    display: block;
  }
  .box-cont02 #contact_form .form_box .form_input input, .box-cont02 #contact_form .form_box .form_input select, .box-cont02 #contact_form .form_box .form_input textarea {
    padding: 6px;
    box-sizing: border-box;
    width: 100%;
  }
  .box-cont02 #contact_form .form_left {
    width: 100%;
    display: block;
    padding: 0;
    background: white;
  }
  .box-cont02 #contact_form .form_left .form_privacy {
    height: 160px;
    overflow-x: auto;
    padding: 15px;
    overflow-y: auto;
  }
  .box-cont02 #contact_form .form_left .form_privacy::-webkit-scrollbar {
    background-color: #ccc;
    width: 10px;
  }
  .box-cont02 #contact_form .form_left .form_privacy::-webkit-scrollbar-thumb {
    background: #aaa;
  }
  .box-cont02 #contact_form .form_right {
    display: block;
    padding: 0;
    vertical-align: bottom;
    position: relative;
  }
  .box-cont02 #contact_form .form_right .form_checked {
    position: inherit;
    top: inherit;
    left: inherit;
    text-align: center;
    padding: 25px 0;
  }
  .box-cont02 #contact_form .form_right .form_submit input {
    height: 64px;
    font-size: 20px;
  }
  .box-cont02 #contact_form .form_right .form_submit .ajax-loader {
    display: none;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
専用フォーム
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#fact_form {
  background-color: white;
  padding-top: 30px;
}

.kome {
  display: table;
  border: solid 1px red;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}

.kome span.icon {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
  padding-right: 20px;
}

.kome span.icon:before {
  color: red;
}

.kome p {
  color: red;
  display: table-cell;
  vertical-align: middle;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's（専用フォーム）
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  .kome {
    display: block;
  }
  .kome span.icon {
    display: block;
    font-size: 26px;
    padding-right: 0px;
    text-align: center;
    padding-bottom: 15px;
  }
  .kome p {
    color: red;
    display: block;
    vertical-align: middle;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
404.php
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#error_text {
  text-align: center;
  padding: 100px 25px;
  min-height: 40vh;
}


.post .top-edi {
  background: url(../images/img_proposal_top.jpg) center center/cover no-repeat;
}

.edi_link {
		width: 100%!important;
		display: table;
		margin: 50px auto 0;
}

a.edi_link_btn {
	display: block;
	background-color: #256921;
	color: #fff;
	font-size: 21px;
	text-align: center;
	padding: 20px;
}

a.edi_link_btn:hover {
	background-color: #174d14!important;
	opacity: 1!important;
}


.normal_doc {
	width: calc( 100% - 10em);
	max-width: 1000px;
  margin: 0 auto;
}

.normal_doc h3 {
	font-size: 24px;
	margin: 1.5em 0 0;
}

.normal_doc h4{
	font-size: 18px;
	margin: 1.5em 0 .75em;
}

.flexbox {
  display: flex;
	justify-content: space-between;
}

.flex_img {
	flex: 0 1 45%;
	max-width: 45%;
}

.flex_doc {
	flex: 0 1 50%;
	max-width: 50%;
}

.ttt {
	background-color: #eefbed;
	margin: 2em -100% 0;
  padding: 2em 100% 2em;
}
