body{
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

h1,h2,h3,h4,h5,h6 { margin-bottom : 24px}

h1 {
    font-size : 48px;
    line-height : 1;
}

h2 {
    font-size : 36px;
    line-height : 1.3333;
}
h3 {
    font-size : 24px;
    line-height : 1;
}
hgroup h2,h4,h5,h6 {
    font-size : 16px;
    line-height : 1.5;
}
a{
	color: #639bb7;
  text-decoration: underline;
}

a:hover{
	color: orange;
}

/* ------------------------------ */
/* sample */
/* ------------------------------ */
.header {
  padding: 32px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: : 1px solid #e5e7eb;

}

.header-logo {
  font-weight: bold;
  font-size: 20px;
  font-size: 32px;
  color: #660000;
}

.header-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  gap: 16px;
  font-size: 16px;
  font-weight: bold;

}

.header-item--contact {
  padding: 6px 16px;
}
.header-list img{
  width: 180px;
}

.footer {
  padding: 2rem;
  color: #000;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}

.footer a:hover {
  color: #000;
}

.top-col-1 {
  padding: 100px 0;
  text-align: center;
}
.top-col {
  padding: 100px 0;
}

.top-col-1 h2,h4{
  color: #0000cc;
}

.card-wrapper {
  padding: 100px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.card {
  width: calc((100% - 1em) / 2);
  display: flex;
  flex-direction: column;
}

.card img{
object-fit: cover;
height: 400px;
}

.card-text {
  flex-grow: 1;

}

.card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.card-content h2{
  font-weight: bold;
  color:#993300;
  text-align: center;
  padding: 15px 0;
}

.box-left {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.box-right {
  display:flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.text {width: 66%;
}

.pict {
  width: 30%;
  margin-right: 3%;
}

.pict img {
  width: 100%;
  height:auto;
}
