@charset "utf-8";


/* index ----------------------------------------------------------------- */

/* top_txt-----------------------

.top_txt {
font-size: 3em;
    height: 234px;
    font-family: Helvetica, Arial;
    line-height: 63px;
    padding: 7% 6%;
    letter-spacing: 5px;
    background: url(images/top_img_04.jpg);
}

.bigtext {
    font-family: Helvetica, Arial;
    background:url(images/img_footer.png);
}
.bigtext > div {
    line-height: 0.95em;
}
--- */

/* top img---------------------

.bg_top {
     height: 365px;
     background: url(images/bg_top.jpg);
	 background-repeat-x: no-repeat;
}

----- */

/*  slider  ----------------------------------*/

.slider { margin-bottom: 60px!important;}

/*  slider矢印表示  ---------------*/

.slick-next { right:30px!important;}
.slick-prev { left:30px!important;}

.slick-prev:before, .slick-next:before {
    color: #8d8d8d!important;
}

.slick-arrow {
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slick-arrow:before {
    font-size: 30px!important;
}




/* top画像が1枚の場合 

.top-img {
    float: left;
    margin-bottom: 3%;
}

------------ */

/* top info ---------------------- */

#top-info span {
    font-size: 0.8em;
}

.info dl {
	line-height: 25px;
	margin: 13px 0;
}

/* top notice ---------------------- */

#top-notice {
    line-height: 35px;
    margin-bottom: 6%;
    padding: 1% 0;
}

#top-notice li::before {
    content:"･";
	margin-right: 0.5%;
}

#top-notice li {
    border-bottom: 1px dotted #ccc;
	margin: 0 3%;
}

#top-info dt a,
#top-notice li a {
    font-size:.9em;
	text-decoration: none;
}

/* tab--------------------------------- */

#top-info dl dt {
   border-bottom:1px dotted #ccc;
   padding-bottom: 5px;
}

#top-info dd {
  display:none;
}

.tabs {
    width: 100%;
	border: 1px solid #234ab1;
    margin-bottom: 50px;
}

.tab_item {
	width: calc(100%/2);
	height: 50px;
	color: #234ab1;
	border-bottom: 1px solid #234ab1;
	background-color: #fff;
	line-height: 50px;
	text-align: center;
	display: block;
	float: left;
	text-align: center;
	transition: all 0.2s ease;
}
.tab_item:hover {
	color: #fff;
	background: #234ab1;
}

input[name="tab_item"] {
	display: none;
}

.tab_content {
    display: none;
    font-size: 1.1em;
    clear: both;
    overflow: hidden;
    background: #fff;
}

.tab_content h3 { font-size:18px;}
.tab_content dt { text-overflow: ellipsis;}
.info_ttl { margin: 1%;}


/*選択されているタブのコンテンツのみを表示*/
#info:checked ~ #info_content,
#notice:checked ~ #notice_content {
	display: block;
}


/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #234ab1;
	color: #fff;
}

a.btn_topics_all {
	display: block;
    width: 100px;
	font-size: .8em;
    letter-spacing: 3px;
    padding: 0.5% 1%;
	border: 1px solid #ed8300;
	color: #ed8300!important;
	background: #fff;
    border-radius: 3px;
	text-decoration: none;
	margin: 1%;
}

a.btn_topics_all:hover {
	color: #fff!important;
    background: #ed8300;
    font-weight: 500;
}


/* scroll--------------------------------- */

.scroll-area {
	height: 300px;
	overflow: auto;
	margin: 1%;
}




/* top contents---------------------*/

.bg_top-content{
    background: #fdfdfd;
    border-top: 2px solid #003EDC;
    border-bottom: 2px solid #003EDC;
    padding: 3% 0;
}


.top-content_area{
    margin-bottom:20px;
}

.top-contents_ttl{
    font-size: 1.1em;
    color: #0f6bc7;
}

.top-contents_ttl i {
	background: #0f6bc7;
	border-radius: 20px;
	color: white;
	float: left;
    padding: 5px;
    text-align: center;
}

.top-contents ul {
    column-count: 3;
}

.top-contents li {
   line-height: 37px;
   margin-bottom: 25px;
   list-style: none;
   display: inline-block;
   break-inside: avoid;
}

.top-contents a:active{
   color: #64BEE6;
}

.t-indent_area {
	width: 350px;
}

.t-indent_area div{
	border-bottom: 1px dotted #cbcbcb;
    padding-left: 0.8em;
    margin-left: 29px;
}

.t-indent_area div:before {
    content: "･";
    position: absolute;
    left: 0;
    top: 0;
}

.top_site-area {
    padding-left: 47px;
}

.top_site-area img {
    margin-bottom: 5px;
}

/* access --------------------------------- */

.material-icons.access_icon {
    font-size: 1.4em;
    color: #65ace4;
    vertical-align: -7px;
    margin-right: 3px;
}

.access_area {
   margin-bottom: 40px;
   overflow: hidden;
}

.access_area div {
    float: left;
    width: 500px;
    height: 200px;
    border: 2px dotted #65ace4;
    border-radius: 10px;
    margin: 1%;
    padding: 2%;
}

.access_area div a {
    color: #c3ad10;
    text-decoration: underline;
}

/* consultation ---------------------*/

.consultation-area {
    border: 2px solid #0f6bc7;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 2% 4%;
}

.consultation-area h3 {
	margin-bottom: 30px;
}

.consultation-area h4 {
	border-left: none;
	font-size: 1.2em;
	margin: 0;
}

.consultation-area h4 > a:visited,.consultation-area h4 > a:link {
	color: #0071f2;
}

.consultation-area img {
    float: left;
	margin-right: 30px;
}

.consultation-area p {
    overflow:hidden;
}


/* info area ---------------------*/

.info-area dl {
    background: #fafcff;
    border: 1px solid #0f6bc7;
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 35px;
}

