/*
Theme Name: マエダプラスターズ
Theme URI: http://tesakai.sakura.ne.jp/maedaplasters/
Description: マエダプラスターズ様専用のWordPressテーマです
Version: 1.0
Author: TS
*/

/* font */
@font-face {
  font-family: "NotoSansCJKjp-Thin";
  src: url("./font/NotoSansCJKjp-Thin.otf") format("opentype");
}
/* Reset */
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table.table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 13px;
  font-style: inherit;
  font-weight: bold;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
body {
  color: #333;
  /* font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; */
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}
body.menu_page {
  color: #666;
}
ol,
ul {
  list-style: none;
}
.strong_content ul {
  list-style: circle;
  text-align: left;
  max-width: 550px;
  margin: 0 auto;
  padding-left: 20px;
}
ul.disc.half li {
  display: inline-block;
  width: 48%;
}
ul.disc li:before {
  content: "・";
}
ul.disc li.none:before {
  content: "";
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
figure,
section .content h3.margin_none,
.margin_none {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img {
  max-width: 100%;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.5s;
}
a img {
  transition: 0.5s;
}
a:hover {
  color: #aaa;
}
a:active,
a:focus {
  outline: 0;
}
.inner {
  margin: 0 auto;
  width: 100%;
}
h4.inline {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
p.inline {
  display: inline-block;
}
p.detail_button {
  text-align: center;
  margin-top: 50px;
}
p.detail_button.left {
  text-align: left;
}
p.detail_button img.white {
  background-color: #fff;
}

.under_line {
  border-bottom: 2px solid #80a600;
}
.border_ttl {
  border-top: 1px solid #80a600;
  border-bottom: 1px solid #80a600;
  padding: 15px 0;
  letter-spacing: normal;
}
.border_ttl.black {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  letter-spacing: normal;
}
.line_ttl {
  border-bottom: 1px solid #80a600;
  padding: 15px 0;
  max-width: 300px;
  display: block;
  margin: auto;
}
.plan_head {
  padding: 9px;
  color: #fff;
  background-color: #80a600;
  border-radius: 4px;
}

section .green {
  color: #80a600;
}
section .white {
  color: #ffffff;
}
section .black {
  color: #303030;
}

section .content .course h3 {
  font-size: 16px;
}

section .content h5 {
  font-size: 20px;
}
section .content .left,
section .content.left {
  text-align: left;
}
section .left {
  text-align: left;
}
section .content .right,
section .content.right {
  text-align: right;
}

section .center {
  text-align: center;
}

.course table {
  width: auto;
  margin: 20px 0;
}

.course .box {
  border: 1px solid;
  width: auto;
  padding: 10px 30px;
  font-size: 1.4em;
  margin-bottom: 10px;
  display: inline-block;
}

/* floating-menu */
.fix-header {
  background-color: rgba(255, 255, 255, 0.7);
  top: -66px;
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #303030;
  position: fixed;
  opacity: 0;
  z-index: 1000;
}
.fix-header-contents {
  width: 800px;
  margin: 0 auto;
}
.fix-header ul {
  list-style-type: none;
}
.fix-header li a,
.fix-header li a:visited {
  color: #303030;
  text-decoration: none;
}
.fix-header li:last-child {
  margin-right: 0;
}
#fix-header-logo {
  float: left;
}
#fix-header-logo img {
  width: 54px;
}
#fix-header-menus {
  float: right;
  text-align: right;
}
#scroll-fix-menu img {
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
#scroll-fix-menu .current-menu-item img {
  border-bottom: 2px solid #0f142a;
}
#scroll-fix-menu a img:hover {
  border-bottom: 2px solid #0f142a;
  transition: border-color 0.6s ease-out;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

/* header */
.logo {
  padding-left: 20px;
  height: 30px;
}
.logo a:hover {
  opacity: 0.8;
}
.logo span {
  display: block;
}
.mail {
  display: none;
}
.works_info {
  margin: 0 auto;
  text-align: center;
}
.works_info ul li {
  height: 70px;
  padding: 10px 40px 0;
  border-left: 1px solid #333;
  display: inline-block;
}
.works_info ul li.last {
  margin-right: 0px;
  border-right: 1px solid #333;
}
.info {
  margin-top: 0px;
  flex-grow: 1;
}
.info a {
  padding: 0 5px;
  color: #303030;
}
.info a img {
  max-height: 53px;
  vertical-align: middle;
}
.info a:hover {
  opacity: 0.8;
}
.info .line a {
  color: #fff;
  background-color: #c69c6d;
  padding: 3px 20px;
  border-radius: 5px;
}
.info .open {
  font-size: 11px;
}
.info ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 0px;
}
.info ul li {
  display: inline;
  margin: 0;
  padding-bottom: 0px;
}
.info ul li.info_box {
  margin-top: -15px;
  padding-top: 0;
}
.info_box div {
  display: inline;
}
.info_box .banner_btn img {
  height: 53px;
}
.Toggle {
  height: 0px;
}
@media screen and (min-width: 1550px) {
  .header_content .logo {
    margin-right: 70px;
  }

  .info ul li {
    padding-left: 9px;
    padding-right: 9px;
  }
  .info a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .header_content .logo {
    margin-right: 60px;
  }

  .info ul li {
    padding-left: 2px;
    padding-right: 2px;
  }
  .info a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .header_content .logo {
    margin-right: 25px;
  }

  .info ul li {
    padding-left: 1px;
    padding-right: 1px;
  }
  .info a {
    font-size: 12px;
  }
  .info ul li.info_box {
    margin-top: -20px;
    padding-top: 0;
  }
  .info_box .banner_btn img {
    height: 50px;
  }
}
.info_box .banner_btn {
  padding: 0px 1px;
}

img.header_image {
  width: 100%;
  vertical-align: bottom;
}
#header {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  width: 100%;
}

/* box */
.box {
  margin: 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.box img {
  max-width: 100%;
  height: auto;
}
.box h3 {
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #10386b;
  background-image: none;
  font-size: 20px;
  margin-bottom: 20px;
  border: none;
}
.box p {
  vertical-align: middle;
  display: inline-block;
}
.box p.text {
  padding-left: 20px;
  width: 60%;
  font-size: 17px;
}
.box .line {
  border-top: 1px solid #333;
  width: 50px;
  display: inline-block;
}
.column_1_4.box p.left {
  text-align: left;
}
.column_1_4.box p.center {
  text-align: center;
}

/*sidebar*/
#side section {
  padding: 0 40px;
  max-width: 230px;
  min-width: 210px;
  margin: 0 auto;
}
#side .works_side .widget-title {
  font-size: 16px;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
#side .works_side ul li {
  padding: 5px 0;
}
#side li.widget-container {
  list-style: none;
}

#side .post_side li.widget-container {
  margin-bottom: 40px;
}
#side .post_side li.widget-container h3 {
  padding: 10px 0;
  border-bottom: 1px solid #000;
  font-size: 16px;
  letter-spacing: 0em;
  margin-bottom: 0px;
}

#side .post_side li.widget-container.widget_categories ul li {
  padding-top: 12px;
  border-bottom: none;
}
#side .post_side li.widget-container.widget_recent_entries ul li,
#side .post_side li.widget-container.widget_archive ul li {
  padding: 12px 0;
  border-bottom: 1px dashed #000;
}
/* main  */
#wrapper {
  overflow-x: hidden;
}
section h2 {
  padding: 10px 0 50px;
  text-align: center;
}
section h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

