@charset "utf-8";

/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}

a, input[type="submit"] { outline: none; }

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');
body {
    font-family:  'Roboto', 'Helvetica Neue', Arial,'Noto Sans JP',  sans-serif !important;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
    line-height: 1.6rem;
     letter-spacing:0.05em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', 'Helvetica Neue', Arial,'Noto Sans JP', sans-serif !important;
    font-weight: 400;
    color: #444;
  line-height:1.5;
     letter-spacing:0.05em
}

h1 {
    font-size: 30px;
}
.heading.h1 {
    font-size: 30px;
  margin: .67em 0;
  line-height:1.5;
}
h2 {
    font-size: 30px;
    font-weight: normal;
}

h3 {
    font-size: 20px;
}

a {
    color: #666;
}

.pc{
}
.sp{
	display:none;
}
@media only screen and (max-width: 767px) {
.sp{
	display:block;
}	
.pc{
	display:none;
}
}

a.borderBottom {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 5px;
}

a:hover {
    text-decoration: none;
    color: #78a9d5;
    border-bottom: none;
}

.arrowLink {
    text-transform: uppercase;
}

a span {
    display: block;
    font-size: 13px;
}

.fontMedium {
    font-weight: 500;
}

.arrowLink::after {
    content: "\e819";
    font-family: "nlc-icons";
    margin-left: 20px;
}

.maxWidth65 {
    width: 65%;
}

.radiusBorder {
    border-radius: 15px;
}

.maxWidth80 {
    width: 80%;
}

p {
    color: #666;
}

.underline {
    text-decoration: underline;
}

.borderGrey {
    border: 1px solid #ccc;
}

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

.borderGrey--right {
    border-right: 1px solid #ccc;
}

.borderAll {
    border: 1px solid #ccc;
}

.borderGrey--left {
    border-left: 1px solid #ccc;
}

.greyBG {
    background-color: #f5f5f5;
}

.whiteBG {
    background-color: #fff!important;
}

.light-brwon-bg {
    background-color: #6d6666;
}


.lightGreyBg {
    background-color: #f8f8f8;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.usefulInfo{
	padding-top:25px;
}

.note {
    font-size: 12px;
}

.circleImage {
    border-radius: 100%;
}

.minus::after {
    content: "\e817" !important;
    font-family: "nlc-icons";
    font-size: 16px !important;
}

.highlighted {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 22px 30px;
    color: #ca3935;
    margin-top: 30px;
}

.highlighted__title {
    font-weight: 500;
    margin-bottom: 10px;
}

.highlighted__title i {
    font-size: 20px;
}

.contentWrpper {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
/*    margin-top: 157px; */
/*	margin-top: 122px; /* 2022/2/9 追加 */
	margin-top:195px;
	padding-top:20px;
}

.custom-margin {
    margin-top: 52px;
}


/* Tabs---------------------------------- */

.newsTabs {
    margin-top: 30px;
}

.newsTabs .nav-item {
    width: 32.65%;
    text-align: center;
    margin-right: 1%;
}

.newsTabs .nav-item:last-child {
    margin-right: 0px;
}

.newsTabs .nav-item a {
    border-radius: 0px;
    background: #f5f5f5;
    font-size: 16px;
}

.newsTabs .nav-link.active,
.newsTabs .show>.nav-link {
    background-color: #231815;
}

.newsTabs .nav-link {
    padding: 18px 1rem;
}

.roundedTabs {
    justify-content: center;
}

.roundedTabs .rounded-pill.active,
.roundedTabs .rounded-pill:hover {
    background-color: #ca3935;
    color: #fff;
}

.roundedTabs .rounded-pill {
    border: 1px solid #ca3935;
    font-size: 20px;
    color: #ca3935;
    padding: 21px 10px 22px;
  background-color: #fff;
}

.customPad {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.roundedTabs .nav-item {
    width: 32.25%;
    text-align: center;
    margin-right: 1%;
}


/* News Details---------------------------------- */

.newsDetails__date {
    text-align: right;
    margin: 10px 0px;
}
.btn-news{
 margin-top:80px; 
}

.newsDetails #hs_cos_wrapper_post_body h2{
background-color: #f5f5f5;
    font-size: 20px;
    color: #444;
    padding: 10px 15px;
    font-weight: 500;
    margin-bottom: 30px;
}
.newsDetails  #hs_cos_wrapper_post_body h3{
    padding-left: 15px;
    border-left: 6px solid #d95956;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
}
.newsDetails  #hs_cos_wrapper_post_body ul{
    list-style: none;
}
.newsDetails  #hs_cos_wrapper_post_body ul{
    position: relative;
}
.newsDetails #hs_cos_wrapper_post_body li:before{
    content: "\2022";
    color: #d95956;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    left:0.5em;
}
.newsDetails #hs_cos_wrapper_post_body p a{
    color: #d95956;
}

/* Bullet List------------------------------ */

.list--inlineBlock li {
    display: inline-block;
    margin-right: 40px;
}

.list--inlineBlock li:last-child {
    margin-right: 0px;
}

.list--block li {
    display: block;
}

.list__arrow--justified {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.list__disc,
.list__disc--grey {
    list-style: none;
}

.list__disc li,
.list__disc--grey li {
    position: relative;
}

.list__disc li::before,
.list__disc--grey li::before {
    content: "\2022";
    color: #d95956;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    left: -22px;
    top: -4px;
  font-family:'Noto Sans JP';
}

.list__disc--grey li::before {
    color: #666;
}
.pills-list--content ul {
    padding-left: 24px !important;
}

.pills-list--content li {
    border: none !important;
    margin-bottom: 0px !important;
}


.list__arrow {
    margin-bottom: 5px;
    list-style: none;
    padding: 0px;
}

.list__arrow--floatLeft li {
    float: left;
}

.list__arrow a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 16px;
    display: block;
    position: relative;
    border: none;
}

.listMargin--bottom li {
    margin-bottom: 15px;
}

.list__arrow a::before {
    content: "\e81b";
    font-family: "nlc-icons";
    color: #c0c0c0;
    font-size: 9px;
    position: absolute;
    left: -17px;
}

.list__arrow--red a::before {
    content: "\e81b";
    font-family: "nlc-icons";
    color: #da817e;
    font-size: 9px;
    margin-right: 6px;
}

.orderList--circle {
    counter-reset: order-list;
    list-style: none;
}

.orderList--circle li>.orderList--oneBracket {
    counter-reset: sub-order-list;
    list-style: none;
    margin-top: 15px;
}

.orderList--circle li>.orderList--oneBracket li {
    counter-increment: sub-order-list;
    position: relative;
    margin-bottom: 25px;
}

