
.mainSection-title {
	border-style:none;
	padding:0.5em;
	border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}

h2 {
	border-style:none;
}

h2 {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fff1e0;/*背景色*/
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
 
}

h3:after {
	border-style:none;
}
h3 {
  position: relative;
  padding: 5px 26px 5px 42px;
  background: #fff0d9;
  font-size: 20px;
  color: #2d2d2d;
  margin-left: -33px;
  line-height: 1.3;
  border-bottom: solid 3px orange;
  z-index:-2;
}

h3:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

h3:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}

h4{
	margin-top:0;
	font-size:1.2em;
	display: inline-block;
}

h5 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
	font-weight:bold;
}



li {
	margin-bottom:1em;
	border-bottom: dotted 2px #ccc;
}

.siteHeader_logo img {
    max-height: 60px;
}

#top__fullcarousel {
    position: relative;
    height: calc(650 / 1500 * 100vw);
    min-height: 300px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    transition: opacity 2s;
    z-index: -1;
}

.siteContent {
    padding: 0 0 2rem;
}

.slide-text-set {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
}

.item-2 div.mini-content-container-2 {
	padding-left:2em;
}

.slide-text-title{
	font-size:calc(1.5rem + .7vw);
	font-weight:bold;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.slide-text-caption{
	font-weight:bold;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.slide .btn-ghost{
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 99%;
}

footer .copySection p:nth-child(2) {
	display:none;
}

/*会員登録誘導リンクを消す*/
.swpm-join-us-link{
	display:none;
}

.swpm-edit-profile-link{
	display:none;
}

.feetbl {
	border: solid 1px #ccc;
	border-collapse: collapse;
  border-spacing: 0;
}

.feetbl tbody{
	display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.feetbl tbody th.th1 {
	background-color:#d0fecf;
	 border: 1px solid #ccc;
	 padding: 7px 10px;
	text-align: center;
}

.feetbl tbody th.th2 {
	background-color:#fffedf;
	border: 1px solid #ccc;
	 padding: 7px 10px;
	text-align: center;
}

.feetbl tbody td.th3 {
	background-color:#fff;
	border: 1px solid #ccc;
	 padding: 7px 10px;
	text-align: center;
}

.feetbl tbody td {
	background-color:#fff;
	border: 1px solid #ccc;
	 padding: 7px 10px;
	text-align: center;
}

.pdflink{
	background: no-repeat url("https://i0.wp.com/www.kagoshima-sr.com/wp-content/uploads/2017/03/pdf_icon.png"), 25%;
	
	padding-left:2em;
	display:block;
	height:25px;
}

.mbrtbl tbody tr td {
	text-align: center; 
	width: 6.11855%; 
	vertical-align: middle; 
	height: 27px;
}

/*カラム幅設定*/
.format table tr>td:first-of-type {
	width:5%;
	text-align:center;
}

.format table tr>td:first-of-type+td {
	width:30%;
}

.format table tr>td:first-of-type+td~td {
	width:20%;
}

/*斜線*/
/*労働保険料等算定基礎賃金等の報告　１行目４列目*/
#format2 table tbody >tr:first-child >td:first-of-type+td+td+td{
	background-color:#f6f6f6;
}

/*労働保険料等算定基礎賃金等の報告　2行目４列目*/
#format2 table tbody >tr:first-child +tr >td:first-of-type+td+td+td{
	background-color:#f6f6f6;
}

/*労働保険料等算定基礎賃金等の報告　3行目４列目*/
#format2 table tbody >tr:first-child +tr +tr >td:first-of-type+td+td+td{
	background-color:#f6f6f6;
}

/*労働保険料等算定基礎賃金等の報告　4行目４列目*/
#format2 table tbody >tr:first-child +tr +tr +tr >td:first-of-type+td+td+td{
	background-color:#f6f6f6;
}

