@charset "UTF-8";

.case-main {
  background: url(../img/plan_test/main-case.jpg) right / cover no-repeat;
}

/* ---------------------------------------------------------
   plan.css【プロタイムズの塗装プラン】
----------------------------------------------------------*/
.outline {
  text-shadow:
    2px 2px 2px #ffffff,
    -2px 2px 2px #ffffff,
    2px -2px 2px #ffffff,
    -2px -2px 2px #ffffff,
    2px 0px 2px #ffffff,
    0px 2px 2px #ffffff,
    -2px 0px 2px #ffffff,
    0px -2px 2px #ffffff;
}

.PlanContents {
  font-family: 'メイリオ', Meiryo, 'Lucida Grande', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
  color: #262626;
}

/* table */
.plan_table01 {
  margin-bottom: 15px;
  width: 100%;
  border-collapse: collapse;
}

.plan_table01 .col01 {
  width: 99px;
}

.plan_table01 .col02 {
  width: 125px;
}

.plan_table01 .col03 {
  width: 125px;
}

.plan_table01 .col04 {
  width: 125px;
}

.plan_table01 .col05 {
  width: 125px;
}

.plan_table01 th {
  padding: 20px 0;
  font-weight: bold;
}

.plan_table01 th,
.plan_table01 td {
  border: 2px solid #c3bba0;
}

.plan_table01 th:first-child,
.plan_table01 td:first-child {
  border-left: none;
}

.plan_table01 th:last-child,
.plan_table01 td:last-child {
  border-right: none;
}

.plan_table01 thead th {
  text-align: center;
  background: #f3f2ec;
}

.plan_table01 thead th {
  border-top: none;
  font-size: 18px;
}

.plan_table01 thead tr th:nth-child(2) {
  background: #148E5F;
  color: #FFF;
  border-bottom: 5px solid #a3d6bc;
}

.plan_table01 thead tr th:nth-child(3) {
  background: #BE4E50;
  color: #FFF;
  border-bottom: 5px solid #dea6a7;
}

.plan_table01 thead tr th:nth-child(4) {
  background: #197A8C;
  color: #FFF;
  border-bottom: 5px solid #86b9c3;
}

.plan_table01 thead tr th:nth-child(5) {
  background: #185a9b;
  color: #FFF;
  border-bottom: 5px solid #6893be;
}

.plan_table01 thead tr th:nth-child(6) {
  background: #785A46;
  color: #FFF;
  border-bottom: 5px solid #a79386;
}

