@charset "UTF-8";
/*
Theme Name: REVOnet child
Template: revonet
Description: レスポンシブWPカスタム専用テーマ。This theme produced by <a href="http://revonet.co.jp">REVOnet</a>.
*/
@import url("../revonet/style.css");
.blue1_bg {
  background: #175ba4 !important;
  color: #fff;
  border: none;
}

.orange1_bg {
  background: #f1b302 !important;
  color: #fff;
  border: none;
}

.red1_bg {
  background: #d94536 !important;
  color: #fff;
  border: none;
}

.green1_bg {
  background: #56ab33 !important;
  color: #fff;
  border: none;
}

.blue2_bg {
  background: #72a7f7 !important;
  color: #fff;
  border: none;
}

.orange2_bg {
  background: #f9ca42 !important;
  color: #fff;
  border: none;
}

.red2_bg {
  background: #e37466 !important;
  color: #fff;
  border: none;
}

.green2_bg {
  background: #38801a !important;
  color: #fff;
  border: none;
}

.blue3_bg {
  background: #9fc1f9 !important;
  color: #fff;
  border: none;
}

.orange3_bg {
  background: #fbdf68 !important;
  color: #fff;
  border: none;
}

.red3_bg {
  background: #ea9c94 !important;
  color: #fff;
  border: none;
}

.green3_bg {
  background: #7acda7 !important;
  color: #fff;
  border: none;
}

.blue1 {
  color: #175ba4 !important;
}

.orange1 {
  color: #f1b302 !important;
}

.red1 {
  color: #d94536 !important;
}

.green1 {
  color: #56ab33 !important;
}

.blue2 {
  color: #72a7f7 !important;
}

.orange2 {
  color: #f9ca42 !important;
}

.red2 {
  color: #e37466 !important;
}

.green2 {
  color: #38801a !important;
}

.blue3 {
  color: #9fc1f9 !important;
}

.orange3 {
  color: #fbdf68 !important;
}

.red3 {
  color: #ea9c94 !important;
}

.green3 {
  color: #7acda7 !important;
}

body {
  font-family: arial, Hiragino Kaku Gothic ProN, Meiryo, Yu Gothic, sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

.lead {
  color: #175ba4;
}

h1 {
  border-bottom: none;
  border-top: 3px solid #82b327;
  color: #000;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
}
h1 a {
  color: #000;
}

h2 {
  margin: 20px 0;
  padding-left: 20px;
  border-bottom: 1px solid #4d4b72;
}

h3 {
  background: none;
  background-color: #4d4b72;
  border: none;
  margin: 20px 0;
  color: #fff;
}
h3.none {
  background: none;
  padding: 0;
  border: none;
}
h3.info {
  background-image: url("images/h3InfoBg.png");
  background-position: 10px center;
  padding-left: 50px;
  border: none;
  border-bottom: 1px solid #000;
}
h3.kuma {
  background-image: url("images/h3kumaBg.png");
}

h4 {
  font-size: 100%;
  padding: 10px 10px;
  line-height: 100%;
  position: relative;
  background: #175ba4;
  border: 1px solid #124883;
  color: #fff;
}
h4:after, h4:before {
  top: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
h4:after {
  border-top: 1px solid #124883;
  border-width: 10px;
  margin-left: -10px;
}
h4:before {
  border-top: 1px solid #124883;
  border-width: 11px;
  margin-left: -11px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  h4 {
    font-size: 120%;
  }
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　  header  　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#header {
  padding: 10px;
}
#header ul {
  margin: 0;
  width: auto;
}
#header h1 {
  font-size: 86%;
  line-height: 100%;
  font-weight: normal;
  color: #000;
}
#header #search {
  float: right;
  margin-right: 10px;
}
#header #logo {
  clear: both;
  float: left;
  max-width: 34%;
  margin-left: 0;
  margin: 10px 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #header #logo {
    max-width: 58%;
    margin: 0;
    margin-top: 10px;
  }
  #header #logo img {
    max-width: 100%;
  }
}
#header #logo2 {
  width: 30%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  float: left;
  margin-left: 30px;
}
#header #logo2 img {
  max-width: 90%;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
  #header #logo2 {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #header #logo2 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #header #logo2 {
    margin-left: 0;
  }
}
#header #haeder_r {
  float: right;
  max-width: 33%;
  margin: 0;
  text-align: center;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #header #haeder_r {
    display: none;
  }
}
#header #haeder_r li {
  padding: 5px 0;
}
#header #site_description {
  float: none;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  padding: 0px;
  font-size: 10px;
  line-height: 160%;
  text-align: left;
  max-width: 48%;
}
@media screen and (max-width: 767px) {
  #header #site_description {
    display: none;
  }
}
#header #xs-nav {
  display: none;
}
#header #xs-nav a {
  color: #69901f;
  font-size: 10px;
}
#header #xs-nav a i {
  font-size: 14px;
}
#header #xs-nav .btn {
  padding: 6px;
}
@media screen and (max-width: 767px) {
  #header #xs-nav {
    display: block;
    float: right;
    margin: 0;
    margin-top: 0;
  }
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　    nav   　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#nav {
  background-color: transparent;
  background-image: url("images/navBg.png");
  background-position: center center;
  background-repeat: repeat-x;
  width: 100%;
  margin-bottom: 0;
  font-size: 100%;
  font-weight: 700;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #nav {
    height: auto;
    background-image: none;
  }
}
#nav .container {
  text-align: center;
}
#nav ul {
  display: table;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