.orderList li>.orderList--oneBracket li::before {
    content: counter(sub-order-list) ") ";
    color: #666;
    font-weight: normal;
    font-size: 15px;
    position: absolute;
    height: 20px;
    width: 20px;
    line-height: 14px;
    top: 4px;
    left: 0px;
    background: #fff;
    text-align: center;
    padding: 1px;
    border: none;
}

.orderList--oneBracket__title {
    padding-left: 28px;
}

.orderList--oneBracket__details {
    padding-left: 30px;
}

.orderList--circle li {
    counter-increment: order-list;
    position: relative;
    margin-bottom: 50px;
}

.orderList--circle li::before {
    content: counter(order-list);
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    height: 20px;
    width: 20px;
    line-height: 14px;
    top: 4px;
    left: 0px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #2c2c2c;
    padding: 1px;
}

.orderList--circle__title {
    font-size: 20px;
    color: #2c2c2c;
    border-bottom: 1px solid #ecdedd;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-weight: 500;
}

.orderList {
    list-style: none;
    padding: 0px;
}

.orderList--greybg>li {
    counter-increment: order-list;
    position: relative;
}

.orderList--greybg>li::before {
    content: counter(order-list) ". ";
    color: #444;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    line-height: 14px;
    top: 17px;
    left: 22px;
}

.orderList--greybg__title {
    background-color: #f5f5f5;
    font-size: 20px;
    color: #444;
    padding: 10px 15px;
    padding-left: 50px;
    font-weight: 500;
    margin-bottom: 30px;
}

.orderList--twoBrackets {
    list-style: none;
    margin-bottom: 30px;
}

.orderList--twoBrackets>li {
    counter-increment: two-brackets;
    position: relative;
    padding-left: 22px;
}

.orderList--twoBrackets>li::before {
    content: "(" counter(two-brackets) ") ";
    font-weight: 400;
    position: absolute;
    line-height: 14px;
    top: 4px;
    left: 0px;
}

.orderList--borderLeft {
    list-style: none;
    margin-bottom: 30px;
}

.orderList--borderLeft>li {
    counter-increment: border-left;
    position: relative;
    color: #444;
    margin-bottom: 50px;
}

.orderList--borderLeft>li::before {
    content: "("counter(border-left)") ";
    color: #444;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    line-height: 14px;
    top: 12px;
    left: 27px;
}

.orderList--borderLeft__title {
    padding-left: 50px;
    border-left: 6px solid #d95956;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
}
.borderLeft {
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
}

.borderLeft--red {
    border-left: 6px solid #d95956;
}
.whiteBox__list,
.pills-list {
    list-style: none;
    padding: 0px;
    margin-top: 30px;
}
.whiteBox__list li,
.pills-list li {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: stretch;
}

.whiteBox__list li:last-child,
.pills-list li:last-child {
    border: none;
}

.whiteBox__list--feature,
.pills-list--feature {
    background-color: #f4f4f4;
    padding: 3px 20px;
    display: flex;
    margin-right: 12px;
    font-size: 13px;
    border-radius: 5px;
    color: #9b9595;
    min-width: 100px;
    align-items: center;
    justify-content: center;
}
.pills-list--feature {
    padding: 3px 10px;
    min-width: 120px;
}

.pills-list--feature {
    background-color: #eee;
    color: #666666;
}

.list__bar {
    list-style: none;
    padding: 0px;
}

.list__bar li {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    counter-increment: order-list;
    padding: 20px 15px 20px 82px;
}

.list__bar li::before {
    content: counter(order-list);
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 78px;
    height: 100%;
    border-radius: 10px 0px 0px 10px;
    background-color: #cf423e;
    line-height: 65px;
}


/* Buttons --------------------*/

.btn {
    border-radius: 0px;
}

.btn-lg {
    min-width: 300px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}

.btn-primary {
    background-color: #ca3935;
    border: 1px solid #ca3935;
    color: #fff;
    position: relative;
}

.btn-primary:hover {
    background-color: #fff;
    color: #ca3935;
    border: 1px solid #ca3935;
}

.btn--arrow::after {
    content: "\e819";
    font-family: "nlc-icons";
    line-height: 26px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-default {
    background-color: #fff;
    border: 1px solid #1e7fb8;
    color: #1e7fb8;
    position: relative;
  font-weight:500;
}

.btn-default:hover {
    background-color: #78a9d5;
    color: #fff;
    border: 1px solid #78a9d5;
}

.btn-default.on {
    background-color: #1e7fb8;
    color: #fff;
    border: 1px solid #1e7fb8;
}


/*Form------------------*/

.form-control::-webkit-input-placeholder {
    /* Edge */
    color: #aaa;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer */
    color: #aaa;
}

input.form-control::placeholder {
    color: #aaa!important;
}

.form-control {
    font-size: 13px;
    border-radius: 0px;
    border-color: #666;
    font-weight: 400;

}
input.form-control{
width:250px!important;
}
.backNumbers {
    background: #f7f7f7;
}

.custom-carets .dropdown-toggle:after {
    font-family: FontAwesome;
    content: "\f107";
}

.custom-carets .dropdown-toggle>span.caret {
    display: none;
}


/* Headings------------------------------ */

.heading {}

.heading__withBG {
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    padding: 12px 30px
}

.heading__withBG--green {
    background: #3fafa7;
}

.heading--news {
    font-size: 24px!important;
    font-weight: 400!important;
    border-bottom: 1px solid #dbdbdb!important;
    padding-bottom: 15px!important;
  background:none!Important;
  padding-left:0!Important;
}

.heading--news a {
    display: inline-block;
}

.heading--news span {
    display: block;
    margin-top: 10px;
}

.heading--divider {
    position: relative;
    text-align: center;
    margin-bottom: 55px;
}

.heading--divider::after {
    content: "";
    width: 37px;
    height: 5px;
    background-color: #1e7fb8;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.heading__sub {
    display: block;
    font-size: 12px;
    color: #bc183b;
    font-weight: normal;
    margin-top: 4px;
  letter-spacing:0.16em
}

.heading__borderBottom {
    border-bottom: 1px solid #ecdedd;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 20px;
}


.heading--solution {
	font-size: 30px;
	/* margin: .67em 0; */
    line-height: 1.5;
    letter-spacing: 0.05em;
}


/* Page Title------------------------------ */

.pageTitle * {
    color: #fff;
    text-align: center;
}

.pageTitle {
    padding: 15px 0px;
    background-color: #1e7fb8;
}

.pageTitle h1 {
    font-weight: normal;
}
.pageTitle .h1.heading {
    font-weight: normal;
}

/* Breadcrumbs----------------------------- */

.breadcrumb {
    border-radius: 0px;
    background-color: #f5f5f5;
    padding: 6px 15px;
    font-size: 12px;
    margin-bottom: 0px;
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: "nlc-icons";
    font-size: 10px;
    content: "\e81b";
    padding-right: 15px;
}


/* Accordion-------------------------- */

.card-header button {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0px;
    color: #666;
    font-size: 18px;
    position: relative;
    line-height: 40px;
    padding-left: 60px;
}

.card-header .btn-link:hover,
.card-header .btn-link:focus {
    color: #666;
    text-decoration: none;
}

.card-header button::before {
    background: #78a9d5;
    border-radius: 100%;
    width: 41px;
    height: 41px;
    display: inline-block;
    text-align: center;
    line-height: 39px;
    margin-right: 15px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0px;
    content: "Q";
    z-index: 1;
}

.card-header i {
    float: right;
    line-height: 40px;
    color: #aba8a8;
    margin-left: 20px;
}

.card-header {
    margin-bottom: 0;
    background-color: #f3f3f3;
    border: none;
    padding-top: 25px;
    padding-bottom: 25px;
}

.card {
    border: none;
    border-radius: 0px;
    margin-bottom: 35px;
}

.accordion>.card>.card-header {
    border-radius: 10px;
}

.card-body {
    background: #f3f3f3;
    border-radius: 0px 0px 10px 10px;
    margin-top: -5px;
    position: relative;
    padding-left: 90px;
    padding-top: 35px;
    padding-right: 34px;
}

.card-body::before {
    background: #fff;
    border: 1px solid #78a9d5;
    border-radius: 100%;
    width: 41px;
    height: 41px;
    display: inline-block;
    text-align: center;
    line-height: 39px;
    margin-right: 15px;
    color: #78a9d5;
    font-size: 18px;
    position: absolute;
    content: "A";
    left: 28px;
}

.card-header {
    padding: .75rem 1.75rem;
}

#faqAccordion .collapse {
    position: relative;
}

