@charset "UTF-8";
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
/*==========================

共通設定

==========================*/
/*　基本設定
-------------------------------------*/
body {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.67em;
  letter-spacing: 0em;
  /*color: #333;*/
  color: #000;
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Arial",sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
}

a {
  transition: 0.3s ease-in-out;
}
a:link, a:visited {
  cursor: pointer;
  color: #00893f;
  transition: 0.3s ease-in-out;
}
#page #main a:link,
#page #main a:visited {
  text-decoration: underline;
}
#page #main a:link:hover,
#page #main a:visited:hover {
  text-decoration: none;
}
strong a {
  font-weight: bold;
}


a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

a img {
  vertical-align: middle;
  transition: opacity 0.3s ease-in-out;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

.hideTxt {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: block;
}

.hideTxt * {
  display: inline !important;
  line-height: 1;
  margin: 0;
  padding: 0 !important;
  font-size: 14px;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

/*　１カラム　*/
#page .layout-one-column {
  margin-bottom: 140px;
}
#page .layout-one-column .contentIn {
    width: 1000px;
    margin: 0 auto;
}
#page .layout-one-column .contentIn #main {
    padding-top: 50px;
}

/*　2カラム（左メニュー）*/
.layout-two-column-left {
  margin-bottom: 100px;
}

.layout-two-column-left .contentIn {
  width: 1000px;
  margin: 0 auto;
}

.layout-two-column-left #main {
  width: 732px;
  float: right;
}

.layout-two-column-left #side {
  width: 214px;
  float: left;
  background-color: #f2f9f5;
}

/*　2カラム（右メニュー）*/
.layout-two-column-right {
  width: 1000px;
  margin: 0 auto 140px;
}

.layout-two-column-right #main {
  width: 723px;
  float: left;
}

.layout-two-column-right #side {
  width: 214px;
  float: right;
}



/*　header
-------------------------------------*/
header .corpHead {
  /* corpHead */
  border-bottom: 1px solid #ddd;
  padding: 0 17px;
}
header .corpHead p a {
  line-height: 40px;
  height: 40px;
}
header .corpHead .corpLgo {
  float: left;
}
header .corpHead .corpLink {
  float: right;
}
header .corpHead .corpLink a {
  display: inline-block;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  background: url(../images/common/ico-arrow_001.svg) left center no-repeat;
  background-size: 5px 8px;
  padding-left: 10px;
}
header .corpHead .corpLink a:hover {
  color: #00893f;
}
header .tomonokaiHead {
  position: relative;
  background: #fff;
}
header .tomonokaiHead h1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 0 16px 16px;
  /*transition: 0.3s ease-in-out;*/
}
header .tomonokaiHead h1 a {
  display: block;
  width: 160px;
  height: 68px;
  background: url(../images/common/lgo-tomonokai_001.png);
  background-size: 160px 68px;
  position: relative;
  z-index: 1;
  width: 119px;
  height: 45px;
  background-size: 119px 45px;
}
/*win*/
.win header .tomonokaiHead h1 a {
  background: url(../images/common/lgo-tomonokai_001.png) no-repeat;
  width: 119px;
  height: 45px;
  background-size: 119px 45px;
}


header .tomonokaiHead h1:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/common/bgi-lgo_001.png);
  width: 200px;
  height: 73px;
  top: 0;
  left: 0;
}
header .tomonokaiHead.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0px 1px 4px 0px #ccc;
  -moz-box-shadow: 0px 1px 4px 0px #ccc;
  -webkit-box-shadow: 0px 1px 4px 0px #ccc;
}
header .tomonokaiHead.fixed h1 {
  padding-left: 37px;
  padding-top: 8px;
  z-index: 10;
}
header .tomonokaiHead.fixed h1 a {
  width: 129px;
  height: 55px;
  background-size: 129px 55px;
}
header .tomonokaiHead nav ul .offer a {
  background: #ff7200;
  width: 180px;
  text-align: center;
}
header .tomonokaiHead nav ul .offer a span {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding-right: 25px;
  background: url(../images/common/ico-arrow_circle_orange_001.svg) right center no-repeat;
  background-size: 18px 18px;
}
header .tomonokaiHead nav ul .offer a:hover {
  opacity: 0.7;
}

