@charset "UTF-8";

/*お役立ち情報 一覧ページ*/

.ttl {
 background-image: url("../img/oyakudachi/ttl-bg.png");
}
.top_read {
font-family: source-han-serif-japanese, serif;
font-size: 1.4rem;
font-weight: 400;
line-height: 160%;
max-width: 980px;
width: 100%;
margin: 0 auto;
display: block;
}

/*お役立ち情報 一覧ページ スマートフォン*/

@media all and (max-width : 767px ){
.top_read {
font-size: 1.1rem;
}

}


/*お役立ち情報 詳細ページ*/

.main img {
max-width: 900px;
width: 100%;
margin-bottom: 30px;
}
.section_title_box {
width: 100%;
padding-bottom: 15px;
border-bottom: dotted 1px #ccc;
margin: 70px 0px 30px;
display: flex;
align-items: flex-end;
}
.section_title {
font-family: source-han-serif-japanese, serif;
font-weight: 500;
font-size: 2.0rem;
line-height: 100%;
display: block;
letter-spacing: 0.2em;
margin-right: 15px;
}
.section_subtitle {
font-family: 'Libre Baskerville', serif;
font-weight: 400;
font-size: 1.0rem;
line-height: 100%;
text-align: center;
color: #8F6D48;
letter-spacing: 0.2em;
position: relative;
display: inline-block;
padding: 0 10px;
}
.section_subtitle::before,
.section_subtitle::after {
content: "";
position: absolute;
top: 50%;
display: inline-block;
width: 5px;
height: 1px;
background-color: #8F6D48;
}
.section_subtitle::before {
left: 0;
}
.section_subtitle::after {
right: 0;
}
.info_box {
width: 100%;
border-top: solid 1px #E5E5E5;
border-left: solid 1px #E5E5E5;
border-right: solid 1px #E5E5E5;
display: table;
align-items: center;
}
.info_box dt {
width: 25%;
height: 100%;
background-color:#F9F8F6;
border-right: solid 1px #E5E5E5;
padding: 15px 20px 15px 30px;
font-weight: bold;
display: table-cell;
}
.info_box dd {
width: 75%;
padding: 15px 20px 15px 35px;
word-break: break-all;
display: table-cell;
}
.info_box dd a {
text-decoration: underline;
color: #8F6D48;
}
.info_box dd a:hover {
text-decoration: none;
}
.section_info_box .info_box:last-child {
border-bottom: solid 1px #E1E1E1;
margin-bottom: 70px;
}

/* お役立ち情報 詳細　スマートフォン*/

@media screen and (max-width:767px) {


.section_title_box {
padding-bottom: 15px;
margin-bottom: 20px;
}
.section_title {
font-size: 1.4rem;
letter-spacing: 0.2em;
margin-right: 10px;
}
.section_subtitle {
font-size: 0.9rem;
letter-spacing: 0.1em;
}
.info_box {
width: 100%;
border-top: solid 1px #E1E1E1;
border-left: solid 1px #E1E1E1;
border-right: solid 1px #E1E1E1;
display: block;
align-items: center;
padding: 0px 0 10px;
}
.info_box dt {
font-size: 1.2rem;
width: 100%;
border-right: none;
border-bottom: solid 1px #E1E1E1;
padding: 8px 20px 5px 15px;
background-position: 10px 11px;
display: block;
}
.info_box dd {
font-size: 1.2rem;
width: 100%;
padding: 8px 10px 0px 15px;
word-break: break-all;
display: block;
}
.section_info_box .info_box:last-child {
margin-bottom: 30px;
}

}

