:root{
	--o-r-cominfo-company_name:一般社団法人 山口県警備業協会;
	--o-r-cominfo-copyright:Copyright © 2017 一般社団法人山口県警備業協会 All Rights Reserved.;
	--o-r-colors-button:#124489;
	--o-r-colors-button_text:#ffffff;
}
.-x-richtext ul, .-x-richtext ol {
	list-style-position: inside;
}
[data-legal]{
	position:relative;
	--legal-offset-h:attr(data-legal-offset-h px);
	--legal-offset-v:attr(data-legal-offset-v px);
}
[data-legal][data-legal-safe="1"]::after{
	position: absolute;
	opacity: 0.5;
	color: black;
	content: "墨";
	font-size: 16px;
	display: block;
	height: 24px;
	padding-top: 0px;
	background-image: url(/_lib/lc.png);
	background-size: auto 20px;
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: left top;
}
[data-legal][data-legal-safe="1"]:hover::after {
    position: absolute;
    opacity: 0.5;
    color: black;
    content: attr(data-legal-check-at);
    white-space:nowrap;
    font-size: 11px;
    display: block;
    height: 24px;
    background-image: url(/_lib/lc.png);
    background-size: auto 20px;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-left: 0px;
    background-position: left top;
}

[data-legal-position="left-top"]::after{
	left:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="left-bottom"]::after{
	left:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
[data-legal-position="right-top"]::after{
	right:var(--legal-offset-h);
	top:var(--legal-offset-v);
}
[data-legal-position="right-bottom"]::after{
	right:var(--legal-offset-h);
	bottom:var(--legal-offset-v);
}
/*common_css*/
/*リセット用内容*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
        font-family: ;
        src: url();
}

/*62.5%はremの単位を揃える記述*/
html{
    font-size:62.5%;
    background: #fff;
    ;
    ;
    -webkit-text-size-adjust: 100%;
}

/*bodyでは好きなフォントサイズに。1rem＝10pxなので1.6rem=16px*/
body{
  font-size:1.6rem;
  font-family: ;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Noto Sans JP', sans-serif;
}

/*見出しのフォント指定があった場合*/



img{
    max-width: 100%;
}


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
[data-w-width] {
    max-width: 100%;
}
[data-w-width="1"] {
    width: 1170px;
    width:;
    margin: 0 auto;
}
[data-w-width="1"] [data-w-width="1"]{
    max-width:100%;
    width:100%;
}
@media (max-width: ){
    [data-w-width="1"] {
        max-width:96%;
    }
    [data-w-width="1"] [data-w-width="1"]{
      max-width:96%;
    }
}
@media screen and (max-width: 768px) {
    body {
        font-size: 3.5vw;
    }
}

.-x-text{
    max-width: ;
    margin-left:auto;
    margin-right:auto;
}
.-x-text table{
    border-collapse: collapse;
}
.-x-text td{
    padding: 2px 5px;
    border: 1px solid #ccc;
}
.-x-text ul
,.-x-text ol
,.-x-text li{
    list-style-type:initial;
}

/*コンテンツの余白間の基本設定*/
.-x-cont > [data-lib] ~ [data-lib]{
    margin-top:40px;
}






/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
    font-size: 62.5%;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type='search'] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default;
}



li{
    list-style: none;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}


/*ボタン*/
a.btn {
  display: inline-block;
  padding: 20px 12px;
  text-align: center;
  background: #124486;
  transition : all 0.5s ease 0s;
  border:1px solid #124486;
  line-height: 1;
}
a.btn span {
  color: #fff;
  font-size: 1.4rem;
  vertical-align: middle;
}
a.btn span:after {
  background-image: url("/_img/ja/cssjs/4/image/_/");
  width: 9px;
  height: 15px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}

a.btn:hover{
    background: #fff;
    border:1px solid #124486;
}
a.btn:hover span{
    color: #124486;
    
}
a.btn:hover span:after{
    background-image: url("/_img/ja/cssjs/3/image/_/}");
}



@media (max-width: 768px) {
    a.btn {
width: 80%;
        margin: 0 auto;
    display: block;
}
}
/*ボタン*/

.btn-wrap{
    text-align: center;
}
.btn-wrap a{
    margin: 0 auto;
}

