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


/* faq WRAP
-------------------------------------------------------------------------------*/

section.pages-contents-about{
	width:auto;
	height:auto;
	margin:0 auto -50px auto;
	padding:0;
	text-align:center;
	overflow:hidden;
 }

 

	section.pages-contents-about:before{
		content:"";
			display:block;
			background: url(/images/information-contents-bg01.svg) repeat-x;
			overflow: hidden;
			height: 0;
			/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
			padding-top: 3.2%;
	}

	@media screen and (max-width: 800px) {

		section.pages-contents-about:before{
			content:"";
				display:block;
				background: url(/images/information-contents-bg01.svg) repeat-x;
				overflow: hidden;
				height: 0;
				/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
				padding-top: 8%;
		}
	

	}
	

.about-ttl{
	width:275px;
	height:auto;
	margin:50px auto 35px auto;
	text-align:center;
}

.about-subttl{
	width:240px;
	height:auto;
	margin:60px auto 45px auto;
	text-align:center;
}


@media screen and (max-width: 800px) {

	.about-ttl{
		width:225px;
		height:auto;
		margin:25px auto;
		text-align:center;
	}

	.about-subttl{
		width:220px;
		height:auto;
		margin:40px auto 30px auto;
		text-align:center;
	}
	

}

.about-container{
	max-width:920px;
	min-width:270px;
	height:auto;
	margin:0px auto;
	padding:0;
	text-align:center;
    overflow:hidden;
	}



  @media screen and (max-width: 800px) {

		.about-container{
		display:block;
		max-width:1000px;
		min-width:270px;
		height:auto;
		margin:0 auto;
		padding:0 30px;
		text-align:center;
	  overflow:hidden;
		}
  }


.about-container-box01{
    width:auto;
    height:auto;
    margin:0;
    padding:0 0 70px 0;
   border-bottom:1px dashed #ff7800;
}

.about-container-box01 p{
    line-height:200%;
    font-size:16px;
}




.about-container-ps{
	margin:0;
	padding:0;
	position: relative;
}

.about-container-ps p{
	padding:0 0 100px 0;
}
	
ul.main{
	width:300px;
	height:auto;
	margin:0;
	padding:0;
	display: flex;
  align-items: flex-end;
	position: absolute;
	right:0;
	bottom:0;
}

ul.main li{
	width:50%;
	height:auto;
	margin: 20px 0 0;
	padding:0;
}

ul.main li:first-child{
	width:200px;
	height:auto;
    margin:0 20px 0 0;
}

ul.main li:last-child{
	width:120px;
	height:auto;
	margin:0 0 5px 0;
}

ul.main li:first-child img{
	width:180px;
}


@media screen and (max-width: 800px) {


	.about-container-box01{
		width:auto;
		height:auto;
		margin:0;
		padding:0 0 30px 0;
	   border-bottom:1px dashed #ff7800;
	}
	
	.about-container-box01 p{
		line-height:200%;
		font-size:15px;
		text-align: left;
	}
	
	.about-container-box01 p br{
		display:none;
	}
	
	
	.about-container-ps{
		margin:0;
		padding:0;
		position: relative;
	}
	
	.about-container-ps p{
		width:60%;
		padding:0 0 30px 0;
	}
		
	ul.main{
		width:300px;
		height:auto;
		margin:0;
		padding:0;
		display: flex;
	  align-items: flex-end;
		position: absolute;
		right:0;
		bottom:0;
	}
	
	ul.main li{
		width:50%;
		height:auto;
		margin: 20px 0 0;
		padding:0;
	}
	
	ul.main li:first-child{
		width:200px;
		height:auto;
		margin:0 20px 0 0;
	}
	
	ul.main li:last-child{
		width:120px;
		height:auto;
		margin:0 0 5px 0;
	}
	


}



.about-container-box02{
    width:auto;
    height:auto;
    margin:0;
    padding:0 60px 20px 60px;
}

.about-container-box02 p{
	text-align: left;
	line-height:190%;
}

.about-container-box-list{
	margin:0;
	padding:25px 15px 20px 25px;
	background-color:#fffbde;
	border-radius:10px;
	text-align:left;
}