.plan_table01 thead tr th .t_num {
  margin-bottom: 10px;
  font-size: 34px;
  display: block;
  font-weight: bold;
  color: #262626;
  width: 1.5em;
  height: 1.5em;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.plan_table01 thead tr th .tit {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: bold;
  display: block;
  font-weight: bold;
}

.plan_table01 thead tr th .year {
  font-size: 15px;
  display: block;
  font-weight: bold;
  line-height: 1.6em;
}

.plan_table01 tbody tr th,
.plan_table01 tbody tr td {
  padding: 15px 0;
  line-height: 1.3;
}

.plan_table01 tbody tr th {
  font-size: 18px;
  text-align: center;
  background: #F3F2EC;
}

.plan_table01 tbody tr th span {
  font-size: 13px;
  font-weight: bold;
}

.plan_table01 tbody tr td {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1em;
  vertical-align: middle;
}

.plan_table01 tbody tr td .currency {
  font-size: 16px;
  font-weight: bold;
}

.plan_table01 tbody tr td .RunningCost {
  color: #c80002;
  font-size: 14px;
  font-weight: bold;
}

.plan_table01 tbody tr td:nth-child(2) {
  background: #e6f0e2;
  color: #148E5F;
}

.plan_table01 tbody tr td:nth-child(3) {
  background: #F5EBED;
  color: #BE4E50;
}

.plan_table01 tbody tr td:nth-child(4) {
  background: #F0F6F7;
  color: #197A8C;
}

.plan_table01 tbody tr td:nth-child(5) {
  background: #F5F7FB;
  color: #185A9B;
}

.plan_table01 tbody tr td:nth-child(6) {
  background: #F8F6F4;
  color: #785A46;
}

.plan_table01 tbody tr:last-child th,
.plan_table01 tbody tr:last-child td {
  border-bottom: none;
}

.plan_box01 .caution {
  margin-bottom: 30px;
  font-size: 14px;
}

.plan02 .col01 {
  width: 99px;
}

.plan02 .col02 {
  width: 208px;
}

.plan02 .col03 {
  width: 208px;
}

.plan02 thead tr th:nth-child(3) {
  background: #197a8c;
  border-bottom: 5px solid #86b9c3;
}

.plan02 thead tr th:nth-child(4) {
  background: #785a46;
  border-bottom: 5px solid #a79386;
}

.plan02 tbody tr td:nth-child(3) {
  background: #F0F6F7;
  color: #197a8c;
}

.plan02 tbody tr td:nth-child(4) {
  background: #f8f6f4;
  color: #785a46;
}

.planbox01_text06 {
  text-align: center;
  margin-bottom: 20px;
}

.plan_detail {
  margin-bottom: 45px;
}

.plan_detail dl dt {
  padding: 16px 18px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  background: #148E5F;
  color: #fff;
}

.plan_detail dl dt:nth-child(3) {
  background: #be4e50;
}

.plan_detail dl dt:nth-child(5) {
  background: #197a8c;
}

.plan_detail dl dt:nth-child(7) {
  background: #185a9b;
}

.plan_detail dl dt:nth-child(9) {
  background: #785a46;
}

.plan_detail dl dt:after {
  content: "";
  width: 730px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 8px;
  background: url(../img/plan/plan_bg.png) no-repeat;
}

.plan_detail dl dt span {
  font-size: 20px;
}

.plan_detail dl dd {
  margin-bottom: 20px;
  padding: 15px 30px;
  background: #F8FBF4;
}

.plan_detail dl dd:nth-child(4) {
  background: #faf6f7;
}

.plan_detail dl dd:nth-child(6) {
  background: #f1f7f7;
}

.plan_detail dl dd:nth-child(8) {
  background: #f2f5fa;
}

.plan_detail dl dd:nth-child(10) {
  background: #f1ede9;
  margin-bottom: 0;
}

.plan_detail dl dd p {
  line-height: 2;
}

.plan_detail dl dd .cap01 {
  font-size: 22px;
  font-weight: bold;
  color: #148E5F;
  margin-bottom: 4px;
}

.plan_detail dl dd:nth-child(4) .cap01 {
  color: #be4e50;
}

.plan_detail dl dd:nth-child(6) .cap01 {
  color: #197a8c;
}

.plan_detail dl dd:nth-child(8) .cap01 {
  color: #185a9b;
}

.plan_detail dl dd:nth-child(10) .cap01 {
  color: #785a46;
}

.plan_detail dl dd .inner {
  overflow: hidden;
}

.plan_detail dl dd .inner .photo {
  float: right;
}

.plan_detail dl dd .inner .detail {
  float: left;
  width: 530px;
}

.plan_detail dl dd .inner .detail p {
  line-height: 1.8;
}

.sp_plan_box {
  display: none;
}

.plan_new_pc {
  margin-bottom: 30px;
}

.plan_new_sp {
  display: none;
}

.plan_30off_sp {
  display: none;
}

#tableBottomText {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  #tableBottomText {
    font-size: 14px;
  }

  .plan_box01 {
    line-height: 1.4;
  }

  .plan_table01 {
    display: none;
  }

  .sp_plan_box {
    display: block;
  }

  .plan_box01 .sp_plan_box {
    margin: 0 10px 10px;
  }

  .plan_box01 .sp_plan_box ul li {
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
  }

  .plan_box01 .sp_plan_box ul .li01 {
    background: #E6F0E2;
  }

  .plan_box01 .sp_plan_box ul .li02 {
    background: #F5EBED;
  }

  .plan_box01 .sp_plan_box ul .li03 {
    background: #f0f6f7;
  }

  .plan_box01 .sp_plan_box ul .li04 {
    background: #f5f7fb;
  }

  .plan_box01 .sp_plan_box ul .li05 {
    background: #f8f6f4;
  }

  .plan_box01 .sp_plan_box ul li .cap01 {
    margin-bottom: 5px;
    text-align: left;
    font-size: 22px;
  }

  .plan_box01 .sp_plan_box ul li .cap01,
  .plan_box01 .sp_plan_box ul li .cap02,
  .plan_box01 .sp_plan_box ul li dl dd {
    color: #148E5F;
    font-weight: bold;
  }

  .plan_box01 .sp_plan_box ul .li02 .cap01,
  .plan_box01 .sp_plan_box ul .li02 .cap02,
  .plan_box01 .sp_plan_box ul .li02 dl dd {
    color: #be4e50;
  }

  .plan_box01 .sp_plan_box ul .li03 .cap01,
  .plan_box01 .sp_plan_box ul .li03 .cap02,
  .plan_box01 .sp_plan_box ul .li03 dl dd {
    color: #197a8c;
  }

  .plan_box01 .sp_plan_box ul .li04 .cap01,
  .plan_box01 .sp_plan_box ul .li04 .cap02,
  .plan_box01 .sp_plan_box ul .li04 dl dd {
    color: #185a9b;
  }

  .plan_box01 .sp_plan_box ul .li05 .cap01,
  .plan_box01 .sp_plan_box ul .li05 .cap02,
  .plan_box01 .sp_plan_box ul .li05 dl dd {
    color: #785a46;
  }

  .plan_box01 .sp_plan_box ul li .year {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
  }

  .plan_box01 .sp_plan_box ul li dl {
    overflow: hidden;
    border: 1px solid #a3d6bc;
    border-bottom: none;
  }

  .plan_box01 .sp_plan_box ul .li01 dl {
    border-color: #a3d6bc;
  }

  .plan_box01 .sp_plan_box ul .li02 dl {
    border-color: #be4e50;
  }

  .plan_box01 .sp_plan_box ul .li03 dl {
    border-color: #197a8c;
  }

  .plan_box01 .sp_plan_box ul .li04 dl {
    border-color: #185a9b;
  }

  .plan_box01 .sp_plan_box ul .li05 dl {
    border-color: #785a46;
  }

  .plan_box01 .sp_plan_box ul li dl:last-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  .plan_box01 .sp_plan_box ul li dl dt,
  .plan_box01 .sp_plan_box ul li dl dd {
    padding: 10px;
    font-weight: bold;
  }

  .plan_box01 .sp_plan_box ul li dl dt span {
    font-size: 12px;
    letter-spacing: -0.03em;
    font-weight: bold;
  }

  .plan_box01 .sp_plan_box ul li dl dd {
    padding-top: 0;
    text-align: right;
    font-size: 40px;
    font-weight: bold;
    line-height: 0.6em;
  }

  .plan_box01 .sp_plan_box ul li dl dd .currency {
    font-size: 18px;
    font-weight: bold;
  }

  .plan_box01 .sp_plan_box ul li dl dd .RunningCost {
    color: #c80002;
    font-size: 20px;
    font-weight: bold;
  }

  .plan_box01 .caution {
    margin: 0 10px 30px;
  }

  .plan_box01 .plan_btn {
    margin: 0 30px !important;
  }

  .plan02 .col01 {
    width: 99px;
  }

  .plan02 .col02 {
    width: 208px;
  }

  .plan02 .col03 {
    width: 208px;
  }

  .plan02 thead tr th:nth-child(3) {
    background: #197a8c;
  }

  .plan02 thead tr th:nth-child(4) {
    background: #785a46;
  }

  .plan02 tbody tr td:nth-child(3) {
    background: #F0F6F7;
    color: #197a8c;
  }

  .plan02 tbody tr td:nth-child(4) {
    background: #f8f6f4;
    color: #785a46;
  }

  .planbox01_text06 {
    text-align: center;
    margin: 0 10px 10px;
  }

  .plan_detail {
    margin: 0 10px 30px 10px;
  }

  .plan_detail dl dt {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: #148E5F;
    color: #fff;
  }

  .plan_detail dl dt:nth-child(3) {
    background: #be4e50;
  }

  .plan_detail dl dt:nth-child(5) {
    background: #197a8c;
  }

  .plan_detail dl dt:nth-child(7) {
    background: #185a9b;
  }

  .plan_detail dl dt:nth-child(9) {
    background: #785a46;
  }

  .plan_detail dl dt:after {
    content: "";
    width: auto;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: url(../img/plan/plan_bg.png) no-repeat;
  }

  .plan_detail dl dt span {
    font-size: 14px;
  }

  .plan_detail dl dd {
    margin-bottom: 20px;
    padding: 15px;
    background: #F8FBF4;
  }

  .plan_detail dl dd:nth-child(4) {
    background: #faf6f7;
  }

  .plan_detail dl dd:nth-child(6) {
    background: #f1f7f7;
  }

  .plan_detail dl dd:nth-child(8) {
    background: #f2f5fa;
  }

  .plan_detail dl dd:nth-child(10) {
    background: #f1ede9;
    margin-bottom: 0;
  }

  .plan_detail dl dd .cap01 {
    font-size: 16px;
    font-weight: bold;
    color: #148E5F;
    margin-bottom: 4px;
  }

  .plan_detail dl dd:nth-child(4) .cap01 {
    color: #be4e50;
  }

  .plan_detail dl dd:nth-child(6) .cap01 {
    color: #197a8c;
  }

  .plan_detail dl dd:nth-child(8) .cap01 {
    color: #185a9b;
  }

  .plan_detail dl dd:nth-child(10) .cap01 {
    color: #785a46;
  }

  .plan_detail dl dd .inner {}

  .plan_detail dl dd .inner .photo {
    width: 116px;
    margin: 0 auto 10px;
    text-align: center;
  }

  .plan_detail dl dd .inner .detail {
    font-size: 14px;
  }

  .plan_detail dl dd .inner .detail p {
    line-height: 1.8;
  }

  .plan_new_pc {
    display: none;
  }

  .plan_new_sp {
    margin: 0 2% 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .plan_30off_sp {
    padding: 0 10px;
  }

  .plan_30off_pc {
    display: none;
  }




}