#nav li {
  margin: 0;
  padding: 0;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  #nav li {
    display: block;
    text-align: left;
  }
}
#nav li a {
  text-decoration: none;
  width: 100%;
  background-color: transparent;
  color: #fff;
  display: inline-block;
  padding: 15px;
  margin: 0;
  border: none;
}
#nav li a:hover {
  text-decoration: underline;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  #nav li a {
    padding: 5px;
    background-color: #69901f;
    border-bottom: 1px solid #5e811b;
    display: block;
    position: relative;
  }
  #nav li a:hover {
    background-color: #5e811b;
  }
  #nav li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
    margin-bottom: 0;
  }
}

#search {
  display: none;
  padding: 10px;
  background-color: #fafafa;
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　   bread  　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#bread {
  text-align: left;
  padding: 5px 10px;
  font-size: 12px;
  background-color: #fff;
  margin: 10px 0;
}
#bread ul {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #bread {
    margin: 0;
    margin-bottom: 10px;
    background-color: #eee;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #bread {
    margin: 0;
  }
}
#bread li {
  display: inline-block;
}
#bread li:last-child a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#bread li a {
  color: #888;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  width: auto;
  text-align: center;
  z-index: 0;
  margin-right: 3px;
}
#bread li a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　   side   　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#contentWrap #side {
  margin-bottom: 40px;
}
#contentWrap #side #reform_nav img {
  margin-bottom: 6px  !important;
}
#contentWrap #side img {
  margin-bottom: 10px;
}
#contentWrap #side img.no-margin {
  margin-bottom: 0;
}
#contentWrap #side #side_company {
  padding: 10px;
  border: 4px solid #eee;
  text-align: center;
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　  footer  　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
#footer {
  margin-top: 40px;
}
#footer #foot_nav.odd li:last-of-type a {
  width: 100%;
}
#footer ul {
  margin: 0;
}
#footer #foot_nav {
  background-color: #69901f;
  /* float回り込み解除*/
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
#footer #foot_nav li {
  z-index: 70;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #footer #foot_nav li {
    display: block;
  }
}
#footer #foot_nav li a {
  display: inline-block;
  padding: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer #foot_nav li a {
    font-size: 12px;
    color: #fff;
    margin: 0px;
    padding: 5px 10px;
    display: block;
    float: left;
    width: 50%;
    border-bottom: 1px solid #547318;
    border-right: 1px solid #547318;
    background-color: #69901f;
    position: relative;
  }
  #footer #foot_nav li a:hover {
    text-decoration: none;
    background-color: #69901f;
    color: #fff;
  }
  #footer #foot_nav li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
#footer .container {
  text-align: center;
}
#footer img {
  vertical-align: middle;
}

#footerContact {
  clear: both;
  background-color: #69901f;
  padding: 10px;
  border: 2px solid #69901f;
}
#footerContact #footerTel {
  font-size: 200%;
  margin: 10px 0;
}
#footerContact #footerTel a {
  color: #fff;
}
#footerContact .btn-original {
  background-color: #fff;
}

