@charset "utf-8";
/***********************************************************************
カテゴリー：塗装の手順 painting 20170905　リニューアル
/***********************************************************************/
#topicPath {
  margin: 12px auto 10px;
  max-width: 1000px;
  line-height: 1;
}
#footer {
  margin-top: 0;
}
.mainWrapper * {
  box-sizing: border-box;
}
.mainWrapper img {
  vertical-align: bottom;
}
.painting-box,
.painting-ttl {
  max-width: 1000px;
  margin: 0 auto;
}
.mainWrapper {
  max-width: 100%;
  background: url(../images/bg_painting_inner.jpg) 50% 0 repeat;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
}
#photocon2022_1st.mainWrapper,#photocon2022_2nd.mainWrapper {
  background: #a6e38b;
}

#photocon2023_1st.mainWrapper,#photocon2023_2nd.mainWrapper{
  background: #b3d7ea;
}

#photocon2024_1st.mainWrapper,#photocon2024_2nd.mainWrapper{
  background: #ffacd2;
}

.maincolumn,.maincolumn_sawd {
  background: url(../images/bg_painting_page.jpg) 50% 0 repeat-x;
  padding-top: 45px;
  padding-bottom: 68px;
}
.diy-list .maincolumn,.maincolumn_sawd,
.diy-detail .maincolumn,.maincolumn_sawd,
.diy-index .maincolumn,.maincolumn_sawd {
  background: url(../images/bg_painting_page_diy.jpg) 50% 0 repeat-x;
  padding-top: 0.7%;
  padding-bottom: 68px;
}
.comic .mainWrapper {
  background: #fff;
}
.comic .maincolumn,.comic .maincolumn_sawd {
  background: url(../images/bg_painting_page_comic.jpg) 50% 0 repeat-x;
  padding-top: 45px;
  padding-bottom: 68px;
}

