
.iron_image_h1 {
width: 100%;
max-width: 720px;
margin: 0 auto;
}
.iron_image_h2 {
width: 100%;
max-width: 906px;
margin: 0 auto;
}
.iron_image_v {
width: calc(100% * 57 / 72);
max-width: 570px;
margin: 0 auto;

}

.iron_image img {
width: 100%;
height: auto;
}
.iron_image + .iron_image,
.iron_image_2 {
margin-top: 13px;
}

.iron_work_title {
font-size: 1.5rem;
line-height: 1.7;
margin-top: 1em;
font-family: YakuHanJP, 'Libre Franklin', "見出ゴMB31", sans-serif;
font-weight: 700;
}
.iron_work_text {
font-size: 1.4rem;
line-height: 1.5;
margin-top: -0.3em;
}
.iron_work_year {
font-size: 1.4rem;
line-height: 1.7;
margin-left: 1em;
margin-right: auto;
}

.iron_head_title {
display: flex;
flex-wrap: wrap;
margin-bottom: 26px;
}
.iron_head_title .iron_work_title {
margin-top: 0;
}
.iron_head_title .iron_work_text {
width: 100%;
}
.iron_image_col {
display: flex;
justify-content: space-between;
}
.iron_image_col .iron_image {
width: calc((100% - 14px) / 2);
margin-top: 0;
}
.iron_image figcaption {
font-size: 1.4rem;
line-height: 1.4;
margin-top: 1.4em;
}
.iron_image figcaption span {
font-size: 1.5rem;
font-family: YakuHanJP, 'Libre Franklin', "見出ゴMB31", sans-serif;
font-weight: 700;
}
.iron_image_col + .iron_image_col {
margin-top: 50px;
}
.iron_image_col + .iron_image_col.iron_image_col_nomargin {
margin-top: 14px;
}
.iron_image_center {
justify-content: center;
}

.iron_link {
position: relative;
z-index: 1;
font-size: 1.3rem;
line-height: 1.5;
margin-top: 1em;
text-decoration: underline;
}
.iron_link_exhi {
font-size: 1.5rem;
font-family: YakuHanJP, 'Libre Franklin', "見出ゴMB31", sans-serif;
}
.iron_link_year {
font-size: 1.4rem;
font-weight: normal;
}
.iron_work_text_sub {
font-size: 1.1rem;
line-height: 1.3;
margin-top: 0.1em;
}


@media screen and (min-width:835px), print {

.iron_image_h1 {
width: calc(100% * 720 / 914);
}
.iron_image_h2 {
width: calc(100% * 906 / 914);
}
.iron_image_v {
width: calc(100% * 570 / 914);
}

.iron_work_title {
margin-top: 2em;
}

.iron_image figcaption {
margin-top: 1.7em;
}


}