@charset "UTF-8";
/*
    全体 ----------------------------------------------------------------------
*/
.content_wp {
  background: url(../img/bg01.jpg) top center/100% auto repeat-y;
  padding: 30px 0 40px;
}
@media screen and (max-width: 768px) {
  .content_wp {
    padding: 0;
  }
}
.mode-sp .content_wp {
  padding: 0;
}

.content {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .content {
    width: 100%;
    padding: 40px 20px;
  }
}
.mode-sp .content {
  width: 100%;
  padding: 40px 20px;
}

.content_center {
  width: 100%;
}

.content_left {
  width: 230px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .content_left {
    display: none;
  }
}
.mode-sp .content_left {
  display: none;
}
.content_left .img_title {
  font-size: 22px;
  font-weight: 900;
  color: #76a32d;
  display: block;
  width: 100%;
  height: 230px;
  border-radius: 20px;
  border: solid 2px #76a32d;
  line-height: 1.3;
  padding: 10px 20px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
.content_left .img_title.img_title01 {
  background: white url(../img/navi_illust01.png) center bottom -20px/209px auto no-repeat;
}
.content_left .img_title.img_title02 {
  background: white url(../img/navi_illust01.png) center bottom -45px/300px auto no-repeat;
}
.content_left .img_title.img_title04 {
  background: white url(../img/navi_illust04.png) center bottom -20px/209px auto no-repeat;
  padding-top: 30px;
}
.content_left .img_title.img_title05 {
  background: white url(../img/navi_illust05.png) center bottom -20px/209px auto no-repeat;
}
.content_left .txt_title {
  background: #D36820;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 20px;
  line-height: 1.3;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.content_right {
  padding-left: 70px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.content_right h2.sub_link {
    text-align: right;
    font-size: 110% !important;
}
@media screen and (max-width: 768px) {
  .content_right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-left: 0;
    width: 100%;
  }
}
.mode-sp .content_right {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 0;
  width: 100%;
}



.content_box {
  background: white;
  padding: 40px 20px;
  border-radius: 20px;
}

.check_content .content_box {
  width:1000px;
}

@media screen and (max-width: 768px) {
.check_content .content_box {
  width:100%;
}
}

/*
    ヘッダ ----------------------------------------------------------------------
*/
.head_wp {
  width: 100%;
  border-top: solid 14px #e1242a;
  border-bottom: solid 4px #76a32d;
}
.user .head_wp {
  border-bottom: solid 4px #E89651;
}
@media screen and (max-width: 768px) {
  .head_wp {
    border: none;
  }
}
.mode-sp .head_wp {
  border: none;
}
.head_wp .head {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .head_wp .head {
    padding-top: 54px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #FFF;
  }
}
.mode-sp .head_wp .head {
  padding-top: 54px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #FFF;
}
.head_wp .logo {
  width: 233px;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
  .head_wp .logo {
    background: white;
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding: 0 20px;
    text-align: left;
    margin: 0;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    border-top: solid 7px #e1242a;
    z-index: 100;
  }
  .head_wp .logo img {
    width: 230px;
  }
}
.mode-sp .head_wp .logo {
  background: white;
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding: 0 20px;
  text-align: left;
  margin: 0;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  border-top: solid 7px #e1242a;
  z-index: 100;
}
.mode-sp .head_wp .logo img {
  width: 230px;
}
.head_wp .logo_link {
  width: 205px;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
  .head_wp .logo_link {
    width: 120px;
    margin: 0 0 0 10px;
  }
}
.mode-sp .head_wp .logo_link {
  width: 120px;
  margin: 0 0 0 10px;
}
.head_wp .head_left {
  width: 440px;
  margin: 15px 0;
  padding: 0;
  text-align: left;
  float: left;
}
@media screen and (max-width: 768px) {
  .head_wp .head_left {
    padding: 30px 20px;
    width: 100%;
    margin: 0;
    text-align: left;
    float: none;
  }
}
.mode-sp .head_wp .head_left {
  padding: 30px 20px;
  width: 100%;
  margin: 0;
  text-align: left;
  float: none;
}
.head_wp .head_left_link {
  width: 516px;
  margin: 20px 0;
  padding: 0;
  text-align: left;
  float: left;
}
@media screen and (max-width: 768px) {
  .head_wp .head_left_link {
    width: 280px;
    margin: 5px 0 0 10px;
    text-align: left;
    float: none;
  }
}
.mode-sp .head_wp .head_left_link {
  width: 280px;
  margin: 5px 0 0 10px;
  text-align: left;
  float: none;
}
.head_wp .head_right {
  width: 260px;
  margin: 40px 0 0 0;
  padding: 0;
  float: right;
}
@media screen and (max-width: 768px) {
  .head_wp .head_right {
    display: none;
  }
}
.mode-sp .head_wp .head_right {
  display: none;
}
.head_wp .head_right .txt {
  clear: both;
  text-align: right;
}
.head_wp .head_right .txt p {
  float: right;
  width: 115px;
  margin: 5px 0 0 0;
  padding: 0 0 0 12px;
  background-image: url(../img/icon-arrow03.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px auto;
  font-size: 93% !important;
  line-height: 20px !important;
  white-space: nowrap;
}
.head_wp .head_right .txt p:nth-of-type(odd) {
  margin: 5px 0 0 15px;
}
.head_wp .head_right .txt p a {
  color: #222;
  text-decoration: none;
}
.head_wp .head_right .txt p a:hover {
  color: #e1242a;
  text-decoration: none;
}
.head_wp .head_font {
  width: 120px;
  margin: 30px 40px 0 0;
  padding: 0;
  float: right;
}
@media screen and (max-width: 768px) {
  .head_wp .head_font {
    display: none;
  }
}
.mode-sp .head_wp .head_font {
  display: none;
}
.head_wp .head_font_btn01 {
  float: left;
  display: block;
  width: 60px;
  height: 30px;
  margin: 5px 0 0 0;
}
.head_wp .head_font_btn02 {
  float: left;
  display: block;
  width: 60px;
  height: 30px;
  margin: 5px 0 0 0;
}

/*
    フッター01 ----------------------------------------------------------------------
*/
.user .foot01_wp {
  display: none;
}
@media screen and (max-width: 768px) {
  .foot01_wp {
    display: none;
  }
}
.mode-sp .foot01_wp {
  display: none;
}

.foot01_wp-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .foot01_wp-sp {
    display: block;
  }
}
.mode-sp .foot01_wp-sp {
  display: block;
}
.user .foot01_wp-sp {
  display: none;
}

.foot01_wp-user {
  display: none;
}
.user .foot01_wp-user {
  display: block;
}

.foot01_wp,
.foot01_wp-sp {
  width: 100%;
  background: #ecf4d9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.diagnosis .foot01_wp,
.diagnosis .foot01_wp-sp {
  background: #fff2e9;
}
.foot01_wp .foot01, .foot01_wp-sp .foot01 {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .foot01_wp .foot01, .foot01_wp-sp .foot01 {
    padding: 10px 0 40px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mode-sp .foot01_wp .foot01,
.mode-sp .foot01_wp-sp .foot01 {
  padding: 10px 0 40px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.foot01_wp .foot01 .foot_navi_link, .foot01_wp-sp .foot01 .foot_navi_link {
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 0;
  display: block;
  width: 300px;
  background: #e89651;
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}
.foot01_wp .foot01 .foot_navi_link:hover, .foot01_wp-sp .foot01 .foot_navi_link:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .foot01_wp .foot01 .foot_navi_link, .foot01_wp-sp .foot01 .foot_navi_link {
    position: static;
    width: 100%;
    margin-top: 60px;
    padding: 20px 0;
  }
}



.mode-sp .foot01_wp .foot01 .foot_navi_link, .mode-sp .foot01_wp-sp .foot01 .foot_navi_link {
  position: static;
  width: 100%;
  margin-top: 60px;
  padding: 20px 0;
}
.foot01_wp .foot_navi_box, .foot01_wp-sp .foot_navi_box {
  width: calc(100% / 3);
  padding: 0 20px;
}
.foot01_wp .foot_navi_box, .foot01_wp-sp .foot_navi_box {
  width: 100%;
} 
.foot01_wp .foot_navi_box .bnr_box {
  display: flex;
  justify-content: center;
}
.foot01_wp .foot_navi_box .bnr {
  width: 30%;
  margin-right: 70px;
}
.foot01_wp .foot_navi_box .bnr:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .foot01_wp .foot_navi_box, .foot01_wp-sp .foot_navi_box {
    float: none;
    width: 100%;
  }
  .foot01_wp .foot_navi_box:not(:last-of-type),
  .foot01_wp-sp .foot_navi_box:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.mode-sp .foot01_wp .foot_navi_box,
.mode-sp .foot01_wp-sp .foot_navi_box {
  float: none;
  width: 100%;
}
.mode-sp .foot01_wp .foot_navi_box:not(:last-of-type),
.mode-sp .foot01_wp-sp .foot_navi_box:not(:last-of-type) {
  margin-bottom: 40px;
}
.foot01_wp .foot_navi_box .foot01_txt01, .foot01_wp-sp .foot_navi_box .foot01_txt01 {
  margin: 20px 0px 10px 0px;
  padding: 0 10px 10px 10px;
  border-bottom: 2px solid #76a32d;
  font-size: 18px;
  line-height: 1.5;
  color: #76a32d;
  font-weight: 700;
  margin-bottom: 30px;
}
.diagnosis .foot01_wp .foot_navi_box .foot01_txt01, 
.diagnosis .foot01_wp-sp .foot_navi_box .foot01_txt01 {
  border-bottom: 2px solid #E89651;
  color: #E89651;
}
.foot01_wp .foot_navi_box .foot01_txt03, .foot01_wp-sp .foot_navi_box .foot01_txt03 {
  margin: 20px 0px 0px 0px;
  padding: 0 10px 0px 10px;
  border-bottom: 2px solid #76a32d;
  font-size: 18px;
  line-height: 1.5;
  color: #76a32d;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.diagnosis .foot01_wp .foot_navi_box .foot01_txt03, 
.diagnosis .foot01_wp-sp .foot_navi_box .foot01_txt03 {
  border-bottom: 2px solid #E89651;
  color: #E89651;
  /*text-align: center;*/
}
.foot01_wp .foot_navi_box .foot01_txt01:not(:first-of-type), .foot01_wp-sp .foot_navi_box .foot01_txt01:not(:first-of-type) {
  margin-top: 40px;
}
.foot01_wp .foot_navi_box .foot01_txt02, .foot01_wp-sp .foot_navi_box .foot01_txt02 {
  position: relative;
  padding: 0 0 0 30px;
}
.foot01_wp .foot_navi_box .foot01_txt02:not(:last-of-type), .foot01_wp-sp .foot_navi_box .foot01_txt02:not(:last-of-type) {
  margin-bottom: 10px;
}
.foot01_wp .foot_navi_box .foot01_txt02:before, .foot01_wp-sp .foot_navi_box .foot01_txt02:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #76a32d;
  position: absolute;
  top: 10px;
  left: 0;
}
.diagnosis .foot01_wp .foot_navi_box .foot01_txt02:before, 
.diagnosis .foot01_wp-sp .foot_navi_box .foot01_txt02:before {
  background: #E89651;
}
.foot01_wp .foot_navi_box .foot01_txt02 a, .foot01_wp-sp .foot_navi_box .foot01_txt02 a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #4d4d4d;
  text-decoration: none;
  text-align: left;
}
.foot01_wp .foot_navi_box .foot01_txt02 a:hover, .foot01_wp-sp .foot_navi_box .foot01_txt02 a:hover {
  text-decoration: underline;
}
.foot01_wp .foot_navi_box .foot01_txt02 span, .foot01_wp-sp .foot_navi_box .foot01_txt02 span {
  display: inline-block;
}


.foot01_wp-user {
  width: 100%;
  background: #FFF2E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.foot01_wp-user .foot01 {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .foot01_wp-user .foot01 {
    padding: 10px 0 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mode-sp .foot01_wp-user .foot01 {
  padding: 10px 0 0;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.foot01_wp-user .foot01 .foot_navi_link {
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 0;
  display: block;
  width: 300px;
  background: #76A32D;
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}
.foot01_wp-user .foot01 .foot_navi_link:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .foot01_wp-user .foot01 .foot_navi_link {
    position: static;
    width: 100%;
    margin-top: 60px;
    padding: 20px 0;
  }

}
.mode-sp .foot01_wp-user .foot01 .foot_navi_link {
  position: static;
  width: 100%;
  margin-top: 60px;
  padding: 20px 0;
}
.foot01_wp-user .foot01_txt01 {
  margin: 20px 0px 0 0px;
  font-size: 18px;
  line-height: 1.5;
  color: #E89651;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .foot01_wp-user .foot01_txt01 {
    padding: 0 20px;
  }
}
.mode-sp .foot01_wp-user .foot01_txt01 {
  padding: 0 20px;
}
.foot01_wp-user .foot01_txt01 span {
  border-bottom: solid 2px #E89651;
  padding: 0 10px 10px 0;
}
.foot01_wp-user .foot_navi_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .foot01_wp-user .foot_navi_box_wrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mode-sp .foot01_wp-user .foot_navi_box_wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.foot01_wp-user .foot_navi_box {
  width: 50%;
  padding: 0 20px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .foot01_wp-user .foot_navi_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    padding: 0 20px;
    margin-top: 10px;
  }
  .foot01_wp-user .foot_navi_box:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .foot01_wp-user .foot_navi_box:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .mode-sp .foot01_wp-user .foot_navi_box:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.mode-sp .foot01_wp-user .foot_navi_box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  padding: 0 20px;
  margin-top: 10px;
}
.mode-sp .foot01_wp-user .foot_navi_box:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mode-sp .foot01_wp-user .foot_navi_box:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.mode-sp .mode-sp .foot01_wp-user .foot_navi_box:not(:last-of-type) {
  margin-bottom: 0;
}
.foot01_wp-user .foot_navi_box .foot01_txt02 {
  width: 100%;
  position: relative;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .foot01_wp-user .foot_navi_box .foot01_txt02 {
    width: 100%;
  }
}
.mode-sp .foot01_wp-user .foot_navi_box .foot01_txt02 {
  width: 100%;
}
.foot01_wp-user .foot_navi_box .foot01_txt02:not(:last-of-type) {
  margin-bottom: 10px;
}
.foot01_wp-user .foot_navi_box .foot01_txt02:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #E89651;
  position: absolute;
  top: 10px;
  left: 0;
}
.foot01_wp-user .foot_navi_box .foot01_txt02 a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #4d4d4d;
  text-decoration: none;
  text-align: left;
}
.foot01_wp-user .foot_navi_box .foot01_txt02 a:hover {
  text-decoration: underline;
}
.foot01_wp-user .foot_navi_box .foot01_txt02 span {
  display: inline-block;
}

/*
    フッター02 ----------------------------------------------------------------------
*/
.foot02_wp {
  width: 100%;
  margin: 0 auto;
  border-left: solid 17px #e1242a;
  color: #000;
}
@media screen and (max-width: 768px) {
  .foot02_wp {
    width: 100%;
    margin: 0 auto;
    border-left: solid 8px #e1242a;
  }
}
.mode-sp .foot02_wp {
  width: 100%;
  margin: 0 auto;
  border-left: solid 8px #e1242a;
}
.foot02_wp .foot02 {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0 30px;
}
@media screen and (max-width: 768px) {
  .foot02_wp .foot02 {
    width: 100%;
    margin: 0 auto;
    padding: 13px 10px 13px 25px;
  }

}
.mode-sp .foot02_wp .foot02 {
  width: 100%;
  margin: 0 auto;
  padding: 13px 10px 13px 25px;
}
.foot02_wp .foot02 p {
  font-size: 15px !important;
  line-height: 20px !important;
}
@media screen and (max-width: 768px) {
  .foot02_wp .foot02 p {
    font-size: 12px !important;
    line-height: 20px !important;
  }
}
.mode-sp .foot02_wp .foot02 p {
  font-size: 12px !important;
  line-height: 20px !important;
}
.foot02_wp .foot02 p a {
  color: #000;
  text-decoration: none;
}
.foot02_wp .foot02 p a:hover {
  color: #e10;
}
.foot02_wp .foot_copy {
  width: 100%;
  padding: 57px 0 0 0;
  font-size: 17px !important;
  line-height: 18px !important;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .foot02_wp .foot_copy {
    width: 100%;
    padding: 15px 0 0 0;
    font-size: 12px !important;
    line-height: 18px !important;
    text-align: left;
  }
}
.mode-sp .foot02_wp .foot_copy {
  width: 100%;
  padding: 15px 0 0 0;
  font-size: 12px !important;
  line-height: 18px !important;
  text-align: left;
}

    .kanren_only{
 display: block;
 position: relative;
 top:-80px;

}

/*
    フッター（モバイル） ----------------------------------------------------------------------
*/
.foot_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .foot_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }

 .kanren_only{
    display: block;
    position: relative;
    top:0px;
}

 .kannren_tit{
     position: relative;
     left:-20px;
 
 }

}
.mode-sp .foot_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.foot_sp .foot_sp_btn {
  display: block;
  width: 50%;
  padding: 10px 0;
  border-top: solid 1px #ccc;
  background: #fff;
  font-size: 93% !important;
  line-height: 22px !important;
  text-align: center;
  color: #222;
  text-decoration: none;
}
.foot_sp .foot_sp_btn:nth-of-type(n + 3) {
  border-bottom: solid 1px #ccc;
}
.foot_sp .foot_sp_btn:nth-of-type(odd) {
  border-right: solid 1px #ccc;
}
.foot_sp .foot_sp_logo {
  width: 200px;
  margin: 10px auto 0 auto;
}

