/* ------------------------------------------
                   RESET
------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica", "Arial", "Verdana", "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "sans-serif";/*追加*/
  vertical-align: baseline;
  background: transparent;
}
p, .text-trans, .index_box span, .index_box a, .kiji_inner , .entry-main-contents span {
  transform: rotate(0.05deg);
}

body {
  line-height: 1;
  font-feature-settings: 'palt' on;
  letter-spacing: 1.5px;
  -webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
strong {
font-weight: bold !important;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  lien-height: 0;
  font-size: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
/* ------------------------------------------
                COMMON STYLES
------------------------------------------ */
* {
  box-sizing: border-box;
}
body {
  background: #EAF3F3;　/*fff→F5F4F2*/
  font: 16px 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #343434;
  line-height: 1.5;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
a:link {
  color: #00A2FF;
  text-decoration: none;
}
a:hover {
  opacity:0.7;                  /* IE以外透過設定 */
  filter:alpha(opacity=60);     /* IE用透過設定 */
  /*color: #5A5A5A;*/
  text-decoration: none;
}
/*18/3/12追加*/
a:hover img{
  opacity:0.7;                  /* IE以外透過設定 */
  filter:alpha(opacity=60);     /* IE用透過設定 */
  text-decoration: none;
}
/*a:visited {
  color: #00A2FF;
  text-decoration: none;
}
/*
a:active {
  color: #343434; 
  text-decoration: none;
}*/

/*新規追加*/
.cont_left{
  width: 440px;
  margin-right:20px;
  float: left;
}
/*メーテレ様用（ゆくゆくは事例で活用）*/
.cont_l_logo{
  width:320px;
  float: left;
}

.cont_r_logo{
  width:400px;
  margin-left:20px;
  float: left;
}
/*サニックス様用：山本*/
.clearfix_d {
  zoom: 1;
  overflow: hidden;
}
.clearfix_d:after {
  content: "";
  display: block;
  clear: both;
  padding-bottom:20px;
}

/*事例まとめで使用　200512東作成*/
.cont_l_logo2{
  width:320px;
  float: left;
}

.cont_r_logo2{
  width:350px;
  margin-left:20px;
  float: left;
}

/*新規追加*/
h4{
  color: #00A5FF;/*文字色*/
  border-bottom: dashed 1px #00A5FF;/*線の種類（点線）2px 線色*/
  font-weight: normal;
}

/*新規追加*/
.blue_line{
  height: 11px;
  background: #00A5FF;　/*fff*/
  /*position: fixed;190527テスト*/
}

.yel-line {
    background: linear-gradient(transparent 55%, #ffe600 55%);
}

/*新規追加*/
.header_top{
  width: 1500px;
  max-width: 100%;
  min-width: 980px;
  background: #fff;
  margin: 0 auto;
}

.header_logo{
  margin: 0px 0px 0px 0px;
 width:280px;
}


.header_logo img{
 max-width: 100%;
 height: auto;
}

.header_inq{
    width: 150px;
    height: 40px;
    background: linear-gradient(90deg,#4FCBF9, #00D8DA);
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*新規追加*/
.table-caption {
  margin-bottom:10px;
  text-align: left;
  font-weight: bold;
}

.table-deco tr:first-child td:first-child {
    border: none;
}

.table-classic {
    border: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
}

.table-classic th,
.table-classic td {
    padding: 10px;
    border: 1px solid #ddd;
}

.table-classic th {
    background-color: #f5f5f5;
}


@media screen and (min-width: 600px) {
    .table-classic th {
        width: 50%;
    }

    .table-classic td {
        width: 50%;
    }

    .table-threeColumn th {
        width: calc(100%/3);
    }

    .table-threeColumn td {
        width: calc(100%/3);
    }

    .table-threeColumn .table-threeColumn-narrow {
        width: 15%;
    }
}

.entry-table {
	width: 100%;
	margin-bottom: 20px;
}

.entry-table tr {
	border-bottom: solid 1px #555;
}

.entry-table th {
	color: #16D5E3;
}

.entry-table tr > td:first-child {
	padding: 10px;
	border-top: solid 1px #555;
	border-bottom: solid 1px #555;
	font-weight: bold;
	line-height: 2;
	text-align: left;
	vertical-align: middle;
}

.entry-table th {
	width: 15%;
	padding: 10px;
	border-bottom: solid 1px #555;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	vertical-align: middle;
}

.entry-table td {
	padding: 10px 10px;
	border-top: solid 1px #555;
	line-height: 2;
}

.entry-table ul li {
	word-break: break-all;
}

@media(max-width:500px){
	.entry-table th {
		width: 26%;
	}

	.entry-table th:first-child {
		padding-left: 0;
	}

	.entry-table tr > td:first-child {
		padding-left: 0;
		padding-right: 10px;
	}
}

/*上に戻るボタン用*/
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
}
 
#pageTop a {
	display: block ;
	width: 60px ;
	height: 60px ;
        border-radius: 50%;
        background: #FFF;
        color: #333;
       border: 1px solid #00BEC8;

	color: #00BEC8 ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

#pageTop a::after { /* くの字の表示設定 */
    content: "";
    position: absolute;
    margin: auto;
    top: 14%;
    bottom: 0;
    left: 35%;
    width: 15px;
    height: 15px;
    border-top: 3px solid #00BEC8;
    border-right: 3px solid #00BEC8;
    transform: rotate(-45deg)
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*新規追加　記事ごとの白背景*/
/*article{
/*  background: #fff;
/*  padding:10px;
/*  border-radius: 10px;
/*}*/

/* ------------------------------------------
                   HEADER
------------------------------------------ */
header {
  padding: 10px 0;
  background: #fff;/*F5F4F2からfff*/
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  margin-bottom: 0;
  transition-duration: 0.25s;
}
header .inner {
  width: 90%;
  max-width: 1200px;/*1320*/
  min-width: 1200px;/*980*/
  margin: 0 auto;
}
header h1 {
  width: 100%;
  margin: 0 auto 20px auto;/*0 auto 20px auto*/
}
header h1 img {
  width: 100%;
}
header h2 {
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: normal;
}

/*main_menu追加　トップページのみのグローバルメニュー*/
#main_menu {
  width: 100%;
}
#main_menu ul  {
  font-size: 0;
  box-sizing: border-box;
  width: 100%;
  list-style: none;
}
#main_menu ul li {
  display: inline-block;
  margin: 0 auto;/*0 1.5em*/
}
/*#main_menu li {
/*  display: inline-block;
/*}*/
#main_menu li a {
  text-decoration: none;
  padding-bottom: 0px;/*3*/
  color: #343434;
  display: block;
  position: relative;
}
#main_menu li a:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #fff;
	position: absolute;
	display: block;
}
#main_menu li a:hover:before {
	width: 50%;
	border-bottom: 1px solid #fff;
}
#main_menu li a:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #fff;
	position: absolute;
	display: block;
}
#main_menu li a:hover:after {
	width: 50%;
	border-bottom: 1px solid #fff;
}
#main_menu a {
  margin: 0 12px;/*53*/
  float: left;
}
#main_menu ul li a {
  font-weight: normal;
  color: #343434;　/*343434*/
  text-decoration: none;
font-weight: bold;
}

.main_menu-top ul{
    text-align: right;
    margin-bottom: 20px;
}

.main_menu-top li{
	font-size:14px;
}

.main_menu-bottom{
	display: flex;
    align-items: center;
}

.main_menu-bottom ul{
    text-align: right;
}

.main_menu-bottom li{
	font-size:16px;
}

/*#main_menu ul li a:hover {
/*  color: #f5f5f5;/*8d9092→f5f5f5*/
/*}

/*テスト追加
#main_menu a {
  padding: 20px 200px 0 0px;
}*/

/*新規追加、classはもともとあった→不要に
#globalnavi_color {
  clear:both;
  padding:10px 0 10px 0;
  background: #00AAE8;<!--00AAE8-->
  display: none;<!--追加-->
}*/
#globalnavi ul li {
  display: inline-block;
  margin: 0 1.5em;
}
#globalnavi ul li a {
  font-size: 18px;
  font-weight: normal;
  color: #fff;　/*343434*/
  text-decoration: none;
}
#globalnavi ul li a:hover {
  color: #f5f5f5;/*8d9092*/
}
header.header-lower {
  padding: 20px 0;
  background: #fff;
  box-shadow: none;
}
header.header-lower h1 {
  width: 180px;
  margin: 0;
  float: left;
}
header.header-lower #globalnavi {
  padding-top: 10px;
  text-align: right;
}
/*header.header-lower #globalnavi ul li, #main_menu ul li {
  margin: 0 0 0 1.5em;
}*/

