@charset "utf-8";
/* 

共通

*/
body {
  padding: 3px 0 0;
  background: url("/common/successor/img/border_sdgs.png") repeat-x center top;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #111;
}
a { transition: all 0.3s ease; }
a:hover {
  opacity: 0.5;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, a { transition: unset; } /* IE11 */
}
.pc_img { display: block!important; }
.pc_imgt { display: table-cell!important; }
.sp_img { display: none!important; }
.sp_imgt { display: none!important; }
.new:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: 20px;
	left: 0;
}
#information .new:before {
	top: 10px;
	left: 10px;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}
/*

全体共通ヘッダー

*/
#global_menu {
  width: 100%;
}
#global_menu ul {
  display: table;
  max-width: 1110px;
  height: 77px;
  margin: 0 auto;
}
#global_menu li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#global_menu li a {
  display: block;
  /*margin: 0 16px;*/
  margin: 0 33px; /*202201変更*/
  font-size: 87.5%;
  font-weight: bold;
}
#global_menu li:last-of-type a {
	margin: 0 0 0 30px;
}
#global_menu li:first-of-type a {
  margin: 0 25px 0 0;
}
#global_menu li:nth-last-of-type(2) a {
  margin: 0 0 0 15px;
  padding: 9px 39px 9px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: url("/common/successor/img/icon_blank.png") no-repeat 164px 48%;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #global_menu li:nth-last-of-type(2) a { padding: 12px 39px 6px 12px; } /* IE11 */
}
#global_menu li a:hover {
  color: #0599d9;
}
/*

地方創生SDGs官民連携プラットフォーム以下共通ヘッダー

*/
#platform_menu {
  width: 100%;
  background: #0078AD;
}
#platform_menu ul {
  display: table;
  max-width: 1200px;
  height: 67px;
  margin: 0 auto;
}
#platform_menu li {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
#platform_menu li a {
  display: block;
  margin: 0 14px;
  font-size: 87.5%; /*202201*/
  font-weight: bold;
  color: #fff;
}
#platform_menu .nav-top a {
  margin: 0 14px 0 0;
}
#platform_menu .nav-kadaisolution-search a {
  margin-top: 18px;
}
#platform_menu .nav-renkei a {
  margin: 0 10px 0 10px;
}
_@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #platform_menu li:last-of-type a { padding: 11px 75px 5px; } /* IE11 */
}
#platform #platform_menu .nav-top a ,
#information #platform_menu .nav-info a ,
/* #member #platform_menu li:nth-of-type(9) a , */
/* #request #platform_menu li:nth-of-type(5) a , */
/* #case #platform_menu li:nth-of-type(6) a , */
/* #about #platform_menu li:nth-of-type(7) a , */
#inquire #platform_menu .nav-inquire a ,
/* #about #platform_menu li:nth-of-type(3) a , */
/*#member #platform_menu li:nth-of-type(4) a ,*/
#matching #platform_menu .nav-info a ,
/*#session #platform_menu li:nth-of-type(7) a ,*/

/*#inquire #platform_menu li:nth-of-type(5) a { opacity: 0.5; }*/
/*#regist #platform_menu li.regist div.btn_set div:nth-of-type(1) a { opacity: 0.5; }*/

/*202201追加*/
#platform_menu li.line_pmenu svg {
	opacity: 0.5;
}
#platform_menu li.regist {
	padding:5px 10px;
}
#platform_menu li p.txt_regist {
	font-size: 87.5%;
	margin-bottom:5px;
	text-align:left;
}
#platform_menu li.regist .btn_set div {
	display: table-cell;
}
#platform_menu li.regist .btn_set div.btn_regist a {
	background: #AF4A00;
	border:1px solid #723000;
	color:#ffffff;
	border-radius: 4px;
	padding:5px 20px;
	margin:0 10px 0 0;
  font-size: 100%;
}
#platform_menu li.regist .btn_set div.btn_login a {
	background: #ffffff;
	color:#3C3C3B;
	border-radius: 4px;
	padding:5px 20px;
	margin:0;
  font-size: 100%;
}
#platform_menu li.ID_info p {
	font-weight: normal;
  display: block;
  font-size: 75%;
  color: #fff;
}
#platform_menu li.ID_info a {
	display: inline;
	margin: 0;
	font-weight: normal;
	text-decoration: underline;
}
.pmenu_line {
	position: relative;
}