span.mini {
  font-size: 16px;
}
section.content p,
section p {
  margin-bottom: 15px;
  line-height: 2em;
}
section.content img {
  max-width: 90%;
  height: auto;
}
.aligncenter,
table.aligncenter th,
table.aligncenter td {
  text-align: center;
}
.alignleft {
  float: left;
  clear: left;
  margin: 3px 10px 10px 0;
}
.alignright {
  float: right;
  clear: right;
  margin: 3px 0 10px 10px;
}
a img:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
}
.inner_box_ttl {
  margin-bottom: 10px;
}
section .content img.daihyo {
  float: right;
  margin-left: 10px;
}
section .content img.daihyo.spview {
  max-width: 42%;
  max-height: 260px;
}

.back_color1 {
  background-color: #f1f1f1;
}
.back_color2 {
  background-color: #d9d9d9;
}
.back_color3 {
  background-color: #80a600;
}
.back_pattern1 {
  background: url("./images/top_blog_back.png") repeat;
  background-size: cover;
}
.btn_view {
  display: block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}

section .page_ttl {
  display: table;
  background-color: #80a600;
  width: 100%;
  text-align: center;
  height: 110px;
}
section .page_ttl h2 {
  padding: 0 20px;
  font-size: 28px;
  display: table-cell;
  vertical-align: middle;
}
section .page_ttl h2 img {
  width: auto;
  height: 80px;
  vertical-align: bottom;
}

.link_box.fv_reform {
  background-image: url("./images/top_exterior.jpg");
}
.link_box.fv_shinchiku {
  background-image: url("./images/top_shinchiku.jpg");
}
.link_box.fv_bousou {
  background-image: url("./images/top_bousou.jpg");
}
.link_box.fv_reform,
.link_box.fv_shinchiku,
.link_box.fv_bousou {
  padding: 50px 0;
}

.service_carport {
  background-image: url("./images/carback2.jpg");
}
.service_reform {
  background-image: url("./images/top_service_reform.png");
}
.service_exterior {
  background-image: url("./images/top_service_shinchiku.png");
}
.service_weed {
  background-image: url("./images/top_service_weed.png");
}
.service_plasters {
  background-image: url("./images/top_service_plasters.png");
}
.service_advantage {
  background-image: url("./images/top_service_tsuyomi.png");
}

.service_carport img,
.service_exterior img,
.service_weed img,
.service_plasters img,
.service_advantage img {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 35%;
  flex-shrink: 0;
}

.service_reform img {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 40%;
  flex-shrink: 0;
}

.service_carport a img:hover,
.service_exterior a img:hover,
.service_weed a img:hover,
.service_plasters a img:hover,
.service_reform a img:hover,
.service_advantage a img:hover {
  opacity: unset;
}

section .top_service .link_box,
section .foot_link .link_box {
  padding: 0;
  background-color: #000;
}
section .top_service img {
  display: block;
  margin: 0 auto;
}
section .foot_link img {
  display: block;
  width: 100%;
  object-fit: cover;
}

section .foot_link .link_box a img:hover {
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  transition-duration: 0.8s;
}