.info-area dt {
    font-size: 1.2em;
    padding: 8px 4px;
    margin-bottom: 8px;
    color: #0f6bc7;
	border-bottom :1px solid #ccc;
}

.info-area dd {
    line-height: 32px;
}

.info-area dt a{
    color: #0f6bc7;
	pointer-events: none;
	text-decoration: none;
}

/* notice area ---------------------*/

.notice-area li::before {
    content: "･";
    margin-right: 8px;
}

.notice-area li a {
   text-decoration:underline;
}


/*  banner area---------------------*/

.top_banner-area {
	background: #f0f8fa;
	padding: 30px 0;
    border-bottom: 2px solid #0f6bc7;
}

.top_banner > div {
    display: inline-block;
	width: 270px;
    margin: 0.5%;
}

.bnr_profile {
	display: none;
}



/* table ----------------------------------------*/

.tbl_profile tr:first-child{
   border-top:1px dotted #666;
}

.tbl_profile tr {
   border-bottom:1px dotted #666;
}

.tbl_profile th {
   width:200px;
   background-color: #f4f4f4;
}

.tbl_profile td {
   width:500px;
   padding: 2%;
}

.tbl_profile a {
   text-decoration: underline;
}

/*  tbl work ------------------------------*/

.tbl_work table {
   width: 100%;
   border:1px solid #ccc;
}

.tbl_work th {
   width:260px;
   border: 1px solid #ccc;
	background-color: #f4f4f4;
}

.tbl_work td {
    padding: .3% 1%;
}

.tbl_work td::before {
   content:"・";
}

.tbl_work ul {
    border: 1px solid #ccc;
    padding: .5% 1%;
}

.line_btm {
    border-bottom: 1px solid #ccc;
}

/*  tbl border ---------------------------*/

.tbl_border {
  width: 100%;
}

.tbl_border th {
  color: #fff;
  background: #01214d;
}

.tbl_border th, .tbl_border td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.tbl_border tr:nth-child(odd) td {  
  background-color: #f4f4f4;  
}
.tbl_border tr:nth-child(even) td {  
  background-color: #fff;  
}  

td.ttl_border {
    background-color: #627692!important;
    color: #fff;
}

/* profile -----------------------------*/

.document_ttl {
    color: #65ace4;
    font-size: 1.1em;
    border-bottom:2px dotted #ccc;
    margin-bottom: 5px;
}

.document_area li::before {
   content:"・";
}

.document_area ul {
    float: left;
    width: 450px;
    margin: 0 50px 50px 0;
}

/* info -----------------------------*/

#btn_more {
	font-size: 1em;
    display: block;
    margin: 0 auto;
    padding: 1% 5%;
    color: #fff;
    background: #0f6bc7;
	border-radius: 30px;
    transition: .4s;
    letter-spacing: 5px;
    position: relative;
}

#btn_more:before, #btn_more:after {
	display: block;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    width: 16px;
    height: 2px;
    top: 22px;
    right: 17px;
}

#btn_more:before {
	width: 2px;
    height: 14px;
    top: 16px;
    right: 24px;
}

#btn_more:hover {
	background: #64bee6;
	color: #fff;
}



/* mediation    -----------------------------*/

.flow_smp {
	display: none;
}

.mediation_img {
	width: 300px;
	float: left;
    margin-right: 2%;
}

/* incubate    -----------------------------*/

.ttl_incubate {
	width: 25%;
	border: 1px solid #ccc;
}

/* 画像が2枚の場合   --------*/
.incubate_img-2 img {
	width: 45%;
	filter: brightness(115%);
}


/* 画像が3枚の場合   --------*/
.incubate_img-3 img {
	width: 32%;
	filter: brightness(115%);
}


/* car          -----------------------------*/

.car_project img {
	margin-right: 0.5%;
	pointer-events: none;
}

.adviser {
	margin-bottom:60px;
	clear: both;
}

.adviser p {
	overflow: hidden;
}

.adv_ttl {
    color: #fff;
	background: #4281f2;
    padding: 0.5% 1.3%;
}

.adviser img {
	width: 200px;
    float: left;
    margin-right: 3%;
}

.adv_name {
	color: #4281f2;
    border-bottom: 2px solid #4281f2;
    padding-bottom: 1%;
    margin-left: 228px;
}

/* -----------------------------------------

補助金・賃上げ等

---------------------------------------------*/


/* suishin-hojyokin  ※非公開分 ----------*/
.tbl_suishin {
	width: 100%;
	text-align: center;
    border: 1px solid #ccc;
}

.thead {
	background: #ffb9d0;
}

.tbl_suishin tr {
	border-bottom: 1px solid #ccc;
}

.tbl_suishin td {
	color: #000;
	padding: 1%;
}

.tbl_suishin td:first-child {
	width: 20%;
	background: #ffdfea;
}

@media screen and (max-width: 599px) {
	.tbl_suishin .thead {
		display: none;
	}

	.tbl_suishin td {
		display: block;
	    padding: 2% 1%;
	}

	.tbl_suishin td:first-child {
		width: 98%!important;
		background: #ffdfdf;
		font-weight: bold;
	}

	.tbl_suishin td:before {
		content: attr(data-label);
		font-weight: bold;
		color: #000;
	}

}

.hojyokin_flow li {
	position: relative;
    padding: 2% 3%;
    background: #e5f4ff;
    margin-bottom: 25px;
}