/* ==================================== お申込み OPEN／CLOSE 切り替え(2020.10.30 ADD) ====================================================== */
/*
 * @ 期間中の場合   下記を9行をコメントアウト
*/


/*
header .tomonokaiHead nav ul .offer a:hover:after {
  display: none !important;
}
header .tomonokaiHead nav ul .offer a{
    display: none !important;
}
footer .inner ul.accordion .nav03, footer .inner ul.accordion .nav09 {
  display: none;
}
*/



@media screen and (min-width: 1101px) {
  #toggle {
    display: none;
  }

  header {
    min-width: 1101px;
  }
  header .tomonokaiHead {
    position: relative;
    background: #fff;
  }
  header .tomonokaiHead h1 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px 0 16px 16px;
    /*transition: 0.3s ease-in-out;*/
  }
  header .tomonokaiHead h1 a {
    display: block;
    width: 160px;
    height: 68px;
    background: url(../images/common/lgo-tomonokai_001.png) no-repeat;
    background-size: 160px 68px;
    position: relative;
    z-index: 1;
  }
  
  /*win*/
   .win header .tomonokaiHead h1 a {
     width: 160px;
     height: 68px;
      background: url(../images/common/lgo-tomonokai_001.png) no-repeat;
     background-size: 160px 68px;
    }

  
  
  header .tomonokaiHead h1 a:hover {
    opacity: 0.6;
  }
  header .tomonokaiHead.fixed h1 a {
    width: 129px;
    height: 55px;
    background-size: 129px 55px;
  }
  header .tomonokaiHead h1:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/common/bgi-lgo_001.png);
    /*width: 200px;*/
    width: 196px;
    height: 73px;
    top: 0;
    left: 0;
}
  header .tomonokaiHead.fixed h1:after {
    -webkit-filter: drop-shadow( -4px 1px 2px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( -4px 1px 2px rgba(0, 0, 0, 0.2));
  }
  header .tomonokaiHead nav {
    float: right;
  }

  header .tomonokaiHead nav ul {
    letter-spacing: -0.40em;
  }
  header .tomonokaiHead nav ul > li {
    letter-spacing: 0;
    display: inline-block;
    padding-left: 30px;
  }
  header .tomonokaiHead nav ul > li:first-child {
    padding-left: 0;
  }
  header .tomonokaiHead nav ul > li:hover a, header .tomonokaiHead nav ul > li a.active {
    color: #00893f;
  }
  header .tomonokaiHead nav ul > li:hover a:after, header .tomonokaiHead nav ul > li a.active:after {
    content: "";
    display: block;
    background: #00893f;
    width: 100%;
    position: absolute;
    height: 4px;
    left: 0;
    bottom: 0;
  }
  header .tomonokaiHead nav ul > li.offer:hover a:after, header .tomonokaiHead nav ul > li.offer a.active:after {
    display: none;
  }
  header .tomonokaiHead nav ul > li a {
    display: block;
    line-height: 100px;
    height: 100px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    position: relative;
  }
  header .tomonokaiHead nav ul > li .childMenu {
    position: absolute;
    width: 100%;
    background: #e0f6ea;
    left: 0;
    text-align: center;
    z-index: 3;
    display: none;
  }
  header .tomonokaiHead nav ul > li .childMenu li a {
    height: 80px;
    line-height: 80px;
    background: url(../images/common/ico-arrow_down_001.svg) center 54px no-repeat;
    background-size: 10px 6px;
    color: #333;
  }
  header .tomonokaiHead nav ul > li .childMenu li a:after {
    display: none !important;
  }
  header .tomonokaiHead nav ul > li .childMenu li a:hover {
    background-position: center 60px;
    color: #00893f;
  }
  header .tomonokaiHead.fixed nav ul li a {
    height: 50px;
    line-height: 50px;
  }
  header .tomonokaiHead.fixed nav ul li .childMenu li a {
    height: 60px;
    line-height: 60px;
    background-position: center 42px;
  }
  header .tomonokaiHead.fixed nav ul li .childMenu li a:hover {
    background-position: center 45px;
  }
}
@media screen and (max-width: 1250px) {
  header .tomonokaiHead nav ul > li {
    padding-left: 15px;
  }
  header .tomonokaiHead nav ul > li .childMenu li {
    padding-left: 30px;
  }
  header .tomonokaiHead nav ul .offer a {
    width: 140px;
  }
}
@media screen and (max-width: 1100px) {
  header .tomonokaiHead h1 {
    position: relative;
    top: auto;
    left: auto;
    padding: 16px 0 !important;
  }
  header .tomonokaiHead h1 a {
    margin: 0 auto;
    width: 129px;
    height: 55px;
    background-size: 129px 55px;
  }
  header .tomonokaiHead #toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    outline: none !important;
    z-index: 100;
  }
  header .tomonokaiHead #toggle.fixed {
    position: fixed;
    top: 20px;
    margin-top: 0;
  }
  header .tomonokaiHead nav {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    display: none;
  }
  header .tomonokaiHead nav > ul {
    border-top: 1px solid #ddd;
  }
  header .tomonokaiHead nav > ul li {
    padding-left: 0 !important;
  }
  header .tomonokaiHead nav > ul li a {
    text-decoration: none;
    text-align: center;
    color: #333;
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
  }
  header .tomonokaiHead nav > ul li:hover a, header .tomonokaiHead nav > ul li.active a {
    color: #00893f;
  }
  header .tomonokaiHead nav > ul li.parent p {
    background: url(../images/common/ico-arrow_down_001.svg) center right 20px no-repeat;
    background-size: 10px 6px;
  }
  header .tomonokaiHead nav > ul li.parent.open p {
    background: url(../images/common/ico-arrow_up_001.svg) center right 20px no-repeat;
    background-size: 10px 6px;
  }
  header .tomonokaiHead nav > ul li .childMenu {
    display: none;
  }
  header .tomonokaiHead nav > ul li .childMenu li a {
    padding-left: 35px;
    color: #333;
    font-weight: normal;
    background: #e0f6ea;
  }
  header .tomonokaiHead nav > ul li .childMenu li a:hover {
    color: #00893f;
  }
  header .tomonokaiHead nav > ul .offer {
    border-bottom: none;
    padding-bottom: 20px;
    max-width: 300px;
    margin: 0 auto;
  }
  header .tomonokaiHead nav > ul .offer a {
    width: auto;
    margin: 20px 20px 0;
    border-radius: 5px;
  }
  header .tomonokaiHead.fixed h1 {
    padding: 10px 0 !important;
    text-align: center;
  }
}
/*　offerBox
-------------------------------------*/
.offerBox {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 60px 0 70px;
  position: relative;
  z-index: 1;
  background-color: #fefdfc;
}
.offerBox h4 {
  color: #00893f;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.offerBox .offerBtn a {
  display: block;
  width: 500px;
  margin: 0 auto;
  background: #ff7200;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
.offerBox .offerBtn a:hover {
  opacity: 0.7;
}
.offerBox .offerBtn a span {
  height: 90px;
  line-height: 90px;
  font-weight: bold;
  font-size: 28px;
  display: inline-block;
  padding-right: 45px;
  background: url(../images/common/ico-arrow_circle_orange_001.svg) right center no-repeat;
  background-size: 26px 26px;
}
.offerBox .offerBtn.noClick a {
    pointer-events: none;
    background: #c5c5c5;
}
.offerBox .offerBtn.noClick a span {
    padding-right: 0;
    background: none;
}

/*　contactFoot
-------------------------------------*/
#contactFoot {
  background: #faf5ee;
  border-bottom: 1px solid #ebe6e0;
  padding: 50px 0;
}
#contactFoot .inner {
  display: table;
  table-layout: fixed;
}
#contactFoot .inner p {
  display: table-cell;
  vertical-align: middle;
}
#contactFoot .inner .lead {
  color: #00893f;
  font-size: 20px;
}
#contactFoot .inner .lead span {
  font-weight: bold;
  padding-left: 27px;
  background: url(../images/common/ico-tell_001.png) left center no-repeat;
  background-size: 19px auto;
  display: inline-block;
}
#contactFoot .inner .number {
  width: 320px;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
}
#contactFoot .inner .number small {
  font-weight: bold;
  font-size: 19px;
}
#contactFoot .inner p.lead, #contactFoot .inner p.number a {
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Arial",sans-serif !important;
  color: #000 !important;
  font-weight: bold;
}
#contactFoot .inner .btn {
  width: 170px;
}
#contactFoot .inner .btn a {
  display: block;
  background: #e5e5e5;
  text-align: center;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