section .top_service .container {
  background-color: #000000;
}
section .top_service .container a img:hover {
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  transition-duration: 0.8s;
}
section .top_works_ex {
  text-align: left;
  position: relative;
  padding: 0 10px;
  display: inline-block;
  width: calc(19% - 20px);
  width: -webkit-calc(19% - 20px);
  min-width: 170px;
  vertical-align: top;
}
section .top_works_ex img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
section .top_works_ex.new_icon::after {
  position: absolute;
  content: "";
  background-image: url("./images/new_icon.png");
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
section .top_works_ex .works_index a {
  font-size: 25px;
}

section .top_blog {
  background-color: rgba(255, 255, 255, 0.5);
}
section .blog_inner {
  margin: 0 auto;
  max-width: 1200px;
}

section .banner1 {
  background-color: #80a600;
  margin-top: -1px;
}
section .banner1 p {
  margin-bottom: 0;
  text-align: center;
}
section .banner1 p a {
  width: 100%;
  padding: 35px 0;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
section .banner1 p a:hover {
  opacity: 0.8;
}

.blog_main {
  background-image: url("./images/top_blog_back.png");
  background-size: 100%;
  padding: 100px 0;
}
.about_main .title,
.blog_main .title {
  padding-bottom: 100px;
}
.blog_main .content {
  background-color: #fff;
  padding: 20px 0;
}
.blog_main .content h2,
.blog_content .content h2 {
  border-bottom: 1px solid #333;
  padding: 10px 0;
  margin: 0px 50px 30px;
}
.blog_content,
.blog_content .content {
  padding: 70px 0;
}
.blog_content p {
  margin-bottom: 50px;
}
.blog_content p.date {
  margin-bottom: 0;
}
section .content .fixed_wdt768 {
  max-width: 768px;
  display: inline-block;
}
section .content .fixed_wdt680 {
  max-width: 680px;
  display: inline-block;
}
section .content .fixed_wdt480 {
  max-width: 480px;
  display: inline-block;
}
section .content .fixed_wdt380 {
  max-width: 380px;
  display: inline-block;
}

section .exterior_list h4 {
  margin-bottom: 40px;
}
section .exterior_items {
  column-gap: 30px;
}
section .exterior_items img {
  width: 100%;
  height: auto;
}
section .exterior_items p {
  display: inline-block;
  width: 100%;
}

section .plasters_ex {
  column-gap: 30px;
}
section .plasters_ex img {
  width: 100%;
  height: auto;
}
section .plasters_ex h3 {
  text-align: left;
  padding: 10px 0 10px;
  margin-bottom: 0;
}
section .plasters_ex p {
  text-align: left;
}

section .tuyomi_feat {
  text-align: center;
}
section .tuyomi_feat img {
  margin: auto;
  display: block;
}
section .tuyomi_feat h2 {
  padding: 10px 0 10px;
}
section .tuyomi_feat p {
  text-align: left;
}

section .seven_promise_item h2 {
  padding: 20px 0;
}
section .seven_promise_item p {
  padding-bottom: 50px;
  margin-bottom: 0px;
}
section .seven_promise_item img.num {
  margin-top: 30px;
}
section .seven_promise_contact p {
  text-align: left;
  width: 100%;
  display: inline-block;
}
section .seven_promise_contact .btn {
  padding: 13px 0px;
  width: 100%;
  display: inline-block;
}

section .voice_case img {
  margin-bottom: 15px;
}
section .voice_case h3 {
  margin-bottom: 15px;
}

section .carport_item h3 {
  font-size: 34px;
}
section .carport_item img {
  display: block;
  margin: auto;
}
section .carport_item th {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
section .carport_item td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

section .plan_price h4 {
  margin: 0 0 20px;
}
section .plan_price th {
  width: 1px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
section .plan_price td {
  margin-top: 15px;
}
section .plan_price th span.plan_head {
  display: inline-block;
}
section .plan_present {
  color: #fff;
  background-color: #80a600;
}
section .plan_present h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
section .plan_present p {
  margin-bottom: 20px;
}
section .plan_present img {
  height: 100%;
}
section .plan_present .column_2_3 {
  margin-right: 20px;
}
section .plan_price .plan_detail {
  margin: 10px;
  text-align: left;
  display: inline-block;
}
section .plan_wannary img {
  margin: auto;
  padding: 0 20px;
}

section .antiweed_step {
  justify-content: center;
}
section .antiweed_step p {
  text-align: left;
}
section .antiweed_txt {
  max-width: 768px;
  margin: 0 auto;
}
section .antiweed_txt img {
  margin: auto;
}
section .antiweed_step .point {
  text-align: left;
}
section .antiweed_step .point p {
  font-size: 90%;
  color: #80a600;
}
section .antiweed_step .point h5 {
  color: #80a600;
  text-align: left;
  display: flex;
  align-items: center;
}
section .antiweed_step .point h5:after {
  content: "";
  flex-grow: 1;
  display: block;
  border-top: dashed 1px #80a600;
}
section .antiweed_commit {
  background-color: #fff;
}
section .antiweed_commit.no1 {
  display: flex;
}

table.company_info {
  margin: auto;
}
table.company_info th {
  width: 100px;
}
table.company_info td {
  padding-left: 20px;
}

section .voice_detail {
  text-align: center;
}
section .voice_detail img {
  margin: 0.5% 0;
}
section .voice_detail img.kv {
  float: left;
  clear: left;
  width: 73%;
  height: auto;
}
section .voice_detail img.sub {
  width: 25%;
  height: auto;
}

section .works_ex {
  padding: 10px;
  display: inline-block;
  width: calc(24% - 20px);
  width: -webkit-calc(24% - 20px);
  min-width: 220px;
  min-height: 350px;
  vertical-align: top;
}
section .maepre_ex {
  padding: 10px;
  display: inline-block;
  width: calc(49% - 20px);
  width: -webkit-calc(49% - 20px);
  vertical-align: top;
  min-width: 280px;
}
section .maepre_ex h3 {
  font-size: 23px;
  letter-spacing: normal;
  margin-bottom: 10px;
}
section .maepre_ex p.abr {
  font-size: 90%;
}

.maepre_ex img {
  width: 80%;
  height: auto;
}

section .blog_ex_top {
  padding: 0 10px 20px;
  display: inline-block;
  width: calc(24% - 40px);
  width: -webkit-calc(24% - 40px);
  vertical-align: top;
  min-width: 250px;
  text-align: left;
}

section .blog_ex_top img {
  height: 190px;
}

section .blog_ex {
  padding: 0 20px 20px;
  display: inline-block;
  width: calc(24% - 40px);
  width: -webkit-calc(24% - 40px);
  vertical-align: top;
  min-width: 250px;
  text-align: left;
}
section .blog_ex h3 {
  margin-bottom: 5px;
  font-size: 16px;
}
section .blog_ex_top p.blog_date,
section .blog_ex p.blog_date {
  margin-bottom: 5px;
}
section .blog_ex p.abr {
  line-height: 1.8em;
}

.column2 {
  column-count: 2;
}

.column4 {
  column-count: 4;
}

.column3 {
  width: 100%;
  overflow: auto;
}

.column3 .left {
  width: calc(33.33% - 30px);
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}

section .voice_link {
  display: flex;
  justify-content: center;
  align-items: center;
}
section .voice_link img {
  padding: 20px;
}
section .voice_link a,
section .voice_link span {
  flex: 1;
}
section .voice_link a.btn {
  max-width: 180px;
}
section .voice_link .nav-previous a::before {
  content: "";
  background-image: url("./images/arrow_blog_before.png");
  display: inline-block;
  width: 40px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
section .voice_link .nav-next a::after {
  content: "";
  background-image: url("./images/arrow_blog_next.png");
  display: inline-block;
  width: 40px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
section .content.recruit .equal_height {
  align-items: center;
}
section .content.recruit .equal_height img {
  max-height: 500px;
}

/* news */
.news_box {
  background-color: #fff;
  padding: 20px 5px 0;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.news_box p {
  margin-bottom: 0;
}
.news_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}
.news_page .news_box dd img {
  width: 100%;
}

/* content */
.top_menu,
.top_menu .campaign,
.main_menu {
  padding: 50px 0;
}
.about {
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}
.about_menu {
  padding: 70px 0;
}
.about_menu .content {
  padding-bottom: 70px;
}
img.mainvisual {
  margin-bottom: 70px;
}

.top_news_list {
  text-align: left;
  height: auto;
  width: 100%;
}

.top_news_list h2.bar_left span {
  display: inline-block;
}
.top_news_list p.news_item {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  margin-bottom: 0;
  border-bottom: solid 1px #000;
}
.top_news_list p.news_item:first-of-type {
  border-top: solid 1px #000;
  margin-top: 30px;
}

.top_news_list p.news_item a {
  display: flex;
  align-items: center;
}

.top_news_list p.news_item span.date {
  display: inline-block;
  margin-right: 20px;
  line-height: 1.5em;
  font-size: 13px;
}
.top_news_list p.news_item span.ttl {
  display: inline-block;
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.5em;
  font-size: 13px;
}
.top_news_list p.view_all {
  display: inline-block;
  margin-top: 20px;
}

.main_menu .course {
  border-top: 1px solid #333;
  padding: 50px 0;
}
.top_menu h2,
.main_menu h2 {
  line-height: 40px;
  letter-spacing: 0.3em;
}
div.contact {
  margin: 50px auto;
  text-align: center;
  position: relative;
}
.blog_recent {
  padding-bottom: 70px;
}
.blog_recent .gridbox p {
  margin-bottom: 5px;
  line-height: 1.3em;
}
.blog_recent .gridbox h3 {
  font-size: 18px;
}
.content_line {
  border-top: 1px solid #333;
  padding: 50px 0;
}
.line_bottom {
  border-bottom: 1px solid #333;
}

/* table */
table {
  border-collapse: collapse;
  margin: 20px auto 20px auto;
  width: 100%;
}
table th {
  border-collapse: collapse;
  text-align: left;
  vertical-align: top;
  padding: 10px 10px 10px 0px;
  border: none;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.6em;
  background-color: #fff;
  white-space: nowrap;
}
table td {
  border-collapse: collapse;
  background-color: #fff;
  text-align: left;
  padding: 10px;
  border: none;
  line-height: 1.6em;
  font-size: 0.9em;
  vertical-align: top;
  font-weight: bold;
}

/* googlemap */
iframe.gmap {
  width: 100%;
  height: 400px;
  margin: 0;
}

/* list */
ul.list li {
  height: 1%;
}
ul.list li img {
  float: left;
  margin-right: 10px;
}
ul.list li {
  font-size: 12px;
  line-height: 1.35;
}

/* footer */
#footer {
  clear: both;
  overflow: hidden;
  padding: 0;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 2em;
  color: #303030;
}
* html #footer {
  height: 1%;
}

address {
  font-style: normal;
  font-size: 13px;
}
#footer section.information {
  padding: 30px 0 10px;
}
#footer section.information div.block {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding: 0 35px;
}
#footer section.information.center div {
  text-align: center;
}
#footer section.information div.border {
  border-left: 1px solid #303030;
}
#footer section.information div.border.last {
  border-right: 1px solid #fff;
}
#footer section .menu_content1 {
  background-color: #fff;
  border-top: solid 1px #80a600;
  border-bottom: solid 1px #80a600;
}
#footer section .menu_content2 {
  padding: 35px 0 35px;
}
#footer section .menu_content3 {
  background-color: #80a600;
}
#footer section .menu_content1 p,
#footer section .menu_content3 p {
  margin-bottom: 0;
}
#footer section .menu_content2 p {
  font-size: 21px;
  font-weight: bold;
}
#footer section .menu_content1 p a {
  width: 100%;
  padding: 25px 0 25px;
  color: #80a600;
  display: block;
  font-size: 20px;
  font-family: "NotoSansCJKjp-Thin", sans-serif;
}
#footer section .menu_content1 p a:hover,
#footer section .menu_content3 p a:hover {
  opacity: 0.8;
}
#footer section .menu_content3 p a {
  width: 100%;
  padding: 10px 0px 30px 0;
  color: white;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
#footer.top {
  border-top: none;
}

