@charset "utf-8";

/**
 *
 *  タイトル  .sec00
 *
 */

/*--------------------------------------------------------------------------
	タイトル  .sec00
---------------------------------------------------------------------------*/
	.sec{
	}
	.sec00_title{
		display: inline-block;
		position: relative;
		-webkit-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
		background: #FFDE02;
	}
	.sec00_title h3 {
		min-width: 9em;
		font-size: 2.6rem;
		font-weight: bold;
		margin: 2.5% auto;
	}
	.sec00_title:nth-of-type(1) h3 {
		max-width: 20em;
	}
	.sec00_title:nth-of-type(2) h3 {
		max-width: 15em;
	}
	.sec00_title:nth-of-type(3) h3 {
		max-width: 9em;
	}

/* @pc wide **************************************************/
@media all and (min-width: 1626px){
	.sec00_title:nth-of-type(1) h3 {
		min-width: 10em;
	}
	.sec00_title:nth-of-type(2) h3 {
		min-width: 17em;
	}
	.sec00_title:nth-of-type(3) h3 {
		min-width: 9em;
	}
}

/* @sp **************************************************/
@media all and (max-width: 1100px){
	.sec00_title h3 {
		width: 350px;
		margin: 2.5% auto;
	}
}

/* @sp **************************************************/
@media all and (max-width: 612px){
	.sec00_title:nth-of-type(2) h3 {
		max-width: 11em;
	}
}