body {
    color: #333c4e;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
img {max-width: 100%;}
.top-img {
  max-width: 100%;
  border: 1px solid #ccd8dd;
}
.logo-img { max-width: 110%;}
.carousel-item {
  transition: -webkit-transform .7s ease !important;
  transition: transform .7s ease !important;
  transition: transform .7s ease,-webkit-transform .7s ease !important;
}
ol.carousel-indicators {
  bottom: 0px!important;
}
.btn-square {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #e60012;
    color: #FFF !important;
    border-radius: 3px;
    box-shadow: 0 2px 0 #ddd, 0 2.5px 0 rgba(0,0,0,.2);
    margin-left:20px;
}
.btn-square:hover {
   box-shadow: none;
   transform: translateY(2px);
   text-decoration: none;
   color: #fff;
}
.btn-square:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    border-bottom: none;
}
/*breadcrumb*/
.breadcrumb_list {
    padding-bottom: 20px;
}
 @media only screen and (max-width: 599px) {
        .breadcrumb { margin: 20px 6px;}
 }
.breadcrumb2 {
    width: 96%;
    margin: 10px -14px;
    padding-top: 0;
    font-size: 120%;
    background: #f6f6f6;
    padding-top: 30px;
}
 @media only screen and (max-width: 599px) {
        .breadcrumb2 { margin: 10px 10px;}
 }
 @media only screen and (max-width: 979px) and (min-width: 600px) {
        .breadcrumb2 { margin: 10px 60px;}
 }
 @media only screen and (max-width: 1366px) and (min-width: 1024px)  {
         .breadcrumb2 { margin: 10px 60px;}
 }
.brea {
    color: #5E5E5E;
    border-bottom: 1px dotted #999999;
}
.brea:hover {
    color: #212529;
    text-decoration: none;
}
/*header*/
div#header {
  margin-bottom: 10px;
}
#header .navbar-language {
    padding: 0.5rem 1rem 0;
}
#header .navbar-language .nav-link {
    padding: 0.3rem 0.5rem .3rem;
}
#header a {
    color: #333c4e;
}
#header a:hover {
    color: #f68e1f;
}

#header .navbar-brand img {
    height: 50px;
}
.navbar-brand_full {

    display: block;
    text-indent: -9999px;
    width: 300px;
    height: 56px;
    overflow: hidden;
    background-image: url(../../../images/iad_logo.png);
    background-position: left top;
    background-repeat: no-repeat;
}
 @media only screen and (max-width: 599px) {
        .navbar-brand_full {
            background-image: url(../../../images/logo.png);
        }
 }
.navbar-brand_mini {
    display: none;
    text-indent: -9999px;
    width: 100px;
    height: 56px;
    overflow: hidden;
    background-image: url(../../../images/logo.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.header_drawer_label {
    padding: 10px 8px;
}
.header_drawer_label > div {
    width: 22px;
    height: 16px;
    position: relative;
}
.header_drawer_label_hamburger {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #004E98;
    display: block;
    transition-property: opacity, top, transform;
    transition-duration: .4s;
}
.header_drawer_label_hamburger-1 { top: 0;}
.header_drawer_label_hamburger-2 { top: 50%;}
.header_drawer_label_hamburger-3 { top: 100%;}

/*menu*/
/*lever 1*/
#main_navbar .navbar-collapse > ul {
    min-height: 37px;
}
#main_navbar .navbar-collapse > ul > li {
    margin-left: 4px;
    margin-right: 4px;
}
#main_navbar .navbar-collapse > ul > li > a{
    font-weight: bold;
}
@media (max-width: 1200px) {
    #main_navbar .navbar-collapse > ul > li {
        margin-left: -10px;
    }
    .navbar-nav li {font-size: 15px;}
}
/*lever 2*/
#main_navbar .navbar-collapse > ul > li > ul {
    background: #4e5052;
    border-radius: 0;
}
#main_navbar .navbar-collapse > ul > li > ul > li > a {
    padding: 8px 1.75em 6px 1.2667em;
    color: #fff;
    white-space: nowrap;
}
#main_navbar .navbar-collapse > ul > li > ul > li > a:hover {
    background: #6e7173;
}
/*lever 3*/
#main_navbar .navbar-collapse > ul > li > ul > li > ul {
    background: #6e7173;
    border-radius: 0;
}
#main_navbar .navbar-collapse > ul > li > ul > li > ul > li > a {
    padding: 8px 1.75em 6px 1.2667em;
    color: #fff;
    white-space: nowrap;
}
#main_navbar .navbar-collapse > ul > li > ul > li > ul > li > a:hover {
    background: #e0e2e2;
    color: #4e5052;
}

#main_navbar .dropdown-toggle {
    position: relative;
}

#main_navbar .dropdown-menu {
    margin-top: 0;
}
#main_navbar .dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin:0 20px;
    border-width: 0;
}

#main_navbar .dropdown-menu > li a:hover,
#main_navbar .dropdown-menu > li.show {
    transition: transform 0s 2s, opacity 0.3s 1s;
    background: #6e7173;
    color: white;
}
#main_navbar .dropdown-menu > li.show > a {
    color: white;
}
#main_navbar .logo-mini {
    display: none;
}
#main_navbar.is-scrolled {
    position: fixed;
    left: 0;
    width: 100%;
    animation-duration: 1s;
    animation-name: slideDown;
    z-index: 999;
    background: transparent !important;
}
#main_navbar.is-scrolled .container {
    box-shadow: 0 2px 3px 0 rgba(166, 166, 166, 0.14);
    margin-top: 0;
    background-color: #FFFFFF !important;
}

@keyframes slideDown {
    0%{transform:translate(0, -100%);}
    100%{transform:translate(0, 0);}
}
@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin:0;
        border-width: 1px;
    }
    #main_navbar.is-scrolled { padding: 0;}
    #main_navbar.is-scrolled .logo-full { display: none}
    #main_navbar.is-scrolled .logo-mini { display: inline-block;}
}

@media (max-width: 768px) {
    #header .navbar-brand img { height: 40px;}
    #main_navbar .navbar-collapse {
        position: absolute;
        right: 0;
        top: 60px;
        z-index: 9999999;
        width: 100%;
        background: #f2f2f0;
    }
    #main_navbar .dropdown-menu {border: none;}
    #main_navbar .dropdown-menu .dropdown-toggle::after {
        border-top: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
    }
    #main_navbar .dropdown-menu > li a:hover,
    #main_navbar .dropdown-menu > li.show {
        background: transparent;
        color: initial;
    }
    #main_navbar .dropdown-menu > li.show > a {
        color: initial;
    }
    #main_navbar .navbar-collapse > ul > li {
        padding-right: 20px;
    }
    #main_navbar .navbar-collapse a {
        padding: 14px 1.75em 12px 1.2667em !important;
        color: #333c4e;
        border-color: #e7e4e2;
        border-bottom: 1px solid #e7e4e2;
    }
    #main_navbar .navbar-collapse a:after {
        position: absolute;
        top: 20px;
        right: 10px;
    }
    /*lever 1*/
    #main_navbar .navbar-collapse > ul > li {
        margin-left: 20px;
    }
    /*lever 2*/
    #main_navbar .navbar-collapse > ul > li > ul {
        padding: 0 0 0 1.2667em;
        background: transparent;
        font-size: 0.9rem;
    }
    #main_navbar .navbar-collapse > ul > li > ul > li > a {
        color: initial;
    }
    #main_navbar .navbar-collapse > ul > li > ul > li > a:hover {
        background: transparent;
    }
    /*lever 3*/
    #main_navbar .navbar-collapse > ul > li > ul > li > ul {
        background: transparent;
        border-radius: 0;
        margin: 0 0 0 20px;
        padding-top: 0;
        padding-bottom: 0;
    }
    #main_navbar .navbar-collapse > ul > li > ul > li > ul > li > a {
        color: initial;
    }
    #main_navbar.is-scrolled {
        top: 0px;
        padding: 0px;
    }
}
/* about gray */
.about_gray {
   background: #f9f9f9;
   padding:1px 0px;
}
.box_gray {
   background: #f9f9f9;
   padding: 25px 25px;
}
/* recruit */
.recruit_img {
   width: 20.458%;
   text-align: left;
}
.recruit_text {
   width: 57.458%;
   float: right;
   margin-right: 200px;
}
.recruit_text p {
   font-size: 1.75rem;
}
.rec-center{
   text-align: center;
}
.kenko-mt{
    margin-top: 25px;
}
.company-work{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-left: 85px;
    margin-right: 85px;
}