/* PC_Menu */
@media only screen and (min-width: 1200px) {
  #header {
    height: auto;
  }
  #header .spview,
  #header .news_top .news_box dl dd.spview {
    display: none;
  }
  #header .pcview {
    display: block;
  }
  #header,
  .inner {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }
  #header .header_content {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: 70px;
  }

  nav#mainNav {
    clear: both;
    position: relative;
    background: #fff;
    padding: 15px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  nav#mainNav .inner {
    padding: 0 14px;
  }
  nav#mainNav ul li {
    display: inline-block;
    position: relative;
    z-index: 100;
  }
  nav#mainNav ul li.spview {
    display: none;
  }
  nav#mainNav ul li a {
    display: block;
    text-align: center;
    font-size: 17px;
    width: 175px;
    height: 23px;
    padding: 3px 0 5px;
    color: #000;
    background: #fff;
    border-left: 1px solid #000;
    font-weight: bold;
  }
  nav#mainNav ul li a {
    display: block;
  }
  nav#mainNav ul li.last {
    border-right: 1px solid #000;
  }
  nav div.panel {
    display: block !important;
    float: left;
  }
  nav#mainNav ul.submenu {
    display: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
  }
  nav#mainNav ul li:hover > ul.submenu {
    display: block !important;
  }
  nav#mainNav ul li:hover > ul.submenu li a {
    background: #005bac;
    font-size: 16px;
  }
  nav#mainNav ul li:hover > ul.submenu li a:hover {
    background: #10386b;
  }
  a#menu {
    display: none;
  }
  nav#mainNav li.active a,
  nav#mainNav li a:hover,
  nav#mainNav ul li:hover > ul.submenu li.active a {
    color: #aaa;
    background: #fff;
  }
  .sns_box {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
/* PC_layout */
@media only screen and (min-width: 769px) {
  /*sidebarの指定*/
  #side {
    width: 20%;
    float: left;
    margin: 0 auto;
    padding: 50px 0;
  }
  #main {
    width: 80%;
    float: right;
  }
  #main section .content {
    max-width: 768px;
    margin: 0 auto;
    padding: 50px 50px;
  }
  section .content,
  section .top_content {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .spview,
  .news_top .news_box dl dd.spview {
    display: none;
  }
  .pcview {
    display: block;
  }
  .content550 {
    max-width: 550px;
    margin: 0 auto;
  }
  .bx-wrapper,
  #wrapper.head_content {
    padding-top: 0px;
  }
  #wrapper {
    padding: 70px 0 0;
    width: 100%;
  }

  section h2 {
    font-size: 35px;
  }
  section h3 span.jpn {
    font-size: 20px;
  }
  .news_box {
    width: 21%;
  }
  section .news_top .content .news_box h3,
  section .news_page .content .news_box h3 {
    font-size: 25px;
    text-align: left;
    padding: 5px 0 20px;
  }
  body.page section .content h4 {
    font-size: 25px;
  }
  body.page section .content {
    margin-bottom: 100px;
  }
  body.page section .content_news {
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .mg_top50 {
    margin-top: 50px;
  }
  .mg_top20 {
    margin-top: 20px;
  }
  .mg_bottom0 {
    margin-bottom: 0 !important;
  }
  .pad_100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pad_120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pad_lr100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .pad_lr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pad_0 {
    padding: 0;
  }
  .left_half,
  .right_half {
    width: 49%;
  }
  .left_half {
    display: inline-block;
    vertical-align: middle;
  }
  .right_half {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
  }
  .right_half p,
  .right_half h3,
  .right_half h4 {
    text-align: left;
  }
  .right_half img,
  .left_half img {
    max-width: 95%;
  }
  .column_1_2 {
    width: 50%;
  }
  .column_1_3 {
    width: 33.33333%; /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
  .column_2_3 {
    width: 66.66666%; /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 1.5);
    width: calc(100% / 1.5);
  }
  .column_1_4 {
    width: 25%;
  }
  .column_1_5 {
    width: 20%;
    padding-top: 100%;
  }
  .column_1_7 {
    width: 14.2857%;
    padding-top: 100%;
  }
  .column_1_2,
  .column_1_3,
  .column_2_3,
  .column_1_4 {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .equal_height {
    display: flex;
  }
  .service_carport img,
  .service_reform img,
  .service_exterior img,
  .service_weed img,
  .service_plasters img {
    padding: 25%;
  }
  section .top_news_list {
    padding-left: 40px;
    padding-right: 20px;
  }
  section .top_news_list p.news_item a {
    display: flex;
    align-items: center;
  }

  section .antiweed_txt {
    width: 55%;
    padding: 0 20px;
  }
  section .antiweed_commit.no1 .eng {
    font-size: 30px;
  }

  .content .padding-left h3,
  .content .padding-left h4,
  .content .padding-left p {
    padding-left: 100px;
  }
  .main_menu .course table tr td {
    line-height: 2em;
    font-size: 1.3em;
    padding: 0 10px 50px;
  }
  .menu_price {
    vertical-align: middle;
    font-size: 1.2em;
  }
  .menu_price span {
    margin-right: 50px;
  }

  .blog_recent .gridbox {
    max-width: 25%;
    display: inline-block;
  }
  section .strong_content p,
  section .strong_content ul li {
    font-size: 25px;
  }
  .column_1_4.box {
    padding: 0 20px;
  }

  .point3 span.strong {
    font-size: 38px;
    display: block;
  }
  section .point .left_indent {
    padding-left: 80px;
  }
  section .point .right_indent {
    padding-right: 80px;
  }
  .back_img1 {
    background-image: url("./images/top_back.jpg");
  }
  .column2.top_workflow {
    column-gap: 45px;
    padding: 45px;
    background: linear-gradient(180deg, #b4b4b4 0%, #b4b4b4 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  }

  .link_box.seven_promise {
    background-image: url("./images/top_service_menu1.jpg");
  }
  .link_box.maepre {
    background-image: url("./images/top_service_menu2.jpg");
  }
  .link_box.voice {
    background-image: url("./images/top_service_menu3.jpg");
  }
  .link_box.company {
    background-image: url("./images/top_service_menu4.jpg");
  }
  .link_box.company,
  .link_box.maepre,
  .link_box.voice,
  .link_box.seven_promise {
    padding: 120px 0;
  }

  .top_exterior {
    text-align: left;
  }

  .reform_ex1 {
    background-image: url("./images/reform_ex1_image.jpg");
    background-size: cover;
  }
  .reform_ex2 {
    background-image: url("./images/reform_ex2_image.jpg");
    background-size: cover;
  }
  .reform_ex3 {
    background-image: url("./images/reform_ex4_image.jpg");
    background-size: cover;
  }
  .reform_ex4 {
    background-image: url("./images/reform_ex5_image.jpg");
    background-size: cover;
  }
  .reform_ex5 {
    background-image: url("./images/reform_ex6_image.jpg");
    background-size: cover;
  }

  .right_arrow {
    background: url("./images/flow_right.png") no-repeat;
    background-position: center right 18px;
  }

  .left_arrow {
    background: url("./images/flow_left.png") no-repeat;
    background-position: center left 18px;
  }

  .tuyomi_feat h2 {
    text-align: left;
  }

  section .voice_case {
    text-align: left;
    padding-left: 40px;
  }
  section .voice_case.pad_left {
    padding-left: 0px;
  }
  section .antiweed_commit {
    padding: 40px;
    margin: 0 20px;
  }
  section .content .fixed_wdt680 {
    padding: 20px 0px 20px 20px !important;
  }
  section .content .fixed_wdt680.right {
    padding: 20px 20px 20px 0 !important;
  }
}

/* SP_Menu */
@media screen and (max-width: 1199px) {
  #header {
    height: 70px;
    padding: 10px;
    display: block;
    position: fixed;
  }
  #header .logo,
  #header .info {
    float: none;
  }
  #header .spview {
    display: block;
  }
  #header .pcview {
    display: none !important;
  }

  .logo.spview {
    padding: 10px 0 0 10px;
    background-color: #fff;
  }
  section h4 {
    font-size: 20px;
    margin: 30px 0 15px;
  }
  body p,
  dt,
  dd,
  a {
    font-size: 100%;
  }
  ul.disc li {
    width: 100%;
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header img {
    max-height: 50px;
    max-width: 80%;
    vertical-align: middle;
  }
  .sns_box {
    position: absolute;
    top: 80px;
    right: 20px;
    max-width: 50px;
  }
  .logo,
  .info {
    clear: both;
    width: 100%;
    float: none;
    margin: 0;
  }
  #header h1,
  .logo,
  .info {
    text-align: left;
    margin-left: 10px;
  }
  .logo,
  .info {
    clear: both;
    width: 100%;
    float: none;
    margin: 0;
  }
  nav.NavMenu {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
  }
  nav.NavMenu ul {
    width: 100%;
    margin: 30px auto 0;
    padding: 0;
    vertical-align: middle;
    display: table;
  }
  nav.NavMenu ul li {
    width: 90%;
    padding: 12px;
    text-align: center;
    font-size: 18px;
    border-top: solid 1px #fff;
    margin: 0 auto;
  }
  nav.NavMenu ul li:last-child {
    border-bottom: solid 1px #fff;
  }
  nav.NavMenu ul li a {
    display: block;
    color: #fff;
    padding: 0;
  }
  nav.NavMenu ul li a:hover {
    color: #aaa;
  }
  nav.NavMenu a.contact_btn {
    display: block;
    margin: 30px auto;
  }
  #header nav.NavMenu a.contact_btn img {
    max-width: 65%;
    height: auto;
    max-height: none;
  }
  nav.NavMenu.active {
    transform: translateY(0%);
    visibility: visible;
    opacity: 0.8;
  }
  .Toggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 10px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 4;
  }
  .bx-wrapper,
  #wrapper.head_content {
    padding-top: 0;
  }
  #wrapper {
    padding-top: 70px;
  }
  .Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #333;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 6px;
  }
  .Toggle span.last,
  .Toggle.active span.last {
    border-bottom: none;
    padding-top: 10px;
    font-size: 10px;
  }
  .Toggle.active span.last {
    color: #fff;
  }
  .Toggle.active span {
    border-bottom: solid 3px #fff;
  }
  .Toggle span:nth-child(1) {
    top: 9px;
  }
  .Toggle span:nth-child(2) {
    top: 18px;
  }
  .Toggle span:nth-child(3) {
    top: 27px;
  }
  .Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/* SP_layout */
