@charset "UTF-8";

/*-------------------------
__page_style
-------------------------*/

.sitemap_list{ text-align: left;}
.sitemap_list a{ color: #004d9e; transition: all 0.3s;}
.sitemap_list a:hover{ opacity:0.5;}
.sitemap_list .inner_box{ border: #ddd solid 1px; box-sizing: border-box; padding: 30px 30px 15px; border-radius: 4px; margin-bottom: 15px;}
.sitemap_list .inner_box h2{ font-size: 20px; font-weight: bold; margin-bottom: 20px; vertical-align: middle;}
.sitemap_list .inner_box h2:before{ content: ""; display: inline-block; vertical-align: middle; width: 30px; height: 30px; background: url(images/towa.png) no-repeat; background-size: contain; background-position: left bottom; margin-right: 8px;}

.title_pattern1{ font-size: 20px; font-weight: bold; margin-bottom: 20px; vertical-align: middle;}
.title_pattern1:before{ content: ""; display: inline-block; vertical-align: middle; width: 30px; height: 30px; background: url(images/towa.png) no-repeat; background-size: contain; background-position: left bottom; margin-right: 8px;}
.title_pattern1 a{ display: inline-block;}

.title_pattern2{ font-size: 14px; background-color: #f0f5f5; padding: 10px 10px 8px; box-sizing: border-box; margin-bottom: 10px;}
.title_pattern3{ font-size: 14px; background-color: #f0f5f5; padding: 10px 10px 8px; box-sizing: border-box; margin-bottom: 10px;}
.sitemap_list .list{ margin-bottom: 15px;}
.sitemap_list .list ul li{ display: inline-block; margin: 5px 10px 5px 0; padding:0 10px 0 0; border-right: 1px solid #ccc;}
.sitemap_list .list ul li:last-child{ border-right: none;}
.sitemap_list .list ul li a{ font-size: 14px; line-height: 14px;}