#faqAccordion .collapse::after,
#faqAccordion .collapsing::after {
    width: 94%;
    height: 1px;
    background: #1e7fb8;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
    content: "";
}


/* Main Navigation----------------------------- */

#collapse_target2 .dropdown {
    position: inherit;
}

.mega-menu {
    background: #f5f5f5;
    top: calc(100% - 5px);
}

.mega-menu-wrapper {
    width: 80%;
}

.mega-menu--list img {
    width: 100%;
    margin-bottom: 8px;
}

.mega-menu--list a {
    margin: 0px !important;
  font-size:12px;
}
.child-link{
	line-height: 1.4em !important;
}
.parent-link{
	line-height: 1.2em !important;
}
#collapse_target2 .dropdown-menu {
    width: 100%;
    border-radius: 0px;
    border: none;
    padding: 30px 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #1f1919;
    font-size: 15px;
}

#top-right-nav ul li a {
    border: 1px solid #78a9d5;
    padding: 16px 6px;
    border-top: none;
    font-size: 14px;
    color: #555;
    text-align: center;
    min-width: 98px;
    background: #fff;
    line-height: normal;
    height: 90px;
}

#top-right-nav ul li:last-child a {
    /* background: #ca3935; */
    color: #555;
}

#top-right-nav ul li:last-child{
    width: 100%;
}

#top-right-nav ul li a:hover {
opacity:0.8
}

#top-right-nav ul li:last-child a:hover {
opacity:0.8
}

#collapse_target1 i {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#top-right-nav {
    position: absolute;
    /*top: 0px;*/
	top: 35px;/*2022/2/9追加*/
    right: 0px;
    padding: 0px;
}
.sticky-nav #top-right-nav {
	 display: none; 
}
#collapse_target1 ul li a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
#collapse_target1 ul li a#nav-tel img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
#collapse_target2>ul li>a {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 8px solid #fff;
    color: #444;
}

#collapse_target2 ul>li>a:hover {
    color: #78a9d5;
    border-bottom: 5px solid #78a9d5;
}

nav.bg-light {
    background-color: #fff !important;
    padding-bottom: 0px;
}

.navbar-toggler {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 1rem;
    border-radius: 0px;
    border: none;
    background-color: #78a9d5;
}

.navbar-dark .navbar-toggler-icon {
    background-image: none;
}

.navbar-dark .navbar-toggler-icon::after {
    font-family: "nlc-icons";
    content: "\e825";
    color: white;
    font-size: 28px;
}

.navbar-dark .navbar-brand {
    padding-bottom: 13px;
    color: #555;
}

/* 2022/2/9 追加 */
.header-fadeIn{
	background: #afaeae;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    margin: 0;
	animation-name:fadeInAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
#mainNav .fixed{
	display: none;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#mainNav {
    position: fixed;
    top:0px;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sticky-nav {
    top: -105px !important;
}
.show-when-fixed {
    display: none;
}
.sticky-nav .show-when-fixed {
    display: block;
}
.sticky-nav .mobile-nav-container {
    /* box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.2); */
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .16em;
    content: "";
    border-top: .35em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  color:#aaa;
}
#mainNav a.nav-link{
margin-bottom:0;
}
#mainNav a.pc{
display:block;
}
#mainNav a.sp{
display:none;
}
/* Hero Image------------------------------- */
.heroImg{
  padding:0!important;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.heroImg > div.bg{
    position: relative;
    background: url("../img/cover05.jpg")no-repeat center;
    background-size: cover;
    min-height: 500px;
    background-attachment:fixed;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    opacity:1;
    /* animation  : bgAnime 60s infinite; */
    animation  : none; 
}

@keyframes bgAnime {
   0% { opacity: 80; transform: scale(1.0, 1.0); }
  50% { opacity: 100; transform: scale(1.1, 1.1);}  
 100% { opacity: 100; transform: scale(1.0, 1.0);}
}

.heroImg--caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
	width: 100%;
	background-color:rgba(15, 58, 95, 0.8);
	padding: 10px 50px;
    font-size: 54px;
    color: #fff;
   line-height:1.6;
  font-weight:300;
  text-shadow: 0 0 10px #000;
	display:flex;
	justify-content:center;
	align-items:center;
}


/* Work Information----------------- */

.workInformation {
padding: 20px;
}
.workInformation .container{
    background-color: #fff;
    font-size: 14px;
    padding: 20px;
    border: 1px solid #ca3935;
    margin: 15px auto 0;
    text-align: center;
}
.workInformation__title {
    font-size: 16px;
}

.workInformation__notice {
    background: #fff;
    color: #78a9d5;
    padding: 6px 20px;
    margin-left: 12px;
}

.workInformation .fas {
    font-size: 28px;
}

.workInformation__link {
    color: #fff;
}


/* Business/Products--------------------- */

.productList {
    margin-top: 30px;
}

.product--container {
    position: relative;
}

.product--info {

}

.product--info__title {
    font-size: 20px;
	margin-top:1rem;
}

.productList__image {
    max-width: 100%;
    width: 100%;
}

.product--info__title span {
    font-size: 13px;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
}

.product--info__intro {
	margin-top:0.5rem;
}