@media only screen and (max-width: 768px) {
  #side {
    display: none;
  }
  #main {
    width: 100%;
  }
  section .content,
  section .top_content {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .spview {
    display: block;
  }
  .pcview {
    display: none !important;
  }

  p.nobr1200 br {
    display: none;
  }
  p.nobr960 br {
    display: none;
  }
  p.nobr900 br {
    display: none;
  }
  p.nobr768 br {
    display: none;
  }
  .pad_100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.page section .content {
    margin-bottom: 75px;
  }
  body.page section .top_content {
    margin-bottom: 0;
  }
  h2 .spview img {
    width: 100%;
  }
  img.spview.aligncenter {
    margin: 0 auto;
  }
  section h2,
  section .content h3 {
    font-size: 23px;
  }
  section .content .left_half h3 {
    margin-bottom: 20px;
  }
  body.page section .content h4 {
    font-size: 20px;
  }
  section h2 span.eng {
    font-size: 25px;
  }
  section h3 span.jpn {
    font-size: 16px;
  }
  section .content550 {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.page section .content_news {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .news_top .news_box img {
    width: 100%;
  }
  .news_top .news_box dl {
    width: 100%;
  }
  section .news_top .content .news_box h3,
  section .news_page .content .news_box h3 {
    text-align: left;
    padding: 5px 0;
  }
  .news_top .news_box {
    padding: 20px;
  }
  .right_half .left,
  .left_half .left,
  .right_half p.detail_button.left,
  .left_half p.detail_button.left,
  .right_half h3,
  .left_half h3,
  .right_half h4,
  .left_half h4,
  .right_half p,
  .left_half p {
    text-align: center;
  }
  .column_1_2,
  .column_1_3,
  .column_2_3 {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .equal_height {
    /* display: inline-block; */
    vertical-align: bottom;
  }
  .equal_height.no_adjust {
    display: flex;
  }
  .equal_height.no_adjust > .column_1_2 {
    width: 50%;
    display: inline-block;
  }
  .equal_height.no_adjust > .column_1_2.link_box {
    display: flex;
  }
  .equal_height.no_adjust > .column_1_3 {
    width: 33.33333%; /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  .equal_height.no_adjust > .column_2_3 {
    width: 66.66666%; /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 1.5);
    width: calc(100% / 1.5);
  }
  .column_1_4 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .inner_box {
    width: 100%;
    display: block;
  }
  .mg_top20 {
    margin-top: 0px;
  }
  .mg_bottom0 {
    margin-bottom: 0 !important;
  }
  .sp_mg_top0 {
    margin-top: 0 !important;
  }
  .sp_mg_bottom0 {
    margin-bottom: 0 !important;
  }
  .sp_mg_top20 {
    margin-top: 20px !important;
  }
  .sp_mg_top40 {
    margin-top: 40px !important;
  }
  .sp_mg_bottom50 {
    margin-bottom: 50px !important;
  }
  .sp_pad_10 {
    padding: 10px 0 !important;
  }
  .sp_pad_top50 {
    padding-top: 50px;
  }
  .sp_pad_lr10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sp_about {
    padding: 100px 0 !important;
    margin: 0 auto;
    width: 90%;
    text-align: justify;
    line-height: 2em;
  }

  .column2.top_workflow {
    column-count: auto;
  }

  .link_box {
    margin-bottom: 0;
  }
  .link_box h2 {
    padding: 0;
  }
  .link_box p {
    margin: 0 auto;
    line-height: 1.3em;
    z-index: 10;
  }

  .back_img1 {
    background: url("./images/top_back_sp.jpg") no-repeat center/cover;
  }

  .link_box.seven_promise {
    background-image: url("./images/top_service_menu1.jpg");
  }
  .link_box.maepre {
    background-image: url("./images/top_service_menu2.jpg");
  }
  .link_box.voice {
    background-image: url("./images/top_service_menu3.jpg");
  }
  .link_box.company {
    background-image: url("./images/top_service_menu4.jpg");
  }
  .link_box.company,
  .link_box.maepre,
  .link_box.voice,
  .link_box.seven_promise {
    padding: 50px 0;
  }
  .service_carport img,
  .service_exterior img,
  .service_weed img,
  .service_plasters img {
    padding: 25%;
  }
  .service_reform img,
  .service_advantage img {
    padding: 25% 15%;
  }
  .border_btm.top_teigaku {
    border: none;
  }
  h2.top_sp {
    text-align: left;
  }
  h2.top_sp span.eng {
    display: inline-block;
    font-size: 28px;
    margin-right: 10px;
  }
  h2.top_sp span.jpn {
    display: inline-block;
    font-size: 15px;
  }
  section .top_exterior p {
    text-align: left;
  }
  section .top_exterior h3 {
    text-align: center;
    font-size: 19px;
  }
  .reform_ex h2 {
    padding-bottom: 10px;
  }
  .tuyomi_feat h2 {
    text-align: center;
  }
  section .voice_case {
    text-align: center;
  }
  section .voice_case img {
    margin-left: auto;
    margin-right: auto;
  }

  p.company_p01 br {
    display: none;
  }
  #footer .box_left,
  #footer .box_left .two_column {
    width: 100%;
  }
  #footer ul.sns_list.spview {
    text-align: center;
    display: inherit;
  }
  #footer ul.sns_list.spview li {
    display: inline-block;
    margin: 15px 10px;
  }
  #footer .info {
    float: none;
  }
  #footer #info .info {
    float: none;
    text-align: center;
  }
  #footer.logo,
  #footer .info {
    width: 100%;
    float: none;
  }
  #footer .footer_logo {
    padding: 30px 0 0;
    display: block;
  }
  #footer .foot_link {
    display: none;
  }
  div.contact {
    width: 90%;
  }
  .blog_recent .gridbox {
    max-width: 50%;
    display: inline-block;
    padding: 10px;
  }
  .top_shop h3 .small {
    vertical-align: top;
    line-height: 1em;
    display: inline-block;
  }
  .top_shop h3 .strong {
    font-size: 33px;
    line-height: 1em;
    display: inline-block;
    margin-top: 15px;
  }
  .link_box.company img.spview,
  .link_box.maepre img.spview,
  .link_box.voice img.spview,
  .link_box.seven_promise img.spview {
    width: 100%;
    object-fit: cover;
    max-height: 250px;
  }
  section .antiweed_commit {
    padding: 20px;
    margin: 0;
  }
  section .antiweed_commit.no1 .eng {
    font-size: 20px;
  }
  section .plan_present_item {
    padding: 20px 0;
    max-width: 700px;
    display: block;
    margin: auto;
  }
  section .content.recruit .equal_height img {
    display: block;
    margin: 0 auto 20px;
    max-width: 70%;
  }
  #call-response {
    display: flex;
    position: fixed;
    width: 100%;
    height: 58px;
    bottom: 0;
    z-index: 99999;
    line-height: 1.5em;
  }
  #call-response a:hover {
    color: #fff;
  }
  #contacttop2,
  #presenttop2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    background-color: #8c8c8c;
    padding: 10px 0;
  }
  #contacttop2 {
    background-color: #80A300;
    color: white;
    font-size: 110%;
    border: solid 2px white;
  }
  #presenttop2 {
    background-color: #299c00;
       color: white;
  }
  .btn_view {
    margin-top: 20px;
  }
  .btn_view img {
    width: 250px;
  }
}
@media only screen and (max-width: 960px) {
}
@media only screen and (min-width: 921px) {
  section .staff_name {
    display: none;
  }
  section img.staff_img {
    display: none;
  }
}
@media only screen and (max-width: 920px) {
  section .seven_promise_item p br {
    display: none;
  }
  section .antiweed_commit.no1 {
    display: block;
    text-align: center;
  }
  section .antiweed_commit.no1 img {
    display: block;
    margin: 0 auto;
  }
  section .company_staff .column_1_3 {
    display: none;
  }
  section .company_staff .column_2_3 {
    width: 100% !important;
  }
  section img.staff_img {
    float: left;
    padding: 20px;
    margin: auto;
  }
}
@media only screen and (max-width: 900px) {
}
@media only screen and (min-width: 768px) {
  section .plan_price {
    text-align: left;
  }
  section .equal_height.plan_price {
    display: flex;
  }
  section .equal_height.plan_price > .column_1_2 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  section .plan_price {
    text-align: center;
  }
  section .plan_price table {
    display: block;
    margin: auto;
  }
}

