@charset "utf-8";
@media screen and (max-width: 992px){
/* header */
header{
	width:100%;
	position:fixed;
	z-index:101;
	background-color:#fff;
}
header > div{
	width:auto;
	height:50px;
	margin:auto;
	padding:0 3%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	position:rekative;
	z-index:100;
}

header > div ul{
	padding:0;
}
header > div ul li{
	display:inline-block;
	margin-left:20px;
}

header nav{
	height:calc(100vh - 50px);
	margin-bottom:0;
	display:none;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
header nav > ul{
	padding-bottom:80px;
	letter-spacing:-0.4em;
}
header nav > ul > li{
	display:block;
	vertical-align:top;
	letter-spacing:normal;
	border-bottom:1px dotted #ccc;
}
header nav > ul > li > a{
	line-height:42px;
	padding:0 26px;
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#333;
	text-align:left;
	position:relative;
}
header nav > ul > li.multi > a{
	pointer-events:none;
}
header nav > ul > li:last-child > a{
	border-bottom:none;
}
header nav > ul > li > a:hover{
	opacity:1;
	background-color:#0095e0;
	color:#fff;
}

header nav > ul > li > ul{
	position:static;
	top:auto;
	left:auto;
	transform:none;
	background-color:transparent;
	display:none;
	box-shadow:none;
}
header nav > ul > li > ul li{
	border-bottom:none;
}
header nav > ul > li > ul li a{
	line-height:36px;
	display:block;
	padding:0 40px;
	font-size:15px;
	font-weight:bold;
	color:#333;
	text-align:left;
	position:relative;
}
	header #gnav ul {
    flex-direction: column;
}

/* smart_nav */
#smart_nav{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:42px;
	margin:0;
	padding:0;
	position:relative;
	cursor:pointer;
}

#smart_nav span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 3px;
	margin: -1px 0 0 -14px;
	background-color:#003d80;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#smart_nav span:before,
#smart_nav span:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 3px;
	background-color:#003d80;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#smart_nav span:before{
	margin-top: -11px;
}

#smart_nav span:after{
	margin-top: 7px;
}

#smart_nav .close{
	background: transparent;
	width:42px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
}

#smart_nav .close:before,
#smart_nav .close:after{
	margin-top: 0;
}

#smart_nav .close:before{
	width: 28px;
	height: 3px;
	margin: -2px 0 0 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#smart_nav .close:after{
	width: 28px;
	height: 3px;
	margin: -2px 0 0 6px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
}
@media screen and (max-width:768px){
h4{font-size:16px;}	
.center{text-align:left;}
html {
	-webkit-text-size-adjust: 100%;
}
html.close {
	overflow:hidden;
	height:100%;
}
body {
	font-size:14px;
}


.only_smart{
	display:block !important;
}
.only_smart_i{
	display:inline-block !important;
}
.only_pc{
	display:none !important;
}
img{
	max-width:100%;
}
iframe{
	max-width:100%;
}

#wrapper{
	min-width:auto;
	min-width:initial;
}



	
	

/* footer */
footer {
    font-size: 14px;
	margin-top: 50px;
}
footer .contact{padding-top:30px;}
footer .contact h2 {font-size:1.5rem;margin-bottom: 0;}
footer section{
	padding:20px 0 30px;
	border-top:6px solid #003d80;
	background-color:#fff;
}
footer section h2{
	margin-bottom:20px;
	font-size:16px;
}

footer .contact p{width:100%;margin-top:0px;}
footer .contact ul {
    display: block;
}
footer .contact ul li{
	margin-right:0px;
	margin-bottom: 40px;
}
footer .contact ul li:last-child{
	margin-bottom:0px;
}
footer .contact ul li a{
	margin:0 auto;
	line-height: 50px;
	font-size:18px;
}
footer .foot {
    display:block;
	width: 92%;
}

footer .foot .left a {
    margin-bottom: 10px;
}
footer .foot .left .access {
    display: block;
}
footer .foot .left p {
    text-align:left;
}
footer .foot .right{
	display:none;
}
footer div.b_fff{
	padding: 3px 0px 0px;
}
footer div.b_fff figure{
	width:auto;
	margin:auto;
	text-align:left;
	padding-bottom: 60px;
}
footer div.b_fff figure img{
	width:160px;
	margin:0 0 10px;
}
footer div.b_fff figure figcaption{
	font-size:10px;
	display:block;
	vertical-align:bottom;
}
	footer dl{
	display:flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99;
	justify-content:space-around;
}
footer dl dd{
	margin-bottom:0px;
	width:100%;
}
footer dl dd a {
	color:#fff;
	padding:10px 0;
	width:100%;
	font-size:14px;
	font-weight:bold;
}
footer dl dd a img{
    display: block;
    margin: 0 auto 5px;
	height:19px;
}
footer dl dd:first-child a{
	background:#ff9b00;
}
footer dl dd:nth-child(2) a{
/* 	background:#00b900; */
	background: #dc143c;
}
footer dl dd:last-child a{
	background:#1877f2;
}
/* top_top */
#topbtn{
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50%;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	z-index:100;
	right:20px;
	bottom:-150px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}