#responsive-menu-button {
  display: none;
}
/* ------------------------------------------
                   FOOTER
------------------------------------------ */
footer {
  background: #323B54;
  background-image: url(https://www.dos-osaka.co.jp/ss1/ss1lab/images/footer_base.png);
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  min-width: 500px;
  font-size: 13px;
}

footer .inner {
  width: 90%;
  min-width: 500px;
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 0;
  overflow: hidden;
}

footer a:link, footer a:visited {
  color: #fff;
}
/*新規追加*/
.cont_footer{
  width: 370px;
  float: left;
  margin:70px 20px 15px 0;
}
/*新規追加*/
.footer_word{
  font-size: 120%;
  margin: 10px 0 -50px 0;
}
/*新規追加*/
/*.footer_img{
/*  padding-top: -50px;
/*}*/
/*新規追加*/
.footer_about{
  overflow: hidden;
}
#footer-about {
  width: 44%;
  float: left;
  font-size: 93%;
  line-height: 170%;
}
#footer-social {
  width: 48%;
  float: right;
}
#footer-about h1 {
  margin-bottom: 15px;
}
.footer-logo img {
  width: 143px;
  float: left;
  margin-right: 30px;
}
.footer-social-buttons {
  margin-bottom: 15px;
}

.footer-social-buttons ul {
  text-align: left;
}

.footer-social-buttons ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}

.footer-social-buttons ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.footer-social-buttons ul li.pocket{
  width:86px;
}

.footer-social-buttons ul li.facebook {
  position: relative;
  top: -3px;
  width: 80px;
}
.footer-social-buttons ul li.google {
  width: 60px;
}

.footer-social-links {
  font-size: 93%;
}
.footer-copyright {
  width: 90%;
  max-width: 1200px;/*1320*/
  min-width: 980px;
  margin: 0 auto;
  padding-top: 20px;/*100*/
  background: #fff;/*追加*/
  color: #5A5A5A;/*fff*/
  text-align: left;
}
/*新規追加*/
.cont_footer_copy{
  float: left;
  padding:0 0 20px 20px;
}
p.cont_footer_copy{
  float: left;
  width: 700px;
  font-size:80%;
  margin:0 0 0 100px;
}

.footer-group {
   display: flex;
   justify-content: center;
   align-items: center;
}

.footer-left {
   padding: 0 40px 0 0;
   width: 26%;
   text-align: left;
   border-right: 1px solid #fff;
}

.footer-right {
    display: flex;
    justify-content: flex-end;
    text-align: left;
    padding-left: 40px;
}

 .footer-right-column2 {
    padding-left: 40px;
 }

 .footer-left p ,.footer-right li {
   margin:15px 0;
 }

 .footer-logo {
   width: 136px;
   height: 51px;
}

/* ------------------------------------------
                   LAYOUTS
------------------------------------------ */

.allcontents {
    margin-top: 131px;
}

.section100 {
    margin-bottom: 100px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    margin-bottom: 0;
    transition-duration: 0.25s;
}

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

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

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

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

.spmenu-modal-overray ul {
	list-style: none;
}

.spmenu-modal-navi ul li {
	text-align: center;
}

.spmenu-modal-navi a {
  display: block;
  padding: 7px;
  border-bottom: solid 1px rgba(255,255,255,0.2);
  color: #fff;
  line-height: 1.5;
}

/*TOPスライド*/

.slides a:hover img{
 opacity:0.7;
}

.slides a:hover {
 opacity:1;
}

.slide_figure {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
 background:#fff;
  border-radius: 20px;
 max-height:320px;
}

.slide_figure img {
  width: 100%; 
  height: auto;
  max-height:320px;
  border-radius: 20px;
  object-fit: cover;
}