/* table */

/* pay */
.planBox_pay {
  margin-bottom: 65px;
  line-height: 1.8;
}

.planBox_pay li {
  margin-bottom: 15px;
  list-style: none;
  overflow: hidden;
}

.planBox_pay .li03 {
  margin-bottom: 0;
}

.planBox_pay li .method {
  padding: 5px 25px;
  background: #F2F2F2;
  font-weight: bold;
}

.planBox_pay .li01 .method {
  color: #0071bc;
}

.planBox_pay .li02 .method {
  color: #C1272D;
}

.planBox_pay .li03 .method {
  color: #009245;
}

.planBox_pay li .method span {
  display: inline-block;
  width: 125px;
  font-weight: bold;
}

.planBox_pay li .box {
  margin: 10px 0 0;
  width: 580px;
  float: right;
}

.planBox_pay li .box a {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .planBox_pay li .method {
    padding: 10px;
    font-size: 14px;
  }

  .planBox_pay li .method span {
    width: auto;
    font-size: 14px;
    margin-right: 5px;
  }
}

/* pay */










/* add plan renew start */
/********************
既存ベーススタイル変更
********************/
#conts.PlanContents {
  width: 100%;
  float: none;
}

.WideInner {
  width: 100%;
}

.NarrowInner {
  max-width: 980px;
  margin: 0 auto;
}