/*労働保険料等算定基礎賃金等の報告　5行目3列目*/
#format2 table tbody >tr:first-child +tr +tr +tr +tr >td:first-of-type+td+td{
	background-color:#f6f6f6;
}

/*中小企業新規委託　1行目3列目*/
#format3 table tbody >tr:first-child>td:first-of-type+td+td{
	background-color:#fff;
}

/*中小企業新規委託　2行目3列目*/
#format3 table tbody >tr:first-child +tr>td:first-of-type+td+td{
	background-color:#f6f6f6;
}

/*中小企業新規委託　3行目3列目*/
#format3 table tbody >tr:first-child +tr+tr>td:first-of-type+td+td{
	background-color:#f6f6f6;
}

/*中小企業新規委託　4行目3列目*/
#format3 table tbody >tr:first-child +tr+tr+tr>td:first-of-type+td+td{
	background-color:#f6f6f6;
}


/*中小企業新規委託　5行目3列目*/
#format3 table tbody >tr:first-child +tr+tr+tr+tr>td:first-of-type+td+td{
	background-color:#fff;
}


/*中小企業新規委託　6行目3列目*/
#format3 table tbody >tr:first-child +tr+tr+tr+tr+tr>td:first-of-type+td+td{
	background-color:#fff;
}


/*中小企業新規委託　7行目3列目*/
#format3 table tbody >tr:first-child +tr+tr+tr+tr+tr+tr>td:first-of-type+td+td{
	background-color:#f6f6f6;
}


/*中小企業新規委託　8行目3列目*/
#format3 table tbody >tr:first-child +tr+tr+tr+tr+tr+tr+tr>td:first-of-type+td+td{
	background-color:#f6f6f6;
}


/*中小企業新規委託　9行目3列目*/
#format3 table tbody >tr:first-child +tr+tr+tr+tr+tr+tr+tr+tr>td:first-of-type+td+td{
	background-color:#f6f6f6;
}


/*中小企業新規委託　10行目3列目*/
#format3 table tbody >tr:first-child +tr+tr+tr+tr+tr+tr+tr+tr+tr>td:first-of-type+td+td{
	background-color:#f6f6f6;
}

/*一人親方手続き書類　1行目3列目*/
#format4 table tbody >tr:first-child>td:first-of-type+td+td{
	background-color:#f6f6f6;
}

/*一人親方手続き書類　2行目3列目*/
#format4 table tbody >tr:first-child +tr>td:first-of-type+td+td{
	background-color:#f6f6f6;
}

/*一人親方手続き書類　3行目3列目*/
#format4 table tbody >tr:first-child +tr+tr>td:first-of-type+td+td{
	background-color:#f6f6f6;
}

/*一人親方手続き書類　4行目3列目*/
#format4 table tbody >tr:first-child +tr+tr+tr>td:first-of-type+td+td{
	background-color:#f6f6f6;
}

/*サイドバー align設定*/
#media_image-2 div,#media_image-4 div {
	margin-left:auto;
	margin-right:auto;
}

/* 3カラムCSS */

.container,
.siteHeadContainer.container .navbar-header,
.gMenu_outer nav,
.header_scrolled .gMenu_outer nav {
	padding-left: 0;
	padding-right: 0;
}

.siteContent > .container > .row,
.siteContent.siteContent-base-on > .container > .row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}

.sideSection,
.mainSection,
.addSection {
	flex-basis: auto;
	float: none;
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 1200px) {
	.addSection-base-on {
		padding: 2.4rem 2rem;
	}
}

@media (min-width: 992px) {
	.addSection-base-on {
		padding: 2.4rem 1.7rem;
	}
}

@media (min-width: 768px) {
	.addSection-base-on {
		padding: 2rem;
	}
}

@media (min-width: 576px) {
	.addSection-base-on {
		padding: 1.7rem;
	}
}

.addSection-base-on {
	background-color: #fff;
	padding: 1.4rem;
}

.siteHeader .headerTop .container {
	padding-left: 0;
	padding-right: 0;
}