#contactFoot .inner .btn a:hover {
  opacity: 0.7;
}
#contactFoot .inner .btn a span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 15px;
  padding-right: 20px;
  background: url(../images/common/ico-arrow_circle_green_002.svg) right center no-repeat;
  background-size: 14px 14px;
}
/*----20181121注意書き追記----*/
p.notice.inner {
    text-align: center;
    padding: 25px;
    font-weight: bold;
}
p.notice.inner span {
    display: block;
    font-weight: bold;
}
/*----20181121注意書き追記----*/
/*　footer
-------------------------------------*/
footer .inner {
  padding: 45px 0 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
footer .inner .companyInfo {
  width: 270px;
}
footer .inner .companyInfo h5 {
  font-size: 16px;
  margin-bottom: 20px;
}
footer .inner .companyInfo dl dt {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}
footer .inner .companyInfo dl dd {
  line-height: 2;
  font-size: 12px;
  margin-bottom: 20px;
}
footer .inner .companyInfo dl dd:last-child {
  margin-bottom: 0;
}
footer .inner ul.accordion {
  width: 190px;
  font-size: 12px;
}
footer .inner ul.accordion.wide {
  width: 220px;
}
footer .inner ul.accordion a {
  text-decoration: none;
  color: #333;
  transition: 0.2s all;
}
footer .inner ul.accordion a:hover {
  text-decoration: underline;
}
footer .inner ul.accordion .parent p {
  padding-left: 20px;
  background: url(../images/common/ico-arrow_circle_green_002.svg) left center no-repeat;
  background-size: 14px 14px;
}
footer .inner ul.accordion .parent p span a {
  font-weight: bold;
}
footer .inner ul.accordion .childMenu li, footer .inner ul.accordion .subMenu li {
  padding-left: 20px;
  background: url(../images/common/ico-arrow_001.svg) 4px center no-repeat;
  background-size: 6px 10px;
}
footer .inner ul.accordion .single {
  padding-left: 20px;
  background: url(../images/common/ico-arrow_circle_green_002.svg) left center no-repeat;
  background-size: 14px 14px;
}
footer .inner ul.accordion .single a {
  font-weight: bold;
}
footer .inner ul.accordion .nav03, footer .inner ul.accordion .nav12 {
  margin-top: 30px;
}

footer .inner ul.accordion .nav12,
footer .inner ul.accordion .nav13 {
  background: url(../images/common/ico-arrow_001.svg) 4px center no-repeat !important;
}
footer .copyright {
  text-align: center;
  background: #e5f3eb;
  padding: 15px 0;
  font-size: 12px;
  border-top: 1px solid #cedad3;
}

@media screen and (max-width: 1000px) {
  .inner {
    width: 100%;
    margin: 0;
  }
    
    #page .layout-one-column .contentIn {
        width: 100%;
    }
    #page .layout-one-column .contentIn #main {
        margin: 0 20px;
        padding-top: 20px;
    }

  /*　2カラム（左メニュー）*/
  .layout-two-column-left {
    width: 100%;
    margin-bottom: 0;
  }

  .layout-two-column-left #main {
    width: auto;
    float: none;
    padding-top: 20px;
  }
  .layout-two-column-left #main .sectionIn {
    margin: 0 20px 50px;
  }

  .layout-two-column-left #side {
    width: auto;
    float: none;
  }

  #toggle {
    transform: scale(0.8);
  }

  /*　contactFoot
  -------------------------------------*/
  #contactFoot .inner {
    display: block;
  }
  #contactFoot .inner p {
    display: block;
  }
  #contactFoot .inner p.lead, #contactFoot .inner p.number {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }

  #contactFoot .inner p.btn {
    margin: 0 auto;
  }
  #contactFoot .inner .lead span {
    padding-left: 0px;
    background: none;
  }

  /*　footer
  -------------------------------------*/
  footer .inner {
    display: block;
    margin: 0;
    padding: 30px 0 0;
  }
  footer .inner .companyInfo {
    width: auto;
    max-width: 270px;
    margin: 0 auto 30px;
    text-align: center;
  }
  footer .inner ul {
    width: auto !important;
    margin-top: 0 !important;
    font-size: 14px !important;
  }
  footer .inner ul li {
    padding-left: 0 !important;
    border-top: 1px solid #ddd;
    margin-top: 0 !important;
    background-position: 10px center !important;
  }
  footer .inner ul li p {
    padding-left: 0 !important;
    background-position: 10px center !important;
    -webkit-background-size: 14px 14px !important;
    background-size: 14px 14px !important;
  }
  footer .inner ul.accordion .parent p {
    padding-left: 20px;
    background: url(../images/common/ico-arrow_circle_green_down_001.png) left center no-repeat;
    -webkit-background-size: 14px 14px !important;
    background-size: 14px 14px !important;
  }
  footer .inner ul li.open p {
    background-image: url(../images/common/ico-arrow_circle_green_up_001.png) !important;
  }
  footer .inner ul li a {
    display: block;
    padding: 10px 20px 10px 30px;
  }
  footer .inner ul li a:hover {
    text-decoration: none !important;
    color: #00893f;
  }
  footer .inner ul li .childMenu {
    background: #e0f6ea;
    display: none;
  }
  footer .inner ul.accordion .single {
    background: url(../images/common/ico-arrow_001.svg) 4px center no-repeat;
    background-size: 6px 10px;
    background-position: 15px center !important;
  }
  footer .inner ul li .childMenu li {
    background-position: 15px center !important;
  }
  footer .inner ul.subMenu li {
    background-position: 15px center !important;
  }
  footer .inner ul.subMenu li a {
    font-weight: bold;
  }
  footer .inner ul.accordion .nav03,
  footer .inner ul.accordion .nav03 {
    background: none !important;
  }
}