/* 既存スタイル変更 */
.title01_980 {
  background: url(../img/plan/title01_bg.jpg) no-repeat;
  margin-bottom: 50px;
}

.PlanTitle {
  position: relative;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  padding-top: 92px;
  margin-top: -52px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 5px #EB6120;
}

.PlanTitle:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #eb6120 transparent transparent transparent;
  border-width: 15px 10px 0 10px;
}

/********************
新規スタイル追加
********************/
/* ページナビ */
#PlanNavBG {
  background: #ff7900;
}

#PlanNav .menu {
  padding: 20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

#PlanNav .menu li {
  /* margin-bottom: 20px;
  position: relative; */
}

/* #PlanNav .menu li a {
  text-decoration: none;
    display: flex;
    width: 230px;
    height: 100px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
    color: #373737;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
} */
#PlanNav .menu li a:hover {
  opacity: 0.7;
}

#PlanNav .menu li:hover {
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}

/* プランメニュー外壁・屋根 */
#PlanMenu h2 {
  margin: 40px auto;
  padding: 25px 10px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #2A4EA1;;
}

#PlanMenu h2 img {
  width: 100%;
}

#PlanMenu h2 p {
  width: 100%;
  font-weight: bold;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#PlanMenu h2.icon_yane{
  background: #3D971D;
}

