/*  追加CSS */
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    text-align: center;
}

::-moz-selection{
	color:#fff;
	text-shadow:none;
	background:#59C2D8;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	opacity:0.65;
}
::selection{
	color:#fff;
	text-shadow:none;
	background:#59C2D8;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	opacity:0.65;
}
img::selection{
	color:#fff;
	background:0;
}
img::-moz-selection{
	color:#fff;
	background:0;
}
body{
	webkit-tap-highlight-color:#0085a1;
}

@media screen and (min-width:1100px){
	.mobilebr{
		display:none;
	}
}



div.breadcrumbs {
  max-width: 100%;
  margin:0px auto;
	padding: 5px 5px 5px 20px; 
  background: #3C3C3C;
  border-radius: 0px;
	color:#ffffff;
	font-size:12px;
}

div.breadcrumbs span,
div.breadcrumbs a,
div.breadcrumbs a:hover{
	color:#ffffff;
	text-decoration:none;
}

div.breadcrumbs a{
	padding:0 1.5em;
}

div.breadcrumbs a:hover{
	opacity:0.4;
	transition:0.4s;
}

.breadcrumbs span[property="name"] {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width:1100px){
	div.breadcrumbs{
		display:none;
	}
}

.activity_category  a {
	color:white !important;
}
.activity_title:hover {
	text-decoration: underline;;
}

.seminar_contents {
	color:#404040;
}

.seminar_contents table {
	border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
	border-spacing: 0;
  border-collapse: collapse;
}

.seminar_contents td, th {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: top;
}

.seminar_contents tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.seminar_contents h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.seminar_contents p {
	  margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.75;
}
.seminar_submit p {
	margin-bottom: 0;
}

.seminar_contents .point {
        width:100%;
        margin-bottom:20px;
        border:1px solid #49AED9;
        border-radius:7px;
        text-align:center;
        background-color:#F5F5F5;
        padding:20px;
    }

.seminar_contents .point p {
        font-size:18px;
    }


h3.text-center{
	margin-top:30px;
}


.site-header{
   position: fixed;
   transition: .5s !important;
	 width:100%;
   z-index: 999;
}
 
.site-header.hide{
    transform: translateY(-100%);
}
/*
.elementor-location-header{
	margin-bottom:65px;
}
*/
.archive-list ul{
    list-style:none !important;
    margin:0;
    padding:0;
    line-height: 1.8;
}

.archive-list ul li a{
    color:#59C2D8;
}

.archive-list ul li a:hover{
    color:#666;
    transition:0.4s;
}

.archive-list {
	font-size:14px;
}

/*  タタ事例 */
.circle30 {
	font-size:24px;
}

.circle30 span{
    padding: 12px;
	height: 50px;
    width: 50px !important;
    color: #FFFFFF;
    background: #000000;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	margin:0 10px 0 10px;
}

.case_icon {
    height: 40px;
    position: relative;
    top: -7px;
    margin: 0 5px;
}

.case_title p {
	margin:0;
}

/*  会社案内のボックス内英語 */
.en_title h4 {
    line-height: 1em;
    font-weight: 300;
    font-size: 30px;
    margin: 10px;	
}
.en_title {
	width: 100%;
    height: 100%;
    display: flex;
	line-height: 1em;
}
.en_title > div{
	width: 100%;
}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
.nobr {
    display:none;
    }
.nobr:before {
 content:"／";
    }
}
@media screen and (max-width:767px){
	.br767{
		display:none;
	}
}
@media screen and (max-width:480px){
	.br480{
		display:none;
	}
}
/*  プライバシーポリシー内リンク強調 */
.p_link {
 font-weight:bold;
 text-decoration: underline !important;
 color:#0275d8;
}

/*  メルマガLP用 */