.h1 {
	margin-bottom: 15px;
	font-size: 20px;
    line-height: 1;
	}
.h1 span{
	padding:0 10px;
}

/* #cont2/#cont3 */
#cont2,
#cont3{
}
#cont2 table,
#cont4 table,
#cont9 table,
#cont3 table
	
	{
	width:90%;
	margin:auto;
}
#cont2 table th,
#cont2 table td,
#cont3 table th,
#cont3 table td{
	height:30px;
	border:1px solid #d2d2d2;
	font-size:14px;
}
#cont2 table th,
#cont2 table td{
	width:auto;
	height:auto;
	display:block;
	border-bottom:none;
}
#cont2 table th{
	padding:5px 3%;
	text-align:left;
}
#cont2 table tr:last-child td{
	border-bottom:1px solid #d2d2d2;
}
#cont3 table th{
	width:80px;
}
#cont2 table td,
#cont3 table td{
	padding:10px 3% 10px;
	text-align:left;
}
#cont2 table td ul li{
	margin-left:2em;
	padding:3px 0;
	list-style:disc;
}

}




@media screen and (max-width:380px){
/*footer dl dd a{
	font-size:14px;
	letter-spacing:-0.05em;
}*/

/* #cont2/#cont3 */
#cont2,
#cont3{
}
#cont2 table,
#cont4 table,
#cont9 table,
#cont3 table
	
	{
	width:90%;
	margin:auto;
}
#cont2 table th,
#cont2 table td,
#cont3 table th,
#cont3 table td{
	height:30px;
	border:1px solid #d2d2d2;
	font-size:14px;
}
#cont2 table th,
#cont2 table td{
	width:auto;
	height:auto;
	display:block;
	border-bottom:none;
}
#cont2 table th{
	padding:5px 3%;
	text-align:left;
}
#cont2 table tr:last-child td{
	border-bottom:1px solid #d2d2d2;
}
#cont3 table th{
	width:80px;
}
#cont2 table td,
#cont3 table td{
	padding:10px 3% 10px;
	text-align:left;
}
#cont2 table td ul li{
	margin-left:2em;
	padding:3px 0;
	list-style:disc;
}
}


/* 全階層共通 */
@media (max-width:760px) {
	h2 {
		font-size: 1.25rem; /* 20px */
		margin:0px auto 10px;
	}
	h3 {
		font-size: 1.125rem; /* 18px */
		padding-left:0px;
	}
	#single-work h2 {
		font-size: 1.125rem; /* 18px */
		margin: 0px auto 20px;
	}
	#single-work h3 {
		font-size: 1.125rem; /* 18px */
	}
	#single-work.toukou .sv .ninomiya_box{
		display:block;
	}
	#single-work.toukou .sv .ninomiya_box img{
		display: block;
		width: 50%;
		margin: 0 auto 20px;
	}
	.section_inner {
    width: 92%;
	}
	.service_step_box h4, #single-work .service_step_box h4 {
    text-align: center;
}
	.service_step_box li {
	flex-direction: column;
	}
	.service_step_box .step_num {
		font-size: 20px;
		border-bottom: 1px solid #003d80;
		border-right: none;
		margin: 0 7%;
		padding: 20px 0 14px;
	}
	.service_step_content {
		padding: 10px;
	}
	.service_step_content h4 {
		text-align: center;
	}
	.service_step_box p {
		margin-bottom: 16px;
	}
	.contact_us_box p {
		margin-top: 16px;
	}
	.contact_us_box img {
    max-width: 100%;
}
	.contact_us_box .btm_txt{
		max-width:100%;
		width:100%;
	}

}

/* 全階層共通（社労士法人トップで使用中） */
@media (max-width:760px){
	.kv h1 {
		font-size: 1.25rem;
	}
	.kv .cta a {
		width: 75%;
		font-size: 16px;
		padding: 10px 0;
	}
	.catch_txt {
		font-size: 1.25rem;
	}
	.checkbox_list {
		width: 90%;
		margin-left: 25px;
	}
	.feature_box {
		flex-direction: column;
	}
	.feature_box .feature_left p {
		margin-bottom: 1rem;
	}
	.card_list {
		display: block;
	}
	.card_list li {
		margin-bottom: 20px;
	}
	.card_list.-col2 .chevron_cRight {
		padding-bottom: 4rem;
	}
	.card_list.-col2 .chevron_cRight::before {
		top: auto;
		bottom: 0;
	}
	.card_list.-col2 .chevron_cRight::after {
		top: auto;
		bottom: 32px;
	}
	.card_list.-col2.-shadow .chevron_cRight {
		padding-bottom: 4rem;
	}
	.columun.entry_links ul {
		flex-direction: column;
	}
	.columun.entry_links li {
		width: 100%;
	}
	.columun.entry_links img {
		object-fit: cover;
		height: auto;
	}
	.columun .btn_black {
		margin-top: 40px;
	}
	.address {
		flex-direction: column;
	}
	.address p {
		margin-bottom: 30px;
	}
	.address .map {
		margin-left: 0
	}
	#single-work .catch_txt{
		font-size:16px;
		text-align:left;
	}
	.service_box a{
		text-align:center!important;
		background:#fff!important;
		color:#000!important;
		font-size:16px!important;
		
	}
}

