@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#2d2d2d;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
  letter-spacing: 0.06em;
  font-weight: 500;
}

a:link,
a:visited,
a:hover,
a:active { color:#2d2d2d;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity:0.7;
}



input ,
select ,
button ,
textarea {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

/*
html ----------------------------------------------------------*/
/*
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
*/


/* body base
===============================================================*/

.l-wrap {
  padding: 169px 0 0 0;
}
.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
}
.l-main {
  padding: 100px 0 150px;
}
@media screen and (max-width: 1100px) {
  .l-wrap {
    padding: 80px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-wrap {
    padding: 60px 0 0 0;
  }
  .l-inner {
    padding: 0 20px;
  }
  .l-main {
    padding: 60px 0 100px;
  }
}




.l-header {
  background: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.l-headerWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 109px;
}
.l-headerUpper {
  align-self: center;
  padding-left: 37px;
}
.l-headerUpper__txt {
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
}
.l-headerUpperLogo {
  display: flex;
  align-items: center;
}
.l-headerUpperLogo__site {
  max-width: 420px;
}
.l-headerUpperLogoCompany {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.l-headerUpperLogoCompany__tag {
  font-size: 16px;
  line-height: 1.2;
  color: #595959;
  word-break: keep-all;
  white-space: nowrap;
  margin-right: 11px;
}
.l-headerUpperLogoCompanyImg {
  display: flex;
  align-items: center;
}
.l-headerUpperLogoCompanyImg01 {
  max-width: 159px;
}
.l-headerUpperLogoCompanyImg02 {
  max-width: 164px;
  margin-left: 15px;
}
.l-headerLower {
  max-width: 740px;
  width: 60%;
  margin-right: 20px;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.l-headerContents {
}
.l-header__tel {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.l-header__tel a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 22px;
}
.l-header__tel a:before {
  display: block;
  position: absolute;
  background: url("../images/common/icon-tel01.png") no-repeat center;
  background-size: 15px 20px;
  width: 15px;
  height: 20px;
  content: '';
  top: 9px;
  left: 0;
}
.l-headerLinks {
  display: flex;
  margin-top: 10px;
}
.l-headerLinksItem {
  width: calc(50% - 5px);
  max-width: 240px;
}
.l-headerLinksItem:nth-of-type(n + 2) {
  margin-left: 10px;
}
a.l-headerLinksItem__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #FFF;
}
.l-headerLinksItem__btnTxt {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.l-headerLinksItem__btnTxt:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
a.l-headerLinksItem__btn.is-drone {
  background: #1e8994;
}
a.l-headerLinksItem__btn.is-drone .l-headerLinksItem__btnTxt {
  padding-left: 33px;
}
a.l-headerLinksItem__btn.is-drone .l-headerLinksItem__btnTxt:before {
  background-image: url("../images/common/icon-drone.png");
  width: 26px;
  height: 20px;
  top: 3px;
}
a.l-headerLinksItem__btn.is-contact {
  background: #007124;
}
a.l-headerLinksItem__btn.is-contact .l-headerLinksItem__btnTxt {
  padding-left: 28px;
}
a.l-headerLinksItem__btn.is-contact .l-headerLinksItem__btnTxt:before {
  background-image: url("../images/common/icon-mail01.png");
  width: 18px;
  height: 13.5px;
  top: 5px;
}
a.l-headerLinksItem__btn.is-dl {
  background: #68bd29;
}
a.l-headerLinksItem__btn.is-dl .l-headerLinksItem__btnTxt {
  padding-left: 22px;
}
a.l-headerLinksItem__btn.is-dl .l-headerLinksItem__btnTxt:before {
  background-image: url("../images/common/icon-dl01.png");
  width: 11.5px;
  height: 15px;
  top: 4px;
}
.l-headerMenuBtn {
  display: none;
}
@media screen and (max-width: 1500px) {
  .l-headerWrap {
  }
  .l-headerUpper {
    padding-left: 20px;
  }
  .l-headerUpper__txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .l-headerUpperLogo {
  }
  .l-headerUpperLogo__site {
    max-width: 360px;
  }
  .l-headerUpperLogoCompany {
    margin-left: 10px;
  }
  .l-headerUpperLogoCompany__tag {
    font-size: 13px;
    margin-right: 11px;
  }
  .l-headerUpperLogoCompanyImg {
  }
  .l-headerUpperLogoCompanyImg01 {
    max-width: 130px;
  }
  .l-headerUpperLogoCompanyImg02 {
    max-width: 134px;
    margin-left: 15px;
  }
  .l-headerLower {
    max-width: 390px;
    width: 60%;
    margin-right: 20px;
    padding-bottom: 10px;
  }
  .l-headerContents {
  }
  .l-headerLinks {
    margin-top: 10px;
  }
  .l-headerLinksItem {
    width: calc(50% - 5px);
    max-width: 240px;
  }
  .l-headerLinksItem:nth-of-type(n + 2) {
    margin-left: 10px;
  }
  a.l-headerLinksItem__btn {
    height: 50px;
  }
  .l-headerLinksItem__btnTxt {
    font-size: 14px;
  }
  a.l-headerLinksItem__btn.is-contact .l-headerLinksItem__btnTxt {
    padding-left: 28px;
  }
  a.l-headerLinksItem__btn.is-contact .l-headerLinksItem__btnTxt:before {
    top: 3px;
  }
  a.l-headerLinksItem__btn.is-dl .l-headerLinksItem__btnTxt {
    padding-left: 22px;
  }
  a.l-headerLinksItem__btn.is-dl .l-headerLinksItem__btnTxt:before {
    top: 2px;
  }
}
@media screen and (min-width:1101px) and ( max-width:1500px) {
  .l-headerLower {
    max-width: 440px;
    width: 60%;
  }
  .l-headerLinksItem {
    width: calc(33.33% - 6.66px);
    max-width: 240px;
  }
  .l-headerLinksItem:nth-of-type(n + 2) {
    margin-left: 10px;
  }
  a.l-headerLinksItem__btn {
    height: 50px;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .l-headerLinksItem__btnTxt {
    font-size: 12px;
  }
  a.l-headerLinksItem__btn.is-drone .l-headerLinksItem__btnTxt {
    padding-left: 0px;
  }
  a.l-headerLinksItem__btn.is-drone .l-headerLinksItem__btnTxt:before {
    top: -21px;
    left: 0;
    right: 0;
    margin: auto;
  }
  a.l-headerLinksItem__btn.is-contact .l-headerLinksItem__btnTxt {
    padding-left: 0px;
  }
  a.l-headerLinksItem__btn.is-contact .l-headerLinksItem__btnTxt:before {
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  a.l-headerLinksItem__btn.is-dl .l-headerLinksItem__btnTxt {
    padding-left: 0px;
  }
  a.l-headerLinksItem__btn.is-dl .l-headerLinksItem__btnTxt:before {
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 1100px) {
  .l-header {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }
  .l-headerWrap {
    height: 80px;
  }
  .l-headerLower {
    max-width: 390px;
    width: 60%;
    margin-right: 20px;
    padding-bottom: 10px;
    display: none;
  }
  .l-headerContents {
  }
  .l-headerLinks {
    margin-top: 10px;
  }
  .l-headerLinksItem {
    width: calc(50% - 5px);
    max-width: 240px;
  }
  .l-headerLinksItem:nth-of-type(n + 2) {
    margin-left: 10px;
  }
  a.l-headerLinksItem__btn {
    height: 50px;
  }
  .l-headerLinksItem__btnTxt {
    font-size: 14px;
  }
  a.l-headerLinksItem__btn.is-contact .l-headerLinksItem__btnTxt {
    padding-left: 28px;
  }
  a.l-headerLinksItem__btn.is-contact .l-headerLinksItem__btnTxt:before {
    top: 3px;
  }
  a.l-headerLinksItem__btn.is-dl .l-headerLinksItem__btnTxt {
    padding-left: 22px;
  }
  a.l-headerLinksItem__btn.is-dl .l-headerLinksItem__btnTxt:before {
    top: 2px;
  }
  .l-headerMenuBtn {
    display : flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    width: 80px;
    cursor: pointer;
    z-index: 10000;
    background: #fbfaf1;
  }
  .l-headerMenuBtnInner,
  .l-headerMenuBtnInner span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .l-headerMenuBtnInner {
    position: relative;
    width: 28px;
    height: 22px;
    background: none;
    border: none;
    appearance: none;
  }
  .l-headerMenuBtnInner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #007124;
  }
  .l-headerMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .l-headerMenuBtnInner span:nth-of-type(2) {
    top: 11px;
    width: 60%;
  }
  .l-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }
  .l-headerWrap {
    height: 60px;
  }
  .l-headerUpper {
    padding-left: 15px;
  }
  .l-headerUpper__txt {
    font-size: 10px;
    margin-bottom: 3px;
    letter-spacing: 0;
  }
  .l-headerUpperLogo {
  }
  .l-headerUpperLogo__site {
    max-width: 220px;
  }
  .l-headerUpperLogoCompany {
    justify-content: flex-end;
    max-width: 220px;
    display: block;
    margin-left: 8px;
  }
  .l-headerUpperLogoCompany__tag {
    font-size: 8px;
    margin-right: 7px;
  }
  .l-headerUpperLogoCompanyImg {
  }
  .l-headerUpperLogoCompanyImg01 {
    max-width: 65px;
  }
  .l-headerUpperLogoCompanyImg02 {
    max-width: 134px;
    margin-left: 15px;
  }
  .l-headerLower {
    max-width: 390px;
    width: 60%;
    margin-right: 20px;
    padding-bottom: 10px;
    display: none;
  }
  .l-headerContents {
  }
  .l-headerLinks {
    margin-top: 10px;
  }
  .l-headerLinksItem {
    width: calc(50% - 5px);
    max-width: 240px;
  }
  .l-headerLinksItem:nth-of-type(n + 2) {
    margin-left: 10px;
  }
  a.l-headerLinksItem__btn {
    height: 50px;
  }
  .l-headerLinksItem__btnTxt {
    font-size: 14px;
  }
  a.l-headerLinksItem__btn.is-contact .l-headerLinksItem__btnTxt {
    padding-left: 28px;
  }
  a.l-headerLinksItem__btn.is-contact .l-headerLinksItem__btnTxt:before {
    top: 3px;
  }
  a.l-headerLinksItem__btn.is-dl .l-headerLinksItem__btnTxt {
    padding-left: 22px;
  }
  a.l-headerLinksItem__btn.is-dl .l-headerLinksItem__btnTxt:before {
    top: 2px;
  }
  .l-headerMenuBtn {
    height: 60px;
    width: 60px;
  }
  .l-headerMenuBtnInner {
    width: 24px;
    height: 20px;
  }
  .l-headerMenuBtnInner span {
    height: 2px;
  }
  .l-headerMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .l-headerMenuBtnInner span:nth-of-type(2) {
    top: 9px;
    width: 60%;
  }
  .l-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .l-headerMenuBtn.is-open .l-headerMenuBtnInner span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}


.l-headerNav {
  background: #eae9db;
}

.l-gNav {
  
}
.l-gNavList {
  display: flex;
  justify-content: center;
}
.l-gNavListItem {
  
}
.l-gNavListItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  padding: 5px 26px;
  box-sizing: border-box;
}
.l-gNavListItem a:hover {
  color: #007124;
  opacity: 1;
}
.l-gNavContents {
  display: none;
}

@media screen and (max-width: 1620px) {
  .l-gNavListItem a {
    font-size: 15px;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1280px) {
  .l-gNavListItem a {
    font-size: 14px;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1200px) {
  .l-gNavListItem a {
    font-size: 13px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1100px) {
  .l-headerNav {
    background: #fbfaf1;
    display: block;
    width: 290px;
    position: fixed;
    top: 80px;
    height: calc(100vh - 80px);
    right: -290px;
    overflow-y: auto;
    transition: all 0.3s ease-out;
  }
  body.is-menuOpen .l-headerNav {
    right: 0;
  }

  .l-gNav {
    box-sizing: border-box;
    padding: 30px 0 150px;
  }
  .l-gNavList {
    display: block;
    border-top: #ddd 1px solid;
  }
  .l-gNavListItem {
    border-bottom: #ddd 1px solid;
  }
  .l-gNavListItem a {
    display: block;
    height: auto;
    font-size: 15px;
    line-height: 1.3;
    padding: 15px 20px;
    text-align: left;
    position: relative;
  }
  .l-gNavListItem a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-gNavContents {
    display: block;
  }
  .l-gNav__tel {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
  }
  .l-gNav__tel a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 22px;
  }
  .l-gNav__tel a:before {
    display: block;
    position: absolute;
    background: url("../images/common/icon-tel01.png") no-repeat center;
    background-size: 15px 20px;
    width: 15px;
    height: 20px;
    content: '';
    top: 9px;
    left: 0;
  }
  .l-gNavLinks {
    margin-top: 10px;
    margin: 10px 20px 20px;
  }
  .l-gNavLinksItem {
  }
  .l-gNavLinksItem:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  a.l-gNavLinksItem__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #FFF;
  }
  .l-gNavLinksItem__btnTxt {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    display: inline-block;
    position: relative;
  }
  .l-gNavLinksItem__btnTxt:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  a.l-gNavLinksItem__btn.is-contact {
    background: #007124;
  }
  a.l-gNavLinksItem__btn.is-contact .l-gNavLinksItem__btnTxt {
    padding-left: 28px;
  }
  a.l-gNavLinksItem__btn.is-contact .l-gNavLinksItem__btnTxt:before {
    background-image: url("../images/common/icon-mail01.png");
    width: 18px;
    height: 13.5px;
    top: 5px;
  }
  a.l-gNavLinksItem__btn.is-dl {
    background: #68bd29;
  }
  a.l-gNavLinksItem__btn.is-dl .l-gNavLinksItem__btnTxt {
    padding-left: 22px;
  }
  a.l-gNavLinksItem__btn.is-dl .l-gNavLinksItem__btnTxt:before {
    background-image: url("../images/common/icon-dl01.png");
    width: 11.5px;
    height: 15px;
    top: 4px;
  }
  a.l-gNavLinksItem__btn.is-drone {
    background: #1e8994;
  }
  a.l-gNavLinksItem__btn.is-drone .l-gNavLinksItem__btnTxt {
    padding-left: 34px;
  }
  a.l-gNavLinksItem__btn.is-drone .l-gNavLinksItem__btnTxt:before {
    background-image: url("../images/common/icon-drone.png");
    width: 26px;
    height: 20px;
    top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .l-headerNav {
    top: 60px;
    height: calc(100vh - 60px);
  }
  .l-gNavLinksItem__btnTxt {
    font-size: 16px;
  }
  a.l-gNavLinksItem__btn.is-contact .l-gNavLinksItem__btnTxt {
    padding-left: 28px;
  }
  a.l-gNavLinksItem__btn.is-contact .l-gNavLinksItem__btnTxt:before {
    top: 4px;
  }
  a.l-gNavLinksItem__btn.is-dl .l-gNavLinksItem__btnTxt {
    padding-left: 22px;
  }
  a.l-gNavLinksItem__btn.is-dl .l-gNavLinksItem__btnTxt:before {
    top: 3px;
  }
}












.l-footer {
  padding: 80px 40px 35px;
  border-top: #007124 5px solid;
  background: #FFF url("../images/common/footer-bg.jpg") no-repeat center bottom;
  background-size: cover;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.l-footerWrap {
  max-width: 1200px;
  margin: 0 auto;
}
.l-footerLogo {
}
.l-footerLogo__site {
  max-width: 420px;
}
.l-footerLogoCompany {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.l-footerLogoCompany__tag {
  font-size: 16px;
  line-height: 1.2;
  color: #595959;
  word-break: keep-all;
  white-space: nowrap;
  margin-right: 11px;
}
.l-footerLogoCompanyImg {
  display: flex;
  align-items: center;
}
.l-footerLogoCompanyImg01 {
  max-width: 159px;
}
.l-footerLogoCompanyImg02 {
  max-width: 164px;
  margin-left: 15px;
}
.l-footerFrame {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}

.l-footerInfo {
  text-align: left;
}
.l-footerInfoItem:nth-of-type(n + 2) {
  margin-top: 62px;
}
.l-footerInfoItem__name {
  font-size: 20px;
  line-height: 1.4;
}
.l-footerInfoItem__adress {
  font-size: 16px;
  line-height: 1.3125;
  margin-top: 14px;
}
.l-footerInfoItem__tel {
  margin-top: 17px;
}
.l-footerInfoItem__tel + .l-footerInfoItem__tel {
  margin-top: 11px;
}
.l-footerInfoItem__tel span {
  color: #007124;
  display: inline-block;
  margin-right: 8px;
}

.l-footerMenuList {
  text-align: left;
}
.l-footerMenuList li:nth-of-type(n + 2) {
  margin-top: 23px;
}
.l-footerMenuList li a {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}
.l-footerMenuList li a:hover {
  color: #007124;
  opacity: 1;
}
.l-footerCopy {
  text-align: left;
  margin-top: 50px;
}
.l-footerCopy__txt {
  font-size: 15px;
  line-height: 1.3;
}

@media screen and (max-width: 1100px) {
  .l-footer {
    padding-bottom: 95px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 50px 20px 85px;
    border-top: #007124 3px solid;
    background: #FFF url("../images/common/footer-bg.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .l-footerWrap {
  }
  .l-footerLogo {
  }
  .l-footerLogo__site {
    max-width: 230px;
  }
  .l-footerLogoCompany {
    margin-top: 7px;
  }
  .l-footerLogoCompany__tag {
    font-size: 10px;
    line-height: 1.2;
    margin-right: 8px;
  }
  .l-footerLogoCompanyImg {
  }
  .l-footerLogoCompanyImg01 {
    max-width: 109px;
  }
  .l-footerLogoCompanyImg02 {
    max-width: 90px;
    margin-left: 10px;
    line-height: 10px;
  }
  .l-footerFrame {
    margin-top: 24px;
  }

  .l-footerInfo {
  }
  .l-footerInfoItem:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .l-footerInfoItem__name {
    font-size: 17px;
    line-height: 1.4;
  }
  .l-footerInfoItem__adress {
    font-size: 14px;
    line-height: 1.3125;
    margin-top: 11px;
  }
  .l-footerInfoItem__tel {
    margin-top: 12px;
  }
  .l-footerInfoItem__tel + .l-footerInfoItem__tel {
    margin-top: 8px;
  }
  .l-footerInfoItem__tel span {
    margin-right: 8px;
  }

  .l-footerMenuList {
    text-align: left;
  }
  .l-footerMenuList li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  .l-footerMenuList li a {
    font-size: 15px;
  }
  .l-footerCopy {
    margin-top: 50px;
  }
  .l-footerCopy__txt {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 600px) {
  .l-footerFrame {
    display: block;
  }
  .l-footerMenuList {
    margin-top: 30px;
  }
  .l-footerCopy {
    margin-top: 40px;
  }
  .l-footerCopy__txt {
    font-size: 12px;
  }
}



.c-pageHead {
  padding: 0 40px;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-pageHead__bg {
  width: calc(333px + (100vw - 1200px) / 2 );
  height: calc(100% + 60px);
  top :0;
  right: 0;
  position: absolute;
  z-index: 2;
  background-image: url("../images/common/head_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-pageHeadInner {
  display : flex;
  align-items: center;
  padding: 30px 0px 30px;
  box-sizing: border-box;
  height: 428px;
  z-index: 10;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.c-pageHeadFrame {
}
.c-pageHead__title {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  color: #007124;
  text-align: left;
  z-index: 10;
}

.c-pageHead__subTitle {
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  z-index: 1;
  color: #75c242;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .c-pageHead__bg {
    width: 370px;
  }
  .c-pageHeadInner {
    padding: 30px 400px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-pageHead {
    padding: 0 20px;
  }
  .c-pageHead__bg {
    width: 33%;
    height: calc(100% + 50px);
  }
  .c-pageHeadInner {
    padding: 30px 33% 30px 0;
    height: 178px;
  }
  .c-pageHeadFrame {
  }
  .c-pageHead__title {
    font-size: 24px;
  }
  .c-pageHead__subTitle {
    font-size: 20px;
    margin-top: 10px;
  }
}



.c-pankuzu {
  padding: 21px 40px 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-pankuzuInner {
  max-width: 1200px;
  box-sizing: content-box;
  margin: 0 auto;
}
.c-pankuzuList {
  display : flex;
  flex-wrap: wrap;
}
.c-pankuzuList__item {
  font-size: 15px;
  line-height: 1.3;
  text-align: left;
  margin-right: 11px;
  margin-bottom: 4px;
  position: relative;
  font-weight: 700;
}
.c-pankuzuList__item + .c-pankuzuList__item {
  margin-left: 18px;
}
.c-pankuzuList__item:before {
  position: absolute;
  top: 8px;
  left: -19px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-pankuzuList__item:first-child:before {
  display: none;
}
.c-pankuzuList__item:last-child {
  margin-right: 0;
}
.c-pankuzuList__item a {
  display: inline-block;
  position: relative;
  color: #007124;
}

@media screen and (max-width: 1200px) {
  .c-pankuzuInner {
    padding-right: 370px;
  }
}
@media screen and (max-width: 768px) {
  .c-pankuzu {
    padding: 21px 20px 16px;
  }
  .c-pankuzuInner {
    padding-right: 33%;
  }
  .c-pankuzuList__item {
    font-size: 11px;
    margin-right: 7px;
    margin-bottom: 4px;
  }
  .c-pankuzuList__item + .c-pankuzuList__item {
    margin-left: 14px;
  }
  .c-pankuzuList__item:before {
    top: 5px;
    left: -15px;
    width: 5px;
    height: 5px;
  }
}


.c-pager {
  margin-top: 60px;
}
.c-pager .wp-pagenavi {
  display : flex;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-pager .wp-pagenavi a ,
.c-pager .wp-pagenavi span {
  width: 44px;
  height: 44px;
  display : flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  box-sizing: border-box;
  padding: 0 0 2px 0;
  margin: 0 6px;
  background: #FFF;
  border: #007124 1px solid;
  font-weight: 700;
  border-radius: 0;
  color: #2d2d2d;
}
.c-pager .wp-pagenavi a {
}
.c-pager .wp-pagenavi span {
}
.c-pager .wp-pagenavi a:hover ,
.c-pager .wp-pagenavi span {
  background: #007124;
  border: #007124 1px solid;
  color: #FFF;
}
.c-pager .wp-pagenavi span.extend {
  border: none;
  background: none;
  width: auto;
  color: #2d2d2d;
}

@media screen and (max-width: 768px) {
  .c-pager {
    margin-top: 50px;
  }
  .c-pager .wp-pagenavi {
  }
  .c-pager .wp-pagenavi a ,
  .c-pager .wp-pagenavi span {
    width: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0 0 2px 0;
    margin: 0 6px;
  }
}





.p-floatBtns {
  display: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 1101px) {
  .p-floatBtns {
/*
    display: none !important;
*/
  }
  .p-floatBtns {
    position: fixed;
    top: 180px;
/*
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
*/
    right: 0;
    width: 40px;
    z-index: 900;
  }
  .p-floatBtns__item {
  }
  .p-floatBtns__item + .p-floatBtns__item {
    margin-top: 5px;
  }
  .p-floatBtns__item a {
    display: block;
    padding: 35px 3px 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    letter-spacing: 0.05em;
    color: #FFF;
  }
  .p-floatBtns__item a:before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
  }
  .p-floatBtns__item a span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
  }
  .en .p-floatBtns__item a span {
    -webkit-text-orientation: sideways;
    -ms-text-orientation: sideways;
    text-orientation: sideways;
  }
  .p-floatBtns__item.p-floatBtns__item--contact a {
    background: #007124;
  }
  .p-floatBtns__item.p-floatBtns__item--contact a:before {
    background-image: url("../images/common/icon-mail01.png");
    width: 18px;
    height: 13.5px;
    top: 14px;
  }
  .p-floatBtns__item.p-floatBtns__item--dl a {
    background: #68bd29;
  }
  .p-floatBtns__item.p-floatBtns__item--dl a:before {
    background-image: url("../images/common/icon-dl01.png");
    width: 11.5px;
    height: 15px;
    top: 13px;
  }
  .p-floatBtns__item.p-floatBtns__item--drone a {
    background: #1e8994;
  }
  .p-floatBtns__item.p-floatBtns__item--drone a:before {
    background-image: url("../images/common/icon-drone.png");
    width: 26px;
    height: 20px;
    top: 11px;
  }
}

@media screen and (max-width: 1100px) {
  .p-floatBtns {
/*
    display: none !important;
*/
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 900;
    width: 100%;
  }
  .p-floatBtnsInner {
    display : flex;
  }
  .p-floatBtns__item {
    display : flex;
    width: 50%;
  }
  .p-floatBtns__item a {
    font-weight: bold;
    position: relative;
    display : flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px 0;
    font-size: 18px;
    line-height: 1.2;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    height: 60px;
  }
  .p-floatBtns__item a span {
    display: inline-block;
    position: relative;
    padding-left: 35px;
  }
  .p-floatBtns__item a span:before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p-floatBtns__item a span br {
    display: none;
  }
  .p-floatBtns__item.p-floatBtns__item--contact a {
    background: #007124;
    color: #FFF;
  }
  .p-floatBtns__item.p-floatBtns__item--contact a span {
    padding-left: 30px;
  }
  .p-floatBtns__item.p-floatBtns__item--contact a span:before {
    background-image: url("../images/common/icon-mail01.png");
    width: 18px;
    height: 13.5px;
    top: 5px;
  }
  .p-floatBtns__item.p-floatBtns__item--dl a {
    background: #68bd29;
    color: #FFF;
  }
  .p-floatBtns__item.p-floatBtns__item--dl a span {
    padding-left: 27px;
  }
  .p-floatBtns__item.p-floatBtns__item--dl a span:before {
    background-image: url("../images/common/icon-dl01.png");
    width: 15px;
    height: 20px;
    top: 3px;
  }
  .p-floatBtns__item.p-floatBtns__item--drone a {
    background: #1e8994;
    color: #FFF;
  }
  .p-floatBtns__item.p-floatBtns__item--drone a span {
    padding-left: 30px;
  }
  .p-floatBtns__item.p-floatBtns__item--drone a span:before {
    background-image: url("../images/common/icon-drone.png");
    width: 24px;
    height: 18px;
    top: 3px;
  }

}

@media screen and (max-width: 768px) {
  .p-floatBtns__item a {
    padding: 0 10px 0;
    font-size: 14px;
    height: 50px;
  }
  .p-floatBtns__item a span {
  }
  .p-floatBtns__item.p-floatBtns__item--contact a span {
    padding-left: 27px;
  }
  .p-floatBtns__item.p-floatBtns__item--contact a span:before {
    width: 16px;
    height: 13.5px;
    top: 5px;
  }
  .p-floatBtns__item.p-floatBtns__item--dl a span {
    padding-left: 23px;
  }
  .p-floatBtns__item.p-floatBtns__item--dl a span:before {
    width: 12px;
    height: 20px;
    top: 3px;
  }
}

@media screen and (max-width: 600px) {
  .p-floatBtns__item a {
    padding: 0 5px 0;
    font-size: 11px;
    height: 50px;
    box-sizing: border-box;
  }
  .p-floatBtns__item a span {
    padding: 18px 0 0 0;
  }
  .p-floatBtns__item.p-floatBtns__item--contact a span {
    padding-left: 0px;
  }
  .p-floatBtns__item.p-floatBtns__item--contact a span:before {
    width: 16px;
    height: 13.5px;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p-floatBtns__item.p-floatBtns__item--dl a span {
    padding-left: 0px;
  }
  .p-floatBtns__item.p-floatBtns__item--dl a span:before {
    width: 12px;
    height: 20px;
    top: -23px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .p-floatBtns__item.p-floatBtns__item--drone a span {
    padding-left: 0px;
  }
  .p-floatBtns__item.p-floatBtns__item--drone a span:before {
    width: 24px;
    height: 20px;
    top: -21px;
    left: 0;
    right: 0;
    margin: auto;
  }
}



.c-body {
  font-size: 16px;
  line-height: 1.875;
  text-align: left;
  font-weight: 500;
}
.c-body p {
  margin: 0 0 0 0;
}
.c-body * + p {
  margin-top: 1.5em;
}
.c-body p a {
  color: #007124;
  text-decoration: underline;
}
.c-body h2 {
  text-align: left;
  margin-bottom: 35px;
  color: #4e4b2f;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  padding: 0 0 2px 20px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-body h2:before {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  background: #007124;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.c-body * + h2 {
  margin-top: 100px;
}
  
.c-body h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #6e6c52;
  text-align: left;
  position: relative;
  padding: 0 0 0 35px;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-body h3:before {
  content: '';
  box-sizing: border-box;
  width: 21px;
  height: 21px;
  border-radius: 50px;
  border: #c0bea5 5px solid;
  position: absolute;
  top: 10px;
  left: 0;
}
.c-body * + h3 {
  margin-top: 60px;
}

.c-body h4 {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5;
  text-align: left;
  color: #007124;
  margin-bottom: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-body * + h4 {
  margin-top: 50px;
}
.c-body * + ul {
  margin-top: 1.5em;
}
.c-body ul li {
  box-sizing: border-box;
  position: relative;
  padding: 0 0 0 20px;
}
.c-body ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #007124;
  position: absolute;
  top: 12px;
  left: 3px;
  border-radius: 50%;
}
.c-body ul li + li {
  margin-top: 5px;
}
.c-body * + .wp-block-columns {
  margin-top: 30px;
  margin-bottom: 0;
}
.c-body ol {
  margin-left: 1.5em;
}

@media screen and (max-width: 768px) {
  .c-body {
    font-size: 14px;
  }
  .c-body h2 {
    margin-bottom: 25px;
    font-size: 22px;
    padding: 0 0 1px 12px;
  }
  .c-body h2:before {
    width: 4px;
  }
  .c-body * + h2 {
    margin-top: 70px;
  }

  .c-body h3 {
    font-size: 20px;
    padding: 0 0 0 27px;
    margin-bottom: 15px;
  }
  .c-body h3:before {
    width: 18px;
    height: 18px;
    border: #c0bea5 4px solid;
    top: 7px;
  }
  .c-body * + h3 {
    margin-top: 30px;
  }

  .c-body h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .c-body * + h4 {
    margin-top: 25px;
  }
  .c-body ul li {
    padding: 0 0 0 15px;
  }
  .c-body ul li::before {
    width: 4px;
    height: 4px;
    top: 11px;
    left: 3px;
  }
  .c-body ul li + li {
    margin-top: 5px;
  }
  .c-body * + .wp-block-columns {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .c-body ol {
    margin-left: 1.5em;
  }
}









.c-form {
  border-top: 1px solid #eee;
}
.c-formItem {
  display: flex;
}
.c-formItemHead {
  font-size: 18px;
  line-height: 1.75;
  width: 300px;
  padding: 23px 21px 20px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #FFF;
  background: #fbfaf1;
}
.c-formItemHeadInner {
  position: relative;
  text-align: left;
  padding: 0 54px 0 0;
  font-weight: bold;
}
.c-formItemHeadInner.is-required:before {
  width: 36px;
  height: 20px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  right: 0;
  display : flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 1px 0;
  font-weight: bold;
  content: '必須';
  background: #c31212;
  border: #c31212 1px solid;
  color: #FFF;
}
.c-formItemContent {
  padding: 15px 0 15px 20px;
  font-size: 16px;
  line-height: 1.75;
  width: calc(100% - 300px);
  border-bottom: 1px solid #eee;
}
.c-formItemContentInner {
  
}
.c-formItemContentName {
  display : flex;
  align-items: center;
}
.c-formItemContentName__tag {
  text-align: left;
}
.c-formItemContentName__tag.is-sei {
  width: 25px;
}
.c-formItemContentName__tag.is-mei {
  width: 45px;
  box-sizing: border-box;
  padding-left: 20px;
}
.c-formItemContentName__input {
  width: calc(50% - 35px);
  max-width: 300px;
}

.c-formItemContentNameKana {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-formItemContentNameKana__tag {
  text-align: left;
}
.c-formItemContentNameKana__tag.is-sei {
  width: 44px;
}
.c-formItemContentNameKana__tag.is-mei {
  width: 64px;
  box-sizing: border-box;
  padding-left: 20px;
}
.c-formItemContentNameKana__input {
  width: calc(50% - 45px);
  max-width: 300px;
}



.c-form input[type=text] ,
.c-form input[type=email] ,
.c-form input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  height: 45px;
  border: #CCC 1px solid;
  padding: 5px 10px;
  outline: none;
  font-size: 18px;
  display: block;
}
.c-form input[type=text]:read-only {
  height: 45px;
  border: none;
  padding: 5px 0;
  color: #303030;
}
.c-form textarea {
  width: 100%;
  box-sizing: border-box;
  height: 250px;
  border: #CCC 1px solid;
  padding: 15px 10px;
  outline: none;
  font-size: 16px;
  line-height: 1.75;
}
.c-formItemContent__txt {
  text-align: left;
  margin-bottom: 12px;
}
.c-formItemContent__txt a {
  color: #178cff;
  text-decoration: underline;
  margin-right: 5px;
}
.c-formItemContent__txt a[target="_blank"]:after {
  content: '';
  display: inline-block;
  background: url("../images/common/icon-blank.png") no-repeat center center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.c-formItemContent__check {
  text-align: left;
}
.c-form__check {
  display: inline-block;
  cursor: pointer;
  text-align: left;
}
.c-form__check .wpcf7-list-item {
  margin-right: 20px;
}
.c-form__check label {
  cursor: pointer;
}
.c-form__check label > input {
  display: none;
}
.c-form__check label > span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.7;
  padding: 7px 0 7px 36px;
  font-weight: 500;
}
.c-form__check label > span:before ,
.c-form__check label > span:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
}
.c-form__check label > span:before {
  left: 0;
  border: #CCC 1px solid;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  background: #FFF;
}
.c-form__check label > span:after {
  left: 8px;
  width: 4px;
  height: 9px;
  border-right: #FFF 2px solid;
  border-bottom: #FFF 2px solid;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 3px;
}
.c-form__check label > input:checked + span:after {
  opacity: 1;
}
.c-form__check label > input:checked + span:before {
  border-color: #007124;
  background: #007124;
}
.c-form__check.is-required {
  padding-right: 45px;
  position: relative;
}
.c-form__check.is-required:before {
  width: 36px;
  height: 20px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  right: 0;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 1px 0;
  font-weight: bold;
  content: '必須';
  background: #c31212;
  border: #c31212 1px solid;
  color: #FFF;
}

.c-formSubmit {
  margin-top: 60px;
}
.c-formSubmit input[type="submit"] {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display : flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.3;
  color: #FFF;
  background: #007124;
  font-weight: bold;
  height: 60px;
  padding: 5px 36px 7px;
  box-sizing: border-box;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.c-formItemContentZip input[type=text] {
  max-width: 300px;
}

.c-formSelect {
  position: relative;
  display: block;
}
.c-formSelect:before {
position: absolute;
  top: 9px;
  right: 15px;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-top: 7px solid #504f4f;
  z-index: 15;
}
.c-formSelect select {
  -webkit-appearance:none;
  border: #CCC 1px solid;
  height: 45px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 5px 10px;
  line-height: 30px;
  outline: none;
  background: #FFF;
  cursor: pointer;
  font-size: 16px;
}
.c-formSelect select::-ms-expand {
    display: none;
}

.c-formAgree {
  margin-top: 40px;
}
.c-formAgreeCheck {
  margin-bottom: 25px;
}
.c-formAgree__txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
}
.c-formAgree__txt a {
  color: #007124;
  text-decoration: underline;
}

.c-formAgreeDoc {
  font-size: 16px;
  line-height: 1.875;
  text-align: left;
  border: #ccc 1px solid;
  margin-top: 50px;
}
.c-formAgreeDoc__title {
  background: #DDD;
  text-align: center;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.c-formAgreeDocInner {
  padding: 30px 40px;
}
.c-formAgreeDoc .c-formAgreeCheck {
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}

.c-formItemContentFiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 40px;
}
.c-formItemContentFiles + .c-formItemContentFiles {
  margin-top: 7px;
}
.c-formItemContentFiles input[type="file"] {
  display: none;
}
.c-formItemContentFiles label {
  border: none;
  height: 40px;
  width: 140px;
  box-sizing: border-box;
  padding: 5px 10px;
  line-height: 1.3;
  background: #68bd29;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  transition: all 0.5s ease-out;
  margin-right: 15px;
  border-radius: 5px;
  font-weight: 500;
}
.c-formItemContentFiles label:hover {
  opacity: 0.7;
}
.c-formItemContentFiles__txt {
  font-size: 16px;
  line-height: 1.4;
}

.c-formItemContentFilesItem:nth-of-type(n + 2) {
  display: none;
  margin-top: 5px;
}
.c-formItemContentFilesAdd {
  
}

@media screen and (max-width: 768px) {
  .c-form {
  }
  .c-formItem {
    display: block;
  }
  .c-formItem + .c-formItem {
    margin-top: 15px;
  }
  .c-formItemHead {
    font-size: 16px;
    line-height: 1.75;
    width: 100%;
    padding: 12px 20px 15px 20px;
    text-align: left;
  }
  .c-formItemHeadInner {
    padding: 0 54px 0 0;
    display: inline-block;
  }
  .c-formItemHeadInner.is-required:before {
    width: 36px;
    height: 20px;
    top: 2px;
    padding: 0 0 1px 0;
  }
  .c-formItemContent {
    padding: 15px 0 15px 0px;
    font-size: 14px;
    line-height: 1.75;
    width: 100%;
  }
  .c-formItemContentInner {

  }
  .c-formItemContentName {
  }
  .c-formItemContentName__tag {
    text-align: left;
  }
  .c-formItemContentName__tag.is-sei {
    width: 25px;
  }
  .c-formItemContentName__tag.is-mei {
    width: 41px;
    padding-left: 15px;
  }
  .c-formItemContentName__input {
    width: calc(50% - 33px);
  }


  .c-form input[type=text] ,
  .c-form input[type=email] ,
  .c-form input[type=tel] {
    height: 45px;
    padding: 5px 10px;
    font-size: 16px;
  }
  .c-form input[type=text]:read-only {
    height: 45px;
    padding: 5px 0;
  }
  .c-form textarea {
    width: 100%;
    height: 200px;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.75;
  }
  .c-formItemContent__txt {
    margin-bottom: 12px;
  }
  .c-formItemContent__txt a {
    margin-right: 5px;
  }
  .c-formItemContent__check {
  }
  .c-form__check {
  }
  .c-form__check .wpcf7-list-item {
    margin-right: 20px;
  }
  .c-form__check label {
  }
  .c-form__check label > input {
  }
  .c-form__check label > span {
    font-size: 16px;
    padding: 7px 0 7px 31px;
  }
  .c-form__check label > span:before ,
  .c-form__check label > span:after {
    top: 2px;
  }
  .c-form__check label > span:before {
    width: 20px;
    height: 20px;
  }
  .c-form__check label > span:after {
    left: 7px;
    width: 4px;
    height: 9px;
    bottom: 3px;
  }
  .c-form__check.is-required {
    padding-right: 45px;
  }
  .c-form__check.is-required:before {
    width: 36px;
    height: 20px;
    font-size: 10px;
    top: 2px;
    bottom: 0;
    right: 0;
    padding: 0 0 1px 0;
  }

  .c-formSubmit {
    margin-top: 45px;
  }
  .c-formSubmit input[type="submit"] {
    width: 100%;
    max-width: 280px;
    font-size: 18px;
    height: 55px;
    padding: 5px 36px 7px;
  }
  .c-formItemContentZip input[type=text] {
    max-width: 150px;
  }


  .c-formAgree {
    margin-top: 30px;
  }
  .c-formAgreeCheck {
    margin-bottom: 25px;
  }
  .c-formAgree__txt {
    font-size: 14px;
    line-height: 1.7;
  }

  .c-formAgreeDoc .c-formAgreeCheck {
    margin-top: 30px;
  }

  .c-formItemContentFiles {
    height: 40px;
  }
  .c-formItemContentFiles + .c-formItemContentFiles {
    margin-top: 7px;
  }
  .c-formItemContentFiles input[type="file"] {
    display: none;
  }
  .c-formItemContentFiles label {
    height: 40px;
    width: 110px;
    padding: 5px 5px;
    font-size: 12px;
    margin-right: 15px;
    border-radius: 5px;
  }
  .c-formItemContentFiles__txt {
    font-size: 14px;
    line-height: 1.4;
  }

  .c-formItemContentFilesItem:nth-of-type(n + 2) {
    display: none;
    margin-top: 5px;
  }
  .c-formItemContentFilesAdd {

  }
}