/* クリックで表示 */
#platform_menu ul .has-child {
  position: relative;
}
#platform_menu ul .has-child .js-dropdown::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.175em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 12px;
  right: 3px;
}
#platform_menu .has-child .panel {
  position: absolute;
  display: none;
  width: 95%;
  top: 40px;
  left: 10px;
  z-index: 9999;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
  border-radius: 6px;
  font-size: 0.9em;
  padding-bottom: 10px;
  border: #0078AD solid 1px;
}
#platform_menu li .dropdown-list a {
  display: block;
  margin: 0;
  color: #0078AD;
}
#platform_menu li li {
  display: inline-block;
  margin: 18px 8px 0;
}

/* Gナビメニューにホバーしたら表示 */
/* #platform_menu .has-child:hover .child-lists {
  display: block;
} */

/* ホバー */
/* #platform_menu ul .has-child {
  position: relative;
}
#platform_menu .has-child .child-lists {
  display: block;
  width: 100%;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 9999;
}*/
/* Gナビメニューにホバーしたら表示 */
/* #platform_menu .has-child:hover .child-lists {
  display: block;
} */ 


/*

全体共通フッタ

*/
footer {
  background: #000;
  color: #fff;
}
footer .footer_main {
  max-width: 1153px;
  margin: 0 auto;
  padding: 60px 0 0;
}
footer .footer_main .footer_nav {
  width: 100%;
  overflow: hidden;
  padding: 0 0 60px;
}
footer .footer_main .footer_nav div {
  width: 22.7%;
  margin: 0 3% 0 0;
  float: left;
}
footer .footer_main .footer_nav div:last-of-type {
  margin: 0;
}
footer .footer_main .footer_nav div h4 {
  margin: 0 0 15px;
  padding: 10px 0;
  border-bottom: 1px solid #454545;
  font-size: 81.25%;
  font-weight: bold;
}
footer .footer_main .footer_nav div:nth-of-type(3) h4:nth-of-type(2), footer .footer_main .footer_nav div:nth-of-type(3) h4:nth-of-type(3) {
  padding: 20px 0 10px;
  font-size: 75%;
}
footer .footer_main .footer_nav div ul li a {
  font-size: 68.75%;
  line-height: 220%;
}
footer .footer_main .footer_info {
  width: 100%;
  overflow: hidden;
  padding: 0 0 55px;
}
footer .footer_main .footer_info div {
  width: 35%;
  float: left;
}
footer .footer_main .footer_info div:nth-of-type(2) {
  width: 50%;
}
footer .footer_main .footer_info div h4 {
  margin: 0 0 10px;
  font-size: 81.25%;
  font-weight: bold;
}
footer .footer_main .footer_info div p {
  font-size: 62.5%;
  line-height: 200%;
}
footer .footer_main small {
  display: block;
  width: 100%;
  padding: 0 0 40px;
  font-size: 68.75%;
  text-align: center;
}
/*

ページTOP

*/
.scrollTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.scrollTop a {
  display: block;
  width: 50px;
  height: 50px;
  background: url("/common/successor/img/pagetop.png") no-repeat;       
}
/*

全体共通フッタ上部会員登録

*/
footer .footer_regist {
  width: 100%;
  padding: 50px 0 65px;
  background: #f1f1f1;
}
footer .footer_regist h4 {
  font-size: 112.5%;
  font-weight: bold;
  text-align: center;
  color: #111;
}
footer .footer_regist a {
  display: block;
  width: 504px;
  margin: 20px auto 0;
  padding: 18px 0 20px;
  border-radius: 30px;
  background: #ff8a00 url("/common/successor/img/icon_nextarrow_l.png") no-repeat 470px 50%;
  font-size: 125%;
  font-weight: bold;
  text-align: center;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, footer .footer_regist a { padding: 22px 0 16px } /* IE11 */
}
/*

メインコンテンツ汎用

*/
main {
  max-width: 1110px;
  margin: 0 auto;
}
main section.outset {
  padding: 30px 0 0;
}
main section.outset h1 {
  display: table;
  margin: 0 auto 50px;
  font-size: 87.5%;
  font-weight: bold;
  text-align: center;
}
main section.outset h1 span {
  display: table;
  margin: 0 auto;
  border-bottom: 3px solid #111;
  font-size: 200%;
  line-height: 220%;
}
main section.outset a.button , main section.contents a.button {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 12px 0;
  border: 2px solid #111;
  border-radius: 30px;
  background: url("/common/successor/img/icon_nextarrow_b.png") no-repeat 92% 50%;
  font-size: 112.5%;
  font-weight: bold;
  text-align: center;
}
main section.outset p.lead {
	max-width: 1110px;
    margin: 0 auto 30px;
    text-align: left;
    font-weight: bold;
    line-height: 180%;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, main section.outset a.button , main section.contents a.button { padding: 15px 0 9px } /* IE11 */
}
main section.outset a.pdf:after , main section.contents a.pdf:after {
  content: " ";
  display: inline-block;
  width: 17px;
  height: 21px;
  margin: 0 0 0 4px;
  background: url("/common/successor/img/icon_pdf.png") no-repeat;
  vertical-align: text-bottom;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, main section.outset a.pdf:after , main section.contents a.pdf:after { vertical-align: middle; } /* IE11 */
}
main section.outset a.blank:after , main section.contents a.blank:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 11px;
    margin: 0 0 0 4px;
    background: url("/common/successor/img/icon_blank.png") no-repeat right 50%;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, main section.outset a.blank:after , main section.contents a.blank:after { vertical-align: middle; } /* IE11 */
}
main section.outset a.xls:after , main section.contents a.xls:after {
  content: " ";
  display: inline-block;
  width: 17px;
  height: 21px;
  margin: 0 0 0 4px;
  background: url("/common/successor/img/icon_xls.png") no-repeat;
  vertical-align: text-bottom;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, main section.outset a.xls:after , main section.contents a.xls:after { vertical-align: middle; } /* IE11 */
}

