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

/*headerここから*/
.pagetop span{
	color: #FFF;
}

.header-top-area {
    background: #2A4D79;
    color: #FFF;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    padding: 15px 90px;
    line-height: normal;
}

.header-top-are-link {
    color: #FFF;
    position: relative;
    padding-left: 20px;
	font-size: 14px;
}

.header-top-are-link:before {
	content:'';
	position: absolute;
	background-image:url(https://www.dos-osaka.co.jp/ss1/img/footer_ss1Externallink.png);
	left:0;
	top:6px;
	width:13px;
	height:11px;
}

.header-top-are-link:hover{
	opacity: 0.6;
}

.header-bottom-group {
	background: #FFF;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0 80px;
    box-shadow: 0px 3px 6px #00000029;
    height: max-content;
	line-height: normal;
}

.header-logo-link {
    padding: 15px 0;
}

.header-bottom-right{
	display: flex;
    align-items: center;
	gap: 20px;
    font-size: 16px;
}

.header-bottom-link-ul {
    display: flex;
    height: 100%;
    gap: 30px;
}

.header-bottom-link-li {
    height: 100%;
    display: flex;
    align-items: center;
	color: #0D2748;
	font-weight: bold;
}

.header-bottom-link-li.dropDown span,
.header-bottom-link-li.external span{
	padding-right:1em;
    position: relative;
}

.header-bottom-link-li.dropDown span:after{
	content:'';
    position: absolute;
	background-image:url(https://www.dos-osaka.co.jp/ss1/img/gnavi_link01.png);
	width:11px;
	height:6px;
    right: 0;
    top: 11px;
}

.header-bottom-link-li.is-open.dropDown span:after{
	background-image:url(https://www.dos-osaka.co.jp/ss1/img/gnavi_link01_h.png);
}

.header-bottom-link-li.external span:after{
    content: '';
    position: absolute;
    background-image: url(https://www.dos-osaka.co.jp/ss1/img/ss1Externallink_bk.png);
    width: 11px;
    height: 10px;
    right: 0;
    top: 9px;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-bottom-link{
	color: #0D2748;
	font-weight: bold;
	display: flex;
    align-items: center;
}

.header-bottom-button {
    width: 170px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: bold;
}

.header-bottom-button.blue{
	background:#FFF;
	color:#00A5FF;
	border-color:#00A5FF;
	transition-duration: 0.3s;
}

.header-bottom-button.blue:hover{
	background:#00A5FF;
	color:#FFF;
}

.header-bottom-button.yellow{
	background:#F5E731;
	color:#306ECC;
	border-color:#F5E731;
	transition-duration: 0.3s;
}

.header-bottom-button.yellow:hover{
	background:#306ECC;
	border-color:#306ECC;
	color:#FFF;
}

.header-bottom-dropDown{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px calc((100% - 1050px) / 2);
    background-color: #fff;
	transform: translate(0, 100%);
    z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
}


.header-bottom-link-li.is-open .header-bottom-dropDown {
  opacity: 1;
  visibility: visible;
}


.header-bottom-dropDown-ul {
    display: flex;
    gap: 0px 30px;
	flex-wrap: wrap;
}


.header-bottom-dropDown-li {
    width: calc((100% - 60px) / 3);
    border-bottom: 1px solid #0D2748;
	position: relative;
}

.header-bottom-dropDown-li:after {
	content: '';
    position: absolute;
    background-image: url(https://www.dos-osaka.co.jp/ss1/img/gnavi_link02.png);
    top: 32px;
    right: 20px;
    width: 16px;
    height: 7px;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-bottom-dropDown-li:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #0D2748;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: .2s;
    transition: .2s;
}

.header-bottom-dropDown-li:hover:before {
    width: 100%;
}

.header-bottom-dropDown-a:hover{
	color:#FFF;
}

.header-bottom-dropDown-li:hover:after {
    background-image: url(https://www.dos-osaka.co.jp/ss1/img/top_link01.png);
}

.header-bottom-dropDown-a {
    width: 100%;
    display: flex;
    padding: 25px;
	color: #0D2748;
	font-weight: bold;
}


.header-bottom-dropDown-second-group{
    display: flex;
    gap: 30px;
	align-items: flex-start;
}


.header-bottom-dropDown-second-group.first{
    margin-top: 0px;
}

.header-bottom-dropDown-second-group .header-bottom-dropDown-ul{
	width: calc(100% - ((100% - 60px) / 3) - 30px);
}

.header-bottom-dropDown-second-group .header-bottom-dropDown-li{
    width: calc((100% - 30px) / 2);
}

.header-bottom-dropDown-bannerArea {
    width: calc((100% - 60px) / 3);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.header-bottom-dropDown-bannerArea-marginTop{
	margin-top:10px;
}

.header-bottom-dropDown-bannerArea a {
	transition-duration: 0.3s;
}

.header-bottom-dropDown-bannerArea a:hover{
    opacity: 0.6;
}

/* overlay */
.body-overlay {
	position: relative;
}

.body-overlay:after {
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	background:#000000;
	opacity: 0;
	visibility: hidden;
	transition: opacity .15s ease, visibility .15s;
	pointer-events: none;
	z-index: 10;
    top: 0;
}

header {
  position: relative;
  z-index: 20;
}

body.is-dim .body-overlay:after {
	transition: opacity .15s ease, visibility .15s;
  opacity: 0.5;
  visibility: visible;
}

/*headerここまで*/

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

/*フッターお問い合わせエリア*/

.ctaArea {
    position: relative;
}

.ctaArea-title{
	position: absolute;
    background: #FFF;
    width: 1600px;
    height: 90px;
    left: calc((100% - 1600px) / 2);
    top: 40px;
    color: #00A5FF;
    font-size: 34px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.ctaArea-title br{
	display: none;
}

.cta-box-group {
    display: flex;
}

.cta-box {
    display: block;
    width: calc(100% / 3);
    text-align: center;
    padding: 150px 0 40px;
    transition-duration: 0.3s;
}

.cta-box:hover{
    opacity: 0.6;
}

.cta-box.inq{
    background: #00A5FF;
}

.cta-box.demo{
    background: #01BEFF;
}

.cta-box.trial{
    background: #00A5FF;
}

.cta-icon {
    background: #B3E4FF;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:15px auto;
}

.cta-box-text {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
}

/*お問い合わせ下フッター上*/

.infoArea {
    padding: 75px 0;
    background: #FFF;
    background-image: url(https://www.dos-osaka.co.jp/ss1/img/top_back01.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.info-group {
    display: flex;
    width: 1300px;
    margin: auto;
    align-items: center;
    gap: 20px;
}

.info-panel {
    width: calc((100% - 60px) / 4);
    background: #FFF;
    color: #00A5FF;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 20px;
    border: solid 1px #00A5FF;
    box-shadow: 3px 3px 6px #00A5FF4D;
	font-size: 18px;
	position: relative;
	z-index: 0;
    overflow: hidden;
}

.info-panel:hover{
    color: #FFF;
}

.info-panel:before{
	content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: #00A5FF;
    top: 0;
    left: 0.5px;
    z-index: -1;
    -webkit-transition: .2s;
    transition: .2s;
}

.info-panel:hover:before{
    width: 100%;
}

.info-panel:after{
    position: absolute;
	content:'';
	width:30px;
	height:30px;
	background-image:url(https://www.dos-osaka.co.jp/ss1/img/top_link02.png);
	right:20px;
}

.info-panel:hover:after{
	background-image:url(https://www.dos-osaka.co.jp/ss1/img/top_link02_h.png);
}


.footer-mainArea{
	background:#2A4D79;
}

.global-footer-tel a{
	color:#FFF;
}

#sidebar a li.sidebar_inq div::before {
    top: 24.5%;
    right: 11px;
}

#sidebar a li.sidebar_demo div::before {
    top: 58%;
    right: 11px;
}

#sidebar a li.sidebar_trial div::before {
    top: 92%;
    right: 11px;
}

#sidebar a li.sidebar_inq div::before ,
#sidebar a li.sidebar_demo div::before ,
#sidebar a li.sidebar_trial div::before{
    position: absolute;
    content: '';
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#sidebar a li.sidebar_inq div::after {
    top: 25.5%;
    right: 20px;
}

#sidebar a li.sidebar_demo div::after {
    top: 59.5%;
    right: 20px;
}

#sidebar a li.sidebar_trial div::after {
    top: 93.5%;
    right: 20px;
}

#sidebar a li.sidebar_inq div::after ,
#sidebar a li.sidebar_demo div::after ,
#sidebar a li.sidebar_trial div::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sidebar li.sidebar_inq{
  background-color: #00a5ff;
}

#sidebar li.sidebar_demo{
  background-color: #FF850A;
}

#sidebar li.sidebar_trial{
  background-color: #0DD636;
}

#sidebar a li:hover {
	opacity: 0.5;
}

#sidebar a {
    color: #006FCF;
}

#sidebar li:last-child {
	border-bottom: none;
}