/*　下層ページ
-------------------------------------*/

/*メインイメージ*/
#page #mainImg {
  width: 100%;
  height: 180px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  position: relative;
}
#page #mainImg::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/common/mainImg_deco_001.png) no-repeat;
  width: 168px;
  height: 162px;
  -webkit-background-size: cover;
  background-size: cover;
  left: 0;
  top: 0;
}

#page #mainImg .pageTtl {
  position: absolute;
  margin-top: 68px;
}

#page #mainImg h2 {
  font-size: 28px;
  letter-spacing: 1px;
}
#page #mainImg h2 span {
  display: block;
  font-size: 20px;
  color: #00893f;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 9px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 1330px) {
  #page #mainImg h2 {
  }
}
@media screen and (max-width: 1000px) {
  #page #mainImg h2 {

  }
}

#page #mainImg .mainImgIn {
  width: 1000px;
  height: 180px;
  margin: 0 auto;
}


#page #mainImg .mainImgIn img {
  display: none;
}

@media screen and (min-width: 1280px) {
  #page #mainImg {
    background-size: 100% auto !important;
}
    #page #mainImg .pageTtl {
        padding-left: 0;
    }
}

@media screen and (max-width: 1000px) {
  #page #mainImg {
    background-position: right center !important;
    border-top: none;
}
  #page #mainImg .mainImgIn {
    width: 50%;
    height: 180px;
    background-color: #f2f9f5 !important;
    background-position: right center !important;
    margin: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .layout-two-column-left .contentIn {
    width: 100%;
  }
    #page #mainImg .pageTtl {
        padding-left: 100px;
    }
}
@media screen and (max-width: 700px) {
  #page #mainImg {
    width: 100%;
    height: auto;
    background: none !important;
    border-top: 1px solid #d9d9d9;
}
  #page #mainImg .mainImgIn img {
    display: inherit;
    max-width: 100%;
    height: auto;
  }
  #page #mainImg .mainImgIn {
    border: none;
    height: auto;
    width: 100%;
  }
  #page #mainImg .pageTtl {
    display: none;
  }
  #page #mainImg::before {
    display: none;
  }

}