.about-container-box-list li{
	width:auto;
	height:auto;
	margin:0 0 5px 0;
	padding:0px 0 0px 22px;
	background: url("/images/pages-icon04.png") 0px 3px no-repeat;
  background-size: 11px 11px;
}




table.about-container-box-enkaku {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0;
	border-collapse: collapse;
  }



  table.about-container-box-enkaku td, table th {
    padding:0px 0 5px 0;
    vertical-align: top;
  }
  table.about-container-box-enkaku th {
    width:170px;
    padding:0 20px 0 0!important;
	font-weight:bold;
	text-align:right;
  }

  .about-container-box-enkaku-list{
	margin:0;
	padding:0;
	text-align:left;
}

.about-container-box-enkaku-list li{
	width:auto;
	height:auto;
	margin:0;
	padding:0px 0 0px 16px;
	background: url("/images/pages-icon04.png") 0px 3px no-repeat;
  background-size: 11px 11px;
}


@media screen and (max-width: 800px) {


	.about-container-box02{
		width:auto;
		height:auto;
		margin:0;
		padding:0 0px 20px 0px;
	}
	
	.about-container-box02 p{
		text-align: left;
		line-height:190%;
	}
	
	.about-container-box-list{
		margin:0 30px;
		padding:25px 15px 20px 25px;
		background-color:#fffbde;
		border-radius:10px;
		text-align:left;
	}
	
	.about-container-box-list li{
		width:auto;
		height:auto;
		margin:0 0 5px 0;
		padding:0px 0 0px 22px;
		background: url("/images/pages-icon04.png") 0px 3px no-repeat;
	  background-size: 11px 11px;
	}
	
	
	
	
	table.about-container-box-enkaku {
		width:auto;
		height:auto;
		overflow:hidden;
		margin:0 30px;
		border-collapse: collapse;
	  }
	
	
	
	  table.about-container-box-enkaku td, table th {
		padding:0px 0 20px 0;
		vertical-align: top;
		display: block;

	  }
	  table.about-container-box-enkaku th {
		width:auto;
		padding:0 0 5px 0!important;
		font-weight:bold;
		text-align:left;
	  }
	
	  .about-container-box-enkaku-list{
		margin:0;
		padding:0;
		text-align:left;
	}
	
	.about-container-box-enkaku-list li{
		width:auto;
		height:auto;
		margin:0;
		padding:0px 0 0px 16px;
		background: url("/images/pages-icon04.png") 0px 3px no-repeat;
	  background-size: 11px 11px;
	}
	

}





.about-container-box03{
    width:70%;
    height:auto;
	margin:0 auto;
	text-align:center;
    padding:0 0px 40px 0px;
}

ul.sankaku-list-box{
	width:auto;
	margin:0;
	padding:0;
}

ul.sankaku-list-box li{
	width:45%;
	margin:0;
	padding:0;
	text-align:left;
	display: inline-block;
}







table.sankaku-list{
	width: 100%;
	border-collapse: collapse;
	border-bottom: 2px solid #f3f5f2;
  }
  
  table.sankaku-list tr{
	border: 2px solid #f3f5f2;
  }
  
  table.sankaku-list tr:last-child{
	border-bottom: none;
  }
  
  table.sankaku-list th{
	position: relative;
	text-align: left;
	width:80px;
	background-color: #f3f5f2;
	text-align: center;
	padding: 10px 0;
  }
  
  table.sankaku-list th:after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 20px);
	right:-20px;
	border-left: 20px solid #f3f5f2;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
  }
  
  table.sankaku-list td{
	width: auto;
	text-align: left;
	background-color: #ffffff;
	padding: 10px 0 0 20%;
	font-size:14px;
  }


  @media screen and (max-width: 800px) {

	.about-container-box03{
		width:auto;
		height:auto;
		margin:0 auto;
		text-align:center;
		padding:0 30px 40px 30px;
	}
	
	ul.sankaku-list-box{
		width:auto;
		margin:0;
		padding:0;
	}
	
	ul.sankaku-list-box li{
		width:auto;
		margin:5px 0;
		padding:0;
		text-align:left;
		display:block;
	}
	


  }

@media screen and (max-width: 800px) {
	.about-padding {
		margin-left: 30px;
		margin-right: 30px;
	}
}