#sidebar li {
    display: flex;
    justify-content: center;
    align-items: center;
	-webkit-writing-mode: vertical-rl; /* Chrome,Safari対応*/
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl; /* IE対応*/
	writing-mode: vertical-rl;
	font-size:15px; /*  フォントサイズ0になっているので指定する */
	font-weight: 500;
	/* 以下、装飾 */
	max-height: 200px;
    height: calc(100% / 3);
	width: 48.5px;
	margin: 0 10px;
    padding: 25px 13px;
    border-bottom: 1px solid #006FCF;
}

#sidebar ul{
	height: 100%;
}

#sidebar {
	position: fixed;
	top: 20vh;
	right: 25px;
    bottom: 250px;
    max-height: 480px;
    width: 70px;
    background: #FAE600;
    border-radius: 30px;
	z-index:10;
}

.rene .global-footer .inner {
	padding: 90px 0 40px;
}

.rene .global-footer-navi-box {
	justify-content: space-between;
}

.rene .global-footer-navi-box li {
	width: 47%;
	margin: 0;
}


.global-footer .global-footer-navi-list a:hover {
	color: #fff;
	opacity: 0.5;
}


.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);
}

.leftbanner {
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 200;
    width: 190px;
    height: 90px;
    text-align: left;
    background: #fff;
    border-radius: 15px;
}

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

