@charset "utf-8";

img {
    max-width: 100%;
}

body {
    margin: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #221815;
}

header {
    background-color: #f19ec2;
    color: #fff;
    text-align: center;
    padding: 10px 0 5px;
    box-sizing: border-box;
　　　　filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.6));
}

h1 {
    margin: 0;
    font-size: 2.0rem;
}

.main {
    max-width: 95%;
    margin: auto;
    width: 700px;
    text-align: center;
}

.main img {
    width: 200px;
    height: auto;
}

.contents {
    text-align: left;
}

h2 {
    color: #ff0000;
    font-size: 2.0rem;
}

.company_table {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.company_table .title {
    flex: 0 0 15%;
    margin-right: 5%;
    text-align: right;
    font-size: 1.4rem;
}

.company_table .detail {
    flex: 0 0 80%;
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.image_area {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 100px;
    align-items: center;
}

.image_area .image {
    max-height: 140px;
}

.image_area .image img {
    max-height: 140px;
    width: auto;
}

.image_area.half .image {
    max-height: 180px;
}

.image_area.half .image img {
    max-height: 180px;
    width: auto;
}

.main .item_image img {
    width: 400px;
    height: auto;
    text-align: center;
}

.image_area.half {
    display: flex;
    justify-content: space-around;;
    align-items: center;
}

.image_area.all {
    justify-content: center;
}

.image_area .item_image img {
    max-height: 250px;
    width: auto;
}