/* ===========
共通
============== */
html {
  overflow: auto;
  font-size: 62.5%;
}
body {
  font-size: 1.6em;
  overflow: hidden;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #1A1A1A;
  font-weight: 400;
  background-color: #FFFFFF;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.2s;
}
a:hover,
a:focus {
  opacity: .7;
}
.sp_display {
  display: none !important;
}
.sp_display_flex {
  display: none !important;
}


/* ===================
共通 テンプレート
====================== */
/* Elemeor用サービス詳細 */
.service_elementor{
  max-width: 800px;
  margin: 100px auto;
}
.service_elementor ul li{
  list-style: disc;
  margin-left: 20px;
}
.service_elementor ol li{
  list-style: decimal;
  margin-left: 20px;
}

/* パンくず */
.breadcrumbs > div > span:nth-child(1) > a > span {
  display: none;
}
.breadcrumbs{
  margin: 10px 0;
  padding: 0 20px;
}
.breadcrumbs_inner{
  max-width: 1250px;
  margin: 0 auto;
  font-size: 12px;
}
.breadcrumbs_inner .home{
  color: #AAAAAA;
  position: relative;
  padding-left: 18px;
}
.breadcrumbs_inner .home::before{
  position: absolute;
  content: "";
  background-image: url("../img/icon_home.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 12px;
  left: 0px;
  top: 0px;
}
.breadcrumbs_inner a{
  color: #AAAAAA;
}

/* スライダー(メイン) */
.slider{
  margin-bottom: 50px;
}
.gallery-slider{
  margin-bottom: 20px;
}
.slider_item{
  height: auto !important;
  min-height: 650px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.slider_content{
  width: 100%;
  padding: 0 40px;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider_description{
  max-width: 400px;
  height: 75%;
  min-height: 200px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: #FFFFFF;
}
.slider_description_image{
  height: auto;
  max-width: 320px;
  margin: 0 auto 20px;
  display: block;
}
.slider_description_title{
  font-size: 30px;
  margin-bottom: 10px;
  min-width: 320px;
}
.slider_description_text{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.slider_description_link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  height: 56px;
  color: #00A0E9;
  font-weight: bold;
  border-bottom: solid 2px #00A0E9;
}
.slider_description_link::after{
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("../img/icon_arrow_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.slider_video{
  width: 60%;
  position: relative;
  z-index: 9999;
}
.slider_video:before{
  content:"";
  display: block;
  padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.slider_video_start1,
.slider_video_start2,
.slider_video_start3,
.slider_video_start4,
.slider_video_start5,
.slider_video_start6,
.slider_video_start7{
  content:"";
  display: block;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.slider_video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider_image_wrap{
  height: 500px;
  width: 60%;
}
.slider_image_wrap:first-child{
  display: none;
}
.slider_image{
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}

/* スライダー(サムネイル) */
.gallery{
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.gallery-thumbs{
  max-width: 900px;
}
.gallery-thumbs > .swiper-wrapper > .swiper-slide{
  height: 105px;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.gallery-thumbs > .swiper-wrapper > .swiper-slide-active{
  border: 2px solid #00A0E9;
}
.slider_thumbnail_image{
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* スライダー(ボタン) */
.swiper-button-prev{
  width: 64px !important;
  height: 64px !important;
  background-color: #F0F0F0 !important;
  background-image: none !important;
  top: 40% !important;
  left: 0 !important;
}
.swiper-button-next{
  width: 64px !important;
  height: 64px !important;
  background-color: #F0F0F0 !important;
  background-image: none !important;
  top: 40% !important;
  right: 0 !important;
}

/* 導入事例 */
.casestudy{
  padding: 100px 20px;
  background-color: #FBFBFB;
}
.casestudy_title{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.casestudy_item_wrap{
  max-width: 1024px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.casestudy_item{
  width: 45%;
  margin-bottom: 20px;
}
.casestudy_item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.casestudy_link{
  display: block;
}
.casestudy_item_image{
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.casestudy_item_image:before {
  content:"";
  display: block;
  padding-top: 66.7%;
}
.casestudy_item_title{
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.casestudy_item_company_name{
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 20px;
}
.casestudy_item_link{
  display: flex;
  align-items: center;
  min-width: 240px;
  height: 56px;
  color: #00A0E9;
}
.casestudy_item_link::before{
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background-image: url("../img/icon_arrow_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.casestudy_detail_link{
  margin: 0 auto;
  width: 270px;
  height: 48px;
  font-size: 14px;
  color: #00A0E9;
  border: solid 2px #00A0E9;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}

/* 固定ページ ファーストビュー */
.page_fv_wrap{
  height: 570px;
  padding: 0 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_fv_wrap.news_category{ /* お知らせカテゴリ一覧の場合 */
  background-image: url("../img/img_bg_news.jpg");
}
.page_fv{
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
.page_fv_heading{
  font-size: 64px;
  color: #FFFFFF;
  letter-spacing: 5px;
  font-weight: bold;
  font-family: 'Open Sans';
}
.page_fv_title{
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #FFFFFF;
}
.page_fv_title::before{
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  border-top: 2px solid #FFFFFF;
  margin-right: 5px;
}
.page_fv_elementor_title{
  display: flex;
  align-items: center;
  font-size: 34px;
  color: #FFFFFF;
}
.page_fv_elementor_title::before{
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  border-top: 2px solid #FFFFFF;
  margin-right: 5px;
}


/* ===================
共通 テンプレート(CTA)
====================== */
/* 問い合わせ */
.cta_contact_wrap{
  padding: 50px 20px;
  background-image: url("../img/img_cta_bg_yellow.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta_contact{
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
}
.cta_contact_content{
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta_contact_title{
  font-size: 30px;
  margin-bottom: 50px;
}
.cta_contact_link{
  width: 322px;
  height: 56px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #00A0E9;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta_contact_image{
  width: 40%;
  height: auto;
}

/* 個別相談会 */
.cta_advice_wrap{
  padding: 50px 20px;
  background-color: #F5FCFF;
}
.cta_advice{
  max-width: 1024px;
  margin: 0 auto;
}
.cta_advice_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.cta_advice_text{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.cta_advice_price{
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
.cta_advice_image_wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.cta_advice_image{
  max-width: 45%;
}
.cta_advice_image:first-child{
  margin-right: 30px;
}
.cta_advice_link{
  margin: 0 auto;
  width: 320px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #00A0E9;
  background-color: #FFFFFF;
  border: solid 2px #00A0E9;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 公演依頼 */
.cta_seminar_wrap{
  padding: 100px 20px;
  background-image: url("../img/img_cta_bg_blue.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta_seminar{
  max-width: 1024px;
  margin: 0 auto;
}
.cta_seminar_title{
  font-size: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.cta_seminar_image_wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.cta_seminar_image{
  max-width: 45%;
}
.cta_seminar_image:first-child{
  margin-right: 30px;
}
.cta_seminar_link {
  margin: 0 auto;
  width: 272px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #00A0E9;
  background-color: #FFFFFF;
  border: solid 2px #00A0E9;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* ===========
ヘッダー
============== */
/* 上部 */
.header{
  background-color: #FFFFFF;
  border-bottom: 1px solid #DEDEDE;
  right: 0;
  left: 0;
}
.header_fixed {
  background-color: #FFFFFF;
  border-bottom: 1px solid #DEDEDE;
  padding: 0 20px;
  width: 100vw;
  height: 60px;
  z-index: 15;
  position: fixed;
  top: 0;
}
.header_top{
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.header_logo{
  height: 40px;
}
.header_logo_link{
  height: 100%;
  width: 200px;
  display: block;
  background-image: url("../img/logo_comdec_yoko.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.header_sub{
  width: calc(100% - 200px);
  display: flex;
  justify-content: flex-end;
}
.header_sub_content_wrap{
  display: flex;
}
.header_contact_link{
  width: 150px;
  height: 35px;
  background-color: #00A0E9;
  border-radius: 100px;
  display: flex;
  font-size: 14px;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
}
.header_contact_link::before{
  content: "";
  display: inline-block;
  width: 23px;
  height: 14px;
  margin-right: 10px;
  background-image: url("../img/icon_contact.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header_remote_link{
  margin-left: 15px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #00A0E9;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_subsidy_link{
  margin-left: 15px;
  width: 150px;
  height: 35px;
  font-size: 14px;
  color: #00A0E9;
  border: solid 2px #00A0E9;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_social_wrap{
  display: flex;
  justify-content: space-between;
  margin-left: 50px;
  width: 135px;
}
.header_social_instagram{
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("../img/logo_instagram.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.header_social_facebook i{
  font-size: 30px;
  color: #1877F2;
}
.header_social_twitter i{
  font-size: 30px;
  color: #00ACEE;
}

/* 下部 */
.header_navi_wrap{
  box-sizing: content-box;
  height: 40px;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 60px;
}
.nav_wrap.open {
  display: block;
}
.header_navi_content_wrap{
  height: 100%;
}
.header_navi_menu{
  height: 100%;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.header_navi_menu li{
  width: calc(100% / 7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_navi_menu > .menu-item > .navi_link{
  width: 100%;
  margin: 10px 0;
  font-size: 14px;
  text-align: center;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header_navi_menu .current-menu-item{
  border-bottom: 2px solid #00A0E9;
}
.header_navi_menu .current-menu-item a{
  color: #00A0E9;
}
.navi_link:hover {
  color: #00A0E9;
}
.header_contact_sp{
  display: none;
}


/* ===========
フッター
============== */
/* 上部 */
.footer_content{
  padding: 100px 20px;
  background-color: #FBFBFB;
}
.footer_navi{
  max-width: 1024px;
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
}
.footer_navi_menu{
  display: flex;
  justify-content: center;
}
.footer_navi_menu > .menu-item{
  font-size: 14px;
  padding: 0 15px;
  text-align: center;
  border-left: 1px solid #AAAAAA;
}
.footer_navi_menu > .menu-item:first-child{
  border-left: none;
}
.footer_logo{
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.footer_logo_link{
  height: 80px;
  width: 140px;
  display: block;
  margin: 0 auto 20px;
  background-image: url("../img/logo_comdec_tate.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer_logo_infomation{
  text-align: center;
}
.footer_banner{
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.footer_banner_link{
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer_banner_link img{
  display: block;
  margin: 0 auto 20px;
}
.widgettitle{
  display: none;
}
.widget{
  margin: 0 1.8%;
}

/* 下部(コピーライト) */
.footer_copyright{
  height: 128px;
  background-color: #00A0E9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_copyright_text{
  color: #FFFFFF;
  font-size: 12px;
}


/* ===================
トップページ
====================== */
/* サービスリンク */
.top_product{
  margin: 0 20px 100px;
  padding: 80px 0;
  background-color: #DEDEDE;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_product_item_wrap{
  max-width: 1024px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
.top_product_item{
  width: 31%;
  margin-bottom: 20px;
  margin-left: 3.5%;
}
.top_product_item:nth-of-type(3n+1) {
  margin-left: 0;
}
.top_product_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.top_product_item_link,
.top_product_item_txt
{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5px;
  background-color: #FFFFFF;
}

.top_product_item_txt {
	padding; 10px!important;
}

.top_product_item_thumbnail {
	border-bottom: 1px solid #ddd;
	vertical-align:bottom;
}

.top_product_item_link::after,
.top_product_item_txt::after
{
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("../img/icon_arrow_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.top_product_item_content{
  display: flex;
  align-items: center;
  width: calc(100% - 30px);
  padding-right: 5px;
}
.top_product_item_image{
  height: 35px;
  width: auto;
  margin-right: 5px;
}
.top_product_item_title{
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top_product_yes_image,
.top_product_no_image {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 35px;
}

.top_product_yes_image .top_product_item_txt {
	padding: 10px 15px;
	width: calc(100% - 0px);
}

.top_product_no_image .top_product_item_txt {
	padding: 30px 15px;
	width: calc(100% - 0px);
}

.top_product_yes_image .top_product_item_title,
.top_product_no_image .top_product_item_title {
	font-size: 16px;
}

/* コムデックが選ばれる３つの理由 */
.reason{
  padding: 0 20px;
  margin-bottom: 100px;
}
.reason_title{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.reason_item_wrap{
  max-width: 1024px;
  margin: 0 auto;
}
.reason_item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.reason_item:nth-child(2){
  flex-direction: row-reverse;
}
.reason_item:last-child{
  margin-bottom: 0;
}
.reason_item_content{
  max-width: 460px;
  margin-right: 20px;
}
.reason_item:nth-child(1) > .reason_item_content::before{
  content: "";
  display: block;
  width: 74px;
  height: 66px;
  margin-bottom: 20px;
  background-image: url("../img/icon_number_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.reason_item:nth-child(2) > .reason_item_content::before{
  content: "";
  display: block;
  width: 74px;
  height: 66px;
  margin-bottom: 20px;
  background-image: url("../img/icon_number_02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.reason_item:nth-child(3) > .reason_item_content::before{
  content: "";
  display: block;
  width: 74px;
  height: 66px;
  margin-bottom: 20px;
  background-image: url("../img/icon_number_03.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.reason_item_title{
  font-size: 18px;
  margin-bottom: 5px;
}
.reason_item_answer{
  font-size: 24px;
  margin-bottom: 30px;
}
.reason_item_link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 55%;
  min-width: 240px;
  height: 56px;
  color: #00A0E9;
  font-weight: bold;
  border-bottom: solid 2px #00A0E9;
}
.reason_item_link::after{
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-image: url("../img/icon_arrow_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.reason_image{
  width: 40%;
}

/* youtube */
.youtube{
  padding: 0 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.youtube_title{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.youtube_explanation{
  line-height: 1.5;
  font-size: 16px;
  display: block;
  max-width: 1024px;
  margin: 0 auto 50px;
}

.youtube_explanation.cen {
    text-align: center;
}

.youtube_list {
  max-width: 1024px;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
}
.youtube_list li {
  width: 49%;
  margin-left: 2%;
  margin-bottom: 20px;
}
.youtube_list li:nth-of-type(2n+1) {
  margin-left: 0;
}
.youtube_list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.youtube_movie_src {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.youtube_movie_src iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.youtube_movie_title {
    font-weight: bold;
    margin-top: 5px;
}

/* お役立ちコラム */
.column{
  padding: 0 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.column_title{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.column_item_wrap{
  max-width: 1024px;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
}
.column_item{
  width: 23%;
  margin-left: 2.6%;
  margin-bottom: 20px;
}
.column_item:nth-of-type(4n+1) {
  margin-left: 0;
}
.column_item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.column_link{
  display: block;
}
.column_item_image{
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.column_item_image:before {
  content:"";
  display: block;
  padding-top: 66.7%;
}
.column_item_category{
  border: 1px solid #00A0E9;
  border-radius: 3px;
  padding: 0 5px;
  margin-bottom: 5px;
  max-width: 100%;
  display: inline-block;
  font-size: 12px;
  color: #00A0E9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.column_item_title{
  font-weight: bold;
  font-size: 14px;
}
.column_detail_link{
  margin: 0 auto;
  width: 270px;
  height: 48px;
  font-size: 14px;
  color: #00A0E9;
  border: solid 2px #00A0E9;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}

/* ニュース・お知らせ セミナー・イベント */
.top_topic_wrap{
  padding: 100px 20px;
}
.top_topic{
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top_topic_inner{
  width: 48%;
  display: flex;
  flex-direction: column;
}
.top_topic_title{
  font-size: 28px;
  border-bottom: 2px solid #EEEEEE;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.top_topic_title::after{
  content: "";
  width: 24px;
  border-bottom: 2px solid #055997;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.top_topic_item_wrap{
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.top_topic_item{
  margin-bottom: 20px;
}
.top_topic_item:last-child{
  margin-bottom: 0;
}
.top_topic_item_link{
  display: block;
}
.top_topic_item_meta{
  display: flex;
  font-size: 12px;
  margin-bottom: 5px;
}
.top_topic_item_meta_date{
  color: #AAAAAA;
  margin-right: 10px;
}
.top_topic_item_meta_category{
  color: #00A0E9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top_topic_item_title{
  font-weight: normal;
  font-size: 14px;
  text-decoration: underline;
}
.top_topic_link{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #00A0E9;
}
.top_topic_link::before{
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background-image: url("../img/icon_arrow_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}


/* ===================
サービス紹介ページ
====================== */
/* サービス一覧 */
.service_wrap{
  padding: 100px 20px;
}
.service{
  max-width: 1024px;
  margin: 0 auto;
}
.service_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.service_item_warp{
  display: flex;
  flex-wrap: wrap;
}
.service_item{
  width: 23%;
  margin-left: 2.6%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.service_item:nth-of-type(4n+1) {
  margin-left: 0;
}
.service_item_image{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  border: 1px solid #AAAAAA;
}
.service_item_image:before {
  content:"";
  display: block;
  padding-top: 57.75%;
}
.service_item_text{
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.service_item_text_title{
  font-size: 18px;
  margin-bottom: 10px;
}
.service_item_text_description{
  font-size: 14px;
}
.service_item_link{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #00A0E9;
}
.service_item_link::before{
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background-image: url("../img/icon_arrow_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.beige {
	background: #f5f5f5;
}

.service_item2{
  width: 30%;
  margin-left: 5%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.service_item2:nth-of-type(3n+1) {
  margin-left: 0;
}

.service_item2_title {
}

.service_item2_title img{
	width: 100%;
	height: auto;
}

.service_item2_image{
  position: relative;
  width: 100%;
}
.service_item2_image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.service_item2_text{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
	padding: 0 20px 20px;
}
.service2_item_link {
	padding: 20px 20px;
}

.service_item2_text object {
	margin-top: 20px;
}

.service_item2_text_title{
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.service_item2_text_description{
  font-size: 14px;
}
.service_item2_link{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #00A0E9;
}
.service_item2_link::before{
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background-image: url("../img/icon_arrow_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
	.service_item2{
 	  width: 100%!important;
 	  margin-left: 0!important;
	  margin-bottom: 20px;
	  display: block;
	  flex-direction: column;
	}
	
	.service_item2_title {
		text-align: center;
	}

	.service_item2_title img{
		width: 80%;
		height: auto;
	}
}




.service3 {
  max-width: 1200px;
  margin: 0 auto;
}

.service_item3{
  width: calc(25% - 7.5px);
  margin-left: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  background: #fff;
	border-top: 2px solid #00A0E9;
}

.service_item3:nth-of-type(4n+1) {
  margin-left: 0;
}

.service_item3_title {
	padding: 5px 5px;
}

.service_item3_title img{
	width: 100%;
	height: auto;
}

.service_item3_image{
  position: relative;
	padding: 0 20px 30px;
}
.service_item3_image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.service_item3_text{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
	padding: 0 20px 20px;
}
.service3_item_link {
	padding: 20px 20px;
}

.service_item3_text object {
	margin-top: 20px;
}

.service_item3_text_title{
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.service_item3_text_description{
  font-size: 14px;
}
.service_item3_link{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #00A0E9;
}
.service_item3_link::before{
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background-image: url("../img/icon_arrow_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
	.service_item3{
 	  width: 100%!important;
 	  margin-left: 0!important;
	  margin-bottom: 20px;
	  display: block;
	  flex-direction: column;
	}
	
	.service_item3_title {
		text-align: center;
	}

	.service_item3_title img{
		width: 80%;
		height: auto;
	}
}

/* ===================
会社概要ページ
====================== */
/* 概要 */
.about_wrap{
  padding: 100px 20px;
}
.about{
  max-width: 1024px;
  margin: 0 auto;
}
.about_work{
  max-width: 720px;
  margin: 0 auto 100px;
}
.about_work_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.about_work_text{
  font-size: 14px;
  line-height: 2.5;
}
.about_ceo{
  margin-bottom: 100px;
}
.about_ceo_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.about_ceo_content{
  display: flex;
  justify-content: space-between;
}
.about_ceo_content_image{
  width: 40%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about_ceo_content_image:before{
  content:"";
  display: block;
  padding-top: 71%;
}
.about_ceo_content_text{
  width: 50%;
  font-size: 14px;
  line-height: 2.5;
}
.about_ceo_content_name{
  display: block;
  text-align: end;
}
.about_philosophy{
  max-width: 720px;
  margin: 0 auto 50px;
}
.about_philosophy_title{
  font-size: 50px;
  text-align: center;
}
.about_philosophy_text{
  font-size: 25px;
  text-align: center;
}
.about_slogan{
  max-width: 720px;
  margin: 0 auto 100px;
}
.about_slogan_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.about_slogan_text{
  font-size: 14px;
  line-height: 2.5;
  text-align: center;
}
.about_slogan_description{
  font-size: 14px;
}
.about_logo{
  max-width: 720px;
  margin: 0 auto 100px;
}
.about_logo_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.about_logo_image{
  width: 330px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.about_logo_text{
  font-size: 14px;
  line-height: 2.5;
  text-align: center;
}
.about_mind{
  max-width: 720px;
  margin: 0 auto 100px;
}
.about_mind_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.about_mind_image{
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.about_plan{
  max-width: 720px;
  margin: 0 auto;
}
.about_plan_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.about_plan_text{
  font-size: 14px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 30px;
}
.about_plan_link_wrap{
  display: flex;
  justify-content: space-evenly;
  max-width: 720px;
  color: #00A0E9;
}
.about_plan_link{
  display: flex;
}
.about_plan_link::before{
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background-image: url("../img/icon_arrow_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* 企業情報 */
.company_wrap{
  padding: 100px 20px;
  background-color: #FBFBFB;
}
.company{
  max-width: 720px;
  margin: 0 auto;
}
.company_title{
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}
.company_content{
  background-color: #FFFFFF;
  font-size: 14px;
}
.company_content tbody{
  display: block;
  width: 90%;
  margin: 0 auto;
}
.company_content tr{
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #EEEEEE;
}
.company_content tr:last-child{
  border-bottom: none;
}
.company_content td{
  display: flex;
  align-items: center;
}

/* アクセス */
.access_wrap{
  padding: 100px 20px;
}
.access{
  max-width: 1024px;
  margin: 0 auto;
}
.access_title{
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}
.access_content{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.access_content:last-child{
  margin-bottom: 0;
}
.access_content_infomation{
  width: 48%;
}
.access_content_infomation_image{
  height: auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.access_content_infomation_image:before{
  content:"";
  display: block;
  padding-top: 75%;
  margin-bottom: 30px;
}
.access_content_infomation_address{
  font-size: 14px;
  margin-bottom: 30px;
}
.access_content_infomation_place{
  font-size: 14px;
  display: flex;
}
.access_content_infomation_place::before{
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  margin-right: 10px;
  background-image: url("../img/icon_place.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.access_content_map{
  position: relative;
  height : 0;
  width: 48%;
  padding-bottom: 36%;
  overflow : hidden;
}
.access_content_map iframe,
.access_content_map object,
.access_content_map  embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ===================
ニュース・お知らせページ
====================== */
/* 一覧 */
.news_wrap{
  padding: 100px 20px;
}
.news{
  max-width: 1024px;
  margin: 0 auto;
}
.news_item_warp{
  display: flex;
  flex-wrap: wrap;
}
.news_item{
  width: 23%;
  margin-left: 2.6%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.news_item:nth-of-type(4n+1) {
  margin-left: 0;
}
.news_item_image{
  position: relative;
  width: 100%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
.news_item_image:before {
  content:"";
  display: block;
  padding-top: 52%;
}
.news_item_text{
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news_item_text_date{
  font-size: 14px;
}
.news_item_category_link{
  font-size: 14px;
  color: #00A0E9;
  display: inline-block;
  margin-bottom: 10px;
}
.news_item_text_place{
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
.news_item_text_title{
  font-size: 16px;
}
.news_item_text_description{
  font-size: 14px;
}
.news_item_link{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #00A0E9;
}
.news_item_link::before{
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  background-image: url("../img/icon_arrow_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ページネーション */
.pagination{
  margin-top: 64px;
  text-align: center;
}
.page-numbers.current{
  background-color: #F5F5F5;
  border-radius: 50%;
  color: #00A0E9;
}
.page-numbers{
  height: 50px;
  min-width: 50px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}
.page-numbers:hover{
  color: #00A0E9;
}


/* =================
セミナー情報ページ
==================== */
.seminar_wrap{
  margin-top: 100px;
  text-align: center;
}
.seminar_title{
  font-size: 28px;
  text-align: center;
  display: inline;
  padding-bottom: 20px;
  border-bottom: 2px solid #00A0E9;
}


/* =================
採用情報ページ
==================== */
/* 冒頭 */
.recruit_concept_wrap{
  padding: 100px 20px;
}
.recruit_concept{
  max-width: 1024px;
  margin: 0 auto;
}
.recruit_concept_heading{
  max-width: 720px;
  margin: 0 auto 100px;
}
.recruit_concept_heading_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.recruit_concept_heading_text{
  font-size: 14px;
  line-height: 2.5;
}
.recruit_concept_mission{
  max-width: 720px;
  margin: 0 auto 30px;
}
.recruit_concept_mission_title{
  font-size: 28px;
  text-align: center;
}
.recruit_concept_mission_subtitle{
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.recruit_concept_mission_text{
  font-size: 14px;
  line-height: 2.5;
}
.recruit_concept_video{
  position: relative;
  width: 100%;
}
.recruit_concept_video::before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.recruit_concept_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 社内制度/福利厚生 */
.recruit_welfare_wrap{
  padding: 100px 20px;
  background-color: #FBFBFB;
}
.recruit_welfare{
  max-width: 1024px;
  margin: 0 auto;
}
.recruit_welfare_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.recruit_welfare_item_warp{
  display: flex;
  flex-wrap: wrap;
}
.recruit_welfare_item{
  width: 32%;
  margin-left: 2%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  box-shadow: 0 0 8px #F5F5F5;
}
.recruit_welfare_item:nth-of-type(3n+1){
  margin-left: 0;
}
.recruit_welfare_item_image{
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
.recruit_welfare_item_image:before {
  content:"";
  display: block;
  padding-top: 67%;
}
.recruit_welfare_item_text{
  padding: 10px;
}
.recruit_welfare_item_text_title{
  font-size: 16px;
  margin-bottom: 10px;
}
.recruit_welfare_item_text_description{
  font-size: 14px;
}

/* オフィス環境 */
.recruit_office_wrap{
  padding: 100px 20px;
}
.recruit_office{
  max-width: 1024px;
  margin: 0 auto;
}
.recruit_office_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.recruit_office_item_warp{
  display: flex;
  flex-wrap: wrap;
}
.recruit_office_item{
  width: 32%;
  margin-left: 2%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.recruit_office_item:nth-of-type(3n+1){
  margin-left: 0;
}
.recruit_office_item_image{
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
.recruit_office_item_image:before{
  content:"";
  display: block;
  padding-top: 67%;
}
.recruit_office_item_text{
  padding: 10px;
}
.recruit_office_item_text_title{
  font-size: 16px;
  margin-bottom: 10px;
}
.recruit_office_item_text_description{
  font-size: 14px;
}

.recruit_google_map_wrap {
	 padding: 100px 20px;
}
.recruit_google_map {
	max-width: 1024px;
	margin: 0 auto;
}
.recruit_google_map_title {
	font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 751px) {
  .recruit_google_map iframe {
    width:100%; height:600px } 
}
@media (max-width: 750px) {
  .recruit_google_map iframe {
    width:100%; height:250px } 
}

/* 先輩社員の声 */
.recruit_coworker_wrap{
  padding: 100px 20px;
  background-color: #FBFBFB;
}
.recruit_coworker{
  max-width: 1024px;
  margin: 0 auto;
}
.recruit_coworker_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.recruit_coworker_item_warp{
  display: flex;
  flex-wrap: wrap;
}
.recruit_coworker_item{
  width: 32%;
  margin-left: 2%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.recruit_coworker_item:nth-of-type(3n+1){
  margin-left: 0;
}
.recruit_coworker_item_image{
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
.recruit_coworker_item_image:before{
  content:"";
  display: block;
  padding-top: 133%;
}
.recruit_coworker_item_title{
  font-size: 18px;
  margin-bottom: 20px;
}
.recruit_coworker_item_name{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.recruit_coworker_item_join{
  font-size: 14px;
}

/* 受賞履歴 */
.recruit_award_wrap{
  padding: 100px 20px;
}
.recruit_award{
  max-width: 1024px;
  margin: 0 auto;
}
.recruit_award_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.recruit_award_item_warp{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit_award_item{
  width: 45%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.recruit_award_item_image{
  position: relative;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
.recruit_award_item_image:before{
  content:"";
  display: block;
  padding-top: 71%;
}
.recruit_award_item_date{
  font-size: 14px;
  margin-bottom: 10px;
}
.recruit_award_item_title{
  font-size: 16px;
}

/* メディア掲載 */
.recruit_media_wrap{
  padding: 100px 20px;
  background-color: #FBFBFB;
}
.recruit_media{
  max-width: 1024px;
  margin: 0 auto;
}
.recruit_media_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.recruit_media_item_warp{
  margin-bottom: 100px;
}
.recruit_media_item_warp:last-child{
  margin-bottom: 0;
}
.recruit_media_item_title{
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 10px;
}
.recruit_media_item_date{
  font-size: 14px;
  max-width: 720px;
  margin: 0 auto 30px;
}
.recruit_media_item_link{
  margin: 0 auto 30px;
  width: 176px;
  height: 48px;
  font-size: 14px;
  color: #00A0E9;
  border: solid 2px #00A0E9;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit_media_item_video{
  position: relative;
  width: 100%;
}
.recruit_media_item_video::before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.recruit_media_item_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 募集職種 */
.recruit_occupation_wrap{
  padding: 100px 20px;
  background-color: #F5F5F5;
}
.recruit_occupation{
  max-width: 1024px;
  margin: 0 auto;
}
.recruit_occupation_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.recruit_occupation_item_title{
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 10px;
}
.recruit_occupation_link{
  display: block;
}
.recruit_occupation_link:nth-child(n + 2){
  margin-bottom: 20px;
}
.recruit_occupation_link:last-child{
  margin-bottom: 0;
}
.recruit_occupation_link img{
  height: auto;
  width: 100%;
}


/* ===========================
採用情報ページ > 新卒採用ページ
============================== */
/* 冒頭 */
.graduate_concept_wrap{
  padding: 100px 20px;
}
.graduate_concept{
  max-width: 720px;
  margin: 0 auto;
}
.graduate_concept_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.graduate_concept_text{
  font-size: 14px;
  line-height: 2.5;
}

/* 募集要項 */
.graduate_description_wrap{
  padding: 100px 20px;
  background-color: #FBFBFB;
}
.graduate_description{
  max-width: 720px;
  margin: 0 auto;
}
.graduate_description_title{
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}
.graduate_description_content{
  background-color: #FFFFFF;
  font-size: 14px;
}
.graduate_description_content tbody{
  display: block;
  width: 90%;
  margin: 0 auto;
}
.graduate_description_content tr{
  display: flex;
  border-bottom: 1px solid #EEEEEE;
  padding: 30px 0;
}
.graduate_description_content tr:last-child{
  border-bottom: none;
}
.graduate_description_content td{
  display: flex;
  align-items: center;
}

/* エントリーフォーム */
.graduate_entry_wrap{
  padding: 100px 20px;
}
.graduate_entry{
  max-width: 720px;
  margin: 0 auto;
}
.graduate_entry_title{
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}


/* =================
お問い合わせページ
==================== */
.contact_wrap{
  padding: 100px 20px;
}
.contact{
  max-width: 720px;
  margin: 0 auto;
}
.contact_content a {
  color: #00A0E9;
}


/* ===========================
リモートサポートページ
============================== */
/* 固定ページ本文用リモートサポート */
.remote_changeable{
  max-width: 800px;
  margin: 100px auto;
}
.remote_changeable li{
  list-style: decimal;
  margin-left: 20px;
}
.remote_video{
  position: relative;
  width: 100%;
}
.remote_video:before{
  content:"";
  display: block;
  padding-top: 56.25%;
}
.remote_video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 冒頭 */
.remote_concept_wrap{
  padding: 100px 20px;
}
.remote_concept{
  max-width: 720px;
  margin: 0 auto;
}
.remote_concept_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.remote_concept_text{
  font-size: 14px;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 50px;
}
.remote_concept_download{
  display: block;
  width: 400px;
  padding: 20px 20px 20px 70px;
  border: 2px solid #00A0E9;
  margin: 0 auto;
  position: relative;
}
.remote_concept_download::before{
  content: "";
  display: block;
  height: 36px;
  width: 28px;
  background-image: url("../img/icon_download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.remote_concept_download::after{
  content: "";
  display: block;
  height: 16px;
  width: 8px;
  background-image: url("../img/icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.remote_concept_download_text{
  font-size: 20px;
  font-weight: bold;
  color: #00A0E9;
}
.remote_concept_download_subtext{
  font-size: 12px;
  color: #00A0E9;
}

/* ご利用方法 */
.remote_approach_wrap{
  padding: 100px 20px;
  background-color: #F5F5F5;
}
.remote_approach{
  max-width: 800px;
  margin: 0 auto;
}
.remote_approach_title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.remote_approach_item{
  padding: 20px 40px;
  background-color: #FFFFFF;
  box-shadow: 0 0 8px #f5f5f5;
}
.remote_approach_item:nth-child(2){
  margin-bottom: 40px;
}
.remote_approach_item_title{
  font-size: 24px;
  font-weight: bold;
  display: flex;
  margin-bottom: 20px;
  border-left: 3px solid #00A0E9;
  padding-left: 10px;
}
.remote_approach_item:nth-child(2) > .remote_approach_item_title::before{
  content: "1.";
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  font-family: 'Open Sans';
}
.remote_approach_item:nth-child(3) > .remote_approach_item_title::before{
  content: "2.";
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  font-family: 'Open Sans';
}
.remote_approach_item_description{
  font-size: 14px;
  margin-bottom: 20px;
}
.remote_approach_example_wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.remote_approach_example{
  width: 48%;
  padding: 20px;
  border: 2px solid #00A0E9;
}
.remote_approach_example_description{
  font-size: 14px;
  margin-bottom: 20px;
}
.remote_approach_example_image{
  height: auto;
  width: 100%;
}
.remote_support_wrap{
  display: flex;
  justify-content: space-between;
}
.remote_support_description{
  font-size: 14px;
}
.remote_support_description:nth-child(1){
  margin-bottom: 20px;
}
.remote_support_description:nth-child(2){
  margin-bottom: 40px;
}
.remote_support_phone_title{
  font-size: 14px;
  font-weight: bold;
}
.remote_support_phone_title::before{
  content: "";
  display: inline-block;
  height: 13px;
  width: 14px;
  margin-right: 5px;
  background-image: url("../img/icon_phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.remote_support_image{
  width: 40%;
}
.remote_support_phone_link{
  font-size: 24px;
  font-weight: bold;
  font-family: 'Open Sans';
}


/* =================
個別記事ページ
==================== */
.article_wrap{
  padding: 100px 20px;
}
.article{
  max-width: 720px;
  margin: 0 auto;
}
.article_date{
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.article_place{
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.article_join{
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.article_description{
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.article_category_link{
  font-size: 14px;
  color: #00A0E9;
  display: block;
  margin-bottom: 10px;
}
.article_title{
  font-size: 32px;
  margin-bottom: 30px;
}
.article_image{
  height: auto;
  width: 100%;
}
.article_image.single_recruit{
  width: 50%;
  display: block;
  margin: 0 auto;
}
.article iframe{
  max-width: 100%;
}

/* 記事目次 Table of Contents Plus用 */
#toc_container {
  text-align: center;
  border: none;
  border-top: 2px solid #AAAAAA;
  padding: 30px 50px;
  margin-top: 30px;
  width: 100% !important;
}
#toc_container ul{
  padding: 0 10px !important;
  border: none;
}
.toc_title{
  font-size: 14px;
  line-height: 1.6;
  text-align: left !important;
}
.toc_toggle{
  touch-action: manipulation;
  background: none;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  outline: none;
  cursor: pointer;
  color: #aaaaaa;
  display: inline-block;
  margin-left: 6px;
  padding: 0 6px;
  position: relative;
  font-size: 12px;
}
.toc_toggle > a {
  color: #aaaaaa !important;
  text-decoration: none !important;
}
.toc_list{
  color: #333333;
  text-align: left;
  list-style: none;
}
.toc_list > li {
  margin-top: 8px;
  list-style: none !important;
}
.toc_list > li > a {
  color: #333333 !important;
  text-decoration: underline;
  font-weight: bold;
}
.toc_list > li > ul > li {
  list-style: none !important;
}
.toc_list > li > ul > li > a {
  color: #333333 !important;
  text-decoration: underline;
  position: relative;
  padding-left: 8px;
  font-weight: normal;
}
.toc_list > ul > li {
  margin-left: 10px;
  margin-top: 8px;
}
#toc_container ul ul {
  margin-left: 0 !important;
}
.toc_list > ul > li > a {
  color: #333333 !important;
  position: relative;
  text-decoration: underline;
  padding-left: 8px;
}
.toc_list > ul > li > ul > li > a {
  color: #333333 !important;
  position: relative;
  text-decoration: underline;
  padding-left: 8px;
}

/* キャプション */
.wp-caption{
  padding: 1em;
  border: solid 2px #e8e8e8;
}

/* 引用タグ */
blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
blockquote:before{
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
blockquote p{
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
blockquote cite{
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/* 記事内要素 */
.article_content{
  margin-top: 50px;
  font-size: 107%;
  line-height: 1.83;
}
.article_content h2{
  font-size: 23px;
  margin-top: 1em;
  margin-bottom: 1.5em;
  padding: 16px;
  border-left: 6px solid #00A0E9;
  clear: both;
}
.article_content h3{
  font-size: 20px;
  margin-top: 2em;
  margin-bottom: 1.5em;
  background-color: #F5F5F5;
  padding: 8px 8px;
  clear: both;
}
.article_content h4{
  font-size: 18px;
  margin-bottom: 1.5em;
  margin-top: 2em;
  font-weight: normal;
}
.article_content p{
  margin-bottom: 1.5em;
  font-weight: 400;
}
.article_content .button_wrap{
  text-align: center;
}
.article_content button{
  position: relative;
  background: linear-gradient(180deg, #75ccf3 0%, #75ccf3 50%, #00a0e9 50%, #00a0e9 100%);
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  height: 64px;
  width: 280px;
  display: inline-block;
  box-shadow: 0px 4px 0 #13688F;
  border: none;
  cursor: pointer;
  transition: .3s;
  outline: none;
}
.article_content button .cv_text{
  color: #FFFFFF;
  font-size: 20px;
  display: block;
}
.article_content button:hover{
  box-shadow: none;
  transition: .3s;
  transform: translate3d(0, 4px, 0);
}
.article_content ul, .article_content ol {
  margin-bottom: 1em;
  padding: 1em 1em 1em 2.5em;
  border: solid 2px #e8e8e8;
  border-radius: 3px;
}
.article_content ul li{
  list-style: disc;
  list-style-position: inside;
  margin-top: .3em;
  padding-left:1em;
  text-indent:-1em;
}
.article_content ul li div{
  display: inline;
}
.article_content ol li{
  list-style: decimal;
  list-style-position: inside;
  margin-top: .3em;
  padding-left:1em;
  text-indent:-1em;
}
.article_content ol li div{
  display: inline;
}
.article_content img{
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  margin: 0.5em 0;
}
.article_content figcaption{
  font-size: 14px;
  opacity: 0.7;
}
.article_content a{
  text-decoration: underline;
  color: #1149bf;
}
.article_content strong{
  font-weight: bold;
}
.article_content .aligncenter {
  display: block;
  margin: 0 auto;
}
.article_content .alignright {
  float: right;
  margin: 7px 0 7px 24px;
}
.article_content h2 > span,
.article_content h3>span,
.article_content h4>span {
	padding-top: 100px;
	margin-top: -100px;
}
.article_content .alignleft {
  float: left;
  margin: 7px 24px 7px 0;
}

.article_content img[class*="wp-image-"],
.article_content img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
.article_content .clearfix {
  overflow: hidden;
  zoom: 1;
}
.article_content .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.article_content sup{
  vertical-align: super
}
.article_content sub{
  vertical-align: sub
}
.article_content code {
  display: inline-block;
  padding: 0.1em 0.2em;
  background-color: #F5F5F5;
  border-radius: 3px;
}
.article_content em{
  font-style: italic;
}
.article_content .wp-caption{
  max-width: 100%;
}
.article_content .article_video{
  position: relative;
  width: 100%;
}
.article_content .article_video:before{
  content:"";
  display: block;
  padding-top: 56.25%;
}
.article_content .article_video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article_content table thead th {
	background:#00a0e9;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
.article_content table thead th:last-child {
	border-right:#00a0e9 solid 1px;
}
.article_content table tbody th {
	background:#00a0e9;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}

/* テーブル 本番再現用 */
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
.wp-block-table {
  overflow-x: auto;
}
.article_content table {
  width: 100%;
  margin: 1em 0;
  border: 2px solid #e0e0e0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.article_content tr:not(:last-child) {
  border-bottom: 2px solid #e0e0e0;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  border-color: transparent;
}
.article_content td {
  padding: 7px;
  word-break: break-all;
}

/* 記事内要素 SANGO再現用 */
.keiko_yellow{
  background-color: #ff9;
}
.keiko_red{
  background-color: rgba(255,88,88,.24);
}
.keiko_blue{
  background-color: rgba(107, 182, 255, 0.24);
}
.keiko_green{
  background-color: rgba(151, 232, 154, 0.69);
}

/* SNSシェア */
.article_sns{
  margin-top: 32px;
}
.article_sns_btn{
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
}
.article_sns_btn img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 関連記事 */
.relation{
  padding: 100px 20px;
  background-color: #FBFBFB;
}
.relation_title{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.relation_item_wrap{
  max-width: 1024px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.relation_item{
  width: 45%;
  margin-bottom: 20px;
}
.relation_item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.relation_link{
  display: block;
}
.relation_item_image{
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.relation_item_image:before {
  content:"";
  display: block;
  padding-top: 47.7%;
}
.relation_item_text{
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.relation_item_text_date{
  font-size: 14px;
}
.relation_item_category_link{
  font-size: 14px;
  color: #00A0E9;
  display: inline-block;
  margin-bottom: 10px;
}
.relation_item_text_title{
  font-size: 16px;
}
.relation_item_link{
  display: flex;
  align-items: center;
  min-width: 240px;
  height: 56px;
  color: #00A0E9;
}
.relation_item_link::before{
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background-image: url("../img/icon_arrow_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.relation_detail_link{
  margin: 0 auto;
  width: 270px;
  height: 48px;
  font-size: 14px;
  color: #00A0E9;
  border: solid 2px #00A0E9;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s;
}



/* =============================
ブレイクポイント (〜1100px)
================================ */
@media screen and (max-width:1100px) {
  /* ===========
  フッター
  ============== */
  /* 上部 */
  .footer_navi{
    display: block;
  }
  .footer_navi_menu{
    display: block;
  }
  .footer_navi_menu > .menu-item{
    border-left: none;
    margin-bottom: 20px;
  }
  .footer_navi_menu > .menu-item:last-child{
    margin-bottom: 0;
  }
  .footer_banner{
    display: block;
  }
  .footer_banner_link{
    margin: 0 auto 20px;
  }

  /* 下部(コピーライト) */
  .footer_copyright{
    height: 64px;
  }
}



/* =============================
ブレイクポイント (〜991px)
================================ */
@media screen and (max-width:991px) {
  /* ===================
  共通 テンプレート
  ====================== */
  /* スライダー(メイン) */
  .slider_item{
    height: auto !important;
  }
  .slider_content{
    flex-direction: column;
  }
  .slider_description{
    margin-bottom: 20px;
    padding: 30px 25px;
  }
  .slider_description_image{
    width: calc(100% - 60px);
    margin: 0 30px 10px;
  }
  .slider_description_title{
    margin-bottom: 5px;
  }
  .slider_description_link{
    height: 46px;
  }
  .slider_video{
    width: 100%;
  }
  .slider_image_wrap{
    height: auto;
    min-height: 250px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .slider_image_wrap:first-child{
    display: block;
  }
  .slider_image_wrap:nth-child(3){
    display: none;
  }
  .slider_image{
    height: 100%;
    min-height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  /* スライダー(サムネイル) */
  .gallery-thumbs{
    max-width: 566px;
  }


  /* ===========
  ヘッダー
  ============== */
  /* 上部 */
  .header_sub_content_wrap{
    display: none;
  }
}



/* =============================
ブレイクポイント (〜768px)
================================ */
@media screen and (max-width:768px) {


.top_product_yes_image,
.top_product_no_image {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}
	
	
  /* ===========
  共通
  ============== */
  .pc_display {
    display: none !important;
  }
  .sp_display {
    display: block !important;
  }
  .sp_display_flex {
    display: flex !important;
  }
  /* ハンバーガーメニューの背景スクロール対策 */
  html.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }


  /* ===================
  共通 テンプレート
  ====================== */
  /* スライダー(メイン) */
  .slider{
    position: relative;
    margin-bottom: 0;
  }
  .slider_content{
    padding: 0 20px;
  }
  .gallery-slider{
    margin-bottom: 0;
  }
  .slider_description{
    width: 100%;
  }
  .slider_description_image{
    max-width: 320px;
  }
  .slider_description_title{
    font-size: 24px;
    min-width: auto;
  }
  .slider_description_text{
    font-size: 14px;
    margin-bottom: 0;
  }
  .swiper-pagination-bullet-active{
    background-color: #00A0E9 !important;
  }

  /* スライダー(サムネイル) */
  .gallery{
    position: absolute;
    top: 40%;
    width: 100%;
  }
  .gallery-thumbs{
    visibility: hidden;
  }

  /* スライダー(ボタン) */
  .swiper-button-prev{
    width: 40px !important;
    height: 60px !important;
  }
  .swiper-button-next{
    width: 40px !important;
    height: 60px !important;
  }

  /* 導入事例 */
  .casestudy_title{
    font-size: 22px;
  }
  .casestudy_item_wrap{
    display: block;
  }
  .casestudy_item{
    width: 100%;
  }
  .casestudy_item:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }
  .casestudy_item:last-child {
    margin-bottom: 0;
  }

  /* 固定ページ ファーストビュー */
  .page_fv_wrap{
    height: 200px;
  }
  .page_fv_image{
    height: 32px;
    width: 150px;
  }
  .page_fv_heading{
    font-size: 32px;
  }
  .page_fv_title{
    font-size: 16px;
  }
  .page_fv_title::before{
  width: 24px;
  }
  .page_fv_elementor_title{
    font-size: 26px;
  }
  .page_fv_elementor_title::before{
  width: 24px;
  }


  /* ===================
  共通 テンプレート(CTA)
  ====================== */
  /* 問い合わせ */
  .cta_contact{
    display: block;
    position: relative;
    padding-bottom: 60%;
  }
  .cta_contact_content{
    width: 100%;
  }
  .cta_contact_link{
    width: 100%;
    max-width: 322px;
    margin: 0 auto;
  }
  .cta_contact_image{
    width: 70%;
    position: absolute;
    bottom: -80px;
    right: 20px;
  }

  /* 個別相談会 */
  .cta_advice_title{
    font-size: 22px;
  }
  .cta_advice_image_wrap{
    display: block;
  }
  
  .cta_advice_image{
    width: 100%;
  }
  .cta_advice_image:first-child{
    margin-bottom: 20px;
  }
  .cta_advice_link{
    width: 100%;
    max-width: 320px;
  }

  /* 公演依頼 */
  .cta_seminar_title{
    font-size: 24px;
  }
  .cta_seminar_image_wrap{
    display: block;
  }
  .cta_seminar_image{
    width: 100%;
  }
  .cta_seminar_image:first-child{
    margin-bottom: 20px;
  }
  .cta_seminar_link{
    width: 100%;
    max-width: 272px;
  }

  /* ===========
  ヘッダー
  ============== */
  /* 上部 */
  .header{
    height: 48px;
    border: none;
  }
  .header_fixed{
    height: 48px;
  }
  .header_top{
    height: 48px;
    display: flex;
    justify-content: center;
  }
  .header_logo{
    height: 45px;
  }
  .header_logo_content{
    width: 123px;
  }
  .header_navi_contact{
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 15;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #00A0E9;
  }
  .header_navi_contact::before{
    content: "";
    display: block;
    width: 26px;
    height: 10px;
    background-image: url("../img/icon_contact.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* ハンバーガーメニュー */
  .header_navi_back{
    display: none;
    background-color: #000000;
    opacity: 0.49;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
  }
  .header_navi_back.open{
    display: block;
  }
  .header_navi_button_wrap{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    height: 48px;
  }
  .header_navi_button{
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
  }
  .header_navi_button:hover{
    opacity: 1;
  }
  .header_navi_button_inner, .header_navi_button_inner span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .header_navi_button_inner {
    position: relative;
    height: 12px;
    width: 18px;
  }
  .header_navi_button_inner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    border-radius: 1px;
  }
  .header_navi_button_inner span:nth-of-type(1) {
    top: 0;
  }
  .header_navi_button_inner span:nth-of-type(2) {
    top: 5.4px;
  }
  .header_navi_button_inner span:nth-of-type(3) {
    bottom: 0;
  }
  .header_navi_button_inner.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .header_navi_button_inner.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header_navi_button_inner.active span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }

  /* ハンバーガーメニュー内 */
  .header_navi_wrap {
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 0;
    display: none;
    z-index: 30;
    overflow-x: auto;
    background-color: #FFFFFF;
    width: 80%;
    min-width: 250px;
    height: 100%;
  }
  .header_navi_wrap.open{
    display: block;
  }
  .header_navi_content_wrap{
    margin-top: 48px;
    height: auto;
    padding: 0 20px;
  }
  .header_navi_menu{
    display: block;
    align-items: center;
    height: auto;
    margin-bottom: 30px;
  }
  .header_navi_menu > .menu-item:first-child{
    border-top: 1px solid #DEDEDE;
  }
  .header_navi_menu > .menu-item{
    height: 48px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
  }
  .header_navi_menu > .menu-item:after {
    content: ">";
    font-size: 6px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .header_navi_menu > .menu-item > .navi_link{
    height: 100%;
    width: 100%;
    margin: 0;
    border-left: none;
    border-right: none;
    display: flex;
    align-items: center;
  }
  .header_sub_content_wrap{
    margin-bottom: 30px;
  }
  .header_contact_link{
    height: 41px;
    width: 100%;
    margin-bottom: 15px;
  }
  .header_remote_link{
    height: 41px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .header_subsidy_link{
    height: 41px;
    width: 100%;
    margin-left: 0;
  }
  .header_navi_bottom_menu{
    justify-content: space-evenly;
    margin-bottom: 30px;
  }
  .header_social_wrap{
    width: auto;
    margin-left: 0;
    justify-content: center;
  }
  .header_social_facebook{
    margin-left: 15px;
  }
  .header_social_twitter{
    margin-left: 15px;
  }


  /* ===================
  トップページ
  ====================== */
  /* サービスリンク */
  .top_product{
    display: block;
    margin: 0;
    margin-bottom: 100px;
    padding: 80px 20px;
  }
  .top_product_item_wrap{
    width: 100%;
  }
  .top_product_item{
    width: 100%;
    margin-left: 0;
  }
  .top_product_item:nth-last-child(-n+3) {
    margin-bottom: 20px;
  }
  .top_product_item:last-child{
    margin-bottom: 0;
  }

  /* コムデックが選ばれる３つの理由 */
  .reason_title{
    font-size: 22px;
  }
  .reason_item{
    display: block;
    margin-bottom: 20px;
  }
  .reason_item:nth-child(2){
    flex-direction: row;
  }
  .reason_item_content{
    max-width: 100%;
  }
  .reason_item_answer{
    font-size: 20px;
  }
  .reason_item_link{
    margin-bottom: 20px;
  }
  .reason_image{
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto;
  }
  
  /* youtube */
  .youtube_title{
    font-size: 22px;
  }
  .youtube_movie_title {
      font-size: 14px;
  }
  .youtube_explanation{
  font-size: 13px;
  margin: 0 auto 50px;
  }
  .youtube_list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .youtube_list li:nth-last-child(-n+2) {
    margin-bottom: 40px;
  }
  .youtube_list li:last-child {
    margin-bottom: 0;
  }  

  /* お役立ちコラム */
  .column_title{
    font-size: 22px;
  }
  .column_item_wrap{
    display: block;
  }
  .column_item{
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .column_item:nth-last-child(-n+4) {
    margin-bottom: 40px;
  }
  .column_item:last-child {
    margin-bottom: 0;
  }

  /* ニュース・お知らせ セミナー・イベント */
  .top_topic {
    display: block;
  }
  .top_topic_inner{
    width: 100%;
  }
  .top_topic_inner:first-child{
    margin-bottom: 50px;
  }


  /* ===================
  サービス紹介ページ
  ====================== */
  /* サービス一覧 */
  .service_title{
    font-size: 22px;
  }
  .service_item_warp{
    display: block;
  }
  .service_item{
    width: 100%;
    margin-left: 0;
  }


  /* ===================
  会社概要ページ
  ====================== */
  /* 概要 */
  .about_work_title{
    font-size: 22px;
  }
  .about_work_title{
    font-size: 22px;
  }
  .about_ceo_title{
    font-size: 22px;
  }
  .about_ceo_content{
    display: block;
  }
  .about_ceo_content_image{
    width: 100%;
    margin-bottom: 10px;
  }
  .about_ceo_content_text{
    width: 100%;
  }
  .about_philosophy_title{
    font-size: 30px;
  }
  .about_slogan_title{
    font-size: 22px;
  }
  .about_slogan_text{
    text-align: start;
  }
  .about_logo_title{
    font-size: 22px;
  }
  .about_logo_image{
    width: 100%;
    max-width: 330px;
  }
  .about_logo_text{
    text-align: start;
  }
  .about_mind_title{
    font-size: 22px;
  }
  .about_plan_title{
    font-size: 22px;
  }
  .about_plan_link_wrap{
    height: 70px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  /* 企業情報 */
  .company_title{
    font-size: 22px;
  }
  .company_content tr{
    display: block; 
  }
  .company_content tr td{
    width: 100% !important;
  }
  .company_content tr td:first-child{
    margin-bottom: 10px;
  }

  /* アクセス */
  .access_title{
    font-size: 22px;
  }
  .access_content{
    display: block;
  }
  .access_content_infomation{
    width: 100%;
    margin-bottom: 50px;
  }
  .access_content_map{
    width: 100%;
    padding-bottom: 75%;
  }


  /* ===================
  ニュース・お知らせページ
  ====================== */
  /* 一覧 */
  .news_item_warp{
    display: block;
  }
  .news_item{
    width: 100%;
    margin-left: 0;
  }

  /* ページネーション */
  .pagination{
    margin-top: 32px;
  }


  /* =================
  セミナー情報ページ
  ==================== */
  .seminar_title{
    font-size: 22px;
  }


  /* =================
  採用情報ページ
  ==================== */
  /* 冒頭 */
  .recruit_concept_heading_title{
    font-size: 22px;
  }
  .recruit_concept_mission_title{
    font-size: 22px;
  }
  .recruit_concept_mission_subtitle{
    font-size: 20px;
  }

  /* 社内制度/福利厚生 */
  .recruit_welfare_title{
    font-size: 22px;
  }
  .recruit_welfare_item_warp{
    display: block;
  }
  .recruit_welfare_item{
    width: 100%;
    margin-left: 0;
  }

  /* オフィス環境 */
  .recruit_office_title{
    font-size: 22px;
  }
  .recruit_office_item_warp{
    display: block;
  }
  .recruit_office_item{
    width: 100%;
    margin-left: 0;
  }

  /* 先輩社員の声 */
  .recruit_coworker_title{
    font-size: 22px;
  }
  .recruit_coworker_item_warp{
    display: block;
  }
  .recruit_coworker_item{
    width: 100%;
  }

  /* 受賞履歴 */
  .recruit_award_title{
    font-size: 22px;
  }
  .recruit_award_item_warp{
    display: block;
  }
  .recruit_award_item{
    width: 100%;
  }

  /* メディア掲載 */
  .recruit_media_title{
    font-size: 22px;
  }

  /* 募集職種 */
  .recruit_occupation_title{
    font-size: 22px;
  }


  /* ===========================
  採用情報ページ > 新卒採用ページ
  ============================== */
  /* 冒頭 */
  .graduate_concept_title{
    font-size: 22px;
  }

  /* 募集要項 */
  .graduate_description_title{
    font-size: 22px;
  }
  .graduate_description_content tr{
    display: block; 
  }
  .graduate_description_content tr td{
    width: 100% !important;
  }
  .graduate_description_content tr td:first-child{
    margin-bottom: 10px;
  }


  /* ===========================
  リモートサポートページ
  ============================== */
  /* 固定ページ本文用リモートサポート */
  .remote_changeable{
    padding: 0 20px;
  }

  /* 冒頭 */
  .remote_concept_title{
    font-size: 22px;
  }
  .remote_concept_download{
    width: 100%;
    padding: 10px 10px 10px 45px;
  }
  .remote_concept_download::before{
    height: 30px;
    width: 23px;
    left: 10px;
  }
  .remote_concept_download_text{
    font-size: 18px;
  }

  /* ご利用方法 */
  .remote_approach_item_title{
    font-size: 20px;
  }
  .remote_approach_item:nth-child(2) > .remote_approach_item_title::before{
    font-size: 20px;
  }
  .remote_approach_item:nth-child(3) > .remote_approach_item_title::before{
    font-size: 20px;
  }
  .remote_approach_example_wrap{
    display: block;
  }
  .remote_approach_example{
    width: 100%;
  }
  .remote_approach_example:nth-child(1){
    margin-bottom: 20px;
  }
  .remote_support_wrap{
    display: block;
  }
  .remote_support{
    margin-bottom: 20px;
  }
  .remote_support_image{
    width: 100%;
  }

  /* =================
  個別記事ページ
  ==================== */
  /* 記事目次 */
  .box_index{
    margin-top: 18px;
    padding: 30px 16px 18px;
  }

  /* 記事内要素 */
  .article_content h2{
    font-size: 18px;
  }
  .article_content h3{
    font-size: 16px;
  }
  .article_content h4{
    font-size: 16px;
  }
  .article_content button{
    padding: 7px 20px;
    font-size: 16px;
    padding: 9px 40px 4px;
  }
  .article_content button .cv_text{
    font-size: 12px;
  }
  .article_content .border_content{
    padding: 16px;
  }
  .article_content table tbody th {
    min-width: inherit;
    max-width: inherit;
  }
  .article_content .merideme_table thead{
    display: table-header-group;
  }
  .article_content .merideme_table tbody th {
    display: table-cell;
    border-bottom: 1px solid #bababa;
    max-width: inherit;
  }
  .article_content .merideme_table tbody td {
    display: table-cell;
  }
  .article_content .merideme_table tbody td::before {
    content: none;
  }
  .article_content .merideme_table tbody td p {
    padding-left: 0;
  }
  .table_responsive{
    overflow: auto;
    white-space:nowrap;
  }
  .table_responsive::-webkit-scrollbar{
    height: 5px;
  }
  .table_responsive::-webkit-scrollbar-track{
    background: #f1f1f1;
  }
  .table_responsive::-webkit-scrollbar-thumb{
    background: #bbb;
  }

  /* SNSシェア */
  .article_sns{
    margin-top: 24px;
  }

  /* 関連記事 */
  .relation_title{
    font-size: 22px;
  }
  .relation_item_wrap{
    display: block;
  }
  .relation_item{
    width: 100%;
  }
  .relation_item:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }
  .relation_item:last-child {
    margin-bottom: 0;
  }
}






/* ==========================================================================
 Elementorの表示バグ防止目的 リニューアル前のテーマFakeで当たっていたCSSをそのまま記述
============================================================================= */
.post_content p{ 
  line-height: 2.5;
  margin: 0 0 2em 0;
}
.post_content td, .post_content th {
  border: 1px solid #ccc;
  padding: 10px 15px;
  line-height: 2.2;
  background: #fff;
}
.post_content table {
  margin: 0 0 24px 0;
  width: 100% !important;
}


/* ====================================================================

以下はリニューアル前のテーマFakeのdesign-plus.cssの記述。
Elementorの表示バグ防止目的でそのまま記述しています。

======================================================================= */


/* ----------------------------------------------------------------------
 Column layout - �J�������C�A�E�g
---------------------------------------------------------------------- */
.post_row { margin-right:-25px; margin-left:-25px; line-height:2.4; }
.post_row:before, .post_row:after { display:table; content:" "; }
.post_row:after { clear:both; }
.post_col, .post_col-2, .post_col-3 { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; width:100%; min-height:1px; margin-bottom:2em; padding-right:25px; padding-left:25px; float:left; }
@media screen and (min-width: 768px) {
    .post_col-2 { width:50%; }
    .post_col-3 { width:33.33333%; }
}
@media screen and (min-width: 1024px) {
    .post_col-2 { width:50%; }
    .post_col-3 { width:33.33333%; }
}


/* ----------------------------------------------------------------------
 headline - ���o���̃X�^�C��
---------------------------------------------------------------------- */
.post_content .style3a, .post_content .style3b, .post_content .style4a, .post_content .style4b, .post_content .style5a, .post_content .style5b, .post_content .style6 { font-weight: 500; line-height:1.6; }
/* h2 */
.style2a { margin:65px 0 30px !important; padding:0 0 .9em !important; border-bottom:3px solid #000; border-left: none !important; font-size:26px !important; } /* border-left: none; を追記 */
.style2b { margin:65px 0 30px !important; padding:.48em 1em .47em !important; background:#000; border-left: none !important; color:#fff; font-size:26px !important; }
/* h3 */
.style3a { margin:65px 0 30px !important; padding:1.2em .15em !important; border-top:1px solid #ccc; border-bottom:1px solid #ccc; border-left: none !important; font-size:22px !important; }
.style3b { margin:65px 0 30px !important; padding:1.1em 1.4em 1.15em !important; border:1px solid #ddd; border-top:3px solid #000; border-left: none !important; background:#fafafa; font-size:22px !important; }
/* h4 */
.style4a { margin:65px 0 30px !important; padding:.4em 0 .4em 1.2em !important; border-left:3px solid #000; font-size:20px !important; font-weight:500; }
.style4b { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; margin:65px 0 30px !important; padding:.8em 1.5em .8em !important; border-left:#000 3px solid; font-size:20px !important; }
.style4b:after { position:absolute; top:0; left:0; width:100%; height:calc(100% - 2px); border:1px solid #ddd; border-left:none; content: ''; }
/* h5 */
.style5a { margin:65px 0 30px !important; padding:.85em 1.5em .8em !important; border:1px solid #ddd; background:#fafafa; font-size:18px !important; }
.style5b { margin:65px 0 30px !important; padding:.85em 1.5em .8em !important; background:#000; color:#fff; font-size:18px !important; }
/* h6 */
.style6 { position:relative; margin:65px 0 30px !important; padding:0 .8em 0 1.3em !important; color:#000; font-size:16px !important; font-weight:700; }
.style6:before { position:absolute; top:.35em; left:0; width:12px; height:12px; background:#000; content:""; }
.balloon { display:block; z-index:0; position:relative; width:auto; min-width:115px; margin:50px 0 22px; padding:.5em 18px .5em; clear:both; border-bottom:0; background:#222; color:#fff; font-size:20px; font-weight:400; text-align:left; }
.balloon:after { display:block; position:absolute; bottom:-10px; left:30px; width:0px; height:0px; margin-left:-10px; border-width:10px 10px 0 10px; border-style:solid; border-color:#222 transparent transparent transparent; content:""; }
@media screen and (max-width: 767px) {
    .style2a { margin:30px 0 20px !important; padding:0 0 .6em !important; font-size:20px !important; }
    .style2b { margin:30px 0 20px !important; padding:.42em .7em .41em !important; background:#000; color:#fff; font-size:20px !important; } 
    .style3a { margin:30px 0 20px !important; padding:.6em .15em !important; font-size:18px !important; }
    .style3b { margin:30px 0 20px !important; padding:.5em .5em .45em .6em !important; font-size:18px !important; }
    .style4a { margin:30px 0 20px !important; padding:.4em 0 .4em .8em !important; border-left:2px solid #000; font-size:16px !important; }
    .style4b { margin:30px 0 20px !important; padding:.8em 1em .75em !important; border-left:#000 2px solid; font-size:16px !important; }
    .style5a { margin:30px 0 20px !important; padding:.8em 1em .75em !important; font-size:15px !important; }
    .style5b { margin:30px 0 20px !important; padding:.8em 1em .75em !important; font-size:15px !important; }
}

/* �f�t�H���g���o��+�N�C�b�N�^�O���o���̃X�^�C�� */
@media screen and (min-width: 769px) {
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h2,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h3,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h4,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h5,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h6 { margin-top: 40px !important; } 
}
@media screen and (max-width: 768px) {
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h2,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h3,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h4,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h5,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h6 { margin-top: 30px !important; } 
}
@media screen and (max-width: 600px) {
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h2,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h3,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h4,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h5,
    .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h6 { margin-top: 20px !important; } 
}
.post_content h2 { font-size:24px; }
.post_content h3 { font-size:22px; }
.post_content h4 { font-size:20px; }
.post_content h5 { font-size:18px; }
.post_content h6 { font-size:16px; }
@media screen and (max-width: 767px) {
    .post_content h2 { font-size:20px; }
    .post_content h3 { font-size:18px; }
    .post_content h4 { font-size:18px; }
    .post_content h5 { font-size:16px; }
    .post_content h6 { font-size:14px; }
}
/* Vertical */
.p-vertical { width:100%; margin:70px 0; font-size:36px; line-height:1.4; text-align:center; }
.p-vertical p { display:inline-block; margin:0; font-size:inherit; line-height:inherit; text-align:left; -webkit-writing-mode:vertical-rl; -ms-writing-mode:tb-rl; writing-mode:vertical-rl; }
@media screen and (max-width: 767px) { 
 .p-vertical { margin:33px 0; font-size:24px; line-height:1.3; }
}

/* ----------------------------------------------------------------------
 flame - �͂ݘg
---------------------------------------------------------------------- */
.well { margin-bottom:30px; padding:1.1em 2em; border:1px solid #ddd; border-radius:6px; background-color:#fafafa; }
.well2 { margin-bottom:30px; padding:1.1em 2em; border:1px solid #ddd; }
.well3 { margin-bottom:30px; padding:1.1em 2em; border:1px dashed #ddd; background:#fafafa; }
.wl_red { border-color:#ebccd1; background-color:#f2dede; color:#a94442 !important; }
.wl_yellow { border-color:#faebcc; background-color:#fcf8e3; color:#8a6d3b !important; }
.wl_blue { border-color:#bce8f1; background-color:#d9edf7; color:#31708f !important; }
.wl_green { border-color:#d6e9c6; background-color:#dff0d8; color:#3c763d !important; }

@media screen and (max-width: 767px) {
    .well, .well2, .well3 { padding:.9em .8em .9em 1em; }
}

/* ----------------------------------------------------------------------
 button - CSS�{�^���̃X�^�C��
---------------------------------------------------------------------- */
.q_button { -webkit-box-sizing:border-box; box-sizing:border-box; display:inline-block; min-width:200px; max-width:90%; margin:0; padding:.6em 1.3em .5em; background-color:#535353; color:#fff !important; font-size:100%; font-weight:400; text-align:center; text-decoration:none; vertical-align:middle; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s; }
.q_button:hover, .q_button:focus { background-color:#7d7d7d; color:#fff; text-decoration: none; }

/* Button option */
.rounded { border-radius:6px; }
.pill { border-radius:50px; }
.sz_full { min-width:100px; max-width:100%; display:block; font-size:110%; padding:1em 1.5em .9em; }
.sz_l { min-width:350px; max-width:90%; font-size:110%; padding:.8em 1.5em .7em; }
@media screen and (max-width: 479px) {
    .sz_l { -webkit-box-sizing:border-box; box-sizing:border-box; width:100%; min-width:0; max-width:100%; }
}
.sz_s { min-width:100px; max-width:90%; font-size:85%; padding:.4em 1em .3em; }
.bt_red{ background:#c01f0e; color:#fff; }
.bt_red:hover, .bt_red:focus { background-color:#d33929; color:#fff; }
.bt_yellow{ background:#f1c40f; color:#fff; }
.bt_yellow:hover, .bt_yellow:focus { background-color:#f9d441; color:#fff; }
.bt_blue{ background:#2980b9; color:#fff; }
.bt_blue:hover, .bt_blue:focus { background-color:#3a91c9; color:#fff; }
.bt_green{ background:#27ae60; color:#fff; }
.bt_green:hover, .bt_green:focus { background-color:#39c574; color:#fff; }


/* ----------------------------------------------------------------------
Youtube responsive - Youtube����̃��X�|���V�u�\��
---------------------------------------------------------------------- */
.ytube { position:relative; height:0; margin-top:20px; margin-bottom:20px; padding-bottom:56.25%; padding-top:30px; overflow:hidden; }
.ytube iframe { position:absolute; top:0; right:0; width:100% !important; height:100% !important; }


/* ----------------------------------------------------------------------
Table responsive - �e�[�u���̃��X�|���V�u�\��
---------------------------------------------------------------------- */
.rps_table { line-height:2.0; }
@media only screen and (max-width:567px) {
  .rps_table tr { display:block; margin-bottom:1.5em; }
  .rps_table th, .rps_table td{ display:list-item; list-style-type:none; border:none; }
  .rps_table td { border-top: none; }
}


/* ----------------------------------------------------------------------
 Cardlink style - �J�[�h�����N�̃X�^�C��
---------------------------------------------------------------------- */
.cardlink { word-wrap:break-word; max-width:100%; margin:15px 0 2em !important; padding:20px; border:1px solid #ddd; background:#fafafa; }
.cardlink_thumbnail { margin-right:25px; float:left; }
.cardlink_thumbnail img { width:130px; height:130px; -o-object-fit:cover; object-fit:cover; }
/* for IE11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .cardlink_thumbnail img { height:auto; }
}
.cardlink_content { line-height:1.6; }
.cardlink_content p { color:#000; margin-bottom:.5em; line-height:1; }
.cardlink_timestamp { display:inline; margin:0; padding:0; color:#222; font-size:12px; line-height:1; vertical-align:top; }
.cardlink_title { margin:-3px 0 5px; font-size:16px; }
.cardlink_title a { color:#000; font-weight:bold; text-decoration:none; }
.cardlink_title a:hover { text-decoration:none; }
.cardlink_excerpt { overflow:hidden; color:#000; font-size:14px; line-height:1.9; }
.cardlink_footer { clear:both; }
.clear { clear:both; }
@media screen and (max-width: 767px) {
    .cardlink_timestamp { display:none; }
}
@media screen and (max-width: 567px) {
    .cardlink { padding:15px 11px 12px 13px; }
    .cardlink_thumbnail { margin-right:12px; margin-bottom:10px; float:left; }
    .cardlink_thumbnail img { width:100px; height:100px; }
    .cardlink_title { margin-top:-5px; font-size:14px; }
    .cardlink_excerpt { clear:both; }
}

/* ----------------------------------------------------------------------
 Download 2022/02/01
---------------------------------------------------------------------- */

#downloadMain {
	background: url("https://www.comdec.jp/wp-content/uploads/2022/02/img_bg_download.png");
	margin-bottom: 75px;
	display: table;
	padding: 0 30px;
	width: 100%;
}
#downloadMain .inner {
	min-height: 400px;
	display: table-cell;
	text-align: center;
	padding: 75px 0;
}
#downloadMain .inner .en {
	font-size: 20px;
	color: #fff;
	line-height: 1;
	margin-bottom: 20px;
}
#downloadMain .inner .jp {
	font-size: 42px;
	color: #fffc00;
	margin-bottom: 50px;
	line-height: 1;

}
#downloadMain .inner .info {
	font-size: 14px;
	color: #fff;
}
#introductionArea {
	border-bottom: 1px solid #ccc;
	margin-bottom: 75px;
	padding: 0 30px 75px;
}
#introductionArea .inner {
	max-width: 1340px;
	margin: 0 auto;
	display: table;
}
#introductionArea .inner .l {
	width: 50%;
	vertical-align: middle;
	display: table-cell;
}
#introductionArea .inner .l img {
	width: 670px;
	max-width: 100%;
	height: auto;
	border: 1px solid #ccc;
	vertical-align: middle;
}
#introductionArea .inner .r {
	vertical-align: middle;
	display: table-cell;
}
#introductionArea .r table {
	margin-left: 30px;
}
#introductionArea .r table th {
	vertical-align: middle;
	text-align: left;
	font-size: 22px;
	padding-top: 15px;
}
.first th {
	padding-top: 0!important;
}
#introductionArea .r table th span {
	background: #13388c;
	color: #fff;
	padding: 5px;
	line-height: 1;
	display: block;
	margin-right: 20px;
}
#introductionArea .r table td li:before{
	content: "● ";
	color: #ccc;
}
.documentHeading {
	text-align: center;
	margin-bottom: 50px;
}
.documentHeading .en {
	font-weight: bold;
	border-bottom: 2px solid #13388c;
	display: inline-block;
	padding: 0 0 10px;
	margin: 0 0 20px;
	line-height: 1;
}
.documentHeading .jp {
	font-size: 28px;
}
#formArea .inner {
	width: 600px;
	margin: 0 auto;
}
#formArea .inner iframe {
	width: 100%;
	height: 1000px;
}
@media screen and (min-width: 1281px) {
	#introductionArea .jp br {
		display: none;	
	}
}
@media screen and (max-width: 1280px) {
	#introductionArea .inner {
		width: 100%;
		max-width: 640px;
		display: block;
		margin: 0 auto;
	}				
	#introductionArea .inner .l {
		width: 100%;
		display: block;
		padding-bottom: 30px;
	}
	#introductionArea .inner .r {
		width: 100%;
		display: block;
	}	
}
@media screen and (max-width: 640px) {
	#downloadMain {
		background-size: cover;
		margin-bottom: 35px;
		display: table;
		padding: 0 15px;
	}
	#downloadMain .inner {
		display: table-cell;
		text-align: center;
		padding: 35px 0;
	}
	#downloadMain .inner .en {
		font-size: 14px;
		color: #fff;
		line-height: 1;
		margin-bottom: 10px;
	}
	#downloadMain .inner .jp {
		font-size: 28px;
		color: #fffc00;
		margin-bottom: 25px;
		line-height: 1;

	}
	#downloadMain .inner .info {
		font-size: 12px;
		text-align: left;
	}
	#downloadMain .inner .info br {
		display: none;
	}
	#introductionArea {
		margin-bottom: 35px;
		padding: 0 15px 35px;
	}
	#introductionArea .inner .l {
		padding: 0 0 15px;
	}		
	#introductionArea .inner table {
		margin: 0;
	}	
	#introductionArea .inner table th {
		font-size: 16px;
	}	
	#introductionArea .inner table th span {
		margin-right: 15px;
	}	
	#introductionArea .inner table td {
		font-size: 14px;
	}	
	.documentHeading {
		text-align: center;
		margin-bottom: 25px;
	}
	.documentHeading .en {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.documentHeading .jp {
		font-size: 20px;
	}
	#formArea .inner {
		width: 100%;
		padding: 0 15px 35px;
	}
	#formArea .iframe {
		height: 1200px;
	}
}

/* ----------------------------------------------------------------------
 businessimprovement 2022/02/03
---------------------------------------------------------------------- */

.clear {clear: both;}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix {zoom:1;}
*:first-child+html .clearfix {zoom:1;}
	
.gMainSpImage {
	display: none;
}
	
#gMainImage {
	background: url("https://www.comdec.jp/wp-content/uploads/2022/02/main_bg.png") top center no-repeat;
	background-size: 100% auto;
	border-top: 1px solid #DEDEDE;
}
	
#gMainImage .inner {
	width: 1300px;
	margin: 0 auto;
	display: table;
	padding: 40px 0 0;
}
#gMainImage .inner .r {
	display: table-cell;
	vertical-align: middle;
	width: 700px;
	text-align: right;
}
#gMainImage .inner .l {
	display: table-cell;
	vertical-align: middle;
}
.gMain01 {
	font-size: 32px;
	color: #00a0e9;
	line-height: 1;
	letter-spacing: 2px;
	font-weight: bold;
}
.gMain02 {
	font-size: 62px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.gMain03 {
	font-size: 21px;
	margin-bottom: 35px;
	line-height: 2;
	letter-spacing: 2px;
	font-weight: bold;
}
.gMain04 {
	margin-bottom: 40px;
}
.gMain04 li:nth-child(1){
	float: left;
	width: calc(50% - 10px);
}
.gMain04 li:nth-child(2){
	float: right;
	width: calc(50% - 10px);
}
	
.gMain05 {
	text-align: center;
}
	
.btnApply {
	border: 1px solid #00a0e9;
	border-radius: 10px;
	display: block;
	padding: 10px;
	background: #00a0e9;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 2;
	font-weight: bold;
	font-size: 20px;
}
	
.btnApply:before {
	content: "";
	display: inline-block;
	background: url("https://www.comdec.jp/wp-content/uploads/2022/02/ico_apply.png") center no-repeat;
	background-size: 20px auto;
	width: 20px;
	height: 20px;
	margin: 0 5px -3px 0
}

.btnSeries {
	border: 1px solid #00a0e9;
	border-radius: 10px;
	display: block;
	padding: 10px;
	text-align: center;
	line-height: 2;
	color: #00a0e9;
	font-weight: bold;
	font-size: 20px;
}
	
.btnSeries:before {
	content: "";
	display: inline-block;
	background: url("https://www.comdec.jp/wp-content/uploads/2022/02/ico_series.png") center no-repeat;
	background-size: 24px auto;
	width: 24px;
	height: 24px;
	margin: 0 5px -3px 0;
}

.btnCase {
	border: 1px solid #00a0e9;
	border-radius: 10px;
	display: block;
	padding: 10px;
	text-align: center;
	line-height: 2;
	color: #00a0e9;
	font-weight: bold;
	font-size: 20px;
}
	
.btnCase:before {
	content: "";
	display: inline-block;
	background: url(https://www.comdec.jp/wp-content/uploads/2022/03/ico_fukidashi.png) center no-repeat;
	background-size: 24px auto;
	width: 24px;
	height: 24px;
	margin: 0 5px -6px 0;
}

.btnCaseB {
	border: 1px solid #00a0e9;
	border-radius: 10px;
	display: block;
	padding: 10px;
	background: #00a0e9;
	text-align: center;
	line-height: 2;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}
	
.btnCaseB:before {
	content: "";
	display: inline-block;
	background: url(https://www.comdec.jp/wp-content/uploads/2022/03/ico_fukidashi_w.png) center no-repeat;
	background-size: 24px auto;
	width: 24px;
	height: 24px;
	margin: 0 5px -6px 0;
}
	
.gHeading {
	font-size: 42px;
	display: block;
	line-height: 1.3;
}
.gHeading:after {
	font-size: 22px;
	font-weight: normal;
	color: #aaaaaa;
	font-style: italic;
	display: block;
	letter-spacing: 2px;
}

.btn {
	width: 500px;
	margin: 0 auto;
	display: block;
}

.inner .btn {
	width: 340px;
	margin: 0 auto;
}

.inner .btn a {
	font-size: 14px;
}

.fixFooterBanner a {
	font-size: 14px;	
}
	
#gAbout {
	width: 1300px;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 70px 0 75px;
}
#gAbout	.gHeading {
	color: #00a0e9;
	letter-spacing: 2px;
}
#gAbout	.gHeading:after {
	content: "About";
	margin-bottom: 40px;
}
.gAboutText01 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 2px;
}

.gAboutText02 {
	line-height: 2;
	font-weight: bold;
}

.gAboutImage01 {
	position: absolute;
	bottom: 75px;
	left: 50px;

}
.gAboutImage02 {
	position: absolute;
	bottom: 75px;
	right: 50px;
}
	
#gFlow {
	padding: 75px 0;
	border-top: 1px solid #f388c5;
}
	
#gFlow .inner {
	width: 1300px;
	max-width: 1180px;
	margin: 0 auto;
}
	
#gFlow	.gHeading {
	color: #f388c5;
}
	
#gFlow	.gHeading:after {
	content: "Flow";
	margin-bottom: 75px;
}

.gFlowNum {
	text-align: center;
	display: block;
	border-radius: 50px;
	color: #fff;
	background: #f388c5;
	display: inline-block;
	line-height: 1;
	padding: 5px 50px;
	letter-spacing: 1px;
} 

.gFlowList {
	margin-bottom: 50px;
}

.gFlowList li {
	background: url("https://www.comdec.jp/wp-content/uploads/2022/02/flow_line01.png") left 25px bottom no-repeat;
}

.gFlowList li:last-of-type {
	background: url("https://www.comdec.jp/wp-content/uploads/2022/02/flow_line02.png") left 25px bottom no-repeat;
}

.gFlowBox {
	padding: 20px 0 10px 50px;
	margin-bottom: 10px;
}

.gFlowL {
	width: 150px;
	float: left;
	margin-right: 30px;
}

.gFlowL img {
	width: 100%;
	height: auto;
}

.gFlowR {
	float: left;
	width: calc(100% - 180px);
}

.gFlowR h3 {
	margin-bottom: 10px;
	font-size: 28px;
}

.gFlowR p {
	font-size: 16px;
	line-height: 1.7;
	font-weight: bold;
}

.gFlowCaption {
	text-align: right;
	margin-bottom: 50px;
}	
#gMerit {
	padding: 75px 0;
	border-top: 1px solid #83b810;
}
	
#gMerit .inner {
	width: 1300px;
	max-width: 1180px;
	margin: 0 auto;
}
	
#gMerit	.gHeading {
	color: #83b810;
}
	
#gMerit	.gHeading:after {
	content: "Merit";
	margin-bottom: 75px;
}

.gMeritList {
		
	border: 1px solid #ccc;	
	border-radius: 15px;
	overflow: hidden;
}
	
.gMeritList li {
	border-top: 1px solid #ccc;
	display: table;
	width: 100%;
}
	
.gMeritList li:first-of-type {
	border-top:none;
}
	
.gMeritIcon {
	width: 110px;
	padding: 20px 15px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
}
	
.gMeritIcon img {
	width: 100%;
	height: auto;
}
	
.gMeritText {
	display: table-cell;
	vertical-align: middle;
	background: url("https://www.comdec.jp/wp-content/uploads/2022/02/ico_check.png") right 30px center no-repeat;
	background-size: 40px auto;
	padding-right: 100px;
	font-size: 18px;
	font-weight: bold;
}
	
.gMeritText span {
	background: linear-gradient(transparent 70%, #ffea00 20%);
}
	
#gSeries {
	padding: 75px 0;
	border-top: 1px solid #fd9437;
}
	
#gSeries .inner {
	width: 1300px;
	max-width: 1180px;
	margin: 0 auto;
}
	
#gSeries .gHeading {
	color: #fd9437;
}
	
#gSeries .gHeading:after {
	content: "Series";
	margin-bottom: 75px;
}
	
.gSeriesList {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
	
	
.gSeriesList li {
	width: 380px;
	height: 380px;
	float: left;
	background: #fffbd3;
	border-radius: 1000px;
	margin-right: 80px;
	text-align: center;
	margin-bottom: 75px;
	position: relative;
}
	
.gSeriesList li:nth-of-type(3n) {
	margin-right: 0;
}
	
.gSeriesImage {
	position: absolute;
	bottom: 120px;
	left: 50%;
	width: 300px;
	text-align: center;
	margin-left: -150px;
}
	
.gSeriesImage img {
	max-width: 300px;
	height: auto;
}

.gSeriesName {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 380px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}


#gDownload {
	padding: 75px 0 50px;
	border-top: 1px solid #a515aa;
}
	
#gDownload .inner {
	width: 1300px;
	max-width: 1180px;
	margin: 0 auto;
}
	
#gDownload .gHeading {
	color: #a515aa;
}
	
#gDownload .gHeading:after {
	content: "Download";
	margin-bottom: 75px;
}
	
.gDownloadList {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: 0 auto;
}
	
	
.gDownloadList li {
	width: 30%;
	float: left;
	margin-right: 5%;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
	
.gDownloadList li:nth-of-type(3n) {
	margin-right: 0;
}
	
.gDownloadImage {

}
	
.gDownloadImage img {
	width: calc(100% - 2px);
	height: auto;
	border: 1px solid #ccc;
}

.gDownloadName {
	font-size: 16px;
	font-weight: bold;
}

@media screen and (min-width: 1321px) {
	.gDownloadList.line1 {
		width: 400px;
		padding-left: 20px;
	}
	.gDownloadList.line1 li {
		margin: 0 20px;
		width: calc(100% - 40px);
	}
	.gDownloadList.line2 {
		width: 900px;
		padding-left: 20px;
	}
	.gDownloadList.line2 li {
		margin: 0 20px;
		width: calc(50% - 40px);
	}
}
	
#gQanda {
	padding: 75px 0;
	border-top: 1px solid #e02f1c;
}
	
#gQanda .inner {
	width: 1300px;
	max-width: 1180px;
	margin: 0 auto;
}
	
#gQanda .gHeading {
	color: #e02f1c;
}
	
#gQanda .gHeading:after {
	content: "Q&A";
	margin-bottom: 75px;
}
	
.gQandaList li {
	box-shadow: 0 0 8px #ccc;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 10px;
	padding: 20px;
}

.gQandaQ {
	border-bottom: 1px solid #ccc;
	display: table;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.gQandaQ div {
	display: table-cell;
	width: 60px;
	text-align: center;
	vertical-align: middle;
}

.gQandaQ p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 22px;
	font-weight: bold;
}

.gQandaA {
	display: table;
	width: 100%;
}

.gQandaA div {
	display: table-cell;
	width: 60px;
	text-align: center;
	vertical-align: middle;
}

.gQandaA p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

#gCase {
	padding: 75px 0;
	border-top: 1px solid #0eb079;
}

.dQAwrap {
    padding: 40px 0 20px;
}
	
#gCase .inner {
	width: 1300px;
	max-width: 1180px;
	margin: 0 auto;
}
	
#gCase .gHeading {
	color: #0eb079;
}
	
#gCase .gHeading:after {
	content: "Case";
	margin-bottom: 75px;
}
	
.gCaseList {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.gCaseList li {
	width: 400px;
	margin-right: 50px;
	margin-bottom: 75px;
	float: left;
	font-weight: bold;
}

.gCaseList li:nth-of-type(3n) {
	margin-right: 0;
}


.gCaseList img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.gCaseCategory {
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #0eb079;
	font-size: 22px;
	position: relative;
	margin-bottom: 20px;
}
	
.gCaseCategory:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #0eb079 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
	
.fixFooterBanner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.8);
	height: 100px;
}
	
.fixFooterBanner ul {
	display: table;
	width: 840px;
	margin: 0 auto;
	padding: 20px 0;
}
	
.fixFooterBanner li.btn01 {
	float: left;
	width: 400px;

}
.fixFooterBanner li.btn02 {
	float: right;
	width: 400px;
}

.fixFooterBanner.bn1 ul {
	display: table;
	max-width: 600px;
	margin: 0 auto;
}

.fixFooterBanner.bn1 ul li.btn02,
.fixFooterBanner.bn1 ul li.btn01 {
    float: none;
    width: 100%;
    line-height: 1.2!important;     
}

.fixFooterBanner.bn1 ul li.btn02 a,
.fixFooterBanner.bn1 ul li.btn01 a {
    line-height: 1.2!important;     
}

@media screen and (max-width: 767px) {
    .fixFooterBanner.bn1 {
        height: 60px;
    }
    .fixFooterBanner.bn1 ul {
        width: 100%;
        max-width: 100%;
    }
    .fixFooterBanner.bn1 ul li.btn02,
    .fixFooterBanner.bn1 ul li.btn01 {
        width: 100%;
        line-height: 1!important;
    }
    .fixFooterBanner.bn1 ul li.btn02 a,
    .fixFooterBanner.bn1 ul li.btn01 a {
        width: 100%;
        line-height: 1.2!important;
    }
}

.fixFooterBanner li span {
	display: table;
	width: 100%;
	height: 60px;
}
.fixFooterBanner li.btn02 a {
	background: #fff;
}
.fixFooterBanner li a {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 1320px) {
	#gMainImage {
		background: url("https://www.comdec.jp/wp-content/uploads/2022/02/main_bg.png") top center no-repeat;
		background-size: 100% auto;
	}

	#gMainImage .inner {
		width: 100%;
		margin: 0 auto;
		display: table;
		padding: 30px 40px 0;
	}
	#gMainImage .inner .r {
		width: 35%;
	}
	#gMainImage .inner .r img {
		width: 100%;
		height: auto;
	}
	#gMainImage .inner .l {
		width: calc(65%- 40px);
		padding-right: 40px;
	}
	.gMain01 {
		font-size: 18px;
		color: #00a0e9;
		line-height: 1;
		letter-spacing: 2px;
	}
	.gMain02 {
		font-size: 36px;
		margin-bottom: 10px;
		letter-spacing: 2px;
	}
	.gMain03 {
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 1.5;
		letter-spacing: 1.5;
	}
	.gMain04 {
		margin-bottom: 30px;
	}
	.gMain04 li:nth-child(1){
		float: left;
		width: calc(50% - 10px);
	}
	.gMain04 li:nth-child(2){
		float: right;
		width: calc(50% - 10px);
	}

	.gMain05 {
		text-align: center;
	}
	
	.gMain05 img {
		width: 100px;
		height: auto;
	}

	.btnApply {
		padding: 5px;
		font-size: 14px;
	}

	.btnApply:before {
		content: "";
		display: inline-block;
		background: url("https://www.comdec.jp/wp-content/uploads/2022/02/ico_apply.png") center no-repeat;
		background-size: 16px auto;
		width: 16px;
		height: 16px;
		margin: 0 4px -2px 0
	}

	.btnSeries {
		padding: 5px;
		font-size: 14px;
	}

	.btnSeries:before {
		content: "";
		display: inline-block;
		background: url("https://www.comdec.jp/wp-content/uploads/2022/02/ico_series.png") center no-repeat;
		background-size: 20px auto;
		width: 20px;
		height: 20px;
		margin: 0 4px -4px 0;
	}
	
}

.gHeading {
	font-size: 28px;
}
.gHeading:after {
	font-size: 16px;
}

.btn {
	width: 340px;
	margin: 0 auto;
	display: block;
}

#gAbout {
	width: auto;
	padding: 50px 40px 50px;
}
#gAbout	.gHeading {
	color: #00a0e9;
}
#gAbout	.gHeading:after {
	content: "About";
	margin-bottom: 30px;
}
.gAboutText01 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}

.gAboutText02 {
	line-height: 2;
	font-size: 14px;
}

.gAboutImage01 {
	position: absolute;
	bottom: 125px;
	left: 50px;
}

.gAboutImage01 img {
	width: 153px;
	height: auto;
}

.gAboutImage02 {
	position: absolute;
	bottom: 125px;
	right: 50px;
}

.gAboutImage02 img {
	width: 108px;
	height: auto;
}

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

	#gAbout {
		position: relative;
	}

	.gAboutImage01 {
		position: absolute;
		top: -5px;
		left: 30px;
	}

	.gAboutImage01 img {
		width: 76px;
		height: auto;
	}

	.gAboutImage02 {
		position: absolute;
		top: -5px;
		right: 30px;
	}

	.gAboutImage02 img {
		width: 54px;
		height: auto;
	}
}

#gFlow {
	padding: 60px 40px;
	border-top: 1px solid #f388c5;
}

#gFlow .inner {
	width: auto;
}

#gFlow	.gHeading:after {
	margin-bottom: 45px;
}

.gFlowNum {
	padding: 5px 25px;
} 

.gFlowList {
	margin-bottom: 40px;
}

.gFlowL {
	width: 100px;
	margin-right: 20px;
}

.gFlowR {
	float: left;
	width: calc(100% - 120px);
}

.gFlowR h3 {
	margin-bottom: 5px;
	font-size: 20px;
}

.gFlowR p {
	font-size: 14px;
}

.gFlowCaption {
	font-size: 12px;
	margin-bottom: 40px;
}	
#gMerit {
	padding: 60px 40px;
	border-top: 1px solid #83b810;
}

#gMerit .inner {
	width: auto;
}

#gMerit	.gHeading:after {
	margin-bottom: 45px;
}

.gMeritIcon {
	width: 100px;
	padding: 20px 15px;
}

.gMeritText {
	background: url("https://www.comdec.jp/wp-content/uploads/2022/02/ico_check.png") right 30px center no-repeat;
	background-size: 30px auto;
	padding-right: 80px;
	font-size: 14px;
}

#gSeries {
	padding: 60px 40px;
}

#gSeries .inner {
	width: auto;
}

#gSeries .gHeading:after {
	margin-bottom: 45px;
}

.gSeriesList {
	width: 688px;
	margin: 0 auto;
}	

.gSeriesList li {
	width: 220px;
	height: 220px;
	margin-right: 14px;
	margin-bottom: 40px;
}

.gSeriesList li:nth-of-type(3n) {
	margin-right: 0;
}

.gSeriesImage {
	position: absolute;
	bottom: 70px;
	left: 50%;
	width: 300px;
	text-align: center;
	margin-left: -150px;
}

.gSeriesImage img {
	max-width: 180px;
	height: auto;
}

.gSeriesName {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 220px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#gDownload {
	padding: 60px 40px;
}

#gQanda {
	padding: 60px 40px 40px;
}

#gQanda .inner {
	width: auto;
}

#gQanda .gHeading:after {
	margin-bottom: 45px;
}

.gQandaList li {
	box-shadow: 0 0 8px #ccc;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 10px;
	padding: 15px;
}

.gQandaQ {
	border-bottom: 1px solid #ccc;
	display: table;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.gQandaQ div {
	display: table-cell;
	width: 45px;
	text-align: center;
	vertical-align: middle;
}

.gQandaQ div img {
	width: 45px;
	height: auto;
}

.gQandaQ p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	font-size: 18px;
}

.gQandaA {
	display: table;
	width: 100%;
}

.gQandaA div {
	display: table-cell;
	width: 45px;
	text-align: center;
	vertical-align: middle;
}

.gQandaA div img {
	width: 30px;
	height: auto;
}

.gQandaA p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	font-size: 14px;
}

#gCase {
	padding: 60px 40px;
	border-top: 1px solid #0eb079;
}

#gCase .inner {
	width: auto;
}

#gCase .gHeading:after {
	content: "Case";
	margin-bottom: 45px;
}

.gCaseList li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 50px;
}

.gCaseList li:nth-of-type(3n) {
	margin-right: 0;
}


.gCaseList img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.gCaseCategory {
	padding: 5px;
	font-size: 16px;
	margin-bottom: 15px;
}

.gCaseCategory:after {
	z-index: -1;
	bottom: -6px;
}

.gCaseText {
	font-size: 14px;
}

.fixFooterBanner ul {
	width: calc(100% - 40px);
	padding: 20px;
}
.fixFooterBanner li.btn01,
.fixFooterBanner li.btn02 {
	width: calc(50% - 10px);
}
	
@media screen and (max-width: 767px) {
	
	.gMainSpImage {
		display: block;
		width: 100%;
		text-align: center;
		margin:  0 0 20px;
	}
	
	.gMainSpImage img {
		width: 60%;
		height: auto;
	}
	
	#gMainImage {
		background: url("https://www.comdec.jp/wp-content/uploads/2022/02/main_bg.png") top center no-repeat;
		background-size: 100% auto;
	}

	#gMainImage .inner {
		width: 100%;
		display: block;
		padding: 30px 20px 0;
	}
	#gMainImage .inner .r {
		display: none;
	}
	#gMainImage .inner .l {
		width: 100%;
		display: block;
		padding: 0;
	}
	.gMain01 {
		font-size: 14px;
		text-align: center;
	}
	.gMain02 {
		font-size: 28px;
		text-align: center;
	}
	.gMain03 {
		font-size: 12px;
		margin-bottom: 20px;
		line-height: 1.5;
		letter-spacing: 1.5;
		text-align: center;
	}
	.gMain04 {
		margin-bottom: 20px;
	}
	.gMain04 li:nth-child(1){
		float: left;
		width: calc(50% - 10px);
	}
	.gMain04 li:nth-child(2){
		float: right;
		width: calc(50% - 10px);
	}
	
	.gMain05 {
		margin-bottom: 20px;
	}
	
	.gMain05 img {
		width: 80px;
		height: auto;
	}

	.btnApply {
		font-size: 12px;
	}
	
	.btnApply:before {
		background-size: 14px auto;
		width: 14px;
		height: 14px;
		margin: 0 4px -2px 0
	}

	.btnSeries {
		font-size: 12px;
	}
	
	.btnSeries:before {
		background-size: 18px auto;
		width: 18px;
		height: 18px;
		margin: 0 4px -4px 0;
	}

	.gHeading {
		font-size: 20px;
	}
	.gHeading:after {
		font-size: 12px;
	}

	.btn {
		width: 200px;
		margin: 0 auto;
		display: block;
	}

	#gAbout {
		padding: 37px 20px 30px;
	}
	#gAbout	.gHeading {
		color: #00a0e9;
	}
	#gAbout	.gHeading:after {
		content: "About";
		margin-bottom: 20px;
	}
	.gAboutText01 {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.gAboutText02 {
		font-size: 14px;
		padding: 0 70px;
		text-align: left;
	}
	
	.gAboutText02 br {
		display : none;
	}

	.gAboutImage01 {
		position: absolute;
		top: -30px;
		bottom: auto;
		left: 20px;
	}
	
	.gAboutImage01 img {
		width: 76px;
		height: auto;
	}
	
	.gAboutImage02 {
		position: absolute;
		top: -30px;
		bottom: auto;
		right: 20px;
	}
	
	.gAboutImage02 img {
		width: 54px;
		height: auto;
	}

	#gFlow {
		padding: 30px 20px;
	}

	#gFlow .inner {
		width: auto;
	}

	#gFlow	.gHeading:after {
		margin-bottom: 30px;
	}

	.gFlowNum {
		padding: 5px 15px;
	} 

	.gFlowList {
		margin-bottom: 30px;
	}
	
	.gFlowList li {
		background: url("https://www.comdec.jp/wp-content/uploads/2022/02/flow_line01.png") left 10px bottom no-repeat;
	}
	
	.gFlowList li:last-of-type {
		background: url("https://www.comdec.jp/wp-content/uploads/2022/02/flow_line02.png") left 15px bottom no-repeat;
	}

	.gFlowBox {
		padding: 0 0 20px 50px;
	}

	.gFlowR {
		width: 100%;
		float: none;
	}
	
	.gFlowL {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 10px;
		margin-top: -20px;
	}

	.gFlowL img {
		width: 100px!important;
		height: auto;
	}

	.gFlowR h3 {
		margin-bottom: 5px;
		font-size: 16px;
	}

	.gFlowR p {
		font-size: 14px;
	}

	.gFlowCaption {
		font-size: 10px;
		margin-bottom: 30px;
	}	
	#gMerit {
		padding: 30px 20px;
	}

	#gMerit	.gHeading:after {
		margin-bottom: 30px;
	}
	
	#gMerit li {
		padding: 10px 0;
	}

	.gMeritIcon {
		width: 60px;
		padding: 15px 10px;
	}

	.gMeritText {
		background: url("https://www.comdec.jp/wp-content/uploads/2022/02/ico_check.png") right 20px center no-repeat;
		background-size: 20px auto;
		padding-right: 50px;
		font-size: 14px;
	}

	#gSeries {
		padding: 30px 20px;
	}

	#gSeries .gHeading:after {
		margin-bottom: 30px;
	}

	.gSeriesList {
		width: 280px;
		margin: 0 auto;
	}	
	
	.gSeriesList li {
		width: 130px;
		height: 130px;
		margin-right: 20px;
		margin-bottom: 40px;
	}

	.gSeriesList li:nth-of-type(2n) {
		margin-right: 0;
	}
	
	.gSeriesList li:nth-of-type(3n) {
		margin-right: auto;
	}

	.gSeriesImage {
		position: absolute;
		bottom: 40px;
		left: 50%;
		width: 100px;
		text-align: center;
		margin-left: -50px;
	}

	.gSeriesImage img {
		max-width: 100px;
		height: auto;
	}

	.gSeriesName {
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 130px;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}

	#gDownload {
		padding: 30px 20px;
	}
	
	#gDownload .inner {
		width: auto;
	}

	#gDownload .gHeading:after {
		margin-bottom: 30px;
	}

	.gDownloadList {
		width: 100%;
		margin: 0 auto;
	}	
	
	.gDownloadList li {
		width: calc(50% - 10px);
		margin:0 20px 20px 0;
	}

	.gDownloadList li:nth-of-type(2n) {
		margin-right: 0;
	}
	
	.gDownloadList li:nth-of-type(3n) {
		margin-right: auto;
	}

	.gDownloadName {
		font-size: 14px;
		font-weight: bold;
	}	
	
	
	#gQanda {
		padding: 30px 20px;
	}

	#gQanda .gHeading:after {
		margin-bottom: 30px;
	}

	.gQandaList li {
		box-shadow: 0 0 8px #ccc;
		margin-bottom: 15px;
		padding: 10px;
	}

	.gQandaQ {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.gQandaQ div {
		display: table-cell;
		width: 30px;
		text-align: center;
		vertical-align: middle;
	}
	
	.gQandaQ div img {
		width: 30px;
		height: auto;
	}

	.gQandaQ p {
		display: table-cell;
		vertical-align: middle;
		padding-left: 10px;
		font-size: 14px;
		font-weight: bold;
	}

	.gQandaA div {
		width: 30px;
	}
	
	.gQandaA div img {
		width: 20px;
		height: auto;
	}

	.gQandaA p {
		padding-left: 15px;
		font-size: 14px;
	}

	#gCase {
		padding: 30px 20px;
	}

	#gCase .gHeading:after {
		margin-bottom: 30px;
	}
	
	.gCaseList li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 30px;
	}

	.gCaseList li:nth-of-type(2n) {
		margin-right: 0;
	}

	.gCaseList li:nth-of-type(3n) {
		margin-right: auto;
	}

	.gCaseList img {
		width: 100%;
		height: auto;
		margin-bottom: 7px;
	}

	.gCaseCategory {
		padding: 5px;
		font-size: 14px;
		margin-bottom: 15px;
	}
	
	.gCaseText {
		font-size: 14px;
	}
	
	.fixFooterBanner {
		height: 60px;
	}
	
	.fixFooterBanner ul {
		width: calc(100% - 20px);
		padding: 10px;
	}
	.fixFooterBanner li.btn01,
	.fixFooterBanner li.btn02 {
		width: calc(50% - 5px);
	}
	.fixFooterBanner li span {
		height: 40px;
	}
}

@media screen and (min-width: 1321px) {
	.gSeriesList {
		width: 1180px;
	}
	.gSeriesList.line3 {
		width: 740px;
		padding-left: 20px;
	}
	.gSeriesList.line4 {
		width: 980px;
		padding-left: 20px;
	}
	.gSeriesList li {
		margin-right: 20px;
	}
	.gSeriesList li:nth-of-type(3n){
		margin-right: 20px;
		width: 220px;
	}
	.gSeriesList li:nth-of-type(5n){
		margin-right: 0;
	}
}
@media screen and (max-width: 1320px) and (min-width: 768px) {
	#gDownload .inner {
		width: auto!important;	
		
	}
	.gDownloadList.line1 {
		width: 400px;
		padding-left: 20px;
	}
	.gDownloadList.line1 li {
		margin: 0 20px;
		width: calc(100% - 40px);
	}
	.gDownloadList.line2 {
		width: 100%;
		max-width: 900px;
	}
	.gDownloadList.line2 li {
		margin: 0 20px;
		width: calc(50% - 40px);
	}
}

/*===================================================
「業績アップにコミットしたkintone業務改善」とは？
===================================================*/

#sMainImage {
	background: url("https://www.comdec.jp/wp-content/uploads/2022/03/manage-bg.png") top center no-repeat;
	background-size: 100% auto;
	padding: 100px 0 100px;
}

.sMain01 {
	text-align: center;
}

.sMain02 {
	text-align: center;
	font-size: 44px;
	margin-bottom: 20px;
}

.sMain02 small {
	font-size: 32px;
}

.kMain04 {
	margin-bottom: 40px;
}
.kMain04 li:nth-child(1){
	float: left;
	width: calc(50% - 10px);
}
.kMain04 li:nth-child(2){
	float: right;
	width: calc(50% - 10px);
}
	
#sMainImage .inner {
	width: 1000px;
	margin: 0 auto;
	display: table;
	padding: 40px 0 40px;
}
#sMainImage .inner .r {
	display: table-cell;
	vertical-align: middle;
	width: 450px;
	padding-left: 50px;
}

#sMainImage .inner .r p {
	padding: 50px 30px 70px;
	box-shadow: 3px 3px #ccc;
	background: #fff url(https://www.comdec.jp/wp-content/uploads/2022/03/ico_b-arrow.png) bottom 20px center no-repeat;
	background-size: 12px auto;
	text-align: left;
	letter-spacing: 2px;
	line-height: 2;
	font-size: 19px;
	font-weight: bold;
}

#sMainImage .inner .l {
	display: table-cell;
	vertical-align: middle;
	width: 500px;
}

#sMainImage .inner .l img {
	width: 100%;
	height: auto;
}

#sPoint ul {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width: 1000px;
	margin: 0 auto 60px;
}

#sPoint ul li {
	width: 33%;
}

.sPointBox {
	width: 260px;
	height: 260px;
	display: table;
	border: 3px solid  #e8f5fd;
	border-radius: 1000px;
	margin: 0 auto 20px;
}

.sPointBox .innerBox {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.sPointBox img {
	width: 100%;
	max-width: 130px;
	height: auto;
}

.s01 {
	margin-bottom: 10px;
}

.s02 {
	font-size: 18px;
	font-weight: bold;
}

.s03 {
	width: 260px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 14px;
}

.btnWide {
	width: 500px!important;
}

.btnWide a {
	width: 500px!important;
}

#sStructure  {
	background: #00a0e9;
	padding: 90px 0;
}

#sStructure h2 {
	text-align: center;
	font-size: 32px;
	color: #fff;
	margin-bottom: 70px;
}

#sStructure .inner {
	width: 1000px;
	margin: 0 auto;
}

#sStructure ul {
	background: #fff;
	width: 100%;
}

#sStructure li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

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

#sStructure li .l {
	width: 280px;
	display: table-cell;
	vertical-align: top;
}

#sStructure li .l p {
	padding: 50px;
}

#sStructure li .l img {
	width: 100%;
	height: auto;
}

#sStructure li .r {
	padding: 50px 50px 50px 0;
	display: table-cell;
	vertical-align: top;
}

#sStructure li .r h3 {
	margin-bottom: 20px;
	color: #00a0e9;
	font-size: 20px;
}

#sStructure li .r p {
	font-size: 14px;
	font-weight: bold;
}

#sStructure li .r .reason_item_link {
	width: auto;
	min-width: auto;
	max-width: 300px;
	font-size: 14px!important;
}

.sArrow {
	text-align: center;
	margin-bottom: 40px;
}

.sMessage {
	background: #126ddf;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}

.sMessage span {
	font-size: 28px;
	color: #f6ff00;
}

#sCapCell {
	background: #fff;
	padding: 90px 0;	
}


#sCapCell h2 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 70px;
}

#sCapCell table {
	width: 999px;
	margin: 0 auto;
	border-top: 1px solid #00a0e9;
	border-left: 1px solid #00a0e9;
}

#sCapCell table th,
#sCapCell table td {
	border-right: 1px solid #00a0e9;
	border-bottom: 1px solid #00a0e9;	
	padding: 10px 5px;
}

.capCell01 {
	background: #00a0e9;
	padding: 5px;text-align: center;
	font-size: 24px;
	color: #fff;
}

.capCell02 {
	color: #00a0e9;
	text-align: center;
	font-size: 14px;
	width: 33.3%;
	background: #ebf6ff;
}

.capCell03 {
	text-align: center;
	font-size: 28px;
}

.capCell03 span  {
	font-size: 14px;
}

.capCell02.ccRows {
    vertical-align: middle;
    width: 60%!important;
}

.capCell03.ccRows {
    width: auto;
}

#sIndustry {
	background: #ebf6ff;
	padding: 90px 0;
}


#sIndustry h2 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 50px;
}

.sIndustry01 {
	position: relative;
	width: 1000px;
	margin:  0 auto 70px;
}

.sIndustryL {
	position: absolute;
	left: 0;
	bottom: 0;
}

.sIndustryR {
	position: absolute;
	right: 0;
	bottom: 0;
}

.sIndustryL img,
.sIndustryR img {
	width: 250px;
	height: auto;
}

.sIndustry01 fieldset {
	width: 390px;
	margin: 0 auto;
	border: 2px solid #00a0e9;
	border-radius: 10px;
	padding: 20px;
	background: #fff;
}

.sIndustry01 fieldset legend {
	margin: 0 auto;
	background: #00a0e9;
	border-radius: 100px;
	padding: 5px 60px;
	line-height: 1;
	color: #fff;
	font-size: 18px!important;
}

.sIndustry01 fieldset p {
	text-align: center;
	font-size: 50px;
}

.sIndustry01 fieldset p span {
	font-size: 34px;
}

.sIndustry02 {
	width: 1000px;
	margin: 0 auto 70px;
	border: 2px solid #00a0e9;
	border-radius: 10px;
	background: #fff;
	padding: 0 40px 20px;
}

.sIndustry02 legend {
	margin: 0 auto;
	background: #00a0e9;
	border-radius: 100px;
	padding: 5px 60px;
	line-height: 1;
	color: #fff;
	font-size: 18px!important;
}

.sIndustry02 p {
	text-align: center;
	font-size: 50px;
}

.sIndustry02 p span {
	font-size: 34px;
}

.sIndustry02 table {
	width: 100%;
}

.sIndustry02 th {
	text-align: left;
	border-bottom: 1px solid #00a0e9;
	padding: 40px;
	color: #00a0e9;
	font-size: 18px;
    width: 1px;
	white-space: nowrap;
	vertical-align: top;
}

.sIndustry02 td {
	border-bottom: 1px solid #00a0e9;
	padding: 40px;
	text-align: left;
}

.sIndustry02 td ul {
	margin-left: 20px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.sIndustry02 td ul li {
	list-style: disc;
	float: left;
	width: 50%;
	font-weight: bold;
}

.sIndustry02 tr:last-child th,
.sIndustry02 tr:last-child td {
	border-bottom: none;
}

#sCase {
	background: #fff;
	padding: 90px 0;
}


#sCase h2 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 50px;
}

#sCase article {
	border: 2px solid #00a0e9;
	width: 1000px;
	margin: 0 auto 70px;
	border-radius: 10px;
	position: relative;
}

#sCase article h3 {
	background: #00a0e9;
	color: #fff;
	font-size: 18px;
	padding: 15px;
}

#sCase article .sArrow {
	margin-bottom: 10px;
}

.sCaseIco {
	position: absolute;
	z-index: 2;
	top: -50px;
	right: 30px;
}

.sCaseIco img {
	width: 250px;
	height: auto;
}

.sCaseClient {
	font-size: 22px;
	font-weight: bold;
	margin: 60px 30px;
}

.sBefore {
	margin: 0 30px;
	padding: 20px 30px;
	background: #f4fbff;
}

.sBefore h4 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #00a0e9;
}

.sBefore li {
	border-top: 2px dotted #00a0e9;
	padding: 15px 0 15px 45px;
	font-size: 14px;
	background: url(https://www.comdec.jp/wp-content/uploads/2022/03/ico_xmark.png) left top 16px no-repeat;
	background-size: 22px auto;
	font-weight: bold;
}

.sAfter {
	margin: 0 30px 30px;
	padding: 20px 30px;
	background: #ffffd7;
}

.sAfter h4 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #ff7e00;
}

.sAfter li {
	border-top: 2px dotted #ff7e00;
	padding: 15px 0 15px 35px;
	font-size: 14px;
	background: url(https://www.comdec.jp/wp-content/uploads/2022/03/ico_check.png) left top 16px no-repeat;
	background-size: 22px auto;
	font-weight: bold;
}

.sLink h4 {
	margin: 0 20px 30px;
	background: #e62b72;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.sLink ul {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;	
	width: calc(100% - 40px);
	margin: 0 20px;
}

.sLink li {
	width: 31.3%;
	margin: 0 1% 20px;
	position: relative;
}


.sLink li img {
	width: 100%;
	height: auto;
}

.sLink li div {
	width: 40px;
	height: 40px;
	display: table;
	border-radius: 100px;
	border: 3px solid #e62b72;
	position: absolute;
	top: -15px;
	left:  -15px;
	background: #fff;
	overflow: hidden;
	z-index: 2;
	font-weight: bold;
}

.sLink li div span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	color: #e62b72;
}

.sLink.line1 li {
	margin: 0 34% 20px;
}

@media screen and (min-width: 768px)   {
	.sLink.line2 li:first-child {
		margin-left: 16%;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px)  {

	#sMainImage {
		background-size: 100% auto;
		padding: 30px 20px 30px;
	}
	
	.sMain01 img {
		width: 250px;
	}

	.sMain02 {
		text-align: center;
		font-size: 28px;
		margin-bottom: 30px;
	}

	.sMain02 small {
		font-size: 22px;
	}

	#sMainImage .inner {
		width: auto;
		display: block;
		padding: 10px 10px 30px;
	}
	#sMainImage .inner .r {
		display: block;
		width: 100%;
		padding: 0;
	}

	#sMainImage .inner .r p {
		padding: 20px 20px 50px;
		box-shadow: 0px 3px 8px #ccc;
		line-height: 1.5;
		font-size: 14px;
	}

	#sMainImage .inner .l {
		display: block;
		width: 100%;
		padding: 0 0 20px;
		text-align: center;
	}

	#sMainImage .inner .l img {	
		max-width: 748px;
		height: auto;
	}

	#sPoint ul {
		width: auto;
		margin: 0 auto 0px;
	}

	#sPoint ul li {
		width: 33%;
	}

	.sPointBox {
		width: 200px;
		height: 200px;
		display: table;
		border: 3px solid  #e8f5fd;
		border-radius: 1000px;
		margin: 0 auto 20px;
	}

	.sPointBox .innerBox {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	.sPointBox img {
		width: 100%;
		max-width: 100px;
	}

	.s01 {
		margin-bottom: 10px;
	}

	.s02 {
		font-size: 18px;
		font-weight: bold;
	}

	.s03 {
		margin-bottom: 30px;
	}

	.btnWide {
		width: 400px!important;
	}

	.btnWide a {
		width: 400px!important;
	}

	#sStructure  {
		padding: 60px 30px 30px;
	}

	#sStructure h2 {
		font-size: 24px;
		margin-bottom: 50px;
	}

	#sStructure .inner {
		width: auto;
	}

	#sStructure ul {
		background: #fff;
		width: 100%;
	}

	#sStructure li {
		display: table;
		width: 100%;
		border-bottom: 1px solid #ccc;
	}

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

	#sStructure li .l {
		width: 280px;
		display: table-cell;
		vertical-align: top;
	}

	#sStructure li .l p {
		padding: 50px;
	}

	#sStructure li .l img {
		width: 100%;
		height: auto;
	}

	#sStructure li .r {
		padding: 50px 50px 50px 0;
		display: table-cell;
		vertical-align: top;
	}

	#sStructure li .r h3 {
		margin-bottom: 20px;
		color: #00a0e9;
		font-size: 20px;
	}

	#sStructure li .r p {
		font-size: 14px;
		font-weight: bold;
	}

	.sArrow {
		margin-bottom: 30px;
	}

	.sMessage {
		font-size: 20px;
	}

	.sMessage span {
		font-size: 24px;
	}

	#sCapCell {
		padding: 60px 30px;	
	}


	#sCapCell h2 {
		font-size: 28px;
		margin-bottom: 50px;
	}

	#sCapCell table {
		width: calc(100% - 1px);
		margin: 0 auto;
		border-top: 1px solid #00a0e9;
		border-left: 1px solid #00a0e9;
	}

	#sCapCell table th,
	#sCapCell table td {
		border-right: 1px solid #00a0e9;
		border-bottom: 1px solid #00a0e9;	
		padding: 10px 5px;
	}

	.capCell01 {
		font-size: 20px;
	}

	.capCell02 {
		font-size: 14px;
	}


	.capCell03 {
		font-size: 24px;
	}

	.capCell03 span  {
		font-size: 12px;
	}

	#sIndustry {
		padding: 60px 30px 30px;
	}


	#sIndustry h2 {
		text-align: center;
		font-size: 28px;
		margin-bottom: 50px;
	}

	.sIndustry01 {
		position: relative;
		width: 100%;
		margin:  0 auto 50px;
	}

	.sIndustryL {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.sIndustryR {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.sIndustryL img,
	.sIndustryR img {
		width: 150px;
		height: auto;
	}

	.sIndustry01 fieldset {
		width: 400px;
	}

	.sIndustry01 fieldset legend {
		margin: 0 auto;
		background: #00a0e9;
		border-radius: 100px;
		padding: 5px 60px;
		line-height: 1;
		color: #fff;
		font-size: 18px!important;
	}

	.sIndustry01 fieldset p {
		text-align: center;
		font-size: 40px;
	}

	.sIndustry01 fieldset p span {
		font-size: 24px;
	}

	.sIndustry02 {
		width: auto;
		margin: 0 auto 40px;
	}

	.sIndustry02 legend {
		font-size: 18px!important;
	}

	.sIndustry02 p {
		text-align: center;
		font-size: 50px;
	}

	.sIndustry02 p span {
		font-size: 34px;
	}

	.sIndustry02 table {
		width: 100%;
	}

	.sIndustry02 th {
		padding: 30px;
	}

	.sIndustry02 td {
		padding: 30px;
	}

	.sIndustry02 td ul li {
		float: none;
		width: 100%;
	}

	#sCase {
		background: #fff;
		padding: 60px 30px;
	}


	#sCase h2 {
		font-size: 28px;
		margin-bottom: 40px;
	}

	#sCase article {
		width: auto;
		margin: 0 auto 50px;
	}

	#sCase article h3 {
		font-size: 16px;
	}

	.sCaseIco {
		position: absolute;
		z-index: 2;
		top: -30px;
		right: 30px;
	}

	.sCaseIco img {
		width: 200px;
		height: auto;
	}

	.sCaseClient {
		font-size: 20px;
		margin: 50px 30px;
	}

	.sLink h4 {
		margin: 0 30px 30px;
	}

	.sLink ul {
		margin: 0 30px;
		width: calc(100% - 60px);
	}
}