.hojyokin_flow li::after {
	content: '';
    position: absolute;
    top: 100%;
    left: calc(100% - 54%);
    width: 0;
    height: 0;
    border-top: 25px solid #e5f4ff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}

.hojyokin_flow li:last-child::after {
	display: none;
}

.hojyokin_flow span {
	font-size: 1.1em;
    color: #168ceb;
}

.img_suishin--rtv {
	position:relative;
}

.img_suishin {
	position: absolute;
	top: 265px;
    right: 80px;
	pointer-events: none;
}



/* genyukoto-plan       ------------------------*/

.material-icons.pagedown_icon {
	font-size: 18px;
    vertical-align: -2px;
    margin-left: 1px;
}

.img_genyu {
	position: absolute;
    top: 400px;
    right: 100px;
    pointer-events: none;
}


/* genyukoto-costdown       ------------------------*/

.hojyokin--extension {
	border: 5px double #1c49eb;
    padding: 1% 4%;
}

.hojyokin--extension > .ttl {
	font-size: 1.2em;
    color: #1c49eb;
    border-bottom: 2px solid #1c49eb;
    padding: 1%;
}

.shien_box { 
	display: flex;
	margin-bottom: unset;
}

.shien_box li {
	width: 470px;
    border: 1px dotted #3495e3;
    padding: 1%;
    background: #f3faff;
}


/* genyukoto-r5    ------------------------*/

.nav_hojyokin--r5 {
	border-spacing: 4px 0;
	display: table;
	margin: 3% 0;
}

.nav_hojyokin--r5 a {
	width: 165px;
	background: #61a1e5;
    color: #fff!important;
    display: table-cell;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    padding: 2% 0;
    vertical-align: middle;
    box-shadow: 0 2px 2px rgb(12 8 8 / 30%);
    border-radius: 5px;
}

.nav_hojyokin--r5 a:hover {
	background: #d1e8ff;
	color: #555!important;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

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

	.nav_hojyokin--r5 { display: block;}
	.nav_hojyokin--r5 a {
		display: block;
		width: 100%;
		padding: 3% 0;
		margin-bottom: 2%;
	}
}

.pc_genyu-keihi {
	width: 100%;
	border: 1px solid #ccc;
	text-align: center;
}

.pc_genyu-keihi th,.sp_genyu-keihi th {
	background: #ffdfea;
}

.pc_genyu-keihi th,.pc_genyu-keihi td {
	border: 1px dotted #afafaf;
	padding: 0.5%;
}

.sp_genyu-keihi th,.sp_genyu-keihi td {
	border: 1px dotted #afafaf;
}

.sp_genyu-keihi { display: none;}

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

	.pc_genyu-keihi { display: none;}
	.sp_genyu-keihi { display: block;}

}

/*---
.chinage_koyoukeitai { overflow: hidden;}

.chinage_koyoukeitai-l {
	float: left;
}

.chinage_koyoukeitai dl {
	display: flex;
	border: 1px solid #ccc;
	text-align: center;
	width: 450px;
	margin: 0;
}

.chinage_koyoukeitai dt {
	width: 70%;
	background: #f8f8f8;
	border-right: 1px dotted #ccc;
	padding: 1%;
}

.chinage_koyoukeitai dd {
	width: 30%;
}

.chinage_koyoukeitai dt,.chinage_koyoukeitai dd {
	
}


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

	.chinage_koyoukeitai-l { float: unset;}
	.chinage_koyoukeitai dl { width: 100%;}

}
---*/


.genyu-flow ul {
	position: relative;
}

.genyu-flow ul::after {
    content: '';
    position: absolute;
    top: 105%;
    left: calc(100% - 50%);
    width: 0;
    height: 0;
    border-top: 18px solid #d0d0d1;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

.genyu-flow ul:last-child::after {
	display: none;
}

.genyu-flow a {
    color: yellow;
}

.genyu-flow ul {
    display: flex;
	align-items: center;
    border: 1px solid #5ca4eb;
	margin-bottom: 3%;
}

.genyu-flow_ttl {
	position: relative;
    background: #5ca4eb;
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
    width: 30%;
    line-height: 155px;
    color: #fff;
}

.genyu-flow_ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #5ca4eb;
}

.genyu-flow_txt {
	width: 75%;
	padding: 2% 2% 2% 4%;
}

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

    .genyu-flow ul { display: block;}
    .genyu-flow_ttl { line-height: unset;}
    .genyu-flow_ttl,.genyu-flow_txt { width: 100%;}
    .genyu-flow_ttl::after { display: none;}
	.genyu-flow_txt { width: 95%;}
	.genyu-flow ul::after {
	    top: 101%;
	    left: calc(100% - 54%);
	    border-top: 10px solid #d0d0d1;
	    border-left: 15px solid transparent;
	    border-right: 15px solid transparent;
	}
}

.tbl_genyu-document {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 3%;
}

.tbl_genyu-document table {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.tbl_genyu-document th {
	width: 305px;
    background: #e6f2ff;
	font-weight: 500;
}

.tbl_genyu-document td {
	padding: 0.5% 3%;
	text-indent: -1em;
}

.chinage-henkou_ttl {
	color: #0071f2;
}
/*--
.btn_genyu-document {
	margin: 0 0.5%;
}
--*/

@media screen and (max-width: 599px) {
	.tbl_genyu-document td {
	    width: 95%!important;
		padding-left: 1em;
		text-indent: -1em;
	}
}


/*  chinage -----------------------*/


.chinage-youken--box {
	background: #fafbf9;
	padding: 3% 5%;
}
    
.chinage-youken {
	position: relative;
	margin-bottom: 5%;
}
  
  .chinage-youken::before {
	content: "";
    width: 20px;
    height: 100%;
    background: #eee;
    margin-left: -131px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
  }
    
  .chinage-youken > li:not(:last-child) {
	margin-bottom: 60px;
  }
  
  
  .chinage-youken > li dl {
	padding-left: 70px;
	position: relative;
  }
  
  .chinage-youken > li dl::before,
  .chinage-youken > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
  }
  
  .chinage-youken > li dl::before {
	width: 8px;
	height: 8px;
	margin-top: -3px;
	background: #8EB83C;
	border-radius: 50%;
	left: -4px;
  }
  
  .chinage-youken > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
  }
  
  .chinage-youken > li dl dt {
	display: inline-block;
	background: #8EB83C;
	color: #fff;
    margin-bottom: 0.5em;
    align-items: center;
    padding: 0.3% 1%;
  }



/* banso-support     ----------------------*/