.product--info .arrowLink {
    color: #ca3935;
    display: block;
    text-transform: uppercase;
    text-align: right;
}

.product--info a:hover {
    color: #ca3935;
}

.product--info__title i {
    font-size: 35px;
    color: #666;
	vertical-align:middle;
}


/* Nursing Section------------------------ */

.nursing {
    position: relative;
}
.nursing h2 {
    margin-bottom:30px;
}
.halfGreyBg {
    background: url("../img/half-grey-bg.jpg")repeat-y left top;
}

.nursing__image {
    position: absolute;
    /* top: -120px; */
    max-width: 80%;
    /* left: -15px; */
    /* width: 80%; */
    height: 300px;
}


/* Why NLC---------------------- */

.whyNLC {
    background: url("../img/nlc-strength-bg.jpg")no-repeat center;
    background-size: cover;
  /*background-attachment:fixed!important;*/
}

.whyNLC * {
    color: #fff;
}

.whyNLC__image {
    margin-bottom: 15px;
}


/* Useful Info------------------- */
 
.usefulInfo  .row.row-usefulInfo__list{
    display:block!important;
   }  

.usefulInfo--title {
    font-weight: 500;
}

.usefulInfo--title__category {
    color: #444;
    font-size: 11px;
    background-color: #f5f5f5;
    padding: 3px 15px;
    display: inline-block;
    margin-bottom: 8px;
}

.imageContainer {
    overflow: hidden;
    margin-bottom: 15px;
  height:194px;
}

.usefulInfo__link:hover .usefulInfo--title {
    color: #78a9d5;
}

.usefulInfo__image {
    transition: transform .5s ease;
    width:100%;
    object-fit: cover;
    height: 100%;
}

.usefulInfo__link:hover .usefulInfo__image {
    transform: scale(1.2);
}

.usefulInfo__list {
    padding: 0px;
    list-style: none;
  display: flex;
    flex-wrap: wrap;
}

.usefulInfo__list li {
    float: left;
  margin-bottom:60px;
}


/* Filter Panel--------------------------- */

.filterPanel {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 25px 20px;
/*	margin-bottom: 50px; */
}

.keywordFilter {
    border-left: 1px solid #dddddd;
}

.filterCategory {
    border-right: 1px solid #fff;
    display: inline-block;
}

.keywordFilter .btn {
    padding: 4px 40px;
}

.filterCategory .category--input {
    min-width: 130px;
}


/* About NLC */

.aboutNLC {
    background: url("../img/about-nlc-bg.jpg")no-repeat center;
    background-size: cover;
  /*background-attachment:fixed!important;*/
}

.aboutNLC * {
    color: #fff;
}

.title,
.aboutNLC__title,
.threeChracterstics__title,
.industriesRecommend__title,
.mainUsage__title,
.whiteBox__title,
.whyNLC__title,
.productList__prductTitle,
.ravenliFunctions__title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
  color:#444;
}
.whiteBox__title{
margin-bottom:15px;
}
.aboutNLC__title,
.whyNLC__title{
color:#fff;
}

.whyNLC__title{
font-size: 16px;
}


/* News List--------------------------- */

.news--list {
    font-size: 14px;
    list-style: none;
    margin-top: 30px;
    padding: 0px;
}

.news--list__date,
.news--list__notice,
.newsNotice,
.news--list__content {
    display: inline-block;
    margin-right: 12px;
}

.news--list__notice,
.newsNotice {
    border: 1px solid #1e7fb8;
    color: #1e7fb8;
    padding: 4px 20px;
    font-size: 11px;
}

.news--list__content {
    margin-right: 0px;
}

.news--list li {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0px;
}


/* Column Details Hero Image------------------ */
.usefulInfo__list .imageContainer{
height:268px;
}


.innerHeroImg {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

.innerHeroImg__image {
    width: 100%;
}
.innerHeroImg.column {
  height: 280px;
  overflow: hidden;
  background-color: #000;
}

.column .innerHeroImg__image {
  opacity: 0.5; 
}

.innerHeroImg__caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.innerHeroImg__caption--title {
    font-weight: 400;
    color: #fff;
}

.innerHeroImg__caption--category {
    font-size: 11px;
    color: #444;
    display: inline-block;
    padding: 2px 20px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 10px;
}

.innerHeroImg__caption>.innerHeroImg__caption--category:last-child {
    margin-right: 0px;
}

.columnDetails h2{
    position: relative;
    text-align: center!important;
    margin-bottom: 55px;

}
.columnDetails h2::after {
    content: "";
    width: 37px;
    height: 5px;
    background-color: #ca3935;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.columnDetails h3{
    font-size: 20px;
    color: #2c2c2c;
    border-bottom: 1px solid #ecdedd;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 3px;
    font-weight: 500;
}
.columnDetails img{
    max-width:100%;
}
.serch-result-input input{
display: inline-block;
}
.serch-result-input .btn{
padding: 4px 40px;
}

/*Pagination----------------*/

.pagination {
    margin-top: 30px;
}

.page-item:last-child .page-link {
    border-radius: 100%;
    font-size: 15px;
    text-transform: uppercase;
}

.page-link {
    padding: .5rem .8rem;
    margin-left: 3px;
    color: #666;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    margin-right: 3px;
    border-radius: 100%;
}

.page-item.active .page-link {
    background-color: #ca3935;
    border-color: #ca3935;
    border-radius: 100%;
    padding: .5rem .8rem;
}

.page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ca3935;
    border-color: #ca3935;
}

.paginationTitle,
.paginationList {
    display: inline-block;
}

.paginationTitle {
    margin-right: 15px;
}


/* IC Tags------------------------------------------ */

.whiteBox {
    background-color: #fff;
    width: 100%;
    border: 1px solid #dcdcdc;
}

.whiteBox__title {}

.whiteBox__content {
    padding: 25px;
}

.whiteBoxRow>div {
    display: flex;
    margin-bottom: 30px;
}


/* Contact Us--------------------------------------------- */

.contactUs__info {
    padding: 67px 20px;
    text-align: center;
    width: 100%;
}

.contactUs_info--row {
    margin-top: 30px;
}

.contactUs p{
    margin-top: 30px;
}

.contactUs__info--number {
    background-color: #fff;
    border: 1px solid #f3f3f3;
}

.contactUs__info--phone {
    color: #78a9d5;
    font-weight: bold;
    font-size: 46px;
    margin-top: 9px;
}
.contact-page{
    font-size: 30px;
    padding: 10px;
}
.contactUs__info--phone a {
    color: #78a9d5;
	display:none;
}
.contactUs__info--phone span {
    color: #78a9d5;
}
.contactUs__info--caption {
    font-size: 15px;
    font-weight: 500;
    color: #666;
    display: block;
  margin-top:10px;
}

.contactUs__info--email {
    background-color: #78a9d5;
    color: #fff;
    display: block;
    border: 1px solid transparent;
}