@media screen and (max-width: 767px) {
	
	#sStructure li .r .reason_item_link {
		font-size: 12px!important;
	}

	#sMainImage {
		background-size: 100% auto;
		padding: 30px 20px 30px;
	}
	
	.sMain01 img {
		width: 200px;
	}

	.sMain02 {
		text-align: center;
		font-size: 22px;
		margin-bottom: 20px;
	}

	.sMain02 small {
		font-size: 22px;
	}

	#sMainImage .inner {
		width: auto;
		display: block;
		padding: 10px 10px 30px;
	}
	#sMainImage .inner .r {
		display: block;
		width: 100%;
		padding: 0;
	}

	#sMainImage .inner .r p {
		padding: 20px 20px 50px;
		box-shadow: 0px 3px 8px #ccc;
		line-height: 1.5;
		font-size: 14px;
	}

	#sMainImage .inner .l {
		display: block;
		width: 100%;
		padding: 0 0 20px;
		text-align: center;
	}

	
	#sPoint ul {
		display: block;
		margin: 0;
		padding: 0;
		width: auto;
	}

	#sPoint ul li {
		width: 100%;
		clear: both;
		overflow: hidden;
		padding-bottom: 10px;
	}

	.sPointBox {
		width: 130px;
		height: 130px;
		display: table;
		border: 3px solid  #e8f5fd;
		margin: 0 auto 10px;
		float: left;
	}
	
	.sPointBox img {
		width: 50%;
		height: auto;
	}

	.sPointBox .innerBox {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	.s01 {
		margin-bottom: 0;
	}

	.s02 {
		font-size: 12px;
		font-weight: bold;
	}

	.s03 {
		width: auto;
		float: right;
		padding-top: 20px;
		width: calc(100% - 150px);
	}
	
	.btnWide {
		width: 100%!important;
	}

	.btnWide a {
		width: 100%!important;
	}
	
	#sStructure  {
		background: #00a0e9;
		padding: 30px 0;
	}

	#sStructure h2 {
		text-align: center;
		font-size: 18px;
		color: #fff;
		margin-bottom: 35px;
	}

	#sStructure .inner {
		width: auto;
		padding: 0 20px;
	}

	#sStructure li .l {
		width: 100%;
		display: block;
	}

	#sStructure li .l p {
		padding: 20px;
		text-align: center;
	}

	#sStructure li .l img {
		width: 50%;
		height: auto;
	}

	#sStructure li .r {
		padding: 0 20px 20px;
		width: 100%;
		display: block;
	}

	#sStructure li .r h3 {
		margin-bottom: 15px;
		text-align: center;
		font-size: 16px;
	}

	#sStructure li .r p {
		font-size: 12px;
		font-weight: bold;
	}

	.sArrow {
		text-align: center;
		margin-bottom: 10px;
	}

	.sMessage {
		padding: 10px;
		font-size: 14px;
	}

	.sMessage span {
		font-size: 16px;
	}

	#sCapCell {
		padding: 30px 20px;	
	}


	#sCapCell h2 {
		font-size: 18px;
		margin-bottom: 35px;
	}

	#sCapCell table {
		width: 100%;
		margin: 0 auto;
		border-top: 1px solid #00a0e9;
		border-left: 1px solid #00a0e9;
	}

	.capCell01 {
		font-size: 16px;
	}

	.capCell02 {
		font-size: 12px;
	}

    .capCell02.ccRows {
        width: 77%!important;
    }

	.capCell03 {
		font-size: 18px;
	}

	.capCell03 span  {
		font-size: 12px;
	}	
	
	#sIndustry {
		padding: 30px 20px;
	}


	#sIndustry h2 {
		font-size: 18px;
		margin-bottom: 25px;
	}

	.sIndustry01 {
		width: auto;
		margin:  0 auto 35px;
	}

	.sIndustryL,
	.sIndustryR	{
		display: none;
	}

	.sIndustry01 fieldset {
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
	}

	.sIndustry01 fieldset legend {
		padding: 5px 20px;
		font-size: 14px!important;
	}

	.sIndustry01 fieldset p {
		text-align: center;
		font-size: 30px;
	}

	.sIndustry01 fieldset p span {
		font-size: 14px;
	}

	.sIndustry02 {
		width: auto;
		margin: 0 auto 35px;
		padding: 0 20px 20px;
	}

	.sIndustry02 legend {

		font-size: 14px!important;
	}

	.sIndustry02 p {
		text-align: center;
		font-size: 50px;
	}

	.sIndustry02 p span {
		font-size: 34px;
	}

	.sIndustry02 table {
		width: 100%;
	}

	.sIndustry02 th {
		text-align: left;
		padding: 10px;
		display: block;
		border-bottom: none;
		width: calc(100% - 20px);
		font-size: 14px;
	}

	.sIndustry02 td {
		padding: 0 10px 20px;
		display: block;
		width: calc(100% - 20px);
		font-size: 12px;
	}

	.sIndustry02 td ul {
		margin-left: 20px;

	}

	.sIndustry02 td ul li {
		float: none!important;
		width: 100%;
	}

	#sCase {
		padding: 30px 20px;
	}


	#sCase h2 {
		font-size: 18px;
		margin-bottom: 25px;
	}

	#sCase article {
		border: 2px solid #00a0e9;
		width: auto;
		margin: 0 auto 35px;
	}

	#sCase article h3 {
		background: #00a0e9;
		color: #fff;
		font-size: 16px;
		padding: 15px;
	}

	#sCase article .sArrow {
		margin-bottom: 10px;
	}

	.sCaseIco {
		top: -30px;
		right: 20px;
	}

	.sCaseIco img {
		width: 100px;
		height: auto;
	}

	.sCaseClient {
		font-size: 16px;
		font-weight: bold;
		margin: 30px 15px;
	}

	.sBefore {
		margin: 0 10px;
		padding: 15px;
	}

	.sBefore h4 {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.sBefore li {
		padding: 10px 0 10px 30px;
		font-size: 12px;
		background-size: 14px auto;
	}

	.sAfter {
		margin: 0 10px;
		padding: 15px;
		margin-bottom: 20px
	}

	.sAfter h4 {
		font-size: 14px;
		margin: 0 10px 15px;
	}

	.sAfter li {
		padding: 10px 0 10px 30px;
		font-size: 12px;
		background-size: 14px auto;
	}

	.sLink h4 {
		margin-bottom: 20px;
	}

	.sLink ul {
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;	
		width: calc(100% - 40px);
		margin: 0 20px;
	}
		
	.sLink li {
		width: calc(50% - 10px);
		margin:  0 5px 20px 5px;
	}

	/*
	.sLink li {
		width: calc(50% - 5px);
		margin:  0 10px 20px 0;
	}
	
	.sLink li:nth-last-child(2n) {
		margin-right: 0;
	}
	*/
	

	.sLink.line1 li {
		margin: 0 24% 20px;
	}

	.sLink li img {
		width: 100%;
		height: auto;
	}

	.sLink li div {
		width: 30px;
		height: 30px;
	}

	.sLink li div span {
		font-size: 16px;
	}
}