@media only screen and (min-width: 641px) {
  table th {
    white-space: nowrap;
    width: 230px;
  }
  .about_menu p {
    font-size: 20px;
  }
  .double_merit p .strong {
    font-size: 50px;
    margin-top: 10px;
  }
  section .equal_height.plan_present_item {
    display: flex;
    text-align: left;
    margin-top: 30px;
  }
  section .equal_height.plan_present_item > .column_1_3 {
    width: 33.33333%; /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
  section .equal_height.plan_present_item > .column_2_3 {
    width: 66.66666%; /* 未対応ブラウザ用フォールバック */
    width: -webkit-calc(100% / 1.5);
    width: calc(100% / 1.5);
  }
  section .detail_link a.btn.sp {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #header h1,
  .logo,
  .info {
    text-align: left;
    margin-left: 10px;
  }
  .logo,
  .info {
    clear: both;
    width: 100%;
    float: none;
    margin: 0;
  }
  .box h3 {
    padding-top: 5px;
  }
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  ul.disc.half li {
    width: 100%;
  }
  p.banner_box {
    padding: 20px 30px;
    text-align: center;
    display: block;
    margin: 10px auto;
    width: 100%;
  }
  .tab_panel {
    padding: 40px 0;
  }
  .mg_top50 {
    margin-top: 0px;
  }
  .blog_recent .gridbox {
    margin: 0 auto 20px;
    text-align: center;
    width: auto;
    max-width: 100%;
    display: block;
  }
  .works_info ul li {
    border: none;
    width: 32%;
    padding: 10px;
  }
  .works_info ul li.last {
    border: none;
  }
  .double_merit p .strong {
    font-size: 23px;
    margin-top: 10px;
  }
  p.nobr640 br {
    display: none;
  }
  section .equal_height.plan_present_item br {
    display: none;
  }
  section .equal_height.plan_present_item {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  section .equal_height.plan_present_item > .column_1_3 {
    width: 100%;
  }
  section .equal_height.plan_present_item > .column_2_3 {
    width: 100%;
  }

  section .detail_link a.btn.pc {
    display: none;
  }
}

@media only screen and (max-width: 490px) {
  .top_workflow p {
    font-size: 80%;
  }
  section .content.recruit .equal_height img {
    max-width: 100%;
  }
  section .content.recruit .equal_height p, 
  section .content.recruit p {
    text-align: left;
  }
}
@media only screen and (min-width: 481px) {
  table.company_info th {
    max-width: 8em;
    border-right: solid 1px #000;
  }
  section .plan_price .equal_height.no_adjust {
    display: flex;
  }
  section .plan_price .equal_height.no_adjust > .column_1_2 {
    width: 50%;
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  section img.staff_img {
    float: none;
    display: block;
  }
  .bx-wrapper,
  #wrapper.head_content {
    padding-top: 0;
  }
  section table th,
  td {
    display: block;
    width: 100%;
  }
  section table td {
    border: none;
    padding-top: 0px;
    padding-bottom: 25px;
  }
  table.company_info td {
    padding-bottom: 0px;
  }

  .main_menu .course table tr {
    margin-bottom: 10px;
  }
  .main_menu .course table tr td {
    padding-bottom: 5px;
  }
  .course .box {
    font-size: 100%;
    margin-top: 10px;
  }
  .menu_price span,
  footer .sp_block {
    display: block;
  }
  .double_merit h3 span {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section .nobr480 br,
  .reform_ex p br {
    display: none;
  }
  h2.company_h01 span {
    font-size: 18px;
  }
  .mw_wp_form table tr th,
  .mw_wp_form table tr td {
    display: block;
    width: 100%;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
    display: block;
  }
  .column2.exterior_items,
  .column2.plasters_ex {
    column-count: auto;
  }

  p.last_catch br {
    display: none;
  }

  section .seven_promise_item h2 span {
    font-size: 19px;
  }
  section .carport_item th,
  section .carport_item td {
    border: none;
  }
  section .plan_price .equal_height.no_adjust {
    display: inline-block;
  }
  section .plan_price .equal_height.no_adjust > .column_1_2 {
    width: 100%;
  }
}

/* slider */
#mainBanner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
  line-height: 0;
}
#mainBanner img {
  width: 100%;
  height: auto;
}
.bx-wrapper {
  position: relative;
  margin-bottom: 0px;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper {
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("./images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #eee;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #aaa;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("./images/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("./images/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("./images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("./images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

img.maxwid70 {
  max-width: 70%;
}

span.eng {
  font-family: "NotoSansCJKjp-Thin", sans-serif;
  letter-spacing: 0.13em;
  display: block;
  margin-bottom: 15px;
}

section h3 {
  font-size: 28px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

section h2.bar_left {
  display: inline-block;
  border-left: #000 solid 3px;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
}
section h2.bar_left span {
  margin-left: 10px;
}
section span.jpn {
  display: block;
  font-size: 19px;
}
section span.small {
  display: block;
  font-size: 14px;
}

.btn {
  text-align: center;
  padding: 13px 20px;
  background-color: #80a600;
  display: inline-block;
  min-width: 130px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.btn:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  color: #fff;
}

.div_link {
  position: relative;
}
.div_link:hover {
  cursor: pointer;
}
.div_link h2 {
  position: relative;
  z-index: 1;
  padding: 0;
}
.div_link a:hover:before {
  opacity: 0;
}
.div_link a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.8s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.square_box {
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.square_box a {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_about .text_box h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.6em;
}
.top_about p.phrase {
  font-size: 20px;
  margin-top: 40px;
}
.top_about p.phrase span.blc {
  display: block;
}

.top_bnr table {
  width: 100%;
  table-layout: fixed;
  margin: 0 auto;
}
.top_bnr table td {
  padding: 15px 0;
  border: 1px solid #999999;
  text-align: center;
  background-color: unset;
}
.top_bnr .spview a p {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  text-align: center;
  border-top: 1px solid #999999;
}

.top_news_ttl {
  max-width: 200px;
  text-align: left;
  margin-left: 20px;
}
.link_box {
  color: #fff;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link_box .slide {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px 60px;
  box-sizing: border-box;
  color: #fff;
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.21, 0.61, 0.355, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.link_box .slide.fv {
  background: rgba(128, 166, 0, 0.4);
}
.link_box:hover .slide.fv {
  opacity: 0;
  transform: translateY(-100%);
}
.link_box .slide.top_link {
  background: rgba(0, 0, 0, 0.8);
}
.link_box:not(:hover) .slide.top_link {
  opacity: 0;
  transform: translateY(100%);
}

.double_merit ol {
  text-align: left;
  list-style: disc;
  display: inline-block;
  margin-left: 15px;
}
.double_merit h3 {
  font-size: 35px;
  margin-bottom: 20px;
}
.double_merit p {
  color: #805028;
}

.wave {
  background: url("./images/wave.png") bottom repeat-x;
  background-size: 20px;
}

.triangle_bottom {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #303030;
  display: inline-block;
}
.triangle_bottom.small {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #303030;
}
.space {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pad_top50 {
  padding-top: 50px;
}

.pad_50 {
  padding: 50px 0;
}

.pad_30 {
  padding: 30px 0 10px 0;
}

.pad_50v {
  padding: 0px 0;
  overflow: auto;
}

.pad_50c {
  padding-top: 20px;
}

.pad_50h {
  padding-top: 80px;
}

.pad_20 {
  padding: 20px 0;
}
.pad_bottom0 {
  padding-bottom: 0;
}

.container {
  display: block;
  text-align: center;
}

section .sep {
  display: inline-block;
}

.works_category a {
  font-size: 25px;
}

.border_btm {
  border-bottom: solid 1px #80a600;
}
.border_tp {
  border-top: solid 1px #80a600;
}

.border_tp.black {
  border-top: solid 1px #000;
}
.border_btm.black {
  border-bottom: solid 1px #000;
}

section h2.h2_box {
  background-color: #80a600;
  color: #fff;
  font-size: 30px;
  padding: 10px;
  margin-bottom: 10px;
}
section .point .equal_height {
  margin-bottom: 80px;
}
section .point h3 {
  font-size: 35px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
section .point h3 span {
  font-size: 23px;
}
.point h3,
.point p {
  text-align: left;
}
.mg_bottom30 {
  margin-bottom: 30px;
}
p strong {
  font-size: 180%;
  font-weight: bold;
}

/* contact */
.mw_wp_form input[type="email"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form input[type="submit"] {
  background-color: #80a600;
  color: #fff;
  padding: 3px 100px;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #80a600;
}

/*page navi*/
section .pagenavi .page-numbers {
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #000;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
  margin: 5px;
}
section .pagenavi .page-numbers.current {
  color: #fff;
  background-color: #000;
}
section .pagenavi .page-numbers.next,
section .pagenavi .page-numbers.prev {
  display: none;
}

.pdfdown a {
  width: 100%;
  display: block;
  padding: 5px 0;
  margin-bottom: 30px;
  background-color: #88a331;
  text-align: center;
  color: white;
  font-size: 14px;
}

.pdfdown a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.mtn {
  margin-top: 0px;
}

#slsl {
  width: 100%;
}

#slsl img {
  height: 100%;
  overflow-x: hidden;
}

.formarea {
  width: 60%;
  margin: 0 auto;
}

.tform {
  width: 100%;
  font-family: sans-serif;
  font-weight: normal;
}

.tform th {
  width: 100px;
  text-align: left;
  font-weight: normal;
  padding-bottom: 30px;
}

.tform td {
  width: calc(100% - 130px);
  padding-bottom: 30px;
}

.kakunin {
  font-size: 13px;
}

input[type="text"] {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #dddddd;
  font-size: 14px;
}

input[type="tel"] {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #dddddd;
  font-size: 14px;
}

input[type="email"] {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #dddddd;
  font-size: 14px;
}

input[type="submit"] {
  width: 360px;
  height: 60px;
  background-color: #88a330;
  border: none;
  color: white;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: -10px;
}

input:hover[type="submit"] {
  width: 360px;
  height: 60px;
  background-color: gray;
  border: none;
  margin-bottom: -10px;
  color: white;
  font-size: 15px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

input[type="button"] {
  font-family: sans-serif;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: white;
  margin-top: -20px;
  padding-top: -20px;
  font-size: 14px;
  margin-right: 30px;
  text-decoration: underline;
}

input:hover[type="button"] {
  font-family: sans-serif;
  text-align: center;
  cursor: pointer;
  border: none;
  margin-top: -20px;
  padding-top: -20px;
  font-size: 14px;
  margin-right: 30px;
  text-decoration: underline;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}

.wpcf7 textarea {
  width: 540px;
  padding: 10px;
  height: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  border: solid 1px #dddddd;
}

.spcate {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
  line-height: 1.9em;
  text-align: center;
}

.spcate a {
  margin-left: 5px;
  margin-right: 5px;
}

.cake_back {
  width: 100%;
  padding-top: 10vh;
  background-repeat: no-repeat;
}

#contacttop a {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99999;
  width: 180px;
  height: 130px;
  line-height: 1.8em;
  padding-top: 50px;
  text-align: center;
  background-color: #80a600;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
}

#contacttop a:hover {
  opacity: 0.7;
}

#presenttop {
  position: fixed;
  bottom: 28px;
  right: 240px;
  z-index: 99999;
  width: 180px;
}






@media only screen and (max-width: 490px) {
.pdfd{
	text-align: center;
	padding-bottom: 40px;
	width: 100%;
}

.pdfd img{
  margin: 0 auto;
}


.pdfd a{
	padding: 10px 10px;
	text-align: center;
	color: white;
	font-size: 15px;
	background-color: #81A506;
}
}
@media only screen and (min-width: 481px) {
.pdfd{
	text-align: center;
	padding-bottom: 80px;
	width: 100%;
}
.pdfd img{
  margin: 0 auto;
}


.pdfd a{
	padding: 30px 30px;
	text-align: center;
	color: white;
	font-size: 22px;
	background-color: #81A506;
}
}



.kensetsu-num {
  max-width: 600px;
  margin: 0 auto;
}




/* ヘッダープルダウン */
#menu{

}
#menu li.menu__single{
  position: relative;
  text-align: center;
}
#menu li.menu__single a{
  display: block;
  text-decoration: none;
}
#menu li.menu__single ul.menu__second-level{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
#menu li.menu__single:last-child ul.menu__second-level{
  left: -100%;
  width: 100%
}
#menu li.menu__single ul.menu__second-level li{
  overflow: hidden;
  width: 120%;
  height: 0;
  color: #303030;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu li.menu__single ul.menu__second-level li a{
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
#menu li.menu__single:hover ul.menu__second-level li{
  overflow: visible;
  height: 38px;
  border-bottom: 1px solid #fff;
}
#menu li.menu__single:hover ul.menu__second-level li:first-child{
  border-top: 0;
}
#menu li.menu__single:hover ul.menu__second-level li:last-child{
  border-bottom: 0;
}



#taiouarea{
	background-color: #80A700;
	color: white;
	text-align: center;
	font-size: 18px;
	padding: 40px 0;
}


#taiouarea h1{
	font-size: 30px;
	margin: 0;
	margin-bottom: 30px;
	line-height: 30px;
	padding: 0;
}