/*
    パンクズ ----------------------------------------------------------------------
*/
.pan_wp {
  width: 100%;
  background: #76a32d;
}
.user .pan_wp,
.diagnosis .pan_wp {
  background: #E89651;
}
@media screen and (max-width: 768px) {
  .pan_wp {
    display: none;
  }
}
.mode-sp .pan_wp {
  display: none;
}
.pan_wp .pan {
  width: 1000px;
  height: 48px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .pan_wp .pan {
    width: 100%;
  }
}
.mode-sp .pan_wp .pan {
  width: 100%;
}
.pan_wp .pan li {
  height: 100%;
  list-style: none;
}
.pan_wp .pan li .pan_text {
  text-decoration: none;
  display: block;
  height: 100%;
  padding: 0 20px 0 30px;
  color: white;
  font-size: 108%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.pan_wp .pan li:not(:last-of-type) .pan_text {
  background: #648428;
}
.user .pan_wp .pan li:not(:last-of-type) .pan_text,
.diagnosis .pan_wp .pan li:not(:last-of-type) .pan_text {
  background: #D36820;
}
.pan_wp .pan li:not(:last-of-type) .pan_text:before {
  content: "";
  display: block;
  border-left: solid 15px white;
  border-right: solid 15px transparent;
  border-bottom: solid 24px transparent;
  border-top: solid 24px transparent;
  position: absolute;
  top: 0;
  right: -31px;
  z-index: 100;
}
.pan_wp .pan li:not(:last-of-type) .pan_text:after {
  content: "";
  display: block;
  border-left: solid 15px #648428;
  border-right: solid 15px transparent;
  border-bottom: solid 24px transparent;
  border-top: solid 24px transparent;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 101;
}
.user .pan_wp .pan li:not(:last-of-type) .pan_text:after,
.diagnosis .pan_wp .pan li:not(:last-of-type) .pan_text:after {
  border-left: solid 15px #D36820;
}

/*
    グローバルナビ ------------------------------------------------------------------
*/
.gnavi {
  padding: 6px 0;
  border-bottom: solid 1px #c9c9c9;
}
.gnavi.fixed{
	width: 100%;
    position: fixed;
    top: 0;
	background: #fff;
	z-index: 1000;
}
@media screen and (max-width: 768px) {
  .gnavi {
    display: none;
  }
}
.mode-sp .gnavi {
  display: none;
}
.gnavi ul {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .gnavi ul {
    width: 100%;
  }
}
.mode-sp .gnavi ul {
  width: 100%;
}
.gnavi li {
  list-style: none;
}
.gnavi li a {
  text-decoration: none;
  font-size: 12px;
  font-size: 100%;
  font-weight: 700;
}
.gnavi li .gnavi_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  color: #333333;
  -webkit-transition: color .2s;
  transition: color .2s;
  padding: 3px;
  max-width: 200px;
}
.gnavi li:last-child .gnavi_link,
.gnavi li:last-child .gnavi_link.active {
  color: #fff;
  background: #D36820;
  border-radius: 8px;
}
.gnavi li .gnavi_link:hover, .gnavi li .gnavi_link.active {
  color: #76a32d;
}
.gnavi li:last-child .gnavi_link:hover {
  color: #fff;
  background: rgb(211,104,32,0.8);
}
.gnavi li .gnavi_link:hover .icon_gnavi, .gnavi li .gnavi_link.active .icon_gnavi {
  display: none;
}
.gnavi li .gnavi_link:hover .icon_gnavi-on, .gnavi li .gnavi_link.active .icon_gnavi-on {
  display: block;
}
.gnavi li .gnavi_btn {
  background: #e89651;
  border-radius: 10px;
  width: 160px;
  padding: 8px 10px;
  color: white;
  display: block;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}