.comic .btn-entry {
  padding: 20px;
  width: 100%;
}
.comic .btn-entry:before {
  font-weight: normal;
}
.btn_area{
  max-width: 800px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn_area p{
  width: 48%;
}
@media print, screen and (min-width: 641px) {
  .comic .btn-entry {
    font-size: 130%;
  }
}

@media print, screen and (max-width: 851px) {
  body.index .maincolumn,body.index .maincolumn_sawd {
    background: url(../images/bg_painting.jpg) 50% 345px repeat-x;
  }
}
@media print, screen and (max-width: 640px) {
  body.index .maincolumn,body.index .maincolumn_sawd {
    padding-top: 20px;
    background: url(../images/bg_painting.jpg) 50% 149px repeat-x;
  }
}
/* みんなのDIY事例 */
#side {
  display: none;
}
body.page h1 {
  margin: 0 0 70px;
}
body.comic h1 {
  margin: 0 0 31px;
}
body.page .lead {
  text-align: center;
  /* margin-bottom: 28px; */
}
@media print, screen and (max-width: 851px) {
  body.page .mainWrapper {
    margin-bottom: 1em;
  }
  body.page #side {
    display: block;
    float: none;
    padding-bottom: 34px;
  }
  body.diy_case .maincolumn,body.diy_case .maincolumn_sawd {
    background: url(../images/bg_painting_page_sp.jpg) 0 0 repeat-x;
    padding: 26px 8px 34px;
  }
  body.recommend_tool .maincolumn,body.recommend_tool .maincolumn_sawd {
    background: url(../images/bg_painting_page_sp.jpg) 0 0 repeat-x;
    padding: 24px 0 30px;
  }
  body.comic .maincolumn,body.comic .maincolumn_sawd {
    background: url(../images/bg_painting_page_sp_comic.jpg) 0 0 repeat-x;
    padding: 26px 8px 34px;
  }
  body.page h1 {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 640px) {
  body.page .maincolumn,body.page .maincolumn_sawd {
    background: url(../images/bg_painting_page_sp.jpg) 0 0 repeat-x;
    background-size: contain;
    padding: 13px 8px 34px;
  }
  body.diy-index .maincolumn,body.diy-index .maincolumn_sawd {
    padding: 5px 8px 34px;
  }
  body.recommend_tool .maincolumn,body.recommend_tool .maincolumn_sawd {
    padding: 13px 0 34px;
  }
  body.comic .maincolumn,body.comic .maincolumn_sawd {
    background: url(../images/bg_painting_page_sp_comic.jpg) 0 0 repeat-x;
    background-size: contain;
    padding: 13px 0 34px;
  }
  body.page h1 {
    margin-bottom: 0.5em !important;
  }
  body.comic h1 {
    margin-bottom: 10px !important;
  }
  body.page .lead {
    margin-bottom: 0;
  }
}
ul.painting-list-nav {
  background: #fff;
  max-width: 858px;
  padding: 3% 0;
  border-radius: 10px;
  margin: 0 auto;
}
ul.painting-list-nav li {
  display: inline-block;
  border-right: 1px solid #ab8978;
  margin-bottom: 0;
  font-size: 1.4rem;
}
ul.painting-list-nav li:last-child {
  border-right:0;
  margin-left: 30px;
}
ul.painting-list-nav li .ttl {
  color: #542504;
  font-weight: bold;
  font-size: 1.6rem;
}
ul.painting-list-nav li:first-child .ttl {
  margin-right: 25px;
  letter-spacing: -2px;
}
ul.painting-list-nav li a {
  display: inline-block;
  padding-right: 18px;
  background: url(../../common/images/hdr/nav_arw_off.png) 100% 50% no-repeat;
  margin-bottom: 0;
  margin-right: 40px;
}
/* ul.painting-list-nav li a:not(:last-child) {

} */
h2.painting-ttl-sub {
  color: #542504;
  border-bottom: 2px dashed #542504;
  padding-bottom: 10px;
}
h2.painting-ttl-sub span {
  font-size: 1.6rem;
}
.list {
  margin: 0 0 0 -2%;
}
.list li {
  position: relative;
  margin-bottom: 28px;
  width: 31.3%;
  min-height: 346px;
}
.list li:first-child {
  margin-left: 2% !important;
}
.list li .photo a {
  position: relative;
  display: block;
}
.list li a.photo2,
.list li a.photo3,
.list li a.photo4,
.list li a.photo5,
.list li a.photo6,
.list li a.photo7,
.list li a.photo8 {
  display: none;
}
.list li .photo a:after {
  position: absolute;
  content: "";
  right: 14px;
  bottom: 10px;
  width: 41px;
  height: 41px;
  background: url(../diy/images/zoom.png);
}
.list li .photo a.icon-50th:before {
  position: absolute;
  bottom: 10px;
  left: 10px;
  content: "";
  width: 61px;
  height: 61px;
  background: url(../diy/images/icon_50th.png) left top no-repeat;
  background-size: contain;
  z-index: 10;
}
.list li .photo a.icon-50th-over:before {
  position: absolute;
  bottom: 10px;
  left: 10px;
  content: "";
  width: 61px;
  height: 61px;
  background: url(../diy/images/icon_50th_over.png) left top no-repeat;
  background-size: contain;
  z-index: 10;
}
.list li .photo img {
  vertical-align: bottom;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.list li .photo a:hover img {
  opacity: 0.8;
}
.list li .parts {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url(../diy/images/parts_before.png) 0 bottom no-repeat;
  padding: 0 0 7px 8px;
}
.list li .parts span {
  display: block;
  color: #fff;
  padding: 5px 13px 4px;
  font-size: 1.1rem;
  font-size: 11px;
}
.list li .parts span.red {
  background: #d62324;
}
.list li .parts span.green {
  background: #376d12;
}
.list li .parts span.gray {
  background: #666666;
}
.list li .parts span.blue {
  background: #037ed5;
}
.list li .parts span.bluegreen {
  background: #06989a;
}
.list li .parts span.yellow {
  background: #b39405;
}
.list li .parts span.orange {
  background: #dc5a03;
}
.list li .parts span.darkblue {
  background: #2f3a65;
}
.list li .parts span.lightgreen {
  background: #82b140;
}
.list li .parts span.brawn {
  background: #572727;
}
.list li .parts span.pink {
  background: #ca5497;
}
.list li .caption {
  display: block;
  background: #fff;
  padding: 16px 20px 14px 17px;
  border-bottom: 1px dotted #ccc;
}
.list li .comment {
  font-weight: bold;
  background: #fff url(../diy/images/bg_comment.gif) right 19px no-repeat;
  font-size: 14px;
  font-size: 1.4rem;
}
.list li .product,
.list li .color {
  font-size: 1.2rem;
  font-size: 12px;
  color: #333333;
}
.list li .product {
  padding: 9px 20px 7px 17px;
}
.list li .product span {
  display: inline-block;
  margin-left: 10px;
  width: 18px;
  height: 18px;
  border: none;
}
.list li .product span img {
  width: 100%;
}
.tipso_content {
  font-size: 1.3rem;
  text-align: left;
  padding: 10px;
}
.tipso_style {
  cursor: default;
}
@media all and (-ms-high-contrast: none) {
  .tipso_bubble.top > .tipso_arrow {
    top: 99%;
  }
}
.list li .color {
  font-size: 1.2rem;
  font-size: 12px;
  color: #333333;
  padding: 9px 20px 15px 17px;
}
.list li .color {
  border-bottom: none;
}
@media print, screen and (max-width: 851px) {
  .list li {
    width: 48.0%;
  }
}
@media screen and (max-width: 640px) {
  ul.painting-list-nav li {
    margin-right: 0;
    border-right: 0;
    margin-bottom: 0.5em;
  }
  ul.painting-list-nav li a:last-child {
    margin: 0;
  }
  ul.painting-list-nav li:last-child {
    margin: 0;
  }
  .list {
    margin-left: 0;
  }
  .list li {
    float: none;
    width: 100% !important;
    max-width: 320px;
    margin: 0 auto 1em;
  }
  .list li:first-child {
    margin-left: auto !important;
  }
  .list li .photo a.icon-50th:before {
    width: 51px;
    height: 51px;
  }
  .list li .photo a.icon-50th-over:before {
    width: 51px;
    height: 51px;
  }
}
/* お奨めツール */
/*body.recommend_tool h1 {
  margin: 0 0 70px;
}*/
/* 該当商品 */
/*.tool-box {
  max-width: 900px;
  margin: 10% auto 0;
}
.product h2 {
  margin: 0;
  position: relative;
  background: url(../recommend_tool/images/tit_shinto_bg.png) 50% 0 repeat;
  height: 137px;
  text-align: center;
  padding-top: 75px;
}
.product h3 {
  background: #542504;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 11px 0 6px;
  margin: 0;
}
.product h3 .en {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  font-size: 12px;
  margin-top: 4px;
}
.product ul {
  background: #fff;
  padding: 25px 30px 26px;
  margin: 0 0 55px;
}
.product ul li {
  width: 20%;
  margin-bottom: 0;
  text-align: center;
}*/
/*@media print, screen and (max-width: 851px) {
  body.recommend_tool h1 {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .product h2 {
    margin: 0;
    position: relative;
    background: url(../recommend_tool/images/tit_shinto_bg.png) 50% 0 repeat;
    background-size: 450px auto;
    height: 68px;
    text-align: center;
    padding-top: 32px;
  }
  .product h2 img {
    width: 125px;
  }
  .product ul {
    margin: 0 0 25px;
  }
  .product ul li {
    width: 33%;
    margin-bottom: 0;
    text-align: center;
  }
}*/
/* 塗装前に準備すること */
/*.prepare {
  background: url(../recommend_tool/images/bg_prepare.jpg) 50% 0 repeat;
  padding-bottom: 55px;
}
.prepare-lead {
  text-align: center;
  background: url(../recommend_tool/images/bg_prepare-lead.jpg) 50% 0 repeat;
  height: 75px;
  line-height: 75px;
  color: #fff;
  font-size: 2.8rem;
  font-size: 28px;
  font-weight: bold;
}
.prepare-lead span {
  position: relative;
}
.prepare-lead span:before,
.prepare-lead span:after {
  content: "";
  position: absolute;
  top: 20px;
  width: 240px;
  height: 2px;
  background: url(../recommend_tool/images/bg_prepare-line.gif) 0 0 no-repeat;
}
.prepare-lead span:before {
  left: -270px;
}
.prepare-lead span:after {
  right: -270px;
}
.prepare h3 {
  text-align: center;
  font-size: 2.2rem;
  color: #376d12;
  background: url(../recommend_tool/images/h3_prepare.png) 50% bottom no-repeat;
  padding-bottom: 35px;
  margin: 30px 0 10px;
  line-height: 1;
}
.prepare .tool {
  margin: 0 -6px 0 0;
}
.prepare .tool li {
  border-right: 6px solid #f0ecc3;*/
  /* max-width: 151px; */
/*}
.prepare .tool li a {
  display: block;
  position: relative;
}
.prepare .tool li a:after {
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.prepare .tool li a:hover:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #356910;
  opacity: 0.7;
}
.prepare .tool li a:hover:before {
  position: absolute;
  content: "詳しく見る";
  top: 0;
  bottom: 0;
  margin: auto 0;
  padding-bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  height: 1em;
  font-size: 1.4rem;
  font-size: 14px;
  color: #fceb7c;
  z-index: 9999;
  text-decoration: none !important;
}
.prepare .tool li.clear {
  clear: both;
}
.prepare .tool li span.photo {
  display: block;
  position: relative;
}
.prepare .tool li span.att {
  display: block;
  font-size: 1.2rem;
  font-size: 12px;
  color: #542504;
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -1px;
}
.prepare .tool li span.only {
  display: inline-block;
  width: 31px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.prepare .tool li span.senior {
  display: inline-block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 1px;
  left: 1px;
  margin: 0;
}
.prepare .tool li span.ttl {
  display: block;
  background: #542504;
  color: #fff;
  font-size: 1.3rem;
  font-size: 13px;
  text-align: center;
  padding: 5px 0 4px;
  line-height: 1.2;
}
.prepare .tool li span.ttl.ttl2 {
  background: #a14607;
}
.prepare .tool li span.ttl.ls {
  letter-spacing: -1px;
}
.prepare .att {
  font-size: 1.4rem;
  font-size: 14px;
  margin: 0 0 26px;
}
.prepare .point {
  background: #fff url(../recommend_tool/images/prepare_point_bg.gif) 100% 16px no-repeat;
  width: 83%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  font-size: 14px;
  position: relative;
  padding: 80px 40px 30px;
}
.prepare .point:before {
  position: absolute;
  content: "";
  top: 0;
  left: 98px;
  width: 279px;
  height: 69px;
  background: url(../recommend_tool/images/prepare_point_ttl.gif) 0 0 no-repeat;
}
.prepare .point ul {
  margin: 0;
}
.prepare .point li {
  margin-bottom: 0;
}
.prepare .point li span {
  display: block;
  margin-top: 15px;
  text-align: left;
}*/
/* 缶の開封と塗料の移し替えの仕方 */
/*.step {
  padding: 45px 0 0 0;
}
.method {
  border: 2px solid #947c4e;
  background: #fff;
  margin-bottom: 60px;
}
.method h3 {
  background: #947c4e;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-size: 22px;
  margin: 0;
  padding: 12px 0 8px;
  position: relative;
}
.method h3:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background: url(../recommend_tool/images/h3_method.gif) 0 0 repeat-x;
  height: 2px;
  width: 100%;
}
.method .inner {
  padding: 37px 8.33333333333% 36px;
}
.method ul {
  margin: 40px 0 0 0;
}
.method .col {
  padding-right: 5px;
}
.method .col img {
  float: left;
  margin-right: 15px;
}
@media print, screen and (max-width: 1000px) {
  .prepare .tool-box {
    padding-left: 8px;
    padding-right: 8px;
  }
  .prepare-lead {
    overflow: hidden;
  }
  .prepare .tool li span.att {
    font-size: 1.1rem;
    font-size: 11px;
    bottom: 4px;
    letter-spacing: -1.5px;
  }
  .step {
    padding: 45px 8px 0;
  }
}
@media screen and (max-width: 640px) {
  .prepare {
    padding-bottom: 30px;
  }
  .prepare h3 {
    font-size: 1.8rem;
    background-size: 230px auto;
    padding-bottom: 25px;
    margin: 15px 0 8px;
  }
  .prepare-lead {
    font-size: 1.8rem;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
  .prepare-lead span:before,
  .prepare-lead span:after {
    top: 10px;
  }
  .prepare-lead span:before {
    left: -260px;
  }
  .prepare-lead span:after {
    right: -260px;
  }
  .prepare .point {
    padding: 60px 20px 15px;
    width: 100%;
  }
  .prepare .point:before {
    left: 10px;
    width: 240px;
    background: url(../recommend_tool/images/prepare_point_ttl.gif) 0 0 no-repeat;
    background-size: contain;
  }
  .prepare .att {
    margin-top: 0;
  }
  .prepare .tool li span.ttl {
    font-size: 1.2rem;
    font-size: 12px;
  }
  .prepare .tool li span.att {
    font-size: 1.0rem;
    font-size: 10px;
    bottom: 4px;
  }
  .prepare .tool li span.only {
    width: 25px;
  }
  .prepare .tool li span.senior {
    width: 43px;
  }
  .prepare .tool li span.mark {
    font-size: 1.3rem;
    font-size: 13px;
    width: 47px;
    height: 22px;
    line-height: 22px;
  }
  .step {
    padding: 20px 8px 0;
  }
  .method {
    margin-bottom: 30px;
  }
  .method h3 {
    font-size: 1.8rem;
    font-size: 18px;
  }
  .method .inner {
    padding: 25px 20px 10px;
  }
  .method ul {
    margin: 20px 0 0 0;
  }
  .method .col {
    text-align: center;
  }
  .method .col span {
    display: block;
  }
  .method .col img {
    float: none;
    margin-right: 0;
    width: 50%;
  }
  .method .col span {
    display: block;
    text-align: left;
    margin-top: 5px;
  }
}
@media screen and (max-width: 360px) {
  .prepare .tool li span.ttl {
    font-size: 1.0rem;
    font-size: 10px;
  }
  .prepare .tool li span.photo2 {
    height: 123px;
    background: #fff;
  }
}*/
/* 上級者ツール紹介 */
/*.point {
  margin-bottom: 45px;
}
.point h3 {
  background: url(../recommend_tool/images/bg_point_ttl.gif) 50% 0 repeat;
  margin: 0;
  height: 108px;
  padding: 8px;
  position: relative;
}
.point h3 img {
  position: absolute;
  top: 44px;
  left: 26px;
}
.point h3 .lead {
  font-size: 2.0rem;
  font-size: 20px;
  color: #542504;
  display: block;
  width: 70.5%;
  float: right;
  background: url(../recommend_tool/images/point_ttl_bg.png) 0 bottom repeat;
  height: 92px;
  padding: 35px 0 0 60px;
  margin-bottom: 0;
  text-align: left;
}
.point h4 {
  font-size: 2.8rem;
  font-size: 28px;
  color: #542504;
  margin: 0;
  border-top: 2px solid #542504;
  background: #e9d9b9 url(../recommend_tool/images/bg_point.jpg) 0 0 no-repeat;
}
.point h4 span {
  position: relative;
  font-size: 2.8rem;
  font-size: 28px;
  color: #542504;
  padding: 16px 0 6px 25px;
  display: inline-block;
}
.point h4 span:before {
  position: absolute;
  content: "上級者ツール";
  font-size: 1.4rem;
  font-size: 14px;
  color: #356910;
  display: inline-block;
  top: 0;
  left: 25px;
}
.point h4 span.mini {
  padding: 0;
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 1;
}
.point h5 {
  text-align: right;
  border-bottom: 5px solid #098ec5;
  margin: 0;
}
.point .inner {
  background: #fff;
  padding: 0;
}
.point-box {
  background: #fff;
  padding: 48px 20px 12px;
  max-width: 766px;
  margin: 0 auto;*/
  /* box-sizing: border-box; */
/*}
.point-box .col {
  margin-bottom: 0;
}
.point-box .comment {
  background: url(../recommend_tool/images/tool_comment_bg.gif) 0 0;
  line-height: 2.0;
}
.point .detail {
  background: url(../recommend_tool/images/tool_howto_bg.gif) 0 0;
  padding: 32px 20px 40px;
}
.point .detail-inner {
  max-width: 595px;
  margin: 0 auto;
}
.point .detail.clm3 .detail-inner {
  max-width: 805px;
  margin: 0 auto;
}
.point #tool_4 .detail.clm3 .col .col {
  position: relative;
}
.point #tool_4 .detail.clm3 .col .col:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 32px;
  background: url(../recommend_tool/images/detail_arw.png) 0 50% no-repeat;
  top: 75px;
  left: -4px;
}
.point #tool_4 .detail.clm3 .col .col.alignC:before {
  left: -8px;
}
.point .detail .col {
  max-width: 260px;
  margin-bottom: 0;
}
.point .detail .right {
  float: right;
  position: relative;
}
.point .detail .right:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 32px;
  background: url(../recommend_tool/images/detail_arw.png) 0 50% no-repeat;
  top: 75px;
  left: -45px;
}
.point .detail span {
  display: block;
}
.point .detail.clm3 .col {
  max-width: none;
}
#tool_5 .detail .alignC {
  position: relative;
  top: -24px;
}
#tool_7 .detail .alignC {
  position: relative;
  top: -24px;
}
.mb00 {
  margin-bottom: 0px;
}
@media print, screen and (max-width: 900px) {
  .point h3 {
    padding-top: 60px;
    height: auto;
  }
  .point h3 img {
    position: absolute;
    top: 22px;
    left: 13px;
  }
  .point h3 .lead {
    font-size: 1.4rem;
    font-size: 14px;
    color: #542504;
    display: block;
    width: 100%;
    float: none;
    height: auto;
    background: #fff;
    padding: 15px;
    margin: 0;
  }
}
@media screen and (max-width: 851px) {
  .point .detail.clm3 .col img {
    padding-left: 5px;
  }
}
@media screen and (max-width: 640px) {
  .point h4 {
    font-size: 2.0rem;
    font-size: 20px;
  }
  .point h4 img {
    width: 50px;
  }
  .point h4 span {
    padding: 0 0 1px 15px;
    font-size: 1.8rem;
    font-size: 20px;
  }
  .point h4 span:before {
    font-size: 1.2rem;
    font-size: 12px;
    top: -13px;
    left: 15px;
  }
  .point h4 span.mini {
    font-size: 1.4rem;
    font-size: 14px;
  }
  .point {
    margin-bottom: 20px;
  }
  .point .inner {
    padding: 0;
  }
  .point-box {
    margin-bottom: 0;
    padding: 30px 30px 12px;
  }
  .point-box .col:first-child {
    text-align: center;
    margin-bottom: 1em;
  }
  .point-box .comment {
    background: url(../recommend_tool/images/tool_comment_bg.gif) 0 0;
    line-height: 1.9;
    background-size: 5px auto;
    margin-bottom: 1em;
  }
  .point .detail {
    padding: 30px 30px 20px;
  }
  .point .detail .row {
    margin: 0;
  }
  .point .detail .col {
    max-width: 260px !important;
    margin: 0 auto !important;
    float: none !important;
    text-align: left !important;
  }
  .point .detail p.col {
    margin-bottom: 1em !important;
  }
  .point .detail .right {
    float: none;
    padding-top: 25px;
  }
  .point .detail .right:before {
    width: 100%;
    height: 15px;
    background: url(../recommend_tool/images/detail_arw_btm.png) 50% 0 no-repeat;
    top: 0;
    left: 0;
    background-size: contain;
  }
  .point #tool_4 .detail.clm3 .col .col {
    padding-top: 25px;
  }
  .point #tool_4 .detail.clm3 .col .col:before {
    width: 100%;
    height: 15px;
    background: url(../recommend_tool/images/detail_arw_btm.png) 50% 0 no-repeat;
    top: 0;
    left: 0;
    background-size: contain;
  }
  #tool_7 .detail .alignC {
    top: 0;
  }
  .mt10 {
    margin-top: 5px !important;
  }
  .point .detail p.col.sp-mb00 {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 320px) {
  #tool_7 h4 span {
    font-size: 18px;
  }
}*/
/* マンガ */
.comic .painting-box p {
  margin: 0;
  position: relative;
}
.comic .painting-box p a {
  position: absolute;
  width: 61.484375%;
  height: 2.76090557703%;
  top: 1.6565433462%;
  right: 7.03125%;
}

/* 機能から探す */
body.page.function h1{
  margin-bottom: 50px;
}
.function .flow {
  background-color: #fff;
  padding-bottom: 34px;
}
.function-box {
  max-width: 900px;
  margin: 0 auto;
}
.function-box h3{
  background: none;
  text-align: left;
  color: #542504;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4666;
  padding: 30px 0 0 10%;
}
.function-box p{
  margin-bottom: 0;
}
.flow-box{
  max-width: 1000px;
  margin: 0 auto;
}
.flow-box li{
  float: left;
  border-left: 2px dotted #999;
  font-size: 15px;
  font-size: 1.5rem;
}
.flow-box li .tit{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #542504;
  margin-bottom: 10px;
}
.flow-box li:first-child{
  width: 41.2%;
  padding-right: 16px;
  border: none;
}
.flow-box li:first-child img{
  margin-top: -5.3%;
}
.flow-box li:nth-child(2){
  width: 23.5%;
  padding: 0 16px;
}
.flow-box li:nth-child(3){
  width: 35.3%;
  padding-left: 16px;
}
.flow-box .att{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
}
@media screen and (max-width: 640px) {
  .flow-box{
    padding: 0 8px;
  }
  .function-box h3{
    text-align: left;
    font-size: 4vw;
    padding-left: 3.75%;
  }
  .function .flow{
    padding-bottom: 10px;
  }
  .flow-box li{
    float: none;
    width: 100%!important;
    border-left: none;
    border-bottom: 2px dotted #999!important;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 44px 0 16px!important;
  }
  .flow-box li:first-child img{
    margin-top: 0;
  }
  .flow-box li p:first-child img{
    width: 20%; 
  }
  .flow-box li#type02 p:nth-child(2) img{
    width: 32.0%;
  }
  .flow-box li#type03 p:nth-child(2) img{
    width: 36.25%;
  }
  .flow-box li:nth-child(3) p.alignR{
    text-align: center;
  }
  .movieArea {
    margin-bottom: 25px !important;
}
  .movieArea video {
      width: 100%;
  }
}