#PlanMenu h2 .small {
  font-size: 28px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 20px;
}

#PlanMenu ul {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

#PlanMenu ul li {
  margin-bottom: 40px;
}

#PlanMenu ul li a {
  display: block;
}

#PlanMenu ul li a:hover {
  opacity: 0.7;
}

/* プラン・費用コンテンツ */
#MoneyTable {
  margin-bottom: 40px;
}

/* 全てのプランに含まれる作業 */
.plan_info {
  background: none;
  margin-bottom: 60px;
}

.PlanWorkList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  padding-bottom: 0 !important;
}

.PlanWorkList::before {
  content: '';
  display: block;
  width: 310px;
  height: 100%;
}

.PlanWorkList::before {
  order: 1;
}

.PlanWorkList li {
  width: 230px;
  margin-bottom: 20px !important;
}

.PlanWorkList li p {
  padding: 10px 0;
  background: #F3F2EC;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
}

.PlanWorkList li p span:first-child {
  position: relative;
  padding-left: 25px;
  font-weight: bold;
}

.PlanWorkList li p span:first-child::after {
  content: "";
  margin-top: -11px;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/plan_test/icon_check.png);
  -webkit-background-size: 19px 19px;
  -o-background-size: 19px 19px;
  background-size: 19px 19px;
}

.PlanWorkList li p span.AddComment {
  font-size: 12px;
  font-weight: normal;
}

.PlanWorkList li img {
  width: 100%;
}

.caution {
  margin-bottom: 60px;
  line-height: 1.4em
}


/* フォーム */
.contentformtop {
  max-width: 100%;
  box-sizing: border-box;
}

#contact30_2019 {
  max-width: 880px;
  margin: 0 auto;
}

/* プラン・費用テーブル */
.plan_table01 .col02,
.plan_table01 .col03,
.plan_table01 .col04,
.plan_table01 .col05,
.plan_table01 .col06 {
  width: 162px;
}

.plan_table01.plan02 .col02,
.plan_table01.plan02 .col03,
.plan_table01.plan02 .col04,
.plan_table01.plan02 .col05 {
  width: 220px;
}

/* 他社との比較 */
.OtherComparison {
  margin-bottom: 120px;
}

.OtherComparison picture {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.compareTable {
  width: 100%;
  table-layout: fixed;
}

.compareTable th,
.compareTable td {
  vertical-align: top;
  text-align: center;
  width: auto;
  border-right: #262727 solid 1px;
  border-bottom: #262727 solid 1px;
}

.compareTable th {
  padding: 20px 10px;
  font-weight: bold;
  background: #FF5F01;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.compareTable th:first-of-type {
  width: 13%;
}

.compareTable thead tr th:first-child {
  background: none;
}

.compareTable thead tr th:nth-child(2),
.compareTable thead tr th:nth-child(3),
.compareTable thead tr th:nth-child(4) {
  background: #8F8D92;
}

.compareTable td {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  padding: 15px 10px 15px 60px;
  position: relative;
  height: 82px;
  overflow: hidden;
  border-collapse: collapse;
  background: #efefef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
}

.compareTable td:last-child {
  border-right: none;
  background: #FBF7CA;
}

.compareTable td span {
  font-size: 35px;
  font-weight: bold;
  float: left;
  display: block;
  border-right: #ccc dashed 1px;
  margin-right: 15px;
  padding-right: 5px;
  width: 51px;
  text-align: center;
  left: 5px;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}

#menu .compareTable th.ourCompany,
#apartment .compareTable th.ourCompany {
  width: 32%;
}

.compareTable td.ourCompany span {
  color: #e60012;
}


/* 費用コンテンツ */
#pay {
  margin-bottom: 100px;
}

/* 火災保険で塗装ができる？ */
.planBox_pay {
  margin-bottom: 50px;
}

.planBox_pay li .box {
  width: 100%;
  float: left;
}

.planBox_pay li .box .img {
  margin-top: 20px;
}

