@charset "UTF-8";
.contents_box{
border: 1px solid #ccc;
padding: 1.5em;
margin-bottom: 2em;
}
.flex_box{
display: flex;
justify-content: space-between;
}
.txt_con{
width: 58%;
}
.photo_box{
width: 40%;
}
.contents_box h2 {
font-size: 1.4rem;
color: #2c3e50;
background-color: #f0f4f8;
border-left: 5px solid #4a6b82;
padding: 12px 15px;
margin-top: 1rem;
margin-bottom: 1.5rem;
border-radius: 0 4px 4px 0;
}
.contents_box h2:first-of-type {
margin-top: 0; 
}
strong{
font-weight: 700;
}
.contents_box p{
font-size: 18px;
padding-bottom: 1rem;
}
dl.fuse dt{
font-size: 18px;
font-weight: 700;
border-bottom: 1px solid #000;
margin-bottom: .25em;
}
dl.fuse dd{
font-size: 18px;
margin-bottom: .75em;
line-height: 1.5;
}
@media screen and (max-width: 600px) {
.txt_con{
width: 100%;
}
.photo_box{
width: 100%;
}
.main_contents{
display: none;
}
}