.Startup .StartupInner {
  margin: 65px auto;
  max-width: 1250px;
  font-size: 16px
  }
.bg-gray {
    background: #f2f2f2;
}
section.startup h3 {
    font-size: 1.125em;
    padding: 0.3em 0.5em 0.3em 2.0em;
    border-bottom: 2px solid #78282a;
    background: #f1f1f1;
}
section.startup table {
    font-size: 0.8em;
}
.table04 {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-bottom: 64px;
}
.table04 p {
    padding: 15px 0 ;
}
table .w20 {
    width: 20%;
}
.table04 th {
    text-align: left;
    font-weight: bold;
    border-right: 1px solid #ddd;
}
.table04 td {
    font-size : 1.2em;
}
.table04 td .info_small{
    font-size : .75em;
}
.table04 th, .table04 td {
    padding: 1.0em 3em;
    border-bottom: 1px solid #ddd;
}
.Startup .StartupInner .info {
    font-size: 18px;
    line-height: 1.8em;
}
section .startup .titleInner {
  margin: 0 0 55px;
  padding: 50px 0;
  text-align: center;
  background: #f7f4f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
section .startup .titleInner .titleTxt {
    margin: 0 60px;
}
section .startup .titleInner .titleTxt h2 {
  display: inline-block;
  position: relative;
  color: #78282a;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4em;
}
section .startup .titleInner .titleTxt h2:after {
display: block;
content: "";
position: absolute;
left: 0;
bottom: -12px;
width: 100%;
height: 4px;
background: #c8b175;
}
section .startup .titleInner .titleTxt span {
  position: relative;
  display: inline-block;
  padding: 0.25em;
  margin-left: 0.5em;
  color: #fff;
  background: #78282a;
  font-size: 0.7em;
  top: -0.2em;
  line-height: 1.1em;
}
section .startup .titleInner .titleTxt p {
  font-size: 2.6em;
  line-height: 1.5em;
  padding-top: 30px;
}
.btn-cv .button {
    max-width: 370px;
    font-size: 1.14em;
    margin: 0 auto;
    height: 68px;
    line-height: 69px;
}
.button.blue {
    background: #3c95c1;
}
.recommend {
}

.StartupTitle {
    background: #f7f4f0;
    padding :30px;
    margin-bottom: 50px;
}

.Startup_material {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0px;
    width: inherit;
}
.Startup_material h2 {
    font-size: 1.5em;
    padding: 5px;
    color: #78282a;
    position: relative;
    display: inline-block;
}

.Startup_material h2:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 4px;
    background: #c8b175;
}
.Startup_material p {
    font-size: 1em;
    line-height: 1.5;
    padding-top: 35px;
}
.cv_p {
    font-size: 0.8em;
    margin: 24px auto;
    text-align: center;
}

@media (min-width:320px) and (max-width:768px) {
  .Startup .StartupInner {
      margin-top: 15px;
    }
  .Startup .StartupInner .main{
    margin: 0px 15px;
  }
  section .startup .titleInner {
    padding: 25px 0;
    margin-bottom: 30px;
  }
  section .startup .titleInner .titleTxt {
  margin: 0 25px;
  }
  section .startup .titleInner .titleTxt h2 {
  font-size: 1.0em;
  line-height: 1.4em;
}
section.startup h3 {
    font-size: 0.8em;
    padding-left: 1.0em;
}
section .startup .titleInner .titleTxt p {
  font-size: 1.3em;
}
section .startup .table04 th, .table04 td {
    padding: 1.0em;
    width: inherit;
    display: block;
}
section .startup .table04 th {
    background: #f1f1f1;
    border-right: 1px solid transparent;
    font-size: 0.8em;
}
section .startup .table04 td {
    font-size: 0.8em;
    line-height: 1.8em;
}
section .startup .table04 img {
    vertical-align: top;
    width: 100%;
}
.btn-cv .button {
    font-size: 0.8em;
    margin: 0 auto;
    height: 2.6em;
    line-height: 2.6em;
}
.table05 th, .table05 td {
    width: inherit;
    display: block;
}
.table05 th {
    padding: 30px 30px 0px 30px;
}
.table05 td {
    padding-right: 20px;
}
.table05 h3 {
    font-size: 0.8em;
    text-align: center;
}
.table05 li {
    line-height: 1.5em;
    font-size: 0.6em;
    padding-left: 30px;
}
.table05 li::after {
  top: -6px;
  left: -43px;
  width: 24px;
  height: 24px;
}
.StartupTitle {
    background: #f7f4f0;
    padding: 18px;
    margin-bottom: 16px;
}
.Startup_material {
    padding-top: 0px;
    padding-bottom: 0px;
}
.Startup_material h2 {
    font-size: 1.2em;
    line-height: 1.4;
}
.Startup_material p {
    font-size: 0.8em;
    line-height: 1.5;
    padding-top: 30px;
}
}
@media (min-width:320px) and (max-width:1250px) {
.Startup_material img {
    width : 100%;
}
}