@media screen and (max-width: 411px) {
  ul.painting-list-nav li:first-child .ttl,
  ul.painting-list-nav li a{
    margin-right: 0;

  }
}

/* 木材の塗装と塗料について */
.about {
  background-color: #fff;
  margin-top:-35px;
  padding-bottom: 50px;
}
.about .about_in{
  margin: 0 auto;
  max-width:1000px;
}
.about ul .ttl{
  font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #542504;
    margin-bottom: 10px;
}
.about ul ol{
  margin-top: 0;
  margin-bottom: 1rem;
}
.about ul ol li{
  padding-left: 1rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 640px){
  .about .about_in {
      padding: 0 8px;
  }
}

/* エクステリア木材の耐久性と木材保護塗料 */
.messege {
  background-color: #fff;
  margin-top:-35px;
  padding-bottom: 50px;
}
.messege .messege_in{
  margin: 0 auto;
  max-width:1000px;
}
.messege_in ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* .messege_in ul li{
  max-width: 1000px;
  width: 90%;
  margin: auto;
} */
.messege_in ul li.ttl{
  margin: 0;
  width: 100%;
}
.messege_in ul li.ttl h3{
  padding: 50px 20px;
  border: 3px solid #b66c1f;
  width: 100%;
  color:#ac6a00;
  font-size: 5rem;
  text-shadow: 1px 2px 3px #808080;
  text-align: center;
  margin: 3rem auto;
}
.messege_in ul li.writing{
  display: flex;
  justify-content: right;
  align-items: end;
  width: 100%;
  margin-bottom: 30px;
}
.messege_in ul li.writing p:first-child{  
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  margin: 0;
  margin-right: 5%;
}
.messege_in ul li.writing p:last-child{
  width: 25%;
  margin: 0;  
}
.messege_in h4{
  color: #ac6a00;
  font-size: 2.3rem;
  margin: 2rem 0;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-shadow: 1px 2px 3px #bdb9b9;
}
.messege_in ul li.border-top{
  border-top: 2px solid #b66c1f;
}
.messege_in ul li.border-bottom{
  border-bottom: 2px solid #b66c1f;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.messege_in ul li.history p{
  width: 60%;
  margin-left: auto;
}
.messege_in ul li.history p.ttl{
  background-color: #f0e1ce;
}
.messege_in ul li.history p.ttl strong{
  background-color: #ffffff;
  padding: 14px 30px;
  margin-left: 40px;  
}

@media screen and (max-width: 640px) {
  .messege_in ul{
    width: 95%;
    margin: auto;
  }
  .messege_in ul li.ttl h3 {
    padding: 8% 1%;
    font-size: 8vw;
    margin-bottom: 4%;
  }
  .messege_in ul li.writing p:first-child{
    font-size: 4.5vw;
  }
  .messege_in ul li.history p{
    width: 100%;
    margin: auto;   
  }
}

