.section_col {
  clear: both;
  padding-top: 20px;
}
.section_col h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #C4AAA7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.section_col h2 span {
  background-color: #FFFFFF;
  padding: 0 80px;
}
.section_col h2 {
  position: relative;
  padding-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
.section_col h3 {
  text-align: center;
  padding-bottom: 20px;
}
.section_col h3 span {
  border-bottom: dashed 2px #C4AAA7;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
}
.section_col h4 {
  text-align: center;
  padding-bottom: 20px;
}
.section_col h4 span {
  border-bottom: dashed 2px #C4AAA7;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
}
.section_col h5  {
  text-align: left;
  padding-bottom: 5px;
}
.section_col h5 span {
  border-bottom: dashed 1px #C4AAA7;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
}
.section_col img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  /*max-width: 70%;*/
}
.section_col .tx {
  width: 70%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.section_col ul, ol {
  padding: 0.5em 0 0.5em 1.5em;
  width: 80%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.section_col ol.menu {
  counter-reset: list;
  list-style-type: none;
  padding: 1.5em;
}
.section_col ol.menu li {
  position: relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px 30px;
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: dashed 1px #C4AAA7;
}
.section_col ol.menu li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #C4AAA7;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section_col ul li, ol li {
  line-height: 2;
  padding: 0.5em 0;
}
/*3カラム部分*/
.section_col .inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.section_col .col3 img {
  display: block;
  margin: 0 auto 5px;
}
.section_col .col3 li {
  line-height: 2.0;
  float: left;
  width: calc(100%/3);
}
.section_col .col3 .img {
  padding: 80px 50px;
  margin-bottom: 40px;
  line-height: 0 !important;
  background: #f6f6f6;
}
#sec04_02 {
  background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding: 220px 20px;
}
#sec04_02 img {
  width: auto;
}
a.btn_column {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #C4AAA7;
  background-color: #E7CFD1;
  color: #fff;
  transition: 0.5s;
}
a.btn_column:hover {
  color: #C4AAA7;
  background: #fff;
}
@media only screen and (min-width: 800px) {
  a.btn_column {
    width: 40%;
  }
}
@media only screen and (max-width: 799px) {
  a.btn_column {
    width: 90%;
  }
}
@media only screen and (max-width: 799px) {
  .section_col .tx {
    width: 90%;
    font-size: 1rem;
  }
  .section_col h2 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 30px;
  }
  .section_col h2 span {
    padding: 0 5px;
  }
  .section_col ul, ol {
    width: 100%;
    padding: 0.5em 0 0.5em 0.5em;
  }
  .section_col h2 {
    width: 100%;
  }
  .section_col ol.menu li {
    margin: 7px 0 10px 0px;
    font-size: 1rem;
  }
  .section_col .col3 li {
    width: 100%;
    float: none;
  }
  .section_col img {
    max-width: 100%;
  }
  .section_col h3 span {
    font-size: 1.4rem;
  }
  .section_col h4 span {
    font-size: 1.2rem;
  }  
  .section_col h5 span {
    font-size: 1.2rem;
  }     
}
@media only screen and (min-width: 800px) {
  .section_col img {
    width: 80%;
  }
  .section_col ul li, ol li {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/*-----------------------------------          
            column010
------------------------------------*/
.style010-1 {
    margin-bottom: 20px;
}
.style010-1 p {
    background-color: #E7CFD1;
    margin-bottom: 10px; 
    padding: 5px;
}
.style010-1 span {
    font-weight: 600;
}