/*===================================================
kintone
===================================================*/

.kHeading {
	font-size: 28px;

}

.kHeading:after {
	font-size: 16px;
	color: #aaaaaa;
	font-style: italic;
	display: block;
	letter-spacing: 2px
}

.kSection {
	border-radius: 5px;
	border: 1px solid #eee;
	box-shadow: 0 0 4px #ccc;
	padding: 50px;
	margin-bottom: 60px;
	position: relative;
}

.kSection .l {
	width: 570px;
	float: left;
}

.kSection  h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.kSection  h3 a {
	text-decoration:underline;
	color:#00a0e9;
}

.kSection  p {
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
}

.kSection .r {
	width: 430px;
	float: right;
}

.kSection .r img {
	width: 100%;
	height: auto;
}

#kMainImage {
	background: url(https://www.comdec.jp/wp-content/uploads/2022/03/page_bg.png) right top no-repeat;
	border-top: 1px solid #d9d9d9;
	background-size: 100% auto;
}

#kMainImage .inner {
	width: 1280px;
	margin: 0 auto;
	display: table;
	padding: 60px 0;
}

#kMainImage .inner .l {
	width: 520px;
	padding: 0 40px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.kM01 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
	color: #00a0e9;
}

.kM02 {
	margin-bottom: 30px;
}

