@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle .ph .title_bg {
    background: url("../img/kamishibai_img/pagetitle.jpg") center 25% no-repeat;
    background-size: cover;
}


/*------------------------------------------------------------contents*/
.fig_box li {
    margin-bottom: 30px;
}
.fig_box li .tx_box strong {
    font-weight: 700;
    color: #e44000;
}
.fig_box li figure {
    margin-top: 1em;
    text-align: center;
}
.fig_box li figure img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 40px;
}
@media print, screen and (min-width:992px) {
.fig_box li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.fig_box li:nth-child(2n) {
    flex-direction: row;
}
.fig_box li .tx_box {
    width: 48.5%;
}
.fig_box li .tx_box strong {
    font-weight: 700;
    color: #e44000;
}
.fig_box li figure {
    width: 48.5%;
    margin-top: 0;
    text-align: center;
}
.fig_box li figure img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 60px;
}
}

.list_item li {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 40px;
    background: #fff;
}
.list_item li figure {
    margin-bottom: 1em;
}
.list_item li figure img {
    width: 100%;
    height: auto;
    max-width: 400px;
}
.list_item li div h4 {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
}
.list_item li div h4 span {
    display: block;
    font-size: 16px;
}
.list_item li div dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.list_item li div dl dt {
    width: 2em;
}
.list_item li div dl dd {
    width: calc(100% - 2em);
}
.list_item li div dl.w dt {
    width: 4em;
}
.list_item li div dl.w dd {
    width: calc(100% - 4em);
}
@media print, screen and (min-width:576px) {
.list_item li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.list_item li figure {
    width: 33%;
    margin-bottom: 0;
    margin-right: 20px;
}
.list_item li div {
    width: 65%;
}
.list_item li div h4 span {
    display: block;
    font-size: 16px;
}
.list_item li div dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.list_item li div dl dt {
    width: 2em;
}
.list_item li div dl dd {
    width: calc(100% - 2em);
}
.list_item li div dl.w dt {
    width: 4em;
}
.list_item li div dl.w dd {
    width: calc(100% - 4em);
}
}
@media print, screen and (min-width:768px) {
.list_item li {
    padding: 30px;
}
.list_item li figure {
    width: 33%;
    margin-bottom: 0;
    margin-right: 20px;
}
.list_item li div {
    width: 65%;
}
.list_item li div h4 {
    font-size: 24px;
}
.list_item li div h4 span {
    display: block;
    font-size: 18px;
}
.list_item li div dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.list_item li div dl dt {
    width: 2em;
}
.list_item li div dl dd {
    width: calc(100% - 2em);
}
.list_item li div dl.w dt {
    width: 4em;
}
.list_item li div dl.w dd {
    width: calc(100% - 4em);
}
}