@charset "utf-8";

/* common */

body {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
td,div {
    line-height: 1.5;
    letter-spacing: 0.01em;
}
p {
    margin-bottom: 2em;
}

/* material */

.material {
    border-collapse: collapse;
    font-feature-settings: "palt";
}
.material tr {
    display: flex;
    flex-wrap: wrap;
}
.material td {
    margin-bottom: 1em;
    padding: 1em;
    box-sizing: border-box;
    width: 300px;
    display: flex;
}
.material.two td {
    width: calc(100% / 2);
}
.material td.vertical {
    width: 600px;
}
.material td .inner {
    border-radius: 15px;
    background: white;
    padding: 0.5em;
}
.material td.vertical .inner {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}
.material.two picture {
    display: flex;
    justify-content: space-between;
}
.material picture img {
    border-radius: 10px;
    width: 100%;
}
.material.two picture img {
    width: 49%;
}
.material td.vertical picture img {
    width: 252px;
}
.material dl,
.material dt,
.material dd {
    margin: 0 0 0 0;
}
.material dl {
    padding: 1em;
}
.material dl.new {
    position: relative;
}
.material td.vertical dl.new {
    position: initial;
}
.material dl.new:after {
    content: "";
    background: url(../newicon1.gif);
    width: 30px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 1em;
    right: 1em;
}
.material dt {
    font-weight: bold;
}
.material dd:first-of-type {
    margin-bottom: 1em;
}