.contactUs__info--email:hover {
    background-color: #78a9d5;
    color: #fff;
   opacity:0.8
}

.contactUs_info--row .col-md-6 {
    display: flex;
}

.contactUs_info--row .col-md-6:first-child {
    padding-right: 0px;
}

.contactUs_info--row .col-md-6:last-child {
    padding-left: 0px;
}

.contactUs__email--title {
    font-size: 30px;
    margin-bottom: 6px;
    display: inline-block;
  margin-top:8px;
}

.contactUs__email--title img {
    margin-right: 10px;
}

.contactUs__email--title i {
    font-size: 18px;
    float: left;
    margin-right: 20px;
}
.contactUs__email--caption{
margin-top:10px;
}
.contactUs__info--email.btn--arrow::after {
    font-size: 30px;
    right: 60px;
}


/* Services----------------------------------- */

.services {
    margin-bottom: 40px;
}

.row.services {
    background-color: #f5f5f5;
}

.services__content {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
  .row.services .col-md-6{
    
  }  
  .row.services img.img-fluid{
   object-fit: cover;
    height:100%;

  } 
.services__content>.arrow {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 1;
}

.services__content>.arrow--left {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 23px solid #f5f5f5;
    border-bottom: 14px solid transparent;
    left: -23px;
}

.services__content>.arrow--right {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 23px solid #f5f5f5;
    border-bottom: 14px solid transparent;
    right: -23px;
}

.services__content h3 {
    font-size: 24px;
    margin-bottom: 28px;
}

.productList {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.productList .col-sm-3 {
	margin-bottom:2rem;
}
.productList li {
    margin-bottom: 10px;
    display: flex;
}

.productList__productStyle--card {
    border: 1px solid #ccc!important;
    display: block;
    height: inherit;
    padding-bottom: 55px;
}

.productList__info {
    margin: 20px 25px;
}
.productList__link:hover img {
  opacity:0.8;
}
.productList__link:hover .productList__intro {
    color: #666;
  
}
.productList__intro ul {
    padding-left:15px;
}
.productList__prductTitle {
    margin-bottom: 15px;
}

.productList__intro {
    margin-bottom: 20px;
}

.productList__productStyle--card .arrowLink {
    position: absolute;
    bottom: 30px;
    right: 44px;
}


/* Business Tabs------------------------------- */

.businessTabs {
    list-style: none;
    padding: 0px;
    text-align: center;
  margin-bottom:0;
}

.businessTabs li i {
    font-size: 32px;
  
}

.businessTabs li {
    display: inline-block;
    margin-bottom: 0px;
}


/* Three characterstics------------------------- */

.threeCharacterstics__link:hover .threeChracterstics__title {
    color: #ca3935;
}


/* Main usage---------------------------------- */

.mainUsage__title {
    margin-bottom: 15px;
}

.mainUsage__image {
    margin-bottom: 15px;
    width: 100%;
}

.mainUsage__intro {
    margin-bottom: 50px;
  text-align:left;
}


/* Industries Recommend------------------------ */

.industriesRecommend__title {
    margin-bottom: 30px;
    ;
}


/* Person In Charge----------------------------*/

.personInCharge__review--title {
    font-size: 20px;
    position: relative;
    font-weight: 500;
    border-bottom: 1px solid #f3e9e8;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.personInCharge__review--title::before {
    content: "";
    width: 8px;
    height: 30px;
    background: #da3430;
    left: 0px;
    position: absolute;
    top: 0px;
}

.personIncharge__review {
    margin-left: 0px;
}

.personInCharge__image {
    float: left;
    margin-right: 25px;
}

.personInCharge__review--designation {
    text-align: right;
    margin-top: 30px;
}

.personInCharge__comments {
    position: relative;
    background-color: #f7f1f1;
    padding: 30px;
    border-radius: 8px;
    margin-top: 30px;
    padding-bottom: 50px;
}

.personInCharge__comments::before {
   /* content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 28px solid #f7f1f1;
    position: absolute;
    top: -27px;
    left: 63px;*/
}

.personInCharge__comments::after {
    content: "COMMENTS";
    color: #f8f8f8;
    font-size: 55px;
    position: absolute;
    bottom: 12px;
    right: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}


/* 4 Functions of Ravenli------------------------ */

.ravenliFunctions__box {
    background-color: #fff;
    padding: 45px 30px;
    position: relative;
    padding-right: 150px;
    margin-top: 70px;
    min-height: 258px;
    border-radius: 15px;
}

.ravenliFunctions__image {
    position: absolute;
    right: 25px;
    top: 85px;
}

.ravenliFunctions__numbers {
    background-color: #ce5c59;
    color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -32px;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 64px;
}


/* Size and Color Table----------------------- */

.colorVariationTable {
    border: 1px solid #cccccc;
}

.tableContent {
    background-color: #fff;
    padding-top: 15px;
}

.tableHeading {
    color: #fff;
    background-color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tableContent .w-100{
line-height:0;
}
.tableContent .col-sm-4,
.tableContent .col-sm{
padding:0 0px 10px 40px!important;
}
.colorCircle {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 20px;
    border-radius: 100%;

}

.borderBottom {
    border-bottom: 1px solid #cccccc;
}

.colorCircle--white {
    border: 1px solid #666666;
    background-color: #fff;
}

.colorCircle--blue {
    background-color: #0e7fcf;
}

.colorCircle--green {
    background-color: #479607;
}

.colorCircle--magenta {
    background-color: #ff4fd8;
}

.colorCircle--yellow {
    background-color: #ecdf0c;
}

.colorCircle--navyBlue {
    background-color: #0b35ab;
}


/* FA Systems */

.faSystem {
    background: url(../img/FA-system-bg.jpg)no-repeat center;
    background-size: cover;
}


/* Ravenli Washing series------------------------ */

.ravenliWashing__title {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    margin-top: 15px;
}

.ravenliWashing .row,
.borderRightTopLeft {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.ravenliWashing .row:last-child {
    border-bottom: 1px solid #ccc;
}

.ravenliWashing__image {
    background-color: #f4f6f5;
  display: flex;
    align-items: center;
}


/* Automatic Distribution----------------------- */

.roundedContainer {
    border-radius: 10px;
}


/* Corporate Profile------------------------------- */

.corporateProfile .w-100 {
    border-bottom: 1px solid #ecdedd;
  line-height: 0;
}

.corporateProfile__googleMap {
    margin-top: 20px;
    margin-left: 70px;
}


/* Corporate Message-------------------------- */

/* .corporateMessage .container {
    background: url("../img/ceo.png") left top no-repeat;
    background-size: contain;
} */

.corporateMessage__title {
    font-family: 'Noto Serif JP', serif!important;
    font-size: 50px;
    font-weight: 600;
}


/* Download ---------------------------------- */
section.download-overview .title-download{
  font-size:18px;
  font-weight:600;
}


/* Download ---------------------------------- */
.tag-works p{
  display:block;
  font-weight:600;
  border-bottom: 1px solid #fff;
  text-align:center;
  font-size:15px;
  padding-bottom:15px;
}
.filterCategory.tag-works{
border-right: 0;
}
.tag-works .usefulInfo--title__category{
background:#fff;
  color:#aaa;
  font-size:15px;
  margin-right:10px;
  padding:3px 15px; 
  border:1px solid #aaa;
}
.tag-works .usefulInfo--title__category:hover{
background:#ca3935;
  border:1px solid #ca3935;
  color:#fff!important;
}
.tag-works .usefulInfo--title__category:hover a{
  color:#fff!important;
}


/* Inner main caption------------------- */

.innerMainCaption {
    padding-top: 40px;
    padding-bottom: 40px;
}

.innerMainCaption__content {
    font-size: 28px;
    line-height: 1.3em;
    margin-top: 15px;
}

.innerMainCaption h1{
line-height:1.7em;
}


/* Work Details-------------------- */

.workDetails__title {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px;
    margin-bottom: 30px;
}


/* 404 Error-------------- */

.error404__title {
    font-size: 130px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1em;
}

/* Contact Form--------------- */

.contactForm .form-group,
.contactForm label {
    margin-bottom: 0px;
}

/* Contact Form----------------- */
.contactForm form{
margin:10px auto!important;
max-width:80%!important;
}
.contactForm fieldset{
max-width:100%!important;
}
.form-control::-webkit-input-placeholder {
    /* Edge */
    color: #444;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer */
    color: #444;
}

.form-control::placeholder {
    color: #444;
}

.formContact {
    color: #444;
}

.text-muted {
    color: #444!important;
}


.contactForm input[type=text],
.contactForm input[type=email],
.contactForm input[type=tel],
.contactForm textarea {
    background-color: #f3f3f3;
    border: 1px solid #cccccc;
    color: #444;
  padding:10px;
  margin-top:5px;

}
.contactForm .form-columns-1 input[type=text]{
width:98%!important;
}
.contactForm .form-columns-2 input[type=text]{
width:95%!important;
}
.contactForm input[name=address]{
  width:80%;
}

.contactForm textarea {
  width:100%;
  height:200px
}


label {
    font-weight: 500;
  color:#222;
  font-size:15px;
}

label span.hs-form-required {
    display: inline-block;
    color: #ca3935;
    background-color: #ca3935;
    padding: 5px 10px 5px 5px;
    font-size: 11px;
    margin-left: 10px;
    line-height: 12px;
 
}
label span.hs-form-required:after {
  content:"必須";
  color:#fff;
}

.formContact .borderRightTopLeft,
.formContact .borderAll {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.contactForm input[type="radio"]{
  padding:10px;
  margin-top:5px;
}
.contactForm ul.inputs-list{
  margin-bottom:0;
  list-style-type:none;
  padding-left:0;
  margin-top:15px;
}
.contactForm ul.inputs-list:after{
  clear:both;
  content: "";
  display: block;
}
.contactForm ul.inputs-list li{
  float:left;
}
.contactForm ul.inputs-list li span{
  margin-left:4px;
  margin-right:15px;
}
.contactForm select{
  padding:10px 15px;
  margin-top:8px;
  background-color: #f3f3f3;
   border: 1px solid #cccccc;
}

.contactForm .hs-form-field{
margin-top:20px;
  border-bottom: 1px solid #cccccc;
  padding-bottom:20px;
}
.contactForm .hs-form-field.hs-fieldtype-textarea{
  border-bottom: 0;
}
.contactForm .hs-error-msg{
 color: #ca3935;
 font-weight:normal;
}

 .contactForm #hs_cos_wrapper_widget_1599471702604 input.hs-button.primary:hover,
.contactForm input[type="submit"]:hover {
  background-color: #ca3935!important;
   color:#fff!important;
}
.contactForm input[type="submit"] {
    background-color: #FFFFFF !important;
    background-image: none !important;
    border-color: #ca3935 !important;
    border-style: solid !important;
    color: #ca3935 !important;
    font-size: 16px !important;
    padding-bottom: 15px !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
    padding-top: 15px !important;
}
.contactForm .actions{
margin:50px auto 0;
  text-align:center;
}


/* Footer-------------------------------------- */

footer {
    padding-top: 40px;
  letter-spacing: 0;
}

footer a {
    font-size: 15px;
    font-weight: 500;
    display: block;
  color:#444;
}

footer ul {
    list-style: none;
    padding: 0px;
}

footer h3 {
    font-size: 15px;
    font-weight: 500;
}

footer .col-lg-auto {
    padding-right: 40px;
}

.copyright {
    background-color: #231815;
    color: #fff;
    font-size: 12px;
    padding: 15px 0px;
}

.copyright ul {
    list-style: none;
    margin: 0px;
    font-size: 12px;
}

.copyright ul li {
    display: inline-block;
}

.copyright ul li a {
    padding: 0px 15px;
    border-right: 1px solid #fff;
    color: #fff;
  font-size:13px;
  line-height:12px;
}

.copyright ul li:last-child a {
    border: none;
}

.copyright p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 12px;
}

footer .col-lg-auto > a {
    margin-bottom:10px;
}
footer .col-lg-auto > h3 {
    margin-bottom:8px;
}
footer .list__arrow  {
    margin-bottom:15px;
}
footer .list__arrow li {
    margin-bottom:5px;
}
footer .list__arrow a {
    font-size: 14px;
}

.privacy .row{
display:block;
}
.privacy .row h3{
margin-top:30px;
  margin-bottom:15px;
}

br.pc { display:block; }
br.sp { display:none; }


/* Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}


/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {

}


/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
    .nursing .row .col-lg-5:last-child{
        padding-left:40px!important;
    }
    .nursing h2{
        /* padding-top:80px!important; */
    }
}
@media (min-width: 1700px) {
    .nursing {
     
    }
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .halfGreyBg {
        background: url(../img/half-grey-bg.jpg)repeat-y -200px top;
    }
    .nursing {
    }
 
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .product--info {
        position: relative;
        background-color: #fff;
        width: auto;
        padding: 25px 0px 0px;
        top: initial;
        float: none;
        display: block;
    }
    .contactUs__info--phone {
        font-size: 38px;
    }
    #collapse_target2 ul li a {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .form-inline .form-control {
        display: block;
        width: 100%;
    }
    .filterCategory,
    .keywordFilter {
        border: none;
        display: block;
    }
    .filterPanel .row {
        display: block;
        width: 100%;
    }
    .keywordFilter .btn {
        margin-top: 15px;
    }
    footer .list__arrow li {
        display: inline-block;
        padding-right: 25px;
    }
    footer .col-lg-auto {
        margin-bottom: 15px;
    }
    footer .list__arrow li:last-child {
        padding-right: 0px;
    }
  
  .colorVariationTable .tableContent .col-sm-4 {
    padding: 0 0px 10px 20px !important;
}
  .colorVariationTable .tableContent .col-sm {
    padding: 0 20px 10px 20px !important;
    white-space:nowrap;
}
  .contactForm input[type=text],
.contactForm input[type=email],
.contactForm input[type=tel],
.contactForm textarea {
  width:100%;
}
 
  .nursing .col-sm-6{
  width:100%!Important;
     max-width: 100%;
    display:block!important;
    flex:0 0 auto!important
  }
  .nursing__image {
    position: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 10%;
}
  .halfGreyBg.nursing{
   /* background: linear-gradient( #fff 0% 30%, #f3f3f3 30% 100%); */
    
  }
  .nursing .col-sm-6:last-child(){
  width:100%!Important;
     max-width: 100%;
    display:block!important;
    flex:0 0 auto!important
  }  
 .nursing .container.py-0.py-md-5{
  padding-top:0;
  }
  .nursing {
     min-height: 340px;
    
   }
    .nursing__image {
        position: initial;
        width: 100%;
        margin-bottom: 30px;
    }

}

@media only screen and  (min-width:768px) and (max-width: 991px) {

 .roundedTabs .nav-item {
    width: 35%;
}
   .icTags .nav-pills li:nth-child(3) {
    width: 45%;
     margin-top:15px;
}
}
@media only screen and  (min-width:576px) and (max-width: 991px) {
  
  .productList.taisen li,.productList.uniform li{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .productList.taisen li.col-sm-4.offset-sm-2,
  .productList.uniform li.col-sm-4.offset-sm-2{
    margin-left:0;
  }  


}

@media only screen and (max-width: 768px) {}
@media only screen and (min-width: 768px) {
	.br-sp {display: none; }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
  .heroImg{
  padding:0!important;
  position: relative;
  overflow: hidden;
  /* height: 400px!important; */
  min-height:400px;
}

.heroImg > div.bg{
    position: relative;
    background: url("../img/cover06.jpg")no-repeat bottom center;
    background-size: cover;
    max-height: 400px;
    background-attachment:scroll;
    position: relative;
    opacity:1;
    animation  : none; 
}
  
    .maxWidth65,
    .maxWidth80 {
        width: 100%;
    }
    .roundedTabs .nav-item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }
    .custom-margin {
        margin-top: 0px;
    }
    .contentWrpper {
/*        margin-top: 85px; */
/*		margin-top: 50px; /* 2022/2/9 追加 */
		margin-top:115px;
    }
    .list--inlineBlock li {
        display: block;
        margin-right: 0px;
        margin-bottom: 8px;
    }
    .services__content>.arrow {
        display: none;
    }
    .row.services {
        background-color: #fff;
    }
    .services__content {
        padding: 40px 50px;
    }
    .mobile-nav-container {
        padding: 0px
    }
    .navbar-nav {
        margin-top: 0px !important;
    }
    .logo-container {
        border-bottom: 1px solid #cccccc
    }
    .logo-container h1{
        font-size: medium;
    }
    #collapse_target2 ul>li>a:hover {
        border-bottom: 0px solid transparent;
    }
    .innerHeroImg__caption--title {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "\e816";
        border: none;
        color: #cccccc;
        font-size: 16px;
        float: right;
        font-weight: bold;
        font-family: "nlc-icons";
    }
    .contactUs_info--row .col-md-6:first-child {
        padding-right: 15px;
    }
    .contactUs_info--row .col-md-6:last-child {
        padding-left: 15px;
    }
    .news--list__content {
        display: block;
        margin-top: 10px;
    }

    #top-right-nav {
        position: initial;
    }
	.sticky-nav #top-right-nav {
	 display: block; 
}
    #collapse_target1 li {
        width: 50%;
        float: right;
		height:84px;
		overflow:hidden;
    }
    #top-right-nav ul li a {
        /* background: #231815; */
        /* color: #fff; */
        border: none;
		border-bottom:1px solid #78a9d5;
    }
    #collapse_target2>ul li>a {
        text-align: left;
        border-bottom: 0px solid #fff;
    }
	#mainNav a.pc{