.leftbanner img {
	box-shadow: 0 1px 10px rgba(0, 0, 0, .17);
	border-radius: 15px;
    background:#fff;
    width: 190px;
    height: 90px;
}

.leftbanner img:hover {
  opacity: 0.6;
}

/*バナー閉じボタン*/
label.close-button{
    position: fixed;
    left: 200px;
    bottom: 100px;
    color: #3C3C3C;
    z-index: 201;
    background: #fff;
    height: 22px;
    width: 22px;
    border: 1px solid #3C3C3C;
    border-radius: 100%;
    padding: 1.5px 0px 0 3px;
    line-height: 1em;
}

.close-button::before, .close-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 10px;
    border-radius: 30px;
    background: #3C3C3C;
}
 
.close-button::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.close-button::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.close-button-checkbox{
    display: none;
}

.sc-banner #close:checked ~ .close-button {
    display: none;
}
.sc-banner #close:checked ~ .leftbanner {
    display: none;
}


/*
.pagetop {
	display: none;
	position: fixed;
	z-index: 200;
	right: 40px;
	bottom: 140px;
	width: 50px;
	height: 50px;
	padding-top: 11px;
	border-radius: 50%;
	background-color: #00a5ff;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .17);
	text-align: center;
	cursor: pointer;
}
.pagetop a {
	color: #fff;
}

.pagetop a:hover {
	color: #fff;
}
*/