@media ( max-width: 1079px) {
	.headerTop {
		display: block;
	}
	.headerTop .headerTop_description {
		text-align: center;
	}
	.headerTop nav {
		display: none;
	}
	.headerTop .headerTop_contactBtn {
		display: none;
	}
}

@media ( max-width: 1079px) {
	body.device-pc .vk-mobile-nav-menu-btn {
		display: block;
	}
	.siteHeader_logo {
		font-size: 1.6rem;
		float: inherit;
		text-align: center;
		display: block;
		margin: 0 auto;
		padding: 0 45px;
	}
	.siteHeader_logo.navbar-brand {
		float: none;
		height: auto;
	}
	.navbar-header {
		float: none;
	}
	.siteHeadContainer.container .navbar-header {
		padding: 0;
	}
	.gMenu_outer {
		display: none;
	}
}

@media ( max-width: 1079px) {
	.container,
	.siteHeadContainer.container .navbar-header,
	.gMenu_outer nav,
	.header_scrolled .gMenu_outer nav {
		width: calc( 100% - 40px);
		max-width: calc( 100% - 40px);
	}
	.mainSection,
	.sideSection,
	.addSection {
		width: 100%;
		max-width: 100%;
	}
	.addSection {
		display: none;
	}
}

@media ( min-width: 1080px) and ( max-width: 1439px) {
	.container,
	.siteHeadContainer.container .navbar-header,
	.gMenu_outer nav,
	.header_scrolled .gMenu_outer nav {
		width: 1040px;
		max-width: 1040px;
	}
	.mainSection {
		width: 680px;
		max-width: 680px;
	}
	.sideSection {
		width: 320px;
		max-width: 320px;
		order: 1;
	}
	.addSection {
		display: none;
	}
}

@media ( min-width: 1440px) and ( max-width: 9999px) {
	.container,
	.siteHeadContainer.container .navbar-header,
	.gMenu_outer nav,
	.header_scrolled .gMenu_outer nav {
		width: 1400px;
		max-width: 1400px;
	}
	.mainSection {
		width: 680px;
		max-width: 680px;
		order: 1;
	}
	.sideSection {
		width: 320px;
		max-width: 320px;
		order: 2;
	}
	.addSection {
		width: 320px;
		max-width: 320px;
		order: 0;
		display: block;
	}
}

/* 解説のようなもの */

.container,
.siteHeadContainer.container .navbar-header,
.gMenu_outer nav,
.header_scrolled .gMenu_outer nav {
	padding-left: 0;
	padding-right: 0;
}

.siteContent > .container > .row,
.siteContent.siteContent-base-on > .container > .row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}

.sideSection,
.mainSection,
.addSection {
	flex-basis: auto;
	float: none;
	margin-left: 0;
	margin-right: 0;
}

/* 余白調整 */

@media (min-width: 1200px) {
	.addSection-base-on {
		padding: 2.4rem 2rem;
	}
}

@media (min-width: 992px) {
	.addSection-base-on {
		padding: 2.4rem 1.7rem;
	}
}

@media (min-width: 768px) {
	.addSection-base-on {
		padding: 2rem;
	}
}

@media (min-width: 576px) {
	.addSection-base-on {
		padding: 1.7rem;
	}
}

.addSection-base-on {
	background-color: #fff;
	padding: 1.4rem;
}

/* 追加したサイドバーにセクションベースを適用 */

.siteHeader .headerTop .container {
	padding-left: 0;
	padding-right: 0;
}

@media ( max-width: 1079px) {
	.headerTop {
		display: block;
	}
	.headerTop .headerTop_description {
		text-align: center;
	}
	.headerTop nav {
		display: none;
	}
	.headerTop .headerTop_contactBtn {
		display: none;
	}
}

/* モバイル時でもキャッチコピー表示 */