.gnavi li .icon_gnavi {
  height: 34px;
  margin-right: 7px;
}
.gnavi li .icon_gnavi-on {
  display: none;
  height: 34px;
  margin-right: 7px;
}

/*
    サブナビ   ----------------------------------------------------------------------
*/
.subnavi_title {
  width: 100%;
  background: #76a32d;
  padding: 20px 0;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 83%;
  line-height: 1.5;
  color: white;
  text-align: center;
  font-weight: 700;
}
.user .subnavi_title {
  background: #E89651;
}
@media screen and (max-width: 768px) {
  .subnavi_title {
    width: 80%;
    background: #00a2d9;
    margin: 10px auto 0 auto;
    padding: 5px 10px 3px 10px;
    border-radius: 10px 10px 0 0;
    font-family: "Noto Sans Japanese";
    font-size: 124% !important;
    line-height: 22px !important;
    color: #FFF;
    text-align: center;
  }
}
.mode-sp .subnavi_title {
  width: 80%;
  background: #00a2d9;
  margin: 10px auto 0 auto;
  padding: 5px 10px 3px 10px;
  border-radius: 10px 10px 0 0;
  font-family: "Noto Sans Japanese";
  font-size: 124% !important;
  line-height: 22px !important;
  color: #FFF;
  text-align: center;
}
.subnavi_title span {
  display: block;
  margin: 5px 0 0 0;
  font-size: 72% !important;
  line-height: 26px !important;
}
@media screen and (max-width: 768px) {
  .subnavi_title span span {
    display: block;
    margin: 0 0 0 0;
    font-size: 72% !important;
    line-height: 20px !important;
  }
}
.mode-sp .subnavi_title span span {
  display: block;
  margin: 0 0 0 0;
  font-size: 72% !important;
  line-height: 20px !important;
}

