<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


	*{
 		margin: 0;
		padding: 0;
	}

	.wrap{
		overflow: hidden;
	}

	body{
		font-family: 'Noto Sans JP', sans-serif,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシッ	ク','MS PGothic';
		color: #333333;
		background-image: none;
	}

	a{
		text-decoration: none;
	}

	img {
		vertical-align:bottom;
 		pointer-events: none; 
		-webkit-touch-callout:none;
		-webkit-user-select:none;
		-moz-touch-callout:none;
		-moz-user-select:none;
		touch-callout:none;
		user-select:none;
	}




@media screen and (min-width:990px) {

/*PC向け記述*/
	
	a[href^="tel:"] {
   	 	pointer-events: none;
	}
	
	.fadein {
 		opacity : 0;
  		transform: translateY(20px);
  		transition: all 1s;
	}
	
	/*パンクズ*/
	
	.breadcage{
		max-width: 1160px;
		margin: 10px auto 30px auto;
	}
	
	.breadcrumb {
		margin: 0 0 0 10px;
		padding: 0;
		list-style: none;
	}
	
	.breadcrumb li {
		display: inline;
		list-style: none;
		font-weight: 400;
		font-size: 0.8em;
	}
	
	.breadcrumb li:after {
		content: '&gt;';
		padding: 0 0.2em;
		color: #333333;
	}
	
	.breadcrumb li:last-child:after {
		content: '';
	}
	
	.breadcrumb li a {
		text-decoration: none;
		color: #333333;
	}
	
	.breadcrumb li a:hover {
		color: #0074bf;
		text-decoration: underline;
	}
	
	/*タイトル*/
	
	.key_title{
		margin: 50px auto 80px;
		text-align: center;
		color: #333;
	}
	
	.key_title h1{
		font-weight: 500;
	}
	
	.key_title p{
		font-weight: 500;		
	}
	
	.key_title p:after{
		content: '';
		display: block;
		width: 80px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		border-bottom: 4px solid #0074bf;
		border-radius: 2px;
	}

/*key*/
	.keyvisual{
		height: 400px;
		background-image: url(./image/top01.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.top_word{
		max-width: 1160px;
		height: 400px;
		margin: 0 auto;
		position: relative;
		opacity: 0.9;
	}
	
	.top_word p{
		font-size: 2em;
		color: #fff;
		width: 100%;
		text-align: center;
		position: absolute;top:50%;
		transform: translateY(-50%);
		text-shadow: 
			1px  1px 1px #333,
			-1px  1px 1px #333,
			1px -1px 1px #333,
			-1px -1px 1px #333,
			1px  0px 1px #333,
			0px  1px 1px #333,
			-1px  0px 1px #333,
			0px -1px 1px #333; 
	}	
	
	/*中身*/
	
	.description{
		max-width: 800px;
		margin: 100px auto;
	}
	
	p.explanation, .description p{
		line-height: 2em;
	}
	
	.inside_box{
		max-width: 800px;
		margin: 100px auto 0px;
	}
	
	h2.sub_title{
		text-align: center;
	}
	
	h2.sub_title:after{
		content: '';
		display: block;
		width: 80px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		border-bottom: 4px solid #0074bf;
		border-radius: 2px;
	}
	
	span.annotation{
		font-size: 0.5em;
		position: relative;top: -10px;
	}

	.inside_cont{
		margin: 60px 0;
	}
	
	.inside_cont_case{
		margin: 0 0 50px;
		width: 100%;
	}
	
	.situation_pic{
		display: flex;
		justify-content: space-around
	}
	
	
	
	img.inner_img{
		width: 30%;
	}
		
	.sec_entry{
		background-image: url("../../image/entry01.jpg");
		background-position: center;
		background-color: #b0d7f4;
	}
	
	.box_last{
		margin-bottom: 200px;
	}
	


	
	
	
}


			

@media only screen and (max-width: 989px)  {
 
/*タブレット向記述*/
	
	/*パンクズ*/
	
	.breadcage{
		width: 95%;
		margin: 10px auto 30px auto;
	}
	
	.breadcrumb {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.breadcrumb li {
		display: inline;
		list-style: none;
		font-weight: 400;
		font-size: 0.8em;
	}
	
	.breadcrumb li:after {
		content: '&gt;';
		padding: 0 0.2em;
		color: #333333;
	}
	
	.breadcrumb li:last-child:after {
		content: '';
	}
	
	.breadcrumb li a {
		text-decoration: none;
		color: #333333;
	}
	
	/*タイトル*/
	
	.key_title{
		margin: 50px auto 50px;
		text-align: center;
		color: #333;
	}
	
	.key_title h1{
		font-weight: 500;
	}
	
	.key_title p{
		font-weight: 500;		
	}
	
	.key_title p:after{
		content: '';
		display: block;
		width: 80px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		border-bottom: 4px solid #0074bf;
		border-radius: 2px;
	}
 
	
	/*key*/
	
	.keyvisual{
		height: 200px;
		background-image: url(./image/top01.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.top_word{
		max-width: 990px;
		height: 200px;
		margin: 0 auto;
		position: relative;
		opacity: 0.9;
	}
	
	.top_word p{
		font-size: 1.5em;
		color: #fff;
		width: 100%;
		text-align: center;
		position: absolute;top:50%;
		transform: translateY(-50%);
		text-shadow: 
			1px  1px 1px #333,
			-1px  1px 1px #333,
			1px -1px 1px #333,
			-1px -1px 1px #333,
			1px  0px 1px #333,
			0px  1px 1px #333,
			-1px  0px 1px #333,
			0px -1px 1px #333; 
	}	
	
	/*中身*/
	
	.description{
		width: 800px;
		max-width: 90%;
		margin: 50px auto 50px;
	}
	
	.inside_box{
		width: 800px;
		max-width: 90%;
		margin: 50px auto 150px;
	}
	
	h2.sub_title{
		text-align: center;
	}
	
	h2.sub_title:after{
		content: '';
		display: block;
		width: 80px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		border-bottom: 4px solid #0074bf;
		border-radius: 2px;
	}
	
	span.annotation{
		font-size: 0.5em;
		position: relative;top: -10px;
	}
	
	p.explanation, .description p{
		line-height: 2em;
	}

	.inside_cont{
		margin-top: 50px;
	}
		
	.box_last{
		margin-bottom: 80px;
	}
	
	.inside_cont_case{
		margin: 0 0 50px;
	}
	
	p.explanation{
		margin: 0 auto;
	}
	
	.situation_pic{
		display: flex;
		justify-content: space-around;
	}
	
	img.inner_img{
		width: 30%;
	}
	
	.box_last{
		margin-bottom: 150px;
	}
	
	.sec_entry{
		background-image: url("../../image/entry01.jpg");
		background-position: center;
		background-color: #b0d7f4;
	}
	
	
	
	
	
	
}


@media only screen and (max-width: 599px) {
 
	/*スマートホン向記述*/
	
	
	
	.keyvisual{
		height: 200px;
		background-position: center right;
	}
	
	.key_title h1{
		font-size: 1.5em;
	}
	
	.top_word{
		width: 90%;
	}
	
	.top_word p{
		font-size: 1em;
	}
	
	/*中身*/
	
	.inside_box{
		margin-bottom: 60px;
	}
	
	h2.sub_title{
		font-size: 1.2em;
	}
	
	p.explanation, .description p{
		line-height: 1.5em;
	}

	.inside_cont{
		margin-top: 30px;
	}
	
	.inside_cont_case{
		margin-bottom: 30px;
	}
	
	p.explanation{
		width: 95%;
		margin: 0 auto;
	}
	
	.situation_pic{
		display: flex;
		flex-wrap: wrap;
	}
	
	img.inner_img{
		width: 300px;
		margin-bottom: 15px;
	}
	
	.box_last{
		margin-bottom: 100px;
	}
	
	
	
 
}</pre></body></html>