.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;
}


.navbar div {
text-align: left;
}

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

.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;
}

.dropdown-menu {
max-height: 400px;
padding: 0;
overflow: auto;
}

.dropdown-menu > li > a {
padding: 5px 15px;
}

.dropdown-toggle i {
padding-left: 0.5em;
font-size: 72%;
}


/*検索*/

form.mt-site-search-form{
    position: relative;
    transition: all 0.5s;
    width: 40px;
    height: 40px;
    background: white;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 5px;
}

input.mt-site-search-form__query{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;;
    height: 40px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
}

button.mt-site-search-form__button {
    box-sizing: border-box;
    padding: 9px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 0;
    background: #fff;
    border: none;
    transition: all 0.5s;
}

button.mt-site-search-form__button:before {
    content: url(../img/ss1_search.webp);
}

form.mt-site-search-form:hover {
    width: 180px;
    cursor: pointer;
}

form.mt-site-search-form:hover input.mt-site-search-form__query {
    display: block;
}

form.mt-site-search-form:hover .fa {
    background: #07051a;
    color: white;
}

#mt-site-search-result-container {
	text-align: left;
}

.mt-site-search-form__button {
	font-size: 0;
}

.mt-site-search-result__list ,
.mt-site-search-result {
	text-align: left;
	color: #555;
}

.mt-site-search-result-item__url ,
.mt-site-search-result-item__label ,
.mt-site-search-result-item a {
	text-align: left;
}

.mt-site-search-result-item__label {
	color: #006FCF;
}

.dos_logo ,
.global-footer-img img {
    max-width: 100%;
    height: auto;
}

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

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

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


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

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

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

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;
	
}

li.menu__mega ul.menu__second-level-wide {
	width: 18%;
}

.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-footer {
	position: relative;
	background: #FFF;
	color: #fff;
	z-index: 1;
}

.global-footer .inner:first-child {
	border-top: none;
}

.global-footer .inner {
	display:-webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: center;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 15px;
	border-top: solid 1px #fff;
}

.global-footer .inner:last-child {
	padding-top: 30px;
	padding-bottom: 30px;

}

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

.external-link dt:before ,
.external-link:before {
	position: relative;
	top: 3px;
	margin: 0 5px 0 0;
	content: url('../img/footer_ss1Externallink.png');
}

.global-footer-signature {
 	-webkit-box-ordinal-group: 1;
 	-ms-flex-order: 1;
 	-webkit-order: 1;
 	order: 1;
}

.global-footer-tel {
	display: flex;
	flex-flow: row;
	align-items: center;
	margin: 0 auto .3em;
}

.global-footer-tel .global-footer-tel-box {
	border: 1px solid #fff;
	font-size: 0.9em;
	padding: 0.6em 1em 0.6em 1em;
	line-height: 0.8em;
	margin: 10px;
	border-radius: 5px;
	text-align: center;
}

.global-footer-tel .global-footer-num {
	padding-bottom: 0.1em;
	line-height: 1em;
	font-size: 2.4em;
}

.global-footer-logo {
	line-height: 1;
}

.global-footer-logo img {
	max-width: 190px;
	height: auto;
}

.copyright {
	font-style: italic;
}

.poweredby {
 	-webkit-box-ordinal-group: 3;
 	-ms-flex-order: 3;
 	-webkit-order: 3;
 	order: 3;
	width: 220px;
	padding-left: 15px;
}

.global-footer-3column {
	display: flex;
	flex-flow: row wrap-reverse;
	justify-content: flex-end;
	align-content: space-between;
}

.global-footer-navi {
 	-webkit-box-ordinal-group: 2;
 	-ms-flex-order: 2;
 	-webkit-order: 2;
 	order: 2;
 	flex: 1;
}

.global-footer-navi a {
	color: #fff;
}

.global-footer-navi-box {
	display: flex;
	justify-content: flex-end;
}

