@charset "UTF-8";

.ttl {
background-image: url("../img/common/ttl_bg_common.png");
/*overflow-x: hidden;*/
}

@media screen and (max-width: 767px){
.ttl h1 {
  padding: 0 2em 10px;
}
}

.section_title_box {
width: 100%;
padding-bottom: 10px;
border-bottom: dotted 1px #ccc;
margin: 70px 0px 30px;
}
.section_title {
font-family: source-han-serif-japanese, serif;
font-weight: 500;
font-size: 2.0rem;
line-height: 145%;
display: block;
letter-spacing: 0.2em;
}
.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;
vertical-align: middle;
}
.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 #E5E5E5;
margin-bottom: 70px;
}
.info_box ul li {
padding-left: 20px;
background-image: url("../img/common/icon_nakaguro.svg");
background-repeat: no-repeat;
background-position: left center;
margin-bottom: 10px;
}
.bureau_txt {
width: 100%;
padding: 0 20px 30px 10px;
line-height: 180%;
display: block;
}
.bureau_txt a,
.link_pdf li a{
color: #8F6D48;
text-decoration: underline;
}
.bureau_txt a:hover,
.link_pdf li a:hover {
text-decoration: none;
}
.link_pdf {
margin-left: 10px;
}
.link_pdf li {
padding-left: 20px;
background-image: url("../img/common/icon-pdf.png");
background-repeat: no-repeat;
background-position: left center;
margin-bottom: 10px;
}


@media screen and (max-width:767px) {

.ttl h1 {
white-space: nowrap;
letter-spacing: 0.1em;
}
.section_title_box {
margin: 20px 0px 20px;
}
.section_title {
font-size: 1.4rem;
}
.info_box {
width: 100%;
border-top: solid 1px #E5E5E5;
border-left: solid 1px #E5E5E5;
border-right: solid 1px #E5E5E5;
display: flex;
align-items: flex-start;
flex-direction:column; 
}
.info_box dt {
width: 100%;
height: 100%;
padding: 10px 20px 10px 15px;
border-bottom: solid 1px #E5E5E5;
}
.info_box dd {
width: 100%;
padding: 15px 20px 15px 15px;
}

.section_info_box .info_box:last-child {
margin-bottom: 40px;
}
.info_box ul li {
padding-left: 20px;
background-position: left top;
margin-bottom: 10px;
}
.bureau_txt {
padding: 0 10px 30px 5px;
}



}