/*ボタン 白１*/
a.btn-white{
    display: inline-block;
    padding: 20px 12px;
    text-align: center;
    background: #fff;
     transition : all 0.5s ease 0s;
}
a.btn-white span{
    color: #124485;
    font-size: 1.4rem;
    vertical-align: middle;
    font-weight: 700;
}
a.btn-white span:after{
    background-image: url("/_img/ja/cssjs/3/image/_/");
    width: 9px;
    height: 15px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}
a.btn-white:hover{
    background: #124485;
}
a.btn-white:hover span{
    color: #fff;
    
}
a.btn-white:hover span:after{
    background-image: url("/_img/ja/cssjs/4/image/_/}");
}



/*ボタン 白2*/
a.btn-white2{
    display: inline-block;
    padding: 10px 50px;
    text-align: center;
    background: #fff;
     transition : all 0.5s ease 0s;
}
a.btn-white2 span{
    color: #124485;
    font-size: 1.4rem;
    vertical-align: middle;
    font-weight: 700;
}
a.btn-white2 span:after{
    background-image: url("/_img/ja/cssjs/3/image/_/");
    width: 9px;
    height: 15px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
}
a.btn-white2:hover{
    background: #124485;
}
a.btn-white2:hover span{
    color: #fff;
    
}
a.btn-white2:hover span:after{
    background-image: url("/_img/ja/cssjs/4/image/_/}");
}




/*ボタン 白3*/
a.btn-white3{
    display: inline-block;
    padding: 18px 40px;
    text-align: center;
    background: #fff;
    transition : all 0.5s ease 0s;
}
a.btn-white3 span{
    color: #124485;
    font-size: 1.4rem;
    vertical-align: middle;
    font-weight: 700;
}
a.btn-white3 span:after{
    background-image: url("/_img/ja/cssjs/3/image/_/");
    width: 9px;
    height: 15px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-top: -4px;
}

a.btn-white3:hover{
    background: #124485;
}
a.btn-white3:hover span{
    color: #fff;
    
}
a.btn-white3:hover span:after{
    background-image: url("/_img/ja/cssjs/4/image/_/}");
}






/*ボタン 青１*/
a.btn-blue{
    display: inline-block;
    padding: 20px 12px;
    text-align: center;
    background: #124485;
}
a.btn-blue span{
    color: #fff;
    font-size: 1.9rem;
    vertical-align: middle;
    font-weight: 700;
}
a.btn-blue span:after{
    background-image:url("/_img/ja/cssjs/2/image/_/");
    width: 9px;
    height: 15px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
}

.btn-center{
    text-align: center;
}

.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  /* transition: 0.3s ease-in-out;*/
}
.fade:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
[data-lib="271"]{
	border: none;
    font-size: inherit;
    outline: none;
    padding: 0;
	cursor:pointer;
}/*widget:de784b88-3493-44fd-a10f-406ff5589965*/
[data-lib="271"]{text-align: center;
	display: inline-block;
	text-decoration: none;
	position: relative;
	transition: 0.3s;}[data-lib="271"] span{position: relative;
	z-index: 2;
	background:#124489;
	color:#ffffff;
	padding: 1em 2em;
	border: 1px solid;
	border-color:#124489;
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: .3s;}[data-lib="271"]:hover span{box-shadow: 0 0 1rem;}[data-lib="271"] span:after{background-image:url("/_img/ja/cms_parts_library/294/image/100_100_1_000000/");
	width: 9px;
	height: 15px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;}@media (max-width: 768px){[data-lib="271"]{width: auto !important;}}[data-lib="586"]{
	border: none;
    font-size: inherit;
    outline: none;
    padding: 0;
	cursor:pointer;
}/*widget:18ef60cc-6978-40e8-8c89-b6164666807d*/
[data-lib="586"]{display: inline-block;
	padding: 1rem 2rem;
	text-decoration: none;
	color: #fff;
	background: #124489;
	transition: .3s;
	min-width: 237px;
	text-align: center;}[data-lib="586"]:hover{opacity: 0.7;}/*widget:480af185-6087-4ec9-a551-64ff7015235a*/