display:none;
}
#mainNav a.sp{
display:block;
}
	    #top-right-nav ul li a#nav-tel img {
			display:inline-block;
			margin-right:5px;
	}
	    #top-right-nav ul li a#nav-tel {
			font-size:12px;
			font-weight:bold;
			padding-bottom:14px;
	}
	    #top-right-nav ul li a#nav-tel span{
			font-size:12px;
			font-weight:normal;
			color:#444;
	}
    #collapse_target2 ul li {
        border-bottom: 1px solid #cccccc;
    }
    #collapse_target2 ul li:last-child {
        border-bottom: none;
    }
  .businessTabs li:first-child {
    display: inline-block;
    margin-bottom: 20px;
}
  
  .contactUs__info {
  padding: 30px 20px;
  }
  .contactUs__info.contactUs__info--email.btn--arrow:after{
   display:none;
  }

  .usefulInfo .col-sm-4{
  margin-bottom:30px;
  }
  
  .imageContainer {
    overflow: hidden;
    margin-bottom: 15px;
  min-height:183px;
}
  .innerHeroImg.column img{
  min-height: 280px;

    object-fit:cover;

}
    .nursing .container{
  padding-bottom:40px!important;
  }  
  .contactForm form{
margin:10px auto!important;
max-width:100%!important;
}
.contactUs__info--phone a {
    color: #78a9d5;
	display:inline-block;
}
.contactUs__info--phone span {
    color: #78a9d5;
	display:none;
}
}