.slide_figure figcaption {
  position: absolute;
  bottom:0;
  height:40%;
  width: 100%;
  padding: 2% 5%;
  color: #fff;
  font-size: 20px;
  text-align: left;
  background: linear-gradient(rgba(0,0,0,0),30%,rgba(0,0,0,1));
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.slide_figure figcaption span{
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}

.swiper {
  max-width: 100%;
  overflow: hidden;
}

.top-slide {
  position: relative;
}

.slideback {
  background: linear-gradient(279deg, #A1F9C7, #09D6DE);
  position: absolute;
  height: 82%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; 
}

.slides {
  position: relative;
  padding: 2% 3% 0;
  z-index: 2; 
}

/*LABとは*/

.top-exp-content{
	padding-top: 4%;
}

.exp-box{
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 30px 160px;
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.65;
	position: relative;
}

/*SS1とはバナー追加*/
.ss1_dog-button {
}

.ss1_dog-button.spNone  {
    position: absolute;
    right: -17%;
    bottom: 0px;
}

img.banner-event-img {
    margin-bottom: 0;
}

.ss1_dog-button {
	position: absolute;
	display:inline-block;
	overflow:hidden;
	-webkit-mask-image: url("https://www.dos-osaka.co.jp/ss1/ss1lab/images/lab_ss1link_full.webp");
	mask-image:  url("https://www.dos-osaka.co.jp/ss1/ss1lab/images/lab_ss1link_full.webp");
	mask-size: 100%;
	transition: all .3s;
}

.ss1_dog-button a{
	display: inline-block;
}

.ss1_dog-button:hover{
    transform: translateY(3px);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ss1_dog-button a:hover{
	opacity: 1;
    background: #fff;
}

.ss1_dog-button a:hover img{
	opacity: 0.7;
}

.ss1_dog-button img{
    width: 100%;
    margin: 0 0 0 0;
    height: auto;
}

.ss1_dog-button:after{
	content:"";
	height:100%;
	width:30px;
	position:absolute;
	top:-180px;
	left:0;
	background-color: #fff;
	opacity:0;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*SS1とはバナー追加ここまで*/

.exp-title,
.exp-box-button{
	display: flex;
    justify-content: center;
    align-items: center;
}

.exp-title img{
	width: 100px;
}

.exp-title p{
	font-weight: bold;
    font-size: 16px;
}

.exp-title{
    margin-bottom: 20px;
	gap:10px;
}

.exp-box-button{
    margin-top: 20px;
	gap:20px;
}

.exp-button p{
    width: 250px;
    height: 50px;
    background: #323B54;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exp-button-grad p{
    background: linear-gradient(90deg,#4FCBF9, #00D8DA);
}



/*新着記事*/

.heading{
margin: 0 0 20px 10px;
}

.heading h2,
.heading h1{
font-size:24px;
margin: 3%  5%;
}

.section__inner{
    width: 67%;
    padding: 0
}

.flex{
display: flex;
max-width:100%;
width:100%;
justify-content: space-between;
}

.flex article{
  width: calc(99% / 3);
  margin: 0 15px;
}

.new-content-box {
  border-radius: 20px;
}

.new-content-box a:hover {
    transition: all 0.5s ease 0s;
}

.sumnail img{
max-width: 100%;
border-radius: 20px 20px 0 0;
}

.new-content-box .title{
 height: 42%;

}

.new-content-box .title p{
 font-size:18px;
 font-weight:bold;
 color: #343434;
 display: -webkit-box; /* 必須 */
 -webkit-box-orient: vertical; /* 必須 */
 -webkit-line-clamp: 3; /* 行数を制限 */
 overflow: hidden; /* はみ出た部分を非表示 */
}

.top-new-content .heading {
    background: url(https://www.dos-osaka.co.jp/ss1/ss1lab/images/icon_new.png) no-repeat 0 center;
    background-size: 3%;
}

.top-recom-content .heading {
    background: url(https://www.dos-osaka.co.jp/ss1/ss1lab/images/icon_Recom.png) no-repeat 0 center;
    background-size: 4.5%;
}

.top-casestudy-content .heading {
    background: url(https://www.dos-osaka.co.jp/ss1/ss1lab/img/icon_interview.png) no-repeat 0 center;
    background-size: 4.5%;
}

.top-document-content .heading {
    background: url(https://www.dos-osaka.co.jp/ss1/ss1lab/images/icon_Useful.png) no-repeat 0 center;
    background-size: 5%;
}

.top-second-section {
 padding-top:40px;
}

.category {
 margin: 15px 0;
 color: #FFFFFF;
 font-size:16px;
 text-align:center;
 background:#16D5E3;
 border-radius: 5px;
 width: 165px;
 height: 25px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

.tags {
 color:#7E7E7E;
}

.date {
 color:#7E7E7E;
 font-size:12px;
 text-align: right;
}

.overview {
 background: #fff;
 width:100%;
 height:220px;
 border-radius: 0 0 20px 20px;
 padding: 25px 25px 10px 25px;
 position:relative;
}

.overview .date {
    position: absolute;
    bottom: 10px;
    right: 25px;
}

.button_more {
 margin: 40px auto;
 width:120px;
 height:40px;
}

.button_more p{
 width:120px;
 height:40px;
 background:#323B54;
 border-radius: 20px;
 display: flex;
 justify-content: center;
 align-items: center;
font-size:16px;
color: #fff;
}

.top-list-content {
    padding-top:0px;
}

.top-new-content {
    padding-top:10px;
}

.top-recom-content {
    padding:0 0 30px;
}

.top-document-content{
    padding:50px 0 75px;
}

.Tag_list {
padding: 0 5% 3%;
}

.Post_list-link{
    display: flex;
    align-items: baseline;
    padding: 1.6rem;
    border-radius: 8px;
}

a.Post_list-link:hover img{
    opacity: 1;
}

a.Post_list-link:hover{
    opacity: 1;
    border-radius: 8px;
    box-shadow:0 0 8px 0 rgba(0,0,0,.12);
    background: #fff;
    transition: all 0.5s ease 0s;
}

a.Post_list-link:hover .tags span a ,
a.Post_list-link:hover .tags data-url span {
    background: #EAF3F3;
    transition: all 0.5s ease 0s;
}

.Post_list-left{
    padding-top: 0;
    border-radius: 8px;
}

.Post_list-left img {
    height: 177px;
    width: 265px;
    border-radius: 15px;
    object-fit: cover;
    background-color: #fff;
}

.Post_list-right p.Post_list-h2 ,
.Post_list-right h2{
    color:#343434;
    font-size:18px;
    font-weight: bold ;
}

.Post_list-right{
    width: 63%;
    margin-left: 2.4rem;
    padding: 0;
}

.Post_list-right .date{
    margin:9px 0 4px;
}

.Post_list-right .tags span{
    margin-top:5px;
}

.Post_list-border{
    width: 100%;
    height: 1px;
    background: #e6ecf0;
}

.Post_list .category {
    margin-top: 0;
}

.tags data-url:last-child {
    padding-right: 0;
}

.tags a:link{
    color: #7E7E7E;
}

.tags data-url {
    padding-right: 8px;
    padding-bottom: 8px;

}

.tags span ,
.tags data-url {
    display: inline-block;
/*    margin-right: 10px;
    margin-bottom: 10px;*/
}

.kiji .tags data-url span {
    background: #EAF3F3;
    cursor : pointer;
}

.newcontent_list .tags span a ,
.newcontent_list .tags data-url span {
    background: #EAF3F3;
}

.tags span a ,
.tags data-url span {
    display: block;
    padding:2px 10px;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
}

.tags data-url:hover {
    opacity: 0.7;
}

aside.sidemenu {
    width: calc(37% - 5.1rem);
    margin-left: 5.1rem;
    padding:15px 0;
}

.search_form {
    position: relative;
}

.search_form-window {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 0;
    border: 1px solid #555555;
    border-radius: 25px;
    font-size: 1em;
    line-height: 30px;
    outline: 0;
}

button.search_form-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px;
    border: none;
    background: none;
}

button.search_form-button:before {
    content: url(https://www.dos-osaka.co.jp/ss1/ss1lab/images/ss1lab_search.png);
}

.side-entrylist ul {
    margin-top: 25px;
    padding-bottom: 5px;
}

.side-entrylist-tag{
    margin-top: 50px;
}

.side-entrylist-tag .tags span {
    margin-bottom: 10px;
}


/* Wrapper (style1) */

	.wrapper.style1 > .inner {
		padding: 7rem 3.5rem 5rem 3.5rem ;
		margin: 0 auto;
		max-width: 100%;
		width: 64rem;
	}

		.wrapper.style1 > .inner.medium {
			width: 48rem;
		}

		.wrapper.style1 > .inner.small {
			width: 32rem;
		}
	@media screen and (max-width: 1680px) {

		.wrapper.style1 > .inner {
			padding: 5rem 2.5rem 3rem 2.5rem ;
		}

	}

	@media screen and (max-width: 1280px) {

		.wrapper.style1 > .inner {
			padding: 4rem 4rem 2rem 4rem ;
		}

	}

	@media screen and (max-width: 980px) {

		.wrapper.style1 > .inner {
			padding: 4.5rem 3rem 2.5rem 3rem ;
		}

	}

	@media screen and (max-width: 736px) {

		.wrapper.style1 > .inner {
			padding: 3rem 2rem 1rem 2rem ;
		}

	}

#back1 { background-color: #F97893}
#back1 { background-color: #5C7EE6}


#content {
  width: 90%;
  max-width: 1250px;
  min-width: 980px;
  margin: 5px auto;
  padding: 0 0 40px;
  text-align: left;
}
#main-wrapper {
  width: 100%;
  /*background: #F5F4F2;/*追加*/
  float: left;
  margin: 0 -300px 0 0;
}
#content main {
  display: block;
  margin-right: 360px; /* 360pxから変更 17/08/25 koeda */
}
#content aside {
  width: 300px; /* 300pxから変更 17/08/25 koeda */
  float: right;
}
#content aside section {
  margin-bottom: 30px;
}

.side-banner-download{
    margin: 0 auto 50px;
    text-align: center;
}

.side-banner-download-img{
    width: 100%;
    max-width: 350px;
}

.side-banner-space{
	margin-bottom:24px;
}

/*ここからページ送り用*/
.pagenate {
  text-align:center;
  padding-top: 100px;
  padding-bottom: 100px;
}

ul.pagenate li:first-child a ,
ul.pagenate li:last-child a {
    padding: 20px!important;
    border: 1px solid #F0F3F5!important;
    border-radius: 10px;
    color: #00BEC8!important;
    background-color: #fff!important;
    text-decoration: none!important;
}

ul.pagenate {
/*blog.css で ul に margin-left 30px が設定されているため*/
margin-left:0;
}

ul.pagenate li a ,
ul.pagenate a {
    padding: 1px 7px;
    border: none;
    color: #00BEC8;
    text-decoration: none;
}

ul.pagenate li a:hover ,
ul.pagenate a:hover {
    border: none!important;
    background-color: #00BEC8!important;
    color: #fff!important;
}

.pagenate ul li a:visited {
/*必要なら*/
}

ul.pagenate span {
    margin: 6px;
}

ul.pagenate li ,
ul.pagenate a {
    display: inline;
    list-style-type: none;
    margin: 6px;
    background-color: initial;
}

.pagenate ul span.current_page {
padding:1px 5px;
color:#000;
}


/*ページ送り用ここまで*/

/* ------------------------------------------
                   PARTS
------------------------------------------ */
.entrybox-large {
  margin-bottom: 0px;/*90px*/
}
.entrybox-large .entry-image {
  display: block;
  position: relative;
  width: 30%; /*57%*/
  float: left;
}
/*.entrybox-large .entry-image .image img {
/*  width: 100%; 
/*}*/
a.label {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin-top:15px;/*追加*/
  padding: 0.3em 0.6em;
  z-index: 100;
  background: #7CB62D;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  /*border-bottom-left-radius: 3px;削除*/
}
a.label:hover {
  background: #7CB62D;/*sub_color*/
}
.entrybox-large .entry-detail {
  width: 30%;/*43%*/
  float: left;/*right*/
  padding-left: 0;/*2em*/
}
.entrybox-large .entry-detail .entry-meta {
  margin-bottom: 20px;
}
.entrybox-large .entry-detail .entry-meta .entry-author {
  display: table;
  width: 50%;/*50*/
  float: left;
}
.entrybox-large .entry-detail .entry-meta .entry-author figure {
  display: table-cell;
  width: 40%;/*40px*/
  vertical-align: middle;
}
.entrybox-large .entry-detail .entry-meta .entry-author figure img {
  width: 100%;
}
.entrybox-large .entry-detail .entry-meta .entry-author p {
  display: table-cell;
  padding-left: 5%;/*10px*/
  vertical-align: middle;
}
.entrybox-large .entry-detail .entry-meta .entry-author p a {
  text-decoration: none;
}
/*記事内投稿日時の配置指定　追加*/
.entry-date-kiji{
  /*width: 50%;*/
  margin-bottom: 20px;
  padding-top: 0px;
  text-align: left;
  color: #8D9092;
}

/*作成日更新日*/
.entry-date-kiji span:first-of-type{
  margin: 0 1em 0 0;
} 

.entrybox-large .entry-detail .entry-meta .entry-date {
  width: 100%;/*50→100%*/
  float: left;
  padding-top: 9px;
  text-align: right;
  color: #8D9092;
}
/*追加*/
/*h2.entry-title {
/*  padding-top:20px;
/*}*/

.entrybox-large .entry-detail .entry-title {
  font-size: 18px;/*28→20*/
  font-weight: bold;/*bold*/
  line-height: 1.4;
}
.entrybox-large .entry-detail .entry-title a {
  text-decoration: none;
  color: #343434;
}
.entrybox-large .entry-detail .entry-title a:hover {
  color: #8D9092;
}
.entrylist .entry-image {
  position: relative;
}
.entrylist li {
  width: 30%; /*元48*/
  float: left;
  margin: 0 0% 90px 3%;　/*右4%→左右2％*/
}
.entrylist li:nth-child(3n+1) {/*even→3n*/
  margin-right: 0;
  clear:both;/*追加*/
}
.entrylist li .entry-image {
  position: relative;
  margin-bottom: 6px;/*15*/
  height: 200px;
  overflow: hidden;
}
.entrylist li .entry-image .image img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.entrylist li .entry-detail .entry-meta {
  margin-bottom: 15px;
  font-size: 86%;
}
.entrylist li .entry-detail .entry-meta .entry-author {
  display: table;
  width: 30%;/*60*/
  float: left;
}
.entrylist li .entry-detail .entry-meta .entry-author figure {
  display: table-cell;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.entrylist li .entry-detail .entry-meta .entry-author figure a {
  display: block;
  width: 25px;
  height: 25px;
}
.entrylist li .entry-detail .entry-meta .entry-author figure img {
  width: 100%;
}
.entrylist li .entry-detail .entry-meta .entry-author p {
  display: table-cell;
  padding-left: 5px;
  vertical-align: middle;
}
.entrylist li .entry-detail .entry-meta .entry-date {
  width: 100%;/*40→100*/
  float: left;
  text-align: right;/*right*/
  color: #8d9092;
}
.entrylist li .entry-detail .entry-title a {
  font-size: 18px;/*20→16*/
  font-weight: bold;/*bold*/
  line-height: 1.4;
  color: #343434;
  text-decoration: none;
}
.entrylist li .entry-detail .entry-title a:hover {
  color: #8d9092;
}

/*水色背景→グレー枠に変更*/
.entry_blueback{
    background: none;
    background: #f7fafa;
    padding: 30px;
    border-radius: 20px;
}

/*事例まとめ用水色背景　200512東作成*/
.entry_jirei_blueback{
  background: #E0f4ff;
  padding:20px;
}

/*事例用会社情報*/
.corpprof-box {
    background: none;
    border: 1px solid #707070;
    padding: 30px;
    border-radius: 20px;
    margin: 30px 0;
}

.corpprof-box .corpname {
    padding-bottom: 15px;
    border-bottom: 1px solid #707070;
    font-weight: bold;
}


.corpprof-box .cont_l_logo {
    max-width: 220px;
    margin-top: 0;
}

.corpprof-box .clearfix {
    padding-left: 25px;
   margin-bottom: 0;
}

.corpprof-box .flex {
   margin-top: 15px;
}

.corpprof-box .cont_l_logo img {
   max-width: none;
   width: 200px;
   margin-top: 0;
}

.page-navigation {
  text-align: center;
}

.page-navigation ul{
  display: block;
  padding-bottom: 10px;
}

.page-navigation li {
  display: inline-block;
  border-bottom: none;
}

.page-navigation li.page-navigation-next{
  float: right;
}

.page-navigation li a{
  padding: 0 10px;
}

.page-navigation li a[rel="prev"]::before {
  content: "«";
  margin-right: 0.3em;
}

.page-navigation li a[rel="next"]::after {
  content: "»";
  margin-left: 0.3em;
}

.pagenation {
  text-align: center;
}
.pagenation ul li {
  display: inline-block;
}
.pagenation ul li a {
  padding: 0.7em 1em;
  border: solid 1px #D8D8D8;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
}
.pagenation ul li a:hover {
  background: #F5F4F2;
}
.pagenation ul li a.active {
  background: #7CB62D;
  color: #fff;
  font-weight: bold;
}
.pagenation ul li span {
  margin: 0 0.5em;
}
.pagenation ul li.next {
  margin-left: 1em;
}
.pagenation ul li.next a {
  padding: 0;
  font-weight: bold;
  border: none;
  color: #343434;
}
.pagenation ul li.next a:hover {
  background: none;
  color: #8d9092;
}
.pagenation ul li.prev {
  margin-left: 1em;
}
.pagenation ul li.prev a {
  padding: 0;
  font-weight: bold;
  border: none;
  color: #343434;
}
.pagenation ul li.prev a:hover {
  background: none;
  color: #8d9092;
}
.textbox {
  padding: 27px;
  background: #F5F4F2;
}
.textbox h1 {
  margin-bottom: 15px;
  font-size: 114%;
}
.textbox p {
  font-size: 93%;
  margin-bottom: 30px;
}

nav .side-head {
margin:10px auto;
padding:13px;
border-bottom: 0;
border-radius: 25px;
background: #4FCBF9;
color: #fff;
text-align: center;
font-weight: normal;
}

nav.ss1lab_sideBn img {
width: 100%;
}

aside nav h1 {
  padding: 0.5em;/*1em*/
  margin-bottom: 12px;
  background: #E0F4FF;/*4A4A4A→00AAE8→00A3FF*/
  color: #00A5FF;/*fff*/
  border-left: solid 10px #00A5FF;/*左線追加*/
}
.memberlist nav ul {
  padding: 0 20px;
  margin-right: -20px;
}
.memberlist nav ul li {
  float: left;
  margin: 0 20px 20px 0;
}
.memberlist nav ul li img {
  border-radius: 50%;
}
/*新規追加*/
.memberlist nav p {
  font-size: 90%;
}
/*追加*/
/*.categorylist {
/*  background: #fff;
/*  padding:10px;
/*  border-radius: 10px;
/*}*/

.categorylist ul {
  margin: 12px 0 auto 12px;/*top12px*/
  list-style-type: none;
}

.categorylist ul li {
  margin-bottom: 0.3em;
  margin: 0px 0px 12px 0px;
  font-weight: normal;/*bold*/
}
/*追加*/
.categorylist ul li a{
  color: #343434;
}
.categorylist ul li a:hover {
  color: #8d9092;
}

.sidebar .group > ul > li {
  margin-bottom: 24px;
}

.categorylist ul li small {
  padding: 0.2em 0.4em;
  margin-left: 0.3em;
  font-size: 13px;
  font-weight: normal;/*bold*/
  color: #00A2FF;
  background: #D8D8D8;/*-D8D8D8*/
  border-radius: 3px;
}
.categorylist ul li ul li {
  font-size: 86%;/*86%*/
  font-weight: normal;
}
/*追加
.categorylist nav a {
  color: #fff;
}*/
.side-entrylist ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #D8D8D8;
}
.side-entrylist ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #343434;/*343434*/
  font-weight: normal;
}
.side-entrylist ul li a:hover {
  color: #8d9092;
}
.side-entrylist ul li a figure {
  width: 90px;
  height: auto;
  margin-right: 20px;
}
.side-entrylist ul li a figure img.entry-thumbnail {
  z-index: 10;
}
.side-entrylist ul li a p {
  overflow: hidden;
}
.breadcrumb-navi {
  background:transparent;/*F5F4F2→00AAE8*/
  color: #343434;/*追加*/
}
.breadcrumb-navi a {
  color: #343434;/*追加*/
}
.breadcrumb-navi .inner {
  width: 90%;
  max-width: 1500px;
  min-width: 980px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: left;
 display: flex;
 align-items: center;
}
/*記事パンくずレイアウト追加*/

.breadcrumb-navi .kiji_inner {
   width:100%;
   padding: 20px 0 30px 50px;
  font-size:14px;
  color: #555555;  
}

.breadcrumb-navi .kiji_bre {
   padding: 20px 0 50px 25px;
}

.breadcrumb-navi .kiji_inner a{
  color: #555555;  
}

.kiji .breadcrumb-navi , .kiji .kiji_inner a{
    background: none;
    color: #555555;
    font-size:14px;
}

.page-title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: normal;
  border-bottom: solid 2px #EBEBEB;
}

/*記事全体背景リセット*/
#content.kiji {
background:none;
padding:50px 10px 70px;
}

/*お役立ち資料一覧*/

.dl-about{
	padding-left: 5%;
}

.dl-panel-group-button-list{
    display: flex;
    gap: 25px;
	margin: 25px 0 45px 0;
	padding-left: 5%;
}

.dl-panel-group-button {
    background: #68C9F7;
    color: #FFF !important;
    border: 2px solid #68C9F7;
    border-radius: 24px;
    padding: 20px 0;
    display: block;
    width: calc((100% - 50px) / 3);
    text-align: center;
    font-weight: bold;
    position:relative;
}

.dl-panel-group-button:after{
    content: '';
    display: block;
    width: 15px;
    height: 8px;
    background: url(https://www.dos-osaka.co.jp/ss1/ss1lab/img/link_white.png);
    position: absolute;
    top: 48%;
    right: 15px;
}

.dl-panel-group-title{
    font-size: 20px;
    border-bottom: 1px solid #7E7E7E;
    padding-bottom: 20px;
	margin-left: 5%;
}

.dl-panel-group{
	display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px;
    margin-bottom: 35px;
    align-items: stretch;
	margin-left: 5%;
}


.dl-panel{
    width: calc((100% - 40px) / 2);
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.dl-panel-img{
	width:100%;
}

.dl-panel-bottom{
    background: #FFF;
    padding: 20px;
}

.dl-panel-title{
	color: #343434;
    font-weight: bold;
    height: 3.5em;
    margin-bottom: 20px;
}

.dl-panel-button{
    border: 1px solid #7E7E7E;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    color: #7E7E7E;
    font-weight: bold;
}

/*記事内のお役立ちバナー*/


.dl-contents-banner{
    display: flex;
    margin: 45px 0;
    gap: 40px;
	align-items: center;
}

.dl-contents-banner-left{
	width: 280px;
}

.dl-contents-banner-right{
    width: calc(100% - 320px);
}

.dl-contents-banner-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px !important;
	color:#343434;
}


.dl-contents-banner-text{
	margin:0 !important;
	color:#343434;
}

.dl-contents-banner-button{
    border: 2px solid #68C9F7;
    text-align: center;
    border-radius: 24px;
    margin-top: 25px;
}

.dl-contents-banner-button-text{
    margin: 20px 0 !important;
    color: #68C9F7;
    font-weight: bold;
}

.dl-contents-banner-img{
	margin-top:0 !important;
}

.dl-contents-banner-link:hover,
.dl-contents-banner-link:hover .dl-contents-banner-img{
	opacity:1;
}

.dl-contents-banner-link:hover .dl-contents-banner-button{
	background:#68C9F7;
    transition: all 0.3s;
}

.dl-contents-banner-link:hover .dl-contents-banner-button-text{
    color: #FFF;
    transition: all 0.3s;
}


/* ------------------------------------------
                   Entry
------------------------------------------ */
.entry {
  padding-right: 0px;
}

.entry-main-contents {
    background: #fff;
    padding: 50px 60px;
    border-radius: 30px;
    margin-bottom: 60px;
}

.entry-main-contents a {
  color: #00A5FF;
}

.entry-main-contents p {
  line-height: 1.85em;
}

.entry-main-contents img {
 border-radius: 20px;
 width:auto;
}

.entry-main-contents  .small-image {
 max-width: 80%;
}

.entry-main-contents  .radius-none {
 border-radius: 0;
}

.entry .entry-meta {
  margin-bottom: 20px;
}
.entry .entry-meta .entry-author {
  display: table;
  width: 50%;
  float: left;
}
.entry .entry-meta .entry-author figure {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
}
.entry .entry-meta .entry-author figure img {
  margin-top: 0;
  border-radius: 50%;
}
.entry .entry-meta .entry-author p {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.entry .entry-meta .entry-author p a {
  text-decoration: none;
}
.entry .entry-meta .entry-date {
  width: 100%;/*50*/
  float: left;
  padding-top: 12px;
  text-align: right;
  color: #8D9092;
}

.entry-categories {
 margin: 25px 0;
}

/*記事内のカテゴリアイコン指定　追加*/
/*.entry-categories-kiji {
 /* float: left;*/
 /* margin-bottom: 20px;
}*/
/*.entry-categories-kiji ul li {
  /*display: inline-block;*/
}*/
/*.entry-categories-kiji ul li a {
  /*display: inline-block;*/
/*  padding: 0.3em 0.6em;
/*  margin-right: 0.2em;
/*  z-index: 100;
/*  background: #7CB62D;
/*  font-weight: bold;
/*  color: #fff;
/*  text-decoration: none;
/*  border-radius: 3px;
/*  font-size: 86%;
/*}
/*.entry-categories-kiji ul li a:hover {
/*  opacity: 0.8;
/*}*/
.entry .entry-categories {
  margin-bottom: 20px;
}
.entry .entry-categories ul li {
  display: inline-block;
}
.entry .entry-categories ul li a {
  display: inline-block;
  padding: 0.3em 0.6em;
  margin-right: 0.2em;
  z-index: 100;
  text-align: left;/*追加*/
  background: #7CB62D;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-size: 86%;
}
.entry .entry-categories ul li a:hover {
  opacity: 0.8;
}

/*記事内見出し下ライン　追加*/
.kiji-line{
  width: 100%;
  border-top: 1px solid #DCDCDC;
  padding-top:20px;
}

/*削除予定　目次用上下ライン
.index_box{
  background: #fff;
  border-top: solid 0.5px #01A3FF;
  border-bottom: solid 0.5px #01A3FF;
  font-size: 110%;
  font-weight: bold;
  color: #01A3FF;
  padding:10px 0 10px 20px;
  margin-bottom:20px !important;
}*/

/*目次グレー背景　追加*/
.index_box{
    background: #f7fafa;
    padding: 20px 30px;
    border-radius: 20px;
    font-size: 16px;
    color: #16D5E3;
    line-height: 2.5em;
   margin-bottom: 40px;
}

.index_box .profile{
    color: #555;
}

span.index_box_title{
   border-bottom: 1px solid #16D5E3;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.index_box a {
 padding-left: 16px;
 color: #16D5E3;
 font-weight: 600;
}

/*目次デザイン　追加*/
.title-border {
  display: flex;
  align-items: center;
  margin-bottom:10px !important;
}

/*after削除予定*/
/*
.title-border:after {
  border-top: 1px solid #bfbfbf;
  content: "";
  flex-grow: 1;
}
.title-border:after {
  margin-left: 1rem;
  margin-right: 30px;
}
*/

.entry-date-tags .tags {
   margin-left: 30px;
}

/* ------------------------------------------
                   SNS
------------------------------------------ */

.entry .entry-social-buttons ul {
  clear: both;
  margin-bottom: 20px;
  margin-left: 0px;
}

.entry .entry-social-buttons ul li{
  margin-right: 0.5em;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
  list-style: none;
}

.entry .entry-social-facebook {
  padding-bottom: 6px;
}

.entry-content {
  clear: both;
}
.entry .entry-content ul {
  margin: 2em 0 !important;
}
.entry .entry-content ul li {
  padding-left: 2em;
  text-indent: -1em;
  /*list-style: inside disc;190418山本コメントアウト*/
}
.entry .entry-content ol {
  margin: 2em 0 !important;
}
.entry .entry-content ol li {
  padding-left: 2em;
  margin-right: 1em;
  text-indent: -1em;
  list-style: inside decimal;
}
.entry .entry-content dl {
  margin: 1em !important;
}
.entry .entry-content dl dt {
  margin-bottom: 0.5em !important;
  font-weight: bold !important;
}
.entry .entry-content dl dd {
  margin: 0 0 1em 2em !important;
}
.entry h1 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
}

.entry h2 {
  clear: both;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 22px;/*25*/
  font-weight: bold;/*normal*/
  letter-spacing: 0px;/*追加*/
  border-bottom: #DCDCDC 1px solid;
}

.kiji .entry h2 {
  position: relative;
  margin-bottom: 2em;
  border-bottom: none;
  color: #16D5E3;
  font-size: 20px;
}

.kiji .entry h2:before {
  display: inline-block;
  position: absolute;
  bottom: -15px;/*線の上下位置*/
  width: 60px;
  height: 3px;
  border-radius: 2px;
  background-color: #16D5E3;
  content: '';
}

.entry h3 {
    clear: both;
	margin-top: 50px;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    border-bottom: none;
    padding-left: 14px;
    position: relative;
}

.entry h3:before {
    content: "";
    display: block;
    width: 5px;
    /*height: 18px;*/
    background: #16D5E3;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.entry h4 {
    clear: both;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    border-bottom: none;
    padding-left: 14px;
    position: relative;
}

.entry h4:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.entry h5 {
    clear: both;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    border-bottom: none;
}

.kiji a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

#content.kiji{
    padding:0 25px 60px;
    border-radius: 25px;
}

.entry-date-tags{
    display: flex;
    align-items: flex-start;
}

.entry-date-tags .tags{
    margin: 16px;
}

.entry p {
  margin-bottom: 20px;
}
.entry qq {
  text-decoration: line-through;
}
.entry img {
  display: inline-block;
  margin-top: 15px;
  max-width: 100%;
  height: auto;
}

.entry .button-blue {
    width: 340px;
    height: 50px;
    margin: 30px auto;
    text-align: center;
}

.entry .button-blue p {
    width: 340px;
    height: 50px;
    margin: 0;
    background: #4FCBF9;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.entry blockquote {
  position: relative;
  padding: 35px 45px;
  margin-bottom: 30px;
  background: #F5F4F2;
}
.entry blockquote:before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: url(https://www.dos-osaka.co.jp/ss1/ss1lab/images/quote.png);
}
.entry blockquote:after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  content: url(https://www.dos-osaka.co.jp/ss1/ss1lab/images/quote_end.png);
}
.entry .caption {
  display: block;
  margin-bottom: 30px;
}
.conversation dt {
  float: right;
}
.conversation dt.moderator {
  float: left;
}
.entry .userpic {
  width: 42px;
  height: 42px;
}
.entry .userpic img {
  margin-top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
.conversation dd {
  position: relative;
  padding: 1em 1.62em;
  margin: 0px 4em 1.62em 0px;
  background-color: #F5F4F2;
  border-radius: 10px;
}
.conversation .moderator + dd {
  margin: 0px 0px 1.62em 4em;
  background-color: #F5F4F2;
}
.conversation dd:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 20px;
  width: 0px;
  height: 0px;
  border-top: 15px solid #F5F4F2;
  border-right: 15px solid transparent;
}
.conversation .moderator + dd:after {
  left: -15px;
  border-right: 0px none;
  border-left: 15px solid transparent;
}
.conversation dd p {
  margin: 0.62em 0px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #7CB62D;
  margin: 1em 0;
  padding: 0;
}
.ninja_onebutton {
  margin-bottom: 30px;
}
.entry-author-detail {
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
  background: #F5F4F2;
}
.entry-author-detail-header {
  margin-bottom: 15px;
}
.entry-author-detail-header p {
  margin-bottom: 0;
  font-weight: bold;
}
ul.entry-author-buttons {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding-right: 30px;
  text-align: right;
}
ul.entry-author-buttons li {
  display: inline-block;
  margin-left: 0.1em;
  vertical-align: top;
  line-height: 1;
}
ul.entry-author-buttons li img {
  margin-top: 0;
}
.entry-author-detail-body figure {
  width: 90px;
  float: left;
}
.entry-author-detail-body figure img {
  margin-top: 0;
  border-radius: 50%;
}
.entry-author-detail-body .entry-author-detail-body-text {
  margin-left: 120px;
}
.entry-author-detail-body .entry-author-detail-body-text p {
  margin-bottom: 0;
}
.entry-author-detail-body .entry-author-detail-body-text .name {
  margin-bottom: 5px;
}
.entry-author-detail-body .entry-author-detail-body-text .name a {
  color: #556AA9;
  font-weight: bold;
  text-decoration: none;
}
.entry-author-detail-body .entry-author-detail-body-text .name a:hover {
  text-decoration: none;
}
.entry-author-detail-body .entry-author-detail-body-text .profile {
  font-size: 79%;
}

/*SS1TOPバナー*/

.ss1bannerArea{
    display: flex;
    gap: 20px;
    justify-content: space-around;
}

.ss1top_banner_img {
	display:block !important;
	margin:0 auto;
}

/*前後ページへ*/

.entry-navi {
display: flex;
}

.entry-navi p{
 margin: 15px;
}

.entry-navi-next {
width:50%;
padding: 0 32px 0 0; /*prevのborder2px分削る*/
}

.entry-navi-prev {
width:50%;
padding: 0 0 0 30px;
border-left: 2px solid #B9BBBB;
}

.entry-navi a {
  display: block;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 20px;
  background: #FFFFFF;
  text-decoration: none;
  color: #4A4A4A;
  font-size: 114%;
  height:240px;
  position: relative;
}

 .sp_navi {
    height: 210px;
}

.entry-navi .header{
 font-size:24px;
 color:#555555;
 font-weight: bold;
 text-align: center;
 margin-top:0;
}

.entry-navi .tags{
  font-size: 15px;
}

.entry-navi .title{
  font-size: 18px;
  font-weight: bold;
}

.entry-navi .date{
 margin: 0 15px 0 0;
 position: absolute;
 bottom: 10px;
 right: 15px;
}


.mailmagazine {
  margin-bottom: 30px;
  padding: 30px;
  border: solid 1px #C0C0C0;
  border-radius: 5px;
  background-position: 93% 20px;
  background-size: 100px 100px;
}
aside .mailmagazine {
  background: none;
}
.mailmagazine .title {
  margin-bottom: 10px;
  font-size: 114%;
  font-weight: bold;
}
.mailmagazine .lead {
  width: 90%;
  margin-bottom: 20px;
  padding-right: 120px;
}
aside .mailmagazine .lead {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0;
  background: none;
}
.mailmagazine form {
  padding: 15px;
  background: #F5F4F2;
  border-radius: 5px;
}
.mailmagazine form .mail-text {
  width: 76%;
  float: left;
  margin-right: 2%;
  padding: 0.5em;
  font-size: 100%;
  border: solid 1px #C0C0C0;
  border-radius: 5px;
}
aside .mailmagazine form .mail-text {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 0.5em;
}
.mailmagazine form .main-button {
  width: 20%;
  float: left;
  padding: 0.5em;
  background: #4A4A4A;
  color: #fff;
  font-size: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
aside .mailmagazine form .main-button {
  width: 50%;
  float: none;
}
.mailmagazine form .main-button:hover {
  background: #999;
}
.follow-action {
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
}
.follow-action .title {
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
}
.follow-action ul {
  text-align: center;
}
.follow-action ul li {
  width: 32%;
  margin: 0 0.1em;
  display: inline-block;
}
.follow-action ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px 15px 15px 65px;
  color: #fff;
  text-decoration: none;
  text-align: left;
}
.follow-action ul li.facebook a {
  background: #3B579E url(https://www.dos-osaka.co.jp/ss1/ss1lab/images/icon-follow-facebook.png) no-repeat 17px 20px;
}
.follow-action ul li.twitter a {
  background: #55ADEF url(https://www.dos-osaka.co.jp/ss1/ss1lab/images/icon-follow-twitter.png) no-repeat 17px 20px;
}
.follow-action ul li.feedly a {
  background: #89C131 url(https://www.dos-osaka.co.jp/ss1/ss1lab/images/icon-follow-feedly.png) no-repeat 17px 20px;
}
.follow-action ul li a:hover {
  opacity: 0.8;
}

/*関連記事*/

.relation-entrylist nav {
  margin: 60px 0;
}

.kiji .relation-entrylist .relation-title {
  margin-bottom: 15px;
  padding: 0.3em 1em;
  color: #555555;
  font-size: 24px;
}

.kiji .relation-entrylist .relation-title:before {
  display:none;
}

.relation-entrylist ul li {
  width: 100%;
  display: table;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #D8D8D8;
}
.relation-entrylist ul li a {
  text-decoration: none;
}
.relation-entrylist ul li figure {
  display: table-cell;
  padding: 0 15px 0;
  vertical-align: top;
  width: 150px;
  height: 80px;
  overflow: hidden;
}
.relation-entrylist ul li figure img.entry-thumbnail {
  margin-top: 0;
  width: 150px;
}
.relation-entrylist ul li .detail {
  display: table-cell;
  vertical-align: top;
}
.relation-entrylist ul li a .detail .title {
  margin-bottom: 0;
  font-size: 114%;
  font-weight: bold;
  color: #00A2FF;
}
.relation-entrylist ul li a:hover .detail .title {
  color: #8D9092;
}
.relation-entrylist ul li a .detail .excerpt {
  margin-bottom: 0;
  color: #343434;
}

.postlist {
padding: 10px 0;
}

.relation-entrylist img {
 margin-top: 0px;
}

.relation-entrylist .category {
 margin-top: 0px;
}

.relation-entrylist .Post_list-left img {
   max-width: none;
    height: 177px;
    width: 265px;
}

.Post_list-right p{
 margin-bottom: 0;
}

.pcNone{
 display: None !important;
 }


/*IT資産管理とは*/
.asset-exp{
	padding: 20px 0 40px 50px;
    line-height: 2.1em;
}

.asset-exp-button{
    margin: 1.5em auto 10px 0;
    padding: 13px 38px 13px 36px;
    border-bottom: 0;
    border-radius: 25px;
    background: #FFF;
    color: #4FCBF9;
    text-align: center;
    font-weight: normal;
    width: fit-content;
    border: 2px solid #4FCBF9;
	font-weight:bold;
}

.asset-exp-button-a{
    color: #4FCBF9;
    position: relative;

}


span.asset-exp-icon {
    position: relative;
    top: 0.7em;
    right: -0.5em;
}


/* ------------------------------------------
                  ClearFix
------------------------------------------ */
.group,
.clear {
	zoom:1;
}

.group:after,
.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix, .conversation {
  zoom: 1;
  overflow: hidden;
}
.clearfix:after, .conversation:after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------------------------
               for Small PC
------------------------------------------ */
@media(max-width:1500px) {
 #main_menu ul li a {
  font-size: 13px;
 }

 #main_menu a {
  margin: 0 8px;
 }
}