.kM02 img {
	max-width: 460px;
	height: auto;
}

.kM03 {
	font-size: 16px;
	margin-bottom: 40px;
	letter-spacing: 1.5px;
	line-height: 1.8;
	font-weight: bold;
}

.kMain04 .btnApply {
	font-size: 20px;
	padding: 10px;
}

.kMain04 .btnApply:before {
	content: "";
	display: inline-block;
	background: url("https://www.comdec.jp/wp-content/uploads/2022/02/ico_apply.png") center no-repeat;
	background-size: 20px auto;
	width: 20px;
	height: 20px;
	margin: 0 5px -3px 0
}

#kMainImage .inner .r {
	width: 560px;
	padding-left: 120px;
	display: table-cell;
	vertical-align: middle;
}

#kMainImage .inner .r img {
	width: 100%;
	height: auto;
}

#kAbout {
	width: 1300px;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 20px 0 75px;
}
#kAbout	.kHeading {
	color: #00a0e9;
	letter-spacing: 2px;
}
#kAbout	.kHeading:after {
	content: "About";
	margin-bottom: 40px;
}
.kAboutText01 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 2px;
}

.kAboutText02 {
	line-height: 2;
	font-weight: bold;
	margin-bottom: 40px;
}

.kAboutImage01 {
	position: absolute;
	bottom: 75px;
	left: 50px;

}
.kAboutImage02 {
	position: absolute;
	bottom: 75px;
	right: 50px;
}