.global-footer-navi-box li {
/*	width: 33.33333333%;
	margin-bottom: 30px;
	padding-right: 20px;*/
	position: relative;
	display: table;
	float: left;
	width: 23%;
	height: 100px;
	margin: 10px;
	border: solid 1px #fff;
	border-radius: 5px;
	text-align: center;
}

.global-footer-navi-box li a {
	display: table-cell;
	vertical-align: middle;
}

.global-footer-navi-box li a:hover {
	color: #00a5ff;
	background: #fff;
	text-decoration: none;
}

.global-footer-navi-box li a:hover p:before {
    border-top: 1px solid #00a5ff;
    border-right: 1px solid #00a5ff;
}

.global-footer-navi-box li a:hover p:before {
    border-top: 1px solid #00a5ff;
    border-right: 1px solid #00a5ff;
}

.global-footer-navi-box li a p:before {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    content: '';
    transform: rotate(45deg);
    transition: right .3s;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.global-footer-navi-box:nth-child(3n) {
	padding-right: 0;
}

.global-footer-navi-box-title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: solid 1px #fff;
}

.global-footer-navi-list {
	display: block;
	margin-bottom: 10px;
	text-align: end;
}

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

.global-footer-navi-list dl dt {
	position: relative;
	padding-bottom: 10px;
}
.global-footer-navi-list dl dt.external-link {
	padding-left: 0;
    max-width: 20em;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.global-footer-navi-list dl dt.internal-link {
max-width: 15em;	
}	
.global-footer-navi-list dl dt.internal-link {	
padding-left: 18px;
}

.global-footer-navi-list dl dt {
	position: relative;
	padding-left: 13px;
	padding-bottom: 10px;
}

.global-footer-navi-list li {
	position: relative;
	display: inline-block;
	margin-left: 30px;
	font-size: 12px;
}

.global-footer-navi-list li img {
	padding: 20px;
	margin-right: 10px;
	background: #fff;
}

.global-footer-navi-list li a:hover {
	text-decoration: underline;
}

.global-footer-navi-list li:before {
	position: absolute;
	top: 8px;
	left: -20px;
	content: "";
	display: block;
	width: 1px;
	height: 12px;
}

.global-footer-navi-list li:first-of-type:before {
	display: none;
}

/*スマホフッター調整*/
.sp-footer {
    padding: 0 15px;
}

.sp-ft-li {
    display: block;
    position: relative;
    padding: 15px 10px;
    border-top: solid 1.6px #fff;
    line-height: 1.5;
}

.sp-ft-li-first {
    border-top: 0;
}

.sp-ft-point {
    padding-top: 10px;
    margin-left: 10px;
    border-top: solid 1px rgba(255,255,255,0.4);
}

.sp-ft-li a {
    display: block;
}

.sp-ft-li:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    top: 50%;
    right: 2px;
    margin-top: -5px;
    transform: rotate(45deg);
    transition: right .3s;
    border-top: 1.6px solid #fff;
    border-right: 1.6px solid #fff;
}

.sp-footer-list-wht {
    margin: 30px 0 50px;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
}

.sp-footer-list-wht-center {
    border-top: 1.6px solid #999A9C;
    border-bottom: 1.6px solid #999A9C;

}

.sp-ft-ex-li {
    position: relative;
    padding: 15px 10px;
}

.sp-ft-ex-li:after {
    position: absolute;
    top: 43%;
    right: 3px;
    content: url(https://www.dos-osaka.co.jp/ss1/img/ss1Externallink_bk.png);
}

a.cl555 {
display: block;
color: #555;
}

/*スマホフッター調整*/


.spmenu-modal-overray .top_button {
    position: relative;
    margin: auto;
    width: 250px;
    height: 55px;
    border: 1px solid #006FCF;
    transition-duration: 0.25s;
    text-align: left;
    background-color: #fff;
    z-index: 1;
    border-radius: 0;
    box-shadow: none;
}

.spmenu-modal-overray .top_button a {
    color: #006FCF;
}

.spmenu-modal-overray .top_button a p {
    width: 77%;
    margin-top: 7px;
    margin-bottom: 6px;
    margin-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-right: 1px solid #006FCF;
    color: #006FCF;
}

.spmenu-modal-overray .top_button a p::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    width: 6%;
    height: 1px;
    background: #006FCF;
    transition: all .3s;
    border: none;
}