@media(max-width:1400px) {
 .slide_figure figcaption {
  font-size:18px;
 }

 .breadcrumb-navi .inner {
   width: 95%;
 }

}

@media(max-width:1300px) {

/*記事内お役立ちバナー*/
.dl-contents-banner{
    display: block;
}

.dl-contents-banner-left{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.dl-contents-banner-img{
    max-width: 280px;
}

.dl-contents-banner-right{
width: 100%;
    text-align: center;
}

}

@media(max-width:1260px) {
	.exp-box{
	    width: 98%;
	    padding: 30px 26%;
	}

	.ss1_dog-button.spNone{
        right: 0;
        max-height: 175px;
        max-width: 180px;

    }

	.exp-box:after{
    	width: 105px;
   		height: 140px;
    	bottom: -36px;
	}

}

@media(max-width:1260px) {
	.dl-panel-group{
    	padding: 40px 0;
	}
}

@media(max-width:1200px) {
  .header_top ,
  .footer_about{
    width: 100%;
  }
  #main_menu ul li a {
    font-size: 12px;
  }
  #main_menu a {
    margin: 0 4px;
  }

}


@media(max-width:1140px) {

.dl-panel-group {
    gap: 20px;
}

.dl-panel {
    width: calc((100% - 20px) / 2);
}
}

