@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

/* common */

.snkk{
	box-sizing:border-box;
	color:#000;
}

.snkk *{
	box-sizing:border-box;
}

.snkk p{
	line-height:1.8;
}

.snkk .serif{
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}

.snkk .bg_blue{
	background:#eaefff;
}

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

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

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

.snkk .flex-wrap{
	display:flex;
	flex-wrap:wrap;
}

.snkk .container{
	width:1200px;
	margin:0 auto;
}

.snkk .container-min{
	width:900px;
	margin:0 auto;
}

.snkk #simple-page-ttl{
	margin-bottom:0;
}

.snkk .page_content{
	padding:4rem 0;
	overflow-x:hidden;
}

.snkk .page_content p{
	font-size:.8rem;
	line-height:1.8;
}

.snkk .page_content .heading01{
	font-weight:700;
	font-size:1.5rem;
	margin-bottom:1em;
	position:relative;
	padding-left:2.5rem;
}

.snkk .page_content .heading01::before{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	content:"";
	width:1.9rem;
	height:1.35rem;
	background:#3366ff;
	clip-path: polygon(50% 0%,100% 50%,50% 100%,0% 50%);
}

.snkk .page_content .heading02{
	font-weight:700;
	font-size:1.8rem;
	margin-bottom:5rem;
	letter-spacing:.05em;
}

.snkk .page_content .heading02 span{
	display:block;
	font-size:.9rem;
	color:#3366ff;
	margin-bottom:1rem;
	letter-spacing:0;
}

/* company */

.company .snkk .page_content .content_wrap{
	justify-content: space-between;
	margin-bottom:3rem;
}

.company .snkk .page_content .content_wrap .box{
	background:#fff;
	width:calc((100% - 2rem) / 2);
	margin-bottom:2rem;
	position:relative;
}

.company .snkk .page_content .content_wrap .box:last-child,
.company .snkk .page_content .content_wrap .box:nth-last-child(2){
	margin-bottom:0;
}

.company .snkk .page_content .content_wrap .box::after{
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:57px;
	height:39px;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background:#3366ff;
}

.company .snkk .page_content .content_wrap .box .img{
	width:12.5rem;
}

.company .snkk .page_content .content_wrap .box .txt{
	width:calc(100% - 12.5rem);
	padding:1.5rem 2rem 1.3rem 1.5rem;
	position:relative;
}

.company .snkk .page_content .content_wrap .box .txt h2{
	font-size:1.3rem;
	font-weight:700;
	margin-bottom:.5rem;
	letter-spacing:.05em;
}

.company .snkk .page_content .content_wrap .box .txt p{
	line-height:1.55;
	font-size:.9rem;
}

.company .snkk .page_content .content_wrap .box .txt .nml-blue-btn{
	position:absolute;
	left:1.5rem;
	bottom:1.3rem;
	width:12.5rem;
}

.company .snkk .page_content .content_wrap .box .txt .nml-blue-btn a{
	width:100%;
	font-size:.9rem;
}

.company .snkk .page_content .content_wrap .box .txt .nml-blue-btn a .arrow { width:1.3rem; }
.company .snkk .page_content .content_wrap .box .txt .nml-blue-btn a .arrow::before { width:.5rem; }

.company .snkk .page_content .content_wrap .box.first{
	width:100%;
	align-items: center;
}

.company .snkk .page_content .content_wrap .box.first .txt{
	width:calc(100% - 29rem);
	padding:0 2rem 0 3.5rem;
}

.company .snkk .page_content .content_wrap .box.first .txt h3{
	font-size:2.3rem;
	line-height:1.2;
	margin-bottom:0.5em;
	font-weight:500;
}

.company .snkk .page_content .content_wrap .box.first h2{
	margin-bottom:.8rem;
}

.company .snkk .page_content .content_wrap .box.first .txt .inner_wrap{
	justify-content: space-between;
	align-items:center;
}

.company .snkk .page_content .content_wrap .box.first .txt .inner_wrap p{
	width:calc(100% - 12.5rem - 1rem);
}

.company .snkk .page_content .content_wrap .box.first .txt .inner_wrap .nml-blue-btn{
	position:relative;
	left:auto;
	bottom:auto;
}

.company .snkk .page_content .content_wrap .box.first .img{
	width:29rem;
}

.mission-html .snkk .page_content{
	position:relative;
}

.mission-html .snkk .page_content .img{
	position:absolute;
	top:7rem;
	right:-3rem;
	width:36rem;
}

