.index #section-1 {
	background: none;
	height: 2200px;
}
@media (max-width: 767px) {
  .index #section-1 {
    padding: 0 15px;
    height: 3000px;
  }
}

.index #section-1 .tit {
	margin-top: 100px;
}
@media (max-width: 767px) {
  .index #section-1 .tit {
    margin-top: 20px;
  }
}

.index #section-1 .txt p {
	text-align: center;
	text-indent: 0em;
	padding-left: 0;
}

.under {
  border-bottom: dotted 3px #cc5b3b;
}

span {
	color: #cc5b3b;
}

.wrap-2 {
	position: relative;
	top: -200px;
}
@media (max-width: 767px) {
  .bc-img #document img {
    position: relative;
    left: -20%;
    top: 50px;
    width: 130%;
  }
  .wrap-2 {
    top: -100px;
  }
  .contact-btn {
    padding-top: 10px;
  }
}

#section-1 .wrap-1 .sub-tit h5 {
  top: 55%;
  left: 45%;
}

.index #section-1 .body {
  justify-content: center;
}


.index #section-1 .body .group {
  margin: 0 15px;
}


.btn-open {
	margin-top: 60px;
}


.txt2 {
  padding: 30px;
}

@media (max-width: 767px) {
  .txt2 {
    margin: 0;
    padding: 0 10px;
  }
}

.document {
  display: flex;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .document {
    display: initial;
  }
}

.document img {
  width: 40%;
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .document img {
    width: 100%;
    margin-left: 0;
  }
}

.txt2-tit p {
  padding: 20px;
  padding-left: 80px;
  font-size: 1.2em;
}

@media (max-width: 767px) {
  .txt2-tit p {
    padding-left: 20px;
  }
}


.index #section-1_2 {
  background-image: none;
  width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .index #section-1_2 {
    width: 100%;
    padding: 0 10px;
  }
  .bc-img #ameblo img {
    position: relative;
    left: -20%;
    top: 80px;
    width: 130%;
    margin-top: 20px;
  }
}

.index #section-1_2 .tit {/*親div*/
  position: relative;/*相対配置*/
  width: 33%;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .index #section-1_2 .tit {
    width: 100%;
    margin-bottom: 30px; 
  }
  .index #section-1_2 .tit img {
    padding: 30px;
  }
}

.index #section-1_2 .tit h6 {
  position: absolute;/*絶対配置*/
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: #222;
  font-weight: bold; /*太字に*/
  font-size: 1.3em;/*サイズ1.3倍*/
  width: 300px;
  }


.flex{
  max-width: 1000px;
  margin: 0 auto;
}
#section-1_2 .flex img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width:600px) { 
#section-1_2 .flex{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
#section-1_2 .item+.item{
    margin-left:1.0em;
  }
}


/*------------------------
   liの数字を円にする
------------------------*/

.item ol{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6;
  padding:0;
}

.item ol li {
  position:relative;
  padding: 0 0 0 30px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 29px;
  border: dashed 1px transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  text-indent: 0;
  max-width: none;
}

.item ol li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height:30px;
  background: #cc5b3b;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.item ol li:hover {
  border-bottom-color: #cc5b3b;
}

@media (max-width: 767px) {
  .item ol {
    padding: 0 10px;
  }
  .flex .item .txt {
    margin: 30px 10px 10px;
    padding: 0 10px;
  }
  .flex .item .txt p {
    text-align: center;
  }
}



.index #section-2 {
	margin: 0 auto;
}

.index #section-2 li {
	left: 10%;
}

.description .bc-img img {
  position: relative;
  top: -80px;
  transform: rotate(-1.2deg);
  -ms-transform: rotate(-1.2deg);
  -moz-transform: rotate(-1.2deg);
  -webkit-transform: rotate(-1.2deg);
  -o-transform: rotate(-1.2deg);
}

@media (max-width: 767px) {
  .index #section-2 {
    width: 100%;
    padding: 0 10px;
  }
  .index #section-2 .tit h6 {
    line-height: 1.2em;
  }
  .description .bc-img img {
    left: -20%;
    top: -50px;
    width: 130%;
    transform: rotate(-1.2deg);
    -ms-transform: rotate(-1.2deg);
    -moz-transform: rotate(-1.2deg);
    -webkit-transform: rotate(-1.2deg);
    -o-transform: rotate(-1.2deg);
  }
  .detail ol {
    padding: 0 15px;
  }
}

table{
  width: 800px;
  border-collapse: collapse;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #cc5b3b;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #cc5b3b;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}


@media (max-width: 767px) {
  table {
    width: 130%;
    margin: 0;
    position: relative;
    left: -40px;
  }
  table th {
    padding: 8px 0;
    font-size: 0.9em;
  }
  table td {
    padding: 8px 5px 10px;
  }
}