.kAboutMovie {
	overflow: hidden;
	width: 1180px;
	margin: 0 auto 50px;
}

.kAboutMovie .l {
	float: left;
	width: 570px;
}

.kAboutMovie .r {
	float: right;
	width: 570px;
}

.kAboutMovie .c {
	max-width: 570px;
	margin: 0 auto;
}

.kAboutMovie p {
	font-weight: bold;
	margin-top: 10px;
}

.movieBox {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.movieBox iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

#kReason {
	padding: 60px 40px;
	border-top: 1px solid #f388c5;
}

#kReason .kHeading {
	color: #f388c5;
	margin-bottom: 60px;
}

#kReason .kHeading::after {
	content: "Reason";
	margin-bottom: 30px;
}

#kReason .inner {
	width: 1180px;
	margin: 0 auto;
}

#kReason fieldset {
	border-radius: 5px;
	border: 1px solid #eee;
	box-shadow: 0 0 4px #ccc;
	text-align: center;
	padding: 20px 0 40px;
}

#kReason fieldset legend {
	text-align: center;
	margin: 0 auto;
	background: #fff;
	padding: 0 30px;
	font-weight: bold;
	font-size: 24px;
}

#kReason fieldset ul li {
	width: 440px;
	border-radius: 100px;
	background: #f7f7f7 url(https://www.comdec.jp/wp-content/uploads/2022/02/ico_check.png) left 15px center no-repeat;
	background-size: 24px auto;
	display: table;
	z-index: 2;
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold;
}

#kReason fieldset ul li span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 5px 20px 5px 50px;
	height: 70px;
}

#kReason fieldset ul li:nth-of-type(odd) {
	margin-left: -30px;
	float: left;
}

#kReason fieldset ul li:nth-of-type(even) {
	margin-right: -30px;
	float: right;
}

.kReason01 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 400px auto;
	margin-bottom: 70px;
}

.kReason02 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 400px auto;
	margin-bottom: 50px;
}

.kReasonResult .inner {
	border: 1px solid #f388c5;
	padding: 20px;
	border-radius: 5px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #f388c5;
}

.kReasonResult:after {
	content: "";
	display: block;
	background: url(https://www.comdec.jp/wp-content/uploads/2022/03/ico_l_arrow_pink.png);
	background-size: 133px 45px;
	width: 133px;
	height: 45px;
	margin: 0 auto 40px;
}

#kFunction {
	padding: 60px 40px 10px;
	border-top: 1px solid #83b810;
}

#kFunction .kHeading {
	color: #83b810;
	margin-bottom: 60px;
}

#kFunction .kHeading::after {
	content: "Function";
	margin-bottom: 30px;
}

#kFunction .inner {
	width: 1180px;
	margin: 0 auto;
}

#kFunction .kSection .num {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	background:  #83b810;
	display: table;
	position: absolute;
	top: -15px;
	left: -15px;
}

#kFunction .kSection .num span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-style: italic;
	text-indent: -5px;
	font-weight: bold;
	width: 50px;
	height: 50px;
}

#kService {
	padding: 60px 40px;
	border-top: 1px solid #fd9437;
}

#kService .kHeading {
	color: #fd9437;
	margin-bottom: 60px;
}

#kService .kHeading::after {
	content: "Service";
	margin-bottom: 30px;
}

#kService .inner {
	width: 1180px;
	margin: 0 auto;
}

#kService .inner ul {
	overflow: hidden;
	background: #f6f6f6;
	padding: 30px 30px 20px;
}

#kService .inner ul li {
	width: 270px;
	background: #fff;
	float: left;
	margin: 0 5px 10px;
}

#kService .inner ul li:nth-of-type(12n+1) { border-top: 3px solid #2492c5; }
#kService .inner ul li:nth-of-type(12n+2) { border-top: 3px solid #c5248a; }
#kService .inner ul li:nth-of-type(12n+3) { border-top: 3px solid #125f14; }
#kService .inner ul li:nth-of-type(12n+4) { border-top: 3px solid #91800f; }
#kService .inner ul li:nth-of-type(12n+5) { border-top: 3px solid #61b94d; }
#kService .inner ul li:nth-of-type(12n+6) { border-top: 3px solid #f8879c; }
#kService .inner ul li:nth-of-type(12n+7) { border-top: 3px solid #354f3a; }
#kService .inner ul li:nth-of-type(12n+8) { border-top: 3px solid #331d0f; }
#kService .inner ul li:nth-of-type(12n+9) { border-top: 3px solid #19e3ea; }
#kService .inner ul li:nth-of-type(12n+10) { border-top: 3px solid #c37dc9; }
#kService .inner ul li:nth-of-type(12n+11) { border-top: 3px solid #4214da; }
#kService .inner ul li:nth-of-type(12n+12) { border-top: 3px solid #595959; }

#kService .inner ul li img {
	max-width: 100%;
	height: auto;
}

#kService .inner ul li h3 {
	padding: 0 0 10px;
}

#kService .inner ul li p {
	padding: 0 0 10px;
}

#kDevelopment {
	padding: 60px 40px 10px;
	border-top: 1px solid #e02f1c;
}

#kDevelopment .kHeading {
	color: #e02f1c;
	margin-bottom: 60px;
}

#kDevelopment .kHeading::after {
	content: "Development ";
	margin-bottom: 30px;
}

#kDevelopment .inner {
	width: 1180px;
	margin: 0 auto;
}

.kDevelopmentMessage {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}

.kDevelopmentMessage .l {
	width: 450px;
	vertical-align: middle;
	display: table-cell;
}

.kDevelopmentMessage .l img {
	width: 100%;
	height: auto;
}

.kDevelopmentMessage .r {
	vertical-align: middle;
	display: table-cell;
	padding-left: 40px;
	font-weight: bold;
}

.kDevelopmentMessage .r .kdm01 {
	font-size: 20px;
	margin-bottom: 20px;
}


.kDevelopmentMessage .r .kdm02 {
	font-size: 14px;
	line-height: 2;
}

#kDevelopment .kSection {
	padding-bottom: 20px;
}

#kDevelopment .kSection p {
	font-size: 16px;
}

#kDevelopment .kSection table {
	border-top: 5px solid #e02f1c;
	margin: 50px 0 0;
	width: 100%;
}

#kDevelopment .kSection table th {
	width: 220px;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	vertical-align: top;
}

#kDevelopment .kSection table td {
	padding: 30px 0 30px 60px;
	border-top: 1px solid #ccc;
	vertical-align: top;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.8;
}

#kDevelopment .kSection table th span {
	background: #e02f1c;
	padding: 15px 20px;
	text-align: center;
	display: block;
	color: #fff;
	border-radius: 10px;
}

#kPrice {
	padding: 60px 40px 10px;
	border-top: 1px solid #19b9b9;
}

#kPrice .kHeading {
	color: #19b9b9;
	margin-bottom: 60px;
}

#kPrice .kHeading::after {
	content: "Price";
	margin-bottom: 30px;
}

#kPrice .inner {
	width: 1180px;
	margin: 0 auto;
}

#kPrice .kSection p {
	margin-bottom: 30px;
	font-size: 16px;
}

#kPrice .kSection table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	font-weight: bold;
}

#kPrice .kSection table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #19b9b9;
	text-align: center;
	color: #fff;
	padding: 5px;
	vertical-align: middle;
	font-size: 11px;
	line-height: 1.2;
}

#kPrice .kSection table th.plan {
	font-size: 14px;
}

#kPrice .kSection table th.small {
	width: 94px;
}

#kPrice .kSection table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px;
	font-size: 12px;
	position: relative;
}


#kPrice .kSection table td.planName {
	font-size: 14px;
	text-align: left;
	line-height: 1.1;
	padding: 10px;
}

#kPrice .kSection table td.planName .smlFont {
	font-size: 11px;
}

#kPrice .kSection table td .fix {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}

#kPrice .kSection table td .symbol {
	font-size: 20px;
}

#kPrice .kPriceList {
	margin-top: 30px;
	font-size: 13px;
	font-weight: bold;
}

.kPriceList li:before {
	content: "※";
}

#kSeminar {
	padding: 60px 40px 10px;
	border-top: 1px solid #4e1b88;
}

#kSeminar .kHeading {
	color: #4e1b88;
	margin-bottom: 60px;
}

#kSeminar .kHeading::after {
	content: "Seminar";
	margin-bottom: 30px;
}

#kSeminar .inner {
	width: 1180px;
	margin: 0 auto;
}

#kSeminar .kSection .l {
	width: 320px;
}

#kSeminar .kSection .l img {
	width: 100%;
	height: auto;
}

#kSeminar .kSection .r {
	width: 700px;
}

.seminarBtn a {
	margin-top: 50px!important;
	font-size: 16px!important;
}

.seminarBtn a::before {
  content: "";
  display: inline-block;
  background: url(https://www.comdec.jp/wp-content/uploads/2022/03/ico_seminar.png) center no-repeat;
    background-size: auto;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  margin: 0 4px -2px 0;
}

#kBackup {
	padding: 60px 40px 10px;
	border-top: 1px solid #19b9b9;
}

#kBackup .kHeading {
	color: #19b9b9;
	margin-bottom: 60px;
}

#kBackup .kHeading::after {
	content: "Backup";
	margin-bottom: 30px;
}

#kBackup .inner {
	width: 1180px;
	margin: 0 auto;
}

.kBackupMessage {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 60px;
}

#kBackup .img {
	text-align: center;
}

#kBackup img {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}

.kBackupList {
	margin-left: 20px;
	font-size: 14px;
}

.kBackupList li {
	list-style: disc;
}

#kDiagram {
	padding: 60px 40px 60px;
	border-top: 1px solid #1e4ed6;
}

#kDiagram .kHeading {
	color: #1e4ed6;
	margin-bottom: 60px;
}

#kDiagram .kHeading::after {
	content: "Diagram";
	margin-bottom: 30px;
}

#kDiagram .inner {
	width: 1180px;
	margin: 0 auto;
}

#kDiagram .img {
	text-align: center;
}

#kDiagram img {
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}

#kPartner {
	padding: 60px 40px 10px;
	border-top: 1px solid #204892;
}

#kPartner .kHeading {
	color: #204892;
	margin-bottom: 60px;
}

#kPartner .kHeading::after {
	content: "Partner";
	margin-bottom: 30px;
}

#kPartner .inner {
	width: 1180px;
	margin: 0 auto;
}

#kPartner .kSection .l {
	width: 190px;
}

#kPartner .kSection .l img {
	width: 100%;
	height: auto;
}

#kPartner .kSection .r {
	width: 850px;
}

#kPartner .kSection .r h3 {
	margin-bottom: 10px;
}

.btnLrg a {
	font-size: 16px!important;
}

.caseLinkList {
	margin: 0 auto;
	overflow: hidden;
	width: 930px;
}

.caseLinkList li {
	width: 300px;
	margin: 0 5px;
	float: left;
}

.caseLinkList.line1 {
	width: 310px;
}

