@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;
}	
.font-bold {
	font-size: 1.4rem;
	font-weight: bold;
  padding: 0rem 1rem;
  border-left: 5px solid #3563cb;
}
.p-list {
  line-height: 1.6em;
	margin-top: 20px;
	}	
.p-list a{
	font-size: 1.4rem;
	/*font-weight: bold;	*/
	}
.p-list .engl	{
	font-size: 1.2rem;
	padding-left: 20px;
	}
.p-list li{
	margin-bottom: 30px;	
	}
.p-list ul{
	margin-top: 50px;	
	}	
.p-list li i{
	margin-left: 10px;
}
	h3{
	margin-bottom: 20px;	
	}	
/*パンくず*/
.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; /* 記号の色 */
}
/*パンくず*/

	
.m-table-01{
	width:100%;margin:30px 0;table-layout:fixed;
	}
.m-table-01 th{
	font-weight:700;background-color:#a3b8d8;
	}
.m-table-01 th,.m-table-01 td{
	padding:.4em;border:1px solid #ccc;
	}
.m-table-01 td{
	padding:.6em .4em;
	}
.m-table-document-01{
	letter-spacing:0;
	font-size:16px;
	font-size:1.2rem;
	line-height:1.9375;
	font-weight:inherit;
	margin:20px 40px 0;
	border:1px solid #ccc;border-top:none;
	}
.m-table-document-01 dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	border-top:1px solid #ccc;
	}