@media only screen and (max-width: 599px) {
       .recruit_text{width: 100.458%;float: none;margin-right: auto;}
       .recruit_img {width: 100.458%;text-align: center;}
       .rec-center {text-align: center;margin-right: auto;margin-top:10px;}
       .csr-mt {margin-top: 15px;}
       .kenko-mt {margin-top: 15px;}
       .company-work {display: block;margin: 0px;}
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
    .company-work {display: block;margin: 0px;margin-left: 115px;}
}
@media only screen and (max-width: 979px) and (min-width: 600px) {
       .recruit_text{width: 69.458%;float: right;margin-right: auto;}
       .recruit_img {width: 29.458%;text-align: left;}
       .csr-mt {margin-top: 15px;}
       .kenko-mt {margin-top: 15px;}
}
@media only screen and (max-width: 1366px) and (min-width: 1024px)  {
       .recruit_text{width: 70.458%;float: right;margin-right: auto;}
       .recruit_img {width: 25.458%;text-align: left;}
       .csr-mt {margin-top: 15px;}
       .kenko-mt {margin-top: 15px;}
}
/*page content*/
.page-content {
    padding: 30px 0 15px 0px;
}
.title, .title_company {
  display: block;
  margin: 70px 0 15px 0;
  font-size: 18px;
  font-weight: bold;
}
.title_company {
  margin: 20px 0 15px 20px;
}
.title_1 {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
.title_2 {
  display: block;
  margin-top: 80px;
  font-weight: bold;
  font-size: 13px;
}
.title_3 {
  display: block;
  margin: 10px 0 25px 0;
  font-size: 18px;
  font-weight: bold;
}
.top_title {
   margin-top: 20px;
}
 @media only screen and (max-width: 979px) and (min-width: 600px) {
        .title {margin-top: 43px;}
}
.title .title-heading-left {
    display: inline-block;
    position: relative;
    font-size: 30px;
    border-bottom: solid 3px #cce4ff;
    color: #333c4e;
}
 @media only screen and (max-width: 599px) {
        .title .title-heading-left {
               font-size: 23px;
        }
 }
.title .title-heading-left:after {
    content: "";
    position: absolute;
    width: 20%;
    max-width: 200px;
    height: 2px;
    border-bottom: solid 3px #5472cd;
    bottom: -3px;
    left: 0 !important;
    transform: translate(0);
}
/*----------service-1----------------*/
.service-1 .service-item-1 {
   margin-top: 20px;
   margin-bottom: 10px;
}
.service-item-1 .service-blue, .service-item-1 .service-orange, .event-blue, .event-orange {
    border: solid 3px #e5e5e5;
    border-radius: 5px;
}
.service-item-1 .service-blue, .event-blue {
   border-color: #25305C;
}
.service-item-1 .service-blue a:hover, .event-blue a:hover{
   color: #25305C;
}
.service-item-1 .service-orange a:hover, .event-orange a:hover{
   color: #cc702f;
}
.service-item-1 .service-orange, .event-orange {
   border-color: #cc702f;
}
.service-item-1 .plan-title, .event-blue, .event-orange {
    text-align: justify;
    height: max-content;
}
.plan-category-blue, .plan-category-orange {
    padding: 40px 0;
    text-align: center;
}
.plan-category-tell {
   background: url(../images/service/750-1920_tellmarketing.jpg) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-tell1 {
   background: url(../images/service/top-call.jpg) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-tell2 {
   background: url(../images/service/adobestock_287031496.jpeg) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-tell3 {
   background: url(../images/service/0308topimg.jpeg) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-tell4 {
   background: url(../images/service/tell4.jpeg) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-tell5 {
   background: url("../images/service/tell5.png") center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-hs {
  background: url(../images/service/pixta_49932409_l.jpg) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-hs2 {
  background: url(../images/service/adobestock_288445338.jpeg) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-hs3 {
  background: url(../images/service/adobestock_76880322.jpeg) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-gs {
  background: url(../images/service/750-1920_global_solution.jpg) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-mt {
  background: url(../images/service/750-1920_marketingtool.jpg) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-recruit_l {
  background: url(../images/recruit/saiyo-03.png) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-recruit_r {
  background: url(../images/service/tell4.jpeg) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-ms {
  background: url(../images/service/750-1920_marketing_solution.jpg) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-ms2 {
  background: url(../images/service/750-1920_marketing_solution2.jpg) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-ms3 {
  background: url(../images/service/750-1920_marketing_solution3.jpg) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-ms4 {
    background: url(../images/service/dmplist/dmplist_ms1920_750.jpg) center center /cover no-repeat;
    margin-bottom: 0px;
  }
.plan-category-mp {
  background: url(../images/service/750-1920_marketingplatform.jpg) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-blog {
  background: url(../images/service/saiyo-03.png) center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-sfa {
  background: url("../images/service/750_1920_sfa.png") center center /cover no-repeat;
  margin-bottom: 0px;
}
.plan-category-crm {
  background: url("../images/service/1920-750-crm.png") center center /cover no-repeat;
  margin-bottom: 0px;
}
/* .plan-category-connector {
   background: url("../images/service/1920-750-connector.png") center center /cover no-repeat;
   margin-bottom: 0px;
}  */
.plan-category-fs {
   background: url("../images/service/1920-750-freshservice.jpg") center center /cover no-repeat;
   margin-bottom: 0px;
} 
.plan-category-ai {
   background: url("../images/service/750-1920_aisolution.jpg") center center /cover no-repeat;
   margin-bottom: 0px;
} 
.plan-category-qw {
    background: url("../images/service/1920-750-quickwork_a.jpg") center center /cover no-repeat;
    margin-bottom: 0px; 
}
.plan-category-esh {
    background: url("../images/service/1920-750-dx_esh.jpg") center center /cover no-repeat;
    margin-bottom: 0px; 
}
.plan-category-blue::before {
  content: '';
  background-color: rgba(51,87,153,0.3);
  position: absolute;
  left: 15px;
  right: 15px;
  top: 103px;
  bottom: 0;
}
.plan-category-orange::before{
  content: '';
  background-color: rgba(204,112,47,0.3);
  position: absolute;
  left: 15px;
  right: 15px;
  top: 103px;
  bottom: 0;
}
.recruit_css {
  margin: 0px 64px;
}
@media only screen and (max-width: 599px) {
       .recruit_css {margin: 0px 60px;}
}
@media only screen and (max-width: 979px) and (min-width: 600px) {
       .recruit_css {margin: 0px 14px;}
}
@media only screen and (max-width: 1366px) and (min-width: 1024px)  {
       .recruit_css {margin: 0px 30px;}
}
.service-blue .plan-title .section-subtitle {
   font-size: 24px;
   line-height: 1.1em;
   margin: 0;
   padding: 24px;
   text-align: left;
   color: #25305c;
   height: 100px;
}
.service-orange .plan-title .section-subtitle {
   font-size: 25px;
   line-height: 1.1em;
   margin: 0;
   padding: 24px;
   text-align: left;
   color: #cc702f;
   height: 100px;
   width: auto;
}
.mr_top1 {
   margin-top: 0px;
}
.mr_top4 {
   margin-top: 0px;
}
.mr_top5 {
   margin-top: 0px;
}
 @media only screen and (max-width: 599px) {
        .tool-2{margin-left: 0px;}
        .service-orange .plan-title .section-subtitle {font-size: 21px;}
        .service-blue .plan-title .section-subtitle {font-size: 21px;}
 }
 @media only screen and (max-width: 979px) and (min-width: 600px) {
        .mr_top2 {margin-bottom:33px;}
        .mr_top3 {margin-bottom:34px;}
        .mr_right {margin-right:0px;}
        .tool-2{margin-left: 80px;}
 }
 @media only screen and (max-width: 992px) and (min-width: 980px)  {
         .mr_top4 {margin-bottom:10px;}
         .mr_top5 {margin-bottom:10px;}
 }
 @media only screen and (max-width: 1200px) and (min-width: 992px)  {
        .mr_top3 {margin-bottom:35px;}
        .mr_top4 {margin-bottom:35px;}
 }
 @media only screen and (max-width: 1366px) and (min-width: 1200px)  {
        .mr_top3 {margin-bottom:0px;}
 }
 @media only screen and (max-width: 1366px) and (min-width: 1024px)  {
        .service-orange .plan-title .section-subtitle {font-size: 21px;}
        .service-blue .plan-title .section-subtitle {font-size: 21px;}
        .mr_top2 {margin-bottom:0px;}
        .mr_top {margin-top: 40px;}
        .mr_right {margin-right:0px;}
        .tool-2{margin-left: 100px;}
 }
 @media only screen and (min-width: 1367px) {
       .service-orange .plan-title .section-subtitle {font-size: 21px;}
       .service-blue .plan-title .section-subtitle {font-size: 21px;}
}
@media only screen and (min-width: 767px) and (max-width:994px) {
  .service-blue .plan-title .section-subtitle, .service-orange .plan-title .section-subtitle { font-size: 16px;}
}
.plan-category-blue li,.plan-category-orange li {
    position: relative;
    display: inline-block;
    font-size: 11.5px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
    border: solid 1.5px #fff;
    border-radius: 3px;
    padding: 10px 15px 10px 15px;
    margin-top: 2px;
}
 @media only screen and (max-width: 979px) and (min-width: 767px) {
         .mr_top1 {margin-bottom: 31px;}
         .plan-category-blue li,.plan-category-orange li {margin-top:unset;}
 }
 @media only screen and (max-width: 979px) and (min-width: 600px) {
        .plan-category-blue li,.plan-category-orange li {
                  font-size: 9px;}
}
.section-subtitle {
   font-size: 30px;
    line-height: 1.1em;
    margin: 0;
    padding: 24px;
}
.plan-title .child-icon {
   position: relative;
}
.plan-title .child-icon::before {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(20px,-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-size: 40px 40px;
}
/*---------service-1ここまで---------*/
/*service*/
.service .service-item {
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 30px;
}
.service .service-item .service-name {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: bolder;
}
.service .overlay {
    margin: 0 auto;
}
.service .service-item>a:hover .overlay:after,
.recruit .recruit-item>a:hover .overlay:after,
.item-h-center>a:hover .overlay:after {
    opacity: 0;
}
.service .service-item>a:hover .overlay__img,
.recruit .recruit-item>a:hover .overlay__img,
.item-h-center>a:hover .overlay__img {
    -webkit-filter: initial;
    filter: initial;
}
.service .service-item_1 {
    box-sizing: border-box;
    padding: 15px 140px;
    margin-bottom: 30px;
}
.service .service-item_1 .service-name {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.2rem;
}
.service .service-item_1 .overlay {
    width: 25%;
    margin: 0 auto;
}
.service .service-item_1>a:hover .overlay:after,
.recruit .recruit-item_1>a:hover .overlay:after {
    opacity: 0;
}
.service .service-item_1>a:hover .overlay__img,
.recruit .recruit-item_1>a:hover .overlay__img {
    -webkit-filter: initial;
    filter: initial;
}
picture {
    display: block;
}
.image_left_mp {
    float: left;
    width: 12%;
}
.text_right_mp {
    width: 82%;
    float: right;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
   .image_left_mp { width: 100%;text-align:center;padding-bottom:20px;}
   .text_right_mp { width: 100%;}
}
/*リングの色、アンダーライン　*/
.link  {
  color: #333c4e;
  border-bottom: 1px dotted #999999;
}
.link:hover {
  color: #dc143c;
  text-decoration: none;
}
.link_b {
  color: #333c4e;
}
.link_b:hover {
  color: #333c4e;
  text-decoration: underline;
}
/*company*/
.chart {
  width:100%;
  max-width:700px;
  margin-bottom:30px;
}
.history_img img {
  height: 130px;
}
.company {
  color: #333c4e;
  overflow: hidden;
  margin-bottom: 48px;
}
.company_top1 {
  margin-left: 10px;
}
.company .company-item {
  margin-bottom: 30px;
}
.company .company-item .company-name {
    margin: 10px 0;
    text-align: center;
}
.company .company-item img {
    width: 100%;
    width: 100%;
    height: auto;
}
.company .company-iad img {
    width: 100%;
    border: 1px solid #CCC;
    border-top: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 2px #F2F2F2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media (min-width: 768px){
    .company-iad {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}
.company .company-iad {
   position: relative;
   height: auto;
}
.company_top {
  margin: 0px -5px;
}
.company .company-iad img {
    background-color: #0000004d !important;
}
.textset {
    margin: 0px;
}
.company .company-iad .textset{
    top: 80%;
    left:47%;
    transform: translate(-50%,-50%);
    padding:0;
    position: absolute;
    margin-top:0%;
    text-align: center;
}
.company .company-iad .textset-0 {
    width: 92%;
    height: 100%;
    background-color: #0000004d;
    position: absolute;
    top: 0px;
    left: 16px;
    border-radius: 5px;
}
.company .company-iad .textset-0:hover {
   background-color: transparent;
}
@media (width: 768px) {.company .company-iad .textset-0 {width: 87%;}}
@media (width: 1024px) {.company .company-iad .textset-0 {max-width: 90%;}}


.textset .enttl {
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 2px;
    text-indent: 5px;
    position: relative;
}
.textset .jpttl {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 3px;
    text-indent: 3px;
}
@media (max-width: 768px) {
    .company .company-item .company-name, .company .company-item .company-title {
        min-height: initial !important;
    }
}
.enkaku {
    line-height: 1.8rem;
}
.enkaku td {
    font-weight: normal;
}
/* case */
.before_color {
   color:#3576AC;
   size:300%;
   font-weight:bold;
}
.after_color {
  color:#F2922;
  size:300%;
  font-weight:bold;
}
/*block q*/
#block_q .company-item{
    padding: 0 5%;
}
/*ダウンロードする*/
.btn_mokuji {
   width: 30%;
   float: left;
   border-radius: 5px;
   position: relative;
}
.btn_mokuji label {
    display: block;
}
.btn_mokuji input {
    display: none;
}
.btn_mokuji .dow_accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.dow_cssacc:checked + .dow_accshow {
    height: auto;
    padding: 20px 20px 10px 50px;
    background: #cccccc40;
    opacity: 1;
    border-radius: 5px;
    border: 1px solid #F1F1F1;
    width: 570px;
    text-align: left;
    margin-bottom: 25px;
}
  @media only screen and (max-width: 599px) {
         .dow_cssacc:checked + .dow_accshow {
                 padding: 20px 20px 20px 30px;
                 width: 279px;
                 margin-bottom: 10px;
         }
}
 @media only screen and (max-width: 979px) and (min-width: 600px) {
         .dow_cssacc:checked + .dow_accshow {
                 padding: 20px 20px 20px 25px;
                 width: 420px;
                 margin-bottom: 10px;
         }
}
.dow_accshow ol {
   list-style-type: decimal;
}
.btn_dl {
   width: 66%;
   float: right;
   padding-left: 5px;
}
.dlbox-l  {
   float: left;
   width: 32.608%;
}
.dlbox-r  {
   float: right;
   width: 58%;
   margin-top: 30px;
}
.dlbox-l1  {
   float: left;
   width: 32.608%;
   padding:21px;
   margin-bottom: 30px
}
.dlbox-r1 {
   float: right;
   width: 52%;
   margin-top: 30px;
}
.download_title {
   font-size: 150%;
   color: #444;
   font-weight: inherit;
   margin-bottom: 20px;
   line-height: 120%;
}
@media only screen and (max-width: 599px) {
   .dlbox-l1{width: 100%;}
   .dlbox-r1{width: 100%;}
   .download_title{font-size: 140%;font-weight: bolder;margin-bottom:20px;}
}
@media only screen and (max-width: 979px) and (min-width: 600px) {
   .download_title{font-size: 170%;font-weight: bolder;margin-bottom:20px;}
}
@media only screen and (max-width: 1366px) and (min-width: 1024px)  {
   .download_title{font-size: 30px;}
}
.mokujibox li {
   margin-bottom: 7px;
}
.news_img1 {
    padding-left: 140px;
}
.news_img2 {
    padding-left: 180px;
}
@media only screen and (max-width: 599px) {
       .news_img1 {padding-left:0px;}
       .news_img2 {padding-left:0px;}
}
.newstable tr, .newstable_1 tr {
    border-bottom: 1px dotted #CCC;
}
.newstable tr td, .newstable_1 tr td {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: none;
}
.newstable td.new-date {
    width: 120px;
}
.newstable td.new-status {
    width: 130px;
}
.newstable td.new-status .status, .newstable_1 td.new-status .status {
    color: #000000;
    font-size: 14px;
    width: 105px;
    display: block;
    text-align: center;
    border-radius: 2px;
}
.newstable td.new-status .status-navy, .newstable_1 td.new-status .status-navy {
  border: 1px solid #000000;
  background: #FFFFFF;
}
.view-more-news {
    text-align: right;
    display: block;
    width: 100%;
    margin: 20px 10px 0 0;
}
.newstable_1 {display: none;}
@media (max-width: 450px) {
    .newstable {display: none;}
    .newstable_1 { display: block;}
    .newstable_1 td.new-date { width: 30%; padding-left:10px;}
    .newstable_1 td.new-status { width:65%}
}
/* link 色とマウスを乗せる時赤*/
.linkcolor {
    color: #333c4e;
}
.linkcolor:hover {
    color: #DC143C;
}
/*recruit*/
.recruit .recruit-item {
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 30px;
}
.recruit .recruit-item .overlay {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
}
@media (max-width: 450px) { .recruit .recruit-item .overlay { width: 90%;}}
/*members*/
.members {
    margin: 50px;
}
.members .member img {
    width: 70%;
}
.members .member {
    text-align: center;
    padding-top: 30px;
}
.members .member img, .members .member1 img {
     width: 70%;
 }
.members .member1 {
    text-align: center;
}
@media only screen and (max-width: 599px) {
        .members {margin: 0px;}
        .members .member, .members .member1 {padding-top: 0px;}
        .members .member img, .members .member1 img {display: none;}
}
/*security*/
.security-list {
    text-align: center;
    margin-top: 15px;
}
.security-list p {
   text-align: left;
}
.security-list h4 {
    margin-top: 1rem;
    font-size: 1.2rem;
}
.image_left {
   width: 25%;
   float: left;
   margin-top: 30px;
   padding-left: 20px;
}
 @media only screen and (max-width: 599px) {
   .image_left {
              width: 90%;
              margin-top: 30px;
              text-align:center;
    }
    .case_btn{text-align:center;}
}
 @media only screen and (max-width: 979px) and (min-width: 600px) {
        .image_left {
               width: 90%;
               float: left;
               margin-top: 30px;
               text-align:center;
         }
}
.text_right {
  width: 75%;
  float: right;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left:8px;
}
 @media only screen and (max-width: 599px) {
        .text_right {
              width: 100%;
              margin-top: 30px;
         }
 }
 @media only screen and (max-width: 979px) and (min-width: 600px) {
        .text_right {
             width: 100%;
             float: right;
             margin-top: 30px;
             margin-bottom: 20px;
         }
}
.text_right1 {
  float:left;
  padding-left: 15px;
  padding-right:15px;
  margin-bottom: 10px;
}
.text_right2 {
  width: 75%;
  float:right;
  margin-left: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
}
 @media only screen and (max-width: 979px) and (min-width: 600px) {
        .text_right2 {width:100%;}
        .text_right1 {padding-left: 0px;}
 }
 @media only screen and (max-width: 599px) {
        .text_right2 {
             width: 94%;
             float: right;
             margin-top: 15px;
             margin-right: 10px;
        }
}
.text_right2 p{
  line-height: 1.3;
}
.text_right4 {
  float: left;
  padding-left: 40px;
  padding-top: 20px;
}
.text_right4_1 {
  float: left;
  padding-left: 13px;
  padding-top: 20px;
}
 @media only screen and (max-width: 599px) {
        .text_right4 img {display:none;}
        .text_right4_1 img {display:none;}
 }
 @media only screen and (max-width: 979px) and (min-width: 600px) {
        .text_right4 {display:none;}
        .text_right4_1 img {display:none;}
 }
.text1 {
  text-align: center;
}
.table {
  border: 1px solid #748796;
  padding: 20px;
  border-radius: 5px;
}
.line, .line_1 {
  text-align: center;
  margin: 20px auto;
  font-size: 200%;
  background: url(../images/product/bg.png) repeat-x;
  color: #444;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 120%;
  background-color: #FFF;
}
.line {
  font-size: 200%;
}
@media only screen and (max-width: 599px) {
       .line {font-size:120%}
}
.line_1 {
  font-size: 150%;
}
.line span {
  background-color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
}
.color {
  font-size: 120%;
  color: #3576AC;
  margin-bottom: 20px;
  font-weight: bold;
}
.color02 {
  font-size: 120%;
  color: #ac353b;
  margin-bottom: 20px;
  font-weight: bold;
}
.color-qw {
    font-size: 120%;
    color: #5469d4;
    /* margin-top: 20px; */
    margin-bottom: 20px;
    font-weight: bold;
}
.kobetsubox {
   width: 100%;
   margin-bottom: 10px;
   border: 1px solid #CCC;
   padding: 1%;
   display: block;
   border-radius: 5px;
   border-radius: 5px;
}
.kobetsubox_l {
   float: left;
   width: 27%;
   border: 1px solid #CCC;
   border-top: 1px solid #F2F2F2;
   border-left: 1px solid #F2F2F2;
   box-shadow: 2px 2px 2px #F2F2F2;
}
.kobetsubox_l01 {
   float: left;
   width: 20%;
   border: 1px solid #CCC;
   border-top: 1px solid #F2F2F2;
   border-left: 1px solid #F2F2F2;
   box-shadow: 2px 2px 2px #F2F2F2;
}
  @media only screen and (max-width: 599px) {
         .kobetsubox_l {
             width: 100%;
             text-align: center;
             border: none;
             border-top: none;
             border-left: none;
             box-shadow: none;
         }
		          .kobetsubox_l01 {
             width: 100%;
             text-align: center;
             border: none;
             border-top: none;
             border-left: none;
             box-shadow: none;
         }
  }
.kobetsubox_r {
   float: right;
   width: 71%;
}
.kobetsubox_r01 {
   float: right;
   width: 78%;
}
 @media only screen and (max-width: 599px) {
         .kobetsubox_r {width: 99%;}
		    .kobetsubox_r01 {width: 97%;}
         .kobetsubox_r .recruit-button {
            padding-left: 55px;
            padding-right: 55px;}
  }
 @media only screen and (max-width: 375px) {
         .kobetsubox_r .recruit-button {
            padding-left:35px;
            padding-right: 35px;}
         .kobetsubox_r .recruit-button p {font-size:16px;}
}
.kobetsubox:after {
  content: "";
  clear: both;
  display: block;
}
.ba_before {
  border: 1px solid #3576AC !important;
  padding: 32px;
  width: 40%;
}
.ba_after {
  border: 1px solid #F2922E !important;
  padding: 20px;
  width: 40%;
}
.ba_before p{
  color:#3576AC;
  size:300%;
  font-weight:bold;
}
.ba_after p{
  color:#F2922E;
  size:300%;
  font-weight:bold;
}
.ba_before ul li, .ba_after ul li{
   padding-bottom:10px;
}
.ba_before ul li { list-style-image: url(../images/batsu.png);}
.ba_after ul li {list-style-image: url(../images/maru.png);}
.ba_before_mb {
  border: 1px solid #3576AC !important;
  padding: 32px;
  width: 100%;
}
.ba_after_mb {
  border: 1px solid #F2922E !important;
  padding: 32px;
  width: 100%;
}
.ba_before_mb p{
  color:#3576AC;
  size:300%;
  font-weight:bold;
}
.ba_after_mb p{
  color:#F2922E;
  size:300%;
  font-weight:bold;
}
.ba_before_mb ul li, .ba_after_mb ul li{
   padding-bottom:10px;
}
.ba_before_mb ul li { list-style-image: url(../images/batsu.png);}
.ba_after_mb ul li {list-style-image: url(../images/maru.png);}
.befo_atf {
   display: none;
}
.ba1_before {
  border: 2px solid #3576AC !important;
  padding: 30px;
  width: 40%;
}
.ba1_after {
  border: 2px solid #F2922E !important;
  padding: 30px;
  width: 40%;
}
.ba1_before p{
  color:#3576AC;
  font-size:160% !important;
  font-weight:800;
}
.ba1_after p{
  color:#F2922E;
  font-size:160% !important;
  font-weight:800;
}
.ba1_before ul li, .ba1_after ul li{
   padding-bottom:10px;
   font-size:120%;
  font-weight:400;
}
.ba1_before ul li { list-style-image: url(../images/maru1.png);}
.ba1_after ul li {list-style-image: url(../images/maru.png);}
.ba1_before_mb {
  border: 1px solid #3576AC !important;
  padding: 32px;
  width: 100%;
}
.ba1_after_mb {
  border: 1px solid #F2922E !important;
  padding: 32px;
  width: 100%;
}
.ba1_before_mb p{
  color:#3576AC;
  size:300%;
  font-weight:bold;
}
.ba1_after_mb p{
  color:#F2922E;
  size:300%;
  font-weight:bold;
}
.ba1_before_mb ul li, .ba_after_mb ul li{
   padding-bottom:10px;
}
.ba1_before_mb ul li { list-style-image: url(../images/maru1.png);}
.ba1_after_mb ul li {list-style-image: url(../images/maru.png);}
.befo1_atf {
   display: none;
}

 @media only screen and (max-width: 599px) {
        .befo_atf {
             display: inherit;
        }
        .before_after {
             display: none;
        }
		        .befo1_atf {
             display: inherit;
        }
 }
table {
  width: 100%;
  vertical-align: middle;
  border-collapse: collapse;
}
.middle {
  vertical-align: middle;
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
li a {
  color: #444444;
}
.mini {
  border: none;
}
table th.tplus, table td.tplus {
    border-top: solid 1px #CCC;
}
table th.lplus, table td.lplus {
    border-left: solid 1px #CCC;
}
th.green {
    color: #FFF;
    background: #25305c;
}
#fw {
    font-size: 120%;
}
#fw_small{
    font-size: 90%;
    font-weight: bold;
}
.sp th,.sp td {
    padding: 20px;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    width: 12%;
    line-height: 150%;
    font-size: 100%;
    text-align: leftr;
}
@media only screen and (max-width: 599px) {
       .sp th,.sp td {font-size: 50%;}
}
table td {
    background: #FFF;
}
.f1 td {
    background: #F1F1F1;
}
th.tal {
    text-align: left;
}
.help1, .help2 {
    width: 100%;
    float: inherit;
}
.help2 {
    width: 45%;
    float: right;
}
.help1 {
    width: 45%;
    float: left;
}
 @media only screen and (max-width: 599px) {
        .help2 {
           width: 100%;
           float: none;
        }
        .help1 {
           width: 100%;
           float: none;
        }
 }
/* telesales */
.qabox {
    height: 500px;
}
div.qatext {
    height: 130px;
}
p.qatext {
    font-size: 200%;
    line-height: 150%;
}
.qatext p {
    padding-top: 30px;
    font-size: 200%;
    line-height: 150%;
}
div.ynpack {
    width: 350px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.yes {
    margin: 10px 0 30px 0;
}
p.yes a, p.no a {
    color: #FFF;
    font-size: 150%;
}
.yes a {
    background-color: #25305c;
    padding: 10px 50px;
    border: #E95711;
    color: #FFFFFF;
    -webkit-background-clip: padding-box;
    box-shadow: inset -1px -1px 2px rgba(0,0,0, 0.6), inset 1px 1px 2px rgba(255,255,255,0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.no a {
    background-color: #25305c;
    padding: 10px 50px;
    border: #E95711;
    color: #FFFFFF;
    -webkit-background-clip: padding-box;
    box-shadow: inset -1px -1px 2px rgba(0,0,0, 0.6), inset 1px 1px 2px rgba(255,255,255,0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.fr {
    float: right;
}
.no {
    margin: 10px 0 30px 0;
}
.fl70 {
    float: left;
    width: 70%;
}
.servicewaku {
    border: 2px solid #25305c;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.subtitle {
    padding-top: 50px;
    font-size: 130%;
    color: #25305c;
    font-weight: bold;
}
.sindantitle {
    font-size: 250%;
    line-height: 200%;
    width: 70%;
    text-align: left;
    border: none;
}
.sindantitle h1 {
    font-size: 200%;
    color: #333;
    margin-bottom: 20px;
    font-weight: normal;
}
div.qawrap {
    width: 700px;
    margin: 0 auto;
}
.btn_diagnose {
    text-align: center;
}
.diagnose {
   width:700px;
   margin:0 auto;
}
.text_size {
   width: 92%;
   margin: 0 auto;
}
.step1_tele {
    background-image: url(../images/service/step1.png);
}
.step2_tele {
    background-image: url(../images/service/step2.png);
}
.step3_tele {
    background-image: url(../images/service/step3.png);
}
.step4_tele {
    background-image: url(../images/service/step4.png);
}
.step5_tele {
    background-image: url(../images/service/step5.png);
}
.step1_tele, .step2_tele, .step3_tele, .step4_tele, .step5_tele {
    background-repeat: no-repeat;
}
.supportbox_tele {
    width: 96%;
    margin: 0 auto;
}
.step-r_tele {
    display: table-cell;
    width: 85%;
    float: right;
}
.flowbox-top_tele {
    border-top: 1px solid #E2E1E5;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 1px 0px #FFF;
}
.flowbox_tele, .flowbox-top_tele, .flowbox-bottom_tele {
    background: #FFF;
    padding: 25px 30px 30px 30px;
    border: 1px solid #E2E1E5;
    box-shadow: 0px 1px 0px #FFF;
    border-top: none;
    border-bottom: none;
}
.step-r_tele h4 {
    margin-bottom: 0;
    font-weight: bold;
}
.step-r_tele h4 {
    font-size: 120%;
    color: #25305c;
    margin-bottom: 5px;
}
.step-r-l_tele {
    float: left;
    width: 63%;
}
.step-r-r_tele {
    float: right;
    width: 35%;
    text-align: right;
}
.supportbox_tele img {
    border: none;
    box-shadow: none;
    background: none;
}
.flowbox-bottom_tele {
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #E2E1E5;
    box-shadow: 0px 1px 0px #FFF;
}
.flowbox-top_tele {
    border-top: 1px solid #E2E1E5;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 1px 0px #FFF;
}
.service_img2 {
   width: 1080px;
   height: 540px;
}
.service_img3 {
   width: 900px;
   height: 536px;
}
@media only screen and (max-width: 599px) {
   .service_img2 {width:100%;height:200px;}
   .step-r-l_tele{float:none;width: 75%;}
   .step-r_tele{width:75%;}
   .supportbox_tele img{display:none;}
   .supportbox_tele{width:100%}
}
.telesale_moji {
   width: 80%;
   margin: 0 auto;
}
.kiro_bgr {
   background: #fffbe6;
   padding: 25px 25px;
}
.telesale_box_two {
  width: 45%;
  height: 760px;
  padding: 21px 40px;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  background: #fffbe6;
  color: #000000;
  float: right;
  margin: 10px 25px;
}
.telesale_box_two2 {
  width: 100%;
  padding: 21px 40px;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  background: #fffbe6;
  color: #000000;
  float: right;
  margin: 10px 25px;
}
.telesale_box_two3 {
  width: 45%;
  height: 450px;
  padding: 21px 40px;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  background: #fffbe6;
  color: #000000;
  float: right;
  margin: 10px 25px;
}
.telesale_st {
  margin-left: 60px;
}
.uriage_r {
    float: right;
    width: 60.458%;
}
.diag-banner {
    border-radius: 5px;
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-top: 30px;
}
@media only screen and (max-width: 599px) {
       .uriage_r{width: 91.458%;margin:10px 25px;}
       .telesale_box_two{width: 100%;margin: 10px 0px;height:auto;}
       .telesale_box_two2{width: 100%;margin: 10px 0px;padding: 21px 7px;}
       .telesale_box_two3{width: 100%;margin: 10px 0px;height:auto;}
       .telesale_st{margin-left:0px;font-size:15px;}
}
@media only screen and (max-width: 979px) and (min-width: 600px) {
       .telesale_box_two{width: 42%;height:1055px;}
}
@media only screen and (max-width: 1366px) and (min-width: 1024px)  {
       .telesale_box_two{width: 43%;height:900px;}
}
.uriage_l {
    width: 49.458%;
    text-align: left;
}
@media only screen and (max-width: 599px) {
       .uriage_l {width:100%;text-align:center;}
}
p.titlelink {
    font-size: 110%;
    line-height: 120%;
    text-align: center;
    margin-bottom: 50px;
}
h3.underline {
    border-bottom: 1px solid #E2E1E5;
    padding: 10px 0;
    box-shadow: 0px 1px 0px #FFF;
    text-align: left;
    margin-bottom: 20px;
}
img.ma-top-lg {
  margin-top: 50px;
}
.img_right, .img_left {
    text-align: center;
    margin-bottom: 20px;
}
.img_left, .text-left {
    float: none;
    margin: 0 auto;
    width: 90%;
}
.text-right {
    float: right;
    width: 70%;
}
.img_left {
    float: left;
    width: 25%;
}
div.pro_l {
    float: left;
    font-size: 75%;
}
ul.pro_list {
    margin: 0 0 0 20px;
    list-style-type: disc;
    font-weight: normal;
}
 @media only screen and (max-width: 599px) {
        ul.pro_list {
           margin: 0 12px 0 20px;
        }
 }
 @media only screen and (max-width: 979px) and (min-width: 600px) {
        ul.pro_list {
           margin: 0 -46px 0 20px;
        }
        .img_left {
           width: 100%;
        }
 }
 @media only screen and (max-width: 1366px) and (min-width: 1024px)  {
        ul.pro_list {
           margin: 0 -46px 0 20px;
        }
 }
div.pro_r {
    float: right;
    font-size: 75%;
}
.text-center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
   text-align: right;
}
.bg {
    padding: 20px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100% !important;
    border-left: 1px solid #F2F2F2;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 1px 0px #FFF;
    border-top: 1px solid #E2E1E5;
    background: #c4c8cc4f;
}
h1.othermain {
    font-size: 140%;
    line-height: 140%;
}
h1.othermain {
    font-size: 190%;
    color: #26333F;
    text-align: left;
}
.service_navi {
    float: left;
    margin-right: 34px;
    padding: 20px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 28%;
    text-align: center;
    min-height: 160px;
    border-left: 1px solid #F2F2F2;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 1px 0px #FFF;
    border-top: 1px solid #E2E1E5;
    background: #FFF;
    font-size: 20px;
}
 @media only screen and (max-width: 599px) {
        .service_navi {
             width: 100%;
        }
 }
.accbox {
    padding: 0;
    max-width: 1080px;/*最大幅*/
}
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color : #25305c;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
    padding-left: 50px;
    background-image: url(../images/faq/dr_question2.png);
    background-repeat: no-repeat;
    background-position: 4px 9px;
    line-height: 160%;
    margin-bottom: 20px;
    border-radius: 30px;
    /*border: 2px solid #25305c;*/
}
@media only screen and (max-width: 599px) {
       .accbox label {background-position: 13px 8px;}
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.cssacc:checked + .accshow {
    height: auto;
    padding: 18px;
    opacity: 1;
    padding-left: 60px;
    background-image: url(../images/faq/dr_answer2.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
}
p.answer {
    padding-left: 35px;
    background-image: url(../images/faq/dr_answer2.png);
    background-repeat: no-repeat;
    background-position: 0;
    line-height: 200%;
    font-size: 150%;
    color: #001252;
}
#nav-wrap {
    background: #FFF;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #E2E1E5;
    box-shadow: 0px 1px 0px #FFF;
}
.globalnav {
    width: 100%;
    margin: 0 -17px;
    font-size: 90%;
}
 @media only screen and (max-width: 599px) {
        .globalnav {
            margin: 1px 1px;
        }
 }
 @media only screen and (max-width: 979px) and (min-width: 600px) {
        .globalnav {
            margin: 0px 0px;
        }
 }
ul#nav {
    margin: 0 auto;
    background-color: #25305c;
    border-radius: 10px;
}
ul#nav li {
    height: 45px;
    list-style: none;
    text-align: center;
}
.globalnav ul li:hover {
    background-color: #566cc3;
    border-radius: 10px;
}
.globalnav a {
   text-decoration: none;
}
.globalnav ul li {
    float: left;
}
.globalnav ul li a {
    border-bottom: none;
    vertical-align: middle;
    color: white;
    display: block;
    padding: 5px 5px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 40px;
}
/* dr.marketing faq */
.dr_accbox {
    margin: 2em 0;
    padding: 0;
}
.dr_accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color : #FFFFFF;
    font-weight: bold;
    background : #175f87;
    cursor :pointer;
    transition: all 0.5s;
    padding-left: 60px;
    background-image: url(../images/faq/dr_question2.png);
    background-repeat: no-repeat;
    background-position: 13px 9px;
    line-height: 160%;
    margin-bottom: 20px;
    border-radius: 30px;
}
.dr_accbox input {
    display: none;
}
.dr_accbox .dr_accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.dr_cssacc:checked + .dr_accshow {
    height: auto;
    padding: 5px;
    margin-bottom: 20px;
    background: #ffffff;
    opacity: 1;
    padding-left: 60px;
    background-image: url(../images/faq/dr_answer2.png);
    background-repeat: no-repeat;
    background-position: 20px 5px;
}
p.dr_answer {
    padding-left: 35px;
    background-image: url(../images/faq/dr_answer2.png);
    background-repeat: no-repeat;
    background-position: 0;
    line-height: 200%;
    font-size: 120%;
    color: #3576AC;
}
p.dr_question {
    padding-left: 35px;
    background-image: url(../images/faq/dr_question3.png);
    background-repeat: no-repeat;
    background-position: 0;
    line-height: 200%;
    font-size: 120%;
    color: #444444;
}
p.qa {
    padding-left: 35px;
}
.dr_kinoumei {
    background: #f8f9fa;
    color: #25305c;
    font-size: 84%;
    padding: 5px;
    margin-left: 10px;
    white-space: nowrap;
    border-radius: 3px;
}
/* beforeとAfterの間に */
.triangle {
    width: 5%;
    padding: 15px;
    vertical-align: middle;
}
/* download 一覧 */
.kinou_panels_mr {
    margin-bottom: 200px;
}
.product_dl {
    display: inline-block;
    vertical-align: middle;
    max-width: 350px;
    margin: 0px 0px 0px 0px;
}
 @media only screen and (max-width: 599px) {
    .product_dl{margin: 0px 30px 0px 40px;}
 }
.download_btn {
    margin-bottom: 250px;
    float: right;
    margin-right:18px;
}
.product_dr {
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 55%;
}
.btn_download {
   padding-top: 25px;
}
.pr {
   margin-left: 130px;
}
 @media only screen and (max-width: 979px) and (min-width: 600px) {
        .pr {margin-left: 28px;}
}
/* scene */
.kinoubg_mini {
    padding: 20px;
    border-radius: 5px;
}
.kinoubg_mini p {
    color:#FFF; 
}
.scene_opacity {
  opacity: 0.3;
}
.scene_background1 {
  background: #92DBE2;
}
.scene_background2 {
  background: #58A5D1;
}
.scene_background3 {
  background: #2084BD;
}
.scene_background4 {
  background: #175F87;;
}
.scene_greebox {
  background:#58A5D1;
  padding:10px 20px;
  font-size:150%;
  color:#FFF;
  border-radius:5px;
}
.greebox_suji {
  border-top:1px solid #FFF;
  padding-top:5px;
}
/* marketing_tool */
.why, .price, .scene, .product, .comparison, .kinou_tool {
  width: 96%;
  margin: 0 auto;
}
.product {
  margin-top: 100px;
}
.product_list {
  margin-top: 200px;
}
.product_dr {
  width: 98%;
  margin: 0 auto;
}
.product div h5 {
  color: #444;
  font-weight: bold;
}
.price_suji {
  font-size: 200%;
  font-weight: bold;
}
th.price_th {
  width:20%;
  text-align: center;
}
th.price_th2 {
  width:30%;
  text-align: center;
}
th.price_th3 {
  width:16.6%;
  text-align: center;
}
th.price_th4 {
  width:10%;
  text-align: center;
}
th.price_th5 {
  width:50%;
  text-align: center;
}
.price_cost {
  color: #0c0c0c;
  vertical-align: middle;
}
.price_box_two {
  width: 45%;
  text-align: center;
  padding: 21px 0px;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  background: #fffbe6;
  color: #000000;
  float: right;
  margin: 10px 25px;
}
.price_moji {
  float:left;
  margin-left: 30px;
}
.price_box {
  width: 100%;
  text-align: center;
  padding: 21px 0px;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  background: #fffbe6;
  color: #000000;
  float: right;
}
.price_box p {
  float: right;
  margin: 35px 169px;
  font-size: 20px;
}
@media only screen and (max-width: 599px) {
       .price_box{width:100%;margin-right:0px;}
       .price_box p {margin: 13px 60px;}
       .price_box_two{width:90%;}
}
@media only screen and (max-width: 979px) and (min-width: 600px) {
       .price_box{width:100%;margin-right:0px;}
       .price_box p {margin: 21px 68px;}
       .price_box_two{width:42%;}
}
@media only screen and (max-width: 1366px) and (min-width: 1024px)  {
       .price_box{width:100%;margin-right:0px;}
       .price_box p {margin: 22px 125px;}
       .price_box_two{width:44%;}
}
.kinou_panel {
  display: inline-block;
  text-decoration: none;
  color: #212529;/*アイコン色*/
  width: 80px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  margin: 19px 47px;
  font-size: 40px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  background-image: linear-gradient(#e9ecef 0%, #ffffff 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #b5b5b5;
}
@media only screen and (max-width: 360px) {
       .kinou_panel{
            margin: 3px 35px;
            width: 62px;
            height:62px;
            font-size: 0px;}
       .kinou_panel img {width:41%;}
       .kinou_tool{width:100%}
}
@media only screen and (max-width: 599px) and (min-width: 361px) {
       .kinou_panel{margin: 6px 38px;}
       .kinou_tool{width:100%}
}
@media only screen and (max-width: 979px) and (min-width: 600px) {
       .kinou_panel{margin: 10px 67px;}
}
.riyu_consulting {
   width: 73%;
   margin: 6px 1px;
}
.kinou_panel:hover {
   box-shadow: 0 4px #CCC;
   transform: translateY(3px);
}
.tool_font {
   font-size: 24px;
}
.three_button {
   margin-top: 3px;
   margin-right:200px;
}
h2 {
  font-size: 200%;
  font-weight: bold;
  color: #444;
  margin-bottom: 30px;
  line-height: 120%;
}
.last {
  margin-right: 0!important;
}
.cd {
   clear: both;
}
hr.erase {
    clear: both;
    border: none;
    margin: 1em;
}
hr.hr-last {
    margin: 50px 0 0 0;
    padding-bottom: 50px;
    border: none;
    visibility: hidden;
}
.service {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
}
.navibox {
    float: left;
    width: 29.791%;
    margin-right: 40px;
    text-align: center;
    padding: 10px 0;
}
.b_blue {
    background: #3576AC;
}
.b_green {
    background: #77A167;
}
.b_yellow {
    background: #B8CC21;
}
.b_blue_btn {
    background: #5D91BD;
}
.b_green_btn {
    background: #92B485;
}
.lead_blue_btn {
    background: #3576AC;
    padding: 9px 5px;
}
.b_yellow_btn {
    background: #C6D64D;
}
.b_blue_btn, .b_green_btn, .b_yellow_btn {
    padding: 10px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 90%;
}
.b_blue, .b_green, .b_yellow {
    min-height: 240px;
}
.greenbtn {
    margin-top: 20px;
}
.greenbtn {
    padding: 10px 40px;
    background: #3576ac;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.btn_tool {
    border: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #fff;
    transition: none;
    border-radius: 5px;
    margin-bottom: 10px;
}
.b_blue p, .b_green p, .b_yellow p {
    color: #FFF;
}
.btn_tool:hover {
    transform: translateY(3px);
}
.btn_tool:active {
    color: #ddd;
    background: #ddd;
    box-shadow: 0 0 0 #ddd, 0 0 0 rgba(0,0,0,.2);
    transform: translateY(6px);
    transition-duration: .1s;
}
.greybox {
    padding: 20px;
    background: url(../images/service/dr.tool/white_wall_hash_2X.png);
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}
.img_right-l {
    float: right;
}
.img_right-l2 {
    float: right;
    width: 40%;
}
.text_left-r {
    width: 50%;
}
 @media only screen and (max-width: 768px) {
        .text_left-r {
             width: 100%;
        }
        .img_right-l2 {
           width: 100%;
           text-align: left;
        }
        .img_right-l {
             width: 100%;
             text-align: center;
        }
        .nomobile_02 {display:none;}
}
ul.asterisk li:before {
    display: inline;
    content: "※";
}
div.tablecase {
    position: relative;
}
.onlypc {
    display: none;
}
.d-box {
    border: 1px solid #748796;
    padding: 10px;
    border-radius: 5px;
    margin: 0 5px;
}
.denwadobox {
   float: left;
   width: 29%;
   margin-right: 46px;
   text-align: center;
}
.denwadobox_2 {
   float: left;
   margin: 10px;
   width: 47%;
   text-align: center;
   border: 1px solid  #748796;
   border-radius: 8px;
   background-color:#fff;
   padding:20px;
   box-shadow: 0 0px 3px 0 rgba(0, 0, 0, .8);
}

.btn_mb {
   text-align: left;
}
 @media only screen and (max-width: 599px) {
        .btn_mb {
            text-align: center;
        }
}
/*mobie only */
@media only screen and (max-width: 599px) {
         .denwadobox {
             float: left;
             width: 100%;
             text-align: center;
            }
         .dlbox-l {
             float: left;
             width: 100.608%;
            }
          .dlbox-r {
             float: right;
             width: 95%;
             margin-top: 30px;
            }
           .btn_dl {
             width: 100%;
             padding-left: 30px;
           }
           .btn_mokuji {
             width: 72%;
             margin-left: 30px;
           }
           .pr {
              margin-left: 15px;
           }
           .product_dr {
              float: right;
              width: 95%;
           }
           .product_dr h2 {font-size:150%;}
           .navibox {
              float: left;
              width: 100.791%;
              margin-right: 40px;
              text-align: center;
              padding: 10px 0;
           }
 }
 @media only screen and (max-width: 979px) and (min-width: 600px) {
         .denwadobox {
             float: left;
             width: 26%;
             margin-right: 46px;
             text-align: center;
           }
         .btn_mokuji {
             width: 78%;
             margin-left: 0px;
           }
          .btn_dl {
             width: 102%;
             float: right;
             padding-left: 5px;
           }
          .navibox {
             float: left;
             width: 28.791%;
             margin-right: 40px;
             text-align: center;
             padding: 10px 0;
          }
 }
 @media only screen and (max-width: 1366px) and (min-width: 1024px)  {
         .denwadobox {
              float: left;
              width: 28%;
              margin-right: 46px;
              text-align: center;
           }
         .pr {margin-left: 145px;}
 }
.riyu_img {
   margin: 15px 130px;
}
@media only screen and (max-width: 599px) {
       .riyu_img{margin: 15px 0px;}
}
@media only screen and (max-width: 979px) and (min-width: 600px) {
       .riyu_img{margin: 0px 0px;width:57%}
}
@media only screen and (max-width: 1366px) and (min-width: 1024px)  {
       .riyu_img{margin: 1px 93px;width:55%}
}
/* Global Solution */
.kobetsubox_gs {
    width: 100%;
    margin-bottom: 10px;
    padding: 2%;
    display: block;
}
.kobetsubox_gs_l {
   float: left;
   margin-bottom: 30px;
   width: 45%;
}
.kobetsubox_gs_r {
   float: right;
   width: 51%;
}
.asean{
    margin-top: 110px;
}
.kobetsubox_pt {
    width: 100%;
    margin-bottom: 10px;
    padding: 2%;
    display: flex;
    align-items: center;
}
.kobetsubox_asean_l {
   /* width: 45%; */
   width: 31%;
   margin-left: 70px;
   margin-bottom: 30px;
}
.kobetsubox_asean_r {
   /* width: 50%; */
   width: 60%;
}
.kobetsubox_india_l {
    width: 30%; 
}
.kobetsubox_india_r {
    width: 60%;
    margin-left: 80px;
    margin-bottom: 15px;
}
.mohandas-name {
    color: #3576AC;
}
.keireki_title {
    margin-top: 25px;
}
.mohandas-text {
    margin: 20px 0;
}
.button-group-pt .button {
    color: #25305c;
    background-color:#FFF;
    float: left;
    margin: 30px 5px 30px 0px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #25305c
}
.button-group-pt .button:hover {
    color: #FFF;
}
.button-group-pt .button {
    padding: 0.5em 1em;
}
@media only screen and (max-width: 599px) {
       .kobetsubox_gs_l {width:100%;margin-bottom:20px;}
       .kobetsubox_gs_r {width:100%;}
       .kobetsubox_pt {display: block;}
       .kobetsubox_asean_l {width:100%;margin-bottom:20px;margin-left:0px;text-align: center;}
       .kobetsubox_india_l {width:60%;margin: 20px auto;margin-top: 0px;}
       .kobetsubox_asean_r, .kobetsubox_india_r {width:100%;margin-left: 0px;}
       .keireki_title {margin-top: 0px;}
       .asean {margin-top: 80px;}
       .asean02 {margin-top: 0px;}
       .button-group-pt .button {margin: 0 5px 30px 0;padding: 0.5em;}
}
@media only screen and (max-width: 979px) and (min-width: 600px) {
       .kobetsubox_gs_l {width:39%;}
       .kobetsubox_gs_r {width:55%;}
       .kobetsubox_asean_l {width:39%;margin-left:0px;text-align: center;}
       .kobetsubox_india_l {width:39%;text-align: center;}
       .kobetsubox_asean_r, .kobetsubox_india_r {width:55%;margin-left: 30px;}
       .keireki_title {margin-top: 0px;}
       .asean {margin-top: 80px;}
       .asean02 {margin-top: 0px;}
       .button-group-pt .button {margin: 0 5px 30px 0;padding: 0.5em;}
}
.check_box:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f14a";
    font-weight: 900;
    margin-right: 10px;
}
.gs_title {
    font-size:120%;
    font-weight: bold;
}
.recommend {
    font-weight: bold;
    margin: 15px 0;
}
.b2-asean{
    margin-top: 50px;
}
/* gather */
div#main {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
div#main_top {
    width: 94%;
    overflow: hidden;
    margin: 0 auto;
}
.button-group {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    zoom: 1;
    display: inline;
}
.button-group a {
  margin: 0px 5px 5px 0px;
}
.button.primary {
    font-weight: bold;
}
.button-group .button {
    color: #25305c;
    background-color:#FFF;
    float: left;
    margin: 30px 5px 30px 0px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #25305c
}
.button-group .button:hover {
    color: #FFF;
}
.button-group-qw .button {
    color: #25305c;
    background-color:#FFF;
    float: left;
    margin: 30px 5px 30px 0px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #25305c
}
.button-group-qw .button:hover {
    color: #FFF;
}
.button-group-2 .button {
    color: #25305c;
    background-color:#FFF;
    float: left;
    margin: 30px 5px 30px 0px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #25305c
}
.button-group-2 .button:hover {
    color: #FFF;
}
.button-group-2 .button:first-child {
    border: 2px solid #ff9359;
    color: #ff9359;
}
.button-group-2 .button:first-child:hover{
    color: #fff;
}
@media only screen and (max-width: 599px) {
       .button-group .button { display:none;}
}
@media only screen and (max-width: 979px) and (min-width: 600px) {
       .button-group .button {margin-top:10px;}
}
.button {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.5em 0.7em;
    border: 1px solid #FFFFFF;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font: 11px/normal sans-serif;
    color: #666;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 0.5em;
    zoom: 1;
    /* *: ; */
    display: inline;
}
.button-group-qw .button {
    padding: 0.5em 4em;
}
.align_r {
    text-align: right;
    clear: both;
}
.big { font-size: 120%;}
/*.big_00 { font-size: 150%;}*/
.bold { font-weight: bold;}
p.para {
    margin-top: 0.75em;
}
.small80 {
    font-size: 80%;
    color: #333333;
    padding-left: 2px;
}
.button:hover, .button:focus, .button:active, .button.active {
    border-color: #666666;
    border-bottom-color: #2a65a0;
    text-decoration: none;
    color: #335799;
    background-color: #25305c;
}
div.main_box ol.ei_list {
    margin: 0;
    overflow: hidden;
    list-style:none;
}
.coder td.bnf, .coder td.bn {
    border: none;
}
.coder td.bnf, .coder td.bbf {
    padding: 20px 15px 0px;
}
.coder td.br {
    border-right: none;
}
.coder td.bn, .coder td.bb, .coder td.br {
    padding: 7px 15px 0px;
}
.coder td.bbf, .coder td.bb {
    border-bottom: none;
}
.coder td.br {
    border-right: none;
}
.coder td.br {
    padding: 7px 15px 20px;
}
.coder_00, .iot {width:100%; font-weight: 600;}
@media only screen and (min-width: 768px) {
.coder_00 th {width:13%;}
.coder_00 td {width:80%;}
}
@media only screen and (max-width: 760px) {
   .coder_00 th {width:30%;}
   .coder_00 td {width:70%;}
}
div.eidata {
    padding: 20px;
    border: 1px solid #CCCCCC;
}
.smallmoji {
    font-size: 100%;
    line-height: 160%;
}
.smallmoji_title {
    vertical-align: top;
    width: 160px;
}
/* analyze */
ul.cp_list {
        padding:0.5em;
        list-style-type:none;
}
ul.cp_list li {
        position:relative;
        padding: 0em 0.3em 0.3em 1.3em;
}
ul.cp_list li:before {
        position:absolute;
        content:'';
        top: 0.5em;
        left: 0.2em;
        height:0;
        width:0;
        border-style: solid;
        border-width: 6px 0 6px 9px;
        border-color: transparent transparent transparent #3F51B5;
}
.data_cl {
    background: url(../images/service/yajirushi.svg) left bottom no-repeat;
}
 @media only screen and (max-width: 599px) {
        .data_cl {
             background: none;
        }
 }
/* ニュース　一覧 */
ul.location li {
   list-style-type: none;
}
/* ニュース 個別ページ */
.drai-news-text {
    margin-top: 10px;
}
.drai-news-midashi {
    margin-top: 80px;
}
.compare {
    line-height: 1.25;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  .compare tr {
    background-color: #e6f2f5;
    padding: .35em;
    border-bottom: 2px solid #fff;
    font-weight: bold;
  }
  .compare th,
  .compare td {
    padding: 1em 10px 1em 1em;
    border-right: 2px solid #fff;
  }
  .compare th {
    font-size: .85em;
  }
  .compare thead tr {
    /* background-color: #167F92; */
    background-color: #0E7C4B;
    color:#fff;
  }
  .compare tbody th {
      /* background: #78bbc7; */
      background: #00A00D;
      color: #fff;
  }
  .compare .drai .chatgpt{
    text-align: left;
    color: #0E7C4B;
    font-weight: bold;
  }
  .compare .non {
    background:#fff;
  }
  @media screen and (max-width: 600px) {
    .compare {
      border: 0;
      width:100%;
    }
    .compare th {
      background-color: #0E7C4B;
      display: block;
      border-right: none;
    }
    .compare thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    .compare tr {
      display: block;
      margin-bottom: .625em;
    }
    .compare td {
      border-bottom: 1px solid #bbb;
      display: block;
      font-size: .8em;
      text-align: right;
      position: relative;
      padding: .625em .625em .625em 4em;
      border-right: none;
    }
    .compare td::before {
      content: attr(data-label);
      font-weight: bold;
      position: absolute;
      left: 10px;
      color: #167F92;
    }
    .compare td:last-child {
      border-bottom: 0;
    }
    .compare tbody th {
      color: #fff;
    }
    .drai-news-midashi {
        margin-top: 40px;
    }
    .drai-news-btn {
        text-align: center;
    }
  }  
/* Usage scene */
.scenebox-l, .scenebox-l-last {
    width: 29.8%;
    border: 4px solid #175F87;
    background-color: #FAFDFF;
    padding: 2.2%;
    height: 100%;
    min-height: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left:  20px;
    float: left;
}
.scenebox-l_two {
    width: 27.8%;
    border: 1px solid #F1F1F1;
    background-color: #F7F7F7;
    padding: 2.2%;
    height: 100%;
    min-height: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 97px;
    margin-left:  139px;
    float: left;
}
.scenebox-l_three {
    width: 29.8%;
    border: 3px solid #F1F1F1;
    background-color: #FFFFFF;
    padding: 2.2%;
    height: 100%;
    min-height: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left:  20px;
    float: left;
}
.scenebox-l_4, .scenebox-l_4-last {
    width: 24%;
    border: 1px solid #777777;
    background-color: #ffffff;
    padding: 1.8%;
    height: 100%;
    min-height: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 4px;
    margin-left:  4px;
    float: left;
}
 @media only screen and (max-width: 599px) {
    .scenebox-l, .scenebox-l-last {width: 90.8%;margin-right: 0px;margin-left:0px;}
    .scenebox-l_two{width: 100.8%;margin-right: 0px;margin-left:0px;}
	.scenebox-l_4, .scenebox-l_4-last {width: 90.8%;margin-right: 0px;margin-left:0px;}

}
 @media only screen and (max-width: 979px) and (min-width: 600px) {
     .scenebox-l_two{margin-right: 72px;margin-left:  75px;}
}
@media only screen and (max-width: 1366px) and (min-width: 1024px)  {
     .scenebox-l_two{margin-right: 72px;margin-left:  120px;}
}
.scenebox-l-last {
    margin-right: 0;
}
.scenebox-l h3, .scenebox-l-last h3, .scenebox-l_two h3{
    text-align: center;
    background: none !important;
    font-size: 110%;
    margin-bottom: 20px;
}
.scenebox-l_4 h2, .scenebox-l_4-last h2{
    text-align: center;
    background: none !important;
    font-size: 100%;
    margin-bottom: 10px;
}
.scenebox-l_4 h3, .scenebox-l_4-last h3{
    text-align: left;
    background: none !important;
    font-size: 110%;
    margin-bottom: 30px;
}
/* next box */
.nextbox {
    background-color: #fffbe6;
    border: 1px solid #EEEEEE;
    padding: 3%;
    border-radius: 5px;
}
.next_l {
    width: 60%;
    float: left;
}
.next_r {
    width: 35%;
    float: right;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
@media only screen and (max-width: 599px) {
    .next_l { width: 100%}
    .next_r { width: 94%}
}
h4 a {
    color: #3576AC;
}
h4.color {
    margin-top: 20px;
}
.closed:before {
    content: '【受付終了】';
    font-size: 16px;
    color: #444444;
}
.btn_closed {
    border-radius: 5px;
    color: white;
    width: 182px;
    background: #6c757d;
    padding: 10px 40px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.group_btn {
    float: right;
}
/* kinou panels */
.hoverpanels {
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    width: 33.3333%;
    margin-bottom: 0.5%;
    box-sizing: content-box;
}
.default {
    border:1px solid #175F87;
    width: 93%;
    float: left;
    padding: 5% 2.1%;
    height: 150px;
    background:#FAFDFF;
    font-size: 90%;
    position: relative;
    box-sizing: content-box;
}
h4.kinoumei {
    font-size: 140%;
    color: #333;
    font-weight: normal;
    margin-top: 30px;
}
.default .default_l {
    padding: 10% 2.1%;
    font-size: 110%;
    color: #000;
}
.default .default_r {
    width:                      100%;
    height:                     100%;
    position:           absolute;
    top:                        0;
    left:                       0;
    background-color:   #ffffff;
    -webkit-transition: all 0.4s ease;
    transition:         all 0.4s ease;
    -webkit-transform:  scale(0);       /* 大きさを０にして表示しない */
    transform:          scale(0);
    border: 1px solid #21252930;
}
.default:hover .default_r {
    -webkit-transform:  scale(1);
    transform:          scale(1);
}
.default p{ margin:12px; }
.default p img{ width:60px; }
@media only screen and (max-width: 599px) {
       .default .default_l {
           padding: 8% 4.1%;
       }
}
/* support */
.supportsystem {
    float: left;
    width: 29.6666%;
    margin-right: 3.36%;
    margin-bottom: 20px;
    border: 1px solid #F1F1F1;
    background-color: #fffbe6;
    height: 100%;
    min-height: 550px;
    padding: 10px 10px 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 @media only screen and (max-width: 599px) {
        .supportsystem {width: 90.6666%;}
}
@media only screen and (max-width: 979px) and (min-width: 600px) {
        .supportsystem {width: 100.6666%;}
}
.support {
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
  /*padding-left: 50px;*/
}
 @media only screen and (max-width: 599px) {
        .support {padding-left: 15px;}
}
.supportsystem h3 img {
    margin-top: 10px;
    margin-bottom: 0;
}
.supportsystem h3 {
    text-align: center;
}
.supportsystem h3 {
    font-size: 140%;
    color: #444;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 120%;
}
.supportsystem p {
    font-size: 90%;
    color: #444444;
}
.spp {
  padding-left: 180px;
}
.content_sp {
    padding-left: 44px;
}
 @media only screen and (max-width: 599px) {
        .spp {
            padding-left: 0px;
         }
        .content_sp {
            padding-left: 0px;
        }
}
 @media only screen and (max-width: 979px) and (min-width: 600px) {
        .spp {
            padding-left: 0px;
         }
        .content_sp {
            padding-left: 0px;
        }
}
 @media only screen and (max-width: 1366px) and (min-width: 1024px) {
        .spp {
            padding-left: 70px;
         }
        .content_sp {
            padding-left: 0px;
        }
}
/* to next */
.to_next, .price-m {
  text-align: center;
}
.to_next a {
    color: #748796;
    border-bottom: none;
    padding: 10px 0 50px;
}
/* exhibition 上記に含まれる機能　*/
.kinou {
    width: 96%;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
    padding-left:50px;
}
 @media only screen and (max-width: 599px) {
        .kinou {
            text-align: center;
            width: 90%;
            padding-left: 0px;
        }
}
.k_small {
    display: none;
}
.k_base {
    position: relative;
    background: url(../images/service/dr.tool/product_bg.gif);
    width: 920px;
    height: 692px;
}
 @media only screen and (max-width: 599px) {
        .k_base {
             display: none;
        }
        .k_small {
             display: inherit;
        }
 }
 @media only screen and (max-width: 979px) and (min-width: 600px) {
         .k_base {
             display: none;
        }
        .k_small {
             display: inherit;
        }
 }
 @media only screen and (max-width: 1366px) and (min-width: 1024px)  {
        .k_base {
             display: none;
        }
        .k_small {
             display: inherit;
        }
 }
.k_seminar, .k_exhibition, .k_form, .k_LP, .k_meishibank, .k_mail, .k_call, .k_inquiry, .k_scoring, .k_webaccess, .k_sales, .k_list, .k_database {
   position: absolute;
}
.kinoubox {
    float: left;
    width: 15.8%;
    margin-right: 1%;
    margin-bottom: 2%;
}
 @media only screen and (max-width: 599px) {
        .kinoubox {
             width: 30.8%;
        }
 }
.k_seminar {
    left: 4px;
    top: 145px;
}
.k_exhibition {
    left: 140px;
    top: 145px;
}
.k_form {
    left: 4px;
    top: 300px;
}
.k_LP {
    left: 140px;
    top: 300px;
}
.k_meishibank {
    left: 140px;
    top: 300px;
}
.k_mail {
    left: 360px;
    top: 68px;
}
.k_call {
    left: 495px;
    top: 68px;
}
.k_inquiry {
    left: 360px;
    top: 210px;
}
.k_scoring {
    left: 495px;
    top: 210px;
}
.k_webaccess {
    left: 360px;
    top: 352px;
}
.k_sales {
    left: 730px;
    top: 145px;
}
.k_list {
    left: 730px;
    top: 300px;
}
.k_database {
    left: 360px;
    top: 545px;
}
.greyproduct {
    background: #ffffff;
    padding: 0;
}
button.greyproduct img {
    padding: 30px 20px;
}
button img {
    border: 1px solid #F1F1F1;
    border-radius: 5px;
}
/* bnt ボタン*/
.btn {
    box-shadow: 0 3px 0 #ddd, 0 6px 0 rgba(0,0,0,.2);
}
.btn:hover {
    box-shadow: none;
    transform: translateY(2px);
    text-decoration:none;
    color:#fff;
}
.btn:active {
    color: #ddd;
    background: #ddd;
    box-shadow: 0 0 0 #ddd, 0 0 0 rgba(0,0,0,.2);
    transform: translateY(4px);
    transition-duration: .1s;
}
/*blogs*/
.blogs .blog {
    text-align: center;
}
.blogs .blog img {
    width: 70%;
}
.item-h .item-h-content {
    padding: 0.5rem 1rem 1.5rem 0;
}
.benefits .benefit {
    padding-top: 10px;
    padding-bottom: 10px;
}
.benefits .benefit h5 {
    font-size: 18px;
    line-height: 23px;
    margin: 0.5rem 1rem;
    margin-bottom: 15px;
}
.benefits .benefit p {
    color: #7e8890;
}
/* block A a box in the middle */
/* block k */
#block_k img {
    width: 100%;
    padding-bottom: 20px;
}
#block_k h3 {
    margin-top: 20px;
    font-weight: bold;
}
#block_k h4 {
    padding: 0 10px;
    margin-top: 40px;
    font-weight: bold;
}
#news {
    overflow: hidden;
}
#news a {
    color: #333333;
    border-bottom: 1px dotted #999999;
}
#news a:hover {
    color: #dc143c;
    text-decoration: none;
}
#news .new {
    padding-bottom: 50px;
}
#news .title {
    font-weight: bold;
    font-size: 130%;
}
 @media only screen and (max-width: 599px) {
        #news .title {
             font-size: 110%;
        }
 }
#news .content {
    padding: 14px 0;
}
p.title {
   color:#5E5E5E;
}
p.title:hover {
   color: #212529;
}
#footer {
    background: #f9f9f9;
    clear: both;
    padding: 0 0 0 30px;
    margin-top: 60px;
}
.contact-button, .contact-button2 + #footer {
  margin-top: 0px;
}
#footer .nav {
    position: relative;
    display: block;
}
#footer ul {
    list-style: none;
}
@media (max-width: 576px) {
    #footer ul {
        margin-bottom: 0;
    }
}
#footer ul li {
    overflow: hidden;
}
#footer a:hover {
    color: #212529;
    text-decoration: underline;
}
#footer ul a {
    text-decoration: none;
    color: #5E5E5E;
}
#footer ul li a {
    font-size: 110%;
    position: relative;
    display: block;
}
#footer ul li a.title {
   /* padding: 12px 0 2px;
    line-height: 40px;*/
    font-weight: bold;
    margin-bottom: 0;
}
#footer ul li ul {
    padding: 0;
}
@media (min-width: 768px) {
    #footer ul li ul#footer_col_1 {
        padding-bottom: 2px;
    }
    #footer ul li ul#footer_col_3 {
        padding-bottom: 72px;
    }
    #footer ul li ul#footer_col_4 {
        padding-bottom: 127px;
    }
}
@media (min-width: 992px) {
    #footer ul li ul#footer_col_1 {
        padding-bottom: 2px;
    }
    #footer ul li ul#footer_col_3 {
        padding-bottom: 54px;
    }
    #footer ul li ul#footer_col_4 {
        padding-bottom: 104px;
    }
}
@media (max-width: 768px) {
    #footer ul {
        margin-bottom: 0;
    }
}
#footer ul ul li {
    display: block;
    padding: 4px 0;
}
#footer ul li {
    position: relative;
    display: block;
}
#footer ul ul li a {
    font-size: 80%;
    line-height: 18px;
}
#footer ul li a {
    font-size: 110%;
    position: relative;
    display: block;
}
.img_mb_logo {
    display: none;
}
.mb_text {
    display: none;
}
.footermoji {
    margin: 15px 7%;
}
 @media only screen and (max-width: 599px) {
          .img_mb_logo {
               display: block;
               background-image: url(../images/logo_bg_white.png);
               background-position: center top;
               background-repeat: no-repeat;
               height: 50px;
               margin-right: 20px;
               margin-top: 20px;
          }
          .mb_text {
               display: block;
               color: #5E5E5E;
               float: left;
               font-size: 12px;
          }
          .mb_text:hover {
               color: #212529;
               text-decoration: underline;
          }
          .mobile_ft {
               display: none;
          }
          #footer {
               background: #f9f9f9;
          }
  }
 @media only screen and (max-width: 320px) {
            .footermoji {
                margin: 15px 0px;
            }
 }
 @media only screen and (max-width: 360px) and (min-width: 330px) {
            .footermoji {
                margin: 11px 15px;
            }
 }
 @media only screen and (max-width: 414px) and (min-width: 380px) {
            .footermoji {
                margin: 15px 12%;
            }
 }