.caseLinkList.line2 {
	width: 620px;
}


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

	.kSection {
		border-radius: 5px;
		border: 1px solid #eee;
		box-shadow: 0 0 4px #ccc;
		padding: 50px;
		margin-bottom: 40px;
		position: relative;
	}

	.kSection .l {
		width: 30%;
	}

	.kSection  h3 {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.kSection  p {
		font-size: 14px;
		line-height: 2;
		font-weight: bold;
	}

	.kSection .r {
		width: 50%;
	}

	.kSection .r img {
		width: 100%;
	}

	#kMainImage {

		border-top: 1px solid #d9d9d9;
	}

	#kMainImage .inner {
		width: 100%;
		margin: 0 auto;
		display: table;
		padding: 60px 0;
	}

	#kMainImage .inner .l {
		width: auto;
		padding: 0 40px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	.kM01 {
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 20px;
		color: #00a0e9;
	}

	.kM02 {
		margin-bottom: 20px;
	}

	.kM02 img {
		max-width: 300px;
		height: auto;
	}

	.kM03 {
		font-size: 14px;
		margin-bottom: 30px;
		letter-spacing: 1px;
		line-height: 1.5;
	}

	#kMainImage .inner .r {
		width: 30%;
		padding: 0 20px 0 0;
		display: table-cell;
		vertical-align: middle;
	}
	
	.kMain04 .btnCase {
		padding: 5px;
		font-size: 14px;
	}
	
	.kMain04 .btnCase:before {
		background-size: 20px auto;
		margin-bottom: -7px
	}
	
	.kMain04 .btnApply {
		padding: 5px;
		font-size: 14px;
	}	
	
	.kMain04 .btnApply:before {
		background-size: 16px auto;
		margin-bottom: -5px
	}

	#kMainImage .inner .r img {
		width: 100%;
		height: auto;
	}

	#kAbout {
		width: auto;
		position: relative;
		text-align: center;
		padding: 20px 30px 35px;
	}

	.kAboutMovie {
		overflow: hidden;
		width: auto;
		margin: 0 auto 50px;
	}

	.kAboutMovie .l {
		float: left;
		width: calc(50% - 20px);
	}

	.kAboutMovie .r {
		float: right;
		width: calc(50% - 20px);
	}

	.kAboutMovie p {
		margin-top: 10px;
	}


	#kReason .kHeading {
		color: #f388c5;
		margin-bottom: 30px;
	}

	#kReason .inner {
		width: auto;
		margin: 0 auto;
	}

	#kReason fieldset {
		border-radius: 5px;
		border: 1px solid #eee;
		box-shadow: 0 0 4px #ccc;
		text-align: center;
		padding: 20px 0 40px;
	}

	#kReason fieldset legend {
		text-align: center;
		margin: 0 auto;
		background: #fff;
		padding: 0 30px;
		font-weight: bold;
		font-size: 24px;
	}

	#kReason fieldset ul li {
		width: 400px;
		border-radius: 100px;
		background: #f7f7f7 url(https://www.comdec.jp/wp-content/uploads/2022/02/ico_check.png) left 15px center no-repeat;
		background-size: 24px auto;
		display: table;
		z-index: 2;
		margin: 20px 0;
		font-size: 14px;
		font-weight: bold;
	}

	#kReason fieldset ul li span {
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding: 5px 20px 5px 50px;
		height: 70px;
	}

	#kReason fieldset ul li:nth-of-type(odd),
	#kReason fieldset ul li:nth-of-type(even) {
		float: none;
		margin: 10px 0 10px -25px;
	}

	.kReason01 {
		background-position: right 20px center;
		background-repeat: no-repeat;
		background-size: 400px auto;
		margin-bottom: 70px;
	}

	.kReason02 {
		background-position: right 20px center;
		background-repeat: no-repeat;
		background-size: 400px auto;
		margin-bottom: 50px;
	}

	.kReasonResult .inner {
		font-size: 20px;
	}


	#kFunction .inner {
		width: 100%;
	}

	#kFunction .kSection .num {
		width: 50px;
		height: 50px;
	}

	#kFunction .kSection .l {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	#kFunction .kSection .r {
		float: none;
		width: 100%;
	}
	
	#kService .inner {
		width: 100%;
	}

	#kService .inner ul {
		overflow: hidden;
		background: #f6f6f6;
		padding: 20px 20px 10px;
	}

	#kService .inner ul li {
		width: calc(25% - 10px);
		background: #fff;
		float: left;
		margin: 0 5px 10px;
	}

	#kDevelopment .inner {
		width: 100%;
		margin: 0 auto;
	}


	.kDevelopmentMessage .l {
		width: 300px;
	}

	.kDevelopmentMessage .l img {
		width: 100%;
		height: auto;
	}

	#kDevelopment .kSection table th {
		width: 200px;
		padding: 20px 0;
		font-size: 14px;
	}

	#kDevelopment .kSection table td {
		padding: 30px 0 30px 30px;
		font-size: 14px;
	}

	#kDevelopment .kSection table th span {
		padding: 15px 5px;
	}

	#kPrice .inner {
		width: 100%;
		margin: 0 auto;
	}

	#kPrice .kSection table {
		width: 100%;
		min-width: 1078px;
	}

	#kPrice .kSection .tableWrap {
		width: 100%;
		overflow-x: scroll;
	}

	#kSeminar .inner {
		width: 100%;
		margin: 0 auto;
	}

	#kSeminar .kSection .l {
		width: 25%;
	}

	#kSeminar .kSection .r {
		width: 70%;
	}

	.seminarBtn a {
		font-size: 14px!important;
	}

	#kBackup .inner {
		width: 100%;
	}

	#kPartner .inner {
		width: 100%;
		margin: 0 auto;
	}

	#kPartner .kSection .l {
		width: 150px;
	}

	#kPartner .kSection .r {
		width: calc(100% - 170px);
	}
	
	.caseLinkList {
		width: 310px;
	}

	.caseLinkList li {
		width: 300px;
		margin: 0 5px;
		float:none;
		margin-top: 10px;
	}

	.caseLinkList.line1 {
		width: 310px;
	}

	.caseLinkList.line2 {
		width: 310px;
	}
	
}

@media screen and (max-width: 767px)  {
	
	.kHeading {
		font-size: 20px;
	}

	.kHeading:after {
		font-size: 12px;
	}

	.kSection {
		padding: 20px;
		margin-bottom: 20px;
	}

	.kSection .l {
		width: 100%;
		float: none;
	}

	.kSection  h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.kSection  p {
		font-size: 14px;
	}

	.kSection .r {
		width: 100%;
		float: none;
	}

	#kMainImage .inner {
		padding: 30px 20px 0;
	}

	#kMainImage .inner .l {
		width: 100%;
		padding: 0;
		display: block;
	}

	.kM01 {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.kM02 {
		margin-bottom: 15px;
	}

	.kM02 img {
		max-width: 260px;
		width: 100%;
		height: auto;
	}

	.kM03 {
		font-size: 12px;
		margin-bottom: 30px;
		letter-spacing: 0;
		line-height: 1.5;
	}
	
	.kM04 {
		padding: 0 50px 30px;
		text-align: center;
	}
	
	.kM04 img {
		width: 100%;
		height: auto;
	}

	#kMainImage .inner .r {
		width: 100%;
		display: block;
		padding: 0;
		display: none!important;
	}
	
	.kMain04 {
		width: 100%;
		margin: 0 0 20px;
	}
	
	.kMain04 .btnCase {
		font-size: 12px;
	}
	
	.kMain04 .btnApply {
		font-size: 12px;
	}	
	
	
	#kMainImage .inner .r p {
		padding: 0 50px;
		text-align: center;
	}

	#kAbout {
		width: auto;
		position: relative;
		text-align: center;
		padding: 20px 20px 10px;
	}
	
	#kAbout .kHeading:after {
		margin-bottom: 20px;
	}
	
	.kAboutText02 {
		font-size: 14px;
		margin-bottom: 40px;
	}

	.kAboutMovie {
		overflow: hidden;
		width: auto;
		margin: 0 auto;
	}

	.kAboutMovie .l {
		width: 100%;
		padding: 0;
		float: none;
		margin-bottom: 30px;
	}

	.kAboutMovie .r {
		width: 100%;
		padding: 0;
		float: none;
		margin-bottom: 30px;
	}

	.kAboutMovie .c {
		width: 100%;
		padding: 0;
		float: none;
		margin-bottom: 30px;
	}

	.kAboutMovie p {
		margin-top: 10px;
	}


	#kReason .kHeading {
		color: #f388c5;
		margin-bottom: -10px;
	}
	
	#kReason {
		padding: 30px 20px;
	}

	#kReason fieldset legend {
		font-size: 16px;
		padding: 0 20px;
	}

	#kReason fieldset ul li {
		width: 100%;
		border-radius: 100px;
		background: #f7f7f7 url(https://www.comdec.jp/wp-content/uploads/2022/02/ico_check.png) left 18px center no-repeat;
		background-size: 20px auto;
		display: table;
		z-index: 2;
		margin: 20px 0;
		font-size: 13px;
		font-weight: bold;
	}

	#kReason fieldset ul li:nth-of-type(odd),
	#kReason fieldset ul li:nth-of-type(even) {
		float: none;
		margin: 7px 0 7px -15px;
	}

	.kReason01,
	.kReason02 {
		background: none;
		background-size: 0 0;
		padding: 10px 0 20px!important;
		margin-bottom: 30px!important
	}
	
	.kReasonImage {
		text-align: center;
		margin: 20px 0 0;
		padding: 0 50px;
	}
	
	.kReasonImage img {
		width: 100%;
		height: auto;
	}

	.kReasonResult .inner {
		font-size: 18px;
	}
	
	#kFunction {
		padding: 30px 20px 10px;
	}
	
	#kFunction .kHeading {		
		margin-bottom: 30px;
	}

	#kFunction .inner {
		width: 100%;
	}

	#kFunction .kSection .num {
		width: 30px;
		height: 30px;
	}
	
	#kFunction .kSection .num span {	
		font-size: 18px;
		width: 30px;
		height: 30px;
	}
	
	#kService {
		padding: 30px 20px;
	}
	
	#kService .kHeading {		
		margin-bottom: 30px;
	}
	
	#kService .inner ul li {
		width: calc(50% - 10px);
		margin: 0 5px 10px;
	}

	#kDevelopment {
		padding: 30px 20px 10px;
	}

	.kDevelopmentMessage .r {
		width: 100%;
		display: block;
		padding: 0;
	}
	
	.kDevelopmentMessage .l {
		width: 70%;
		display: block;
		margin: 0 auto 10px;
	}

	.kDevelopmentMessage .l img {
		width: 100%;
		height: auto;
	}
	
	#kDevelopment .kSection p {
		font-size: 14px;
	}

	#kDevelopment .kSection table {
		margin-top: 20px;
		width: 100%;
	}
	#kDevelopment .kSection table th {
		width: 100%;
		display: block;
		padding: 10px 0;
		font-size: 12px;
	}

	#kDevelopment .kSection table td {
		padding: 10px 0;
		font-size: 12px;
		width: 100%;
		display: block;
	}

	#kDevelopment .kSection table th span {
		padding: 10px 5px;
	}
	
	#kPrice {
		padding: 30px 20px 10px;
	}
	
	#kPrice .kHeading {		
		margin-bottom: 30px;
	}

	#kPrice .inner {
		width: 100%;
		margin: 0 auto;
	}
	
	#kPrice .kSection p {
		font-size: 14px;
	}

	#kPrice .kSection table {
		width: 100%;
		min-width: 1078px;
	}

	#kPrice .kSection .tableWrap {
		width: 100%;
		overflow-x: scroll;
	}
	
	#kSeminar {
		padding: 30px 20px 10px;
	}
	
	#kSeminar .kHeading {		
		margin-bottom: 30px;
	}

	#kSeminar .inner {
		width: 100%;
		margin: 0 auto;
	}

	#kSeminar .kSection .l {
		width: 100%;
		display: block;
	}

	#kSeminar .kSection .r {
		width: 100%;
		display: block;
	}

	.seminarBtn a {
		font-size: 14px!important;
		margin-top: 20px!important;
	}
	
	#kBackup {
		padding: 30px 20px 10px;
	}
	
	#kBackup .kHeading {		
		margin-bottom: 30px;
	}

	#kBackup .inner {
		width: 100%;
	}
	
	.kBackupMessage {
		font-size: 14px;
	}
	
	#kDiagram {
		padding: 30px 20px 10px;
	}
	
	#kDiagram .kHeading {		
		margin-bottom: 30px;
	}

	#kDiagram .inner {
		width: 100%;
	}	
	
	#kPartner {
		padding: 30px 20px 10px;
	}
	
	#kPartner .kHeading {		
		margin-bottom: 30px;
	}

	#kPartner .inner {
		width: 100%;
		margin: 0 auto;
	}

	#kPartner .kSection .l {
		width: 100%;
		
	}
	
	#kPartner .kSection .l p {
		width: 150px;
		margin: 0 auto 10px;
	}

	#kPartner .kSection .r {
		width: 100%;
	}
	
	.caseLinkList {
		width: 100%;
	}

	.caseLinkList li {
		width: 100%;
		margin: auto;
		float:none;
		margin-top: 10px;
		font-size: 12px;
	}

	.caseLinkList.line1 {
		width: 100%;
	}

	.caseLinkList.line2 {
		width: 100%;
	}
	
	.btnCaseB {
		font-size: 12px;	
	}
	.kBackupMessage {
		margin-bottom: 30px;
	}
	.kDevelopmentMessage .r .kdm01 {
		font-size: 16px;
	}
	.kDevelopmentMessage {
		margin-bottom: 30px;
		
	}
	
}

#kPrice .tableWrap table tr:nth-of-type(2),
#kPrice .tableWrap table tr:nth-of-type(5),
#kPrice .tableWrap table tr:nth-of-type(8),
#kPrice .tableWrap table tr:nth-of-type(11) {
	background: #fffad9;
}

#kPrice .tableWrap table tr:nth-of-type(3),
#kPrice .tableWrap table tr:nth-of-type(6),
#kPrice .tableWrap table tr:nth-of-type(9),
#kPrice .tableWrap table tr:nth-of-type(12) {
	background: #ffeaf3;
}

#kPrice .tableWrap table tr:nth-of-type(4),
#kPrice .tableWrap table tr:nth-of-type(7),
#kPrice .tableWrap table tr:nth-of-type(10),
#kPrice .tableWrap table tr:nth-of-type(13) {
	background: #effbff;
}

/*===================================================
業務改善パッケージ下層
===================================================*/

.uSection {
	border-radius: 5px;
	border: 1px solid #eee;
	box-shadow: 0 0 4px #ccc;
	padding: 50px;
	margin-bottom: 60px;
	position: relative;
}

.uSection .l {
	width: 570px;
	float: left;
}

.uSection  h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.uSection  p {
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
}

.uSection .r {
	width: 430px;
	float: right;
}

.uSection .r img {
	width: 100%;
	height: auto;
}

#uReason {
	padding-bottom: 60px;
}

#uReason .inner {
	width: 1180px;
	margin: 45px auto 60px;
	display: table;
}

#uReason .inner .l {
	width: 500px;
	display: table-cell;
	vertical-align: top;
}

#uReason .inner .c {
	width: 180px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: url(https://www.comdec.jp/wp-content/uploads/2022/03/l-arrow.png) center center no-repeat;
	background-size: 90% auto;
}

.arwTxt {
	font-size: 20px;
	line-height:1.3;
	color: #000;
	font-weight: bold;
    text-shadow:
           2px 2px 0px #fff, -2px -2px 0px #fff,
          -2px 2px 0px #fff,  2px -2px 0px #fff,
           2px 0px 0px #fff, -2px  0px 0px #fff,
           0px 2px 0px #fff,  0px -2px 0px #fff;
}

#uReason .inner p {
	padding: 0 20px;
}

#uReason .inner img {
	width: 140px;
}

#uReason .inner .r {
	width: 500px;
	vertical-align: top;
	display: table-cell;
}

#uReason .inner fieldset {
	border-radius: 5px;
	border: 1px solid #eee;
	box-shadow: 0 0 4px #ccc;
	padding: 0 30px 0px;
}

#uReason .inner fieldset legend {
	margin: 0 auto;
	background: #fff;
	font-size: 24px;
	padding: 0 20px;
	font-weight: bold;
}

#uReason  fieldset ul li {
	width: 500px;
	border-radius: 100px;
	display: table;
	z-index: 2;
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold;
}

#uReason  fieldset ul li span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 5px 20px 5px 50px;
	height: 70px;
}

.uReason01 ul {
	margin-left: -70px;
}

.uReason01 ul li {
	background: #f7f7f7 url(https://www.comdec.jp/wp-content/uploads/2022/03/ico_xmark_n.png) left 15px center no-repeat;
	background-size: 24px auto;
}

.uReason01 legend {
	color: #1f6b8e;
}

.uReason02 ul {
	margin-right: -70px;
}

.uReason02 ul li {
	background: #f7f7f7 url(https://www.comdec.jp/wp-content/uploads/2022/02/ico_check.png) left 15px center no-repeat;
	background-size: 24px auto;
}

.uReason02 legend {
	color: #e3183d;
}

#uFunction {
	padding: 60px 40px 60px;
	border-top: 1px solid #f388c5;
}

#uFunction .kHeading {
	color: #f388c5;
	margin-bottom: 60px;
}

#uFunction .kHeading::after {
	content: "Function";
	margin-bottom: 30px;
}

#uFunction .inner {
	width: 1180px;
	margin: 0 auto;
}

#uFunction .kSection span {
	color: #c00;
}

#uFunction .uKiji {
	border-radius: 5px;
	border: 2px solid #ec7fbd;
	padding: 30px 50px 10px;
	position: relative;
	width: 1176px;
	margin: 0 auto 60px;
}

#uFunction .uKiji .l {
	width: 450px;
	float: left;
}

#uFunction .uKiji .l img {
	width: 100%;
	height: auto;
}

#uFunction .uKiji  h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #ec7fbd;
	text-align: center;
}

#uFunction .kijiBox {
	border-top: 2px dotted #ec7fbd;
	padding: 30px 0;
}

#uFunction .uKiji  h4 {
	font-size: 20px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 20px;
}

#uFunction .uKiji  p {
	font-size: 14px;
	line-height: 2;
	font-weight: bold;
}

#uFunction .uKiji .r {
	width: 580px;
	float: right;
}

#uFunction.setting img {
    max-width: 100%;
    height: auto;
}

#uFunction.setting .kHeading::after {
  content: "Setting";
}

#uPrice {
	padding: 60px 40px 60px;
	border-top: 1px solid #fd9437;
}

#uPrice .kHeading {
	color: #fd9437;
	margin-bottom: 60px;
}

#uPrice .kHeading::after {
	content: "Price";
	margin-bottom: 30px;
}

#uPrice .inner {
	width: 1180px;
	margin: 0 auto;
}

#uPrice table {
	width: 1078px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#uPrice table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	background: #fd9437;
	font-size: 14px;
	color: #fff;
	padding: 15px 5px;
}

#uPrice table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	padding: 10px 20px;
}

#uPrice td.name {
	text-align: center;
	vertical-align: middle;
}

#uPrice td.name img {
	width: auto;
	height: 60px;
}

#uPrice td.price {
	font-size: 16px;
	font-weight: bold;
	background: #fff3e9;
}

#uPrice td.symbol {
	text-align: center;
	font-size: 28px;
	background: #fff3e9;
	width: 200px;
}

#uPrice ul {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

.topM {
	margin-top: 40px;
}

.defaultList {
	font-size: 14px;
	margin-left: 15px;
	font-weight: bold;
}

.defaultList li {
	list-style: disc;
}

.defaultList.under {
	margin-top: 20px;
}

@media screen and (min-width: 1181px)  {
	
	.spBtn {
		display: none;
	}
	
	.gAboutText02 {
		font-size: 16px;
	}
	
	.underLayer .gMain01 {
		font-size: 64px;
		text-align: center;
		color: #000;
	}

	.underLayer .gMain02 {
		font-size: 36px;
		text-align: center;
	}

	.underLayer .gMain03 {
		font-size: 18px;
		text-align: center;
	}

	.underLayer .inner {
		width: 1170px!important;
		padding: 80px 0 50px!important;
	}

	.underLayer .r {
		text-align: center!important;
	}
	
	.underLayer .gAboutImage01 {
		top: 50px;
	}

	.underLayer .gAboutImage02 {
		top: 50px;
	}


}

@media screen and (max-width: 1180px)  {
	
	#uPrice .kSection .tableWrap {
		width: 100%;
		overflow-x: scroll;
	}
	
	.pcBtn {
		display: none;
	}
	
	.underLayer .gMain01 {
		font-size: 50px;
		text-align: center;
		color: #000;
	}

	.underLayer .gMain02 {
		font-size: 24px;
		text-align: center;
	}

	.underLayer .gMain03 {
		font-size: 14px;
		text-align: center;
	}
	
	.underLayer .inner {
		padding: 80px 20px 30px!important;
	}
	
	.underLayer .gAboutImage01 {
		top: 40px;
	}
	

	#uReason {
		padding: 0 40px 40px;
	}

	#uReason .inner {
		width: 100%;
		display: block;
		margin-bottom: 40px;
	}

	#uReason .inner .r,
	#uReason .inner .c,
	#uReason .inner .l {
		width: 100%;
		display: block;
	}
	
	#uReason .inner .c {
		background: url(https://www.comdec.jp/wp-content/uploads/2022/03/v-arrow.png) center center no-repeat;
		background-size: auto 100px;
		height: 120px;
		display: table;
	}

	.arwTxt {
		display:table-cell;
		vertical-align: middle;
	}

	.arwTxt br {
		display: none;
	}
	
	#uReason .inner p {
		padding: 0 20px;
	}

	#uReason .inner img {
		width: 240px;
	}

	#uReason .inner fieldset {
		border-radius: 5px;
		width: 100%;
		border: 1px solid #eee;
		box-shadow: 0 0 4px #ccc;
		padding: 20px;
	}

	#uReason .inner fieldset legend {
		margin: 0 auto;
		background: #fff;
		font-size: 24px;
		padding: 0 20px;
		font-weight: bold;
	}
	

	#uReason  fieldset ul li {
		float: left;
		font-size: 14px;
		width: calc(50% - 20px);
		margin: 10px;
	}
	
	@media screen and (max-width: 1024px)  {
		#uReason  fieldset ul li {
			float: none!important;
			font-size: 14px;
			width: calc(100% - 20px);
			margin: 10px;
		}
	}

	.uReason01 ul,
	.uReason02 ul {
		margin: 0;
	}

	.underLayer .gAboutImage02 {
		top: 40px;
	}
	
	#uFunction {
		padding-bottom: 40px;
	}
	
	#uFunction .inner {
		width: 100%;
	}
	
	#uFunction .kSection .l {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	#uFunction .kSection .r {
		float: none;
		width: 100%;
	}
	
	#uPrice {
		padding-bottom: 40px;
	}
	
	#uPrice .inner {
		width: 100%;
	}
	
	#uPrice .kSection .l {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	#uPrice .kSection .r {
		float: none;
		width: 100%;
	}
	
	#gCase.under {
		padding-bottom: 40px;
	}
	
	#uFunction .uKiji {
		border-radius: 5px;
		border: 2px solid #ec7fbd;
		padding: 30px 50px 10px;
		position: relative;
		width: 100%;
		margin: 0 auto 60px;
	}

	#uFunction .uKiji .l {
		width: 45%;
		float: left;
	}

	#uFunction .uKiji  h3 {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 30px;
		color: #ec7fbd;
		text-align: center;
	}

	#uFunction .kijiBox {
		border-top: 2px dotted #ec7fbd;
		padding: 30px 0;
	}

	#uFunction .uKiji  h4 {
		font-size: 20px;
		line-height: 2;
		font-weight: bold;
		margin-bottom: 20px;
	}

	#uFunction .uKiji  p {
		font-size: 14px;
		line-height: 2;
		font-weight: bold;
	}

	#uFunction .uKiji .r {
		width: calc(55% - 30px);
		float: right;
	}
}

@media screen and (max-width: 767px)  {
	
	.underLayer .inner {
		padding: 40px 20px 0px!important;
	}
	
	.underLayer .gAboutImage01 {
		top: 100px;
	}

	.underLayer .gAboutImage02 {
		top: 90px;
	}
	
	#uReason .inner .c {
		background: url(https://www.comdec.jp/wp-content/uploads/2022/03/v-arrow.png) center center no-repeat;
		background-size: auto 90px;
		height: 100px;
		display: table;
	}

	.arwTxt {
		font-size: 16px;
	}
	
	#uReason .inner fieldset legend {
		font-size: 18px;
	}
	

	#uReason  fieldset ul li {
		font-size: 12px;
	}

	#uFunction {
		padding: 30px 20px 30px;
	}
	
	#uFunction .kHeading {		
		margin-bottom: 30px;
	}

	#uFunction .inner {
		width: 100%;
		margin-bottom: 30px
	}

	#uPrice {
		padding: 30px 20px 30px;
	}
	
	#uPrice .kHeading {		
		margin-bottom: 30px;
	}

	#uPrice .inner {
		width: 100%;
		margin-bottom: 30px
	}	
	
	#gCase.under .inner{
		padding-bottom: 20px;
	}
	
	#uFunction .uKiji {
		padding: 20px 20px 10px;
		margin: 0 auto 30px;
	}

	#uFunction .uKiji .l {
		width: 100%;
		float: none;
		padding-bottom: 15px;
	}

	#uFunction .uKiji  h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	#uFunction .kijiBox {
		border-top: 2px dotted #ec7fbd;
		padding: 20px 0;
	}

	#uFunction .uKiji  h4 {
		font-size: 16px;
		line-height: 1.5;
	}

	#uFunction .uKiji .r {
		width: 100%;
		float: none;
	}
	
}

.kSection.noBorder {
	padding: 0!important;
	border: none!important;
	box-shadow: none!important;
	border-radius:0!important;
}

.kSection.noBorder img {
	border: none!important;	
}

/* ----------------------------------------------------------------------
 businessimprovement 2022/06/16
---------------------------------------------------------------------- */

.tHeading {
  font-size: 28px;
}

.tHeading::after {
	font-size: 16px;
	color: #aaaaaa;
	font-style: italic;
	display: block;
	letter-spacing: 2px;
}

.tp20 {
    margin-top: 20px;
}

.tSection {
	border-radius: 5px;
	border: 1px solid #eee;
	box-shadow: 0 0 4px #ccc;
	padding: 50px;
	margin-bottom: 60px;
	position: relative;
}

.tSection h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.tSection p {
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
}

.btnTwide {
	margin-bottom: 50px;
}

.intBox {
	width: 600px;
	margin: 0 auto;
	display: table;
}

.intBtnL {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

.intBtnL .btnApply::before {
  content: "";
  display: inline-block;
  background: url("https://www.comdec.jp/wp-content/uploads/2022/06/ico_introduce.png") center no-repeat;
    background-size: auto;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  margin: 0 5px -3px 0;
}

.intBtnL img {
	height: 50px;
	width: auto;
	margin-bottom: 20px;
}

.intBtnR {
	display: table-cell;
	width: 45%;
	padding-left: 5%;
	text-align: center;
	vertical-align: middle;
}

.intBtnR img {
	width: 100%;
	height: auto;
}


#tBut {
	border-top: 1px solid #ccc;
	padding: 60px 40px 0;
}

#tBut .inner {
	width: 1180px;
	margin: 0 auto;
}

#tBut .tButBox {
	border-radius: 5px;
	border: 1px solid #eee;
	box-shadow: 0 0 4px #ccc;
	text-align: center;
	padding: 10px 0 20px;
}

#tBut .tButArrow{
  content: "";
  display: block;
  background: url(https://www.comdec.jp/wp-content/uploads/2022/06/ico_l_arrow_red.png);
  background-size: auto;
  background-size: 133px 45px;
  width: 133px;
  height: 45px;
  margin: 0 auto 40px;
}

#tBut .tButBox legend {
  text-align: center;
  margin: 0 auto 0px;
  background: #fff;
  padding: 0 30px;
  font-weight: bold;
  font-size: 24px;
}

.tButInner {
	width: 100%;
	display: table;
}

.tButText {
	display: table-cell;
	width: calc(50% - 40px);
	padding-left: 40px;
	vertical-align: middle;
	padding-top: 30px;
}

.tButMessage {
	font-weight: bold;
	text-align: center;
	background: #fff8e3;
	padding: 30px 20px;
}

.tButVoice {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #fff8e3;
	margin: -10px auto 0;
	transform: rotate(-45deg);
}

.tButImage {
	text-align: center;
}

.tButImage img {
	width: 100%;
	max-width: 300px;
	height: auto;
}

.tButList {
	display: table-cell;
	width: calc(50% - 100px);
	padding-left: 100px;
	vertical-align: middle;
}

.tButList ul {
	margin-right: -50px;
}

.tButList li {
  width: 100%;
  border-radius: 100px;
  background: #f7f7f7 url(https://www.comdec.jp/wp-content/uploads/2022/02/ico_check.png) left 15px center no-repeat;
  background-size: auto;
  background-size: 24px auto;
  display: table;
  z-index: 2;
  margin: 30px -50px 30px 0;
  font-size: 16px;
  font-weight: bold;
	text-align: left;
	padding: 10px 20px 10px 50px;
}