#page-top {
  position: fixed;
  bottom: 50px;
  right: 0px;
  font-size: 12px;
  z-index: 100;
}
#page-top a {
  background: #f1b302;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  text-decoration: none;
  color: #fff;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  display: block;
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 0 0 6px;
}
#page-top a:hover {
  text-decoration: none;
  background: #f9ca42;
}

/*
■■■■■■■■■■■■■■■■
■■■■　　　　　　　■■■■■
■■■■　   page   　■■■■■
■■■■　　　　　　　■■■■■
■■■■■■■■■■■■■■■■
*/
.case_list .reform_info {
  margin: 10px 0;
  text-align: left;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .case_list .reform_info {
    margin: 0;
  }
}
.case_list .reform_info .reform_type {
  color: #ee4c5a;
  text-decoration: underline;
  display: inline-block;
  float: left;
  font-weight: 500;
}
.case_list .reform_info .reform_price {
  color: #ee4c5a;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .case_list .reform_info .reform_price {
    font-size: 16px;
  }
}
.case_list .reform_info .reform_name {
  clear: both;
  color: #69901f;
  font-weight: 500;
}
.case_list .reform_info p {
  text-align: left;
  margin-bottom: 0;
}
.case_list li {
  border: 1px solid #69901f;
  vertical-align: top;
}

#info_frame h2 {
  border-top: 3px solid #69901f;
  text-align: left;
  padding: 10px;
  border-bottom: none;
  background: none;
}
#info_frame h2 i {
  color: #69901f;
}
#info_frame .detail {
  clear: both;
  /* float回り込み解除*/
  overflow: hidden;
  position: relative;
}

.bg_color {
  background-color: #e7f0d7;
  padding: 10px 0;
}

.bg_color2 {
  background-color: #eee;
  padding: 10px 0;
}

h2 {
  text-align: left;
  padding: 10px 20px;
  border-bottom: none;
  font-weight: 600;
  border-top: 3px solid #69901f;
  background: none;
  background-color: #feffe2;
  color: #4d4b72;
}
h2 i {
  color: #69901f;
}

#voice {
  text-align: center;
}
#voice .voice_name {
  font-size: 18px;
  font-weight: 600;
  color: #69901f;
  text-align: left;
}
#voice p {
  text-align: left;
}
#voice img {
  margin-bottom: 10px;
}
#voice li {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ddd;
}

#footer_contact {
  padding: 20px;
}

li.aligntop {
  vertical-align: top !important;
}

#info_frame {
  text-align: left !important;
}
#info_frame h2 {
  margin-bottom: 10px;
}
#info_frame .detail {
  text-align: left;
}
#info_frame .detail .blog_img {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 100px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  /* この一行を追加するだけ！ */
}
#info_frame .detail .date {
  color: #82b327;
  text-align: left;
}
#info_frame .detail .listTitle {
  text-align: left;
}

.media li:nth-of-type(2) {
  text-align: left;
}

.big {
  font-size: 180%;
  color: #82b327;
  font-weight: 800;
  line-height: 160%;
}
.big.pink {
  color: #ee7d87;
}

.point {
  border: 1px solid #82b327;
  padding: 20px;
  clear: both;
  /* float回り込み解除*/
  overflow: hidden;
  position: relative;
}
.point .big {
  font-size: 140%;
}
.point img {
  float: right;
  margin: 0 0 10px 10px;
  max-width: 40%;
}

.home h1 {
  text-align: left;
  border-bottom: none;
}
.home h2 {
  background-color: transparent;
  background: none;
}

