/* ------------------------------------------
      nav-global nav-footer LAYOUTS
------------------------------------------ */

.global-header_button a{
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
}

.global-header_button a{
  width: 100%;
  font-weight: normal;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, left top, right top, from(#0030B5) , color-stop(#208FD2 ) , to(#208FD2 ) ); 
  background-image: -webkit-linear-gradient(left, #0030B5 , #208FD2 , #208FD2 );
  background-image: linear-gradient(90deg, #0030B5 , #208FD2, #208FD2);
}

.ss1cloud_d_inquire{
	font-weight: bold;
    text-decoration: underline;
    color: #243358;
}


@media screen and (min-width: 1600px)
.global-header_button a span::after {
    width: 11px;
    height: 11px;
    top: 34px;
}

.global-header_button a span::after{
    content: "";
    position: absolute;
    /*background: url(../img/button_DLicon.png) no-repeat center center / contain;*/
    width: 100%;
    height: 100%;
    top: 10%;
}

.global-header_dl {
    width: 100%;
    height: 100%;
}



.global-header_button a:after{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  border-radius: 100vh;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #0030B5), to(#208FD2) );
  background-image: -webkit-linear-gradient(left, #0030B5 40%, #208FD2 100%);
  background-image: linear-gradient(90deg, #0030B5 40%, #208FD2 100%);

/*    color-stop(40%, #0030B5),
    to(#208FD2)
  );
  background-image: -webkit-linear-gradient(left, #0030B5 40%, #208FD2 100%);
  background-image: linear-gradient(90deg, #0030B5 40%, #208FD2 100%);*/
/*    from(#0030B5),
    color-stop(#208FD2 ),
    to(#208FD2 )
  ); 
  background-image: -webkit-linear-gradient(left, #0030B5 , #208FD2 , #208FD2 );
  background-image: linear-gradient(90deg, #0030B5 , #208FD2, #208FD2);*/

}

.global-header_button a span {
  position: relative;
  z-index: 1;
}

.global-header_button a:hover {
  color: #fff;
}

.global-header_button a:hover:after {
  opacity: 0;
}

/**/

.global-footer_button.trial_button a:before {
background: initial;
}

.global-footer_button a{
	width: 100%;
	height: 70px;
    background-image: linear-gradient(90deg, #0030B5 , #208FD2, #208FD2);
	color: white;
	box-shadow: 3px 3px 6px #0000004D;
	border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.global-footer_button a:after{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	width:100%;
    border-radius: 100vh;
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-image: linear-gradient(90deg, #0030B5 40%, #208FD2 100%);
}

.global-footer_button a:hover:after {
    opacity: 0;
}

.global-footer_button a:hover{
	color: white;
	opacity: 1;
}

.global-footer_button a span{
	position: relative;
}

.global-footer_button a:before{
	content: "";
    position: absolute;
    background: url(../img/button_DLicon.png) no-repeat center center / contain;
    width: 1.5em;
    height: 1.5em;
    top: 30%;
    right: 8%;
    z-index: 1;
}

.global-footer_button a span {
  position: relative;
  z-index: 1;
}

.pagetop {
	display: none;
	position: fixed;
	z-index: 2;
	right: 50px;
	bottom: 50px;
}

.pagetop a {
	display: block;
	height: 100%;
}

.pagetop img {
	box-shadow: 0 1px 10px rgba(0, 0, 0, .17);
}

.navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
margin-bottom: 0;
padding: 0 0;
border-radius: 0;
background: rgba(255,255,255,0.88);
z-index: 1000;
transition :all 0.2s ease-in-out 0s;
}

.sticky {
background: rgba(255,255,255,0.98);
}

.sticky .menu_inq {
display: none;
}

.sticky .navbar {
border-bottom: solid 1px #e9e9e9;
}

.sticky div > .global-header-logo + div > nav.global-header-navi .menu_inq {
display: none;
}

.sticky .global-header_button {
	height: 75px;
}

.navbar  .global-header-logo{
text-align: left;
}

.navbar .global-header-logo img {
transition :all 0.2s ease-in-out 0s;
}

.global-header-logo img {
max-width: 200px;
        height: auto;
}

/*
.sticky .global-header-logo {
display: none;
}
*/

.sticky .global-header-logo-scroll {
	display: block;
}

.navbar-header {
margin: 0;
}

.navbar-collapse {
padding-left: 0;
padding-right: 0;
}

.navbar-nav > li {
padding: 7px 0;
}

.navbar-nav > li > a {
padding: 7px 15px;
}

.navbar-nav li > a:hover {
background: #f1f1f1;
}

.navbar-nav li.active > a {
background: #f1f1f1;
color: #555;
}

.global-header .inner {
	margin: 0 auto;
}

.global-header-logo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 250px;
	float: left;
	padding-top: 20px;
}

.global-header-logo-scroll {
	display: none;
	position: absolute;
	transform: translateY(-50%);
	width: 350px;
	float: left;
	padding-top: 10px;
	transform :scale(0.8);
}

.global-header_button {
	float: right;
	width: 17%;
	line-height: 50px;
	text-align: center;
}

.global-header_button a {
	float: right;
	line-height: 60px;
	text-align: center;
}

.global-header-navi {
	text-align: right;
	font-size: 16px;
}

.global-header-navi ul li {
	display: inline-block;
	vertical-align: middle;
}

.global-header-navi ul li:first-child {
	margin-left: 0;
}

.global-header-navi ul li:last-child {
	margin-right: 0;
}

.global-header-navi ul li:last-child img {
	max-width: 92%;
	vertical-align: middle;
}

.global-header-navi ul.menu_inq li a.mt-site-search-pagination-item__link {
	color: #555;
}

.global-header-navi ul.menu_inq li a {
	color: #fff;
}

.global-header-navi ul li a {
	text-align: center;
}

.global-header-navi ul li:last-child a:hover {
	opacity: 1;
}

.global-header-navi ul li a:hover {
	opacity: 0.5;
}

.menu_inq {
	padding: 6px 20px;
	background: #00a5ff;
}

.menu_inq li:first-child ,
.menu_inq li:nth-last-child(3) {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #555;
}

.menu {
	position: relative;
	width: 100%;
	height: 68px;
/*	max-width: 1000px;*/
	padding-right: 4.2666%;
	padding-left: 4.2666%;
	margin: 0 auto 8px auto;
}


.menu > li {
/*	float: left;*/
/*	width: 9%;*/
	line-height: 60px;
}

.menu > li a {
	display: block;
	color: #555;
}

.menu > li:last-child a {
	color: #fff;
}

ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 2;
}

.menu > li:hover {
/*	background: #0075b5;*/
	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu__second-level li {
	border-top: 1px solid #555;
}

/* 下矢印 */
.init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
	content: " ";
	display: table;
}

.menu:after {
	clear: both;
}

.menu {
	*zoom: 1;
}

li.menu__mega ul.menu__second-level {
	position: absolute;
	top: 60px;
	box-sizing: border-box;
	width: 15%;
	padding: 20px 1.5%;
	margin-top: 20px;
	background: #0075b5;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	
}

.menu li:nth-last-of-type(2)  ul.menu__second-level  {
	width: 23%;
	right: 0px;
	left: auto;
}

li.menu__mega:hover ul.menu__second-level {
	top: 60px;
	visibility: visible;
	opacity: 1;
}

li.menu__mega ul.menu__second-level li {
	float: left;
	width: 100%;
	margin-left: 0px;
	border: none;
}

li.menu__mega ul.menu__second-level li:nth-child(3n+2) {
	margin: 0 2% 0 0;
}

li.menu__mega ul.menu__second-level li a {
	text-align: left;
	color: #fff;
}

li.menu__mega ul.menu__second-level li p {
	text-align: left;
	color: #fff;
	line-height: inherit;
}

.global-header-navi-sp-btn {
	display: none;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	margin-bottom: 0;
	transition-duration: 0.25s;
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.09));
}

/*新機能追加用*/
.sub-menu{
	position: absolute;
    background: #0C2468;
    top: auto;
    margin-top: 10px;
    padding: 15px;
	width: max-content;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.sub-menu-li {
    display: block !important;
    margin: 0 !important;
}

.sub-menu-a {
    text-align: left !important;
    color: #FFF !important;
}

.sub-menu-a:hover {
    opacity: 0.5 !important;
}

.sub-menu-header:hover .sub-menu{
    visibility: visible;
    opacity: 1;
}

.sub-menu-header{
    position: relative;
}

.sub-menu-header a{
    padding-right: 0.25em;
}

.dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #555;
    line-height: 1;
    width: 0.6em;
    height: 0.6em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    right: 0;
    position: absolute;
    top: 45%;
}

/*footer*/

footer .grayArea {
    background: #DBDEE4;
    color: #0C2468;
    text-align: center;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 60px 0;
    font-size: 14px;
}

.grayArea .grayArea-parts{
	border-right: 1px solid #55555580;
	padding: 10px 30px;
	width: calc(85%/3);
}

.grayArea .toplow
{
	padding-top: 30px;
}

.grayArea .grayArea-parts:last-child{
	border-right: 0;
}

.grayArea-parts .global-footer_button{
    width: 70%;
    margin: 0 auto;
    padding: 1em 0;
}

/*お試し版一行用*/
/*
.grayArea-parts:last-child .global-footer_button{
    padding: 2.85em 0;
}
*/

.partsgroup {
    margin: auto 0;
}

.grayArea-parts img{
	max-width:55%;
}

footer .navyArea {
	background: #101F4A;
    color: white;
    padding: 25px 0;
    position: relative;
}

.button-retop {
    position: absolute;
    top: -35px;
    right: 55px;
}

.button-retop img{
    height: auto;
}

footer .navyArea a{
    color: white;
}

footer .navyArea .internal-link:hover,
footer .navyArea .external-link:hover,
footer .navyArea .internal-link:hover.internal-link:before,
footer .navyArea .external-link:hover.external-link:before,
.lower-right-parts li:hover,
.lower-right-parts li:hover .lower-right-parts li:before
{
	opacity: 0.6;
}


footer .navyArea-parts {
	margin: 0 auto;
    max-width: 1200px;
}

footer .upper, footer .lower {
	display: flex;
    justify-content: space-between;
}

footer .upper {
    padding: 30px 0;
    border-bottom: 1px solid white;
	font-size: 14px;
}

footer .upper img{
	max-width: 90%;
}

footer .upper-right-parts {
	display: flex;
	padding:10px 40px;
	gap: 8em;
}

footer .lower {
    padding: 25px 0;
	font-size:12px;
}

footer .lower-right-parts{
	display: flex;
    gap: 25px;
}

.upper-right-parts dt{
	padding-bottom: 10px;
    padding-left: 18px;
    position: relative;
}

.upper-right-parts .internal-link:before ,.lower-right-parts li:before{
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    top: 42%;
    left: 2px;
    margin-top: -5px;
    transform: rotate(45deg);
    transition: right .3s;
    border-top: 1.6px solid #fff;
    border-right: 1.6px solid #fff;
}

.lower-right-parts li:before{
	top: 59%;
}

.upper-right-parts .external-link:before {
	content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 27%;
    left: 2px;
    background-image: url(../img/footer_link_out.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;	
}

.lower-right-parts li {
    padding-left: 14px;
    position: relative;
}

.global-header_button.trial_button a span::after {
    background: initial;
}

.spmenu-modal-overray {
	display: none;
}

.spmenu-modal-navi {
	max-width: 600px;
	margin: 0 auto;
	padding: 50px 20px 20px 20px;
}

.spmenu-modal-navi ul li {
	width: 85%;
	margin: auto;
	text-align: center;
}

.spmenu-modal-navi .global-header_button a {
    padding: 0;
    margin: 10px auto;
    color: #fff;
}

.spmenu-modal-navi a {
  display: block;
  padding: 20px 0;
  border-bottom: solid 1px #dededc;
  color: #545454;
  line-height: 1.5;
}

.spmenu-modal-navi  .global-header_button {
    float: none;    /* float: right; */
    width: 80%;    /* width: 17%; */
    margin: 20px auto;
}


/* ------------------------------------------
　　　　　for レスポンシブ
------------------------------------------ */
@media print, screen and (min-width: 40em){

	.global-header-navi ul li {
		margin-right: 3px;
		margin-left: 3px;
		font-size: 13px;
	}

	.navbar {
	padding: 0;
	border-bottom: none;
	/*background: none;*/
	}

	.menu > li {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 4px;
		padding-left: 3px;
		margin-left: 10px;
		font-reason-settings: "palt"1;
	}

	.global-footer-navi-list dl {
	padding-left: 20px;
	text-align: left;
	}

	.global-footer-signature {
		padding-right: 20px;
	}

	.global-footer-img {
		width: 35%;
	}

}

@media print, screen and (min-width: 80em){

	.l-header__main-item>.l-header__item-content, .l-header__main-item>button {
		padding-bottom: 26px;
		padding-right: 11px;
		padding-left: 11px;
		font-size: 16px;
	}

	.menu > li {
		padding-right: 12px;
		padding-left: 12px;
	}

	.global-footer-navi-list dl {
	padding-left: 50px;
	text-align: left;
	}

	.global-footer-signature {
		padding-right: 50px;
	}

}

@media print, screen and (min-width: 100em){

	.global-header-navi ul li {
		margin-left: 16px;
		font-size: 15px;
	}

	.menu > li {
	padding-right: 15px;
	padding-left: 15px;
	}

}

@media (max-width: 1400px) {

	.grayArea .grayArea-parts {
		width: calc(92%/3);
	}

	footer .navyArea-parts {
		max-width: 1000px;
	}

	footer .upper-right-parts {
		gap: 5em;
	}
}

@media (max-width: 1200px){

	.global-header-logo {
		width: 200px;
	}

	.grayArea .grayArea-parts{
		width: calc(100%/3);
	}

	.grayArea-parts img {
		max-width: 90%;
	}

	footer .navyArea-parts{
		max-width: 90%;
	}

	footer .upper-right-parts {
		gap: 2em;
	}

	.grayArea-parts .global-footer_button{
		width: 100%;
	}

	.dli-chevron-down{
		display:none;
	}

}

/* ------------------------------------------
				for small pc
------------------------------------------ */

@media(max-width:1000px){

	.global-header-logo {
	position: relative;
	top: 10%;
	padding-top: 0;
	transform: none;
	}

.menu{
    padding-right: 1.2666%;
    padding-left: 1.2666%;
}

.global-header_button{
	width: 13%;
}

.global-header_button a span::after{
display:none;
}

}


@media(max-width:900px){

.global-header-logo{
	width: 120px;
	top: 25%;
}

.global-header-logo img{
	max-width: 120px;
}

}

/* ------------------------------------------
				for tablet
------------------------------------------ */

@media(max-width:800px){


	header {
	background: #fff;
	box-shadow: none;
	}

	.navbar {
	padding: 12px;
	}

	.navbar.sticky{
	padding: 8px;
	}

	.global-header .inner {
	background: #fff;
	transition-duration: 0.25s;
	}

	.global-header-navi {
	display: none;
	}

	.global-header-logo {
		float: none;
		text-align: center;
	}

	.global-header-logo img {
		max-width: 120px;
		height: auto;
	}

	.spmenu-modal-navi .global-header_button a {
		padding: 20px 0;
	}

	.newEvents .content-section-title ,
	.newNews .content-section-title {
	background-size: 38px;
	}

	.global-header-navi-sp-btn {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 50px;
		height: 50px;
		background: #0C2468;
		border-bottom-left-radius: 7px;
		border: none;
		z-index: 100;
		cursor: pointer;
	}

	.global-header-navi-sp-btn-icon {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 24px;
		height: 2px;
		margin:0 13px;
		background: #fff;
	}

	.global-header-navi-sp-btn-icon:before {
		position: absolute;
		top: -12px;
		left: 0;
		content: "";
		display: block;
		width: 24px;
		height: 2px;
		background: #fff;
	}

	.global-header-navi-sp-btn-icon:after {
		position: absolute;
		top: 12px;
		left: 0;
		content: "";
		display: block;
		width: 24px;
		height: 2px;
		background: #fff;
	}

	.modal-close {
		position: fixed;
		 right: 10%;
		top: 6%;
		display: block;
		width: 40px;
		height: 40px;
		background: none;
		border: none;
		z-index: 100;
		cursor: pointer;
	}

	.modal-close-icon {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 40px;
		height: 1px;
	}

	.modal-close-icon:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background: #fff;
		transform:rotate(45deg);
	}

	.modal-close-icon:after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background: #fff;
		transform:rotate(-45deg);
	}

	.spmenu-modal-overray {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: -webkit-gradient(linear, left top, right top, from(#0194ed), to(#00366c));
		background: -webkit-linear-gradient(left, #0194ed, #00366c);
		background: -moz-linear-gradient(left, #0194ed, #00366c);
		background: -o-linear-gradient(left, #0194ed, #00366c);
		background: linear-gradient(to right, #0194ed, #00366c);
		z-index: 1000;
		overflow-y: auto;
	}

	.modal-close-icon:after ,
	.modal-close-icon:before {
	    background: #545454;
	}

	.spmenu-modal-overray {
	    display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 88%;
        height: 96%;
        margin: 4% 6%;
        box-shadow: 0 0 150px rgba(148, 148, 148, 0.9);
        background: #fff;
        border-radius: 20px;
        z-index: 1000;
        overflow-y: auto;
        overflow-x: hidden;
	}

}

/* ------------------------------------------
				for sp
------------------------------------------ */

@media(max-width:520px){

	.global-header-logo {
		width: 50%;
	}

	.global-header-logo img {
		max-width: 100px;
	}

	.global-header-navi-sp-btn {
		top: 0;
	}
	
	/*footer*/

	footer {
    	margin-top: 60px;
	}

	footer .navyArea {
		padding: 30px;
		margin: 0 0 60px;
	}

	.button-retop{
		top: -27px;
   		right: 27px;
   		width: 15%;
	}

	footer .upper, footer .lower,footer .upper-right-parts,footer .lower-right-parts {
		display: block;
	}
	
	footer .upper-right-parts {
		padding:0;
	}

	footer .navyArea-parts {
		font-size:12px;
	}

	.navyArea-parts .sp-upper-parts{
		display:flex !important;
		gap: 20%;
		margin-bottom: 20px;
	}

	.navyArea-parts .sitelogo{
		width:50%;
		 margin: 20px 0 20px 0;
        height: auto;
	}

    footer .sp-low{
		position: fixed;
  	  	bottom: 0;
      	display: flex !important;
   		 background: #0C2468;
   		 text-align: center;
    	color: #fff;
    	width: 100%;
    	justify-content: center;
    	z-index: 100;
	}

	.sp-low .sp-low-parts{
		width: 50%;
    	font-size: 12px;
   	 	color: #fff;
    	padding: 10px;
    	border-right: 1px solid #fff;
	}

	.sp-low: last-child{
    	border-right:0;
	}

	.sp-low .sp-low-parts img{
    	width: auto;
    	height: 25px;
	}

}