@charset "utf-8";
/*------------------------------------------------------------
	Media Queries
------------------------------------------------------------*/
/*for SP*/
@media screen and (max-width:768px) {
    main {
		.header .image  {
			background-image: url(../img/moon768w685h.jpg);
			background-position:left;
		}
        font-size: 14px;
	}
}
/*for tablet*/
@media screen and (min-width:768px) and (max-width:1500px) {
    main {
		.header .image  {
			background-image: url(../img/moon1500w685h.jpg);
			background-position:left;
		}
        font-size: 16px;
    }
}

/*for PC*/
@media screen and (min-width:1500px) {
    main {
		.header .image  {
			background-image: url(../img/moon1500w685h.jpg);
			background-position:center;
		}
        font-size: 18px;
    }
}

/*------------------------------------------------------------
	body
------------------------------------------------------------*/
body{
	color:#333333;
	background:#ffffff;
	font-family:  "游ゴシック", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	/* 要素に境界やパディングを加える */
	box-sizing: border-box;
	/* スマホ対応 */
	text-size-adjust: 100%;
   	-webkit-text-size-adjust: 100%; /* Safari */
}
p{
	font-size:1.1em;
	line-height:1.5em;
	margin:0.2em 0;
}
a:link, a:visited{
	color: #4b5a54;
}
#wrap{
	background:#ffffff;
	width:100%;
	overflow: hidden;
}
#contents{
	width:100%;
	margin:0 ;
	padding: 0;
	margin-left: auto;
    margin-right: auto;
	overflow: hidden;
}

/*------------------------------------------------------------
	Bg
------------------------------------------------------------*/
.bg1{
	background:#cccccc;
}
.bg2{
	background:#000000;
}
.bg3{
	background:#ffffff;
}
/*------------------------------------------------------------
	layout	
------------------------------------------------------------*/
.font-s{
	font-size: 0.7em;
	line-height: 1.4em;
}
.font-m{
	font-size: 0.9em;
	line-height: 1.6em;
}
.text-center span{
	display:inline-block;
	white-space:nowrap;
  }
/*(以下未使用)*/
/*::placeholder は CSS の擬似要素で、 <input> または <textarea> 要素のプレイスホルダーテキストを表します。*/ 
::placeholder{
    color: #999;
}
.blank{
	margin-top: 5em;
}
.blankf{
	margin-bottom: 5em;
}

#contents ul li{
	margin: 1em 0.5em;
	text-align: left;
}
/*------------------------------------------------------------
	header
------------------------------------------------------------*/
.header{
	width:100%;
	background:#ffffff;
	margin:1em;
	padding:0;
}
.header a{
	/*font-weight: normal;*/
	text-decoration:none;
	color: #333;
}
.header h1{
	width:100%;
	margin-left:4%;
	text-align:left;
	overflow:hidden;
	font-size:2em;
	color:#ffffff;
	display: inline-block;
}
.header .Box{
	width:100%;
	margin-left:4%;
	text-align: left;
	font-size:0.9em;
	color:#333333;
	display: inline-block;
}
.header .image{
	width:100%;
	height:685px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	overflow: hidden;
}

/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#footer{
	width:100%;
	margin:0;
	padding: 5em 0 2em 0;
	background-color:#2e1c04;
	color:#fff;
	font-size:0.6em;
	line-height: 1.6em;
	text-align: center;
}

/*------------------------------------------------------------
	contents	
------------------------------------------------------------*/
#contents {
	line-height: 1em;
}
.introdoction{
	width:100%;
	font-size:1em;
	font-weight: 600;
	line-height: 1.7em;
	text-align: center;
	margin:0.5em 0 1.2em 0;
	color:#2e1c04;
	padding:0;
}
#contents h2 {
	width:100%;
	text-align: center;
	font-size:2.2em;
	font-weight: bolder;
	color: #ffffff;
	margin:0;
  	padding: 0.5em 0;
	background-color: #000000;
	overflow:hidden;
}
#contents .wrap{
	display: block;
	text-align: center;
	padding: 4em 0;
}
#contents .centerBox{
	width: 80%;
    max-width: 800px;
    min-width: 350px;
    height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 1em 2em 2em;
}
#contents .container{
	display: grid;
	width:70%;
	margin: 0 auto;
  	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	place-content: center;
	place-items: center;
	grid-gap: 15px;
}
.container .Box{
	display: grid;
	margin:0;
	align-self: start;
	text-align: center;
	color:#333333;
}
.container .Box p{
	font-weight: bold;
	align-self: center;
}

.Box2{
	width:100%;
	padding: 1em 0 6em;
}
.SubBox{
	width:280px;
	margin:1em 0 1em;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #000000;
}
.WideImg {
	width:100%;
	margin: 0;
	background-color: #000000;
}
.WideImg img{
	width:100%;
}

/*------------------------------------------------------------
	table	
------------------------------------------------------------*/
table {
	border: none;
	margin: auto;
  }
  
  th,
  td {
	text-align: left;

  }
  .company{

	background-color: #000000;
	padding: 0.2em;
	color: #ffffff;
  }
  .company th{
	padding: 3em 0 0 0.4em;
	font-weight: 500;
  }
  .company td{
	padding: 3em 0 0 6em;
	font-weight: 500;
  }
  
  
  