#tBut .tButResult {
	border: 2px solid #e3193d;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border-radius: 10px;
	color: #e3193d;
	margin-bottom: 40px;
}

#tWhats {
	padding: 60px 40px 10px;
	border-top: 1px solid #83b810;
}

#tWhats  .inner {
	width: 1180px;
	margin: 0 auto;
}

#tWhats .tHeading {
  color: #83b810;
  margin-bottom: 60px;
}

#tWhats .tHeading::after {
  content: "What`s";
  margin-bottom: 30px;
}

.tWhatsMessage {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

.tWhatsMessage .l {
  width: 450px;
  vertical-align: middle;
  display: table-cell;
}

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

.tWhatsMessage .r {
  vertical-align: middle;
  display: table-cell;
  padding-left: 40px;
  font-weight: bold;
}

.twm01 {
  font-size: 20px;
  margin-bottom: 20px;
}

.twm02 {
  font-size: 14px;
  line-height: 2;
}


#tWhats .tSection h3 {
	border-bottom: 5px solid #83b810;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
	padding:  0 0 30px;
}

.tWhatsImages {
	display: flex;
	text-align: center;
}

.tWhatsImages p {
	flex-grow: 1;
	padding: 0 10px 20px;
	width: 100%;
}

.tWhatsImages p:first-of-type {
	padding-left: 0;
}

.tWhatsImages p:last-of-type {
	padding-right: 0;
}

.tWhatsImages p img {
	width: 100%;
	height: auto;
}

.tWhatsText li {
	list-style: disc;
	margin-left: 20px;
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
}

.tWhatsMovies {
	margin-bottom: 40px;
}

.tWhatsCase {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.tWhatsCase li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}

.tWhatsCase li:nth-of-type(2n) {
	margin-right: 0;
}

.tWhatsCase li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.tWhatsCase.line1 {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}

.tWhatsCase.line1 li {
    width: 100%;
    margin: 0 auto 30px;
}

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

    .tWhatsCase.line1 {
        width: 100%;
        margin: 0 auto;
    }

    .tWhatsCase.line1 li {
        width: 100%;
        margin: 0 auto 30px;
    }
    
    .tWhatsCase.line1 li img {
        margin-bottom: 20px;   
    }

}

.btnBox {
	width: 300px;
	margin: 0 auto;
}

.btnBox .btnCase {
	font-size: 15px!important;	
}

.inner .btnLng {
	width: 500px!important;
	font-size: 20px!important;
}

#tGoal {
	padding: 60px 40px 10px;
	border-top: 1px solid #f388c5;
}

#tGoal  .inner {
	width: 1180px;
	margin: 0 auto;
}

#tGoal .tHeading {
  color: #f388c5;
  margin-bottom: 60px;
}

#tGoal .tHeading::after {
  content: "Goal";
  margin-bottom: 30px;
}

#tGoal .tGoalBox {
	margin: 0;
}

#tGoal .tGoalBox ul {
	width: 100%;
}

#tGoal .tGoalBox ul li {
	width: 460px;
	border-radius: 100px;
	background: #f7f7f7 url(https://www.comdec.jp/wp-content/uploads/2022/06/ico_flag.png) left 15px center no-repeat;
	background-size: auto;
	background-size: 20px auto;
	display: table;
	z-index: 2;
	margin: 10px 0;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	box-sizing: content-box;	
	margin-right: -100px;
	float: right;
	letter-spacing: 0;

}

#tGoal .tGoalBox ul li:nth-of-type(2n+1) {
	margin-left: -100px!important;
	float: left;
	clear: left;

}

#tGoal .tGoalBox ul li span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 5px 20px 5px 45px;
	height: 70px;
}

#tGoal .tGoalBox ul li em {
	color: #c00;
	font-style: normal;
}

.tGoalBox {
	background: center center no-repeat;
	background-size: 350px auto;
	/*background-image: url("https://www.comdec.jp/wp-content/uploads/2022/06/goal-1.png");*/
}

.tGoalArrow {
	content: "";
	display: block;
	background: url(https://www.comdec.jp/wp-content/uploads/2022/03/ico_l_arrow_pink.png);
	  background-size: auto;
	background-size: 133px 45px;
	width: 133px;
	height: 45px;
	margin: 0 auto 40px;
	clear: both;
}

.tGoalResult {
	border: 2px solid #f388c5;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border-radius: 10px;
	color: #f388c5;
	margin-bottom: 60px;
}

.tGoalYear {
	display: flex;
}

.tGoalYear fieldset {
	border-radius: 5px;
	border: 1px solid #eee;
	box-shadow: 0 0 4px #ccc;
	padding: 25px 50px 40px;
	margin-bottom: 60px;
	position: relative;
	box-sizing: content-box;
	width: 50%;
	font-size: 14px;
	font-weight: bold;
}

.tGoalYear fieldset legend {
	background: #f388c5;
	border-radius: 100px;
	padding: 5px 50px 10px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	line-height: 1;
}

.tGoalYear fieldset legend span:nth-child(1) {
	font-size: 32px;
}
.tGoalYear fieldset legend span:nth-child(2) {
	font-size: 24px;
}
.tGoalYear fieldset legend span:nth-child(3) {
	font-size: 18px;
}

.tGoalYear fieldset:nth-last-of-type(2n+1) {
	margin-left: 15px;
}

.tGoalYear fieldset:nth-last-of-type(2n) {
	
	margin-right: 15px;
}

.tGoalYear li {
	list-style: disc outside;
	margin-left: 20px;
}

#tCustomize {
	padding: 60px 40px 10px;
	border-top: 1px solid #fd9437;
}

#tCustomize  .inner {
	width: 1180px;
	margin: 0 auto;
}

#tCustomize .tHeading {
  color: #fd9437;
  margin-bottom: 60px;
}

#tCustomize .tHeading::after {
  content: "Customize";
  margin-bottom: 30px;
}

.tCustomizeMessage {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

.tCustomizeMessage .l {
  width: 450px;
  vertical-align: middle;
  display: table-cell;
}

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

.tCustomizeMessage .r {
  vertical-align: middle;
  display: table-cell;
  padding-left: 40px;
  font-weight: bold;
}

#tCustomize .tSection .l {
	width: 570px;
	float: left;
}

#tCustomize .tSection .r {
	width: 430px;
	float: right;
	text-align: center;
}

#tCustomize .tSection .r img {
	max-width: 100%;
	height: auto;
}

#tStudy {
	padding: 60px 40px 10px;
	border-top: 1px solid #4e1b88;
}

#tStudy .inner {
	width: 1180px;
	margin: 0 auto;
}

#tStudy .tHeading {
  color: #4e1b88;
  margin-bottom: 60px;
}

#tStudy .tHeading::after {
  content: "Study";
  margin-bottom: 30px;
}

.tStudyMessage .l {
  width: 450px;
  vertical-align: middle;
  display: table-cell;
}

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

.tStudyMessage .r {
  vertical-align: middle;
  display: table-cell;
  padding-left: 40px;
  font-weight: bold;
}

#tReference {
	padding: 60px 40px 10px;
	border-top: 1px solid #0b2e6f;
}

#tReference  .inner {
	width: 1180px;
	margin: 0 auto;
}

#tReference .tHeading {
  color: #0b2e6f;
  margin-bottom: 60px;
}

#tReference .tHeading::after {
  content: "Reference";
  margin-bottom: 30px;
}

#tReference .tSection h3 {
	border-bottom: 5px solid #0b2e6f;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
	padding:  0 0 30px;
}


.tReferenceText li {
	list-style: disc;
	margin-left: 20px;
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
}


.tReferenceCase {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.tReferenceCase li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}

.tReferenceCase.cen {
    max-width: 500px;
    margin: 0 auto 30px;
    display: block;
}

.tReferenceCase.cen li {
    width: 100%;
    margin: 0;
}

.tReferenceCase li:nth-of-type(2n) {
	margin-right: 0;
}

.tReferenceCase li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

@media screen and (min-width: 1281px) {
	.tGoalImage {
		display: none;
	}
    #tpl_service02  .btnApply{
        font-size: 18px;
    }

    #tpl_service02 .btnCase {
        font-size: 18px;
    }
}

@media screen and (max-width: 1280px) {
	
	.intBtnL .btnApply::before {
		background: url("https://www.comdec.jp/wp-content/uploads/2022/06/ico_introduce.png") center no-repeat;
		background-size: 14px auto;
		width: 14px;
		height: 14px;
	}
	
	#tBut .inner {
	  width: auto;
	  margin: 0 auto;
	}
	
	.tButMessage {
		padding: 20px;
	}
	
	.tButList ul {
		margin-right: -20px;
	}
	.tButList li {
		margin: 20px 0;
		font-size: 14px;
	}
	
	#tBut .tButResult {
		font-size: 20px;
	}
	
	#tWhats .inner {
	  width: auto;
	  margin: 0 auto;
	}
	
	#tWhats .l {
		width: 300px;
	}
	
	#tGoal .inner {
	  width: auto;
	  margin: 0 auto;
	}
	
	.tGoalBox {
		background: none!important;
		padding-bottom: 40px;
	}
	
	#tGoal .tGoalBox ul li {
		width: 100%;
		float: none!important;
	}
	
	#tGoal .tGoalBox ul li:nth-of-type(2n+1) {
		margin: 0!important;	
	}
	.tGoalImage {
		text-align: center;
		margin: -20px 0 30px;
	}
	.tGoalImage img {
		max-width: 350px;
		height: auto;
	}
	.tGoalResult {
		font-size: 20px;
	}
	
	.tGoalYear fieldset {
		border-radius: 5px;
		border: 1px solid #eee;
		box-shadow: 0 0 4px #ccc;
		padding: 15px 20px 30px;
		margin-bottom: 60px;
		position: relative;
		box-sizing: content-box;
		width: 50%;
	}	
	
	#tCustomize .inner {
	  width: auto;
	  margin: 0 auto;
	}
	
	#tCustomize .tCustomizeMessage .l {
		width: 300px;
	}
	
	#tCustomize .tSection .l {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	
	#tCustomize .tSection .r {
		float: none;
		width: 100%;
	}
	
	#tCustomize .tSection .r img {
		width: 100%;
	}
	
	#tStudy .inner {
	  width: auto;
	  margin: 0 auto;
		padding-bottom: 60px;
	}
	
	#tStudy .tStudyMessage .l {
		width: 300px;
	}
	
	
	#tReference .inner {
	  width: auto;
	  margin: 0 auto;
	}	
}

@media screen and (max-width: 767px){
	
	.btnTwide {
		margin-bottom:20px;
	}
	
	.tHeading {
		font-size: 20px;
	}
	
	.tHeading::after {
		font-size: 12px;
	}
	
	.tSection {
		padding: 20px;
		margin-bottom: 20px;
	}
	
	.tSection h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	#tBut {
		padding: 30px 20px 0;
	}
	
	#tBut .tButBox {
		padding: 10px 0 0;
	}	
	
	#tBut .tButBox legend {
		font-size: 16px;
		padding: 0 20px;
	}
	
	.tButMessage {
		font-size: 14px;
	}
	
	.tButInner {
		display: block;
	}
	
	.tButText {
		display: block;
		width: 100%;
		padding: 10px 20px 0;
		box-sizing:border-box
	}
	
	.tButList {
		display: block;
		width: calc(100%);
		padding: 0;
		margin-left: -15px;
	}
	
	.tButList ul {
		margin-right: 0;
	}
	
	.tButList li {
		margin: 0 0 20px;
		width: 100%;
		font-size: 13px;
	}
	
	#tBut .tButResult {
		font-size: 18px;
	}
	
	#tBut .btnTwide {
		margin-bottom: 30px;
	}

	#tWhats {
		padding: 30px 20px 10px;
	}
	
	#tWhats .tHeading {
	  margin-bottom: 30px;
	}
	
	#tWhats .tSection h3 {
		font-size: 16px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	
	.twm01 {
		font-size: 16px;
	}
	
	.tWhatsMessage {
		margin-bottom: 30px;
	}
	
	.tWhatsMessage .l {
		width: 70%!important;
		display: block;
		margin: 0 auto 10px;
	}
	
	.tWhatsMessage .l img {
		width: 100%;
		height: auto;
	}	
	
	.tWhatsMessage .r {
		width: 100%;
		display: block;
		padding: 0;
	}
	
	.tWhatsText li {
		font-size: 13px;
		line-height: 1.5;
		margin-left: 15px;
	}
	
	.tWhatsText p {
		font-size: 13px;
		line-height: 1.5;	
	}
	
	.tWhatsMovies {
		margin-bottom: 20px;
	}
	
	.tWhatsImages {
		display: block;
	}
	
	.tWhatsImages p {
		padding: 0 0 10px;
		display: block;
	}
	
	.tWhatsCase {
		margin-bottom: 0;
	}

	.tWhatsCase li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

    /*
	.tWhatsCase li:last-of-type {
		margin-bottom: 0;
	}
	*/


	.tWhatsCase li img {
		width: 100%;
		height: auto;
		margin-bottom: 0px;
	}
	
	.tSection .tWhatsCase p {
		line-height: 1.5!important;
	}
	
	#tWhats .btnBox {
		max-width: 100%!important;
		width: 100%;
		font-size: 13px;
	}
	
	#tWhats .btnBox .btnCase {
		font-size: 13px!important;
	}
	
	#tGoal {
		padding: 30px 20px 10px;
	}
	
	#tGoal .tHeading {
		margin-bottom: 30px;
	}
	
	#tGoal .tGoalBox ul li {
		font-size: 13px;
	}
	
	#tGoal .tGoalBox ul li br {
		display: none;
	}
	
	.tGoalImage {
		margin: 0 0 20px;
	}
	
	.tGoalImage img {
		max-width: 300px;
		width: 100%;
		height: auto;
	}
	
	.tGoalResult {
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	.tGoalYear {
		display: block;
	}
	
	.tGoalYear fieldset {
		width: 100%!important;
		box-sizing: border-box!important;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.tGoalYear fieldset:nth-last-of-type(2n+1) {
		
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	.tGoalYear fieldset legend {
		padding: 5px 30px 5px;
	}
	
	.tGoalYear fieldset legend span:nth-child(1) {
		font-size: 22px;
	}
	.tGoalYear fieldset legend span:nth-child(2) {
		font-size: 18px;
	}
	.tGoalYear fieldset legend span:nth-child(3) {
		font-size: 14px;
	}
	.tGoalYear li {
		font-size: 13px;
	}
	
	#tCustomize {
		padding: 30px 20px 10px;
	}
	
	#tCustomize .tHeading {
		margin-bottom: 30px;
	}
	
	.tCustomizeMessage {
		margin-bottom: 30px;
	}
	
	.tCustomizeMessage .l {
		width: 70%!important;
		display: block;
		margin: 0 auto 10px;
	}
	
	.tCustomizeMessage .l img {
		width: 100%;
		height: auto;
	}	
	
	.tCustomizeMessage .r {
		width: 100%;
		display: block;
		padding: 0;
	}
	
	#tStudy {
		padding: 30px 20px 10px;
	}
	
	#tStudy .inner {
		padding-bottom: 0;
	}
	
	#tStudy .tHeading {
		margin-bottom: 30px;
	}
	
	.tStudyMessage {
		margin-bottom: 30px;
	}
	
	.tStudyMessage .l {
		width: 70%!important;
		display: block;
		margin: 0 auto 10px;
	}
	
	.tStudyMessage .l img {
		width: 100%;
		height: auto;
	}	
	
	.tStudyMessage .r {
		width: 100%;
		display: block;
		padding: 0;
	}
	
	#tReference {
		padding: 30px 20px 10px;
	}
	
	#tReference .inner {
		padding-bottom: 0;
	}
	
	#tReference .tHeading {
		margin-bottom: 30px;
	}
	
	
	#tReference .tSection h3 {
		font-size: 16px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	
	.tReferenceCase li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.tReferenceCase li img {
		margin-bottom: 0;
	}
	
	.tSection .tReferenceCase p {
		line-height: 1.5 !important;
	}
	
	.tReferenceCase {
		margin-bottom: 0;
	}
	
	#tReference .btnBox .btnCase {
		font-size: 13px !important;
	}
	
	.htHeading {
		margin-bottom: 20px!important;
	}
	
	
	.intBox {
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
		display: block;
	}

	.intBtnL {
		display: block;
		width: 100%;
	}

	.intBtnL .btn {
		margin-bottom: 20px;
		width: 100%!important;
	}

	.intBtnL img {
		height: auto;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.intBtnR {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.intBtnR img {
		width: 70%;
		height: auto;
	}
	
	
}

/*===================================================
kintone x LINE WORKS
===================================================*/

#kMainImage.short .inner {
	max-width: 1080px;
}
#kMainImage.short .l {
	padding: 0;
	
}
#kMainImage.short .r {
	padding: 0;	
}

#kMainImage.short .kAboutText02 {
	margin-bottom: 30px;
}

#tpl_service03 .kMain04 li:nth-child(1) {
	float: none!important;
	width: auto!important;
	margin: 0 auto!important;
	max-width: 350px;
}

.lHeading {
	font-size: 28px;
	display: block;
	line-height: 1.3;
}
.lHeading:after {
	font-size: 16px;
	font-weight: normal;
	color: #aaaaaa;
	font-style: italic;
	display: block;
	letter-spacing: 2px;
}

#lFeasible {
	padding: 0 40px 10px;
}

#lFeasible .inner {
	width: 1180px;
	margin: 0 auto;
}

#lFeasible .image {
	text-align: center;
	margin-bottom: 50px;
}

#lFeasible .image img {
	max-width: 100%;
	height: auto;
}


#lFeasible fieldset {
	border-radius: 5px;
	border: 1px solid #eee;
	box-shadow: 0 0 4px #ccc;
	text-align: center;
	padding: 10px 0 20px;
}

#lFeasible fieldset legend {
	text-align: center;
	margin: 0 auto 0px;
	background: #fff;
	padding: 0 30px;
	font-weight: bold;
	font-size: 24px;
}

#lFeasible ul {
	margin-left: -30px;
}

#lFeasible ul li {
	width: calc(100% - 30px);
	border-radius: 100px;
	background: #f7f7f7 url(https://www.comdec.jp/wp-content/uploads/2022/02/ico_check.png) left 15px center no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: 24px auto;
	display: table;
	z-index: 2;
	margin: 30px 0 30px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 20px 20px 20px 50px;
}

#lFeasible ul li span {
	display: table-cell;
}

.lIntro {
	padding: 0 40px 10px;
}

.lIntro .inner {
	width: 1180px;
	margin: 0 auto;
}

.lIntroLogo {
	display: table;
	margin-top: 20px;
}

.lIntroLogo .image {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	max-width: 300px;
}

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

.lIntroLogo .text {
	display: table-cell;
	vertical-align: middle;
}

.lIntroLogo .text h3 {
	font-size: 32px;
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 5px solid #ccc;
}

.lIntro .info {
	background: #f6f6f6;
	padding: 30px;
	margin-top: 50px;
}

.lIntro fieldset {
	border-radius: 5px;
	border: 1px solid #eee;
	box-shadow: 0 0 4px #ccc;
	text-align: center;
	padding: 10px 0 20px;
	margin-top: 50px;
}

.lIntro fieldset legend {
	text-align: center;
	margin: 0 auto 0px;
	background: #fff;
	padding: 0 30px;
	font-weight: bold;
	font-size: 24px;
}

.lIntro fieldset ul {

}

.lIntro fieldset li {
	display: table;	
	border-top: 1px solid #ccc;
	padding: 40px 0;
	margin: 0 40px;
}

.lIntro fieldset li:first-child {
	border: none;
}

.lIntro fieldset .image {
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px;
}

.lIntro fieldset .text {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}


.lIntro fieldset .text h4 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

#lPrice {
	padding: 60px 40px;
	border-top: 1px solid #fd9437;
}

#lPrice .inner {
	width: 1180px;
	margin: 0 auto;
}

#lPrice .lHeading {
	color: #fd9437;
}

#lPrice .lHeading:after {
	content: "Price";
	margin-bottom: 75px;
}

.lPriceTable {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.lPriceTable th {
	text-align: center;
	background: #fd9437;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #fff;
	padding: 15px;
	font-size: 16px;
}

.lPriceTable td {
	text-align: center;
	background: #fef9d5;
	font-size: 28px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px;
}

.lPriceTable td span {
	font-size: 18px;
}



#tBut.noBorder {
	border-top: none;
	padding: 0 40px 0;
}

#tBut.noBorder .tButList li {
	width: 100%;
	border-radius: 100px;
	background: #f7f7f7 url(../img/ico_batsu.png) left 15px center no-repeat;
	background-size: auto;
	background-size: auto;
	background-size: 24px auto;
	display: table;
	z-index: 2;
	margin: 30px -50px 30px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10px 20px 10px 50px;
}

#lExsample {
	padding: 60px 40px;
	border-top: 1px solid #0b2e6f;
	font-weight: bold;
}

#lExsample .inner {
	width: 1180px;
	margin: 0 auto;
}

#lExsample .lHeading {
	color: #0b2e6f;
}

#lExsample .lHeading:after {
	content: "Exsample";
	margin-bottom: 75px;
}

#lExsample .info {
	display: table;
	width: 100%;
	border-bottom: 2px solid #ccc;
	padding-bottom: 40px;
	margin-bottom: 50px;
}

#lExsample .image {
	display: table-cell;
	vertical-align: middle;
	padding-right: 75px;
	width: 240px;
}

#lExsample .text {
	display: table-cell;
	vertical-align: middle;
}

#lExsample .textInner  {
	background: #f6f6f6;
	border-radius: 5px;
	padding: 20px;
}

#lExsample .textInner  p {
    font-size: 16px!important;
}

#lExsample .text ul {
	list-style: disc;
}

#lExsample .text li {
	list-style: disc;
	margin-left: 30px;
	line-height: 2.5;
}

#lExsample .bf {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}

#lExsample .bfBefore {
	border: 10px solid #ccc;
	display: table-cell;
	width: 33%;
	vertical-align: middle;
	padding: 30px;
	text-align: center;
	border-radius: 5px;
}

#lExsample .bfBefore p {
	padding: 10px 0;
}

#lExsample .bfBefore p img {
    max-width: 100%;
    height: auto;
}

.bftext {
	text-align: left;
}

#lExsample .bfBefore ul {
	text-align: left;
	padding: 10px 0;
}

#lExsample .bfAfter li,
#lExsample .bfBefore li {
	list-style-type: disc;
	margin-left: 20px;
	line-height: 2;
}

#lExsample .bfCenter {
	display: table-cell;
	vertical-align: middle;	
	background: url("../img/arrow.png") right 5px center no-repeat;
	background-size: 140% auto;
}

#lExsample .bfCenter p {
	width: 200px;
	height: 200px;
	border-radius: 1000px;
	text-align: center;
	background: #0b2e6f;
	margin: 0 auto;
	display: table;
	border: 3px solid #0b2e6f;
}

#lExsample .bfCenter p span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 1000px;
}

#lExsample .bfAfter {
	border: 10px solid #ccc;
	display: table-cell;
	width: 33%;
	vertical-align: middle;
	padding: 30px;
	text-align: center;
	border-radius: 5px;
}

#lExsample .bfAfter p {
	padding: 10px 0;
}

#lExsample .bfAfter ul {
	text-align: left;
	padding: 10px 0;
}

#lExsample .bfMessage {
}

.btnLWide {
	width: 600px!important;	
}

.btnLWide a {
	width: 600px!important;
}

@media screen and (min-width: 1281px) {
	
}

@media screen and (max-width: 1280px) {
	
	.inner {
		width: auto!important;
	}

	#kMainImage.short .inner .r {
		width: 50%!important;
	}

	
	.btnTwide {
		margin-bottom:20px;
	}
	
	
	#tBut.noBorder .tButList {
		width: calc(50% - 50px);
		padding-left: 50px;
	}
	
	.btnLWide {
		width: 100%!important;
	}
	
	.btnLWide a {
		width: 100%!important;
	}
	
	.bf {
		display: block!important;
	}
	
	.bfBefore {
		display: block!important;
		width: 100%!important;
	}
	.bfCenter {
		display: block!important;
		width: 100%!important;
		background: url("../img/arrow_r.png") center bottom 10px no-repeat!important;
		background-size: 120px auto!important;		
		padding: 40px 20px 80px;
	}
	.bfAfter {
		display: block!important;
		width: 100%!important;
	}
	
	/*
	#lPrice .tableWrap {
		width: 100%;
		overflow-x: scroll;
	}

	#lPrice table {
		width: 100%;
		min-width: 578px;
	}
	*/
	
}

@media screen and (max-width: 767px){ 
	#kMainImage.short .inner .r {
		width: 100%!important;
	}
	
	
	.lHeading {
		font-size: 20px;
	}
	
	.lHeading::after {
		font-size: 12px;
		margin-bottom: 30px!important;
	}
	
	.lSection {
		padding: 20px;
		margin-bottom: 20px;
	}
	
	.lSection h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	#lExsample {
	  padding: 30px 20px;
	}
	
	#lPrice {
	  padding: 30px 20px;
	}
	
	#tBut.noBorder .tButList {
		width: 100%;
		padding-left: 0;
	}
	
	#tBut.noBorder .tButList li {	
		font-size: 13px;
	}
	
	#lFeasible {
		padding:  0 20px 10px;
	}
	
	#lFeasible .image {
		margin-bottom: 20px;
		padding: 0 30px;
	}
	
	#lFeasible fieldset {
		padding: 10px 0 0;
	}
	
	#lFeasible fieldset legend {
		font-size: 16px;
		padding: 0 20px;
	}
	#lFeasible fieldset ul {
		margin-left: -15px;
	}
	#lFeasible fieldset li {
		font-weight: bold;
		text-align: left;
		padding: 10px 20px 10px 50px;
		font-size: 13px;
		width: calc(100% - 15px);
	}
	
	.lIntro {
		padding:  0 20px 10px;	
	}
	

	.lIntroLogo {
		margin-top: 10px;
	}

	.lIntroLogo .image {
		display: table-cell;
		vertical-align: middle;
		padding: 0 20px;
		max-width: 300px;
	}

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

	.lIntroLogo .text {
		display: table-cell;
		vertical-align: middle;
	}

	.lIntroLogo .text h3 {
		font-size: 18px;
		padding: 0 0 10px;
		margin: 0 0 10px;
		border-bottom: 3px solid #ccc;
	}
	
	.lIntroLogo .text p {
		line-height: 1.5;	
	}

	.lIntro .info {
		background: #f6f6f6;
		padding: 15px;
		margin-top: 30px;
	}
	
	.lIntro .info p {	
		font-size: 13px!important;
	}
	
	.lIntro fieldset {
		margin-top: 30px;
	}
	
	.lIntro fieldset legend {
		font-size: 16px;
		padding: 0 20px;	
	}
	
	.lIntro fieldset li {
		padding: 20px 0;
		display: block;
		margin: 0 20px;
	}
	
	.lIntro fieldset .image {
		display: block;
		text-align: center;
		padding: 0 0 20px;
	}
	
	.lIntro fieldset .text {
		display: block;
	}
	
	.lIntro fieldset .text h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.lIntro fieldset .text p {
		font-size: 13px;
	}
	
	#tBut.noBorder {
		padding:  0 20px 10px;
	}
	
	#lExsample {
		
	}
	
	#lExsample .info {
		display: block;
		padding: 0 0 10px;
		margin: 0;
	}
	
	#lExsample .image {
		display: block;
		text-align: center;
		width: 100%;
		padding: 0;
		margin: 10px 0;
	}
	
	#lExsample .image img {
		max-width: 200px;
		height: auto;
	}
	
#lExsample .textInner  p {
    font-size: 13px!important;
}
	
	#lExsample .text {
		display: block;
		font-size: 13px;
		margin: 10px 0;
	}
	
	#lExsample .bf {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#lExsample .bfBefore {
		font-size: 13px;
		line-height: 1.5;
		padding: 15px;
	}
	
	#lExsample .bfAfter {
		font-size: 13px;
		line-height: 1.5;
		padding: 15px;
	}
	
	#lExsample .bfMessage {
		margin-bottom: 10px;
	}
	
	#lPrice .lPriceTable th {
		padding: 10px;
		font-size: 12px;		
	}
	
	#lPrice .lPriceTable td {
		padding: 10px;
		font-size: 18px;
		
	}
	
	#lPrice .lPriceTable td span {
		font-size: 12px;
	}
	
}



