@charset "UTF-8";

.content-section {
    margin-bottom:50px;
}
.care-guide-introduction {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom:15px;
}
.header-left-bar {
    border-left: 5px solid #ddd8c9;
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}
dl.care-guide {
    margin: 20px 0;
}
.care-guide dt {
    color: #ad986e;
    font-weight: bold;
    margin: 5px 0;
    font-size: 14px;
    float:none;
}
.care-guide dd {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 15px;
}
.photo-box-wrapper {
  display:flex;
  margin-bottom: 60px;
}
.photo-box {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.photo-box:nth-child(odd) {
    width: 460px;
    margin-right: 80px;
}
.photo-box:nth-child(even) {
    width: 460px;
}
.photo-box-links {
    width: 100%;
}
.photo-box-links li {
    margin-bottom: 10px;
}
.photo-box-links a:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    position: relative;
    border-top: 1px solid #282727;
    border-right: 1px solid #282727;
    transform: rotate(45deg);
    display: inline-block;
    top: -0.1em;
    margin-right: 1em;
}
.photo-box-links a {
    text-decoration: underline;
}
.photo-box .message {
    margin: 10px 0 20px;
    text-align: center;
    font-size: 14px;
}
@media not screen and (min-width: 1020px){
.photo {
    padding: 0 60px;
}
.photo-box-wrapper {
  display:block;
  margin-bottom: 20px;
}
.photo-box:nth-child(odd) {
    width: 100%;
    margin-right: 0;
}
.photo-box:nth-child(even) {
    width: 100%;
}
}