#footer ul a {
    text-decoration: none;
    color: #5E5E5E;
}

#footer .copyright {
    border-top: 1px solid #dbdbdb;
}
.copyright-iad {
  color: #5E5E5E;
  margin-right: 30px;
}
.seminarBox {
    margin-bottom: 30px;
    overflow: hidden;
}
.seminarBox a{
    float: left;
    position: relative;
    width: 100%;
    color: #333;
    font-size: 90%;
    text-decoration: none;
    padding: 0px;
    text-align: left;
    background: #f9f9f9;
    overflow: hidden;
    z-index: 2;
    height: 100%;
}
.seminarBox a:hover {
    background-color: #D7EEFF;
}
.seminarBox .inner figure {
    position: relative;
    margin-bottom: 0!important;
}

.seminarBox figure img {
    width: 100%!important;
    display: block;
    transition-duration: 0.3s;
}
.seminarBox figure img:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
    -webkit-filter: initial;
    filter: initial;
    /* background-color: #0f0fff; */
}
.seminarBox .date {
    display: block;
    float: left;
    width: 100%;
    height: 36px;
    text-align: center;
    background: #F3F3F3;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 110%;
    box-sizing: border-box;
    padding: 7px 0;
    margin-bottom: 0!important;
}
.seminarBox .contentTxt {
    display: block;
    clear: both;
    padding: 15px;
    margin-bottom: 0!important;
    line-height: 22px;
}
.seminarBox .contentTxt .header {
    display: block;
    font-size: 127%;
    margin-bottom: 10px;
}
.pagination .page-link {
    border: 0;
}
picture {
    display: block;
}
#seminar_pagination .disabled {
    display: none;
}
#seminar_pagination li a {
    color: #c80012;
}
#seminar_pagination li.active a {
    color: #999999;
}
.seminar_date {
  margin: 15px 0px 0px 15px;
}
.tb {
    padding:10px;
    border-collapse: collapse;
    display: table;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
    margin-top: 20px;
    width: 100%;
}
.tb-row {
    display: table-row;
}
.tb-row .tb-cell {
    border: 1px solid #e6e6e6;
    display: table-cell;
    padding: 10px;

}
.tb-row .tb-cell_1 {
    border: 1px solid #e6e6e6;
    display: table-cell;
    padding: 10px;
    background-color: #f6f6f6;
}
.tb-cell_1 .tb-cell {
    font-size: 14px;
    color: #222;
}
.tb-row:first-child .tb-cell_1:first-child {
    /*border-right: none;*/
    color: #222;
    /*font-weight: 700;*/
    padding-bottom: 15px;
    padding-top: 15px;
}
.tb-row:first-child .tb-cell:last-child {
    border-left: none;
}
.md.lp-apply-box-bottom {
    margin: 20px 10px;
    padding: 30px 0;
    text-align: center;
    a.apply-btn {
      background-color: #2866a7;
      border-radius: 4px;
      color: #fff;
      display: block;
      font-size: 14px;
      font-weight: 600;
      line-height: 1;
      margin: 0 auto;
      padding: 16px 5px;
      text-decoration: none;
      width: 280px;
      &:hover {
        opacity: 0.8;
      }
     }
}
.md.lp-apply-box-bottom a.apply-btn {
     border-radius: 4px;
     color: #fff;
     display: block;
     font-size: 14px;
     font-weight: 600;
     line-height: 1;
     margin: 0 auto;
     padding: 16px 5px;
     text-decoration: none;
     width: 280px;
}
/*coder table*/
.coder {
    border-spacing: 0;
    width:100%;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    margin-bottom: 20px;
}
.coder th,
.coder td {
    padding:10px 25px;
    background:#FFF;
    border-bottom:solid 1px #CCC;
    border-right:solid 1px #CCC;
	}