/*202201追加*/
main section.outset  a.eventlink {
   	font-size:22px;
    color:#0099d9;
	line-height: 180%;
}

main section.search_content {
	margin:20px 0 30px;
}
main section .ttl_h {
	border-left:8px solid #0078AD;
	margin: 20px auto;
}
main section .ttl_h h2 {
	padding-left:16px;
	font-size:32px;
	font-weight:bold;
	color:#495057;
}
main section.search_content ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
main section.search_content ul.type01,
main section.search_content ul.type02 {
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
main section.search_content ul.type01 li,
main section.search_content ul.type02 li {
	width:49%;
}
main section.search_content ul.type03 li {
	width:23%;
}
main section.search_content ul li a {
	display: block;
	border-radius: 4px;
    border:1px solid #0078AD;
    background: #F7FFFF url(/common/successor/img/icon_nextarrow_blue.png) no-repeat 95% 50%;
    filter: drop-shadow(0px 1px 3px rgba(73, 80, 87, 0.102));
    color:#0078AD;
    font-weight:bold;
}
/*
main section.search_content ul.type01 li a {
	width:100%;
	margin: 0;
    padding: 48px 33px 40px 24px;
   	font-size:22px;
    line-height:120%;
}*/
main section.search_content ul.type01 li a {
	width:100%;
	margin: 0;
    padding: 24px 33px 19px 24px;
   	font-size:16px;
    line-height:120%;
}
main section.search_content ul.type02 li a {
	width:100%;
	margin: 0;
    padding: 10px 20px 15px 24px;
   	font-size:16px;
    line-height:120%;
}
main section.search_content ul.type02 li a span {
   	font-size:14px;
    font-weight:normal;
}
main section.search_content ul.type03 li a {
	width:100%;
	margin: 0;
    padding: 20px 33px 16px 24px;
   	font-size:16px;
    line-height:120%;
}
main section.search_content ul.type03 li {
	margin:0 14px 14px 0;
}
main section.search_content ul.type03 li:nth-of-type(4n) {
	margin:0;
}

/*

パンくず

*/
.breadcrumb {
  display: block;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
.breadcrumb li {
  display: block;
  width: auto;
  float: left;
  margin: 0 20px 0 0;
  padding: 0 20px 6px 0;
  background: url("/common/successor/img/icon_nextarrow_s.png") no-repeat right 15%;
  font-size: 68.75%;
  color: #848484;
}
.breadcrumb li:last-of-type {
  background: none;
}
.breadcrumb li a {
  color: #0099d9;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .tab_item { transition: unset!important; } /* IE11 */
}
/*

スマホ 320〜559px
タブレット 560〜959px

*/
@media screen and (max-width: 559px) {}
@media screen and (max-width: 1024px) {
/* 

共通

*/
body {
  background: url("/common/successor/img/sp_border_sdgs.png") repeat-x center top;
  background-size: 100% 3px;
}
.pc_img { display: none!important; }
.pc_imgt { display: none!important; }
.sp_img { display: block!important; }
.sp_imgt { display: table-cell!important; }
	img { width: 100%!important; }
.new:before {
	top: 23px;
	left: -7px;
}
#information .new:before {
	top: 5px;
	left: 5px;
}
/*

全体共通ヘッダー

*/
#global_menu {
  width: 100%;
	position: relative;
	z-index: 9999;
    height: 42px;
    cursor: pointer;
	/*background: url("/common/successor/img/icon_home.png") no-repeat 5% center;
	background-size: 16px;*/
}
#global_menu::before{
    content:".";
    color: transparent;
    display: block;
    height: 42px;
    background: url("/common/successor/img/btn_gm_open.png") no-repeat 96% center;
    background-size: 22px;
	transition: all .3s ease-out 0s;
}
#global_menu p:first-of-type {
	width: 25px;
	position: absolute;
    left: 12px;
    top: 8px;
}
#global_menu p:last-of-type {
	width: 70px;
	position: absolute;
    right: 55px;
    top: 10px;
}
#global_menu ul {
  display: block;
  height: auto;
    list-style-type: none;
    height: 0!important;
    overflow: hidden;
    transition: all .3s ease-out 0s;
}
#global_menu.on ul{
    height: calc(39px * 9)!important;
    transition: all .3s ease-out 0s;
	position: relative;
	z-index: 9999;
}
#global_menu.on:after {
	content:" ";
	display: block;
	position: absolute;
	top: 43px;
	width: 100%;
	height: 10000%;
	background: #000;
	opacity: 0.6;
}
#global_menu.on::before{
    background: url("/common/successor/img/btn_gm_close.png") no-repeat 96% center;
	background-size: 22px;
}
#global_menu li {
  display: block;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #DDDDDD;
}
#global_menu li:nth-of-type(2) {
  border-top: 1px solid #DDDDDD;
}
#global_menu li a {
  margin: 0 4%;
  padding: 15px 0;
}
#global_menu li:first-of-type a {
  margin: 0 4%;
  padding: 6% 0;
}
#global_menu li:nth-last-of-type(2) a {
  margin: 0 4%;
  padding: 4% 0;
  border: none;
  background: url("/common/successor/img/icon_blank.png") no-repeat 164px 48%;
}
/*

地方創生SDGs官民連携プラットフォーム以下共通ヘッダー

*/
#platform_menu {
  width: 100%;
	position: relative;
	z-index: 9998;
    height: 42px;
    cursor: pointer;
}
#platform_menu::before{
  content:"プラットフォームメニューを開く";
  color: #fff;
  display: block;
  height: 42px;
  padding: 14px 0 0;
  background: #0078AD url("/common/successor/img/icon_downarrow.png") no-repeat 95.5% center;
  background-size: 14px;
	font-size: 81.25%;
	text-align: center;
	transition: all .3s ease-out 0s;
}
#platform_menu ul {
  display: block;
  height: auto;
    list-style-type: none;
    height: 0!important;
    overflow: hidden;
    transition: all .3s ease-out 0s;
}
#platform_menu.on ul{
    height: calc(50px * 12)!important;
    transition: all .3s ease-out 0s;
	position: relative;
	z-index: 9999;
}
#platform_menu.on:after {
	content:" ";
	display: block;
	position: absolute;
	top: 43px;
	width: 100%;
	height: 10000%;
	background: #000;
	opacity: 0.6;
}
#platform_menu.on::before{
	content:"プラットフォームメニューを閉じる";
    background: url("/common/successor/img/icon_uparrow.png") no-repeat 95.5% center;
	background-size: 14px;
}
#platform_menu li {
  display: block;
  text-align: left;
  vertical-align: middle;
  background: #0078AD;
  border-bottom: 1px solid #DDDDDD;
}
#platform_menu li:first-of-type {
	padding: 15px 0;
  border-top: 1px solid #DDDDDD;
	text-align: center;
}
#platform_menu li a {
  margin: 0 4%;
  padding: 15px 0;
  font-size:87.5%;
}
#platform_menu li:nth-of-type(2) a {
  margin: 0 4%;
  padding: 15px 0;
}
#platform_menu li:nth-of-type(6) a {
  margin: 0 4%;
  padding: 15px 0;
  font-size: 87.5%;
}
#platform_menu li:nth-of-type(8) a {
  margin: 0 4%;
  padding: 15px 0;
}
#regist #platform_menu li.regist div.btn_set div:nth-of-type(1) a { opacity: 0.5; }