#taiouarea h2{
	font-size: 24px;
	margin: 0;
	line-height: 24px;
	margin-bottom: 15px;
	padding: 0;
}


.strong_naka{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}


.pointno img{
	width: 120px;
}

.strong_mi{
	font-size: 28px;
	font-weight: bold;
	color: #80A600;
	margin: 20px 0;
}

.strong_fuki_box{
	width: 100%;
	overflow: auto;
}

.left_yaji{
	float: left;
	width: 5%;
	margin-top: 30px;
}

.left_yaji img{
	width: 100%;
}

.right_fuki{
	width: calc( 95% - 100px );
	background-color: #80A600;
	font-weight: bold;
	color: white;
	float: right;
	padding: 20px 50px;
	font-size: 18px;
	line-height: 1.7em;
		border-radius: 20px;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
}


.migi_yaji{
	float: right;
	width: 5%;
	margin-top: 30px;
}

.left_yaji img{
	width: 100%;
}

.hidari_fuki{
	width: calc( 95% - 100px );
	background-color: #80A600;
	font-weight: bold;
	color: white;
	float: left;
	padding: 20px 50px;
	font-size: 18px;
	line-height: 1.7em;
		border-radius: 20px;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
}


.strong_point_unit{
	padding-bottom: 30px;
	margin-top: 30px;
	border-bottom: solid 1px #80A600;
}