@media(max-width:1100px) {

/*IT資産管理とは*/
.asset-exp {
    padding: 20px 1.6em 40px 50px;
}

.slide_figure figcaption {
 padding: 0 5%;
}

  #content {
    padding-left: 1em;
    padding-right: 1em;
  }
  .entrybox-large .entry-detail .entry-title {
    font-size: 18px;
  }

  .breadcrumb-navi .inner {
    width: 100%;/*100%*/
    max-width: 100%;/*100%*/
    min-width: 300px;
    padding: 16px;
  }

 .entry-main-contents {
    padding: 30px;
 }

 aside.sidemenu {
    margin:0 1rem;
 }

.relation-entrylist .Post_list-left img ,
.Post_list-left img {
    height: 133px;
    width: 200px;
}

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

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

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

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

.spmenu-modal-overray {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: -webkit-gradient(linear, left top, right top, from(#4FCBF9), to(#00D8DA));
    background: -webkit-linear-gradient(left, #4FCBF9, #00D8DA);
    background: -moz-linear-gradient(left, #4FCBF9, #00D8DA);
    background: -o-linear-gradient(left, #4FCBF9, #00D8DA);
    background: linear-gradient(90deg,#4FCBF9, #00D8DA);
    z-index: 1000;
}

 .allcontents {
  margin-top: 74px;
 }

  header {
    padding: 15px 10px;
    background: #fff; /*F5F4F2*/
    box-shadow: none;
  }

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

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

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

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

.global-header-sp {
    text-align: left;
}

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

/*新規追加 221117古賀*/
 .pcNone{
  display: block !important;
 }

 .smpcNone{
 display: none !important;
 }

}

@media(max-width:1000px) {
 #content {
  width: 98%;
  min-width: 100%;
 }

.exp-button p{
  width: 200px;
}

/*お役立ち資料一覧*/
.dl-panel-group-button{
    width: 100%;
}

.dl-panel-group-button-list{
    flex-wrap: wrap;
    flex-direction: column;
	padding-left: 0;
}

.dl-panel-group-title,
.dl-panel-group{
    margin-left: 0;
}

.dl-panel-group{
	flex-direction: column;
    gap: 40px;
}

.dl-panel{
    width: 70%;
    margin: 0 auto;
}

}
/* ------------------------------------------
                 for tablet
------------------------------------------ */
@media(max-width:768px) {

  img {
    max-width: 100%;
    height: auto;
  }
  .allcontents {
    margin-top: 60px;
  }
  header .inner {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    padding-left: 1em;
    padding-right: 1em;
  }
  header h2 {
    display: none;
  }
  header.header-lower #globalnavi, #main_menu {
    padding-top: 16px;
  }
  header.header-lower #globalnavi ul li , #main_menu ul li {
    margin-left: 1em;
  }
  header.header-lower #globalnavi ul li a, #main_menu ul li a {
    font-size: 100%;
  }

  header.sticky {
    padding: 10px 10px;
  }

 #top .flex:last-child  ,
 #content > .flex {
    display: initial!important;
 }

#top .pcNone .flex {
    display: flex!important;
}