.mission-html .snkk .page_content .box{
	background-image: linear-gradient(90deg, #ffffff, #ffffff 60%, #eaefff 80% 100%);
	margin-bottom:4rem;
	padding:2.5rem 3rem;
}
.mission-html .snkk .page_content .box1{ min-height:15.5rem; }


.mission-html .snkk .page_content .box h3{
	font-size:2.5rem;
	margin-bottom:1.5rem;
	margin-top:2rem;
	font-weight:bold;
}

.mission-html .snkk .page_content .box1 p{
	font-size:1rem;
	margin-left:1.3rem;
}
.mission-html .snkk .page_content .box2 p{
	font-size:1rem;
	line-height:2.25;
}
.mission-html .snkk .page_content .box3 p{
	font-size:1rem;
	line-height:2.25;
}

.message-html .snkk .page_content .box{
	background:#fff;
	padding:3rem;
}

.message-html .snkk .page_content .box .content_wrap{
	margin-bottom:2rem;
	align-items: center;
}

.message-html .snkk .page_content .box .content_wrap .title{
	width:60.108518%;
	position:relative;
	padding:.5rem .5rem 2rem;
}

.message-html .snkk .page_content .box .content_wrap .title::after{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:100%;
	height:.2rem;
	background:#3366ff;
}

.message-html .snkk .page_content .box .content_wrap .title h2{
	font-weight:700;
	font-size:1.3rem;
	margin-bottom:1.5em;
}

.message-html .snkk .page_content .box .content_wrap .title p{
	font-size:2.5rem;
	line-height:1.2;
}

.message-html .snkk .page_content .box .content_wrap .img{
	width:39.814814%;
}

.message-html .snkk .page_content .box .txt .block{
	margin-bottom:1.8rem;
}

.message-html .snkk .page_content .box .txt .block p { font-size:.9rem; padding-right:.8em; }

.message-html .snkk .page_content .box .txt .block:last-child{
	margin-bottom:0;
}

.message-html .snkk .page_content .box .txt .block h3{
	font-size:1.75rem;
	margin-top:.2rem;
}

.profile-html .snkk .page_content nav{
	margin-bottom:4.5rem;
	border-left:.1rem solid #fff;
}

.profile-html .snkk .page_content nav a{
	width:25%;
	border-right:.1rem solid #fff;
	padding:.5rem 0 2rem;
	font-size:1rem;
	font-weight:700;
	position:relative;
}

.profile-html .snkk .page_content nav a:hover{ opacity:.5; }

.profile-html .snkk .page_content nav a::after{
	position:absolute;
	bottom:.75rem;
	left:50%;
	transform:translateX(-50%);
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: .25rem solid transparent;
	border-left: .25rem solid transparent;
	border-top: .3rem solid #000;
	border-bottom: 0;
}

.profile-html .snkk .page_content nav a span{
	display:block;
	color:#3366ff;
	font-size:.8rem;
	font-weight:400;
	margin-bottom:0.75em;
}

.profile-html .snkk .page_content .box{
	background:#fff;
	margin-bottom:5rem;
	padding:4rem;
	position:relative;
}

.profile-html .snkk .page_content .box::before{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 17.5rem solid transparent;
	border-left: 17.5rem solid transparent;
	border-top: 12rem solid rgba(51,102,255,0.2);
	border-bottom: 0;
}

.profile-html .snkk .page_content .box01 dl.parent{
	margin-bottom:5rem;
	
}

.profile-html .snkk .page_content .box01 dl.parent > dt{
	width:10rem;
	border-bottom:1px solid #ccc;
	position:relative;
	padding:1rem .5rem;
	font-size:.9rem;
	line-height:1.8;
}

.profile-html .snkk .page_content .box01 dl.parent > dt::before{
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:100%;
	height:.25rem;
	background:#d6e0ff;
}

.profile-html .snkk .page_content .box01 dl.parent > dd{
	width:calc(100% - 10rem);
	border-bottom:1px solid #ccc;
	padding:1rem 1.5rem;
}
.profile-html .snkk .page_content .box01 dl.parent > dd p { font-size:.9rem; }

.profile-html .snkk .page_content .box01 dl.parent > dd .child dt{
	width:22%;
}

.profile-html .snkk .page_content .box01 dl.parent > dd .child dd{
	width:78%;
}

.profile-html .snkk .page_content .heading01 { font-size:1.2rem; padding-left:2rem; }
.profile-html .snkk .page_content .heading01::before {
	width: 1.5rem;
    height: 1.05rem;
}

.profile-html .snkk .page_content .box .block p{ font-size:.9rem; }

.profile-html .snkk .page_content .box01 .block{
	margin-bottom:4rem;
}

.profile-html .snkk .page_content .box01 .block:last-child{
	margin-bottom:0;
}

.profile-html .snkk .page_content .box01 .block ul li{
	justify-content: space-between;
}

.profile-html .snkk .page_content .box01 .block ul li span{
	display:inline-block;
	font-size:.9rem;
	line-height:1.8;
}

.profile-html .snkk .page_content .box01 .block ul li span:last-child{
	margin-right:0;
}

.profile-html .snkk .page_content .box01 .block ul li span:first-child{
	width:18%;
}

.profile-html .snkk .page_content .box01 .block ul li span:nth-child(2){
	width:19%;
}

.profile-html .snkk .page_content .box01 .block ul li span:last-child{
	width:63%;
}

.profile-html .snkk .page_content .box02 .gmap{
	position: relative;
	width: 100%;
	padding-top:calc(400 / 1035 * 100%);
	height: 0;
	margin-bottom:3rem;
	margin-top:6.5rem;
	overflow: hidden;
}

.profile-html .snkk .page_content .box02 .gmap iframe {
	position: absolute;
	top: 0;
	left: -300px;
    width: calc(100% + 300px);
    height: 100%;
    transform: translate(300px, 0);
}

.profile-html .snkk .page_content .box02 .content_wrap .block{
	width:50%;
}

.profile-html .snkk .page_content .box02 .content_wrap .block h3{
	font-size:1rem;
	font-weight:700;
	margin-bottom:1.5rem;
}

.profile-html .snkk .page_content .box02 .content_wrap .block h3 span{
	display:block;
	color:#3366ff;
	font-size:.8rem;
	font-weight:400;
	margin-bottom:0.5em;
}

.profile-html .snkk .page_content .box02 .content_wrap .block p{
	margin-bottom:1em;
}

.profile-html .snkk .page_content .box02 .content_wrap .block p:last-child{
	margin-bottom:0;
}

.profile-html .snkk .page_content .box03 .inner{
	background:#f6f6f6;
	padding:3rem;
	margin-top:6rem;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap{
	justify-content: space-between;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level{
	width:10rem;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level .card{
	background:#3366ff;
	padding:1rem;
	margin-bottom:2rem;
	position:relative;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level.third .card{
	margin-bottom:1rem;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level .card:last-child{
	margin-bottom:0;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level .card h3{
	font-size:1rem;
	color:#fff;
	font-weight:700;
}
.profile-html .snkk .page_content .box03 .inner .content_wrap .level .card h3 span{
	font-size:.8rem;
	font-weight:700;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level .card p{
	line-height:1.75;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level.second .card:first-child{
	background:#068ae6;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level.second .card:last-child{
	background:#133db8;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level.third .card{
	background:#fff;
	padding:1rem;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level.third{
	width:calc(100% - 20rem - 5rem);
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level.third .card h3{
	color:#000;
	margin-bottom:0.5em;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level .card::before,
.profile-html .snkk .page_content .box03 .inner .content_wrap .level .card::after{
	position:absolute;
	content:"";
	background:#d6e0ff;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level.first .card::before,
.profile-html .snkk .page_content .box03 .inner .content_wrap .level.second .card:first-child::before{
	left:100%;
	top:50%;
	transform:translateY(-50%);
	width:2.5rem;
	height:.2rem;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level.second .card:last-child::before{
	bottom:100%;
	left:50%;
	transform:translateX(-50%);
	width:.2rem;
	height:2rem;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level.second .card:first-child::after{
	top:1.5rem;
	left:calc(100% + 1.2rem);
	width:.2rem;
	height:29.4rem;
}

.profile-html .snkk .page_content .box03 .inner .content_wrap .level.third .card:not(:first-child)::before{
	top:1.5rem;
	right:100%;
	width:calc(1.25rem - .1rem);
	height:.2rem;
}

.profile-html .snkk .page_content .box04 .content_wrap{
	justify-content: space-between;
	margin-bottom:1.5rem;
	margin-top:6.5rem;
}

.profile-html .snkk .page_content .box04 .content_wrap .img{
	width:calc((100% - 2rem) / 3);
	margin-bottom:1rem;
}

.profile-html .snkk .page_content .box04 table{
	width:100%;
	font-size:.9rem;
	line-height:1.4;
}

.profile-html .snkk .page_content .box04 table th,
.profile-html .snkk .page_content .box04 table td{
	text-align:left;
	padding:0.75em 1.5em;
}

.profile-html .snkk .page_content .box04 .parent{
	border:1px solid #ccc;
}

.profile-html .snkk .page_content .box04 .parent > tbody > tr > th{
	width:25%;
	border:1px solid #ccc;
}

.profile-html .snkk .page_content .box04 .parent > tbody  > tr > td{
	border:1px solid #ccc;
	width:75%;
	vertical-align:middle;
}

.profile-html .snkk .page_content .box04 .parent > tbody  > tr > td:has(.child){
	padding:0;
}

.profile-html .snkk .page_content .box04 .parent .child{
	table-layout:fixed;
	
}

.profile-html .snkk .page_content .box04 .parent .child tr{
	border-bottom:1px solid #ccc;
}

.profile-html .snkk .page_content .box04 .parent .child tr:last-child{
	border-bottom:0;
}

.profile-html .snkk .page_content .box04 .parent .child th,
.profile-html .snkk .page_content .box04 .parent .child td{
	vertical-align:middle;
}

.history-html .snkk .page_content h2{
	font-size:1.8rem;
	font-weight:700;
	line-height:1.5;
	margin-bottom:1em;
}

.history-html .snkk .page_content .box{
	background:#fff;
	padding:4rem 5rem 4rem 7rem;
	position:relative;
}

.history-html .snkk .page_content .box::after{
	position:absolute;
	top:5rem;
	left:16.6rem;
	content:"";
	width:.1rem;
	height:calc(100% - 11rem);
	background:#3366ff;
}

.history-html .snkk .page_content .box .content_wrap{
	justify-content: space-between;
	margin-bottom:40px;
	position:relative;
}

.history-html .snkk .page_content .box .content_wrap::before{
	position:absolute;
	top:.4rem;
	left:9rem;
	content:"";
	width: 1.25rem;
    height: .8rem;
	background:#3366ff;
	clip-path: polygon(50% 0%,100% 50%,50% 100%,0% 50%);
}

.history-html .snkk .page_content .box .content_wrap:last-child{
	margin-bottom:0;
}

.history-html .snkk .page_content .box .content_wrap .year{
	width:10rem;
	padding-top:.2rem;
}

.history-html .snkk .page_content .box .content_wrap .year h3{
	color:#3366ff;
	font-size:1.4rem;
}
.history-html .snkk .page_content .box .content_wrap .year p {
	color: #555;
}

.history-html .snkk .page_content .box .content_wrap .txt { width:calc(100% - 10rem); padding-left:2rem; }
.history-html .snkk .page_content .box .content_wrap .txt p {
	font-size:.9rem;
}

.clients-html .snkk .page_content h2{
	font-size:1.8rem;
	font-weight:700;
	line-height:1.5;
	margin-bottom:1em;
}

.clients-html .snkk .page_content .box{
	background:#fff;
	padding:3rem;
}

.clients-html .snkk .page_content .box p{
	margin-bottom:3rem;
	line-height:1;
	font-size:.9rem;
}

.clients-html .snkk .page_content .box .inner{
	border:2px solid #3366ff;
	padding:2.5rem 5rem;
}

.clients-html .snkk .page_content .box .inner h3{
	font-size:1.3rem;
	font-weight:700;
	margin-bottom:3.5rem;
}

.clients-html .snkk .page_content .box .inner .content_wrap ul{
	width:50%;
	font-size:.9rem;
	line-height:2;
}

.clients-html .snkk .page_content .box .inner .content_wrap a:hover { opacity:.5; }


/* news */

.news_archive{
	margin-bottom:4rem;
	border-top:1px solid #bfbfbf;
}

.news_archive a{
	justify-content: space-between;
	padding:1.5rem 1rem;
	border-bottom:1px solid #bfbfbf;
	position:relative;
}
.news_archive a:hover{ opacity:.5; }

.news_archive a::after{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:1.5rem;
	content:"";
	width:1.3rem;
	height:.35rem;
	background:url('./../img/news/arrow.webp') 0 0 no-repeat;
	background-size:cover;
	transition:.5s;
}

.news_archive a:hover::after{
	right:1.3rem;
}

.news_archive a .date{
	width:10%;
	color:#3366ff;
}

.news_archive a .title{
	width:86%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.news .page_content .pagination .page-numbers{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.news .page_content .pagination .page-numbers li{
	margin:0 .5rem;
}

.news .page_content .pagination .page-numbers li a,
.news .page_content .pagination .page-numbers li span{
	color:#3366ff;
	border:1px solid #3366ff;
	font-size:.9rem;
	line-height:calc(3rem - 2px);
	width:3rem;
}

.news .page_content .pagination .page-numbers li a:hover,
.news .page_content .pagination .page-numbers li span{
	background:#3366ff;
	color:#fff;
	opacity:1;
}

.news .page_content .pagination .page-numbers li a.prev{
	border:0;
	position:relative;
}

.news .page_content .pagination .page-numbers li a.prev::after{
	position:absolute;
	top:50%;
	transform:translateY(-50%) scale(-1, 1);
	right:100%;
	content:"";
	width:26px;
	height:7px;
	background:url('./../img/news/arrow.webp') 0 0 no-repeat;
	background-size:cover;
	transition:.5s;
}

.news .page_content .pagination .page-numbers li a.next{
	border:0;
	position:relative;
}

.news .page_content .pagination .page-numbers li a.next::after{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:100%;
	content:"";
	width:26px;
	height:7px;
	background:url('./../img/news/arrow.webp') 0 0 no-repeat;
	background-size:cover;
	transition:.5s;
}

.news .page_content .pagination .page-numbers li a.prev:hover,
.news .page_content .pagination .page-numbers li a.next:hover{
	background:transparent;
	color:#3366ff;
	opacity:0.8;
}

.news_wrap .news_header{
	margin-bottom:3rem;
}

.news_wrap .news_header h1{
	color:#3366ff;
	font-weight:700;
	font-size:1.8rem;
	line-height:1.5;
	margin-bottom:0.5em;
}

.news_wrap .news_header .date{
	color:#3366ff;
	font-size:1.3rem;
}

.news_wrap .news_content { min-height:15rem; }
.news_wrap .news_content p{
	line-height:1.88;
}

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

@media screen and (max-width: 1366px){


	
	/*.snkk .container{
		width:calc(100vw / 1366 * 1200);
	}
	
	.snkk .container-min{
		width:calc(100vw / 1366 * 900);
	}
	
	.snkk .page_content{
		padding:calc(100vw / 1366 * 92) 0;
	}
	
	.snkk .page_content p{
		font-size:calc(100vw / 1366 * 16);
	}
	
	.snkk .page_content .heading01{
		font-size:calc(100vw / 1366 * 24);
		padding-left:calc(100vw / 1366 * 44);
	}
	
	.snkk .page_content .heading01::before{
		width:calc(100vw / 1366 * 36);
		height:calc(100vw / 1366 * 24);
	}
	
	.snkk .page_content .heading02{
		font-size:calc(100vw / 1366 * 28);
		margin-bottom:calc(100vw / 1366 * 96);
	}
	
	.snkk .page_content .heading02 span{
		font-size:calc(100vw / 1366 * 16);
	}*/
	

	/*
	.company .snkk .page_content .content_wrap .box{
		margin-bottom:calc(100vw / 1366 * 48);
	}
	
	.company .snkk .page_content .content_wrap .box::after{
		width:calc(100vw / 1366 * 57);
		height:calc(100vw / 1366 * 39);
		clip-path: polygon(0 0, 100% 0,0 100%);
	}
	
	.company .snkk .page_content .content_wrap .box .txt{
		padding:calc(100vw / 1366 * 32) calc(100vw / 1366 * 40) 0;
	}
	
	.company .snkk .page_content .content_wrap .box .txt h2{
		font-size:calc(100vw / 1366 * 20);
	}
	
	.company .snkk .page_content .content_wrap .box.first .txt h3{
		font-size:calc(100vw / 1366 * 40);
	}
	
	.company .snkk .page_content .content_wrap .box .txt .nml-blue-btn{
		left:calc(100vw / 1366 * 40);
		bottom:calc(100vw / 1366 * 32);
		width:calc(100vw / 1366 * 250);
	}
	
	.company .snkk .page_content .content_wrap .box .txt .nml-blue-btn a{
		font-size:calc(100vw / 1366 * 16);
		line-height:calc(100vw / 1366 * 56);
	}
	
	.company .snkk .page_content .content_wrap .box.first .txt{
		padding:0 calc(100vw / 1366 * 60);
	}
	
	.company .snkk .page_content .content_wrap .box.first .txt h3{
		font-size:calc(100vw / 1366 * 40);
	}
	
	.company .snkk .page_content .content_wrap .box.first .txt .inner_wrap p{
		width:calc(100% - (100vw / 1366 * 250) - (100vw / 1366 * 16));
	}*/
	
	/*.mission-html .snkk .page_content .img{
		top:calc(100vw / 1366 * 142);
		right:calc(100vw / 1366 * -70);
		width:calc(100vw / 1366 * 720);
	}
	
	.mission-html .snkk .page_content .box{
		margin-bottom:calc(100vw / 1366 * 48);
		padding:calc(100vw / 1366 * 40) calc(100vw / 1366 * 48) calc(100vw / 1366 * 60);
	}
	
	.mission-html .snkk .page_content .box h3{
		font-size:calc(100vw / 1366 * 40);
	}*/
	/*
	.message-html .snkk .page_content .box{
		padding:calc(100vw / 1366 * 60);
	}
	
	.message-html .snkk .page_content .box .content_wrap{
		margin-bottom:calc(100vw / 1366 * 48);
	}
	
	.message-html .snkk .page_content .box .content_wrap .title{
		padding-bottom:calc(100vw / 1366 * 28);
	}
	
	.message-html .snkk .page_content .box .content_wrap .title::after{
		height:calc(100vw / 1366 * 4);
	}
	
	.message-html .snkk .page_content .box .content_wrap .title h2{
		font-size:calc(100vw / 1366 * 24);
	}
	
	.message-html .snkk .page_content .box .content_wrap .title p{
		font-size:calc(100vw / 1366 * 40);
	}
	
	.message-html .snkk .page_content .box .txt .block{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.message-html .snkk .page_content .box .txt .block h3{
		font-size:calc(100vw / 1366 * 36);
	}*/
	
	/*.profile-html .snkk .page_content nav{
		margin-bottom:calc(100vw / 1366 * 92);
	}
	
	.profile-html .snkk .page_content nav a{
		padding:calc(100vw / 1366 * 20) 0 calc(100vw / 1366 * 40);
		font-size:calc(100vw / 1366 * 20);
	}
	
	.profile-html .snkk .page_content nav a::after{
		bottom:calc(100vw / 1366 * 14);
		border-right:calc(100vw / 1366 * 5) solid transparent;
		border-left:calc(100vw / 1366 * 5) solid transparent;
		border-top:calc(100vw / 1366 * 6) solid #000;
	}
	
	.profile-html .snkk .page_content nav a span{
		font-size:calc(100vw / 1366 * 16);
	}
	
	.profile-html .snkk .page_content .box{
		margin-bottom:calc(100vw / 1366 * 48);
		padding:calc(100vw / 1366 * 60) calc(100vw / 1366 * 80);
	}
	
	.profile-html .snkk .page_content .box::before{
		border-right:calc(100vw / 1366 * 350) solid transparent;
		border-left:calc(100vw / 1366 * 350) solid transparent;
		border-top:calc(100vw / 1366 * 180) solid rgba(51,102,255,0.2);
	}
	
	.profile-html .snkk .page_content .box01 dl.parent{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.profile-html .snkk .page_content .box01 dl.parent > dt{
		padding:calc(100vw / 1366 * 16) 0;
		font-size:calc(100vw / 1366 * 16);
	}
	
	.profile-html .snkk .page_content .box01 dl.parent > dd{
		padding:calc(100vw / 1366 * 16) calc(100vw / 1366 * 32);
	}
	
	.profile-html .snkk .page_content .box01 .block{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.profile-html .snkk .page_content .box01 .block ul li span{
		font-size:calc(100vw / 1366 * 16);
	}
	
	.profile-html .snkk .page_content .box02 .gmap{
		padding-top:calc(400 / 1035 * 100%);
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.profile-html .snkk .page_content .box02 .content_wrap .block h3{
		font-size:calc(100vw / 1366 * 18);
		margin-bottom:calc(100vw / 1366 * 16);
	}
	
	.profile-html .snkk .page_content .box02 .content_wrap .block h3 span{
		font-size:calc(100vw / 1366 * 14);
	}
	
	.profile-html .snkk .page_content .box03 .inner{
		padding:calc(100vw / 1366 * 48);
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level{
		width:calc(100vw / 1366 * 220);
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level .card{
		padding:calc(100vw / 1366 * 24) calc(100vw / 1366 * 20);
		margin-bottom:calc(100vw / 1366 * 24);
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level .card h3{
		font-size:calc(100vw / 1366 * 18);
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.third .card{
		padding:calc(100vw / 1366 * 24);
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.third{
		width:calc(100vw / 1366 * 376);
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.first .card::before,
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.second .card:first-child::before{
		width:calc(100vw / 1366 * 64);
		height:calc(100vw / 1366 * 2);
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.second .card:last-child::before{
		width:calc(100vw / 1366 * 2);
		height:calc(100vw / 1366 * 24);
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.second .card:first-child::after{
		top:calc(100vw / 1366 * 31);
		left:calc(100% + (100vw / 1366 * 31));
		width:calc(100vw / 1366 * 2);
		height:calc(100vw / 1366 * 578);
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.third .card:not(:first-child)::before{
		top:calc(100vw / 1366 * 33);
		width:calc(100vw / 1366 * 32);
		height:calc(100vw / 1366 * 2);
	}
	
	.profile-html .snkk .page_content .box04 .content_wrap{
		margin-bottom:calc(100vw / 1366 * 28);
	}
	
	.profile-html .snkk .page_content .box04 .content_wrap .img{
		margin-bottom:calc(100vw / 1366 * 20);
	}
	
	.profile-html .snkk .page_content .box04 table{
		font-size:calc(100vw / 1366 * 16);
	}*/
	
	/*.history-html .snkk .page_content h2{
		font-size:calc(100vw / 1366 * 28);
	}
	
	.history-html .snkk .page_content .box{
		padding:calc(100vw / 1366 * 60) calc(100vw / 1366 * 120);
	}
	
	.history-html .snkk .page_content .box::after{
		top:calc(100vw / 1366 * 70);
		left:calc(100vw / 1366 * 323);
		width:calc(100vw / 1366 * 2);
		height:calc(100vw / 1366 * 986);
	}
	
	.history-html .snkk .page_content .box .content_wrap{
		margin-bottom:calc(100vw / 1366 * 40);
	}
	
	.history-html .snkk .page_content .box .content_wrap::before{
		top:calc(100vw / 1366 * 4);
		width:calc(100vw / 1366 * 24);
		height:calc(100vw / 1366 * 16);
	}
	
	.history-html .snkk .page_content .box .content_wrap .year h3{
		font-size:calc(100vw / 1366 * 24);
	}
	
	.clients-html .snkk .page_content h2{
		font-size:calc(100vw / 1366 * 28);
	}
	
	.clients-html .snkk .page_content .box{
		padding:calc(100vw / 1366 * 60);
	}
	
	.clients-html .snkk .page_content .box p{
		margin-bottom:calc(100vw / 1366 * 60);
	}
	
	.clients-html .snkk .page_content .box .inner{
		padding:calc(100vw / 1366 * 48) calc(100vw / 1366 * 120);
	}
	
	.clients-html .snkk .page_content .box .inner h3{
		font-size:calc(100vw / 1366 * 24);
		margin-bottom:calc(100vw / 1366 * 48);
	}
	
	.clients-html .snkk .page_content .box .inner .content_wrap ul{
		font-size:calc(100vw / 1366 * 16);
	}*/
	

	/*
	.news_archive{
		margin-bottom:calc(100vw / 1366 * 48);
	}
	
	.news_archive a{
		padding:calc(100vw / 1366 * 18) calc(100vw / 1366 * 86) calc(100vw / 1366 * 18) calc(100vw / 1366 * 20);
	}
	
	.news_archive a::after{
		right:calc(100vw / 1366 * 20);
		width:calc(100vw / 1366 * 26);
		height:calc(100vw / 1366 * 7);
	}
	
	.news_archive a:hover::after{
		right:calc(100vw / 1366 * 16);
	}
	
	.news .page_content .pagination .page-numbers li{
		margin:0 calc(100vw / 1366 * 10);
	}
	
	.news .page_content .pagination .page-numbers li a,
	.news .page_content .pagination .page-numbers li span{
		font-size:calc(100vw / 1366 * 16);
		padding:calc(100vw / 1366 * 18) calc(100vw / 1366 * 21.5);
	}
	
	.news .page_content .pagination .page-numbers li a.prev::after{
		width:calc(100vw / 1366 * 26);
		height:calc(100vw / 1366 * 7);
	}
	
	.news .page_content .pagination .page-numbers li a.next::after{
		width:calc(100vw / 1366 * 26);
		height:calc(100vw / 1366 * 7);
		background:url('./../img/news/arrow.webp') 0 0 no-repeat;
	}
	
	.news_wrap .news_header{
		margin-bottom:calc(100vw / 1366 * 48);
	}
	
	.news_wrap .news_header h1{
		font-size:calc(100vw / 1366 * 32);
	}
	
	.news_wrap .news_header .date{
		font-size:calc(100vw / 1366 * 20);
	}*/

}

@media screen and (max-width: 750px){

	/* common */
	
	.snkk .container,
	.snkk .container-min{
		width:80%;
	}

	
	.snkk .page_content p{
		font-size:15px;
	}
	
	.snkk .page_content .heading01{
		font-size:20px;
		padding-left:calc(100vw / 750 * 64);
	}
	
	.snkk .page_content .heading01::before{
		width:calc(100vw / 750 * 55);
		height:calc(100vw / 750 * 36);
	}
	
	.snkk .page_content .heading02{
		font-size:25px
		margin-bottom:40px;
	}
	
	.snkk .page_content .heading02 span{
		font-size:15px;
		margin-bottom:0.5em
	}
	
	/* company */
	
	.company .snkk .page_content .content_wrap .box{
		width:100%;
		margin-bottom:30px;
	}
	
	.company .snkk .page_content .content_wrap .box:nth-last-child(2){
		margin-bottom:calc(100vw / 750 * 96);
	}
	
	.company .snkk .page_content .content_wrap .box::after{
		width:calc(100vw / 750 * 114);
		height:calc(100vw / 750 * 78);
		clip-path: polygon(0 0, 100% 0, 0 100%);
	}
	
	.company .snkk .page_content .content_wrap .box .img{
		width:100%;
	}
	
	.company .snkk .page_content .content_wrap .box .txt{
		width:100%;
		padding:25px;
	}
	
	.company .snkk .page_content .content_wrap .box.first h2{
		font-size:20px;
		margin-bottom: 8px;
	}
	.company .snkk .page_content .content_wrap .box .txt h2 { margin-bottom:10px; font-size:20px; }
	
	.company .snkk .page_content .content_wrap .box .txt p{
		margin-bottom:20px;
		font-size:15px;
	}
	
	.company .snkk .page_content .content_wrap .box .txt .nml-blue-btn{
		position:relative;
		left:auto;
		bottom:auto;
		width:100%;
	}
	
	.company .snkk .page_content .content_wrap .box .txt .nml-blue-btn a{
		font-size:15px;
		line-height:45px;
		max-width:250px;
	}
	
	.company .snkk .page_content .content_wrap .box.first{
		flex-direction: column-reverse;
	}
	
	.company .snkk .page_content .content_wrap .box.first .img{
		width:100%;
	}
	
	.company .snkk .page_content .content_wrap .box.first .txt{
		width:100%;
		padding:25px;
	}
	
	.company .snkk .page_content .content_wrap .box.first .txt h3{
		font-size:25px;
		margin-bottom:15px;
	}
	
	.company .snkk .page_content .content_wrap .box.first .txt .inner_wrap p{
		width:100%;
		font-size:15px;
		margin-bottom:20px;
	}
	
	.mission-html .snkk .page_content .img{
		position:relative;
		top:auto;
		right:auto;
		width:100%;
	}
	
	.mission-html .snkk .page_content .box{
		margin-bottom:30px;
		padding:25px;
		background-image:none;
		background:#fff;
	}

	
	.mission-html .snkk .page_content .box1 { min-height:inherit; }

	.mission-html .snkk .page_content .box1 p { font-size:15px; margin-left:0; }
	.mission-html .snkk .page_content .box2 p { font-size:15px; line-height:1.8; }
	.mission-html .snkk .page_content .box3 p { font-size:15px; line-height:1.8; }
	.mission-html .snkk .page_content .box h3{
		font-size:35px;
	}
	
	.message-html .snkk .page_content .box{
		padding:25px 15px;
	}
	
	.message-html .snkk .page_content .box .content_wrap{
		margin-bottom:20px;
	}
	
	.message-html .snkk .page_content .box .content_wrap .title{
		width:100%;
		padding-bottom:25px;
		margin-bottom:25px;
	}
	
	.message-html .snkk .page_content .box .content_wrap .title::after { height:4px; }

	.message-html .snkk .page_content .box .content_wrap .title h2{
		font-size:18px;
		margin-bottom:1em;
	}
	
	.message-html .snkk .page_content .box .content_wrap .title p{
		font-size:25px;
		line-height:1.3;
	}
	
	.message-html .snkk .page_content .box .content_wrap .img{
		width:100%;
	}
	
	.message-html .snkk .page_content .box .txt .block h3{
		font-size:25px;
		padding-right:6px;
	}
	.message-html .snkk .page_content .box .txt .block p { font-size:15px; padding-right:0; }


	.profile-html .snkk .page_content .heading01 { font-size:18px; }
	.profile-html .snkk .page_content .box .block p { font-size:15px; }
	.profile-html .container{
		width: calc(80vw + (100vw / 750 * 60));
	}
	
	.profile-html .snkk .page_content nav{
		margin-bottom:40px;
		border-left:0;
	}
	
	.profile-html .snkk .page_content nav a:first-child { border-left:.1rem solid #fff; }
	.profile-html .snkk .page_content nav a:nth-child(3) { border-left:.1rem solid #fff; }
	.profile-html .snkk .page_content nav a{
		width:50%;
		font-size:18px;
		margin-bottom:20px;
	}
	
	.profile-html .snkk .page_content nav a::after{
		bottom:0;
		border-right:calc(100vw / 750 * 10) solid transparent;
		border-left:calc(100vw / 750 * 10) solid transparent;
		border-top:calc(100vw / 750 * 12) solid #000;
	}
	
	.profile-html .snkk .page_content nav a span{
		font-size:14px;
		margin-bottom:0.5em;
	}
	
	.profile-html .snkk .page_content .box{
		padding:25px 15px;
		margin-bottom:40px;
	}
	
	.profile-html .snkk .page_content .box::before{
		border-right:calc(100vw / 750 * 300) solid transparent;
		border-left:calc(100vw / 750 * 300) solid transparent;
		border-top:calc(100vw / 750 * 200) solid rgba(51,102,255,0.2);
	}
	
	.profile-html .snkk .page_content .box01 dl.parent{
		margin-bottom:calc(100vw / 750 * 80);
	}
	
	.profile-html .snkk .page_content .box01 dl.parent > dt{
		width:100%;
		padding:10px;
		font-size:18px;
		font-weight:700;
	}
	
	.profile-html .snkk .page_content .box01 dl.parent > dt::before{
		content:none;
	}
	
	.profile-html .snkk .page_content .box01 dl.parent > dd{
		width:100%;
		padding:10px;
		border-bottom:0;
	}
	.profile-html .snkk .page_content .box01 dl.parent > dd p { font-size:15px; }
	
	.profile-html .snkk .page_content .box01 dl.parent > dd .child dt{
		width:55%;
	}
	
	.profile-html .snkk .page_content .box01 dl.parent > dd .child dd{
		width:45%;
	}
	
	.profile-html .snkk .page_content .box01 .block{
		margin-bottom:calc(100vw / 750 * 80);
	}
	
	.profile-html .snkk .page_content .box01 .block ul li {
		margin-bottom:calc(100vw / 750 * 20);
	}
	
	.profile-html .snkk .page_content .box01 .block ul li:last-child{
		margin-bottom:0;
	}
	
	.profile-html .snkk .page_content .box01 .block ul li span{
		font-size:15px;
		line-height:1.4;
	}
	
	.profile-html .snkk .page_content .box01 .block ul li span:first-child{
		width:100%;
	}
	
	.profile-html .snkk .page_content .box01 .block ul li span:nth-child(2){
		width:100%;
	}
	
	.profile-html .snkk .page_content .box01 .block ul li span:last-child{
		width:100%;
	}
	
	.profile-html .snkk .page_content .box02 .gmap{
		margin-bottom:35px;
		padding-top:100%;
		margin-top:45px;
	}

	.profile-html .snkk .page_content .box02 .gmap iframe {
		left:0;
		width:100%;
		transform: inherit;
	}
	
	.profile-html .snkk .page_content .box02 .content_wrap .block{
		width:100%;
		margin-bottom:40px;
	}
	
	.profile-html .snkk .page_content .box02 .content_wrap .block:last-child{
		margin-bottom:0;
	}
	
	.profile-html .snkk .page_content .box02 .content_wrap .block h3{
		font-size:20px;
		margin-bottom:15px;
	}
	
	.profile-html .snkk .page_content .box02 .content_wrap .block h3 span{
		font-size:14px;
	}
	
	.profile-html .snkk .page_content .box03 .inner{
		padding:25px 15px;
		margin-top:40px;
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level{
		width:100%;
		margin-bottom:25px;
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level .card{
		width:calc((100% - 20px) / 2);
		padding:13px 0;
		margin-bottom:25px;
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level .card h3{
		font-size:14px;
		line-height:1.4;
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level .card p{
		font-size:13px;
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level .card h3 span { font-size:12px; }

	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.second{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.second .card:first-child{
		margin-bottom:0;
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.third{
		width:100%;
		margin-bottom:0;
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.third .card{
		width:66%;
		margin:0 0 10px auto;
		padding:15px;
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.third .card:last-child{
		margin:0 0 0 auto;
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.first .card::before{
		top:100%;
		left:50%;
		transform:translateX(-50%);
		height:calc(100vw / 750 * 48);
		width:2px;
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.second .card:first-child::before{
		top:100%;
		left:50%;
		transform:translateX(-50%);
		/*height:calc(100vw / 750 * 1082);*/
		height:calc(100% - 83px);
		max-height:530px;
		width:2px;
	
	}
	.profile-html .snkk .page_content .box03 .inner .content_wrap { position: relative; }
	.profile-html .snkk .page_content .box03 .inner .content_wrap::before {
		top:0;
		left:calc(((100% - 20px) / 2) / 2);
		transform:translateX(-50%);
		/*height:calc(100vw / 750 * 1082);*/
		height:calc(100% - 80px);
		width:2px;
		position: absolute;
	    content: "";
	    background: #d6e0ff;
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.second .card:first-child::after{
		content:none;
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.second .card:last-child::before{
		top:50%;
		transform:translateY(-50%);
		left:auto;
		bottom:auto;
		right:100%;
		height:2px;
		width:20px;
	}
	
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.third .card:first-child::before,
	.profile-html .snkk .page_content .box03 .inner .content_wrap .level.third .card:not(:first-child)::before{
		top:20px;
		width: 15.5%;
        max-width: 54px;
        min-width: 27px;
		right: 100%;
		height: 2px;
	}
	
	.profile-html .snkk .page_content .box04 .content_wrap{
		margin-bottom:30px;
		margin-top:40px;
	}
	
	.profile-html .snkk .page_content .box04 .content_wrap .img{
		width:48%;
		margin-bottom:calc(100vw / 750 * 20);
	}
	
	.profile-html .snkk .page_content .box04 .table_wrap{
		overflow-x: scroll;
	}
	
	.profile-html .snkk .page_content .box04 .table_wrap .parent{
		width:calc(100vw / 750 * 1300);
		border-collapse: collapse;
		white-space: nowrap;
	}
	
	.profile-html .snkk .page_content .box04 table{
		font-size:15px;
	}
	
	.history-html .snkk .page_content h2{
		font-size:20px;
	}
	
	.history-html .snkk .page_content .box{
		padding:25px 15px;
	}
	
	.history-html .snkk .page_content .box::after{
		content:none;
	}
	
	.history-html .snkk .page_content .box .content_wrap{
		margin-bottom:25px;
	}
	
	.history-html .snkk .page_content .box .content_wrap::before{
		top:.5rem;
		left:0;
		width:20px;
		height:14px;
	}
	
	.history-html .snkk .page_content .box .content_wrap .year{
		width:100%;
		display: flex;
		padding-left:25px;
	}
	
	.history-html .snkk .page_content .box .content_wrap .year h3{
		font-size:20px;
	}

	.history-html .snkk .page_content .box .content_wrap .txt{
		width:100%;
		padding-left:25px;
	}
	.history-html .snkk .page_content .box .content_wrap .txt p { font-size:15px; line-height:1.66; }
	.clients-html .snkk .page_content h2{
		font-size:20px;
	}
	
	.clients-html .snkk .page_content .box{
		padding:25px 15px;
	}
	
	.clients-html .snkk .page_content .box p{
		line-height:1.6;
		margin-bottom:20px;
		font-size:15px;
	}
	
	.clients-html .snkk .page_content .box .inner{
		padding:15px;
	}
	
	.clients-html .snkk .page_content .box .inner h3{
		font-size:18px;
		margin-bottom:calc(100vw / 750 * 36);
	}
	
	.clients-html .snkk .page_content .box .inner .content_wrap ul{
		width:100%;
		font-size:15px;
		line-height:1.4;
	}
	
	.clients-html .snkk .page_content .box .inner .content_wrap ul li{
		margin-bottom:0.5em;
	}
	
	/* news */
	.news_archive a { padding:15px 45px 15px 10px; }

	.news_archive a::after{
		width:26px;
		height:7px;
	}
	
	.news_archive a:hover::after{
		right:0;
	}
	
	.news_archive a .date{
		width:100%;
		line-height:1.6;
	}
	
	.news_archive a .title{
		width:100%;
		line-height:1.6;
		-webkit-line-clamp: 2;
	}
	
	.news .page_content .pagination .page-numbers li a,
	.news .page_content .pagination .page-numbers li span{
		width: 40px;
        line-height: 38px;
        font-size: 15px;
	}
	
	.news .page_content .pagination .page-numbers li a.prev::after,
	.news .page_content .pagination .page-numbers li a.next::after{
		content:none;
	}
	
	.news_wrap .news_header{
		margin-bottom:30px;
	}
	
	.news_wrap .news_header h1{
		font-size:22px;
	}
	
	.news_wrap .news_header .date{
		font-size:17px;
	}

}

#btm-contact-sec p { line-height:1; }



@media screen and (max-width: 750px) {
	.profile-html .snkk .page_content .box04 .table_wrap { overflow-x:hidden; }
	.profile-html .snkk .page_content .box04 .table_wrap .parent { width:100%; white-space:inherit; border-bottom:0; }
	.profile-html .snkk .page_content .box04 .table_wrap table,
	.profile-html .snkk .page_content .box04 .table_wrap tbody,
	.profile-html .snkk .page_content .box04 .table_wrap tr,
	.profile-html .snkk .page_content .box04 .table_wrap th,
	.profile-html .snkk .page_content .box04 .table_wrap td { display:block; }
	.profile-html .snkk .page_content .box04 .parent > tbody > tr { border-bottom:1px solid #ccc; }
	.profile-html .snkk .page_content .box04 .parent > tbody > tr > th { width:100%; background:#f6f6f6; border:0; }
	.profile-html .snkk .page_content .box04 .parent > tbody > tr > td { width:100%; border:0; }
	.profile-html .snkk .page_content .box04 .parent .child tr { border-bottom:0; display:flex; flex-wrap:wrap; padding-bottom:5px; }
	.profile-html .snkk .page_content .box04 .parent .child tr th { width:100%; font-weight:bold; padding:15px 1.5em 5px; }
	.profile-html .snkk .page_content .box04 .parent .child tr td { width:50%; padding:0 1.5em; }
	.profile-html .snkk .page_content .box04 .parent .child tr th[colspan] { margin-bottom:10px; }
	.profile-html .snkk .page_content .box04 .parent .child tr td[colspan] { width:100%; }
}