#concept picture img {
    box-shadow: 40px 40px #fce6eb;
	border-radius:5px;
}
.greeting-name {
    padding-top: 24px;
    font-size: 16px;
    font-weight: 600;
}
#greeting img{
	border-radius: 5px;
}
#greeting p {
    line-height: 2.4;
    padding-right: 20px;
}
.phirosohy {
    text-align: center;
    font-size: 24px;
    line-height: 1.8;
    font-weight: 500;
}
#profile table {
    border-top: #c7c7c7 solid 2px;
}
#profile th {
    text-align: left;
    font-weight: 700;
    padding: 16px 16px;
    border-bottom: #c7c7c7 solid 1px;
    color: #fb8fa8;
    line-height: 1.6;
    width: 13rem;
}
#profile tr:nth-child(2n) {
    background: #f9f9f9;
}

#profile td {
    text-align: left;
    padding: 16px 16px;
    border-bottom: #c7c7c7 solid 1px;
    line-height: 1.6;
}
#license {
    background: #ffe1e8;
    margin-top: 150px;
    padding-bottom: 100px;
    padding-top: 80px;
}
#license .sec-title {

    margin-bottom: 6px;
}
#license .sec-subtitle {
    text-align: center;
    font-size: 20px;
    margin-bottom: 80px;
    font-weight: 600;
}

#license img {
    width: auto;
    height: 180px;
    margin: 0 auto;
    display: block;
}

.summary-title-en {
    font-size: 24px;
    font-weight: 600;
}
.summary-title-en-sup {
line-height: 1.4;
    font-size: 12px;
    font-weight: 600;
}

.summary-title-jp {
    font-weight: 600;
}
.w70 {
    width: 65%;
}
.w30 {
    width: 30%;
}
.col2 .item.w70 {
    width: 65%;
}
.col2 .item.w30 {
    width: 30%;
}
#license .item {
    margin-bottom: 40px;
    border-bottom: #ceb4ba dotted 1px;
    padding-bottom: 40px;
}
#license .item:last-child {
    border-bottom: none;
}
#license .item p {
    font-size: 15px;
    line-height: 2;
	margin-top: 20px;
}
@media screen and (max-width: 640px) {

.phirosohy {
    text-align: center;
    font-size: 18px;
}
  .col2 .item.w70 {
    width: 100%;
}
  .item-subcopy {
    font-weight: 600;
    padding-bottom: 24px;
    font-size: 20px;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
    text-align: center;
}
  #greeting p {
    line-height: 2;
    padding-right: 0;
}
  .col2 .item.w30 {
    width: 50%;
    margin: 0 auto;
}
  #profile th {
    text-align: left;
    font-weight: 700;
    padding: 10px 10px;
    border-bottom: #c7c7c7 solid 1px;
    color: #fb8fa8;
    line-height: 1.6;
    width: 6rem;
        font-size: 12px;
}
  #profile td {
    text-align: left;
    padding: 10px 10px;
    border-bottom: #c7c7c7 solid 1px;
    line-height: 1.6;
     font-size: 12px;
}
    .w70 {
    width: 100%;
          margin-bottom: 40px;
}
  .w30 {
    width: 100%;
}
  
}