.flex article {
 width: calc(100% / 2);
}

  #content {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    padding: 30px;
    text-align: left;
  }
  #main-wrapper {
    width: 100%;
    float: none;
    margin: 0 0 0 0;
  }
  #content main {
    margin-right: 0;
    margin-bottom: 50px;
    padding: 16px;
  }
  #content aside {
    width: 100%;
    float: none;
    padding: 0 1em;
  }
  #content aside .mailmagazine {
    display: none;
  }

 #content.kiji {
   padding: 20px 0;
 }

 .top-list-content {
    padding-top: 20px;
 }

 .pagenate {
    padding-top: 50px;
    padding-bottom: 50px;
 }

.side-entrylist ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

  #side-banner {
    text-align: center;
  }
  #side-likebox {
    width: 300px !important;
    margin: 0 auto;
  }
  footer .inner {
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    margin: 0 auto;
    padding: 30px 1em 30px 1em;
  }
  footer a:link, footer a:visited {
    color: #D4D5D5;
  }
  #footer-about {
    width: 100%;
    float: none;
    margin-bottom: 1em;
    text-align: center;
  }
  #footer-social {
    width: 100%;
    float: none;
  }
  .footer-logo img {
    float: none;
    margin-right: 0;
  }
  #footer-about p {
    margin-top: 1em;
  }
  .footer-social-buttons {
    margin-bottom: 0;
  }
  .footer-social-buttons ul {
    text-align: center;
  }
  .footer-social-links {
    text-align: center;
  }
  /*.footer-copyright {
    margin-top: 30px;
  }*/
  .entry {
    padding-right: 0;
  }
  .entrybox-large {
    margin-bottom: 30px;
  }
  .entrylist li {
    margin: 0px 0% 30px 3px; /*0 4 30 0*/
  }
  .entrylist li .entry-image {
    height: 200px;/*160*/
  }

