@charset "UTF-8";
/*==============================

		ca startrip

==============================*/

/*==============================

		PC+SP

==============================*/





/*==============================

		PC

==============================*/
@media screen and (min-width: 768px) {

/*--------------------------------------------------
		sec01
--------------------------------------------------*/
.sec01 {
	color: #333333;
	padding: 40px 0;
	background: #FFFFFF;
}
.sec01 .secTitle {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 820px;
	padding: 20px 16px;
	margin: 0 auto 40px auto;
	border: 4px double #333333;
	box-sizing: border-box;
}
.sec01 .secTitle h2 {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	line-height: 1.2;
	width: 325px;
}
.sec01 .secTitle h2 span {
	display: block;
	font-size: 3.2rem;
}
.sec01 .secTitle .img {
	width: 130px;
}
.sec01 .secTitle .txt {
	width: 325px;
	padding-left: 30px;
	box-sizing: border-box;
}
.sec01 .secTitle .txt dd {
	color: #999999;
	font-size: 1.2rem;
	line-height: 1.2;
	margin-top: 10px;
}



/*--------------------------------------------------
		sec01 >secTitle >infomation
--------------------------------------------------*/
.sec01 .secTitle{
	flex-wrap: wrap;
}
.sec01 .secTitle .txtInfomation{
	width: 100%;
	margin-top: 20px;
}
.sec01 .secTitle .txtInfomation .txt{
	width: 820px;
	text-indent: -1em;
	padding-left: 1em;
}


/*--------------------------------------------------
		
--------------------------------------------------*/



/*--------------------------------------------------
		
--------------------------------------------------*/



/*--------------------------------------------------
		
--------------------------------------------------*/





}





/*==============================

		TAB

==============================*/
@media screen and (min-width: 768px) and (max-width: 900px) {

/*--------------------------------------------------
		
--------------------------------------------------*/



/*--------------------------------------------------
		
--------------------------------------------------*/



/*--------------------------------------------------
		
--------------------------------------------------*/



/*--------------------------------------------------
		
--------------------------------------------------*/



/*--------------------------------------------------
		
--------------------------------------------------*/





}





/*==============================

		SP

==============================*/
@media screen and (max-width: 767px) {

/*--------------------------------------------------
		sec01
--------------------------------------------------*/
.sec01 {
	color: #333333;
	padding: 20px 0;
	background: #FFFFFF;
}
.sec01 .secTitle {
	width: 92%;
	padding: 20px 2%;
	margin: 0 auto 40px auto;
	border: 4px double #333333;
	box-sizing: border-box;
}
.sec01 .secTitle h2 {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
}
.sec01 .secTitle h2 span {
	display: block;
	font-size: 3.2rem;
}
.sec01 .secTitle .img {
	width: 40%;
	margin: 0 auto 40px auto;
	position: relative;
}
.sec01 .secTitle .img::after {
	content: " ";
	display: block;
	width: 20%;
	height: 2px;
	background: #333333;
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
}
.sec01 .secTitle .txt {
	text-align: center;
}
.sec01 .secTitle .txt dt {
	font-size: 1.4rem;
}
.sec01 .secTitle .txt dd {
	color: #999999;
	font-size: 1.2rem;
	margin-top: 10px;
}


/*--------------------------------------------------
		sec01 >secTitle >infomation
--------------------------------------------------*/
.sec01 .secTitle .txtInfomation .txt{
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

/*--------------------------------------------------
		
--------------------------------------------------*/



/*--------------------------------------------------
		
--------------------------------------------------*/



/*--------------------------------------------------
		
--------------------------------------------------*/



/*--------------------------------------------------
		
--------------------------------------------------*/



/*--------------------------------------------------
		
--------------------------------------------------*/





}





