@charset "utf-8";
	body{
		margin: 0;
		Padding: 0;
	}
	/* コンテンツ */
	---------------------------------------------------------------------------*/
	#contents {
		clear: both;overflow: hidden;
		background: #fff;	/*背景色*/
		padding: 3%;	/*ボックス内の余白*/
		box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
	}
	.header_image {
		top: 180px;
		width: 100%;
	}
	.header_image img{
		width: 100%;
		height: 200px;
		scale: 100%;
		text-align: center;
		object-fit: cover;
		position: relative;
	}
	.header_text{
		position: absolute;
		top: 220px;
		left: 120px;
		width: 600px;
	}
	.header_span_text{
		color: #fff;
		font-size: 40px;
		font-weight: bold;
		font-family: YuGothic,'Yu Gothic',sans-serif;;
	}
	.span_text p{
		font-weight: bold;
		font-family: YuGothic,'Yu Gothic',sans-serif;;
	}
	.span_text ul{
		list-style-type: none;
	}
	/*mainコンテンツ
	---------------------------------------------------------------------------*/
	#main {
		float: center;
		width: 100%;
		justify-content: center;
	}
	#main .contents_box_parent {
		width: 90%;
		height: auto;
		/* 水平方向の中央揃え */
		margin: 0 auto;
		padding: 0;
	}
	#main .contents_box_child {
		max-width:250px;
		width: 100%;
		height: 340px;
		margin: 10px;
		background: rgba(255, 255, 255);
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
		display:inline-block;
		list-style-type: none;
	}
	#main .contents_box_child2 {
		max-width:250px;
		width: 100%;
		margin: 0 auto;
		margin: 10px;
		background: rgba(255, 255, 255);
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
		display:inline-block;
		list-style-type: none;
	}
	#main .contents_box_contents table{
		border-style:hidden ;
	}
	#main .contents_box_contents table td{
		font-family: YuGothic,'Yu Gothic',sans-serif;
		height: 50px;
	}
	/*１カラム利用時の設定*/
	.c1 #main {
		float: none;
		width: auto;
	}
	img {
		width: 98%;
		/*max-width: 960px;*/
		/*padding: .5rem;*/
		display: flex; 
		align-items:center;
		position: relative;
		display: inline-block;
	}
	/*h2タグの設定*/
	#main h2 {
		clear: both;
		font-family: YuGothic,'Yu Gothic',sans-serif;
		margin-bottom: 20px;
		font-size: 18px;
		letter-spacing: 0.1em;
		color: #af0336;
		background: #ffffff;
		background: linear-gradient(#ffffff, #ffffff); /* グラデーション */
		position: relative;
		padding: 1rem .5rem;
	  }
	  
	#main h2:after {
	/*.box_underline {*/
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 5px;
		content: '';
		/*background-image: -webkit-gradient(linear, left top, right top, from(#af0336), to(#ffc7c7));
		background-image: -webkit-linear-gradient(left, #af0336 0%, #ffc7c7 100%);
		background-image: linear-gradient(to right, #af0336 0%, #ffc7c7 100%);*/
		background-image: linear-gradient(45deg, #af0336 0%, #ffc7c7 50%, #e06a8d 90%);
		background-size: 300% 100%;
		-webkit-text-fill-color: transparent;
		animation-name: gradationTextAnimation;
		animation-duration: 8s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	  }
	  @keyframes gradationTextAnimation{
		0%{
			background-position: 0 0;
		}
		50%{
			background-position: 100% 0;
		}
		100%{
			background-position: 0 0;
		}
	}
	ol li .subol{
		margin-left: -40px;
		list-style-type: none;	
	}
	span .indent{
		display: block;
		padding-left: 1em;
	}
	span .main_indent{
		display: block;
		text-indent: 1em;
	}
	/*h2タグの設定*/
	#main h3 {
		clear: both;
		font-family: YuGothic,'Yu Gothic',sans-serif;
		margin-bottom: 20px;
		font-size: 18px;
		letter-spacing: 0.1em;
		color: rgb(0, 124, 240);
		background: #ffffff;
		background: linear-gradient(#ffffff, #ffffff); /* グラデーション */
		position: relative;
		padding: 1rem .5rem;
	  }
	  
	#main h3:after {
	/*.box_underline {*/
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 5px;
		content: '';
		/*background-image: -webkit-gradient(linear, left top, right top, from(#af0336), to(#ffc7c7));
		background-image: -webkit-linear-gradient(left, #af0336 0%, #ffc7c7 100%);
		background-image: linear-gradient(to right, #af0336 0%, #ffc7c7 100%);*/
		background-image: linear-gradient(45deg, rgb(0, 124, 240) 0%, rgb(204, 226, 247) 50%, rgb(97, 177, 252) 90%);
		background-size: 300% 100%;
		-webkit-text-fill-color: transparent;
		animation-name: gradationTextAnimation;
		animation-duration: 8s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	  }
	  @keyframes gradationTextAnimation{
		0%{
			background-position: 0 0;
		}
		50%{
			background-position: 100% 0;
		}
		100%{
			background-position: 0 0;
		}
	}
	/*段落タグ設定*/
	#main p {
		padding: 0px 20px 15px;	/*上、左右、下への余白*/
	}
	#main h2 + p,
	#main h3 + p {
		margin-top: -10px;
	}
	#main section+section {
		margin-top: 50px;
	}
	.span_text{
		color: #414141;
		font-family: YuGothic,'Yu Gothic',sans-serif;
	}
	div .contents_data{
		display: flex;
	}
	.contents_img{
		width:100% ;
		height:60px ;
		position: relative ;
		object-fit: cover;
	}
	#main-s {display: none;}
	@media screen and (max-width: 768px) {
		#header h2{
		font-size: 15px;
		}
		#main {display: none;}
		#main-s {display: block;}
		#main-s {
			float: center;
			width: 100%;
		}
		#main-s .contents_box_parent {
			width: 80%;
			height: auto;
			/* 水平方向の中央揃え */
			margin: 0 auto;
			padding: 0;
		}
		#main-s .contents_box_child {
			max-width:768px;
			width: 100%;
			padding-bottom: 10px;
			margin: 20px;
			margin-left: 0px;
			background: rgba(255, 255, 255);
			box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
			display:block;
			list-style-type: none;
		}
		#main-s .contents_box_child2 {
			max-width:768px;
			width: 100%;
			padding-bottom: 10px;
			margin: 20px;
			margin-left: 0px;
			background: rgba(255, 255, 255);
			box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
			display:block;
			list-style-type: none;
		}
		.span_text{
			color: #414141;
			font-size: 8px;
			font-family: YuGothic,'Yu Gothic',sans-serif;
		}
		#main-s h2 {
			clear: both;
			font-family: YuGothic,'Yu Gothic',sans-serif;
			margin-bottom: 10px;
			font-size: 10px;
			letter-spacing: 0.1em;
			color: #af0336;
			background: #ffffff;
			background: linear-gradient(#ffffff, #ffffff); /* グラデーション */
			position: relative;
			padding: 1rem .5rem;
		  }
		#main-s h3 {
			clear: both;
			font-family: YuGothic,'Yu Gothic',sans-serif;
			margin-bottom: 20px;
			font-size: 14px;
			letter-spacing: 0.1em;
			color: rgb(0, 124, 240);
			background: #ffffff;
			background: linear-gradient(#ffffff, #ffffff); /* グラデーション */
			position: relative;
			padding: 1rem .5rem;
		}  
		#main-s h3:after {
		/*.box_underline {*/
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 5px;
			content: '';
			background-image: linear-gradient(45deg, rgb(0, 124, 240) 0%, rgb(204, 226, 247) 50%, rgb(97, 177, 252) 90%);
			background-size: 300% 100%;
			-webkit-text-fill-color: transparent;
			animation-name: gradationTextAnimation;
			animation-duration: 8s;
			animation-timing-function: linear;
			animation-iteration-count: infinite;
		}
		@keyframes gradationTextAnimation{
			0%{
				background-position: 0 0;
			}
			50%{
				background-position: 100% 0;
			}
			100%{
				background-position: 0 0;
			}
		}
		#main-s .contents_box_contents table th{
			font-family: YuGothic,'Yu Gothic',sans-serif;
			font-size: 5px;
		}
		#main-s .contents_box_contents table td{
			font-family: YuGothic,'Yu Gothic',sans-serif;
			font-size: 7px;
			height: 30px;
		}
		.span_text ul{
			list-style-type: none;
		}
		.span_text li{
			font-size: 14px;
		}
		.header_image img{
			width: 100%;
			height: 100px;
			scale: 100%;
			text-align: center;
			object-fit: cover;
			position: relative;
		}
		.header_text{
			position: absolute;
			max-width: 300px;
			width: 100%;
			top: 95px;
			left: 40px;
		}
		.header_span_text{
			color: #fff;
			font-size: 20px;
			font-weight: bold;
			font-family: YuGothic,'Yu Gothic',sans-serif;;
		}
	}
	/*ページの上部へ「↑」ボタン
---------------------------------------------------------------------------*/
    @keyframes scroll {
		0% {opacity: 0;}
		100% {opacity: 1;}
	}
	body .nav-fix-pos-pagetop a {display: none;}
	body.is-fixed-pagetop .nav-fix-pos-pagetop a {
		display: block;text-decoration: none;
		z-index: 100;
		text-align: center;
		width: 50px;	/*幅*/
		line-height: 50px;	/*高さ*/
		position: fixed;
		bottom: 100px;	/*下から１００pxの場所に配置*/
		right: 5%;		/*右から5%の場所に配置*/
		background: #000;	/*背景色（古いブラウザ用）*/
		background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
		color: #fff;	/*文字色*/
		border: 1px solid #fff;	/*枠線の幅、線種、色*/
		animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
		animation-duration: 1S;	/*アニメーションの実行時間*/
		animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
	}
	/*マウスオン時*/
	body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
		background: #999;	/*背景色*/
	}