.stmi{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}



.strong_botton{
	width: 100%;
	text-align: center;
	margin-top: -50px;
}

.strong_botton img{
	width:600px;
}


.pc{
	display: none;
}


.sp{
	display: block;
}


@media only screen and (max-width: 720px) {



.strong_naka{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}


.pointno img{
	width: 120px;
}

.strong_mi{
	font-size: 28px;
	font-weight: bold;
	color: #80A600;
	margin: 20px 0;
}

.strong_fuki_box{
	width: 100%;
	overflow: auto;
}

.left_yaji{
	float: left;
	width: 5%;
	margin-top: 30px;
	display: none;
}

.left_yaji img{
	width: 100%;
}

.right_fuki{
	width: 100%;
	background-color: #80A600;
	font-weight: bold;
	color: white;
	float: right;
	padding: 20px 20px;
	font-size: 14px;
	line-height: 1.7em;
		border-radius: 20px;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
}


.migi_yaji{
	float: right;
	width: 5%;
	margin-top: 30px;
	display: none;
}

.left_yaji img{
	width: 100%;
}

.hidari_fuki{
	width: 100%;
	background-color: #80A600;
	font-weight: bold;
	color: white;
	float: left;
	padding: 20px 20px;
	font-size: 14px;
	line-height: 1.7em;
		border-radius: 20px;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
}


.strong_point_unit{
	padding-bottom: 30px;
	margin-top: 30px;
	border-bottom: solid 1px #80A600;
}


.stmi{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}



.strong_botton{
	width: 100%;
	text-align: center;
	padding-top: 50px;
}

.strong_botton img{
	width:80%;
}



.formarea {
  width: 100%;
  background-color: 100%;
  padding-left: 0;
}


.tform {
  width: 100%;
  font-family: sans-serif;
  font-weight: normal;
}

.tform th {
  width: 100%;
  text-align: left;
  font-weight: normal;
  padding-bottom: 0px;
  display: block;
}

.tform td {
  width: 80%;
  padding-bottom: 30px;
  display: block;
}

.pc{
	display: none;
}


.sp{
	display: block;
}



}



.toiue{
	text-align: center;
	padding-top: 30px;
}

.toiue img{
	height: 30px;
}



.migimu{
	background-color: white;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
	color: #80A600;
}



/* .kijibun img{
	width: 100%;
	height: auto;
} */



.toi_box{
	border-top: solid 2px #769b27;
	padding-top: 30px;
	text-align: center;
	font-size: 18px;
	padding-bottom: 30px;
}

.toi_mi{
	font-size: 30px;
	font-weight: bold;
	color: #769b27;
	margin-bottom: 30px;
}

.telb{
	font-size: 40px;
}


.tois {
  display: flex;
  width: 70%;
  margin: 0px auto;
}

.tois a {
  flex: 1;
}

.tois a:not(:last-child) {
  border-right: 1px solid green; /* 画像の間だけ緑線 */
}

.tois img {
  width: 100%;
  height: auto;
  display: block;
}


.seiyaku{
	width: 900px;
	margin: 0 auto;
	margin-bottom: 80px;
}



@media only screen and (max-width: 720px) {


.tois {
  display: flex;
  width: 90%;
  margin: 0px auto;
}

.tois a {
  flex: 1;
}

.tois a:not(:last-child) {
  border-right: 1px solid green; /* 画像の間だけ緑線 */
}

.tois img {
  width: 100%;
  height: auto;
  display: block;
}


.toiue{
	text-align: center;
	padding-top: 30px;
}

.toiue img{
	height: 30px;
}



.migimu{
	background-color: white;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
	color: #80A600;
}



/* .kijibun img{
	width: 100%;
	height: auto;
} */



.toi_box{
	border-top: solid 2px #769b27;
	padding-top: 30px;
	text-align: center;
	font-size: 14px;
	padding-bottom: 30px;
}

.toi_mi{
	font-size: 20px;
	font-weight: bold;
	color: #769b27;
	margin-bottom: 30px;
}

.telb{
	font-size: 30px;
}


.lineqr{
	width: 40%;
	margin-bottom: 20px;
}


.seiyaku{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
}


	
}


/* 2026/06/01 投稿詳細ページ スマホ時の画像比率を調整 */
@media only screen and (max-width: 720px) {
  .post img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: initial;
    object-fit: contain;
  }
}