.contact_area {
  padding: 20px;
  margin: 20px 0;
  background-image: url("images/contact_bg.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #eee;
  /* float回り込み解除*/
  overflow: hidden;
  position: relative;
}
.contact_area ul {
  max-width: 68%;
  float: left;
  margin-bottom: 0;
}
.contact_area ul li:nth-of-type(1) {
  text-align: left;
}

.mediaList li {
  clear: both;
  padding: 10px;
}
.mediaList img {
  float: none;
}
@media screen and (max-width: 767px) {
  .mediaList img {
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .inline > li {
    display: table-cell !important;
  }
}

.price_off {
  background-color: #56ab33;
  font-weight: bold;
  display: inline-block;
  line-height: 100%;
  padding: 4px;
  border-radius: 6px;
  color: #fff;
}

.plan strong.red1 {
  background-color: #d94536;
  padding: 10px;
  color: #fff !important;
  font-weight: 700;
  display: block;
  font-size: 20px;
  margin-top: 10px;
}

.com_greet {
  margin: 40px 0;
  background-image: url("images/greetBg.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding: 20px;
  /* float回り込み解除*/
  overflow: hidden;
  position: relative;
}
.com_greet .pink {
  font-size: 280%;
}
@media screen and (max-width: 767px) {
  .com_greet .pink {
    font-size: 140%;
  }
}

.soudan {
  background-color: #f9fbf3;
}
.soudan p {
  padding: 20px;
}

.recruit th {
  min-width: 140px;
}
.recruit .recruit_contact {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  border: 3px solid #d94536;
  margin: 40px 0;
}
.recruit .big {
  font-size: 240%;
}
.recruit .btn {
  background-color: #d94536;
  color: #fff;
  font-weight: bold;
  border: 2px solid #d94536;
}
.recruit .recruit_staff {
  padding: 20px;
}
.recruit .recruit_staff:nth-of-type(even) {
  background-color: #fafafa;
}
.recruit .recruit_staff .name {
  font-size: 160%;
}

#page_nav {
  clear: both;
  margin-top: 20px;
}

#entrySubmit {
  width: 100%;
  background-color: #d94536;
  color: #fff;
  border: none;
}

textarea, input {
  width: 100%;
  padding: 2px;
}

.cf7tbl .label {
  float: right !important;
  min-height: 20px;
}

.submitBtn button {
  width: 100%;
  text-align: center;
  background-color: #d94536;
  border: 1px solid #ff0000;
}

.archive .photoTable td {
  text-align: center;
}
.archive .photoTable td .staffComment-list {
  text-align: left;
  padding: 10px;
}

.detailBtn {
  background-color: #4d4b72;
  color: #fff;
  width: 100%;
  border-radius: 6px;
  padding: 5px;
  text-align: center;
}

.photoTable a {
  color: #fff;
  text-decoration: none;
}
.photoTable a:hover {
  text-decoration: none;
  color: #fff;
}

.photoTable {
  border: none;
}
.photoTable td {
  border: none;
}

div.titleBefore {
  text-align: center;
  padding: 10px 20px;
  border-bottom: none;
  font-weight: 600;
  border-top: 3px solid #69901f;
  background: none;
  background-color: #fafafa;
  color: #000;
}

div.titleAfter {
  text-align: center;
  padding: 10px 20px;
  border-bottom: none;
  font-weight: 600;
  background: none;
  background-color: #ee7d87;
  color: #fff;
  margin-bottom: 40px;
}

table.frameTable td {
  padding: 0;
  text-align: center;
}

table.frameTable2 td {
  background: none;
  border: 1px solid #ddd;
  padding: 0;
  text-align: center;
}
table.frameTable2 .photoTable td {
  border: none;
  background-color: #fff;
}

.picComment {
  text-align: left;
  padding: 10px;
}

.staff_page table {
  font-size: 13px;
}
.staff_page table th {
  min-width: 140px;
}

.case_list a .reform_info p {
  color: #000;
  text-decoration: none;
}

.case_list a:hover {
  text-decoration: none;
}

.wpcf7-response-output, .wpcf7-display-none, .wpcf7-validation-errors, .wpcf7-not-valid-tip {
  display: none !important;
}

.siryou li {
  text-align: center;
  vertical-align: top !important;
}
.siryou li p {
  text-align: left;
}
.siryou li img {
  margin: 0 auto;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.siryou li strong {
  color: #56ab33;
}

.wpcf7-list-item {
  margin: 0 !important;
  width: 100%;
}
.wpcf7-list-item label {
  display: block !important;
  width: 100%;
}
.wpcf7-list-item input {
  display: inline-block;
  max-width: 20px;
}

.wpcf7-list-item-label {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .case_list img {
    float: left;
    margin: 10px;
    max-width: 30%;
  }
  .case_list .detail {
    float: left;
    max-width: 64%;
  }
  .case_list li {
    /* float回り込み解除*/
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .full ul.case_list {
    margin: 0;
    margin-bottom: 10px;
  }

  h1 {
    margin-bottom: 10px;
  }
}