/*202201追加*/
#platform_menu li.regist p.txt_regist {
	text-align:center;
	margin-bottom: 10px;
}
#platform_menu li.regist .btn_set {
	width:100%;
	display: table;
	border-collapse: separate;
	border-spacing:10px 0;
}
#platform_menu li.regist .btn_set div.btn_regist {
	width:40%;
}
#platform_menu li.regist .btn_set div.btn_regist a {
	padding:0;
	padding:5% 10%;
	margin:0;
}
#platform_menu li.regist .btn_set div.btn_login {
	width:40%;
}
#platform_menu li.regist .btn_set div.btn_login a {
	padding:0;
	padding:5% 10%;
	margin:0;
}
#platform_menu li.ID_info p {
	width:auto;
	margin: 0 4%;
    padding: 15px 0;
    font-size: 87.5%;
}
#platform_menu li.ID_info p a{
	margin: 0;
  padding:0;
}
#platform_menu li:nth-of-type(5) a {
	margin: 0 4%;
}

/*

全体共通フッタ

*/
footer .footer_main {
  padding: 20px 0 0;
}
footer .footer_main .footer_nav {
  padding: 0 0 20px;
}
footer .footer_main .footer_nav div {
  width: 94%;
  margin: 0 auto;
  float: none;
}
footer .footer_main .footer_nav div:last-of-type {
  margin: 15px auto 0;
}
footer .footer_main .footer_nav div:first-of-type h4 , footer .footer_main .footer_nav div:nth-of-type(2) h4 {
	background: url("/common/successor/img/icon_downarrow_b.png") no-repeat 100% center;
	background-size: 10px;
	transition: all .3s ease-out 0s;
}
footer .footer_main .footer_nav div.on:first-of-type h4 , footer .footer_main .footer_nav div.on:nth-of-type(2) h4 {
	background: url("/common/successor/img/icon_uparrow_b.png") no-repeat 100% center;
	background-size: 10px;
}
footer .footer_main .footer_nav div:nth-of-type(3) h4 {
	margin: 0 0 5px;
}
footer .footer_main .footer_nav div ul {
  display: block;
  height: auto;
    list-style-type: none;
    height: 0!important;
    overflow: hidden;
    transition: all .3s ease-out 0s;
}
footer .footer_main .footer_nav div.on ul{
    height: calc(50px * 9)!important;
    transition: all .3s ease-out 0s;
	position: relative;
	z-index: 9998;
}
footer .footer_main .footer_nav div.on:first-of-type ul{
	height: calc(50px * 2)!important;
}
footer .footer_main .footer_nav div.on:nth-of-type(2) ul{
	height: calc(50px * 6)!important;
}
footer .footer_main .footer_nav div ul li a {
    line-height: 280%;
}
footer .footer_main .footer_info {
    padding: 0 0 45px;
}
footer .footer_main .footer_info div {
    width: 94%;
    float: none;
    margin: 0 auto;
}
footer .footer_main .footer_info div:nth-of-type(2) {
    width: 94%;
	margin: 30px auto 0;
}
footer .footer_main small {
    width: 94%;
	margin: 0 auto;
    font-size: 58%;
}
/*

全体共通フッタ上部会員登録

*/
footer .footer_regist {
  padding: 8% 0 9%;
}
footer .footer_regist h4 {
  font-size: 68.75%;
  font-weight: normal;
}
footer .footer_regist a {
  width: 94%;
  margin: 4% auto 0;
  border-radius: 40px;
  background: #ff8a00 url("/common/successor/img/icon_nextarrow_l.png") no-repeat 96% 50%;
  background-size: 10px;
}
/*

メインコンテンツ汎用

*/
main {
  position: relative;
}
main section.outset {
  padding: 35px 0 0;
}
main section.outset a.button , main section.contents a.button {
  width: 80%;
  border-radius: 40px;
  background: url("/common/successor/img/icon_nextarrow_b.png") no-repeat 92% 50%;
}
main section.outset h1 {
	margin: 0 auto 40px;
    font-size: 62.5%;
}
main section.outset h1 span {
    border-bottom: 2px solid #111;
	font-size: 180%;
    line-height: 180%;
    padding: 6px 0 0;
}
main section.outset p.lead {
    margin: 0 auto 25px;
    line-height: 180%;
    font-size: 87.5%;
    font-weight: normal;
    text-align: left;
}
main section.outset a.button , main section.contents a.button {
  border: 1px solid #111;
  font-size: 87.5%;
}

