@charset "utf-8";

.title {
  height: 300px;
  background-image: url(../images/top-image-pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
	clear: both;
}

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.subtitle h2{
  margin-top:100px;
  font-size:28px;
  text-align:center;
  color:#3b659b;
	font-weight: bold;
}

.feature {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.feature img {
  width: 360px;
}

.feature-text {
  max-width: 500px;
  margin-right: 40px;
}

.feature-text h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
	padding: 0 0 20px;
	position: relative;

}

.feature-text h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #fd0303;
  /*margin-top: 20px;*/
	    position: absolute;
	bottom: 00;
}
.feature-text h2::before {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  background-color: #FAFA00;
  /*margin-top: 20px;*/
	    position: absolute;
	bottom: 0px;
}

.feature-text p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin: 100px auto;
}

table tr th{
  width:200px;
  background-color:#dafce5;
  border-top:1px solid gray;
	    text-align: center;
    font-weight: bold;
}

table tr td{
  width:500px;
  padding:20px;
  line-height:32px;
  border-top:1px solid gray;
}
p.text-letter{
	line-height:32px;
}
.text-letter-sub{
  font-size:14px;
  color:#3d5b88;
  padding-left:15px;
}

.text-letter-arrow{
  padding-left:15px;
}

.table-last{
  border-bottom:1px solid gray;
}

.entry-button-erea {
  text-align: center;
  margin-top: 100px;
}

.entry-button {
  background-color: #fc9e23;
  display: inline-block;
  min-width: 240px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color:#fff!important;
}

.entry-button:hover {
  background-color: #e47012;
	text-decoration: none!important;
}

.footer {
  margin-top: 100px;
}

@media (max-width: 768px) {

  .title {
    height: 250px;
    background-image: url(../images/top-img-sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-shadow: 1px 1px 10px #4b2c14;
  }

  .title h1{
    font-size: 18px;
  }

  .subtitle h2{
    font-size:24px;
  }

  .feature {
    display: block;
    width: 90%;
    margin-top: 60px;
    margin-left: 5%;
  }

  .feature-text {
    margin-right: 0;
  }

  .feature-text h2{
    font-size:20px;
  }

  .feature-text p{
    font-size:14px;
  }

  .feature img {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  table tr th{
    width:100px;
  }

  table{
    margin:50px 15px;
	  border-right: 0;
  }

  table tr td{
    width:300px;
    padding:10px;
    line-height:28px;
  }

  table th{
    font-size:14px;
  }

  table td p{
    font-size:14px;
  }

  .text-letter-sub{
    font-size:13px;
    padding-left:5px;
  }

  .entry-button-erea{
    margin-top:40px;
  }

  .footer li{
    font-size:14px;
  }
}