.mmlp .elementor-widget-text-editor {
	font-family:"Noto Sans JP",Lato,游ゴシック,YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.mmlp .fa, .mmlp .far, .mmlp .fas {
	font-family:"Font Awesome 5 Free";
}

.mmlp div {
    font-weight: 300;
}

.mmlp strong {
      font-weight: 600;  
}

.mm_colum .h1sub {
	font-size:2.5em;
}

.mm_colum h2, .mm_colum h3, .mm_colum h4 {
	margin-block-start: 0em;

	    margin-block-end: 0em;
	padding:0;
	margin:0;
}


.mm_colum h2 {
    font-weight: 400;
}
.mm_colum h3 {
	font-size:1.2em;
	line-height:1.3em;
}

.mm_colum p:first-child {
	padding-top:0;
	margin-top:0;
}
.mmlp .s_text p:first-child {
    margin-block-start: 0em;
	margin-block-end: 0em;
	padding-top:0;
	margin-top:0;
}
.mmlp ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0 0 0 20px;
}
.mmlp .decimal {
	list-style: decimal;
}
 
.mmlp .maru li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.mmlp .maru li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #6ec1e4;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

.mmlp .video_eq {
	width: 100%;
	position:relative;
}
.mmlp .video_eq:after {
	content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}


/*社長メッセージなどのeqを単独で設置するタイプのクラス*/
#iframe_eq {
    max-width: 860px;
    margin: 0 auto;
}

#iframe_eq > div{
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
  position: relative;
}

/*  2019年11月　グロナビスペース調整 メインビジュアルボタン*/
.glonavi li a{
    padding:18px 20px !important;
}
.contact_link a {
text-decoration: underline #0275d8;
}


#site-header{
    transform: translateY(0);
    transition: .5s;
}
 
#site-header.hide{
    transform: translateY(-100%);
}

.mainv-btn a {
    text-align: left;
	max-width: 320px;
}

#client_box_ie {
    display: none;
}


/*  2019年11月　クロスコの強み、パッケージサービステンプレート */

.package_service .elementor-widget-text-editor {
	font-family:"Noto Sans JP",Lato,游ゴシック,YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	color:#3B4043;
}

.package_service h2, .package_service h3, .package_serviceh4, .package_service h5, .package_service h6 {
	color:#3B4043;	
}

@media screen and (max-width: 1024px) {
.detail_box {
    width:950px !important;
    margin:auto;
}
}
@media screen and (min-width: 1025px) {
.detail_box {
    width:70% !important;
    margin:auto;
}
}

.triangle{
    mix-blend-mode: overlay;
}

/*  クロスコの強み、IEで三角表示させない */
@media screen\0 {
  .tri-ie {
    display: none;
  }
}

#submenu{
    transform: translateY(0);
    transition: .5s;
}
#submenu.up{
    transform: translateY(-60px);
}


/*  ↓2019年12月　パッケージサービステンプレート */
.nomargin p{
    margin: 0;
}

.service_contents_menu {
    max-width:100%;
    margin: 0 auto !important;
}
.service_contents_menu .scm_item{
display:flex;
flex-flow:row nowrap;
}

.service_contents_menu .p_item {
    margin:0 10px 0 0;
    background: rgba(255,255,255,0.6) 0% 0%;
    border: 1px solid rgba(59,64,67,0.15);
    padding:0px 0px 0px 30px;
    border-radius: 40px;
    opacity: 1;
}
.service_contents_menu .p_item a {
    margin:0 30px 0 0px;
    color:#3B4043;
    font-size: 0.9em;
    line-height:2em;
}
.service_contents_menu .c_item a {
    margin:0 30px 0 0px;
    font-size: 0.9em;
    line-height:2em;
}
.service_contents_menu a:hover{color:#59c2d8;}

@media screen and (max-width: 1080px) {
.service_contents_menu .c_item{
      display:none;
  }
}

.service_contents_menu .mPS2id-highlight {
    color: #3B4043;
    opacity: 0.6;
}


.marker_line {
background: linear-gradient(transparent 50%, #FFF678 50%);
}
.marker_line_consulting{
background: linear-gradient(transparent 50%, #eeac94 50%);
}

.circle-image img{
    border-radius: 50%;
}
/*  ↑パッケージサービステンプレートここまで */

.card_box400 {
    max-width:400px;
}
.card_box300 {
    max-width:300px;
}
.card_box300 .nomargin:nth-last-child(2) {
    margin-bottom: 40px !important;
}

.flex_center div{
justify-content: center;
}

/*HOT TOPICS　スライダー*/
body .elementor-column-wrap .top_slider {
	max-width: 768px;
	max-height: 260px;
	margin: 0 auto;
}