/* 全階層共通（新ものづくり補助金で使用中） */
@media (max-width:760px){
	.mv2 {
		padding: 9% 0!important;
	}
	.mv2 a {
		width: 80%;
		line-height: 3;
		font-size: 4vw;
		box-shadow: 2px 2px 1px rgba(0,0,0,0.4);
	}
	.mv2 h1 {
		font-size: 5.5vw;
	}
	.mv2 p {
		margin: 6% 0;
		font-size: 3.6vw!important;
	}
	.simekiri2 {
		padding: 5% 0;
		font-size: 1rem;
		display: block;
	}
	.simekiri2 > div {
		width: 92%;
		margin: auto;
	}
	.simekiri2 > div:last-child {
		margin-top: 20px;
	}
	.simekiri2 span {
		font-size: 13px;
	}
	.simekiri2 div dd {
		font-size: 1rem;
	}
	.simekiri2 dt {
    font-size: 1rem;
}
	.saitakuritu h2 {
		font-size: 1rem;
		margin-bottom: 3%;
		padding: 10px;
	}
	.saitakuritu h2 .large {
		margin-top: 1em;
		font-size: 1.5rem;
	}
	.table {
		width: 85%;
	}
	.list {
		display: block;
		margin-top: 9%;
	}
	.list li {
		width: auto;
		margin-bottom: 5%;
		padding: 3%;
	}
	.links {
		margin-top: 9%;
	}

	.problem p {
		text-align: left;
		margin-top: 20px;
	}
	.problem .catch_txt {
		padding: 1.5em;
		margin-top: 9%;
		text-align: center;
	}
	#problem2 .catch_txt{
		font-size:18px;
	}
	#about .catch_txt{font-size:18px;text-align:center;}
	.caution {
		margin-top: 10px;
	}
	.caution li {
    font-size: 18px;
	}
	.h3 span::after {
		content: none;
	}
	.h3 span {
		margin-right: .5em;
	}
	.jirei_movie {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	.jirei_movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.flow_list li {
		margin-top: 9%;
		padding: 0;
		display: block;
	}
	.flow_list li:not(:last-of-type)::after {
		bottom: -27px;
	}
	.flow_list li .step {
		width: auto;
		line-height: 2.5;
		font-size: 16px;
		border-right: none;
		display: block;
		color: #fff;
		background: #949593;
		text-align: center;
		font-weight: normal;
	}
	.flow_list li .step span span {
		display: inline;
		font-size: 16px;
}
	.flow_list li .flow_list_contents h3 {
		text-align: center;
		    font-size: 16px;
    padding-top: 10px;
	}
	.flow_list li .flow_list_contents {
		width: auto;
		padding: 3% 4% 5%;
		border: 1px solid #949593;
	}
	.flow_list_contents p {
		font-size: 16px;
	}
	.onayami2 {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.checkbox_list {
		padding-left: 0;
	}
	.column .btn {
		margin-top: 30px;
	}
	
	.faq_box div {
		margin-top: 3%;
		padding: 3%;
		background: #fff;
		font-size: 18px;
	}
	.faq_box div dd {
		padding-left: 2em;
		font-size: 16px;
		line-height: 1.5;
	}
	.faq_box div dt::before {
		font-size: 18px;
	}
	.faq_box div dd::before {
		font-size: 18px;
		top: -2px;
	}
	.contact_us2 {
		display: flex;
    padding: 8% 0 0;
    flex-direction: column-reverse;
	}
	.contact_us2.reverse {
    flex-direction: column-reverse;
}
	.contact_us2 img {
		width: 100%;
	}
	.contact_us2 p {
		width: 100%;
		font-size: 16px;
	}
	.contact_us2 img {
		margin-bottom: 30px;
	}
	.example ul {
		display: block;
	}
	.example li {
		width: auto;
		margin-bottom: 20px;
	}
	.saitakuritu p, .reason .catch_txt {font-size:16px;}
	.saitakuritu p .large{font-size:24px;}
	#contact{margin-top:0px;}
	#message .catch_txt { font-size: 1.25rem;text-align:center; margin: 10px 0px;}
	.bnr_link{display:block;}
	.bnr_link li{width:100%; margin-bottom: 10px;}
	.onayami2 li{font-size:16px!important;padding-left:40px;}
	.checkbox_list li{font-size:16px;}
	
	#single-work .bnr_link a {
		background: #fff;
		color: #333;
		display: flex;
		width: 100%;
	}
}

/* entry_links */
@media (max-width: 760px) {
	.entry_links p {
		font-size: 12px!important;
	}
}

@media (max-width: 760px) {
	.price_box p {
		font-size: 16px;
	}

	
/* line_link */
.line_link {
	text-align: center;
	}
}