/* 塗装費用の考え方 */
.planBox03 .planBox_detail {
  width: 760px;
}

.planBox04_point_text {
  width: 600px;
}

.planBox_caption {
  text-align: center;
}

/* 費用お問い合わせコンテンツ */
#pay picture {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

/* スマホスタイル */
@media screen and (max-width: 767px) {
  .NarrowInner {
    width: 100%;
  }

  .PlanTitle {
    font-size: 34px;
  }

  #PlanNav .menu {
    margin: 0 0 20px;
    padding: 10px 10px 0;
  }

  #PlanNav .menu li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }

  #PlanNav .menu li a {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }

  #PlanMenu h2 {
    padding: 10px 0;
    font-size: 30px;
    margin-bottom: 20px;
  }

  #PlanMenu h2 p {
    padding-top: 6px;
  }

  #PlanMenu h2.icon_gaiheki p:before {
    width: 56px;
    height: 40px;
    margin-top: -5px;
    margin-right: 5px;
  }

  #PlanMenu h2.icon_yane p:before {
    width: 63px;
    height: 40px;
    margin-top: -5px;
    margin-right: 5px;
  }

  #PlanMenu h2 .small {
    font-size: 20px;
    margin-top: 12px;
  }

  #PlanMenu ul {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  #PlanMenu ul li {
    margin-bottom: 20px;
    width: 100%;
  }

  #PlanMenu .WideInner {
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  .PlanWorkList {
    margin-top: 30px;
  }

  .PlanWorkList li {
    margin-bottom: 10px !important;
    ;
    width: calc((100% - 10px) / 2);
  }

  .title01_980 {
    font-size: 25px;
    margin-bottom: 20px;
    background: #ff5f00;
  }

  .plan_info .cap02 {
    text-align: center;
    margin-bottom: 20px;
  }

  .PlanWorkList li p {
    font-size: 12px;
  }

  .PlanWorkList li p span:first-child {
    font-weight: bold;
  }

  .caution {
    padding: 10px;
  }

  .contentformtop,
  #content30-form table {
    width: 100%;
  }

  #contact30_2019 {
    margin: 0 10px;
  }

  .PlanWorkList {
    margin-bottom: 0 !important;
  }

  #PlanMenu .sp_plan_box {
    margin: 0;
  }

  #PlanMenu .sp_plan_box ul li {
    width: 100% !important;
    margin-bottom: 0;
  }

  .plan_info {
    margin-bottom: 40px;
  }

  #MoneyTable {
    margin-bottom: 40px;
  }

  .OtherComparison {
    margin-bottom: 60px;
    padding: 0 10px;
  }

  .OtherComparison picture {
    padding: 0 10px;
  }

  .compareTable thead {
    display: none;
  }

  .compareTable {
    padding: 0 10px;
  }

  .compareTable thead {
    display: none;
  }

  .compareTable tr {
    margin-bottom: 20px;
    display: block;
  }

  .compareTable tr:last-child {
    margin-bottom: 0;
  }

  .compareTable tbody th,
  .compareTable tbody th:first-of-type {
    display: block;
    width: 100% !important;
    text-align: left;
    background: none;
    position: relative;
    color: #333;
    padding: 0;
    font-size: 18px;
    border: none !important;
    border-bottom: #ccc solid 1px !important;
  }

  .compareTable th:before {
    left: 0px;
    opacity: 0.5;
  }

  .compareTable th:after {
    left: 18px;
  }

  .compareTable th br {
    display: none;
  }

  .compareTable td,
  .compareTable tr:last-child td {
    display: block;
    position: relative;
    padding: 5px 10px 5px 45%;
    font-size: 15px;
    text-align: left;
    border-bottom: #ccc solid 1px;
    border-right: #ccc solid 1px;
    height: auto;
    min-height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .compareTable td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    background: #FF6E19;
    color: #fff;
    border-left: rgba(255, 255, 255, 0.3) solid 1px;
    padding: 10px 3px;
    position: absolute;
    left: 0;
    top: 0;
    width: 27%;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .compareTable td span {
    left: 27%;
  }

  .planBox_caption {
    font-size: 14px;
  }

  .planBox04 {
    margin: 0 10px 60px;
  }

  .planBox04_point_text {
    width: 100%;
  }

  .planBox_pay li .box {
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 10px;
  }

  #pay {
    margin: 0 auto 60px;
    padding: 0;
  }

  #pay picture {
    width: 280px;
    margin: 0 auto 20px;
  }

  .planBox03 .planBox_detail {
    width: 100%;
  }

  .planBox_caption {
    text-align: left;
  }

  .planBox_caption br {
    display: block;
  }
}