/*パンクズ*/
#pnkz {
  font-size: 10px;
  margin-bottom: 15px;
}
#pnkz a {
  color: #333;
  text-decoration: underline;
}
#pnkz a:hover {
  text-decoration: none;
}
#pnkz span::after {
  content: '>';
  display: inline-block;
  margin: 0 15px;
}
#pnkz span:last-child::after {
  display: none;
}
@media screen and (max-width: 1000px) {
  #pnkz {
    margin: 0 20px 15px;
  }
}


/*　サイドメニュー
-------------------------------------*/
.layout-two-column-left #side h1 {
  height: 107px;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0em;
  padding-top: 18px;
  border-bottom: 2px solid  #d3dad6;
}
.layout-two-column-left #side h1::before {
  content: '';
  display: block;
  background: url(../images/common/side_icon_001.png) no-repeat;
  width: 40px;
  height: 40px;
  -webkit-background-size: 100%;
  background-size: 100%;
  margin: 0 auto 8px;
}
.layout-two-column-left #side ul li {
  border-top: 1px solid #fff;
  height: 62px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.layout-two-column-left #side ul li a {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  padding-left: 34px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align:center;/*--- Androidブラウザ用 ---*/
  -ms-flex-align:center;/*--- IE10 ---*/
  -webkit-align-items:center;/*--- safari（PC）用 ---*/
  align-items:center;
}
.layout-two-column-left #side ul li::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/common/sidenav_icon_001.png) no-repeat;
  height: 10px;
  width: 7px;
  -webkit-background-size: cover;
  background-size: cover;
  top: calc(50% - 5px);
  left: 20px;
}
.layout-two-column-left #side ul li a:hover {
  background-color: #00893f;
  color: #fff;
  position: relative;
}
.layout-two-column-left #side ul li a.active{
  background-color: #00893f;
  color: #fff;
  position: relative;
}
.layout-two-column-left #side ul li a::after {
  content: '';
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 15px solid #00893f;
  position: absolute;
  right: -15px;
  top: 0;
  transition: 0.3s ease-in-out;
}
.layout-two-column-left #side ul li a:hover::after {
  /*opacity: 1;*/
}
.layout-two-column-left #side ul li a.active::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 15px solid #00893f;
  position: absolute;
  right: -15px;
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .layout-two-column-left #side ul li a::after {
    display: none;
  }
  .layout-two-column-left #side ul li a.active::after {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  /*　offerBox
  -------------------------------------*/
  .offerBox {
    padding: 20px;
  }
  .offerBox h4 {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  .offerBox .offerBtn a {
    max-width: 300px;
    width: auto;
  }
  .offerBox .offerBtn a span {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    display: inline-block;
    padding-right: 25px;
    background-size: 13px 13px;
  }
    
  /*　contact
  -------------------------------------*/
  #contactFoot {
    padding: 20px 20px;
  }
  #contactFoot .inner .lead {
    font-size: 16px;
  }
  #contactFoot .inner .number {
    font-size: 30px;
  }
  #contactFoot .inner .number small {
    font-size: 16px;
  }
  #contactFoot .inner .btn {
    width: 170px;
  }
  #contactFoot .inner .btn a span {
    font-size: 14px;
  }

  /*　footer
  -------------------------------------*/
  footer .copyright {
    padding: 15px 20px;
    font-size: 10px;
  }
  
  
}