/*202201追加*/
	main section.search_content {
    	width: 94%;
    	margin: 40px auto 60px;
    }
    main section.search_content:nth-of-type(3) {
    	margin: 40px auto 0px;
    	padding-bottom:100px;
    }
    main section .ttl_h {
		margin-bottom:25px;
	}
	main section .ttl_h h2 {
		padding-left:16px;
		font-size:28px;
	}
	main section.search_content ul {
		display: block;
	}
	main section.search_content ul.type01 li,
	main section.search_content ul.type02 li {
		width:100%;
	}
	main section.search_content ul.type03 li {
		width:100%;
	}
	main section.search_content ul.type01 li a {
		width:auto;
		padding: 40px 22px 32px 16px;
	}
	main section.search_content ul.type02 li a {
		width:auto;
		padding: 24px 22px 17px 16px;
   		font-size:20px;
	}
	main section.search_content ul.type03 li a {
		width:auto;
		padding: 24px 22px 17px 16px;
   		font-size:20px;
	}
	main section.search_content ul li {
		margin:0 0 16px 0;
	}
	main section.search_content ul.type03 li {
		margin:0 0 16px 0;
	}
	main section.search_content ul.type03 li:nth-of-type(4n) {
		margin:0 0 16px 0;
	}
/*

パンくず

*/
.breadcrumb {
    width: 100%;
    padding: 10px 0 5px 3%;
    position: absolute;
    bottom: 3px;
    border-top: 1px solid #ccc;
    /* left: 74px; */
}
.breadcrumb li {
    margin: 0 5px 0 0;
    padding: 3px 10px 5px 0;
	font-size: 66%;
	background: url(/common/successor/img/icon_nextarrow_s.png) no-repeat right 50%;
	background-size: 3px;
}
}