/* #ACbox1 h3 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 20px;
}
#ACbox1 {
  margin-bottom: 50px;
}
#ACbox1 p {
  font-size: 16px;
  text-align: center;
} */
#ACbox2 {
  margin-bottom: 30px;
}

#ACbox2 p {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5em;
}

#ACbox2 p span {
  display: block;
}

#ACPlanImg {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

#ACPlanImg li {
  width: calc(98% / 2);
}

#ACbox3 {
  margin-bottom: 50px;
}

#ACbox3 h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: bold;
  color: #ff5f00;
}

#ACbox3 p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.TtlIconWall::before {
  content: url(../img/plan/icon_house.png);
  display: inline-block;
  margin-right: 20px;
}

.TtlIconWall::after {
  content: url(../img/plan/icon_paint.png);
  display: inline-block;
  margin-left: 10px;
}

.TtlIconRoof::before {
  content: url(../img/plan/icon_roof.png);
  display: inline-block;
  margin-right: 20px;
}

.TtlIconRoof::after {
  content: url(../img/plan/icon_paint.png);
  display: inline-block;
  margin-left: 10px;
}

.TtlText {
  text-align: center;
}

.TtlText span {
  font-size: 17px;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #fff000 0%);
}

.TtlHosoku {
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

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

  /* #ACbox1 {
    margin-bottom: 16px;
  }
  #ACbox1 h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #ACbox1 p {
    padding: 0 10px;
    font-size: 12px;
    text-align: left;
  } */
  #ACbox2 {
    margin-bottom: 5px;
  }

  #ACbox2 p {
    font-size: 16px;
    padding: 0 10px;
  }

  #ACPlanImg {
    margin-bottom: 10px;
    padding: 0 10px;
    flex-direction: column;
  }

  #ACPlanImg li {
    width: 100%;
  }

  #ACPlanImg li:first-child {
    margin-bottom: 10px;
  }

  #ACbox3 {
    margin-bottom: 20px;
  }

  #ACbox3 h3 {
    font-size: 16px;
    padding: 0 10px;
  }

  #ACbox3 p {
    padding: 0 10px;
    font-size: 12px;
    text-align: left;
  }

  .TtlIconWall::before {
    content: url(images/plan/icon_house_sp.png);
    margin-right: 10px;
  }

  .TtlIconWall::after {
    content: url(images/plan/icon_paint_sp.png);
    margin-left: 5px;
  }

  .TtlIconRoof::before {
    content: url(images/plan/icon_roof_sp.png);
    margin-right: 10px;
  }

  .TtlIconRoof::after {
    content: url(images/plan/icon_paint_sp.png);
    margin-left: 5px;
  }

  .TtlText {
    margin-bottom: 5px;
    padding: 0 10px;
  }

  .TtlIconWall,
  .TtlIconRoof {
    font-size: 20px;
  }

  .TtlText span {
    font-size: 13px;
  }

  .TtlHosoku {
    font-size: 10px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
}

/* add plan renew end */