.subnavi {
  border-bottom: solid 1px #ccc;
}
.subnavi a {
  display: block;
  width: 100%;
  font-size: 124%;
  line-height: 1.5;
  font-weight: 700;
  color: #333333;
  text-align: left;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .subnavi a {
    display: none;
  }
}
.mode-sp .subnavi a {
  display: none;
}
.subnavi a:hover span {
  display: block;
  background-image: url(../img/icon-arrow04.png);
  background-repeat: no-repeat;
  background-position: 215px 50%;
  background-size: 8px auto;
  color: #00a2d9;
}
.subnavi a span {
  display: block;
  margin: 7px 0;
  padding: 10px 30px 12px 15px;
  border-radius: 8px;
  background-image: url(../img/icon-arrow01.png);
  background-repeat: no-repeat;
  background-position: 215px 50%;
  background-size: 8px auto;
}
@media screen and (max-width: 768px) {
  .subnavi a span {
    display: none;
  }
}
.mode-sp .subnavi a span {
  display: none;
}
.subnavi.on a {
  color: #76a32d;
  border-right: solid 6px #e89651;
  position: relative;
}
.user .subnavi.on a,
.diagnosis .subnavi.on a {
  color: #E89651;
  border-right: solid 6px #76a32d;
}
.subnavi.on a:after {
  content: "";
  display: block;
  border-left: solid 10px #e89651;
  border-right: solid 10px transparent;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  position: absolute;
  top: calc(50% - 8px);
  right: -20px;
}
.user .subnavi.on a:after,
.diagnosis .subnavi.on a:after {
  border-left: solid 10px #76a32d;
}
.subnavi.on a span {
  display: block;
  margin: 7px 0;
  padding: 10px 30px 12px 15px;
  border-radius: 8px;
  background-color: #d9f1f9;
  background-image: url(../img/icon-arrow01.png);
  background-repeat: no-repeat;
  background-position: 215px 50%;
  background-size: 8px auto;
}