.spmenu-modal-overray .top_button a p::after {
    content: '';
    position: absolute;
    top: 43%;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #006FCF;
    transform: rotate(45deg);
    transition: all .3s;
    border-right: none;
}

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

.spmenu-modal-navi {
    padding: 0 30px;
	max-width: none;
	margin: 0 auto;
}

.spmenu-modal-navi ul li {
	text-align: left;
	background: #ECEEF3;
    padding: 0 10px;
}

.spmenu-modal-navi a,
.spmenu-modal-navi .sp-navi-title{
	display: block;
	padding: 14px;
	color:#0D2748;
	border-bottom: solid 1px rgba(255,255,255,0.2);
	line-height: 1.5;
    border-bottom: 1px solid #0D2748;
    font-weight: bold;
}


	.sp-navi-title{
		pointer-events: all;
	}
	
	.sp-navi-list{
		height: 0;
		transition: .2s;
		overflow: hidden;
	}

	.sp-navi-list li:last-child {
		border-bottom: solid 1px #0D2748;
	}

	.sp-navi-list li:last-child a{
		border-bottom: none;
	}
	
	.spmenu-modal-navi input:checked + .sp-navi-title + .sp-navi-list{
		height: auto;
		padding: 0px;
	}
	
	.sp-navi-checkbox{
		display:none;
	}

.spmenu-modal-navi ul li a{
	background: #ECEEF3;
	color:#0D2748;
	border-bottom: solid 1px #0D2748;
    position: relative;
	font-size:12px;
}