[data-lib="1"] header{width: 100%;
	padding-left: 45px;
	box-sizing: border-box;
	height: 78px;
	display: flex;
	justify-content: space-between;}[data-lib="1"] header h1{margin-top: 10px;
	width: 309px;
	height: 60px;}[data-lib="1"] header h1 img{width: 309px;
	height: 60px;}[data-lib="1"] header a.contact{display: block;
	background-color: #124486;
	width: 246px;
	height: 78px;
	padding-top: 18px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	text-decoration: none;}[data-lib="1"] header a.contact span.tel{font-size: 1.9rem;
	font-weight: 700;
	vertical-align: middle;}[data-lib="1"] header a.contact span.tel:before{content: "";
	display: inline-block;
	width: 16px;
	height: 23px;
	background-image: url("/_img/ja/cms_parts_library/467/image/_/");
	margin-right: 10px;}[data-lib="1"] header a.contact span.h-date{font-size: 1.1rem;
	display: block;}[data-lib="1"] nav.nav-container{width: 671px;}[data-lib="1"] nav.nav-container ul.up-btn{width: 273px;
	float: right;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	height: 28px;}[data-lib="1"] nav.nav-container ul.up-btn a{display: block;
	width: 128px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 2px;}[data-lib="1"] nav.nav-container ul.up-btn a.contact-btn{background: #979797;}[data-lib="1"] nav.nav-container ul.up-btn a.kaiin{background: #efa10d;}[data-lib="1"] ul.g-nav{width: 667px;
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
	clear: both;
	padding-top: 12px;}[data-lib="1"] ul.g-nav li{width: auto;}[data-lib="1"] ul.g-nav li a{display: block;
	color: #151c36;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 700;}[data-lib="1"] ul.g-nav li a:hover{color: #124485;}[data-lib="1"] .hamburger{display : block;
	position: fixed;
	z-index : 3;
	right : 20px;
	top   : 20px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;}[data-lib="1"] .hamburger span{display : block;
	position: absolute;
	width   : 30px;
	height  : 2px;
	left    : 6px;
	background: #124489;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;}[data-lib="1"] .hamburger span:nth-child(1){top: 10px;}[data-lib="1"] .hamburger span:nth-child(2){top: 20px;}[data-lib="1"] .hamburger span:nth-child(3){top: 30px;}[data-lib="1"] .hamburger.active span:nth-child(1){top : 16px;
	left: 6px;
	background :#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);}[data-lib="1"] .hamburger.active span:nth-child(2),[data-lib="1"] 
.hamburger.active span:nth-child(3){top: 16px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);}[data-lib="1"] nav.globalMenuSp{position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background-color: rgba(18,68,134,0.8);
	text-align: center;
	width: 100%;
	transform: translateX(100%);
	transition: all 0.6s;
	height: 100%;
	overflow: scroll;
	padding-bottom: 100px;}[data-lib="1"] nav.globalMenuSp ul{margin: 0 auto;
	padding: 0;
	width: 100%;
	padding-top: 100px;}[data-lib="1"] nav.globalMenuSp ul li{list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;}[data-lib="1"] nav.globalMenuSp ul li:last-child{padding-bottom: 0;}[data-lib="1"] nav.globalMenuSp ul li:hover{background :#ddd;}[data-lib="1"] nav.globalMenuSp ul li a{display: block;
	color: #fff;
	padding: 1em 0;
	text-decoration :none;
	text-align: left;
	padding-left: 10vw;
	font-size: 4vw;
	font-weight: 700;}[data-lib="1"] nav.globalMenuSp.active{opacity: 100;
	display: block;
	transform: translateX(0%);}[data-lib="1"] .sp-nav-foot{width: 75%;
	margin: 40px auto 0;}[data-lib="1"] .sp-nav-foot img{width: 100%;
	height: auto;
	margin-bottom: 20px;}[data-lib="1"] .sp-nav-foot a{text-align: left;}[data-lib="1"] .sp-nav-foot a span.tel{text-align: left;
	font-weight: 700;
	color: #fff;
	font-size: 7vw;}[data-lib="1"] .sp-nav-foot a span.tel:before{content: "";
	display: inline-block;
	width: 16px;
	height: 23px;
	background-image: url("/_img/ja/cms_parts_library/467/image/_/");
	margin-right: 10px;}[data-lib="1"] .menu{position: relative;
	*zoom: 1;}[data-lib="1"] ul.menu__second-level{visibility: hidden;
	opacity: 0;
	z-index: 1;}[data-lib="1"] ul.menu__third-level{visibility: hidden;
	opacity: 0;}[data-lib="1"] ul.menu__fourth-level{visibility: hidden;
	opacity: 0;}[data-lib="1"] .menu > li:hover{-webkit-transition: all .5s;
	transition: all .5s;}[data-lib="1"] .menu__third-level li{border-top: 1px solid #111;}[data-lib="1"] .menu__third-level li a:hover{background: #2a1f1f;}[data-lib="1"] .menu__fourth-level li a:hover{background: #1d0f0f;}[data-lib="1"] .menu:before,[data-lib="1"] 
.menu:after{content: " ";
	display: table;}[data-lib="1"] .menu:after{clear: both;}[data-lib="1"] .menu > li.menu__single{position: relative;}[data-lib="1"] li.menu__single ul.menu__second-level{position: absolute;
	top: 40px;
	left: -62px;
	width: 232px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;}[data-lib="1"] li.menu__single:hover ul.menu__second-level{top: 22px;
	visibility: visible;
	opacity: 1;}[data-lib="1"] li.menu__single:hover ul.menu__second-level li{width: 100%;
	height: 50px;
	border-radius: 25px;
	background: rgba(255,255,255,0.9);
	line-height: 50px;
	margin-bottom: 3px;}[data-lib="1"] li.menu__single:hover ul.menu__second-level li:hover a{color: #124485;}@media (max-width: 1300px){[data-lib="1"] header{padding-left: 20px;}[data-lib="1"] header h1{margin-top:22px;
	width: 213px;
	height: auto;}[data-lib="1"] header h1 img{width: 213px;
	height: auto;}[data-lib="1"] header a.contact{width: 186px;
	height: 78px;
	padding-top: 18px;}[data-lib="1"] header a.contact span.tel{font-size: 1.4rem;}[data-lib="1"] header a.contact span.tel:before{width: 12px;
	height: 17px;
	margin-right: 7px;}[data-lib="1"] header a.contact span.h-date{font-size: 1.1rem;}[data-lib="1"] nav.nav-container{width: 505px;}[data-lib="1"] ul.g-nav{width: 100%;
	margin-top: 12px;
	padding-top: 10px;}[data-lib="1"] ul.g-nav li a{;
	font-size: 1.2rem;}}@media (max-width: 950px){[data-lib="1"] header a.contact{margin-right: 78px;}[data-lib="1"] nav.nav-container{display: none;}}@media (max-width: 540px){[data-lib="1"] header a.contact{display: none;}}@media (min-width:951px){[data-lib="1"] .hamburger{display: none;}}@media (max-width: 768px){[data-lib="1"] header a.contact{padding-top: 11px;}}/*widget:baeb1183-a1d7-4c72-b42c-e18939060dad*/