/*
    スライドナビ   ----------------------------------------------------------------------
*/
.snavi01 a {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 40px;
  background-image: url(../img/icon-home01.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 15px auto;
  font-size: 124% !important;
  color: #FFF;
  text-decoration: none;
  text-align: left;
}

.snavi02 {
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 10px 10px 5px 10px;
  font-size: 124% !important;
  color: #fff;
  text-decoration: none;
  text-align: left;
}

.snavi03 {
  padding: 8px 5px 8px 25px;
  background-image: url(../img/icon-arrow05.png);
  background-repeat: no-repeat;
  background-position: 12px 14px;
  background-size: 6px auto;
}
.snavi03 a,
.snavi03 span {
  display: block;
  width: 100%;
  font-size: 108% !important;
  line-height: 22px !important;
  color: #FFF;
  text-decoration: none;
  text-align: left;
}
.snavi03 span {
  display: inline-block;
}
/*
    1カラムレイアウト追加   ----------------------------------------------------------------------
*/

h2.one_c{
width:100%;
text-align: right;
font-size: 110% !important;

}

/*modal------*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 10000;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
	border:solid 4px #76a22e;
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.modal__link{
   text-align: right;
}
.modal__link a{
  position: relative;
  display: inline-block;
  padding-right: 20px;
	text-align: right;
}

.modal__link a::after{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #00a1d9;
  border-right: solid 2px #00a1d9;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .modal__content{
	  
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}
  .modal__link a {
    font-size: 14px;
  }
}

.content_bnr{margin:0 auto;text-align:center;color:#77a42e;}
.content_bnr p{color:#77a42e;}
.content_bnr a{display:inline-block;margin:0 auto;}