@charset "utf-8";

.snkk_post_content *{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-block-start:0;
	margin-block-end:0;
	margin-inline-start:0;
	margin-inline-end:0;
}

.snkk_post_content *::before,
.snkk_post_content *::after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.snkk_post_content h1,
.snkk_post_content h2,
.snkk_post_content h3,
.snkk_post_content h4,
.snkk_post_content h5,
.snkk_post_content h6{
	font-size:1rem;
	font-weight:400;
	margin:0;
	padding:0;
	line-height:1;
	background:transparent;
	border-radius:0;
}

.snkk_post_content p{
	margin:0;
	padding:0;
}

.snkk_post_content ul,
.snkk_post_content ol{
	list-style:none;
	padding:0;
	margin:0;
}

.snkk_post_content figure,
.snkk_post_content blockquote,
.snkk_post_content dl,
.snkk_post_content dt,
.snkk_post_content dd{
	margin:0;
}

.snkk_post_content table {
	border-collapse: collapse;
	border-spacing: 0;
}

.snkk_post_content table th{
	font-weight:400;
	text-align:left;
}

.snkk_post_content a{
	transition: .5s;
	text-decoration:none;
	-webkit-tap-highlight-color: transparent;
}

.snkk_post_content a:hover{
	text-decoration:none;
}

.snkk_post_content .flex-wrap{
	display:-webkit-box;
  	display:flex;
  	flex-wrap: wrap;
}

.snkk_post_content .text-center{
	text-align:center;
}

.snkk_post_content .text-right{
	text-align:right;
}

.snkk_post_content .img-fluid{
	display:block;
	max-width:100%;
	width:100%;
	height:auto;
}

.snkk_post_content .img-trim{
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}

.snkk_post_content .img-trim img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.snkk_post_content .img-trim.img-trim16x9{
	padding-top: 56.25%;
}

.snkk_post_content .img-trim.img-trim5x3{
	padding-top: 60%;
}

.snkk_post_content .img-trim.img-trim3x2{
	padding-top: 66%;
}

.snkk_post_content .img-trim.img-trim4x3{
	padding-top: 75%;
}

.snkk_post_content .img-trim.img-trim5x5{
	padding-top: 100%;
}

.snkk_post_content .img-trim.img-trim4x5{
	padding-top: 125%;
}

.snkk_post_content .heading01{
	font-weight:700;
	font-size:1.5rem;
	padding:0 0.5em 0.5em;
	margin-bottom:1em;
	border-bottom: 1px solid #00435c;
}

.snkk_post_content .heading02{
	font-weight:700;
	font-size:1.5rem;
	background:#e0e0e0;
	padding:0.5em 0.75em;
	margin-bottom:1em;
	border-radius:6px;
}

.snkk_post_content .heading03{
	font-weight:800;
	font-size:1.625rem;
	padding:0.5em;
	border-bottom: 2px solid #333;
}

.snkk_post_content .heading03 span{
	display:block;
	font-weight:400;
	font-size:1.25rem;
	line-height:1.8;
}

.snkk_post_content p{
	margin-bottom:1em;
}

.snkk_post_content p:last-child{
	margin-bottom:0;
}

.snkk_post_content .snkk_post_block{
	margin-bottom:48px;
}

.snkk_post_content .snkk_post_block:last-child{
	margin-bottom:0;
}

.snkk_post_content .snkk_post_block .lead{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.snkk_post_content .snkk_post_block .lead .txt{
	width:48%;
}

.snkk_post_content .snkk_post_block .lead .img{
	width:48%;
}

.snkk_post_content .snkk_post_block table{
	width:100%;
	border:1px solid #ccc;
	margin-bottom:1rem;
}

.snkk_post_content .snkk_post_block table:last-child{
	margin-bottom:0;
}

.snkk_post_content .snkk_post_block table th,
.snkk_post_content .snkk_post_block table td{
	padding:1rem 0.5rem;
	text-align:center;
	line-height:1.4;
	background:#fff;
	border:1px solid #ccc;
}

.snkk_post_content .snkk_post_block table th{
	font-weight:700;
}

.snkk_post_content .snkk_post_block table thead th{
	background:#f6f6f6;
}

.snkk_post_content .snkk_post_block .comment{
	font-size:0.8rem;
}

.snkk_post_content .spb_form .heading01{
	font-size:1.25rem;
	margin-bottom:0.5em;
}

#spc001 .lead .txt p span{
	color:#1575A4;
}