@media only screen and (max-width : 599px) {
       .coder th, .coder td {font-size: 10px;padding: 15px 10px;}
}
.coder th {
    background:#e3dcd5;
    background:#F3F3F3;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    color:#333333;
    padding:10px 25px;
 }
.coder th.image{
	padding:10px;
	text-align:center;
	}
	/* mobile */
	@media only screen and (max-width : 599px) {
		.coder th {padding:10px;}
	}
.red {
    color: #dc143c;
}
.green_moji {
    color: #008000;
}
table.coder .yellow {
    background: #FFFFCC;
}
table.coder .green {
    background: #F3FAF3;
}
/*第三階層*/
hr.cb {
    clear: both;
}
.cb {
    clear: both;
}
.coder th {
   text-align: center;
}
div.tablecase {
    position: relative;
}
img.recomend {
    font-size: 50%;
    color: black;
    padding: 5px;
    line-height: 300%;
    position: absolute;
    top: -23px;
    left: 650px;
}
@media screen and (max-width: 768px) {img.recomend { left:400px}}
@media screen and (max-width: 450px) {img.recomend { left:220px}}
@media screen and (max-width: 375px) {img.recomend { left:180px}}
table.dataprice td.basic_item {
    background: #ECEFEE;
    color: #538E87;
}
table.dataprice td.right_item {
    background: #F0F3EE;
    color: #5C995C;
}
table.dataprice td.premium_item {
    background: #E9ECF2;
    color: #4983B1;
}
table.dataprice td.basic { background: #538E87;}
table.dataprice td.premium { background: #4983B1;}
table.dataprice td.right, table.dataprice td.center { background: #5C995C;}
table.dataprice td.right,table.dataprice td.center, table.dataprice td.basic, table.dataprice td.premium {
    width: 20%;
    color: #FFF;
    font-size: 110%;
    font-weight: bold;
}
table.dataprice td {
    padding: 10px;
    border: 1px solid #CCC;
}
table.dataprice {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-top: 20px;
}
ol.ei_list li a:link, ol.ei_list li a:visited {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dotted #999999;
}
a.pdf:link, a.pdf:visited, a.pdf:hover, a.pdf:active {
    margin: 0;
    padding: 0 0 0 25px;
    width: 19px;
    height: 11px;
    background-image: url(../images/pdf/icon_pdf.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
ol.ei_list li a:hover, ol.ei_list li a:active {
    color: #ff0000;
    text-decoration: none;
    border-bottom: 1px solid #ff0000;
}
/*denwado*/
.denwado .hidden {
    visibility: hidden;
    border-bottom: none;
}
.denwado th {
    height: 0;
}
.denwado th {
    background: #F2D091;
    width: 12%;
    text-shadow: none;
    text-align: center;
}
.denwado td {
    font-size: 85%;
    text-align: center;
    text-shadow: 1px 1px 0px #FFF;
}
.denwado th, .denwado td {
    padding: 20px 10px;
    background: #FFF;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    width: 16%;
    font-size: 90%;
    line-height: 150%;
}
.denwado .denwadocell {
    border-left: 10px solid #F99E4C;
    border-right: 10px solid #F99E4C;
}
.denwado .denwadocell-bottom {
    border-bottom: 10px solid #F99E4C;
}
.denwado .drmcell {
    border-left: 10px solid #F99E4C;
    border-right: 10px solid #F99E4C;
}
.denwado .denwadocell-title {
    background: #F99E4C;
    font-weight: bolder;
}
.denwado th {
    background: #F2D091;
    width: 12%;
    text-shadow: none;
}
.denwado th.lplus {
    border-left: solid 1px #CCC;
    background: #F2F2F2;
}
.denwado .bg-maru {
    background: url(../images/service/maru.png) no-repeat center #FFF;
}
.denwado .bg-batsu {
    background: url(../images/service/batsu.png) no-repeat center #FFF;
}
.denwado .bg-sankaku {
    background: url(../images/service/sankaku.png) no-repeat center #FFF;
}
.denwado .bg-moji {
    visibility: hidden;
}
.course {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}
.course th.w26 {
    width: 26%;
}
.course th.tplus {
    border-top: solid 1px #C4C8CC;
    border-left: solid 1px #C4C8CC;
    text-align: center ;
}
.course td.tplus {
    border-left: solid 1px #C4C8CC;
}
.course th.lplus {
    border-left: solid 1px #C4C8CC;
    text-align: center ;
}
.course th {
    background: #F2F2F2;
    padding: 10px;
    width: 12%;
    height: 30px;
}
.course th, .course td {
    padding: 10px;
    border-right: solid 1px #C4C8CC;
    border-bottom: solid 1px #C4C8CC;
    width: 7%;
    line-height: 150%;
}
@media only screen and (max-width: 599px) {
       .course th, .course td {
            font-size: 10px;}
}
.course td.lplus {
    border-left: solid 1px #C4C8CC;
}
/*会社概要 ここから*/
/* - philosophy (理念使命)- */
div.main_box {
    margin: 0 0 30px 0;
    overflow: hidden;
    clear: both;
}
div.main_box div.philosophy {
   margin: 0 0 30px 0;
   color: #000000;
   overflow: hidden;
   background:url(../images/white_sand.png);
   border-radius:10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -o-border-radius: 10px;
   padding:40px 20px;
   font: 16px "?q???M?m???? Pro W6","Hiragino Mincho Pro","HGS????E","?l?r ?o????",serif;
   font-size: 20px;
   font-weight: bold;
}
div.main_box div.philosophy ol { margin: 0 0 0 30px; }
div.main_box div.philosophy ol li { margin-bottom: 5px; }
div.main_box div.philosophy ol li p {
   font-size: 120%;
   line-height: 180%;
}
/*.bold {
    font-weight: bold;
}*/
.leftMg1 { margin-left: 20px;}
.leftMg2 { margin-left: 30px;}
.leftMg3 { margin-left: 35px;}
.leftMg4 { margin-left: 50px;}
/* greeting/ */
.greeting_l_pic{
   float: left;
   padding-left: 0px;
   padding-top: 20px;
}
.wakusen {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FBFBFB;
    border-color: #D9D9D9 #9B9B9B #9B9B9B #D9D9D9;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}
.greeting_l_text{
   float: left;
   padding-left: 20px;
   width:70%;
   padding-top:20px;
}
#rinen p {
    font-size: 16px;
    font-weight: bold;
}
div.sign {
    margin-top: 10px;
    text-align: right;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
   .greeting_l_text {
     padding-left: 0;
     width: 100%;}
   .m20px { margin-left: 0; margin-bottom:10px; }
   .greeting_l_pic {
     float: inherit;
     padding-left: 0;
     padding-top: 0;
     width: 100%;
     text-align: center;}
}
p.para {
    margin-top: 0.75em;
}
.bold {
    font-weight: bold;
}
div.address {
    margin: 8px 0 0 0;
    padding: 8px;
    border: 1px dotted #cccccc;
    background-color: #f8f8ff;
    overflow: hidden;
}
.leftmargin20 {
    margin-left: 20px;
}
.leftmargin30 {
    margin-left: 30px;
}
@media only screen and (max-width: 599px) {
     p.link_map, .nomobile, div.map-pdf, #main hr {display: none;}
     div.company_box div.company_inner_r, div.company_box_r div.company_inner_r { width: 70%; }
     div.company_box div.company_inner_l, div.company_box_r div.company_inner_l { width: 20%; }
     p.link_map, .nomobile, div.map-pdf, #main hr{display:none;}
     #main hr.clear{ display: inherit; }
     .mapimg_last, .map_box, .map_box_center, .map_box_right { width: 100%; padding-right:0;}
     .map_box img, .map_box_right img { width: 45%; max-width:150px; margin:0 0 20px 0;}
     .map_box_center img, .main_box .map_box img.mapimg_last { width: 98%; max-width:inherit;}
}
.nomobile_01 {
  display:none ;
}
@media only screen and (max-width: 765px) {
        .nomobile_00 {display:none;}
        .nomobile_01 {display:block;}}
/*ダイレクトリクルーティングの事例部分*/
.img_dsol {
   width: 50%;
   margin: 45px 85px;
}
.img_dsol_two_column {
   width: 50%;
   margin: 45px 110px;
}
.img_jfma {
   width: 46%;
   margin: 60px 83px;
}
.img_nics {
   width: 80%;
   margin: 51px 31px;
}
.img_daiya {
   width: 71%;
   margin: 77px 67px;
}
  @media only screen and (max-width: 599px) {
         .img_dsol_two_column{margin: 45px 85px;}
         .img_jfma {margin: 60px 80px;}
  }
  @media only screen and (max-width: 979px) and (min-width: 600px) {
         .img_daiya{margin: 64px 67px;}
         .img_dsol_two_column{margin: 45px 75px;}
         .img_dsol {margin: 50px 53px;}
         .img_pros {margin: 48px 52px;}
         .img_nics {margin: 54px 31px;}
         .img_jfma {width: 80%; margin: 30px 40px;}
 }
 @media only screen and (max-width: 1366px) and (min-width: 1024px)  {
          .img_daiya{margin: 70px 67px;}
          .img_jfma {margin: 55px 60px;}
 }
.case_width {
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
/*product*/
table#mail-table {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}
#mail-table th {
    background: #748796;
    color: #FFF;
    padding: 10px;
}
table#mail-table th, table#mail-table td {
    border: solid 1px #CCC;
    width: 12%;
    font-size: 80%;
    line-height: 150%;
    text-align: center;
    height: 30px;
}
table#mail-table th.wide {
    width: 20%;
    padding: 10px 0;
    font-size: 13px;
}
.wrapper_g {
/*   margin: 0 auto;*/
   background: url(../images/product/white_wall_hash_2X.png);
}
.wrapper_inner {
   margin: 0 auto;
   max-width: 1000px;
}
.product-inner {
   width: 95%;
}
.product-image {
   display: -moz-inline-box;
   display: inline-block;
   vertical-align: middle;
   max-width: 350px;
}
.img_right {
   width: 40%;
   float: right;
   text-align: right;
   margin-left: 50px;
}
 @media only screen and (max-width: 599px) {
        .img_right {margin-left: 20px;}
 }
.product-text {
   display: -moz-inline-box;
   display: inline-block;
   vertical-align: middle;
   float: right;
   width: 75%;
}
.product-text h2{text-align:left;}
.product-text h2.mt30{ margin-top:10px; text-align:left;}
.product h3{
   text-align:center;
   font-size:200%;
   margin-bottom:50px;
   background: url(../images/product/bg.png) repeat-x;
}
h3 span {
    background-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
}
.productbox h3, .productbox-mini h3, .productbox-last h3, .productbox-mini-last h3{
   text-align:center;
   font-size:150%;
   margin-bottom:0;
}
hr.mini{
   clear:both;
   border:none;
   margin-bottom:20px;
}
.pr_img {max-width: 380px;}
 @media only screen and (max-width: 599px) {.prr_img {max-width: 300px;margin-right: 33px;}}
.prr_img {
   max-width: 380px;
   border:1px solid #CCCCCC;
}
 @media only screen and (max-width: 599px) {
         .prr_img {
              max-width: 300px;
              border:1px solid #CCCCCC;
              margin-right: 33px;
          }
  }
/* mobile */
@media only screen
and (max-width : 599px) {
        .product{ width:90%; }
        .product h2{ margin-bottom:0; }
        .product h3{ font-size:170%;}
        .productbox, .productbox-last{
                height:160px;
                width:48%;
                margin-right:2%;
                padding:2.1%;
                padding-top:20px;
                }
        .productbox img, .productbox-last img{ width:50%; }
        .productbox h3, .productbox-last h3 {
                font-size:110%;
                line-height:100%;
                margin:0;
                }
        .productbox p, .productbox-last p{ display:none;}
        .product-inner{
                width:95%;
                margin:30px auto;
                }
        .product-text{
                margin-left:0;
                max-width:inherit;
                /* max-width:420px; */
                }
        .product-text h2.mt30{ margin-top:0; !important }
        .product img.product-top{ display:none; }
        .hoverpanels, .default, .hover { width: 95%; }
        hr.mini{ margin:20px 0; }
        .text-left, .text-right, .img_left, .img_right, .text-left-mini, .img-right-max{
                float:none;
                width:100%;
                }
        .img_left, .img-right, .img_right, .img-right-max{ text-align:center;}
        .img_left img, .img-right img, .img-right-max img{ width:70%;}
        .product-image{ display:none; }
        .product-main-form, .product-main-mail, .product-main-call, .product-main-crm{ display:none; }
        table#main-product-table{ display:none; }
        .product-text{ width: 100%;}
}
.main_box_bmargin {
   margin-top: 20px
}
.main_box_bmargin li {
   list-style: none;
}
div.main_box_bmargin ul li p {
   background: url(../images/sankaku_mini.svg) left center no-repeat;
   padding-left: 23px;
}
.titlebar {
   margin-top: 20px; 
   margin-bottom: 20px;
   font-weight: bold;
   color: #3576AC;
}
@media screen and (max-width: 450px) {
   .hr_00 img, .hr_02 img{height: 200px;}
   .hr_01 img{height: 100px;}
}
.img_main img {
   width: 100%;
   height: 500px;
}
@media screen and (max-width: 768px) {
  .img_main img {width: 100%;height: 310px;}
}
@media screen and (max-width: 450px) {
  .img_main img {width: 100%;height: 220px;}
}
.indent {
   text-indent: 1em;
}

/* Quickwork */
.sp-toiawase-btn, .sp-toiawase-btn02, .sp-toiawase-btn03 {
    font-size: 0;
}
.qw-b-text{
    /* text-indent: 1em; */
    line-height: 1.6;
    margin-left: 20px;
    margin-bottom: 20px;
}
.kobetsubox_qw {
    width: 100%;
    height: 500px;
    margin-bottom: 10px;
    padding: 2%;
    display: block;
}
.checktext{
    column-count: 2;
    margin-top: 60px;
}
.komoku{
    text-indent: 1.6em;
    margin-bottom: 15px;
    font-size: 1em;
    background-image: url(../images/quickwork/reten.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
.sukima{
    border: none;
    margin: 1em;
}
.about_navy {
    background: #0c2e4e;
    /* padding: 1px 0px 60px 0px; */
}
.kobetsubox_qw2 {
    width: 100%;
    margin-bottom: 10px;
    padding: 2%;
    display: block;
}
.kobetsubox_qw2_l {
   float: left;
   /* margin-bottom: 30px; */
   width: 60%;
   margin-left: -80px;
}
.kobetsubox_qw2_r {
   float: right;
   width: 40%;
   margin-right: 30px;
   margin-top: 70px;
}
.qw-c{
    font-size: 200%;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    line-height: 120%;
}
.recommend-qw {
    font-weight: normal;
    margin: 15px 0 30px 0;
    color: #fff;
}
.qw-c-midashi{
    font-weight: bold;
    color: #fff;
    border-left: 3px solid #5469d4;
    padding: 0 15px;
}
.recommend-qw2 {
    font-weight: normal;
    font-size: 1rem;
    margin: 10px 0 30px 18px;
    color: #c3cfe6;
}
.qw-d, .catch-center{
    font-size: 225%;
    font-weight: bold;
    color: #0a2640;
    margin-bottom: 60px;
    line-height: 120%;
}
.qw-d-box{
    margin: 10px 30px;
}
.qw-d-midashi{
    font-weight: bold;
    color: #0a2640;
    margin: 10px 0 15px 0;
    text-align: center;
}
.qw-d-text{
    margin-left: 35px;
    width: 80%;
}
.qw-d-img{
    text-align: center;
    pointer-events: none;
}
.app-jirei{
    text-align: center;
}
.kakoibox{
display: flex;
margin-bottom: 80px;
}
.kakoimenu, .kakoimenu2{
    width: 25%;
    margin-bottom: 20px;
}
.img_dmi {
    width: 46%;
    margin: 0 0 33px 83px;
}
.img_flex {
    width: 80%;
    margin: 48px 31px;
}
.img_axis {
    width: 80%;
    margin: 50px 31px;
}
.sukima2{
    border: none;
    margin: 3em;
}
.accent-qw{
    font-size: 100%;
    font-weight: bold;
    color: #c61400;
}
.price-qw{
    width: 100%;
}
#qw {
    font-size: 120%;
    width: 33%;
}
#qw_small{
    font-size: 90%;
    font-weight: bold;
}
/* 20240326追加 */
#qw-archive .company-name{
    font-weight: bold;
    margin-bottom: 15px;
}
@media only screen and (max-width: 599px) {
       .about_navy {padding-bottom: 60px;}
       .kobetsubox_qw2_l {width:100%;margin-left: 0px;}
       .kobetsubox_qw2_r {width:100%;margin-right: 0px;margin-top: 0px;}
       #qw-archive .pa-t{padding-top: 0;}
       #qw-archive .company-name{font-size: 1.3rem;}
}
@media only screen and (max-width: 990px) and (min-width: 600px) {
       .about_navy {padding-bottom: 60px;}
       .kobetsubox_qw2_l {width:39%;margin-left: 0px;}
       .kobetsubox_qw2_r {width:55%;margin-right: 0px;margin-top: 0px;}
       #qw-archive .company-name{font-size: 1.3rem;}
       #qw-archive .dlbox-l{width: 100%;}
       #qw-archive .dlbox-r{width: 100%;}
       #qw-archive .dmp-mt{margin-top: 80px;}
       #qw-archive .btn_mokuji{width: 100%;}
       #qw-archive .btn_button{width: 100%;}   
       .ma-bt-lg{width: 50%;margin-left: 10px;margin-top: 80px;}
       .checktext {column-count: auto;margin-top: 0px;}
       .api-kanri, .kaiwa-kanri{margin-top: 70px;}
}
@media screen and (max-width: 768px) {
    .button-group-qw .button {margin: 0 5px 5px 0;}
    .sp-toiawase-btn {text-align: center;margin-top: 50px;}
    .sp-btn {background-color: #ffffff;font-size: 15px;font-weight: bold;padding: 8px 20px;border: 2px solid #25305c;border-radius: 15px;color: #25305c;cursor: pointer;}
    .sp-btn:active {background: #25305c;color: #FFF;border: 2px solid #575757; text-decoration: none;}
    .kobetsubox_qw {height: 100%;}
    .checktext {column-count: auto;margin-top: 0px;}
    .komoku {margin-bottom: 7px;}
    .qw-c {font-size: 170%;}
    .kakoibox {display: block;margin-bottom: 50px;}
    .kakoimenu {width: 100%;margin-top: 30px;}
    .qw-d {font-size: 150%;margin-bottom: 30px;}
    #qw {font-size: 50%;}
    #qw_small {font-size: 50%;}
}
@media only screen and (max-width: 1199px) and (min-width: 991px) {
    #qw-archive .btn_mokuji{width: 45%;}
    #qw-archive .btn_dl{width: 50%;}
}
/* Quickwork app */
.app-top-catch{
    margin-top: 30px;
}
.catch-center{
    text-align: center;
    font-size: 280%;
    margin-bottom: 100px;
}
.qw-title{
    margin-top: 70px;
}
.qw-apptitle-top{
    margin-top: 0px;
    font-size: 175%;
    color: #5469d4;
}
.qw-apptitle{
    margin-top: 70px;
    font-size: 175%;
    color: #5469d4;
}
.kakoiapp{
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 20px;
    }    
.app-name{
    margin-top: 10px;
    pointer-events: none;
}
.app-name-jirei{
    margin-top: 10px;
}
.app-name2{
    font-size: 1rem;
    color: #333c4e;
}
.app-name2:hover{
    text-decoration: none;
}
.app-name3{
    font-size: 1rem;
    color: #333c4e;
}
.more-margin{
    margin-bottom: 50px;
    text-align: right;
}
.app-more{
    font-size: 1.2rem;
    color: #464b54;
}
.app-more:hover{
    text-decoration: none;
}
.app-width{
    width: 15%;
    margin-bottom: 20px;
}
.Others-down{
    margin-top: 70px;
}
@media screen and (max-width: 768px) {
    .kakoimenu2, .app-width {width: 50%;margin-top: 30px;}
    /* .kakoiapp {display: block;margin-bottom: 50px;} */
    .catch-center {font-size: 160%;margin-bottom: 70px;}
    .qw-apptitle {font-size: 150%;}
    .app-cs, .app-fb {margin-top: 80px;}
    .qw-title{margin-top: 50px;}
}
/* Quickwork app アプリ事例 */
    .appcase-name{
    font-size: 250%;
    color: #0a2640;
    text-indent: 1.7em;
    background: url(../images/quickwork/app/kintone.png)no-repeat;
    background-size: 5%;
    background-position: 0px 6px;
    padding: 10px 0 10px 0;
    margin-top: 50px;
}
.salesforce{
    background: url(../images/quickwork/app/sf.png)no-repeat;
    background-size: 5%;
    background-position: 0px 6px;
}
.appcase-title{
    margin-top: 80px;
}
.appcase-b2{
    display: flex;
}
.app-cb{
    border: 1px;
    border-radius: 5px;
    background: url(../images/quickwork/appcase_haikei.png)no-repeat;
    padding: 15px 30px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 35px;
    width: 50%;
}
.app-cb-action{
    color: #fff;
    margin-top: -12px;
}
.appcase-topic{
    text-indent: 1.7em;
    background: url(../images/quickwork/app/kintone.png)no-repeat;
    background-size: 8%;
    background-position: 0px 7px;
    padding: 10px 0 10px 0;
    margin-top: 15px;
    font-weight: bold;
    line-height: 1.3em;
}
.sf-topic{
    background: url(../images/quickwork/app/sf.png)no-repeat;
    background-size: 8%;
    background-position: 0px 7px;
}
.down-mt{
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .appcase-name{margin-top: 0;background-size: 18%;background-position: 0px 2px;}
    .appcase-title{margin-top: 50px;}
    .appcase-b2{display: block;}
    .app-cb{width: 100%;padding: 15px 15px;margin-left: 0;margin-right: 0;}
    .appcase-topic {text-indent: 1.9em;background-size: 12%;font-size: 1.3em;line-height: 1.5em;margin-top: 10px;}
}

/* Quickwork qwa_price */
.price-catch{
    font-size: 175%;
    margin-top: 30px;
    margin-bottom: 10px;
}
.kakoiprice{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 20px;
    margin-top: 50px;
}
.qw-price-p, .qw-price-p-center{
    margin-left: 35px;
    width: 80%;
    height: 25%;
}
.qw-price-p2{
    text-align: center;
}
.price-btn{
    margin-top: 30px;
}
.qw-price-size{
    font-size: 1.8rem;
}
.price-shikiri{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #333c4e;
}
.price-column{
    width: 100%;
}
.pricemenu{
    column-count: 4;
    width: 100%;
    display: flex;
}
.price-komoku{
    margin-left: 0px;
    font-size: 16px;
    width: 25%;
}
.price-komoku-c{
    margin-left: 0px;
    text-align: center;
    font-weight: bold;
    width: 25%;
}
.price-plan-column{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.price-plan{
    column-count: 3;
    width: 75%;
    margin-bottom: 0px;
}
.price-komoku-r{
    margin-left: 0px;
    text-align: center;
    font-weight: bold;
}
.qw-questions{
    margin-top: 30px;
}
.questions-komoku{
    font-weight: bold;
    background-image: url(../images/quickwork/question.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
}
.questions-text{
    text-indent: 0;
    background-image: none;
    margin-bottom: 50px;
}
.supportcenter{
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .kakoiprice {margin-top: 0px;}
    .price-shikiri {margin-top: 0;}
    .qw-price-p {margin-left: 40px;}
    .price-btn {margin-bottom: 50px;}
    .qw-price-p-center {width: 90%;margin-left: 30px;text-align: center;}
    .price-komoku {font-size: 14px;}
    .price-komoku-c {font-size: 15px;width: 24%;}
    .price-komoku-r {font-size: 15px;}
    .price-b-title {margin-top: 30px;}
    .title-questions {margin-top: 50px;}
}
/* Quickwork case_studies */
.qw-voice{
    margin: 50px 0 15px 15px;
    font-weight: bold;
}
.case-midasi{
    color: #5469d4;
}
.qw-case-company{
    font-size: 120%;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .sp-toiawase-btn02 {text-align: center;margin: 30px 0 30px 0;}
    .sp-toiawase-btn03 {text-align: center;margin: 50px 0 50px 0;}
    .qw-voice {margin-top: 70px;}
    .recruit-button .bt-tx-size {font-size: 15px;}
}

.case-top{
    display: flex;
    justify-content: space-around;
    margin-top: 35px;
    margin-bottom: 35px;
}
.case-top-l{
    width: 60%;
}
.case-top-l img{
    border-radius: 8px;
}

.case-top-r{
    border: 1px solid #f2f5ff;
    border-radius: 8px;
    background-color: #f2f5ff;
    padding: 8px 25px;
}
.case-cname{
    font-weight: bold;
    font-size: 1.7rem;
    margin-top: 10px;
    margin-bottom: 30px;
}
.case-midashi{
    font-weight: bold;
    margin-bottom: 15px;
}
.api-aap{
    text-indent: 2em;
    margin-bottom: 15px;
    font-size: 1em;
    /* background-image: url(../images/quickwork/flexiloans/amazon_sqs.svg);
    background-repeat: no-repeat; */
    background-position: 0px 2px;
}
/* FlexiLoans */
.api-aap .app-logo1{
    background-image: url(../images/quickwork/flexiloans/amazon_sqs.svg);
    background-repeat: no-repeat;
}
.api-aap .app-logo2{
    background-image: url(../images/quickwork/flexiloans/amazon_eventbridge.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.api-aap .app-logo3{
    background-image: url(../images/quickwork/flexiloans/http.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.api-aap .app-logo4{
    background-image: url(../images/quickwork/flexiloans/typefome.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.api-aap .app-logo5{
    background-image: url(../images/quickwork/flexiloans/fb_ad.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
/* ConveGenius */
.api-aap .app2-logo1{
    background-image: url(../images/quickwork/convegenius/whatsapp_by_gupshup.png);
    background-repeat: no-repeat;
}
.api-aap .app2-logo2{
    background-image: url(../images/quickwork/convegenius/google_classroom.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.api-aap .app2-logo3{
    background-image: url(../images/quickwork/convegenius/dialogflow_es.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.api-aap .app2-logo4{
    background-image: url(../images/quickwork/convegenius/google_sheets.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
/* Gourmet Garden */
.api-aap .app3-logo1{
    background-image: url(../images/quickwork/gourmetgarden/whatsapp_by_gupshup.png);
    background-repeat: no-repeat;
}
.api-aap .app3-logo2{
    background-image: url(../images/quickwork/gourmetgarden/shopify.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.api-aap .app3-logo3{
    background-image: url(../images/quickwork/gourmetgarden/pdf_generator.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.api-aap .app3-logo4{
    background-image: url(../images/quickwork/gourmetgarden/google_sheets.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
/* Axis Bank */
.api-aap .app4-logo1{
    background-image: url(../images/quickwork/axisbank/mysql.png);
    background-repeat: no-repeat;
}
.api-aap .app4-logo2{
    background-image: url(../images/quickwork/axisbank/pdf_generator.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.api-aap .app4-logo3{
    background-image: url(../images/quickwork/axisbank/whatsapp_by_gupshup.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.api-aap .app4-logo4{
    background-image: url(../images/quickwork/axisbank/globalscape_eft.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
/* GMoney */
.api-aap .app5-logo1{
    background-image: url(../images/quickwork/gmoney/mysql.png);
    background-repeat: no-repeat;
}
.api-aap .app5-logo2{
    background-image: url(../images/quickwork/gmoney/leegality.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.api-aap .app5-logo3{
    background-image: url(../images/quickwork/gmoney/karza.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.api-aap .app5-logo4{
    background-image: url(../images/quickwork/gmoney/salesforce.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.api-aap .app5-logo5{
    background-image: url(../images/quickwork/gmoney/icicibank.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.api-aap .app5-logo6{
    background-image: url(../images/quickwork/gmoney/json.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.api-aap .app5-logo7{
    background-image: url(../images/quickwork/gmoney/http.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
/* DMI Finance */
.api-aap .app6-logo1{
    background-image: url(../images/quickwork/dmifinance/salesforce.png);
    background-repeat: no-repeat;
}
.api-aap .app6-logo2{
    background-image: url(../images/quickwork/dmifinance/callablejourney.png);
    background-repeat: no-repeat;
    margin-top: 5px;
}
.qw-case-h2{
    font-size: 225%;
    font-weight: bold;
    color: #0a2640;
    margin-top: 50px;
    line-height: 120%;
}
@media screen and (max-width: 768px) {
    .case-top {display: block;}
    .case-top-l {width: 100%;margin-bottom: 15px;}
    .qw-case-h2 {font-size: 150%;margin-bottom: 30px;}
    .qw-casetitle {margin-top: 50px;margin-bottom: 0px;}
    .qw-casetitle2 {margin-top: 30px;margin-bottom: 0px;}
}
/* Quickwork features */
.features-catch{
    text-align: center;
    font-size: 268%;
    font-weight: bold;
    color: #0a2640;
    line-height: 120%;
}
.case_btn2{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}
.qw-d2{
    font-size: 225%;
    font-weight: bold;
    color: #0a2640;
    line-height: 120%;
}
.d2-text{
    margin-bottom: 30px;
}
.text_left-r2{
    width: 30%;
}
.cap-flex{
    display: flex;
    justify-content: space-between;
}
.cap-left{
    font-size: 0.9rem;
    text-indent: 1.6em;
    background-image: url(../images/quickwork/cap_l.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.cap-center{
    font-size: 0.9rem;
    text-indent: 1.6em;
    background-image: url(../images/quickwork/cap_c.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.cap-right{
    font-size: 0.9rem;
    text-indent: 1.6em;
    background-image: url(../images/quickwork/cap_r.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.kobetsubox_features{
    width: 100%;
    height: 430px;
    margin-bottom: 10px;
    padding: 2%;
    display: block;
}
.kobetsubox_qw3_r {
    float: right;
    margin-top: 50px;
    margin-bottom: 60px;
    width: 50%;
    margin-right: -50px;
 }
.kobetsubox_qw3_l {
    float: left;
    width: 50%;
    /* margin-left: 30px; */
    margin-top: 50px;
 }
.qw-pad-bt{
    padding-bottom: 0px;
 }
.kobetsubox_features2{
    width: 100%;
    height: 850px;
    margin-bottom: 10px;
    padding: 2%;
    display: block;
}
.text_left-r3{
    width: 40%;
}
.h4-support{
    text-indent: 4rem;
    margin-top: 60px;
    background-image: url(../images/quickwork/support.png);
    background-repeat: no-repeat;
    background-position: 20px 0px;
}
.h4-context{
    text-indent: 4rem;
    margin-top: 170px;
    background-image: url(../images/quickwork/context.png);
    background-repeat: no-repeat;
    background-position: 20px 3px;
}
.text_left-r4{
    width: 35%;
}
.h4-click{
    text-indent: 3rem;
    margin-top: 20px;
    margin-bottom: 0px;
    background-image: url(../images/quickwork/click.png);
    background-repeat: no-repeat;
    background-position: 20px 0px;
}
.h4-click2{
    text-indent: 3rem;
}
.h4-collaboration{
    text-indent: 3.5rem;
    margin-top: 70px;
    background-image: url(../images/quickwork/collaboration.png);
    background-repeat: no-repeat;
    background-position: 20px 0px;
}
.sukima3{
    border: none;
    margin: 6em;
}
.sukima4{
    border: none;
    margin: 3em;
}
.c-color{
    color: #5469d4;
    font-size: 17px;
    font-weight: bold;
}
.komoku2{
    text-indent: 1.6em;
    background-image: url(../images/quickwork/reten.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
.contact-button2{
    margin-top: 60px;
}

 @media screen and (max-width: 768px) {
    .features-catch {font-size: 160%;}
    .case_btn2 {margin-top: 0px;margin-bottom: 70px;}
    .qw-d2 {font-size: 150%;}
    .cap-left, .cap-center, .cap-right {font-size: 0.7rem;}
    .text_left-r2 {width: 100%;}
    .kobetsubox_features {height: 100%;}
    .res-h4 {margin-top: 230px;}
    .text-down-mb {margin-bottom: 0px;}
    .kobetsubox_qw3_r {width: 100%;margin-right: 0px;margin-bottom: 0px;}
    .kobetsubox_qw3_l {width: 100%;margin-top: 40px;}
    .recommend-res-mb {margin-bottom: 0px;}
    .text_left-r3{width: 100%;}
    .h4-support {margin-top: 480px;text-align: center;}
    .h4-context {margin-top: 35px;text-align: center;}
    .kobetsubox_features2 {height: 100%;}
    .text_left-r4 {width: 100%;}
    .h4-click {margin-top: 330px;text-align: center;}
    .h4-click2 {text-align: center;}
    .h4-collaboration {margin-top: 40px;}
    .sukima3 {margin: 0;}
    .c-color {font-size: 15px;text-align: center;width: 24%;}
    .komoku2 {font-size: 11px;text-align: center;}
    .sukima4 {margin: 0;}
    .contact-button2 {margin-top: 0px;}
}

/* Quickwork ここまで */

/* freshworks 追加修正 */
.fd-opacity{
    opacity: 0;
}
.fs-margin{
    margin-top: 17px;
    margin-bottom: 65px;
}
.fss-margin{
    margin-bottom: -5px;
}
.fd-margin{
    margin-bottom: 0px;
}
.css-margin{
    margin-top: 25px;
    margin-bottom: 30px;
}
.fc-left{
    clear: both;
}
#fw_free, #fw_growth, #fw_pro, #fw_enterprise {
    font-size: 120%;
}
.fc-title{
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .price {width: 100%;}
    #fw_free {width: 25%;font-size: 67%;}
    #fw_growth {width: 25%;font-size: 67%;}
    #fw_pro {width: 25%;font-size: 67%;}
    #fw_enterprise {width: 25%;font-size: 67%;}
    #fw_small {font-size: 50%;}
    .fw-hiyou {font-size: 80%;}
    .fw-hiyou02 {font-size: 70%;}
    .css-line {font-size: 120%;}
}
/* freshworks 追加修正ここまで */

/* ESH Clouds */
#esh .button-group-qw .button2 {
    padding: 0.5em 4em;
}
#esh .button-group-qw .button2 {
    color: #fff;
    background-color: #25305c;
    float: left;
    margin: 30px 5px 30px 0px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #25305c;
}
#esh .button2 {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.5em 0.7em;
    border: 1px solid #FFFFFF;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font: 11px/normal sans-serif;
    color: #666;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 0.5em;
    zoom: 1;
    /* *: ; */
    display: inline;
}

#esh .esh-h2top {
    margin-bottom: 0px;
    justify-content: space-around;
}
.esh-h4 {
    font-weight: bold;
    color: #24678d;
    margin-top: 20px;
}
.esh-block1 {
    display: flex;
}
#esh .item-h-content {
    width: 90%;
}
#esh .colorbox {
    width: 70%;
    border: 1px;
    border-radius: 5px;
    background-color: #fef9ee;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 30px;
}
.esh-komoku {
    text-indent: 2em;
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: bold;
    color: #24678d;
    background-image: url(../images/eshclouds/check.png);
    background-repeat: no-repeat;
    background-position: 5px 4px;
}
.esh-h4-02 {
    font-weight: bold;
    margin-left: 25px;
    margin-top: 15px;
}
#esh .recruit-button {
    margin-left: 45px;
}
@media only screen and (max-width: 599px) {
    #esh .button-group-qw .button2 {margin: 20px 5px 5px 0;}
    #esh .esh-h2top {margin-bottom: 10px;}
    .esh-block1 {display: block;}
    #esh .item-h-content {width: 100%;padding: 0;margin-top: 10px;}
    #esh .colorbox {width: 100%;padding-right: 10px;}
    .block1-img {margin-top: 30px;}
    .esh-h4-02 {margin-left: 0;margin-top: 0;}
    #esh .recruit-button {margin-left: 0;}
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
    .esh-block1 {display: block;}
    #esh .item-h-content {width: 100%;padding: 0;margin-top: 10px;}
    #esh .colorbox {width: 100%;}
    .block1-img {margin-top: 30px;}
    .esh-h4-02 {margin-left: 0;margin-top: 0;text-align: center;}
    #esh .recruit-button {margin-left: 100px;}
}
@media only screen and (max-width: 979px) and (min-width: 769px) {
    #esh .colorbox {width: 220%;}
    .esh-h4-02 {text-align: center;}
    #esh .recruit-button {margin-left: 200px;}
}
#esh .about_gray {
    padding: 50px 0;
    margin-top: 80px;
}
.esh-block2 {
    display: flex;
    justify-content: center;
    background: url(../images/eshclouds/koujyo.png)no-repeat;
    background-size: 48%;
    background-position: left 35px;
}
.block2-img {
    opacity: 0;
}
.block2-r {
    margin-top: 50px;
    margin-right: 260px;
}
.block2-logo {
    margin-top: 50px;
}
.block2-h2 {
    line-height: 1.5em;
    margin-top: 30px;
}
#esh .tablet {
    text-align: center;
    margin-top: -250px;
}
.block2-tablet {
    width: 50%;
}
@media only screen and (max-width: 599px) {
    .esh-block2 {display: block;background: none;}
    #esh .about_gray {margin-top: 40px;}
    .block2-img {opacity: 1;}
    .block2-r {margin-top: 30px;margin-right: 0;text-align: center;}
    .block2-logo {margin-top: 0;width: 80%;}
    .block2-h2 {font-size: 150%;}
    #esh .tablet {margin-top: 0;}
    .block2-tablet {width: 100%;}
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
    .esh-block2 {display: block;background: none;}
    #esh .about_gray {margin-top: 40px;}
    .block2-img {opacity: 1;}
    .block2-r {margin-top: 30px;margin-right: 0;text-align: center;}
    .block2-logo {margin-top: 0;width: 80%;}
    .block2-h2 {font-size: 150%;}
    #esh .tablet {margin-top: 0;}
    .block2-tablet {width: 100%;}
}
@media only screen and (max-width: 979px) and (min-width: 769px) {
    .block2-r {margin-top: -20px;margin-right: 100px;}
    #esh .tablet {margin-top: -70px;}
    .block2-tablet {width: 70%;}
}
@media only screen and (max-width: 1451px) and (min-width: 980px) {
    .block2-r {margin-top: 0px;margin-right: 115px;}
    #esh .tablet {margin-top: -125px;}
}
.block3-h2 {
    margin-top: 80px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 280%;
    color: #24678d;
}
.block3-p {
    text-align: center;
}
.esh-block3 {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
}
.block3-r {
    width: 30%;
}
#esh .colorbox2 {
    /* width: 70%; */
    border: 1px;
    border-radius: 25px;
    background: url(../images/eshclouds/haikei.png)no-repeat;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 20px;
}
#esh .colorbox2 li {
    font-size: 0.85em;
}
.block3-h4 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 599px) {
    .esh-block3 {display: block;margin-top: 50px;}
    .block3-h2 {margin-top: 60px;font-size: 220%;}
    .block3-p {text-align: start;}
    .block3-r {width: 100%;}
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
    .esh-block3 {display: block;margin-top: 50px;}
    .block3-h2 {margin-top: 60px;font-size: 220%;}
    .block3-p {text-align: start;}
    .block3-r {width: 100%;}
}
@media only screen and (max-width: 979px) and (min-width: 769px) {
    .block3-img {width: 95%;margin-top: 100px;}
    .block3-r {width: 65%;}
}
.block4-img{
    text-align: center;
    margin-top: 35px;
}
#esh .block4-cb {
    width: 100%;
    margin-top: 50px;
    background-color: #fff;
}
#esh .block4-cb li {
    margin-left: 30px;
}
#esh .kakoibox {
    margin-top: 50px;
    margin-bottom: 0;
}
#esh .kakoimenu {
    width: 33%;
}
#esh .qw-d-midashi {
    color: #333C4E;
}
#esh .block4-li-text {
    font-size: 0.85em;
    margin-left: 80px;
}
@media only screen and (max-width: 599px) {
    #esh .block4-cb {margin-top: 20px;}
    #esh .block4-cb li {margin-left: 0;padding: 5px 15px;font-size: 1em;}
    #esh .kakoimenu {width: 100%;}
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
    #esh .block4-cb {margin-top: 20px;}
    #esh .block4-cb li {margin-left: 0;padding: 5px 15px;font-size: 1em;}
    #esh .kakoimenu {width: 100%;}
    #esh .block4-li-text {margin-left: 150px;}
}
@media only screen and (max-width: 979px) and (min-width: 769px) {
    #esh .qw-d-midashi {font-size: 140%;}
    #esh .block4-li-text {margin-left: 0}
}
#esh .esh-block5-h2 {
    margin-top: 70px;
}
.esh-block5 {
    display: flex;
    margin-top: 50px;
}
@media only screen and (max-width: 599px) {
    #esh .esh-block5-h2 {margin-top: 50px;}
    .esh-block5 {display: block;margin-top: 0;}
    .blocs5-img-r{margin-top: 20px}
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
    #esh .esh-block5-h2 {margin-top: 70px;}
    .esh-block5 {display: block;margin-top: 0;}
    .blocs5-img-r{margin-top: 20px}
}
.esh-block6 {
    display: flex;
    margin-top: 80px;
}
.block6-r {
    margin-left: 20px;
}
.block6-h4 {
    text-align: center;
    margin-top: 0;
}
.block6-text {
    text-align: center;
    margin-bottom: 20px;
}
@media only screen and (max-width: 599px) {
    .esh-block6 {display: block;margin-top: 50px;}
    #esh #qw {font-size: 90%;}
    #esh .sp td {font-size: 80%;}
    #esh #qw_small {font-size: 70%;}
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
    .esh-block6 {display: block;margin-top: 50px;}
    #esh #qw {font-size: 90%;}
    #esh .sp td {font-size: 80%;}
    #esh #qw_small {font-size: 70%;}
}
/* ESH Cloudsここまで */

/* ESH Clouds Chemicals */
.chemicals-h4top{
    font-weight: bold;
    margin-top: 20px;
    margin-left: 16px;
}
.chemi-block1-l{
    width: 50%;
}
#esh .chemi-cb{
    width: 100%;
    padding-top: 45px;
    padding-bottom: 30px;
    margin-top: 50px;
}
.chemi-block1-r{
    width: 40%;
}
.chemi-koumoku{
    text-indent: 2em;
    margin-bottom: 25px;
    font-size: 1.2em;
    background-image: url(../images/eshclouds/check.png);
    background-repeat: no-repeat;
    background-position: 5px 4px;
}
.chemi-block1-h4{
    text-align: center;
    margin-top: 80px;
}
.chemi-block1-h2{
    margin-top: 20px;
    text-align: center;
    font-size: 280%;
    color: #6fba36;
}
@media only screen and (max-width: 599px) {
    #esh .button-group-qw .chemi-btn {margin: 20px 5px 5px 0;}
    #esh .button-group-qw .chemi-btn2 {margin-top: 0;}
    .chemi-block1-l {width: 100%;}
    .chemi-block1-r {width: 100%;}
    #esh .chemi-cb {padding-top: 30px;padding-bottom: 10px;}
    .chemi-koumoku {font-size: 0.9em;}
    .chemi-block1-h4 {margin-top: 40px;font-size: 1.3rem;}
    .chemi-block1-h2 {font-size: 170%;margin-bottom: 0;}
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
    #esh .button-group-qw .chemi-btn {margin-top: 30px;}
    #esh .button-group-qw .chemi-btn2 {margin-bottom: 0;}
    .chemi-block1-l {width: 100%;}
    .chemi-block1-r {width: 100%;}
    #esh .chemi-cb {padding-top: 30px;padding-bottom: 10px;}
    .chemi-koumoku {font-size: 1.0em;}
    .chemi-block1-h4 {margin-top: 40px;font-size: 1.3rem;}
    .chemi-block1-h2 {font-size: 185%;margin-bottom: 0;}
}
@media only screen and (max-width: 979px) and (min-width: 769px) {
    .block1-mt {margin-top: 0;}
    .chemi-block1-h2 {font-size: 260%;}
}
.chemi-logo{
    text-align: center;
    margin-top: 50px;
}
.chemi-block2-h2{
    text-align: center;
    line-height: 1.6em;
    margin-top: 30px;
    margin-bottom: 0;
}
.chemi-block2-h2-02{
    text-align: center;
    margin-top: 5px;
}
.chemi-block2-img{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.kakoibox-chemi{
    display: flex;
}
.kakoimenu-chemi{
    width: auto;
}
#esh .chemi-cb2{
    border-radius: 25px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
    padding: 30px 20px;
}
#esh .h4-mt{
    margin-top: 15px;
}
@media only screen and (max-width: 599px) {
    #esh .block2-pd {padding-top: 10px;}
    .chemi-block2-h2, .chemi-block2-h2-02 {font-size: 170%;}
    .kakoibox-chemi {display: block;}
    #esh .chemi-cb2 {margin-left: 0;}
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
    #esh .block2-pd {padding-top: 10px;}
    .chemi-block2-h2, .chemi-block2-h2-02 {font-size: 175%;}
    .kakoibox-chemi {display: block;}
    #esh .chemi-cb2 {margin-left: 0;}
}
@media only screen and (max-width: 979px) and (min-width: 769px) {
    .chemi-block2-h2, .chemi-block2-h2-02 {font-size: 175%;}
}
.chemi-title-mt{
    margin-top: 70px;
}
.chemi-block3{
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
.chemi-h2-point{
    font-size: 280%;
    margin-bottom: 0;
}
.chemi-h2-mt{
    margin-top: 10px;
}
.p1-left{
    margin-left: 35px;
    margin-top: 50px;
}
.p2-left{
    margin-left: 477px;
}
.p3-top{
    margin-top: 70px;
}
.p4-left{
    margin-left: 530px;
}
.p5-top{
    margin-top: 70px;
}
.p6-left{
    margin-left: 540px;
}
#esh .chemi-cb-mt{
    margin-top: 0;
}
.chemi-point-text{
    width: 55%;
}
.chemi-point4-text{
    width: 55%;
}
.koumoku-font{
    font-weight: bold;
}
.chemi-point-p{
    margin-bottom: 35px;
    padding: 0 27px;
}
#esh .chemi-cb-mt2{
    margin-top: 0;
    background-color: #fff;
}
.chemi-point3-img{
    margin-top: 140px;
    margin-left: 40px;
}
.chemi-point4-img{
    width: 50%;
    margin-top: 30px;
}
.chemi-point5-img{
    margin-left: 50px;
}
.chemi-point6-img{
    margin-top: 30px;
    margin-right: 50px;
}
@media only screen and (max-width: 599px) {
    .chemi-block3 {display: block;margin-top: 0;}
    .chemi-point-text {width: 100%;}
    .chemi-point4-text {width: 100%;}
    .chemi-point-img {margin-top: 50px;}
    .p1-left, .p2-left, .p4-left, .p6-left {margin-left: 0;}
    .block3-img {margin-bottom: 30px;}
    .p1-left {margin-top: 0;}
    .chemi-h2-point {margin-top: 0;}
    .p3-top, .p5-top {margin-top: 50px;}
    .chemi-point3-img {margin-top: 50px;margin-left: 0;}
    .chemi-point4-img {width: 100%;}
    .chemi-point5-img {margin-left: 0;margin-top: 50px;}
    .chemi-point6-img {margin-right: 0;margin-bottom: 20px;}
    .koumoku-font {font-size: 0.9em;}
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
    .chemi-block3 {display: block;margin-top: 0;}
    .chemi-point-text {width: 100%;}
    .chemi-point4-text {width: 100%;}
    .chemi-point-img {margin-top: 50px;text-align: center;}
    .p1-left, .p2-left, .p4-left, .p6-left {margin-left: 0;}
    .block3-img {margin-bottom: 30px;}
    .p1-left {margin-top: 0;}
    .chemi-h2-point {margin-top: 0;}
    .p3-top, .p5-top {margin-top: 50px;}
    .chemi-point3-img {margin-top: 50px;margin-left: 0;}
    .chemi-point4-img {width: 100%;}
    .chemi-point5-img {margin-left: 0;margin-top: 50px;}
    .chemi-point6-img {margin-right: 0;margin-bottom: 20px;}
}
@media only screen and (max-width: 979px) and (min-width: 769px) {
    .p1-left {margin-top: 30px;}
    .chemi-point-text {width: 50%;}
    .chemi-point-img {width: 45%;}
    .p2-left {margin-left: 330px;}
    .chemi-point3-img {width: 45%;}
    .chemi-point4-text {width: 46%;}
    .p4-left {margin-left: 370px;}
    .chemi-point5-img {width: 45%;}
    .p6-left {margin-left: 340px;}
    .chemi-point6-img {margin-right: 0;width: 45%;}
    .block9-l {width: 47%;}
}
.esh-block9{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.block9-l{
    width: 45%;
}
#esh .merit{
    padding-bottom: 30px;
}
#esh .merit li{
    font-size: 1.2em;
}
.block9-text{
    padding: 15px 25px 0 25px;
}
.block9-text2{
    padding: 0 25px;
    margin-bottom: 35px;
}
.merit-color{
    color: #6fba36;
}
.block9-r{
    width: 50%;
    margin-top: 120px;
}
.block10-title{
    margin-top: 30px;
}
#esh .indent2{
    text-indent: 1em;
}
@media only screen and (max-width: 599px) {
    .esh-block9 {display: block;}
    .block9-l {width: 100%;}
    .block9-r {width: 100%;margin-top: 50px;}
    .block9-title {margin-top: 50px;}
    .block10-title {margin-top: 0;}
    #esh .indent {font-size: 80%;}
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
    .esh-block9 {display: block;}
    .block9-l {width: 100%;}
    .block9-r {width: 100%;margin-top: 50px;}
    .block9-title {margin-top: 80px;}
    .block10-title {margin-top: 50px;}
    #esh .indent {font-size: 80%;}
}
@media only screen and (max-width: 979px) and (min-width: 769px) {
    .block9-text2 {margin-bottom: 15px;}
    .block9-indent {text-indent: 1.6em;padding: 0;}
}
/* ESH Clouds Chemicalsここまで */

/* DMP企業リスト提供 */
#dmplist .block1{
    display: flex;
    margin-bottom: 15px;
} 
#dmplist .block1-l{
    width: 70%;
    margin-top: 30px;
    margin-right: 35px;
}
#dmplist .list{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.dmp-komoku{
    text-indent: 2em;
    margin-bottom: 15px;
    font-size: 1.2em;
    /* font-weight: bold; */
    /* color: #24678d; */
    background-image: url(../images/service/dmplist/check.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
#dmplist .outline{
    margin-top: 50px;
}
.headline{
    font-weight: bold;
    color: #24678d;
    margin-left: 25px;
    margin-top: 40px;
}
#dmplist .top_title{
    margin-top: 120px;
}
#dmplist .dmp-b1-mt{
    margin-top: 50px;
}
@media only screen and (max-width: 599px) {
    #dmplist .block1{display: block;}
    #dmplist .top_title{margin-top: 20px;}
    #dmplist .block1-l{width: 100%;margin-top: 0;margin-right: 0;}
    .dmp-komoku{text-indent: 1.7em;font-size: 1em;background-position: 0px 3px;}
    .headline{margin-left: 0;margin-top: 30px;font-size: 1.2em;}
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
    #dmplist .block1{display: block;}
    #dmplist .top_title{margin-top: 20px;}
    #dmplist .block1-l{width: 100%;margin-top: 0;margin-right: 0;}
    .dmp-komoku{text-indent: 1.7em;font-size: 1em;background-position: 0px 3px;}
    .headline{margin-left: 0;margin-top: 30px;font-size: 1.2em;}
}
.kadai-jirei{
    margin-top: 30px;
    margin-left: 25px;
}
.kadai-jirei .mt{
    margin-top: 10px;
}
#dmplist .greybox{
    margin-top: 70px;
}
#dmplist .topic{
    font-weight: bold;
    color: #24678d;
    margin-left: 25px;
    margin-bottom: 50px;
}
.greybox .block2-a{
    display: flex;
    padding: 2%;
    margin-top: 30px;
    margin-bottom: 15px;
}
.block2-a-r{
    width: 60%;
    margin-left: 30px;
    margin-top: 80px;
}
.dmp-komoku2{
    text-indent: 1.3em;
    margin-bottom: 30px;
    font-size: 1.2em;
    background-image: url(../images/service/dmplist/maru.png);
    background-repeat: no-repeat;
    background-position: 3px 8px;
}
.greybox .block2-b{
    display: flex;
    justify-content: space-between;
    padding: 2%
}
.dmp-cb{
    border: 1px;
    border-radius: 5px;
    background-color: #fff;
    padding: 15px 30px;
    margin-left: 45px;
    margin-bottom: 35px;
}
.block2-b-r{
    width: 40%;
    margin-left: 30px;
    margin-top: 170px;
}
.sousu{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.greybox .block2-c{
    padding: 2%;
}
.block2-c-img{
    margin-left: 20px;
}
.dmp-cb-b2c{
    width: 95%;
    margin-left: 28px;
    margin-top: 30px;
}
@media only screen and (max-width: 599px) {
    #dmplist .dmp-mt{margin-top: 50px;}
    .kadai-jirei{margin-top: 0;margin-left: 0;}
    #dmplist .greybox {margin-top: 50px;}
    .greybox .block2-a, .greybox .block2-b{display: block;}
    #dmplist .topic{text-align: center;margin-left: 0;}
    .block2-a-r, .block2-b-r{width: 100%;margin-left: 0;margin-top: 50px;margin-bottom: 30px;}
    .dmp-komoku2{text-indent: 1.5em;font-size: 1em;background-position: 3px 6px;margin-left: 0;}
    .dmp-komoku2-p{font-size: 1em;}
    .dmp-cb {padding: 15px 25px;margin-left: 0;}
    .block2-c-img {margin-left: 0;}
    .dmp-cb-b2c {padding: 15px 20px;margin-left: 0;width: 100%;}
    .sousu {margin-top: 20px;}
    .sousu2{margin-top: 20px;margin-bottom: 10px;}
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
    #dmplist .dmp-mt{margin-top: 80px;}
    .kadai-jirei{margin-top: 0;margin-left: 0;}
    #dmplist .greybox {margin-top: 50px;}
    .greybox .block2-a, .greybox .block2-b{display: block;}
    #dmplist .topic{text-align: center;margin-left: 0;}
    .block2-a-r, .block2-b-r{width: 100%;margin-left: 0;margin-top: 50px;margin-bottom: 30px;}
    .dmp-komoku2{text-indent: 1.5em;font-size: 1em;background-position: 3px 6px;margin-left: 0;}
    .dmp-komoku2-p{font-size: 1em;}
    .dmp-cb {padding: 15px 25px;margin-left: 0;}
    .block2-c-img {margin-left: 0;}
    .dmp-cb-b2c {padding: 15px 20px;margin-left: 0;width: 100%;}
    .sousu {margin-top: 20px;}
    .sousu2{margin-top: 20px;margin-bottom: 10px;}
}
.sp .dmp-price{
    font-weight: bold;
    font-size: 1.2em;
}
.dmp-price-text{
    margin-bottom: 10px;
    font-weight: bold;
}
.dmplist-price #qw_small{
    font-weight: normal;
}
.dmp-price-text2{
    font-size: 99%;
    margin-bottom: 15px;
}
.dmp-4-h4{
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 40px;
}
#dmp{
    font-size: 120%;
    background: #24678d;
}
.sp .koumoku{
    width: 13%;
}
.sp .jiki{
    width: 16%;
}
.sp .naiyou{
    width: 25%;
}
#dmplist .company-name{
    font-weight: bold;
    margin-bottom: 15px;
}
@media only screen and (max-width: 599px) {
    #dmplist #qw{font-size: 100%;}
    #dmplist .sp .tplus{font-size: 70%;}
    #dmplist .sp .dmp-price {font-size: 1em;}
    .dmp-price-text{font-size: 110%}
    #dmplist .indent{font-size: 70%;}
    #dmp-pd th, #dmp-pd td{padding: 10px;}
    #dmplist .pa-t {padding-top: 0;}
    #dmplist .company-name{font-size: 1.3rem;}
}
@media only screen and (max-width: 768px) and (min-width: 600px) {
    #dmplist #qw{font-size: 100%;}
    #dmplist .sp .tplus{font-size: 80%;}
    #dmplist .sp .dmp-price {font-size: 1em;}
    .dmp-price-text{font-size: 110%}
    #dmplist .indent{font-size: 80%;}
    #dmp-pd th, #dmp-pd td{padding: 10px;}
    #dmplist .pa-t {padding-top: 0;}
    #dmplist .company-name{font-size: 1.3rem;}
    #dmplist .dlbox-l, #dmplist .dlbox-r{width: 100%;}
    #dmplist .btn_download{text-align: center;}
    #dmplist .btn_mokuji{margin-left: 50px;}
}
/* DMP企業リスト提供ここまで */

.center { text-align: center;}
/*support*/
.triangle-under {
    text-align: center;
    font-size: 200%;
    padding-bottom: 25px;
}
.step-l {
    border-radius: 5px 0 0 5px;
    background: #25305c;
    text-align: center;
    color: #FFF;
    padding: 10px 50px;
}
.step-l h3 {
    color: #FFF;
    margin-bottom: 0;
}
.step-r {
    width: 100%;
    border-radius: 0 5px 5px 0;
    background: #FFF;
    padding: 10px 20px;
}
.step-r h4 {
    margin-bottom: 0;
    font-weight: bold;
    color: #25305c;
}
.step-l, .step-r {
    display: table-cell;
    border: 1px solid #25305c;
    color: #FFF;
    vertical-align: middle;
}
.step-l, .step-r p {
   color: #333c4e;
}
.step-end {
    -webkit-border-radius: 5px;
    background-color: #25305c;
    text-align: center;
    color: #FFF;
    padding: 10px;
}
.step-end h3 {
    color: #FFF;
    margin-bottom: 0;
    padding: 10px;
}
@media screen and (max-width: 768px) {
   .step-l, .step-r {display: inherit;}
}
/*case 画像追加*/
.case_r {
    width: 26%;
    float: right;
    margin-left: 10px;
    padding-left: 40px;
    padding-bottom: 20px;
}
.case-l {
    width: 70%;
    float: left;
}
@media only screen and (max-width: 599px) {
  .case_r { width: 50%;
            padding-left: 5px;}
}
/*--------title image ここから-------*/
.page-iad {
   background: #f9f9f9;
}
.right {
  text-align: right;
}
@media only screen and (max-width: 599px) {
       .carousel-indicators {
           display: none;
       }
 }
@media only screen and (max-width: 750px) and (min-width: 600px) {
       .carousel-s{display:none;}
}
@media screen and (max-width: 1024px) {
  .carousel-s {
      font-size:25px;
      padding:15px 20px;}
}
/*-------title image ここまで-----------*/
/*----------------------button設定--------------------*/
.btn_button {
   text-align: center;
   background-color:#ffffff;
   border: 2px solid #25305c;
   border-radius: 18px;
   color:#25305c;
   margin-top:20px;
   cursor:pointer;
   padding:6px 20px;
   margin-bottom:10px;
}
.btn_button:hover {
   background: #25305c;
   color: #FFFFFF;
   text-decoration: none;
}
.btn_button p{
   font-size: 17px;
   margin: 0 0 0 0px!important;
}
.btn_button p:after {
   font-family: 'Font Awesome 5 Free';
   content: "\f0a9";
   font-weight: 900;
   margin-left: 10px;
}
/*----------------------button設定--------------------*/
.download_button {
   text-align: center;
   background-color:#ffffff;
   padding:8px 44px;
   border: 2px solid #25305c;
   border-radius: 18px;
   color:#25305c;
   margin-top:20px;
   cursor:pointer;
}
.download_button p {
   font-size: 15px;
}
.lead_button {
   background-color:#ffffff;
   padding: 0px 0px;
   border: 2px solid #25305c;
   border-radius: 18px;
   color:#25305c;
   cursor:pointer;
}
.lead_button p {
   font-size: 15px;
}
.recruit-button {
  background-color:#ffffff;
  padding:8px 20px;
  border: 2px solid #25305c;
  border-radius: 15px;
  color:#25305c;
  padding-left:80px;
  padding-right:80px;
  margin-top:20px;
  cursor:pointer;
}
.recruit-button p {
  font-size: 18px;
}
.interview_button {
  background-color: #ffffff;
  font-size: 18px;
  padding: 8px 20px;
  border: 2px solid #25305c;
  border-radius: 15px;
  color: #25305c;
  cursor: pointer;
}
 @media only screen and (max-width: 1366px) and (min-width: 1024px)  {
    .download_button {padding: 8px 31px;}
 }
 @media only screen and (max-width: 1000px) and (min-width: 768px) {
    .interview_button {font-size: 13px;}
    .recruit-button p { font-size:18px;}
 }
 @media only screen and (max-width: 979px) and (min-width: 600px) {
       .lead_button p {font-size:10px;}
       .download_button {padding: 8px 75px;}
 }
 @media only screen and (max-width: 599px) {
         .interview_button {font-size: 13px;}
         .contact_button{margin-right:0px;}
         .right{text-align: center;}
         .recruit-button{padding-left: 40px;padding-right: 40px;}
         .recruit-button p{font-size: 17px;}
 }
 @media only screen and (max-width: 320px) {
         .download_button {padding: 8px 34px;}
 }
 @media only screen and (max-width: 360px) and (min-width: 321px) {
         .download_button {padding: 8px 36px;}
 }
.recruit-button:hover, .interview_button:hover, .lead_button:hover, .download_button:hover {
   background: #25305c;
   color: #FFFFFF;
   text-decoration: none;
}
.recruit-button p::after, .interview_button::after, .lead_button p::after, .sp-btn::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f0a9";
  font-weight: 900;
  margin-left: 10px;
}
.download_button p::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f019";
  font-weight: 900;
  margin-right: 10px;
}
.carousel-item .active {
  position: relative;
}
/*----------------マーケティング用語集ここから-------------*/
.bluebar{
    border-bottom: none;
    padding: 8px;
    border-left: none;
    background: #175f87;
    color: #FFF;
    margin-bottom: 10px;
}
.notm{
    font-size:100%;
    background:#efefef;
    border:none;
    padding:7px 0 7px 20px;
    margin:40px 0 20px 0;
}
div.main_box ul {
    margin-left: 10px;
}
div.main_box ul li {
    margin-left: 15px;
    margin-right: 15px;
    /*list-style-image: url(../images/list_mark_sikakusankaku.gif);*/
    width: 300px;
    float: left;
}
div.main_box ul li p {
    font-size: 100%;
    line-height: 200%;
}
div.terms_box {
    margin: 20px 0 0 0;
    overflow: hidden;
    clear: both;
}
div.terms_box span, div.pr_box span {
    padding: 0 1px;
    font-size: 115%;
    font-weight: bold;
}
p.next_page_link,
p.next_page_link_more {
        padding: 0 0 0 13px;
        text-align: right;
        float: right;
        background-image: url(../images/arrow2.gif);
        background-repeat: no-repeat;
        background-position: left 8px;
        clear: both;
        }
p.next_page_link { margin: 30px 0 50px 0; }
p.next_page_link_more { margin: 5px 0 0 0; }
div.pr_box {
    margin: 30px 0 0 0;
    padding: 30px;
    border: 1px dotted #3D87AB;
    background-color: #F1F7FA;
    background-color: #F8FBFC;
    overflow: hidden;
    clear: both;
}
div.pr_box p.pr_link {
    text-align: left;
    margin-top: 20px;
    font-size: 120%;
}
img.img_link {
    border: 1px solid #cccccc;
}
.company_00 span {
  padding-left:5px;
  padding-right:5px;
  display: inline-block;
  line-height: initial;
}
.case-company-name {
  margin-bottom: 10px;
}
.user_voice_list {
  margin: 0rem 1rem 1rem 1rem;
}
/*---------contact-button--------*/
.contact-button, .contact-button2, .top-images, .contact-button img {
  width:100%
}
.contact-button {
  padding-top: 60px;
}
@media screen and (min-width: 750px) {
   .contact_1, .top-1 { display:block;}
   .contact_2, .top-2 { display:none;}
}
@media screen and (max-width: 750px) {
   .contact_1, .top-1 { display:none;}
   .contact_2, .top-2 { display:block;}
}
p.guide {
  margin: 10px 0px 10px 15px;
}
.dlbox-l {
  margin-bottom: 30px;
}
/*----------sitemapここから-----------*/
.sitemap {
   width:100%;
   margin-bottom:20px;
}
.sitemap_link {
  color: #fff;
  border-bottom: 1px dotted #999999;
}
.sitemap .sitemap_l {
   width:50%;
   float: left;
   padding-left:20px;
   padding-right:20px
}
.sitemap .sitemap_r {
   width:50%;
   float:right;
   padding-left:20px;
   padding-right:20px;
}
.sitemap h5 {padding-left:10px;
             margin-top: 20px;}
.sitemap ul li {
  padding-bottom:10px;
}
@media screen and (max-width: 750px) {
   .sitemap .sitemap_l, .sitemap .sitemap_r {
      width:100%;
      padding-left:2px;
      padding-right:2px;}
}
/*----------sitemapここまで-----------*/
.two-colum-fit {
  text-align: left; 
  margin: 5px 0px 0px 30px;
}
.ma-bt{
  margin-bottom: 14px;
  width: 70%;
}
.h3-recruit{
    margin-bottom: 20px;
}
.recruit-downtext{
    margin-bottom: 20px;
}
.blog-margin{
    margin-top: 20px;
}
@media only screen and (max-width: 599px) {
    .ma-bt {width: 85%;margin-top: 20px;margin-left: 20px;}
    .h3-recruit {font-size: 1.5rem;margin: 15px;}
    .top-recruit-text {margin: 15px;}
    .top-recruit-text p {font-size: 16px;}
    .recruit-downtext {margin-bottom: 0px;}
    .blog-margin {margin-top: 0px;}
}
.ma-bt-lg{
  margin-bottom: 30px;
}
.pa-bt p{
  padding-bottom:10px;
}
.pa-t { padding-top: 40px;}
.privacy-purpose {
  margin: 40px 0px 40px 0px;
}
.marketing_hr {
   text-align:center;
   font-size:140%;
   font-weight:bold;
   border: #fc0 solid 2px;
   border-radius:20px;
   padding:10px 10px;
   margin:15px 10px;
}
.download_hr {
   font-size:15px;
   padding:5px 5px;
   color: #fff;
   background-color:#FB0000;
   display: inline-block;
}
.marketing-hr {
  border: #fc0 solid 2px;
  padding:20px 10px;
  border-radius:20px;
}
.hr_images {
  height:400px;
  text-align:center;
}
.hr_logo {
 padding:20px 15px;
}
.faq_img {
  border: 1px solid #CCCCCC;
}
.img_border {
  border: 1px solid #F1F1F1;
}
.download-button {
  float: right;
  margin-right:18px;
}
.p-bold {
  font-size: 130%;
  font-weight: bold;
}
.font {
  font-size: 140%!important;
}
.hs-pd {
  padding: 20px;
}
.hs-seika-yellow {
  font-weight:600;
  background-color:#ffed9f;
  font-size:115%;
}
.hs-seika {
  font-weight:600;
  font-size:115%;
}
.al-right {
   text-align: right;
   margin-right: 25px;
}
.jinji_messegae {
  padding : 20px 0px 0px 0px;
}
.en_btn {
  margin-left: 15px;
}
.pd-top {
  padding-top: 90px;
}
.none {
  border: none;
}
.normal {
  word-break: normal;
}
.max {
  max-width: 100%;
}
.ms-l {
  float:left;
  width:15%;
}
.ms-r {
  float:right;
  width:80%;
}
.width-15 {width: 15%;}
.width-25 {width: 25%;}
.width-30 {width: 30%;}
.width-35 {width: 35%;}
.width-48 {width: 48%;}
.font-20 { font-size: 20px!important;}
.blue {
  color: #005293;
}
.note {
  font-size:90%;
}
.data_cleaning {
  padding:10px;
  display:block;
  margin:10px 0;
  border:1px solid #005292;
}
.img-border {border-radius: 100px;}
.ms_img {
  width: 85%!important;
}
.scene-img {
  margin-top: auto;
  margin-bottom: auto;
}
div.error_box {
  width: 95%;
}
div.error_box .error_text {
  float: left;
  width: 60%;
  margin-bottom: 20px;
  background-image: url(../images/arrow2.gif);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding: 0 0 0 13px;
}
div.error_box .error_button {
  float: right;
  width: 35%;
  text-align: center;
  margin-right: 15px;
}
@media screen and (max-width: 750px) {
  div.error_box .error_text { width: 100%;margin-bottom: 8px;}
  div.error_box .error_button {width: 100%;margin-bottom: 20px;}
}
.blacktext{
  color:#111111;
  font-weight:600;
}
/*----------20240319 TOP 事例 3columnから2columnへ変更-----------*/
.case-flex{
    display: flex;
    justify-content: space-evenly;
}
@media only screen and (max-width: 599px) {
    .case-flex{display: block;}
}
/*----------20240319 会社概要 改修-----------*/
.company-btn{
    margin-bottom: 70px;
}
/* ボタン共通設定 */
.cp-btn{
    /*影の基点とするためrelativeを指定*/
    position: relative;
    margin-right: 15px;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
    text-align: center;
    background: transparent;
	border-radius: 25px;
	border: solid 1px #2f69b3;
    outline: none;
    /*アニメーションの指定*/
    transition: all 0.2s ease;
}
/*hoverをした後のボタンの形状*/
.cp-btn:hover{
	border-color:transparent;
    text-decoration: none;
}
/*ボタンの中のテキスト*/
.cp-btn span {
	position: relative;
	z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
	display: block;
    padding: 10px 30px;
	background:#fff;
	border-radius: 25px;
	color:#2f69b3;
    font-weight: bold;
    font-size: 120%;
    /*アニメーションの指定*/
    transition: all 0.3s ease;
}
/*== 下に押し込まれる（立体が平面に） */
/*影の設定*/
.pushdown:before {
    content:"";
    /*絶対配置で影の位置を決める*/
    position: absolute;
	z-index: -1;
    top:4px;
    left:0;
    /*影の形状*/
    width: 100%;
    height: 100%;
	border-radius: 25px;
    background-color: #2f69b3;
}
/*hoverの際にY軸に4pxずらす*/
.pushdown:hover span {
	background-color: #2f69b3;
	color: #fff;
	transform: translateY(4px);
}
@media only screen and (max-width: 599px) {
    .cp-btn-mt{margin-top: 20px;}
}
/*--------沿革・経営理念---------*/
.enkaku-pt{
    padding-top: 0;
}
.enkaku-mt{
    margin-top: 0;
}
.btn-color{
    border: solid 1px #d3630e;
}
.btn-color span{
    color: #d3630e;
}
.btn-color:before{
    background-color: #d3630e;
}
.btn-color:hover span {
    background-color: #d3630e;
}
@media only screen and (max-width: 599px) {
    .soshikizu-mt{margin-top: 40px;}
    .chart{margin-bottom: 0;}
    .mission-pt{padding-top: 0;}
    div .hr-mb{margin-bottom: 0;}
    .cp-btn-mb{margin-bottom: 0;}
}
/*---------事業内容----------*/
.blog-mt{
    margin-top: 100px;
}
.cp-blog-margin{
    margin-top: 20px;
    margin-bottom: 50px;
}
.cp-service-mt{
    margin-top: 40px;
}
.cp-service-flex{
    display: flex;
    justify-content: space-evenly;
}
.cp-h2{
    font-size: 120%;
}
.service-midashi{
    color: #333C4E;
}
@media only screen and (max-width: 599px) {
    .blog-mt{margin-top: 80px;}
    .cp-blog-margin{margin-bottom: 0;}
    .cp-service-mt{margin-top: 80px;}
    .cp-service-flex{display: block;}
}
/*---------IT Week 春 2024(20240401.html)----------*/
.ai-img{
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-vip{
    margin-left: 15px;
}
.booth-mt{
    margin-top: 20px;
}
@media only screen and (max-width: 599px) {
    .ai-img{margin-left: 0;margin-top: 0;}
    .ai-bt{margin-top: 0;margin-left: 0;}
    .logo-l{margin-left: 0;}
    .btn-vip{margin-left: 0;}
    hr.map2024-hr{margin-top: 0;padding-bottom: 0;}
    .bt-0{margin-bottom: 0;}
}

/* 20240507 ダイヤモンド公人データ改修 */

/* よくあるご質問 */
.qa-6 {
    /* max-width: 500px; */
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}
.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    font-size: 17px;
}
.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}
.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}
.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}
.qa-6[open] summary::after {
    transform: rotate(225deg);
}
.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}
.qa-6[open] p {
    transform: none;
    opacity: 1;
}
.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
/* よくあるご質問 ここまで */

.others-service{
    margin-top: 40px;
}
.d-title-mt{
    margin-top: 100px;
}
@media only screen and (max-width: 599px) {
    .d-title02{margin-top: 30px;}
    .d-title-mt{margin-top: 70px;}
    .others-service{margin-top: 0;}
    .d-h2-mb{margin-bottom: 0;}
    .dlbox-l{margin-bottom: 0;width: 85%;margin-left: 20px;}
    .company-name{font-size: 1.2rem;font-weight: bold;}
    .company-title{font-size: 1rem;}
    .btn_download{padding-top: 0;}
}