[data-lib="7"] footer{width: 100%;
	padding-top: 110px;}[data-lib="7"] div.footer-contact{width: 853px;
	height: 316px;
	margin: 0 auto;
	background: #fff;
	display: flex;
	justify-content: space-between;
	z-index: 1;
	position: relative;}[data-lib="7"] .f-contact-l{width: 50%;
	padding-left: 76px;
	box-sizing: border-box;
	padding-top: 136px;}[data-lib="7"] .f-contact-l h2{font-size: 4.5rem;
	line-height: 1.1;
	margin-bottom: 43px;
	letter-spacing: 2px;}[data-lib="7"] .f-contact-l h2 span{display: block;
	font-size: 1.2rem;}[data-lib="7"] .f-contact-l a{display: block;
	background-color: #124486;
	color: #fff;
	text-align: center;
	width: 204px;
	height: 36px;
	line-height: 36px;
	position: relative;}[data-lib="7"] .f-contact-l a span{font-size: 1.4rem;
	color: #fff;
	margin-left: -21px;}[data-lib="7"] .f-contact-l a span:after{content: "";
	display: inline-block;
	background-image:url("/_img/ja/cms_parts_library/158/image/100_100_1_000000/");
	width: 17px;
	height: 7px;
	margin-left: 13px;
	position: absolute;
	top: 16px;
	right: 8px;
	transition : all 0.5s ease 0s;}[data-lib="7"] .f-contact-l a:hover span:after{right: 4px;}[data-lib="7"] .f-contact-r{width: 50%;
	box-sizing: border-box;
	padding-left: 122px;
	color: #151c36;
	padding-top: 158px;}[data-lib="7"] .f-contact-r div.tel{font-size: 2.4rem;
	font-weight: 700;}[data-lib="7"] .f-contact-r div.tel span{font-size: 1.4rem;
	font-weight: 600;
	margin-right: 5px;}[data-lib="7"] .f-contact-r p.eigyo{font-size: 1.3rem;}[data-lib="7"] .footer-wrap{width: 100%;
	background: #124486;
	padding-top: 136px;
	padding-bottom: 35px;
	margin-top: -73px;
	border-bottom: 2px solid #fff;}[data-lib="7"] .footwer-container{width: 853px;
	margin: 0 auto;}[data-lib="7"] .footwer-container ul{width: 793px;
	display: flex;
	justify-content: space-between;}[data-lib="7"] .footwer-container ul li{width : calc(100% / 4);}[data-lib="7"] .footwer-container ul li a{color: #fff;
	display: block;}[data-lib="7"] .footwer-container ul li a.big{font-size: 1.5rem;}[data-lib="7"] .footwer-container ul li a.small{font-size: 1.1rem;
	vertical-align: middle;
	margin-bottom: 11px;}[data-lib="7"] .footwer-container ul li a.small:before{content: "";
	background-image: url("image/footer/line.svg");
	width: 9px;
	height: 2px;
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;}[data-lib="7"] .footwer-container ul li a.formember{width: 137px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background: #efa10d;
	border-radius: 5px;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;}[data-lib="7"] .f-link-mb1{margin-bottom: 32px !important;}[data-lib="7"] .f-link-mb2{margin-bottom: 13px;}[data-lib="7"] .f-link-mb3{margin-bottom: 28px;}[data-lib="7"] .f-link-mb4{margin-bottom: 10px;}[data-lib="7"] .footer-bottom-wrap{width: 100%;
	padding-top: 47px;
	padding-bottom: 70px;
	background: #124486;}[data-lib="7"] .footer-bottom{width: 853px;
	margin: 0 auto;
	color: #fff;
	line-height: 1;}[data-lib="7"] .footer-bottom h2.footerlogo{width: 266px;
	margin-bottom: 22px;}[data-lib="7"] .footer-bottom h3,[data-lib="7"] .footer-bottom address{font-size: 1.3rem;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 10px;}[data-lib="7"] .f-tel{font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 7px;}[data-lib="7"] .f-tel span.txt{font-size: 1.3rem;
	margin-right: 13px;}[data-lib="7"] .f-tel span.telnum{font-size: 1.5rem;
	margin-right: 13px;}[data-lib="7"] .f-time{font-size: 1.2rem;}[data-lib="7"] .f-bottomline{margin-top: 29px;
	position: relative;}[data-lib="7"] .f-bottomline a{display: inline-block;
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 5px;
	font-size: 1.2rem;}[data-lib="7"] .f-bottomline small{text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	line-height: 1.4;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	white-space: nowrap;}[data-lib="7"] p.txt-cont{font-size: 1.3rem;
	font-weight: 700;}@media (max-width: 768px){[data-lib="7"] footer{padding-top: 55px;}[data-lib="7"] div.footer-contact{width: 80%;
	height: auto;
	margin: 0 auto;
	flex-wrap:wrap;
	padding-bottom: 40px;}[data-lib="7"] .f-contact-l{width: 100%;
	padding-left: 0;
	padding-top: 70px;}[data-lib="7"] .f-contact-l h2{font-size:7vw;
	margin-bottom:20px;
	text-align:center;}[data-lib="7"] .f-contact-l h2 span{font-size: 3vw;}[data-lib="7"] .f-contact-l a{width: 80%;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;}[data-lib="7"] .f-contact-l a span{font-size: 1.4rem;
	color: #fff;}[data-lib="7"] .f-contact-l a span:after{content: "";
	display: inline-block;
	background-image:url("image/footer/yajirushi.svg");
	width: 17px;
	height: 7px;
	margin-left: 13px;}[data-lib="7"] .f-contact-r{width: 100%;
	padding-left: 0;
	padding-top: 20px;}[data-lib="7"] .f-contact-r div.tel{font-size: 6vw;
	text-align: center;}[data-lib="7"] .f-contact-r div.tel span{font-size: 3.5vw;
	margin-right: 5px;
	text-align: center;}[data-lib="7"] .f-contact-r p.eigyo{font-size: 3vw;
	text-align: center;}[data-lib="7"] .footer-wrap{padding-top: 70px;
	padding-bottom: 16px;
	margin-top: -36px;}[data-lib="7"] .footwer-container{width: 80%;}[data-lib="7"] .footwer-container ul{width: 100%;
	flex-wrap: wrap;}[data-lib="7"] .footwer-container ul li{width : calc(100% / 2);
	margin-bottom: 20px;}[data-lib="7"] .footwer-container ul li a{color: #fff;
	display: block;}[data-lib="7"] .footwer-container ul li a.big{font-size: 3.5vw;}[data-lib="7"] .footwer-container ul li a.small{font-size: 3vw;
	margin-bottom: 11px;}[data-lib="7"] .footer-bottom-wrap{padding-top: 23px;
	padding-bottom: 50px;}[data-lib="7"] .footer-bottom{width: 90%;}[data-lib="7"] .footer-bottom h2.footerlogo{width: 70%;
	margin-bottom: 11px;
	margin: 30px auto 50px;}[data-lib="7"] .footer-bottom h3,[data-lib="7"] .footer-bottom address{font-size: 2.5vw;}[data-lib="7"] .f-tel,[data-lib="7"] .f-time{font-size: 3.5vw;}[data-lib="7"] .f-tel span{font-size: 3vw;
	margin-right: 13px;
	color: #fff;}[data-lib="7"] .f-tel span a{color: #fff;}[data-lib="7"] .f-bottomline{margin-top: 15px;}[data-lib="7"] .f-bottomline small{text-align: center;
	position:inherit;
	display: block;
	margin-top: 30px;}}/*widget:1b9ab521-c5b5-4937-94a5-205e8cc844b6*/