#spc001 .spb02 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#spc001 .spb02 .content_wrap .box{
	width:24%;
	background:#f6f6f6;
	padding:12px;
	margin-bottom:12px;
	border-radius:6px;
	line-height:1;
}

#spc001 .spb02 .content_wrap .box .img{
	margin-bottom:12px;
}

#spc001 .spb03 .img{
	width:80%;
	margin:0 auto;
}

#spc001 .spb04 .content_wrap ul{
	width:50%;
}

#spc001 .spb04 .content_wrap ul li{
	padding-left:1em;
	position:relative;
}

#spc001 .spb04 .content_wrap ul li::before{
	position:absolute;
	top:0;
	left:0;
	content:"・";
	font-weight:700;
}

#spc001 .spb05 .content_wrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#spc001 .spb05 .content_wrap .box{
	width:32%;
	margin-bottom:16px;
	border:2px solid #333;
}

#spc001 .spb05 .content_wrap .box .img{
	padding:30px;
}

#spc001 .spb05 .content_wrap .box p{
	background:#333;
	color:#fff;
	padding:1em 0;
	font-size:0.9rem;
}

#spc001 .spb06 dl{
	margin-bottom:1rem;
}

#spc001 .spb06 dl dt{
	width:6%;
	font-weight:400;
}

#spc001 .spb06 dl dd{
	width:94%;
}

#spc001 .spb06 .img{
	border:1px solid #ccc;
	padding:30px;
}

#spc001 .spb07 table{
	table-layout:fixed;
}

#spc001 .spb07 table thead th:nth-child(2){
	color:#f00;
}

#spc001 .spb07 table thead th:nth-child(3){
	color:#00b050;
}

#spc001 .spb07 table thead th:nth-child(4){
	color:#00b0f0;
}

#spc001 .spb07 table thead th:nth-child(5){
	color:#7030a0;
}

#spc001 .spb08 table th,
#spc001 .spb08 table td{
	text-align:left;
	padding:1rem;
}

#spc002 .snkk_post_block .img{
	width:36%;
	margin:0 auto;
}

@media (max-width:750px){

	.snkk_post_content .heading01,
	.snkk_post_content .heading02{
		line-height:1.4;
		font-size:1.25rem;
		margin-bottom:1rem;
	}
	
	.snkk_post_content .heading03{
		font-size:1.5rem;
	}
	
	.snkk_post_content .table_wrap{
		overflow-x: scroll;
	}
	
	.snkk_post_content .table_wrap table{
		width: 150%;
	}
	
	.snkk_post_content .snkk_post_block{
		margin-bottom:calc(100vw / 750 * 64);
	}
	
	.snkk_post_content .snkk_post_block:last-child{
		margin-bottom:0;
	}
	
	.snkk_post_content .snkk_post_block .lead .txt{
		width:100%;
		margin-bottom:1rem;
	}
	
	.snkk_post_content .snkk_post_block .lead .img{
		width:100%;
	}
	
	#spc001 .spb02 .content_wrap .box{
		width:48%;
		margin-bottom:calc(100vw / 750 * 28);
	}
	
	#spc001 .spb03 .img{
		width:100%;
	}
	
	#spc001 .spb04 .content_wrap ul{
		width:100%;
	}
	
	#spc001 .spb05 .content_wrap .box{
		width:49%;
		margin-bottom:calc(100vw / 750 * 20);
	}
	
	#spc001 .spb05 .content_wrap .box .img{
		padding:calc(100vw / 750 * 48);
	}
	
	#spc001 .spb05 .content_wrap .box p{
		font-size:0.6rem;
	}
	
	#spc001 .spb06 dl dt{
		width:12%;
	}
	
	#spc001 .spb06 dl dd{
		width:88%;
	}
	
	#spc001 .spb06 .img{
		padding:calc(100vw / 750 * 48);
	}
	
	#spc002 .snkk_post_block .img{
		width:100%;
	}
	

}