#h1-page {
  position: relative;
}

@media only screen and (max-width: 736px) #h1-page h1,
.single-post #h1-page h1,
.error-404 h1 {
  font-size: 24px;
}

@media only screen and (max-width: 768px) #h1-page h1,
.single-post #h1-page h1,
.error-404 h1 {
  width: 71%;
  font-size: 27px;
}

.single-post #h1-page h1 {
  width: 71%;
  font-size: 27px;
}

#h1-page h1 {
  width: 100%;
  margin: 0 auto;
  font-size: 27.32px;
  color: #ef3e4c;
  line-height: normal;
  text-align: center;
  padding: 50px 0;
  font-family: HiraginoKakuGothicPro-w6;
  position: relative;
}

#h1-page h1,
.single-post #h1-page h1,
.error-404 h1 {
  width: 71%;
  font-size: 27px;
}

#h1-page h1:before,
.single-post #h1-page h1:before,
.error-404 h1:before {
  background: url("../../common/images/before-title.png");
  position: absolute;
  top: 47%;
  content: "";
  width: 115px;
  height: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  left: -25%;
}

.beginner-guider #h1-page h1 span {
  font-size: 24px;
}

.beginner-guider .btn-step a {
  font-size: 13px;
}

#h1-page h1:after,
.single-post #h1-page h1:after,
.error-404 h1:after {
  background: url("../../common/images/after-title.png");
  position: absolute;
  top: 47%;
  content: "";
  width: 115px;
  height: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  right: -25%;
}
@media screen
and (max-width: 767px) {
#h1-page h1:before,
.single-post #h1-page h1:before,
.error-404 h1:before{
  width: 60px;
}
#h1-page h1:after,
.single-post #h1-page h1:after,
.error-404 h1:after {
  width: 60px;
}
}


table.type08 {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-left: 1px solid #ccc;
  width: 100%;
}

table.type08 tr:first-child {

  border-top: 1px solid #ccc;

}

table.type08 thead th {
  padding: 10px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #c00;
  background: #dcdcd1;
}

table.type08 tbody th {
  padding: 10px;
  font-weight: bold;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ececec;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
}

table.type08 td {
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


.btn-flat-simple {

  margin-top: 50px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #00BCD4;
  background: #ECECEC;
  transition: .4s;
  padding: 10px 30px;
}

.btn-flat-simple:hover {
  background: #2a4073;
  color: white;
}

.button_wrapper {
  text-align: center;
}
@media screen
    and (min-width: 1200px) {
    .text_size1{
      width:50% !important;
    }
}
@media screen
    and (max-width: 1199px) {
    .text_size1{
      width:50% !important;
    }
}
@media screen
and (max-width: 991px) {
      .text_size1{
        width:70% !important;
      }
}

@media screen
    and (max-width: 767px) {
      .text_size1{
        width:100% !important;
      }
}