a.btn_blue {
	background: #27acd9;
    border: 2px solid #27acd9;
	border-radius: 10px;
    text-decoration: none;
    width: 20%;
    text-align: center;
    margin: 1% 0;
}

a.btn_blue:hover {
	color: #27acd9!important;
	background: #fff;
}


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

	a.btn_blue {
		width: 90%;
		padding: 5%!important;
	}
}


/* 早期経営改善・賃上げ応援事業（souki-kaizen）-------*/

.box_souki {
	display: flex;
	gap: 50px;
	padding: 2% 3%;
}

.box_souki:nth-of-type(1) { background: #c8e2ff;}
.box_souki:nth-of-type(2) { background: #d5e9ff;}
.box_souki:nth-of-type(3) { background: #eaf4ff;}

.box_souki img {
	max-width: unset;
	width: 320px;
	border: 1px solid #ccc;
}

.modal-image { position: relative;}
.icon_zoom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px !important;
    border: none !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.triangle {
    content: '';
    width: 0;
    height: 0;
    border-top: 25px solid #c8e2ff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
	margin: 0 auto;
}

.triangle_border {
	width: 50px;
	height: 25px;
	background-image: repeating-linear-gradient(
	180deg,
	#fff,
	#fff 2px,
	#d5e9ff 2px,
	#d5e9ff 6px
	);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	margin: 0 auto;
}

.material-icons.icon_warning {
	font-size: 50px;
	line-height: 1.8;
}


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

	.box_souki { display: block;}

}

/* rishi ------------     

.material-icons.rishi_icon {
	color: #333339;
    vertical-align: -5px;
}
-----------------------------*/


/* hojyokin-result    --------------------*/

.note {
	background-image: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 49%, white 50%, white 100%), linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 98.5%, #646464 100%);	  background-repeat: repeat-x,repeat-y;
	background-size: 4px 100%,100% 2.4em;
	line-height: 2.4;
}

.hojyokin_result--area { 
	border: 1px solid #078ddb;
	margin-bottom: 1%;
}

.hojyokin_result--area p { width: 95%;}
.hojyokin-result--txt { border-bottom: 1px dotted #333;}
.hojyokin-result--txt li { margin-bottom: 1%;}

.box_hojyokin--result {
    margin: 3% auto;
	padding-bottom: 2%;
    width: 95%;
}

.box_hojyokin--result div {
	text-align: center;
    font-size: 1.2em;
	margin-bottom: 0.5%;
    letter-spacing: 5px;
}

.tbl_hojyokin--result {
	width: 98%;
    margin: 0 auto;
}

.tbl_hojyokin--result th {
	width: 25%;
    background: #078ddb;
    color: #fff;
}

.tbl_hojyokin--result tr { border-bottom: 1px dotted #ccc;}

.tbl_hojyokin--result td {
	background: #f0f9ff;
	padding: 1.5%;
}

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

	.tbl_hojyokin--result td { padding: unset;}

}




/* 社労士派遣       -----------------------------*/

.sharoshi-haken img { pointer-events: none;}

.sankaku {
	display: block;
	margin: 2% auto;
	width: 50px;
	height: 30px;
	background-color: #77aff1;
	clip-path: polygon(50% 30px, 0% 0%, 50px 0%);
}

.sharoshi_kekka li {
	background: #e7f2ff;
    padding: 2%;
    text-align: left;
    margin-bottom: 1.5%;
}

.sharoshi_kekka li::before {
	font-size: 1.2em;
    font-family: 'Material Icons';
    content: "\e838";
    margin-right: 0.5%;
    vertical-align: -3px;
}


.sharoshi-flow {
	display: flex;
	align-items: center;
}

.flow10 { width: 100%;}

.flow10 > li {
    border: 2px solid #333;
    border-radius: 10px;
	padding: 2% 4%;
}
  
.flow10 > li:not(:last-child) {
	margin-bottom: 40px;
	position: relative;
}

.flow10 > li:not(:last-child)::after {
	content: '';
	position: absolute;
	border: 20px solid transparent;
	width: 0;
	height: 0;
	bottom: -53px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-top-color: #333;
}

.flow10 > li dl dt {
	font-size: 1.3em;
    border-bottom: 1px dotted #000;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
}

.flow10 > li .flow_number {
	color: #36b2f7;
	margin-right: 0.5em;
	letter-spacing: 2px;
}

.flow10 > li dl dd { margin: 0;}



/* 社労士一覧 --*/

.sharoshi-list {
	border: 1px solid #ccc;
	margin: 4% 0;
}

.sharoshi-list ul {
	display: flex;
	border-bottom: 1px solid #ccc;
}

.sharoshi-list ul:first-child {
	background: #1f70cf;
    color: #fff;
}

.sharoshi-list ul:last-child { border-bottom: none;}

.sharoshi-list li {
	width: 100%;
	display: flex;
    padding: 1%;
}

.sharoshi-list li:first-child {
	width: 25%;
	border-right: 1px dotted #ccc;
    align-items: center;
    justify-content: center;
}



/* 社労士派遣　支援事例 --*/

.sharoshi-jirei {
	display: flex;
	background: #fafcff;
	border: 1px solid #0071f2;
    border-radius: 5px;
    padding: 3%;
    margin: 2% 0;
	overflow: hidden;
}

.sharoshi-jirei div:nth-child(1) {
    width: 35%;
    margin-right: 3%;
}

.sharoshi-jirei div:nth-child(2) { width: 65%;}

.btn_sharoshi-jirei {
	display: block;
    width: 45%;
    background: #0071f2;
	border-radius: 30px;
    color: #fff !important;
    padding: 2% 0;
    text-align: center;
    text-decoration: none;
    margin: 5% 0;
}

.btn_sharoshi-jirei:hover { background: #5faaff;}


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

	.sharoshi-jirei {
		display: block;
		padding: 5%;
	}

	.sharoshi-jirei div:nth-child(1) { width: 100%;}
	.sharoshi-jirei div:nth-child(2) { width: 100%;}

	.btn_sharoshi-jirei { width: 100%;}
		
}


/* 価格交渉スキルアップセミナー動画       -----------------------------*/
/*
.kakaku-kosho-top {
	display: flex;
    justify-content: center;
    align-items: center;
	background-image: linear-gradient(90deg, #d6fbf4 0%, #9fb1ff 100%);
    border-radius: 20px;
    padding: 3%;
	margin-bottom: 3%;
}
*/
.kakaku-kosho-top {
    display: flex;
    margin: 3% 0;
}

.kakaku-kosho-top > img {
	width: 40%;
	pointer-events: none;
}


/*
.kakaku-kosho-top p {
	font-size: 1.55em;
}
*/

.kakaku-kosho-sakuin li {
	line-height: 35px;
}

.kakaku-kosho-sakuin a { text-decoration: underline;}

.kakaku-kosho-list {
	display: flex;
	gap: 30px;
	margin-top: 3%;
}

.seminar-list_l {
	width: 75%;
}

.seminar-list {
	background: #f5f8ff;
	border-radius: 15px;
    padding: 5% 4%;
    margin-bottom: 30px;
}

.seminar-list > .flex-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kakaku-kosho-ttl {
	font-size: 1.2em;
    border-bottom: 2px solid #555;
    padding-bottom: 1%;
    margin-bottom: 2%;
}

.kakaku-kosho-time {
	display: inline-block;
    background: #fff;
    border-radius: 5px;
    padding: 0.5% 1%;
	margin-bottom: 10px;
}

.kakaku-kosho-list iframe {
	width: 370px;
    height: 210px;
	margin-bottom: 3%;
}

.seminar-list_r {
	width: 25%;
}

.seminar-list_r--sticky {
	position: sticky;
	top: 190px;
}

.seminar-list_r--ttl {
	font-size: 1.1em;
    background: #f3f3f3;
	margin-bottom: 5%;
    padding: 1% 3%;
}

.seminar-list_r li {
	border-bottom: 1px dotted #ccc;
	font-size: 0.9em;
	text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 10px;
	margin-bottom: 10px;
}

.seminar-list_r li:before {
	font-family: 'Material Icons';
    content: "\e5df";
    color: #0272f2;
    font-size: 25px;
    vertical-align: -6px;
}

.kakaku-arrow {
	width: 30px;
    height: 15px;
    background: #9f9f9f;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    display: block;
    margin: 20px auto 0;
}

.btn_senmonka {
	width: 60%;
	background-color: rgba(27, 127, 204, .8);
    border: 3px solid #1e6eab;
    border-radius: 50px;
	color: #fff !important;
    display: block;
	font-size: 1.3em;
    padding: 2%;
    margin: 3% auto 7%;
	text-align: center;
    transition: .3s;
    letter-spacing: 3px;
    text-decoration: none;
}

.btn_senmonka:hover {
	background: #fff;
	color: rgba(27, 127, 204, .8)!important;
}


/* スマホ  -----*/

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

	.kakaku-kosho-top { display: block;}
	.kakaku-kosho-top > img { width: 100%;}	
	.kakaku-kosho-list iframe { width: 300px;}
	.kakaku-kosho-list { display: block;}
	.seminar-list_l,.seminar-list_r { width: 100%;}
	.btn_senmonka { width: 90%;}
}




/* lending       -----------------------------*/

.bnr_dvd {
	width: 530px;
}

.rental_flow li {
    padding: 3%;
    background: #f0f8fd;
}

.lending_arrow {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0px 30px;
    border-color: #ccebff transparent transparent transparent;
	margin: 0 auto;
}

.lending_list-btn {
	display: inline-block;
    background-color: #fff;
    border: 2px solid #666;
	border-radius: 30px;
    box-shadow: 2px 2px;
    margin: 2% 0;
	padding: 1.1% 3%;
    transition: .3s;
    letter-spacing: 1px;
}

.lending_list-btn a {
	color: #666;
}

.lending_list-btn:hover {
    background-color: #eff89b;
    transition: .3s;
}

a.lending_list-btn:hover {
	color: #333;
}

.tbl_list-sanjyo .case_sanjyo{
	color: #fff;
	background-color: #009DE7;
}

.tbl_list-non-member .case_non-member{
	color: #fff;
	background-color: #6cad45;
}

.tbl_rental { margin: 2% 0;}
.tbl_rental th { font-weight: 500;}
.tbl_rental tr { background-color: #fff;}

.tbl_rental th {
	padding: 3px;
	width: 250px;
	text-align: center;
}
.tbl_rental td {
	width: 790px;
    border: 1px solid #ccc;
    padding: 2%;
}

.case_sanjyo th {
	background-color: #41b3e9;
	color:#fff;
}

.case_non-member th {
	color: #fff;
	background-color: #666;
}


.smp_category-select{
   display: none;
}

.category_area div{
    width: 42%;
    float: left;
    margin: 0px 10px 20px;
    padding: 0 2% 1%;
    border: 2px solid #0f6bc7;
}

.category_area div h3{
	margin-bottom: 15px;
}

.lending_ttl{
	width: 375px;
}

.btn,
a.btn {
    position: relative;
    display: inline-block;
	padding: 1.5% 5%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
    letter-spacing: 0.1em;
    color: #fff !important;
    margin-right: 10px;
}


a.btn--dvd {
  background-color: #ceb900;
  border-bottom: 5px solid #968e08;
}

a.btn--dvd:hover {
  margin-top: 3px;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}

a.btn--video {
    background-color: #43abb5;
    border-bottom: 5px solid #337e86;
}

a.btn--video:hover {
  margin-top: 3px;
  background: #84d495;
  border-bottom: 2px solid #2d823f;
}

.tbl_lending {
	width :74%;	
}

.tbl_lending th {
  color: #fff;
  background: #589c47;
  border: 1px solid #ccc;
}

.tbl_lending th, .tbl_lending td {
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    font-size: 0.9em;
}

.tbl_lending tr:nth-child(odd) td {  
  background-color: #f4f4f4;  
}

.tbl_lending tr:nth-child(even) td {  
  background-color: #fff;  
}  

td.ttl_lending {
    background-color: #627692!important;
    color: #fff;
}

.tbl_terms {
    width: 80%;
    background: #fff;
}

.tbl_terms th {
	text-align: center;
    background-color: #000;
    color: #fff;
}

.tbl_terms th, .tbl_terms td {
    padding: 1%;
    border: 1px solid #ddd;
}

.material-icons.lending_icon {
    font-size: 1.2em;
    color: #0f6bc7;
    vertical-align: -4px;
    margin: 3px;
}


/* lending side   ---------------------*/

.side_lending {
    width: 230px;
    font-size: .85em;
    margin-right: 2%;
    float: left;
    background-color: #fff;
}

.side_lending div{
    padding: 3% 5%;
    background: #000;
    color: #fff;
    margin-bottom: 1%;
}

.side_lending ul{
    margin-bottom: 0;
    border: 1px solid #666;
    margin-bottom: 2%;
}

.side_lending li{
	margin: 4% 0;
	letter-spacing: 0;
}


/* guidebook    -----------------------------*/

.guide_img {
	width: 270px;
	float: left;
	margin-right: 5%;
    border: 1px solid #c9c9c9;
    pointer-events: none;
}

.guide_list {
	overflow: hidden;
}

.guide_list a {
	text-decoration: underline;
}

.guide_list span {
	font-size: 15px;
}

/* international -----------------------------*/

.international_txt p{
    float: left;
    width: 65%;
    margin-right: 2%;
}

/* overseas-office -----------------------------*/

.about_business img{
    margin:0 0.2%;
}

.overseas-office_guide {
    padding: 2.5%;
    background-color: #fbfbfb;
    box-shadow: 0px 0px 0px 7px #fbfbfb;
    border: dashed 1px #65ace4;
    display: inline-block;
}

.tbl_office.tbl_office tr {
    border: 1px solid #ccc;
}

.tbl_office th {
    width: 200px;
    background-color: #f7f7f7;
}

.tbl_office td {
    width: 780px;
    padding: 1% 2%;
}

/* bussiness support -----------------------------*/

.bs_all h3{
	letter-spacing: 2px;
    border-bottom: 1px solid;
}

.bs_all div{
    display: inline-block;
    margin: 0 0.5%;
}

.bs_all img {
	width: 150px;
	border:1px solid #ccc;
}

.bs_all p {
	text-align: center;
}

.bs_contents {
	width: 70%;
    float: left;
}

.bs-left_contents {
	float: left;
	margin-right: 3%;
	height: 1000px;
}

.bs_contents img {
	width: 200px;
    border: 1px solid #666;
}

.bs_contents p{
	font-size:0.9em;
	overflow: hidden;
	letter-spacing: 0;
}

.btn_pdf {
    font-size: 0.7em;
    width: 188px;
    text-align: center;
    padding: 3%;
    border: 1px solid #000;
    margin: 5% 0px;
    transition: .3s;
    box-shadow: 2px 2px;
    clear: both;
    letter-spacing: 1px;
}

.btn_pdf a {
	text-decoration: none;
}

.btn_pdf img.icon_pdf {
	width: 18px;
	border: none;
}

.tbl_ad-price{
	text-align: center;
}

.tbl_ad-price tr{
	border-bottom: 1px solid #666;
}

.tbl_ad-price td{
	padding: 1%;
}

.side_backnumber {
	width: 250px;
    float: right;
    margin-top: 2%;
}

.side_backnumber .b_number-ttl{
	font-size: 1.1em;
	color: #fff;
	background-color: #000;
	padding: 3% 5%;
}

.b_number-area {
	border: 1px solid #ccc;
}

.side_backnumber .toggle_area > a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 2% 5%;
	text-decoration: none;
}

.side_backnumber .toggle_area > a:last-child{
	border-bottom: none;
}

.side_backnumber .toggle_area a:hover{
	background-color: #868383;
}

.side_backnumber .toggle_area a:hover{
	color: #fff;
}

.side_backnumber .toggle_area a:checked {
	background-color: #ccc;
}

.side_new {
	font-size: .8em;
    color: #fff;
    background-color: #86af24;
    border-radius: 4px;
    margin-left: 8px;
    padding: 2px 5px;
    font-weight: 500;
    animation: flash 2s linear infinite;   
}

.side_new::before {
	content: "NEW";
}

@keyframes flash {
  0%,100% { opacity: 1;}
  50% { opacity: 0;}
}

.ttl_year {
	position: relative;
    font-size: 1.1em;
    font-weight: 500;
    padding: 1% 5%;
    color: #fff;
    background: #659f89;
    border: 1px solid #568774;
}

.ttl_year.selected {
	content: normal;
}

.ttl_year::before {
	content: "＋";
	position: absolute;
	right: 5%;
}
.ttl_year.active::before {
	content: "－";
}

.bnr_b_support--ad {
	margin-top: 15px;
}



/* busiess support Ad --------------*/

.nav_Ad {
	width: 100%;
    display: flex;
}

.nav_Ad a {
	width: 50%;
	background: #01214d;
	border: 2px solid #01214d;
	border-radius: 5px;
	color: #fff!important;
	padding: 1%;
	text-align: center;
	text-decoration: none;
	margin: 1%;
}

.nav_Ad a:hover {
	background: #fff;
	color: #01214d!important;
}

.nav_Ad a > span {
	content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 5px 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav_Ad a:hover span {
	border-right: 2px solid #01214d;
    border-bottom: 2px solid #01214d;
}

.tbl_Ad-orikomi {
	width: 100%;
}

.tbl_Ad-orikomi th {
	width: 25%;
	background: #f5f5f5;
}

.tbl_Ad-orikomi td {
    padding: 1% 2%;
}

.tbl_Ad-orikomi th,.tbl_Ad-orikomi td {
	border: 1px solid #ccc;
}

.img_Ad--rtv {
	position: relative;
}

.img_Ad {
	position: absolute;
    right: 100px;
	pointer-events: none;
}





/* mail-magazine -----------------------------*/

a.btn_mail-entry {
	position: relative;
	display: inline-block;
    color: #fff!important;
    background-image: linear-gradient(135deg, #f9eb42 10%, #0f6bc7 10%);
    padding: 20px 40px;
    border: 2px solid #333;
    border-radius: 10px;
    transition: .2s;
    letter-spacing: 3px;
}

a.btn_mail-entry::after {
	position: absolute;
    top: 46%;
    right: .2em;
    content: '';
    margin-top: -5px;
    border: 10px solid transparent;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-color: #fff;
    transition: all .2s;
}

a.btn_mail-entry:hover::after {
	right: -.05em;
}

.material-icons.m-magazine_icon {
    font-size: 1.4em;
    color: #fff;
    vertical-align: -6px;
    margin-right: 10px;
}

/* member -----------------------------*/

.benefit div {
	display: flex;
	gap: 30px;
	border-bottom: 1px dotted #8db8e2;
    padding: 3% 0;
}

.benefit img { 
	width: 280px;
    height: 100%;
}

.benefit p { margin: 0;}

/* cyber -----------------------------*/

.bg_cyber {
	background: url(images/cyber/bg_cyber.jpg);
    background-size: contain;
}

.cyber {
	margin-bottom: 5%;
}

.cyber li {
	border: 1px solid #ccc;
    background: #fff;
    box-shadow: 5px 5px 3px -3px #777;
    padding: 2%;
    margin-bottom: 1%;
}

.cyber_contact {
	background: #eaf7ff;
    padding: 1% 3%;
    border: 4px double #000;
}

.bnr_cyber {
    margin: 2% auto;
}


/* link -----------------------------*/

section.link{
	display: flex;
	flex-wrap: wrap;
}
section.link::after {
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	order: -1;
	background: rgba(0,0,0,.1);
}
section.link .link_tab {
	text-align: center;
    margin-right: 3px;
    padding: 10px;
    flex: 1;
    order: -1;
    border-radius: 3px 3px 0 0;
    background: rgba(0,137,167,.3);
    position: relative;
    transition: .5s;
    cursor: pointer;
}

section.link .link_tab::after {
	content: '';
	width: 100% ;
	height: 3px;
	display: block;
	pointer-events: none;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	background: #f9eb42;
	position: absolute;
	left: 0;
	bottom: -3px;
	z-index: 10;
	opacity: 0;
}
section.link .link_tab:nth-last-of-type(1){ margin-right: 0; }
section.link input {
	display: none;
}
section.link .content {
	width: 100%;
	height:0;
	overflow:hidden;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	opacity:0;
}
section.link .content > div {
	pointer-events:none;
	transform: translateX(30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
}

section.link ul {
	margin-bottom: 20px;
}

section.link li {
    text-indent: -1em;
    padding-left: 1em;
}

section.link li:before {
    content: "･";
    margin-right: 5px;
}

section.link a {
	text-decoration: underline;
}


/*アクティブ設定 --------*/

section.link input:checked + .link_tab {
	color: #fff;
	background: rgba(0,137,167,.7);
}
section.link input:checked ~ .link_tab::after {
	transform: translateX(-100%);
}
section.link input:checked + .link_tab::after {
	opacity: 1;
	transform: translateX(0);
}
section.link input:checked + .link_tab + .content {
	height: auto;
	padding: 15px;
	line-height: 31px;
	order: 1;
	opacity: 1;
}
section.link input:checked ~ .content > div {
	transform: translateX(30%);
}
section.link input:checked + .link_tab + .content > div {
	pointer-events:auto;
	transform: translateX(0);
}


/* sitemap -----------------------------*/

.sitemap {
	padding: 0 3%;
    border: 4px solid #0f6bc7;
}

.sitemap-wrapper {
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.sitemap-item {
	width: 32%;
    background: #f2f9ff;
    box-sizing: border-box;
    padding: 1.5%;
}

.sitemap-item h4 {
    margin-bottom: 3%;
}

.sitemap-item h5 {
	margin: 5% 0 0;
}


.sitemap ul {
	padding-left: 1em;
	text-indent: -1em;
}

.sitemap li { margin-bottom: 3px;}

.sitemap ul li::before {
	content:"・";
}

.sitemap-item i {
    font-size: 20px;
    vertical-align: -2px;
}


/* レスポンシブ設定 ---------------------------------------------- */

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

		.contact p { line-height: 32px;}

		.bg_top {
			height: 630px;
			background: url(images/smp-bg_top.jpg);
		}
		
		.tabs {
			width:100%;
			font-size: .9em;
		}

		.tab_item { font-size: .8em;}
		.tab_content { padding: 2%;}
		a.btn_topics_all { padding: 2% 5%;}

		.top_site-area {
			padding: 0 5% 0 13%;
		}
		
		.top_menu li a {
			text-decoration:underline;
		}

		ul.top_menu {
			display:-webkit-flex;
			display:flex;
			width:100%;
			list-style-type:none;
			margin:0; padding:0;
		}

		.top_banner > div {
			display: block;
			width: 300px;
			margin: 5px auto;
		}
		
		.bnr_profile {
			display: block;
		}

		.top_site-area img {
			margin-bottom: 8px;
		}
		
		.top-contents ul{
			flex-direction: column;
		}

		.top-contents li{
			display: block;
		}

		/* info         -----------------------------*/
      
		.info-area dl { padding: 25px;}
		
		#btn_more {
			width: 80%;
			padding: 4%;
			margin-bottom: 15%;
		}

		#btn_more:before {
		    top: 22px;
		    right: 24px;
		}

		#btn_more:after {
			top: 28px;
	    	right: 17px;
		}
		
		#top-notice li {
			padding-left: 1em;
		    text-indent: -1em;
		}
		
		.scroll-area {
		    overflow: scroll;
		}
		

		/* profile      -----------------------------*/
      
		.tbl_profile th,.tbl_profile td {
		    display: block;
		    width: 100%;
			padding: 2% 0;
		}
		
		.tbl_work th {
		    display: block;
		    border: none;
		}
		
		.tbl_work td {
		    display: block;
		    width: 350px;
		    text-indent: -1em;
		    padding-left: 1em;
		    box-sizing: border-box;
		}

		.tbl_work ul { padding: 2.5% 1%;}

		.document_area ul {
			margin: 0 0 6%;
			width: 360px;
    		line-height: 35px;
		}
		

		/* access       -----------------------------*/

		.access_area div {
			box-sizing: border-box;
			width: 338px;
    		height: 250px;
 			padding: 3%;
    			
		}
		/* suishin-hojyokin  -----------------------------*/

		.img_suishin {
			position: unset;
			width: 70%;
			display: block;
			margin: 0 auto;
		}
		

		.hojyokin_flow li {
			padding: 5%;
		}
		
		.hojyokin_flow li::after {
			left: calc(100% - 60%);
		}

		/* consultation    -----------------------------*/

		.consultation-area img {
			width: 75%;
			display: block;
			margin: 0 auto;
		}

		/* mediation    -----------------------------*/

		.flow_pc {
			display: none;
		}
		.flow_smp {
			display: block;
		}
		
		.mediation_img {
			display: block;
			margin: 0 auto;
		}
		
		/* car         -----------------------------*/

		.car_project img {
			width: 48%;
		}

		.adv_ttl {
			padding: 2%;
			margin-bottom: 3%;
		}
		
		.adviser img {
			width: 60%;
		    display: block;
		    margin: 0 auto;
		}
		
		.adv_name {
			margin-left: 0;
		}


		/* incubate    -----------------------------*/

		.ttl_incubate {
			width: 80%;
 			color: #fff;
			border: none;
   			background-color: #156dc5!important;
		}

		.incubate_img-2 img, .incubate_img-3 img {
			width: 100%;
		}
		

		/* lending     -----------------------------*/
		
		.lending_list-btn {
			box-sizing: border-box;
		    padding: 4%;
			text-align: center;
		}

		.rental_flow li {
			padding: 5% 3%;
		}
		
	     .tbl_lending {
			width: 100%;
	      }

		.tbl_rental th, .tbl_rental td {
			display: block;
			width:100%;
			padding: 2% 0;
		}

		.tbl_rental td {
			border: none;
		}

	      .smp_border {
	             display: none;
	      }

	      .tbl_border td{
				display: block;
				padding: 3% 1%;
	      }

	      .tbl_border td::before {
	             content: attr(data-label);
		     	 color: #74b4e6;
	             display: block;
	             margin: 0 2% 0 0;
	             float: left;
	      }

		  .side_lending,.smp_lending {
	             display: none;
		}

	      .tbl_lending td{
	             display: block;
	      }

	      .tbl_lending td::before {
	             content: attr(data-label);
			     color: #74b4e6;
	             display: block;
	             margin: 0 2% 0 0;
	             float: left;
	      }

	      .tbl_terms {
	             width: 100%;
	      }

	      .tbl_terms td{
	             display: block;
	      }

	      .tbl_terms td::before {
	             content: attr(data-label);
			     color: #666;
	             display: block;
	             margin: 0 2% 0 0;
	             float: left;
	      }

	      .smp_sanjyo {
				color: #fff;
				background-color:#0f6bc7;
		}

	     .smp_non-member {
				color: #fff;
				background-color:#779e19;
		}
		
      
       /* lending category ------------------- */

			.smp_category-select{
			   display: block;
			   margin-bottom: 30px;
			}

       /* international ------------------- */
     
			.international_txt p {
				width: 100%;
			}
	
       /* overseas-office ------------------- */

	      	.about_business img{
	          width: 165px;
	      }
      
	       .tbl_office th,.tbl_office td {
	      		display: block;
				width: 100%!important;
	      }

       /* guidebook ----- ------------------- */

			.guide_img {
				display: block;
				width: 200px;
				margin: 0 auto;
		}

       /* business support ------------------ */
       
		.bs_all img {
			width: 160px;
	    	}
	      
		.b_number-area {
			display: none;
	      }
		  
		.bs-left_contents {
			display: contents;
		}

		.bs_contents, .bs_contents img {
			width: 100%;
		}

		.side_backnumber {
			width: 100%;
		}

		.btn_pdf {
			width: 93%;
		}

		.btn_pdf a {
			font-size: 1.3em;
		}
	      
		.btn_pdf img.icon_pdf {
			vertical-align: -8px;
		}
		
		.bnr_b_support--ad {
			width: 90%;
		    display: block;
		    margin: 0 auto;
		}


       /* business support Ad ----- */

		.tbl_Ad-orikomi th, .tbl_Ad-orikomi td {
			padding: unset;
		}

		.img_Ad { display: none;}


		
       /* mail-magazine --------------------- */
       
	      a.btn_mail-entry { width: 75%; } 
	      .magazine_schedule img { margin-bottom: 5px; }
      
      
       /* member --------------------- */

			.benefit div { display: block;}
			.benefit img {
				margin: 0 auto;
				display: block;
				width: 70%;
		   }
		   
       /* cyber --------------------- */
		   
			.bg_cyber {
				background: url(images/cyber/bg_cyber-smp.gif);
		   }
		   
			 
       /* sitemap --------------------- */

			.sitemap-item { 
				width: 100%;
				min-height: 100px;
				margin: 2% 0;
			}

			.sitemap ul li a { text-decoration: underline;}

}



/* 印刷時の設定---------------------------------------------- */

@media print {
	.top_banner > div { width: 265px; }
	.bg_cyber { margin: 0 auto!important; background: none;}

	/* access  --------------------- */

	.access_area div { width: 43%;}

	
}