/*　thanksページ
-------------------------------------*/
.thanks #formBox .thanks {
  background-color: #f2f9f5;
  color: #333333;
  padding: 18px 26px 30px;
  border: none !important;
}
.thanks #formBox .thanks em {
  display: block;
  background: none;
  color: #00893f;
  padding: 0;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a9d7be;
}
.thanks #formBox .thanks p {
  font-size: 14px!important;
  line-height: 1.8!important;
}

.thanks #formBox dl {
  background-color: #d9ede2 !important;
}
.thanks #formBox dl dt {
  font-size: 15px;
  text-align: center !important;
  color: #000;
  border-left: none;
}
.thanks #formBox dl dd {
  height: 72px;
}

/*　404
-------------------------------------*/
#mainImg {
  background: url(../images/404/pic-mainImg_001.jpg) center center no-repeat;
}
.error-404.not-found {
  text-align: center;
  margin-bottom: -70px;
}
.error-404.not-found h1 {
  font-size: 70px;
  text-align: center;
  color: #00893f;
  letter-spacing: -3px;
  line-height: 1;
  margin-bottom: 40px;
}

.error-404.not-found p {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
}

.error-404.not-found span {
}

.error-404.not-found span a {
  padding: 10px 20px;
  background-color: #00893f;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none !important;
}
.error-404.not-found span a:hover {
  opacity: 0.7;
}
















