@charset "utf-8";
/* CSS Document */

body:not(.home) main {
	/*margin-top: 50px;	上にマージン。*/
	margin-top: 0px;	/*上にマージン。*/
	background-color:#fff2c3;
}
.m-list-arrow-01 i{
	margin-left: 10px;		
	}	
.m-list-arrow-01{	
	
	}
.two_colm * {margin: 0;padding: 0;}
.two_colm ul {list-style: none;}

/*ブロック全体*/
.two_colm {
	background-color:#FFF;
	color: var(--bg-inverse-color);	/*文字色。css冒頭のprimary-inverse-colorを読み込みます。*/
	padding: 50px;	/*余白。css冒頭のcontent-spaceを読み込みます。*/
	position: relative;
	font-size: 1.2em;
	max-width: 1400px;
	margin: 0px auto;
	border-radius: 30px;
        margin-bottom: 50px;
}	
.two_colm .logo {
	font-size: 1.8rem;
	font-weight: bold;
}
	
body:not(.home) main {
	/*margin-top: 50px;	上にマージン。*/
	margin-top: 0px;	/*上にマージン。*/
	/*background-color:#fff2c3;*/
	background-color:#f9f7f2;
}	

/*パンくず*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: -30px;
	margin-bottom: 30px;
	font-size: 0.8em;
}

.breadcrumb li:not(:last-of-type)::after {
  content: " ? ";
  margin: 0 .8em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}