@media only screen and (max-width: 575px) {
    .card-header button {
        line-height: 28px;
    }
    .corporateProfile__googleMap {
        margin-left: 0px;
        width: 100%;
    }
    .borderGrey--right {
        border-right: 0px solid #ccc;
    }
    .mega-menu-wrapper {
        width: 100%;
    }
    .contactUs__info--email.btn--arrow::after {
        right: inherit;
        bottom: 27px;
        top: initial;
        transform: translateX(-50%);
    }
  .nursing .container .row .col-sm-6:first-child{
  max-width:100%;
    padding-right:0px!important;
    padding-left:0px!important;
  }
  .corporateMessage__title{
  font-size:20px;
    margin-bottom:1rem!Important;
  }
      .heroImg--caption {
        bottom: 50px;
        left: 10px;
        font-size: 42px;
     
    }
br.pc { display:none; }
br.sp { display:blck; }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .list__arrow--justified {
        display: block;
    }
    .personIncharge__review {
        margin-left: 0px;
        margin-top: 25px;
    }
    .personInCharge__image {
        float: none;
        margin-right: 0px;
        text-align: center;
    }
    .heroImg {
        min-height: 300px;
    }
    .heroImg--caption {
        bottom: 0px;
        left: 0px;
        font-size: 28px;
		padding: 10px;
		justify-content:space-between;
		align-items:flex-start;
     
    }
  
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}