[data-lib="19"]{width: 100%;}/*widget:20c4e8b4-7cc9-475f-a859-08a878bb0a89*/
[data-lib="357"]{width: 852px;
	margin: 0 auto;
	padding-top: 60px;}[data-lib="357"] h2{text-align: center;
	font-size: 3.4rem;
	color: #124489;
	margin-bottom: 12px;}[data-lib="357"] .cate-date{display: inline-block;
	float: right;}[data-lib="357"] .date{color: #151c36;}[data-lib="357"] span.-w-ctgr{color: #fff;
	width: 138px;
	padding: 7px 34px;
	margin-right: 10px;}[data-lib="357"] .news{background: #12448a;}[data-lib="357"] .training{background: #ffbe00;}[data-lib="357"] .youthgroup{background: #1b886c;}[data-lib="357"] .sigle-contents{clear: both;
	width: 852px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 120px;}[data-lib="357"] .sigle-contents p{line-height:  1.8;
	margin-bottom: 20px;}[data-lib="357"] figure{width: 635px;
	margin: 0 auto 8px;}[data-lib="357"] div.cap{text-align: center;
	font-size: 1.7rem;
	margin-bottom: 20px;}[data-lib="357"] .news-btn-wrap{text-align: center;}[data-lib="357"] .news-btn-wrap a{margin: 0 auto;}[data-lib="357"] a{text-decoration: underline;
	color: #124485;}@media (max-width: 768px){[data-lib="357"]{width: 90%;
	padding-top: 30px;}[data-lib="357"] h2{font-size: 6vw;
	margin-bottom: 32px;
	text-align: left;}[data-lib="357"] span.-w-ctgr{color: #fff;
	width: 138px;
	padding: 7px 34px;
	margin-right: 10px;}[data-lib="357"] .sigle-contents{width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;}[data-lib="357"] .sigle-contents p{font-size: 3.5vw;}[data-lib="357"] figure{width: 80%;
	margin: 0 auto 10px;}[data-lib="357"] div.cap{font-size: 3.5vw;}}/*layout:1*//*layout:2*//*layout:3*//*layout:5*/