.section__inner {
    width: 100%;
}

 .slide_figure figcaption {
  font-size:18px;
 }

.top-new-content .heading {
    background-size: 4.5%;
}

.top-recom-content{
    padding: 40px 0;
}

.top-document-content {
    padding: 40px 0 75px;
}

.relation-entrylist .Post_list-left img,
.Post_list-left img {
    border-radius: 5px;
}

/*
.tags span a:last-child ,
.tags data-url span:last-child {
    margin-top: 5px;
}
*/

.Post_list-right p.Post_list-h2 ,
.Post_list-right h2 ,
.Post_list-right .tags {
    font-size:15px;
}

.side-entrylist ul li a div {
    flex-basis: 75%;
}

/*Youtube 埋め込み　レスポンシブ対応*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

aside.sidemenu {
    margin: 0;
}

.memberlist nav p {
    text-align: center;
}

footer {
    min-width: 100%!important;
}

/*新規追加 221117古賀*/

.pcNone{
  display: block !important;
 }

.smpcNone{
 display: block !important;
}

 .tbNone {
 display: none !important;
 }

.exp-box {
    padding: 30px 4%;
}

.ss1_dog-button,
.ss1_dog-button a:after,
.exp-box:after{
	display: none;
}

/*フッター*/

footer {
 min-width: auto;
}

footer .inner {
padding: 30px;
}

.footer-group , .footer-right{
display: block;
}

.footer-right , .footer-right-column2{
padding: 0;
}

.footer-left {
border-right:0;
border-bottom: 1px solid #fff;
padding: 0;
width: 70%;
}

  #footer-about {
    text-align: left;
  }
  #side-likebox {
    width: 100% !important;
  }
  .search-form .search-text {
    width: 250px;
  }

  .footer-social-links {
    text-align: left;
  }
  .footer-copyright {
    text-align: left;
  }

}

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

@media(max-width:560px) {

/*IT資産管理とは*/

.asset-exp {
    padding: 20px 1.6em 40px 1.6em;
}

   .global-header-logo {
       max-width: 150px;
       margin-left: 10px;
       height: auto;
   }

   .heading {
       margin-left: 0;
   }

   .heading h2 {
       margin: 3% 10%;
   }

   .button_more {
    margin: 15px auto 0 auto;
   }

   .top-new-content .heading {
       background-size: 8%;
   }

   .new-content-box .title p {
   font-size:16px;
   -webkit-line-clamp: 2;
   }

    #content {
    padding: 20px 15px;
    }

    #content.kiji {
    padding: 5px;
    }

    #content main {
    padding: 5px;
    }

    .sumnail img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    }

    .relation-entrylist .Post_list-left img,
    .Post_list-left img {
    width: 157px;
    height: 95px;
    }

    .Post_list-link{
    padding: 1rem 0;
    }

    .Post_list-right {
    margin-left: 1.4rem;
    }

    .Post_list-right .category{
    margin-bottom:9px;
    }

    .new-content-box .tags ,
    .Post_list-right .tags {
    font-size:11px;
    }

    .entry_blueback {
    padding: 15px;
    }

   .entry-date-tags{
    display: block;
   }

