@charset "UTF-8";
/* CSS Document */

/* タブレット横用 */
@media only screen and (min-width: 960px) and (max-width: 1200px) {
/*トップページ上*/
.nklogotop{
	font-size: 24px;
	padding: 335px 0 0 280px;
}
.nklogotop img{
	max-width: 550px;
}
.topmenu01{
	width: 270px;
}
.topmenu01 .topmenu_service a{
	font-size: 20px;
}
	
/*AboutAs*/
.nkaboutus ul{
	height: calc((100vw - 80px) * 0.9398);
}
	
/*トップページサービス*/	
.nkservice_toptext h3{
	font-size: 30px;
}

	
/*サービスフロー*/
.nkflow ol{
	max-width: 1000px;
}
.nkflow ol{
	max-width: 53.8%;
}
.nkflow ol:after{
	width: 40%;
	height: 0;
	padding-top: 33%
}
		
	
	
.brpc{display:block}
.brtc{display:none}
.brsp{display:none}
}

/* タブレット用 */
@media only screen and (min-width: 680px) and (max-width: 959px) {
	
/*トップページ上*/
.nk_top{
	height: 650px;
}
.nklogotop{
	font-size: 20px;
	padding: 280px 0 0;
}
.nklogotop img{
	max-width: 460px;
}
.topmenu01{
	display: none;
}

/*ヘッダー*/
header{
	height: 75px;
	padding: 12px 25px 12px 25px;
}		
	
/*ハンバーガーメニュー*/
.spmenu_containertop,.spmenu_container{
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2;
}
.spmenu_container .spmenubtn{
	display: block;
}
.spmenubtn{
	width: 75px;
	height: 75px;
	background: rgba(75,72,160,0.85);
	position: sticky;
	z-index: 1;
	transition: .5s;
	cursor: pointer;
}
.spmenubtn div{
	width: 28px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 23.5px;
	transition: .3s;
}
.spmenubtn div:first-of-type{
	top: 22px;
}
.spmenubtn div:nth-of-type(2){
	top: 30px;
}
.spmenubtn div:last-of-type{
	top: 38px;
}
.spmenubtn:after{
    content: "menu";
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 43px;
	left: 50%;
	transform: translateX(-50%);
}
.spmenubox{
    margin: 0 auto;
    position: fixed;
    top: 0;
    right: -100%;
    transition: .8s;
}
.spmenubox ul{
    flex-direction: column;
	background: rgba(75,72,160,0.85);
	padding: 75px 30px 30px;
}
.spmenubox ul{
    flex-direction: column;
	background: rgba(75,72,160,0.85);
	padding: 75px 30px 30px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.spmenubox li{
    width: 132px;
	border-top: 1px solid rgba(255,255,255,0.5);
    text-align: left;
	margin: 0;/*ヘッダーmargin無効*/
}
.spmenubox li:last-of-type{
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.spmenubox li a{
	display: block;
    color: #fff;
	padding: 15px 10px 15px;
}
.spmenubox a:after{
	font-family: "Material Symbols Outlined";
	line-height: 1;
	content: "\e941";
	display: inline-block;
	font-size: 19px;
	vertical-align: middle;
	padding: 0 0 3px 20px;
	transition: .3s;
}
.spmenubtn.hambtn_active{
    background: transparent;
}
.spmenubox.hammenu_active{
	top: 0;
	right: 0;
	transition: .3s;
}
.spmenubtn.hambtn_active div:first-of-type{
    transform: translateY(8px) rotate(45deg);
}
.spmenubtn.hambtn_active div:nth-of-type(2){
	opacity: 0;
}
.spmenubtn.hambtn_active div:last-of-type{
	transform: translateY(-8px) rotate(-45deg);
}
.spmenubtn.hambtn_active:after{
    content: "close";
}
	
/*パンくずリスト・共通*/
.breadcrumb{
	padding: 15px 40px 20px;
}
.nkpagetop_h{
	height: 200px;
	margin: 75px 0 80px;
}

	
/*ｈ共通*/
.nkaboutus h2,.nkservice_top h2,.nkservice h2,.nknews_top h2,.nkpagetop_h div{
	font-size: 50px;
}
.nkaboutus h2 span,.nkservice_top h2 span,.nkservice h2 span,.nknews_top h2 span,.nkpagetop_h div span{
	font-size: 25px;
}
.nkservice .srvh3,.nkpage .pageh3{
	font-size: 28px;
}
.nkservice .srvh3 div,.nkpage .pageh3 div{
	font-size: 23px;
}

	
/*AboutAs*/	
.nkaboutus_text01{
	font-size: 25px;
}
.nkaboutus_text02{
	font-size: 17px;
}
.nkaboutus ul{
	width: 600px;
	display: grid;
	gap: 30px 30px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	height: 100%;
	background: none;
}
.nkaboutus li{
	width: 260px;
	padding-top: calc(260px - 10px);
	position: relative;
}
.nkaboutus li img{
	padding: 15px 0 10px;
}
.nkaboutus li:first-of-type,.nkaboutus li:nth-of-type(n+2):nth-of-type(-n+6){
	top: auto;
	left: auto;
	right: auto;
	transform: none
}

/*トップページサービス*/
.nkback .nkservice_top{
	padding: 40px 50px 15px;
	margin: 0 auto;
}
.nkservice_top h2 + p, .nkservice h2 + p{
	font-size: 18px;
	margin: 10px 0 60px;
}
.nkservice_top li,.nkservice_top li:nth-of-type(2n){
	flex-direction: column;
	padding: 40px 40px 40px;
	margin-bottom: 55px;
}
.nkservice_top_num{
	font-size: 50px;
}
.nkservice_toptext,.nkservice_top li:nth-of-type(2n) .nkservice_toptext{
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.nkservice_toptext h3{
	padding-bottom: 8px
}
.nkservice_toptext p{
	margin-bottom: 5px
}
.nkservice_top li img,.nkservice_top li:nth-of-type(2n) img{
	width: 100%;
	max-width: 550px;
	margin: 15px auto 0;
}
.nkservice_toplink{
	font-size: 15px;
	margin-top: 20px;
}
	
/*下部お問い合わせ*/
.contact_top h2{
	font-size: 25px;
}
.contact_top h2:before{
	margin: 10px 10px 15px;
}
.contact_top ul{
	margin-top: 40px;
}
.contact_top li{
	width: 248px;
	margin: 0 30px;
}
.contact_top li h3{
	font-size: 18px;
}
.contact_top li .tel{
	font-size: 35px;
}
.contact_top li .openhour{
	text-indent: -4.6em;
	padding-left: 4.6em;
}
.contact_top li .contactbtn{
	display: block;
	font-size: 18px;
	height: 50px;
	padding: 8px 30px;
}
.contact_top li .contactbtn:before{
	font-size: 20px;
	margin: 0 8px 4px 0;
}
.contact_top li .contactbtn:after{
	font-size: 18px;
    margin: 0 0 3px 15px;
}

/*フッター*/
.footer_logo{
	width: 270px;
}
.footer_back .comtext{
	font-size: 30px;
}
	
/*サービスページ*/
	
/*サービスフロー*/
.nkflow ol:after{
	display: none;
}
	
/*メンテナンス*/
.nkmaintenance{
	flex-direction: column;
}
.nkmainttext{
	width: 100%;
	margin-right: 0;
}
.nkmainttext h3{
	font-size: 30px;
}
.nkmainttext h3 div{
	font-size: 20px;
}
.nkmaintenance img{
	width: 100%;
	max-width: 500px;
	margin: 0 0 35px;
}
	
/*私たちの強み*/
.nkstrengths h4{
	font-size: 23px;
	margin-bottom: 13px;
}
	
/*商品ページ*/
.nkproduct{
	padding: 75px 0 200px;
}
.nkproduct h2{
	padding: 160px 40px 0;
}
.nkproduct h2 div{
	font-size: 23px;
}
.nkproduct h3{
	font-size: 28px;
}
	
/*設置サービス*/
.installation .installation_num{
	font-size: 23px;
	width: 70px;
	height: 43px;
}
.installation .installation_num div{
	font-size: 14px;
}
.installation h4{
	font-size: 23px;
	height: 43px;
	padding: 5px 25px 5px 90px;
}
	
/*定期メンテナンス*/
.product_maint li h4{
	font-size: 17px;
}
.product_maint li p{
	font-size: 16px;
	padding: 10px 20px 18px;
}
	
/*会社情報*/
.ceo_message{
	display: block;
	margin: 30px 0 120px
}
.ceo_message .ceoimg{
	width: 350px;
	margin: 0 25px 5px 0;
	float: left;
}
.message_text{
	width: 100%;
}
.message_text img{
	max-width: 280px;
	margin: 30px 0 0 auto;
}
.outline{
	margin: 30px 0 200px;
}

/*プライバシーポリシー*/
.privacypolicy_h{
	padding: 139px 0 45px;
}

.privacypolicy_h h2{
	font-size: 30px;
}
.privacypolicy_h div{
	font-size: 23px;
}
	
/*ニュース一覧*/
.nknews_h div{
	font-size: 21px;
}
	
	
.brpc{display:none}
.brtc{display:block}
.brsp{display:none}
.brsps{display:none}
}

/* スマートフォン用 */
@media screen and (max-width: 679px) {
	
/*トップページ上*/
.nk_top{
	height: 580px;
}
.nklogotop{
	font-size: 20px;
	padding: 225px 0 0;
}
.nklogotop img{
	max-width: 450px;
	width: 85%;
}
.topmenu01{
	display: none;
}
.topmenu02,.topmenu02 li{
	width: 100%;
}
.topmenu02 a{
	font-size: 16px;
	width: 100%;
	height: 90px;
	padding-top: 43px;
}
.topmenu02 li.topmenu_news:before{
	border-radius: 0px;
}
.topmenu02 .topmenu_news a:before{
	top: 5px;
}
.topmenu02 .topmenu_news a:after{
	border-radius: 0px;
}
.topmenu02 .topmenu_contact a:before{
	font-size: 25px;
	top: 12px;
}
	
/*ヘッダー*/
header{
	height: 65px;
	padding: 15px 80px 15px 10px;
}
	
/*ハンバーガーメニュー*/
.spmenu_containertop,.spmenu_container{
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2;
}
.spmenu_container .spmenubtn{
	display: block;
}
.spmenubtn{
	width: 65px;
	height: 65px;
	background: rgba(75,72,160,0.85);
	position: sticky;
	z-index: 1;
	transition: .5s;
}
.spmenubtn div{
	width: 28px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 18.5px;
	transition: .3s;
}
.spmenubtn div:first-of-type{
	top: 17px;
}
.spmenubtn div:nth-of-type(2){
	top: 25px;
}
.spmenubtn div:last-of-type{
	top: 33px;
}
.spmenubtn:after{
    content: "menu";
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
}
.spmenubox{
    margin: 0 auto;
    position: fixed;
    top: 0;
    right: -100%;
    transition: .5s;
}
.spmenubox ul{
    flex-direction: column;
	background: rgba(75,72,160,0.85);
	padding: 75px 30px 30px;
}
.spmenubox li{
    width: 132px;
	border-top: 1px solid rgba(255,255,255,0.5);
    text-align: left;
	margin: 0;/*ヘッダーmargin無効*/
}
.spmenubox li:last-of-type{
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.spmenubox li a{
	display: block;
    color: #fff;
	padding: 15px 10px 15px;
}
.spmenubox a:after{
	font-family: "Material Symbols Outlined";
	line-height: 1;
	content: "\e941";
	display: inline-block;
	font-size: 19px;
	vertical-align: middle;
	padding: 0 0 3px 20px;
	transition: .3s;
}
.spmenubtn.hambtn_active{
    background: transparent;
}
.spmenubox.hammenu_active{
	top: 0;
	right: 0;
	transition: .3s;
}
.spmenubtn.hambtn_active div:first-of-type{
    transform: translateY(8px) rotate(45deg);
}
.spmenubtn.hambtn_active div:nth-of-type(2){
	opacity: 0;
}
.spmenubtn.hambtn_active div:last-of-type{
	transform: translateY(-8px) rotate(-45deg);
}
.spmenubtn.hambtn_active:after{
    content: "close";
}
	
/*パンくずリスト・共通*/
.breadcrumbs{
	padding: 20px 25px 20px;
	top: 65px;
}
.nk_content{
	padding: 0 25px;
}
.nk_single{
	padding: 130px 25px 100px
}
.nkpagetop_h{
	height: 130px;
	margin: 65px 0 40px;
}

/*ｈ共通*/
.nkaboutus h2,.nkservice_top h2,.nkservice h2,.nknews_top h2,.nkpagetop_h div{
	font-size: 25px;
}
.nkaboutus h2 span,.nkservice_top h2 span,.nkservice h2 span,.nknews_top h2 span,.nkpagetop_h div span{
	font-size: 20px;
	margin-left: 20px;
}
.nkservice .srvh3,.nkpage .pageh3{
	font-size: 23px;
}
.nkservice .srvh3 div,.nkpage .pageh3 div{
	font-size: 18px;
}
	
/*AboutAs*/
.nkaboutus{
	padding: 40px 0 100px;
}
.nkaboutus_text01{
	font-size: 18px;
	padding: 18px 0;
}
.nkaboutus_text02{
	max-width: 400px;
	font-size: 16px;
	margin: 0 auto;
}
.nkaboutus ul{
	width: 100%;
	display: grid;
	gap: 30px 30px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	height: 100%;
	background: none;
	margin: 80px auto 0;
}
.nkaboutus li{
	width: 260px;
	padding-top: calc(260px - 10px);
	position: relative;
	margin: 0 auto;
}
.nkaboutus li img{
	padding: 15px 0 10px;
}
.nkaboutus li:first-of-type,.nkaboutus li:nth-of-type(n+2):nth-of-type(-n+6){
	top: auto;
	left: auto;
	right: auto;
	transform: none
}

/*トップページサービス*/
.nkservice_top_back{
	border-radius: 0px 50px 0px 0px;
}
.nkback .nkservice_top{
	padding: 30px 25px 15px;
	margin: 0 auto;
}
.nkservice_top h2 + p, .nkservice h2 + p{
	font-size: 16px;
	margin: 10px 0 30px;
}
.nkservice_top li,.nkservice_top li:nth-of-type(2n){
	flex-direction: column;
	padding: 25px 25px 25px;
	margin-bottom: 40px;
	border-radius: 10px;
}
.nkservice_top_num{
	font-size: 40px;
	left: 20px;
}
.nkservice_top li:nth-of-type(2n) .nkservice_top_num{
	right: 20px;
}
.nkservice_toptext,.nkservice_top li:nth-of-type(2n) .nkservice_toptext{
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.nkservice_toptext h3{
	font-size: 22px;
	padding-bottom: 8px
}
.nkservice_toptext p{
	margin-bottom: 5px
}
.nkservice_top li img,.nkservice_top li:nth-of-type(2n) img{
	width: 100%;
	max-width: 550px;
	margin: 15px auto 0;
}
.nkservice_toplink{
	margin-top: 20px;
}
	
/*トップページニューススライダー*/
.nkback .nknews_top{
	padding: 40px 25px 60px;
}
.nknews_top .swiper-button-prev{
	width: 15px;
	height: 15px;
	transform: rotate(-45deg) translateY(-50%);
	top: calc(50% - 64px);
	left: 15px;
}
.nknews_top .swiper-button-next{
	width: 15px;
	height: 15px;
	top: calc(50% - 64px);
	right: 15px;
}
.nknews_top .swiper-pagination{
	margin: 30px 0 0;
}
.nknews_top .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	margin: 0 5px;
}
	
/*下部お問い合わせ*/
.contact_top{
	padding: 40px 0 60px;
}
.contact_top h2{
	font-size: 20px;
}
.contact_top h2:before{
	margin: 10px 10px 15px;
}
.contact_top h2 span {
    margin-left: 10px;
}
.contact_top h2 span:before {
    height: 25px;
    margin: 0 10px 5px 0;
}
.contact_top ul{
	flex-direction: column;
	margin-top: 25px;
}
.contact_top li{
	width: 248px;
	margin: 0 auto;
}
.contact_top li h3{
	font-size: 18px;
}
.contact_top li .tel{
	font-size: 35px;
}
.contact_top li .openhour{
	text-indent: -4.6em;
	padding-left: 4.6em;
	margin-bottom: 40px;
}
.contact_top li .contactbtn{
	display: block;
	font-size: 18px;
	height: 50px;
	padding: 8px 30px;
}
.contact_top li .contactbtn:before{
	font-size: 20px;
	margin: 0 8px 4px 0;
}
.contact_top li .contactbtn:after{
	font-size: 18px;
    margin: 0 0 3px 15px;
}

/*フッター*/
.footer_back{
	padding: 20px 0 40px;
}
.footer_logo{
	width: 230px;
}
.footer_back .comtext{
	font-size: 25px;
	margin: 5px 0 10px;
}
.footer_back li{
	margin: 10px 15px 0; 
}
.nk_copyright{
	padding: 15px;	
}

/*サービスページ*/
.nkservice{
	padding: 65px 0 100px;
	margin-top: 65px;
}
/*サービスページスライダー*/
.nkservice .nkservice_slide{
	padding: 0 30px;
	margin-bottom: 100px;
}
.nkservice_slide .swiper-button-prev{
	width: 18px;
	height: 18px;
	border-width: 3px 0 0 3px;
	top: calc(50% - 30px);
	left: 15px;
}
.nkservice_slide .swiper-button-next{
	width: 18px;
	height: 18px;
	border-width: 3px 3px 0 0;
	top: calc(50% - 30px);
	right: 15px;
}
.nkservice_slide .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	margin: 0 5px;
}
	
/*サービスフロー*/
.nkflow{
	margin: 30px 0 100px;
}
.nkflow ol{
	max-width: 480px;
	flex-direction: column;
	padding: 66px 25px 65px;
	margin: 0 auto -25px;
	position: relative;
}
.nkflow ol:before{
	clip-path: polygon(0 0, 50% 40px, 100% 0, 100% calc(100% - 40px), 50% 100% , 0 calc(100% - 40px));
}
.nkflow ol:first-of-type{
	padding: 40px 25px 65px;
}
.nkflow ol:first-of-type:before{
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100% , 0 calc(100% - 40px));
}
.nkflow ol:after{
	display: none;
}
.nkflow ol .nkflow_num{
	font-size: 35px;
	position: absolute;
	top: 35px;
	left: 25px;
}
.nkflow ol:first-of-type .nkflow_num{
	top: 7px;
}
.nkflow ol .nkflow_num div{
	margin-bottom: -12px;
}
.nkflow ol .nkflow_num div{
	font-size: 15px;
}
.nkflow_text{
	width: 100%;
}
.nkflow_text h4{
	font-size: clamp(17px,4.4vw,21px);
	padding-left: 50px;
	margin-bottom: 5px;
	letter-spacing: 0.03em;
}
.nkflow_text p{
	font-size: 16px;
}
	
/*メンテナンス*/
.nkmaintenance_back{
	margin-bottom: 100px;
	padding: 8px;
}
.nkmaintenance{
	flex-direction: column;
	padding: 25px 25px 5px;
}
.nkmainttext{
	width: 100%;
	margin-right: 0;
}
.nkmainttext h3{
	font-size: 28px;
}
.nkmainttext h3 div{
	font-size: 18px;
}
.nkmaintenance img{
	width: 100%;
	max-width: 500px;
	min-width: 100%;
	margin: 0 0 20px;
}
.nkmainttext p{
	font-size: 16px;
	margin: 10px 0 20px;
}
	
/*私たちの強み*/
.nkstrengths{
	margin-top: 30px;
}
.nkstrengths li{
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.nkstrengths h4{
	font-size: 20px;
	margin-bottom: 13px;
}
	
/*商品ページ*/
.nkproduct{
	padding: 65px 0 100px;
}
.nkproduct h2{
	width: calc(100% - 25px);
	padding: 150px 25px 0;
}
.nkproduct h2 div{
	font-size: 18px;
	top: 55%;
}
.nkproduct02{
	padding-bottom: 80px;
	margin-top: 80px;
}
.nkproduct h3{
	font-size: 23px;
	padding: 40px 0 20px;
}
.nkproduct h3.machine_h:before{
	width: 36px;
	height: 37.04px;
	margin: 0 10px 0 0;
}
	
/*特長と利点*/
.nkproduct .merit .merit_num{
	font-size: 35px;
}
.nkproduct .merit li h4{
	font-size: 19px;
	line-height: 1.4;
}
	
/*設置サービス*/
.installation li{
	margin-bottom: 30px;
}
.installation .installation_num{
	font-size: 22px;
	width: 53px;
	height: 40px;
	border-radius: 5px 0px 0px 0px;
}
.installation .installation_num div{
	font-size: 13px;
}
.installation h4{
	font-size: 20px;
	height: 100%;
	min-height: 40px;
	padding: 6px 15px 6px 63px;
}
.installation p{
	font-size: 16px;
	padding: 8px 20px 10px;
}
	
/*修理・点検サービス*/
.repair_text{
	font-size: 16px;
	margin: 30px 0 15px;
}
.repair li{
	font-size: clamp(16px,3.8vw,18px);
	padding: 4px 10px 6px;
}
.machine_recap{
	font-size: 18px;
}
.machine_recap span{
	font-size: 1.1em;
}
	
/*定期メンテナンス*/
.product_maint{
	flex-direction: column;
	margin: 30px 0;
}
.product_maint:before{
	content: "";
	display: block;
	width: 15px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.product_maint li{
	width: 100%;
	margin-bottom: 30px;
}
.product_maint li:last-of-type{
	margin-bottom: 0;
}
.product_maint li h4{
	font-size: 18px;
}
.product_maint li p{
	font-size: 16px;
	padding: 10px 20px 16px;
}
	
/*会社情報*/
.ceo_message{
	flex-direction: column;
	margin: 20px 0 80px
}
.ceo_message .ceoimg{
	width: 350px;
	margin: 0 auto 15px;
}
.message_text{
	width: 100%;
}
.message_text img{
	max-width: 280px;
	margin: 30px 0 0 auto;
}
.outline{
	max-width: 450px;
	margin: 30px auto 80px;
}
.outline th{
	width: 100%;
	display: block;
	padding: 15px 0 3px;
}
.outline td{
	max-width: 100%;
	display: block;
	border-top: none;
	padding: 3px 0 15px;
}

/*お問い合わせ*/
.contact_link{
	margin: 20px 0 80px;
}
.contact_form{
	margin: 0 auto 60px;
}
.contact_form th{
	font-size: 16px;
	display: block;
	width: 100%;
	padding-top: 10px;
}
.contact_form td{
	display: block;
	padding: 15px 0;
}
.form_btn_wrap{
	flex-direction: column;
	margin-bottom: 100px;
}
.form_btn_wrap input{
	padding: 16px;
	margin: 7px auto;
}	
	
/*確認画面・完了画面*/
.confirm_area .contact_form th{
	padding: 20px 0 0;
	border-bottom: none;
}


	
/*プライバシーポリシー*/
.privacypolicy_h{
	padding: 119px 0 40px;
}
.privacypolicy_h h2{
	font-size: 23px;
}
.privacypolicy_h div{
	font-size: 18px;
}
.privacypolicy{
	margin-top: 50px;
}
.privacypolicy dt{
	font-size: 18px;
	margin-bottom: 5px;
}
.privacypolicy dd{
	margin-bottom: 30px;
}
.privacypolicy + p{
	font-size: 15px;
	margin: 0 0 80px auto;
}
.privacypolicy + p span{
	font-size: 18px;
}
	
	
/*ニュース一覧*/
.nknews_h{
	font-size: 20px;
}
.nknews_h div{
	font-size: 17px;
}
.nksingle_new{
	margin-bottom: 80px;
}
.nksingle_new .nk_thumbnail{
	padding-top: 67.64%;
	margin-bottom: 10px;
}
.nksingle_new .nksingle_category{
	font-size: 12px;
	padding: 4.8px 12px 5.5px;
	top: 10px;
	left: 10px;
}
.nksingle_new h4{
	font-size: 16px;
	margin-top: 0;
}
.nksingle_list{
	gap: 35px 20px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.nksingle_list h4{
	font-size: 15px;
	line-height: 1.5;
	margin-top: 0;
}
.nk_pagenation{
	margin: 40px auto 80px; 
}
	
	
.brpc{display:none}
.brtc{display:none}
.brsp{display:block}
.brsps{display:none}

/* スマートフォン用 小 */
@media screen and (max-width: 350px) {

/*サービス*/	
/*サービスフロー*/
.nkflow ol{
	padding: 113.5px 30px 65px;
}
.nkflow ol:first-of-type{
	padding: 87.5px 30px 65px;
}
.nkflow ol .nkflow_num{
	top: 50px;
}
.nkflow ol:first-of-type .nkflow_num{
	top: 25px;
}
.nkflow_text h4{
	width: calc(100% - 55px);
	position: absolute;
	top: 82px;
	transform: translateY(-50%);
	left: 30px;
}
.nkflow ol:first-of-type .nkflow_text h4{
	top: 56px;
}

/*メンテナンス*/
.nkmaintenance{
	padding: 20px 20px 5px;
}
.nkmainttext h3{
	font-size: 23px;
}
.nkmainttext h3 div{
	font-size: 17px;
}
	
/*商品ページ*/
/*特長と利点*/
.nkproduct .merit{
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.nkproduct .merit.merit03{
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
	
/*会社情報*/
.message_text img{
	max-width: 100%;
}
	
/*お問い合わせ*/
.contact_text{
	font-size: 15px;
}
.contact_link{
	font-size: 15px;
}
	
	
.brpc{display:none}
.brtc{display:none}
.brsps{display:block}
	}
}