/* IE11 */
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .mb-2.paginationList{
    display:inline-flex;
   } 
    *::-ms-backdrop, .form-inline > .row{
    flex-wrap:nowrap;
   }
  *::-ms-backdrop, .keywordFilter.col-lg{
    flex-basis:auto;
    max-width:700px;
   } 
  *::-ms-backdrop, section.usefulInfo > .row{
    display:block!important;
   }   
  *::-ms-backdrop, .row.row-uniform{
    display:block!important;
   }   
  *::-ms-backdrop, .row.row-productList,
  *::-ms-backdrop, .row.row-productList li{
    display:block!important;
   }  
  *::-ms-backdrop, .productList__info_box{
  justify-content: space-between;
    flex-direction: column;
    display:flex;
  }
  *::-ms-backdrop, .productList__productStyle--card .arrowLink{
  position:static;
    padding-right:1em;
  }
}




/*nlc theme custome css*/
.contactForm .inputs-list {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px;
}
.wpcf7-list-item{
    margin: 0 1em 0 0;
}
.contactForm form fieldset{
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 500px;
}
.contactForm form fieldset.form-columns-1 .input {
    margin-right: 8px;
}
.contactForm form fieldset.form-columns-1 .hs-input {
    width: 95%;
}
.contactForm form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    float: left;
}
.contactForm form fieldset.form-columns-2 .input {
    margin-right: 8px;
}
.wpcf7-not-valid-tip{
    margin-top: 15px;
}
.wpcf7 .ajax-loader{
    display: none;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
.contactForm form:not(.hs-video-form) .form-columns-2 .hs-form-field, form.hs-form-31a39ce0-63fa-419d-84e6-dccae68003d3_e4e4aa5a-e542-46e1-951e-bd2c96269c3c:not(.hs-video-form) .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
}
.contactForm form:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input, form.hs-form-31a39ce0-63fa-419d-84e6-dccae68003d3_e4e4aa5a-e542-46e1-951e-bd2c96269c3c:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 95%;
}    
}



/* wp-pagenavi
----------------------------------------------- */
.wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    position: relative;
    display: block;
    line-height: 1.25;
    padding: .5rem .8rem;
    margin-left: 3px;
    color: #666;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    margin-right: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.wp-pagenavi a:hover,
.wp-pagenavi .page:hover,
.wp-pagenavi .current {
    background-color: #78a9d5;
    border-color: #78a9d5;
    z-index: 3;
    color: #fff;
}

@media (max-width: 767px) {
.wp-pagenavi {
    margin: 30px -10px 0;
    padding: 0 70px;
    position: relative;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    margin: 3px 5px;
}
.header-fadeIn{
	font-size: 13px;
}
.sticky-nav {
    top: 0px !important;
}

}

.mega-menu-wrapper .pc{
	display:block;
}
.mega-menu-wrapper .sp{
	display:none;
}
@media (max-width: 767px) {
.mega-menu-wrapper .pc{
	display:none;
}
.mega-menu-wrapper .sp{
	display:block;
	width:100%;
	max-width:100%;
	flex:none;
	margin-bottom: 0.8rem !important;
	padding-left:10px !important;
	padding-right:10px !important;
}
#collapse_target2 .dropdown-menu{
		padding:10px 0;
}
	.mega-menu-wrapper .parent-link::before{
		display:none;
	}
.mega-menu-wrapper .sp dl{
	margin-bottom:5px;
}
.mega-menu-wrapper .sp dl dt{
	display:block;
	color:#444;
}
.mega-menu-wrapper .sp dl dt::after{
	display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "\e816";
    border: none;
    color: #cccccc;
    font-size: 16px;
    float: right;
    font-weight: bold;
    font-family: "nlc-icons";
}
.mega-menu-wrapper .sp dl dt.open::after{
	content: "\e817" !important;
}
.mega-menu-wrapper .sp dl dd a{
	display:block;
	font-size:15px;
	margin-top:10px !important;
	color:#444;
}
.mega-menu--list a{
	font-size:1rem;
	color:#444;	
}
.parent-link::before{
	padding-right:0 !important;
}
.sp .child-link{
	display:none;
}
.mega-menu-wrapper .other{
	 flex: 0 0 100%;
    max-width: 100%;
}
.mega-menu-wrapper .other .parent-link::before{
	padding-right:7px !important;
}

}

.heroImg .lead{
	bottom:0px;
	left:0;
	max-width:400px;
	margin-right:100px;
}
.heroImg .lead p{
	text-align:right;
	color:#fff;
	text-shadow: 0 0 10px #000;
}
.heroImg .lead p.txt1{
	font-size:1.2rem;
	line-height:1;
}
.heroImg .lead p.txt1 span{
	font-size:4rem;
	margin-left:10px;
}
.heroImg .lead p.txt2{
	font-size:0.8rem;
	margin-top:10px;
}
@media (max-width: 767px) {
	.heroImg .lead{
		width:55%;
		left:5%;
		bottom:0px;
		margin-right:0;
	}
	.heroImg .lead p.txt1{
	font-size:1rem;
	text-align:justify;
	text-align-last:justify;
	}
	.heroImg .lead p.txt1 span{
	font-size:3rem;
	margin-left:5px;
		display:block;
		margin-top:10px;
	}
}

.heroImg .anniversary{
	bottom:0px;
	right:10%;
	max-width:400px;
}
.heroImg .anniversary p{
	text-align:right;
    font-size:1.2rem;
	color:#fff;
	text-shadow: 0 0 10px #000;
}
@media (max-width: 767px) {
	.heroImg .anniversary{
        width:38%;
		right:5%;
		bottom:0px;
    }
}
@media (max-width: 767px) {
	.heroImg .anniversary img{
        height: 50%;
    }
	.heroImg .anniversary p{
	text-align:center;
    font-size:1rem;
	color:#fff;
	text-shadow: 0 0 10px #000;
		line-height:1;
}
}

section.sentaku{
	/* margin-top: 4rem; */
    padding-bottom: 0;
}
section.sentaku h2{
	text-align: center;
    margin-top: 2.5rem;
}
section.sentaku .row{
	margin-top: 3rem;
}
section.sentaku .mt{
	margin-top: 4rem;
}
@media (max-width: 767px) {
    section.sentaku{
	margin-top: 0rem;
}
section.sentaku .row{
	margin-top: 2rem;
}
section.sentaku .mt{
	margin-top: 3rem;
}
section.sentaku .row .txt{
	margin-top: 1rem;
	}
}
/* section.sentaku div{
    margin-bottom: 3rem;
} */