.spmenu-modal-navi ul li a:after{
	content:'';
    position: absolute;
	background-image:url(https://www.dos-osaka.co.jp/ss1/img/gnavi_link02.png);
	background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 5px;
    top: 22px;
    right: 10px;
}

.spmenu-modal-navi .sp-navi-title{
    position: relative;
}

.spmenu-modal-navi .sp-navi-title:after{
    content: '';
    position: absolute;
	width: 12px;
    height: 7px;
    background-image:url(https://www.dos-osaka.co.jp/ss1/img/gnavi_link01.png);
	background-size: contain;
    background-repeat: no-repeat;
	right: 10px;
    top: 23px;
    transition: .2s;
}


.spmenu-modal-navi input:checked + .sp-navi-title:after{
    background-image:url(https://www.dos-osaka.co.jp/ss1/img/gnavi_link01_h.png);
    transition: .2s;
}

.spmenu-modal-overray .top_button{
    margin: 10px 15px 30px 15px;
	border: 1px solid #fff;
}

.sp-navi-cta-area{
    display: flex;
    gap: 10px;
    padding: 0 30px;
    margin-top: 30px;
}

.sp-navi-cta-button{
    width: calc((100% - 10px) / 2);
    border-radius: 25px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    justify-content: center;
    height: 45px;
}

.sp-navi-cta-button.blue{
	border: 2px solid #00A5FF;
	background:#FFF;
	color:#00A5FF;
}

.sp-navi-cta-button.yellow{
	border: 2px solid #F5E731;
	background:#F5E731;
	color:#306ECC;
}

.sp-navi-external{
	position: relative;
}

.sp-navi-external a{
    padding-right: 30px;
}

.sp-navi-external:after{
	content:'';
	position: absolute;
	background-image:url(https://www.dos-osaka.co.jp/ss1/img/ss1Externallink_bk.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    width: 20px;
    right: 7px;
    top: 17px;
}

.sp-navi-external-area {
    padding: 0 30px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sp-navi-external-link {
    display: block;
    color: #0D2748;
    font-size: 12px;
    padding-left: 1.25em;
    position: relative;
}

.sp-navi-external-link:before{
	content:'';
	position: absolute;
	background-image:url(https://www.dos-osaka.co.jp/ss1/img/ss1Externallink_bk.png);
    background-size: contain;
    background-repeat: no-repeat;
	height:8px;
	width: 16px;
    left: 0;
    top: 6px;
}

.header-spbutton{
	display:none;
}

/* ------------------------------------------
　　　　　for レスポンシブ
------------------------------------------ */

@media (max-width: 1900px) {

.ctaArea-title{
    width: 70%;
    left: calc(30% / 2);
}

}


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


	.menu > li {
		padding-top: 15px;
		padding-bottom: 15px;
		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){

	.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){

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

}


@media(max-width:1700px){

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

.header-bottom-right{
    font-size: 14px;
}

.header-bottom-button{
    width: 140px;
}

}

@media(max-width:1500px){
/*サイドバー*/
#sidebar li{
    font-size: 12px;
}
}

@media(max-width:1400px){
	#sidebar {
	right: 9px;
	top: 25vh;
	bottom: auto;
	width: 38px;
	border-radius: 20px;
	}

	#sidebar li {
	height: auto;
	width: 38px;
	margin: 0 ;
	padding: 12px 7px;
	}

.header-top-area {
    padding: 15px 30px;
}

.header-bottom-group{
    padding: 0 70px 0 30px;
}

.header-bottom-right{
    gap: 15px;
}

.header-bottom-button {
        width: 120px;
}

.info-group{
	width: 1100px;
}

}

@media(max-width:1300px){
.header-top-area{
	display:none;
}

.header-bottom-right{
	display:none;
}

	.global-header-navi-sp-btn {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		width: 40px;
		height: 40px;
		background: none;
		border: none;
		z-index: 100;
		cursor: pointer;
	}

	.global-header-navi-sp-btn-icon {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 40px;
		height: 1px;
		background: #2A4D79;
	}

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

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


	.modal-close {
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
		width: 40px;
		height: 40px;
		background: none;
		border: none;
		z-index: 100;
		cursor: pointer;
        background: #FFF;
	}

	.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: #2A4D79;
		transform:rotate(45deg);
	}

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

	.spmenu-modal-overray {
		display: none;
		position: fixed;
		top: 62px;
		left: 0;
		width: 100%;
		height: calc(100% - 62px);
		background: #FFF;
		z-index: 1000;
		overflow-y: auto;
        padding: 20px 0;
	}

	.spmenu-headarea{
    width: 100%;
    height: 60px;
    background: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    position: fixed;
    top: 0;
	box-shadow: 0px 3px 6px #00000029;
	 }

.global-footer .inner{
    max-width: 950px;
}


.global-footer-3column{
    justify-content: center;
    flex-wrap: nowrap;
}

.header-spbutton{
    background: #00A5FF;
    color: #FFF;
    padding: 0 40px;
    height: 40px;
    margin-top: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

}

@media(max-width:1200px){


.global-footer-navi-box li a p:before {
	border-top: none;
	border-right: none;
}

.global-footer-navi-box li a:hover p:before {
	border-top: none;
	border-right: none;
}

.global-footer-navi-list dl dt.external-link {
	max-width: 16em;
}

.info-group{
    width: 70%;
    flex-wrap: wrap;
}
.info-panel{
	width: calc((100% - 60px) / 2);
}

}


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

@media(max-width:1000px){


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

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

	.global-footer-logo img {
		max-width: 100%;
		height: auto;
	}

	.poweredby {
		width: 150px;
	}


	.ctaArea-title br{
		display: block;
	}

	.ctaArea-title{
    text-align: center;
    line-height: normal;
    font-size: 24px;
	}

	.cta-box-text{
		font-size: 18px;
	}

	.cta-icon{
		width: 100px;
   		height: 100px;
	}

	.cta-icon-img{
		width: 56%;
    	height: auto;
	}

.global-footer .inner:first-child{
    padding: 60px 0 30px !important;
	justify-content: center;
}

    .global-footer .inner {
        max-width: 700px;
    flex-direction: column-reverse;
    }

.global-footer-img{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
	gap: 30px;
}

.footer-logo{
	margin-bottom: 0 !important;
}

.global-footer-navi{
    width: 100%;
}

.global-footer-navi-list{
    text-align: left;
}

.global-footer-navi-list li {
    display: block;
    margin: 5px 0;
}

.copyright{
    text-align: center;
    margin-top: 40px;
}

.function_tab_item{
	font-size: 16px;
    padding: 22px 0;
}

}

@media(max-width:900px){
    .info-group {
        width: 90%;
}


}


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

@media(max-width:800px){

.footer-mainArea{
    padding: 0 30px;
}

.spmenu-modal-overray .top_button {
    width: 300px;
}

	.global-footer .inner {
		padding: 40px 15px 10px;
	}

	.global-footer-signature {
		width: 80%;
		text-align: left;
	}

	.global-footer-logo img {
		max-width: 200px;
	}

	.poweredby {
		width: 50%;
		text-align: right;
	}

	.poweredby img {
		max-width: 200px;
	}


.global-footer-img{
	flex-direction: column;
	align-items: flex-start;
}

.global-footer .inner{
    align-items: flex-start;
}

.global-footer-signature{
	width: 100%;
}



}


@media(max-width:700px){

    .ctaArea-title {
        width: calc(100% - 40px);
        left: 20px;
	}

.cta-box-group{
    flex-direction: column;
}

.cta-box{
	width: 100%;
    padding: 15px 0 20px;
}

.cta-box.inq {
    padding-top: 140px;
}

.cta-icon{
    margin: 10px auto;
}

}

@media(max-width:600px){
.spmenu-modal-overray .top_button a p {
    width: 70%;
}

.info-group{
	width: calc(100% - 60px);
}

.info-panel{
	width: 100%;
    height: 80px;
	font-size: 14px;
    border-radius: 10px;
}

.info-panel br{
	display:none;
}

.info-panel:after{
	width: 20px;
    height: 20px;
	background-size: contain;
    background-repeat: no-repeat;
}

.infoArea{
    background-image: url(https://www.dos-osaka.co.jp/ss1/img/top_back01_sp.png);
	padding: 60px 0;
}

.info-panel:before{
	left: 0px;
}

.global-footer-img{
        flex-direction: column;
}


}

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

@media(max-width:500px){

.header-spbutton{
        padding: 0 25px;
}

.spmenu-modal-overray .top_button{
    width: 240px;
}

	.rene .global-footer .inner{
		padding-top: 30px;
	}

	.global-footer .inner:last-child{
		display: block;
        padding: 30px 0 20px 0;
	}

	.global-footer-signature {
		width: 100%;
		padding: 0 10px;
		text-align: left;
	}

	.global-footer-logo img {
		max-width: 100%;
	}

	.poweredby {
		width: 50%;
		padding-left: 20px;
		text-align: right;
	}

	.poweredby img {
		max-width: 100%;
	}
 
	.spNone
	{
		display: none !important;
	}


.popup-banner{
	position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

}


@media(max-width:450px){

.header-logo-link{
        width: 160px;
        padding: 20px 0;
}

.header-bottom-group{
        padding-left: 10px;
}

.header-spbutton{
        font-size: 14px;
        padding: 0 20px;
        margin-top: 13px;
}

.spmenu-headarea{
        height: 65px;
}

.global-header-navi-sp-btn,
.modal-close{
        top: 12px;
}

}

@media(max-width:320px){
    .header-spbutton {
        font-size: 12px;
        padding: 0 10px;
        margin-top: 13px;
        border-radius: 10px;
}

}