/* ----------------------------------------------------------------------
banso shien
---------------------------------------------------------------------- */

/* main-image */

#bMainImage {
	width: 100%;
	background: url(https://www.comdec.jp/wp-content/uploads/2022/08/bg.jpg) center center no-repeat;
	background-size: cover;
	margin-bottom: 70px;
	padding: 30px 0;
}

#bMainImage img {
	max-width: 100%;
	height: auto;
}

#bMainImage .wrap {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	display: table;
}

#bMainImage .info {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#bMainImage .logo {
	margin-bottom: 40px;
}

#bMainImage .title {
	margin-bottom: 40px;
	font-size: 44px;
	letter-spacing: 3px;
	
}

#bMainImage .btn a {
	padding: 20px;
	color: #fff;
	min-width: 300px;
	background: #2795e3;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	border-radius: 10px;
	letter-spacing: 2px;
}

#bMainImage .title span {
	font-size: 64px;
	font-feature-settings: "palt";
}

#bMainImage .img {
	display: table-cell;
	width: 550px;
	vertical-align: middle;
}

/* introduction */

.noLine {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 50px;
}

#bIntroduction {
	max-width: 1180px;
	border: 1px solid #2795e3;
	border-radius: 10px;
	padding: 50px;
	margin: 0 auto 50px;
	font-size: 14px;
	font-weight: bold;
}

#bIntroduction legend {
	background: #2795e3;
	border-radius: 100px;
	color: #fdff00;
	margin: 0 auto;
	text-align: center;
	min-width: 640px;
	font-size: 30px;
	padding: 10px 30px;	
}

#bIntroduction .bAbout {
	display: table;
	width: 100%;
}

#bIntroduction .bAbout .img {
	display: table-cell;
	width: 220px;
	padding-right: 30px;
	vertical-align: middle;
}

#bIntroduction .bAbout .img img {
	width: 100%;
	height: auto;
}

#bIntroduction .bAbout .info {
	display: table-cell;
	vertical-align: middle;
	line-height: 2;
}

.bImgArea {
	border-top: 2px dotted #ccc;
	margin-top: 50px;
	padding-top: 50px;
	max-width: 1180px;
	margin: 50px auto 0;
}

.bImgHeading {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}

.bImgArea.line3 ul {
	width: 100%;
	display: flex;
	flex-wrap:wrap;
}

.bImgArea.line3 ul li {
	width: 32%;
	margin-right: 2%;
	padding-top: 30px;
}

.bImgArea.line3 ul li:nth-child(3n) {
	margin-right: 0;
}

.bImgArea.line1 ul {
	width: 100%;
}

.bImgArea.line1 ul li {
	padding-top: 30px;
}

.bImgArea ul li img {
	max-width: 100%;
	height: auto;
}

.bImgArea ul li .img {
	text-align: center;
}

.bImgArea ul li .title {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}

.bImgArea ul li .text {
	margin-top: 10px;	
}

.noLine .bImgArea:first-child {
	border-top: none;	
	margin-top: 0!important;
	padding-top: 0!important;
}

.noLine .bImgHeading {
	color: #fff;
	background: #2795e3;
	padding: 10px;
	border-top: 5px double #fff;
	border-bottom: 5px double #fff;
}




/* merit */

#bMerit {

	padding: 70px 0 50px;
	background: #2795e3;
	font-weight: bold;
}

#bMerit h2 {
	text-align: center;
	color: #fff;
	font-size: 28px;
	margin-bottom: 70px;
}

#bMerit ol {
	max-width: 1180px;
	margin: 0 auto;
}

#bMerit ol li {
	background: #fff;
	margin-bottom: 30px;
	padding: 25px;
	border-radius: 10px;
	display: table;
	box-sizing: border-box;
	width: 100%;
}

#bMerit ol li .img {
	display: table-cell;
	vertical-align: top;
	width: 400px;
	padding-right: 25px;
}

#bMerit ol li .img img {
	width: 100%;
	height: auto;
}

#bMerit ol li .info {
	display: table-cell;
	vertical-align: top;
}

#bMerit ol li .info .title {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

#bMerit ol li .info .title div {
	display: table-cell;
	width: 84px;
}

#bMerit ol li .info .title div p {
	display: table;
}

#bMerit ol li .info .title div p span {
	background: #2795e3;
	color: #fff;
	border-radius: 100px;
	width: 64px;
	height: 64px;
	display: block;
	text-align: center;
	font-style: italic;
	display: table-cell;
	vertical-align: middle;
	font-size: 48px;
	line-height: 1;
	letter-spacing: 0;
	padding-right: 7px;
}

#bMerit ol li .info .title h3 {
	display: table-cell;
	vertical-align: middle;
	color: #2795e3;
	font-size: 24px;
}

#bMerit ol li .info .text {
	padding: 20px;
	background: #e9f5fe;
	font-size: 14px;
	border-radius: 10px;
	line-height: 2;
}

#bMerit ol li .info .btn {
	margin-top: 30px;
	width: auto;
	text-align: center;
}

#bMerit ol li .info .btn a {
	display: inline-block;
	background: #2795e3;
	color: #fff;
	font-size: 16px;
	padding: 20px;
	border-radius: 10px;
	text-align: center
}

/* voice */

#bVoice {
	padding: 70px 0;
	background: #e9f5fe;
	font-weight: bold;
}

#bVoice h2 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 70px;
}

#bVoice ul {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

#bVoice ul li {
	width: calc(50% - 10px);
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
}

#bVoice ul li:nth-child(even){
	margin-right: 0;
}

#bVoice ul li h3 {
	text-align: center;
	font-size: 18px;
	color: #2795e3;
	border-bottom: 2px dotted #2795e3;
	padding: 0 0 20px;
	margin-bottom: 20px;
}

#bVoice ul li .wrap {
	width: 100%;
	display: table;
}

#bVoice ul li .img {
	display: table-cell;
	width: 180px;
	vertical-align: top;
}

#bVoice ul li .img .face {
	border-radius: 200px;
	width: 180px;
	height: 180px;
	background-size: cover;
	border: 5px solid #2795e3;
	background-position: center center;
}

#bVoice ul li .info {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	position: relative;
}

#bVoice ul li .info .message {
	background: #e9f5fe;
	padding: 20px;
	border-radius: 10px;
}

#bVoice ul li .info .text:before {
	content: "";
	display: block;
	background: url("https://www.comdec.jp/wp-content/uploads/2022/08/b_arrow.png");
	background-size: 25px 21px;
	width: 25px;
	height: 21px;
	position: absolute;
	top: 85px;
	left: 5px;
}

#bVoice ul li .info .text {
	font-size: 14px;
}

#bVoice ul li .info .name {
	font-size: 12px;
	text-align: right;
	margin-top: 20px;
}

#bVoice ul li .info .name:before {
	content: "";
	width: 18px;
	height: 17px;
	display: inline-block;
	background: url("https://www.comdec.jp/wp-content/uploads/2022/08/ico_bvoice.png");
	background-size: 18px 17px;
	margin: 0 5px -4px 0;
}

#bVoice ul li .btn {
	width: auto;
	text-align: center;
	margin-top: 20px;
}

#bVoice ul li .btn a {
	padding: 10px 20px;
	color: #fff;
	width: auto;
	max-width: auto;
	background: #2795e3;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	border-radius: 10px;
	letter-spacing: 2px;
}

#bVoice.white {
    background: #fff;
    border-top: 1px solid #2795e3;
}

#bVoice.white .inner{
    width: 1180px;
    margin: 0 auto;
}

#bVoice.white ul li {
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 0 0 4px #ccc;
}

#bVoice.white .bHeading {
    color: #2795e3;
    margin-bottom: 60px;
    text-align: left;
}

#bVoice.white .bHeading:after {
  content: "Voice";
  margin-bottom: 45px;
  font-size: 16px;
    font-weight: normal;
    color: #aaaaaa;
    font-style: italic;
    display: block;
    letter-spacing: 2px;
}

#bVoice.white ul li h3 {
    color: #1A1A1A;
    border-bottom: 2px dotted #1A1A1A;
}

@media screen and (max-width: 767px) {
    #bVoice.white .bHeading {
        margin-bottom: 30px;     
    }
     #bVoice.white .bHeading:after {   
        font-size: 12px;
        margin-bottom: 0;        
    }
}

/* movie */

#bMovie {
	border: 1px solid #2795e3;
	margin: 70px auto;
	max-width: 1180px;
	border-radius: 10px;

	padding-bottom: 50px;
	position: relative;
}

#bMovie h2 {
	text-align: center;
	background: #2795e3;
	color: #fdff00;
	font-size: 24px;
	letter-spacing: 1px;
	padding: 20px 0;
	border-radius: 10px 10px 0 0;
}

#bMovie .movieWrap {
	width: 70%;
	margin: 50px auto 20px;
}

#bMovie .text {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#bMovie .image01 {
	position: absolute;
	bottom: 20px;
	left: -30px;
}

#bMovie .image02 {
	position: absolute;
	bottom: 20px;
	right: -30px;
}

@media screen and (max-width: 1280px)  {
	#bMainImage {
		width: 100%;
		padding: 0 30px;
		height: auto;
		margin-bottom: 50px;
	}

	#bMainImage img {
		max-width: 100%;
		height: auto;
	}

	#bMainImage .wrap {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
		display: table;
	}

	#bMainImage .logo {
		margin-bottom: 20px;
	}
	
	#bMainImage .logo img {
		width: 200px;
		height: auto;
	}

	#bMainImage .title {
		margin-bottom: 20px;
		font-size: 30px;
	}
	
	#bMainImage .title span {
		font-size: 48px!important;
	}

	#bMainImage .btn a {
		padding: 15px;
		font-size: 16px;
	}

	#bMainImage .img {
		width: 350px;
		height: 350px;
	}	
	
	#bIntroduction {
		padding: 30px;
		margin: 0 30px 50px;
		max-width: auto;
	}

	#bIntroduction legend {
		font-size: 24px;
		padding: 10px 20px;	
		min-width: 500px;
	}

	#bIntroduction .bAbout {
		display: table;
		width: 100%;
	}
	
	.noLine {
		margin: 0 30px;
	}
	
	#bMerit {

		padding: 50px 30px 30px;
	}
	
	#bMerit h2 {
		margin-bottom: 50px;
	}
	
	#bMerit ol li .img {
		width: 38%;
	}
	
	#bMerit ol li .info .title div {
		width: 60px;
	}
	
	#bMerit ol li .info .title div p span {
		width: 48px;
		height: 48px;
		font-size: 32px;
	}
	
	#bMerit ol li .info .title h3 {
		font-size: 20px;
	}
	
	#bMerit ol li .info .btn a {
		padding: 15px 20px;
	}
	
	#bVoice {
		padding: 50px 30px;
	}
	
	#bVoice h2 {
		margin-bottom: 50px;
	}
	
	#bVoice ul li {
		width: 100%;
		margin-right: 0;
	}
	
	#bMovie {
		margin: 50px 30px;
	}
	
	#bMovie .image01 img {
		width: 83px;
		height: auto;
	}

	#bMovie .image02 img {
		width: 132px;
		height: auto;
	}
	
}

@media screen and (max-width: 767px)  {
	#bMainImage {
		width: 100%;
		padding: 0 20px;
		height: auto;
		margin-bottom: 50px;
	}

	#bMainImage .wrap {
		width: 100%;
		display: block;
		padding: 30px 0;
	}
	
	#bMainImage .img {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	
	#bMainImage .img img {
		max-width: 300px;
		height: auto;
		margin-bottom: 20px;
	}
	
	#bMainImage .img .btn {
		width: auto;
	}
	
	#bMainImage .info {
		display: block;
		width: 100%;
		padding: 0;
	}

	#bMainImage .title {
		margin-bottom: 20px;
		font-size: 24px;
	}
	
	#bMainImage .title span {
		font-size: 36px!important;
	}
	
	#bIntroduction {
		padding: 30px 15px;
		margin: 0 15px 30px;
		max-width: auto;
	}

	#bIntroduction legend {
		font-size: 18px;
		padding: 10px 30px;	
		min-width: auto;
		letter-spacing: 1px;
	}

	#bIntroduction .bAbout {
		display: block;
		width: 100%;
	}
	
	#bIntroduction .bAbout .img {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	
	#bIntroduction .bAbout .img img {
		width: 200px;
		height: auto;
	}
	
	#bIntroduction .bAbout .info {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	
	.bImgArea {
		padding-top: 30px;
		margin: 30px auto 0;
	}

	.bImgHeading {
		text-align: center;
		font-size: 18px;
		margin-bottom: 0px;
	}

	.bImgArea.line3 ul li {
		width: 100%;
		margin-right: 0;
		padding-top: 30px;
	}

	.bImgArea ul li img {
		max-width: 100%;
		height: auto;
	}

	.bImgArea ul li .img {
		text-align: center;
	}

	.bImgArea ul li .title {
		margin-top: 10px;
		font-size: 16px;
		text-align: center;
	}	

	.noLine {
	    padding-bottom: 30px;
		margin: 0 15px;
	}

	
	#bMerit {

		padding: 30px 15px 15px;
	}
	
	#bMerit h2 {
		margin-bottom: 30px;
		font-size: 20px;
	}
	
	#bMerit ol li {
		padding: 15px;
	}
	
	#bMerit ol li .img {
		width: 100%;
		display: block;
		text-align: center;
		padding: 0 0 10px;
	}
	
	#bMerit ol li .img img {
		max-width: 200px;
		height: auto;
	}

	#bMerit ol li .info {
		width: 100%;
		display: block;	
	}	
	
	#bMerit ol li .info .title div {
		width: 48px;
	}
	
	#bMerit ol li .info .title div p span {
		width: 40px;
		height: 40px;
		font-size: 28px;
	}
	
	#bMerit ol li .info .title h3 {
		font-size: 18px;
	}
	
	#bMerit ol li .info .text {
		padding: 15px;
	}
	
	#bMerit ol li .info .btn {
		margin-top: 15px;
	}
	
	#bMerit ol li .info .btn a {
		padding: 10px 15px;
	}
	
	#bVoice {
		padding: 30px 15px;
	}
	
	#bVoice h2 {
		margin-bottom: 30px;
		font-size: 20px;
	}
	
	#bVoice ul li {
		width: 100%;
		margin-right: 0;
		padding: 20px 15px;
	}
	
	#bMovie {
		margin: 50px 30px;
	}	
	
	#bVoice ul li .wrap {
		display: block;
	}
	
	#bVoice ul li .img {
		display: block;
		margin: 0 auto 20px;
	}
	
	#bVoice ul li .info {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	#bVoice ul li .info .text::before {
		display: none!important;
	}
	
	#bMovie h2 {
		padding: 10px;
		font-size: 20px;
	}	
	
	#bMovie {
		margin: 30px 15px;
		padding-bottom: 30px;
	}
	
	#bMovie .text {
		margin: 0 40px;
	}
	
	#bMovie .image01 {
		left: -20px;
	}
	
	#bMovie .image02 {
		right: -20px;
	}

	#bMovie .image01 img {
		width: 57px;
		height: auto;
	}

	#bMovie .image02 img {
		width: 88px;
		height: auto;
	}
	
}

.noico {
    width: auto!important;
    margin: 0px auto 70px;
    text-align: center;
}

.noico a {
    display: inline-block;
    width: auto!important;
    padding: 10px 80px;
}

.noico a:before {
    display: none;
}

@media screen and (max-width: 767px) {
    .noico {
        margin: 10px auto 30px;
    }
    .noico a {
        padding: 10px 40px;
    }
}

.mwForm {
    max-width: 700px;
    margin: 0 auto 100px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 50px;
}

.mwForm .important {
    color: #c00;
    font-weight: bold;
    font-size: 12px;
}

.mwForm .error {
    display: block;
    margin: 5px 0 0;
}

.mwForm table {
    width: 100%;
}

.mwForm th {
    text-align: left;
    padding-bottom: 5px;
}

.mwForm td {
    padding-bottom: 10px;
}

.mwForm td th {
    font-size: 13px;
    width: 100px;
}

.mwForm input[type="url"],
.mwForm input[type="text"],
.mwForm input[type="email"],
.mwForm textarea {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
    background: #f6f6f6;
}
.mwForm input[type="text"].txt_lastname_firstname {
	width:100px;
}
.mwForm .hidden_field {
	display:none;
}

.mwForm textarea { 
    height: 200px;
}

.mwForm .mwform-tel-field input {
    width: 80px!important;
}

.mwForm .mwform-zip-field input {
    width: 70px!important;
}

.mwForm input[type="submit"].submitBtn {
    border: none;
    width: 200px;
    display: block;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #00A0E9;
    margin: 30px auto 0;
    font-weight: bold;
    font-size: 15px;
}

.mwForm input.backBtn {
    border: none;
    width: 120px;
    display: block;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #666;
    margin: 20px auto 0;
    font-weight: bold;
    font-size: 13px;
}

.mwForm {
    word-break: break-all!important;
}

.mwForm .sendHeading {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
}

.mwForm .sendText01 {
    margin-bottom: 10px;
}

.mwForm .sendText02 {
    margin: 20px 0 30px;
}

.mwForm .sendText03 {
    border-top: 2px dotted #ccc;
    padding: 20px 0 0;
    font-size: 15px;
    text-align: center;
}

.mwForm .sendText03 span {
    display: inline-block;
    text-align: left;
}

.mwForm .sendText03 a,
.mwForm .sendText03 span a {
    color: #00A0E9;
}

.mwForm .mw_wp_form_confirm .important {
    display: none;
}

.mwForm .mw_wp_form_confirm table td {
    padding-bottom: 25px;
}

.mwForm .checkMsg {
    margin-bottom: 40px;
    text-align: center;
}

.mw_wp_form_input  .checkMsg{
    display: none;
}

.fm1 .mwForm {
    margin-bottom: 0;
}

@media screen and (max-width:768px) {
    .mwForm {
        padding: 20px 20px 50px!important;
        margin-bottom: 0px; 
        
    }
    .mwForm .mwform-tel-field input {
        width: 60px!important;
        font-size: 13px;
    }

    .mwForm .mwform-zip-field input {
        width: 60px!important;
        font-size: 13px;
    }
}

.invoice {
    margin: 50px auto 0;   
}

@media screen and (max-width: 1280px) {
    .noico {
        margin-bottom: 60px;   
    }
    .invoice {
        margin: 30px auto 0;   
    }
}

@media screen and (max-width:768px) {
    .noico {
        margin-bottom: 30px;   
    }
    .invoice {
        margin: 10px auto 0;   
    }
}

/* ----------------------------------------------------------------------
price table
---------------------------------------------------------------------- */

#kPrice .kSection table.priceTable {
	min-width: auto!important;
	width: 100%;
	margin: 0 auto;
}

#kPrice .tableWrap .priceTable tr {
	background-color: #fff!important;
}
#kPrice .tableWrap .priceTable tr th {
	background-color: #00A0E9!important;
}
#kPrice .tableWrap .priceTable tr .name {
	text-align: center;
}
#kPrice .tableWrap .priceTable tr .price {
	text-align: right;
	width: 23%;
}
#kPrice .tableWrap .priceTable tr.total {
	background-color: #dfedf4!important;
	color: #144f83
}
#kPrice .tableWrap .priceTable tr.total .name {
	text-align: right;
}

/* ----------------------------------------------------------------------
 media query
---------------------------------------------------------------------- */

@media screen and (min-width: 1321px) {
	.sp,.sptb{display: none;}
}
@media screen and (max-width: 1320px) and (min-width: 768px) {
	.pc,.sp{display: none;}	
    .dQAwrap {
        padding: 40px 0 20px!important;
    }
    .dDGwrap {
        padding: 20px 0 0px!important;
    }    
}
@media screen and (max-width: 767px) {
	.pc,.pctb{display: none;}
    .dQAwrap {
        padding: 20px 0 0px!important;
    }
    .dDGwrap {
        padding: 20px 0 20px!important;
    }
}

#bVoice ul.vVoiceList.one {
    max-width: 580px!important;
    margin: 0 auto!important;	
}
#bVoice ul.vVoiceList.one li {
    width: 100%!important;
    margin-right: 0!important;
}



/* ----------------------------------------------------------------------
 Contactform - 
---------------------------------------------------------------------- */
.wpcf7 { width:100%; margin:0 0 2.5em !important; padding:0; border:1px solid #ddd; background:#fafafa; font-size:14px; }
.wpcf7 form { margin:1.5em 1.5em 0; }
.wpcf7 p { margin-bottom:1em; font-size:16px; }
.wpcf7 input, .wpcf7 textarea { -webkit-box-sizing:border-box; box-sizing:border-box; width:100%; padding:8px; border:1px solid #ccc; line-height:1.2; }
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; padding:8px; border:1px solid #ccc; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size:14px; line-height:1.2; }
.wpcf7 .wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #bbb; outline:none; }
.wpcf7 .wpcf7-submit { -webkit-transition:all .3s; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; position:relative; width:225px; height:48px; margin:30px auto 0; border:none !important; outline:none; background-color:#333333; color:#fff; font-size:14px; line-height:1.5; text-align:center; text-decoration:none; cursor:pointer; transition:all .3s; }
.wpcf7 .wpcf7-submit:before, .wpcf7 .wpcf7-submit:after { -webkit-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 .wpcf7-submit:hover { background-color:#666666; }
.wpcf7 .wpcf7-submit .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-submit .wpcf7-response-output { -webkit-border-radius:4px; -moz-border-radius:4px; margin:10px 0 0; padding:8px 35px 8px 14px; border-radius:4px; }
.wpcf7 .wpcf7-submit .wpcf7-validation-errors { border:1px solid #EED3D7; background-color:#F2DEDE; color:#B94A48; }
.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok { border:1px solid #BCE8F1; background-color:#D9EDF7; color:#3A87AD; }

/* Style for DIVA dark ver. */
.wpcf7 { color:#000; }

.mw_wp_form.mw_wp_form_confirm .checkBtn,
.mw_wp_form.mw_wp_form_input .sendBtn {
display: none;
}

/* ----------------------------------------------------------------------
 font-size - �t�H���g�T�C�Y
---------------------------------------------------------------------- */
.text70{font-size:70%}      /* �t�H���g�T�C�Y70% */
.text80{font-size:80%}
.text90{font-size:90%}
.text100{font-size:100%}
.text110{font-size:110%}
.text120{font-size:120%}
.text130{font-size:130%}
.text140{font-size:140%}
.text150{font-size:150%}
.text160{font-size:160%}
.text170{font-size:170%}
.text180{font-size:180%}
.text190{font-size:190%}
.text200{font-size:200%}
.text210{font-size:210%}
.text220{font-size:220%}
.b{font-weight:700}     /* ���� */
.u{text-decoration:underline}     /* ���� */
.del{text-decoration:line-throug} /* �ł������� */


/* ----------------------------------------------------------------------
 font-color - �t�H���g�J���[
---------------------------------------------------------------------- */
.red{color:red}     /* �ԐF */
.blue{color:#2ca9e1}    /* �F */
.green{color:#82ae46}   /* �ΐF */
.orange{color:#ff7d00}    /* ��F */
.yellow{color:#fff000}    /* ���F */
.pink{color:#ff0084}    /* �s���N */
.gray{color:#999999}    /* �O���[ */


/* ----------------------------------------------------------------------
 background-color - �w�i�F
---------------------------------------------------------------------- */
.bg-yellow{padding:2px;background-color:#ff0} /* ���F�̕����w�i */
.bg-blue{padding:2px;background-color:#4ab0f5}  /* �F�̕����w�i */
.bg-red{padding:2px;background-color:red} /* �ԐF�̕����w�i */


/* ----------------------------------------------------------------------
 text-align - �z�u
---------------------------------------------------------------------- */
.align1{text-align:center !important} /* ������ */
.align2{text-align:right !important}  /* �E�� */
.align3{text-align:left !important} /* ���� */


/* ----------------------------------------------------------------------
 float - ��荞��
---------------------------------------------------------------------- */
.r-flo{float:right;margin:10px} /* �E�ɉ�荞�� */
.l-flo{float:left;margin:10px}  /* ���ɉ�荞�� */
.f-clear{clear:both}      /* ��荞�݂̉��� */


/* ----------------------------------------------------------------------
 hover - �摜�����N�}�E�X�I�[�o�[���̕s�����x
---------------------------------------------------------------------- */
a img.fade { background:none !important; outline:none; -webkit-transition:all .3s; transition:all .3s; }
a:hover img.fade { opacity:0.7; filter:alpha(opacity=70); -ms-filter:"alpha( opacity=70 )"; background:none !important; }


/* ----------------------------------------------------------------------
 text-style - �e�L�X�g�X�^�C��
---------------------------------------------------------------------- */
.att {padding-left:1em;text-indent:-1em;} /* ���ӏ������œ�s�ڈȍ~�������� */
.att_box { margin:2em 0 2.5em; padding:1em 1.2em; line-height:2.0; border:1px dotted #cccccc; background:#fcfcfc; box-shadow:0px 4px 0px 0px #f7f7f7; } /* �e�L�X�g�{�b�N�X */


/* ----------------------------------------------------------------------
 margin - �v�f�̊O���̗]��
---------------------------------------------------------------------- */
.m0{margin:0 !important}    /* margin 0px ���w�肷��N���X */
.mt0{margin-top:0 !important}   /* margin-top0px ���w�肷��N���X */
.mr0{margin-right:0 !important}   /* margin-right0px ���w�肷��N���X*/
.mb0{margin-bottom:0 !important}  /* margin-bottom0px ���w�肷��N���X*/
.ml0{margin-left:0 !important}    /* margin-left0px ���w�肷��N���X*/

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.m35{margin:35px !important}
.mt35{margin-top:35px !important}
.mr35{margin-right:35px !important}
.mb35{margin-bottom:35px !important}
.ml35{margin-left:35px !important}

.m40{margin:40px !important}
.mt40{margin-top:40px !important}
.mr40{margin-right:40px !important}
.mb40{margin-bottom:40px !important}
.ml40{margin-left:40px !important}

.m45{margin:45px !important}
.mt45{margin-top:45px !important}
.mr45{margin-right:45px !important}
.mb45{margin-bottom:45px !important}
.ml45{margin-left:45px !important}

.m50{margin:50px !important}
.mt50{margin-top:50px !important}
.mr50{margin-right:50px !important}
.mb50{margin-bottom:50px !important}
.ml50{margin-left:50px !important}

.m55{margin:55px !important}
.mt55{margin-top:55px !important}
.mr55{margin-right:55px !important}
.mb55{margin-bottom:55px !important}

.ml55{margin-left:55px !important}
.m60{margin:60px !important}
.mt60{margin-top:60px !important}
.mr60{margin-right:60px !important}
.mb60{margin-bottom:60px !important}
.ml60{margin-left:60px !important}

.m65{margin:65px !important}
.mt65{margin-top:65px !important}
.mr65{margin-right:65px !important}
.mb65{margin-bottom:65px !important}
.ml65{margin-left:65px !important}

.m70{margin:70px !important}
.mr70{margin-right:70px !important}
.mb70{margin-bottom:70px !important}
.ml70{margin-left:70px !important}

.m75{margin:75px !important}
.mt75{margin-top:75px !important}
.mr75{margin-right:75px !important}
.mb75{margin-bottom:75px !important}
.ml75{margin-left:75px !important}

.m80{margin:80px !important}
.mt80{margin-top:80px !important}
.mr80{margin-right:80px !important}
.mb80{margin-bottom:80px !important}
.ml80{margin-left:80px !important}


/* ----------------------------------------------------------------------
 padding - �v�f�̓����̗]��
---------------------------------------------------------------------- */
.p0{padding:0 !important}   /* padding-0px ���w�肷��N���X */
.pt0{padding-top:0 !important}    /* padding-top0px ���w�肷��N���X */
.pr0{padding-right:0 !important}  /* padding-right0px ���w�肷��N���X */
.pb0{padding-bottom:0 !important} /* padding-bottom0px ���w�肷��N���X */
.pl0{padding-left:0 !important}   /* padding-left0px ���w�肷��N���X */

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pl10{padding-left:10px !important}