@media ( max-width: 1079px) {
	body.device-pc .vk-mobile-nav-menu-btn {
		display: block;
	}
	.siteHeader_logo {
		font-size: 1.6rem;
		float: inherit;
		text-align: center;
		display: block;
		margin: 0 auto;
		padding: 0 45px;
	}
	.siteHeader_logo.navbar-brand {
		float: none;
		height: auto;
	}
	.navbar-header {
		float: none;
	}
	.siteHeadContainer.container .navbar-header {
		padding: 0;
	}
	.gMenu_outer {
		display: none;
	}
}

/* メディアクエリ書き換え-ヘッダー部分も調整 */

@media ( max-width: 1079px) {
	.container,
	.siteHeadContainer.container .navbar-header,
	.gMenu_outer nav,
	.header_scrolled .gMenu_outer nav {
		width: calc( 100% - 40px);
		max-width: calc( 100% - 40px);
	}
	.mainSection,
	.sideSection,
	.addSection {
		width: 100%;
		max-width: 100%;
	}
	.addSection {
		display: none;
	}
}

/* ウィンドウ幅が 1079px 以下の場合は１カラムレイアウト */

@media ( min-width: 1080px) and ( max-width: 1439px) {
	.container,
	.siteHeadContainer.container .navbar-header,
	.gMenu_outer nav,
	.header_scrolled .gMenu_outer nav {
		width: 1040px;
		max-width: 1040px;
	}
	.mainSection {
		width: 100%;
		max-width: 100%;
		order: 0;
	}
	.sideSection {
		width: 320px;
		max-width: 320px;
		order: 1;
	}
	.addSection {
		display: none;
	}
}

/* ウィンドウの幅が 1080px 以上 1439px 以下のときは２カラムレイアウト */

@media ( min-width: 1440px) and ( max-width: 9999px) {
	.container,
	.siteHeadContainer.container .navbar-header,
	.gMenu_outer nav,
	.header_scrolled .gMenu_outer nav {
		width: 1400px;
		max-width: 1400px;
	}
	.mainSection {
		width: 680px;
		max-width: 680px;
		order: 1;
	}
	.sideSection {
		width: 320px;
		max-width: 320px;
		order: 2;
	}
	.addSection {
		width: 320px;
		max-width: 320px;
		order: 0;
		display: block;
	}
	
	/* メインセクションのheightがサブセクションのheightより低くなるとスクロールエラーが起こるのでmin-heightを設定しておく */

  .entry-full {
	  min-height:1450px;
  }
	
}

#nav_menu-2 div ul li {
	border-style:none;
	font-weight:bold;
}

#nav_menu-2 div ul li ul.sub-menu {
	padding-left:1.5em;
}

#nav_menu-2 div ul li ul.sub-menu li {
	font-weight:400;
	font-size:0.8em;
}

#nav_menu-2 div ul li ul.sub-menu li a {
	padding-left:0px;
}

.footerMenu div nav {
    padding:0 1em;
}

.wp-block-cover {
	min-height:250px;
}

.second-row div.wp-block-cover {
	min-height:150px;
}

.wp-block-cover .has-background-dim:not([class*=-background-color]) {
    background-color: #fff;
	  
}

.colparts:hover{
	cursor:pointer;
}
	
.colparts div p {
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.veu_postList {
	padding-left:2em;
}

.siteFooter {
    border-top: 3px solid #ccc;
}



/* 投稿ページで「前の記事」「次の記事」を非表示にする */

.postNextPrev {
	display:none;
}


footer div.sectionBox{
	padding-top: 1em;
  padding-bottom: 1em;
}

.siteFooter .widget {
    margin-bottom: 0px;
}

iframe {
	height: 50px;
}

#custom_html-13 div.textwidget{
	width:100%;
	text-align:center;
}

#ltg_post_list-2 {
	margin-bottom:2em;
	padding-left:3rem;
}

#pudge-5 {
	padding-left:4rem;
	padding-right:4rem;
	margin-top:4em;
}