/* add link list 20200804 */
.LinkList2 {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.LinkList2 li {
  width: calc(98% / 2);
}

@media screen and (max-width: 767px) {
  .LinkList2 {
    flex-direction: column;
    width: 96%;
    margin: 0 auto 20px;
  }

  .LinkList2 li {
    width: 100%;
  }

  .LinkList2 li:not(:last-child) {
    margin-bottom: 20px;
  }

  .ContactLink {
    width: 96%;
    margin: 0 auto 40px;
  }
}

.PlanTitleOrange h3 {
  font-size: 42px;
  font-weight: bold;
  color: #EB6120;
  text-align: center;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.PlanTitleOrange h3:before {
  content: "";
  display: inline-block;
}

/*.PlanTitleOrange.gaiheki h3:before {
  background: url(../img/plan/icon_title_wall_orange.png)no-repeat center center/cover;
  width: 60px;
  height: 60px;
  margin-top: -7px;
  margin-right: 10px;
}
.PlanTitleOrange.yane h3:before {
  background: url(../img/plan/icon_title_yane_orange.png)no-repeat center center/cover;
  width: 63px;
  height: 42px;
  margin-top: -7px;
  margin-right: 10px;
}*/
.PlanTitleOrange h3 .black {
  color: #262626;
}

.PlanTitleOrange p:nth-child(2) {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.PlanTitleOrange p:nth-child(3) {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  padding: 8px 5px;
  background: #C80002;
}

.HikakuListTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EB6120;
  text-align: center;
}

.HikakuListTitle li p {
  font-size: 35px;
  font-weight: bold;
  font-family: 'Noto Sans JP';
  line-height: 1.6em;
}

.HikakuListTitle span {
  font-size: 35px;
  font-weight: bold;
  font-family: 'Noto Sans JP';
  border-bottom: solid 2px #EB6120;
  border-style: dotted;
}

@media screen and (max-width: 767px) {
  .HikakuListTitle {
    flex-wrap: wrap;
  }

  .HikakuListTitle li p {
    font-size: 25px;
  }

  .HikakuListTitle span {
    font-size: 25px;
  }

  .PlanTitleOrange h3 {
    font-size: 28px;
  }

  /*.PlanTitleOrange.gaiheki h3:before {
  width: 40px;
  height: 40px;
}
.PlanTitleOrange.yane h3:before {
  width: 50px;
  height: 33px;
}*/

}


.contact_bnr li {
  float: left;
  position: relative;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  margin-left: 20px;
}

.contact_bnr li:nth-child(odd) {
  margin-left: 0
}

.contact_bnr li .cube_btn_wrap {
  position: absolute;
  left: 30px;
  bottom: 16px;
}

.contact_bnr li:nth-child(2) .cube_btn {
  width: 325px;
  padding: 12px 13px 13px 23px;
  font-size: 18px;
  line-height: 21px;
  height: 21px
}

.contact_bnr li:nth-child(2) .cube_btn span {
  display: inline-block;
  padding: 0 4px;
  font-size: 18px;
  color: #ff4119;
  background-color: #ffe300;
  font-weight: bold;
  margin-right: 3px;
  border-radius: 3px;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .contact_bnr {
    padding: 0 10px;
  }

  .contact_bnr li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }


  .contact_bnr li:nth-child(2) .cube_btn_wrap {
    left: 5vw;
    bottom: 4vw;
  }

  .contact_bnr li:nth-child(4) .cube_btn_wrap {
    left: 5vw;
    bottom: 2.5vw;
  }

  .contact_bnr li:nth-child(2) .cube_btn,
  .contact_bnr li:nth-child(4) .cube_btn {
    width: calc(84vw - 20px);
    height: 6vw;
    padding: 2vw 10px;
    font-size: 4.4vw;
    line-height: 6vw;
  }

  .contact_bnr li:nth-child(3) .cube_btn span {
    padding: 1vw;
    font-size: 3vw;
  }

  .contact_bnr li:nth-child(3) .cube_btn_wrap {
    left: 5vw;
    bottom: 3vw;
  }

  .contact_bnr li:nth-child(3) .cube_btn {
    width: 78vw;
    padding: 2.5vw 0 2.5vw 6vw;
    font-size: 4.4vw;
    height: 5vw;
    line-height: 5vw;
  }

  .contact_bnr li:nth-child(3) .cube_btn .btn_icon {
    margin-right: 5px;
  }

  .contact_bnr li:nth-child(3) .cube_btn span {
    display: inline-block;
    padding: 0 1vw;
  }

  .cube_btn .btn_icon {
    margin-right: 0px;
  }
}

#gaiheki,
#yane {
  scroll-margin-top: 67px;
}

.PlanMv {
  text-align: center;
  margin: 30px auto;
}

.planBtn {
  text-align: center;
}

.sp{
  display: none;
}

@media screen and (max-width: 767px) {
  .PlanMv {
    text-align: center;
    margin: 0 auto 20px;
  }

  .planBtn {
    padding: 0 10px;
  }

  .sp {
    display: block;
  }
}