.entry-date-tags .tags{
  margin: 16px 0;
  }

    .footer_about {
    max-width: 100%;
    width: 100%!important;
    }

	.exp-box-button{
		flex-wrap: wrap;
	}


/*お役立ち資料一覧*/
	.dl-panel {
		width: 90%;
	}

}


@media(max-width:480px) {
  body {
    padding-top: 60px;
    -webkit-text-size-adjust: 100%;
  }
  header.header-lower, header.top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 14px 0px;
    background: #fff;
    z-index: 1000;
  }
  header.header-lower h1, header.top-header h1 {
    width: 96px;
    margin: 0 0 20px 0;
  }

  .global-header-navi-sp-btn {
    top: 10px;
  }

  #responsive-menu-button {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #fff url(https://www.dos-osaka.co.jp/ss1/ss1lab/images/responsive-menu-button.png) no-repeat 8px 12px;
    background-size: 25px 17px;
    cursor: pointer;
  }
  .responsive-btn-active {
    background: #fff url(https://www.dos-osaka.co.jp/ss1/ss1lab/images/responsive-menu-button-active.png) no-repeat 10px 10px !important;
    background-size: 20px 20px !important;
  }
  header.header-lower #globalnavi, header.top-header #globalnavi, header.header-lower #main_menu, header.top-header #main_menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding-top: 0;
    text-align: left;
    z-index: 1000;
  }
  #navi-content {
    height: 300px;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    overflow: auto;
  }
  header.header-lower #globalnavi ul li, header.top-header #globalnavi ul li, header.header-lower #main_menu ul li, header.top-header #main_menu ul li {
    display: block;
    margin: 0px 0px 0px 0;
  }
  header.header-lower #globalnavi ul li a, header.top-header #globalnavi ul li a, header.header-lower #main_menu ul li a, header.top-header #main_menu ul li a {
    display: block;
    padding: 0.7em;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: solid 1px #d8d8d8;
    font-weight: normal;
  }
 
  .header_logo{
   margin: 0px 0px 0 20px;
   width: 100px;
  }
  
  .entrybox-large .entry-image {
    display: block;
    position: relative;
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .entrybox-large .entry-detail {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .entrybox-large .entry-detail .entry-meta {
    margin-bottom: 15px;
  }

  .allcontents {
    margin-top: 0;
  }

  #content {
    padding: 20px 15px;
  }
  #original {
    display: none;
  }
  #breadcrumb {
    display: none;
  }
  .page-title {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 2px solid #EBEBEB;
  }
  .pagenation ul li {
    margin-bottom: 2em;
  }
  .entry-author {
    font-size: 86%;
  }
  .entry .entry-meta .entry-date {
    padding-top: 14px;
    font-size: 86%;
  }
  .entry .entry-categories ul li {
    margin-bottom: 0.3em;
  }
  .entrylist li {
    width: 100%;
    margin: 0 0 50px 0;
    float: none;
  }
  .entry h1 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: nomal;
  }
  .entry h3 {
    font-size: 20px;
  }
  .entry h4 {
    font-size: 16px;
  }

.entry-main-contents {
   padding: 20px 10px;
   border-radius: 20px;
}

.corpprof-box .flex {
   display: block;
}

.corpprof-box .cont_l_logo {
  max-width: none;
}

.corpprof-box .cont_l_logo img {
 margin: 0 0 15px 0;
}

.cont_l_logo {
 float: none;
}

.corpprof-box .clearfix {
 padding-left: 0;
}

.entry .button-blue , .entry .button-blue p {
 width: 280px;
}

/*TOPスライド*/
 .slides {
 padding: 0;
 }

.slide_figure img {
 border-radius:0px;
 }

.slide_figure figcaption {
 border-radius:0px;
}

/*新着記事*/
 .newcontent_list {
 display: block;
 }

 .newcontent_list article {
    width: 100%;
    margin: 0 0 15px 0;
 }

 .sumnail img{
  border-radius: 15px 15px 0 0;
 }

.overview {
    top: -20px;
    height: 155px;
    border-radius: 0 0 20px 20px;
    padding: 20px 20px 10px 20px;
}

.new-content-box .title {
  height: 30%;
}

.category {
margin: 16px 0 10px;
width: 140px;
font-size: 14px;
}



  .ninja_onebutton {
    margin-bottom: 30px;
  }
  .entry-author-detail {
    padding: 15px;
  }
  .entry-author-detail-header {
    margin-bottom: 15px;
  }
  .entry-author-detail-header p {
    text-align: center;
  }
  ul.entry-author-buttons {
    position: static;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  ul.entry-author-buttons li {
    margin: 0 0.1em 0 0;
  }
  ul.entry-author-buttons li img {
    margin-top: 0;
  }
  .entry-author-detail-body figure {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }
  .entry-author-detail-body figure img {
    margin-top: 0;
  }
  .entry-author-detail-body .entry-author-detail-body-text {
    margin: 0 0 15px 0;
  }
  .mailmagazine {
    background: none;
  }
  .mailmagazine .lead {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    background: none;
  }
  .mailmagazine form label {
    width: 100%;
    float: none;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 0.5em;
    text-align: left;
  }
  .mailmagazine form .mail-text {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .mailmagazine form .main-button {
    width: 50%;
    float: none;
  }
  .follow-action ul li {
    width: 30%;
  }
  .follow-action ul li a {
    display: block;
    height: 60px;
  }
  .follow-action ul li a span {
    display: none;
  }
  .follow-action ul li.facebook a {
    background: #3B579E url(https://www.dos-osaka.co.jp/ss1/ss1lab/images/icon-follow-facebook.png) no-repeat 50% 13px;
  }
  .follow-action ul li.twitter a {
    background: #55ADEF url(https://www.dos-osaka.co.jp/ss1/ss1lab/images/icon-follow-twitter.png) no-repeat 50% 13px;
  }
  .follow-action ul li.feedly a {
    background: #89C131 url(https://www.dos-osaka.co.jp/ss1/ss1lab/images/icon-follow-feedly.png) no-repeat 50% 13px;
  }
  .relation-entrylist ul li a .detail .excerpt {
    display: none;
  }

/*作成日更新日*/
.entry-date-kiji span:first-of-type{
  margin: 0;
  display: block;
} 

/*バナー*/
.ss1bannerArea{
    display: block;
}

.ss1top_banner_img {
	margin-top:30px !important;
}

/*前後ページへ*/
.entry-navi {
 display: block;
}

.entry-navi p{
 margin: 5px;
}

.entry-navi-next {
width:100%;
padding: 0; 
}

.entry-navi-prev {
width:100%;
padding: 0;
border: 0;
}

.entry-navi a {
  display: block;
  padding: 0;
  margin-bottom: 30px;
  height:auto;
  border-radius: 0;
  background: none;
}

.sp_navi {
 border-radius: 20px;
 background: #FFFFFF;
 padding: 5px 10px 5px 10px;
 height: auto;
}

.entry-navi-prev .header{
 font-size:18px;
 text-align: right;
 margin-top:5px;
}

.entry-navi-next .header { 
 text-align: left;
}

.entry-navi .header .fa {
  color: #00BEC8;
}
.entry-navi-next .header .fa {
  margin-right: 0.5em;
}
.entry-navi-prev .header .fa {
  margin-left: 0.5em;
}

.entry-navi-next .header{
 font-size:18px;
 margin-top:0;
 display: flex;
 align-items: center;
}

.entry-navi .tags{
  font-size: 12px;
}

.entry-navi .title{
  font-size: 16px;
  height:32%;
}

.entry-navi .category{
 font-size: 12px;
 width:115px;
}

.entry-navi .date{
 margin: 0 15px 0 0;
}



 /*新規追加*/

.pcNone {
 display: block !important;
 }

.tbNone{
 display: block !important;
 }

.smpcNone{
 display: block !important;
 }

.spNone{
  display: none !important;
 }

}


#page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
}
#page-top a {
  text-decoration: none;
}


/* for sub categories */
.categorylist .catdepth-2 {
  position: relative;
  margin-left: 0px;
}

.categorylist .catdepth-2 .nolink {
  color: #cccccc;
}

.categorylist .catdepth-2::before {
  content: "└";
  position: absolute;
  left: -1em;
  top: 0px;
}

.categorylist .catdepth-3 {
  position: relative;
  margin-left: 12px;
}

.categorylist .catdepth-3 .nolink {
  color: #cccccc;
}

.categorylist .catdepth-3::before {
  content: "└";
  position: absolute;
  left: -1em;
  top: 0px;
}


/* ------------------------------------------
            Google Custom Search
------------------------------------------ */
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.gsib_a {
  padding-top: 0  !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 0 1em 0  !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  margin: 10px;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  background-color: #7CB62D !important;
  border-color: #7CB62D !important;
}
/* 2024.5.22追加分 */
.radius-none {
  border-radius: 0;!important
}