@charset "UTF-8";
.app_main{
	max-width: 1240px;
	padding: 80px 0 0 40px;
	margin: 0 auto;
}
.app_main p{
	font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.app_main img{
	width: 100%;
	height: auto;
	max-width: 675px;
}
.nav_app{
	padding: 130px 0 0 0px;
}
.detail_logo img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin-bottom: 20px;
}
.app_title{
	font-size: 32px;
    font-weight: bold;
    color: #000;
    line-height: 1.8;
    margin-bottom: 20px;
}
.app_section{
	margin: 40px 0 60px 0;
}
.app_title_2{
	border-bottom: 1px solid #abacac;
	font-size: 26px;
	padding-bottom: 15px;
    font-weight: bold;
}
#ten{
	font-weight: 800;
}
#sub1{
	font-size: 18px;
    line-height: 1.5;
	font-weight: 600;
}
@media only screen and (max-width: 768px) {
.app_main{
	max-width: 100%;
	padding: 0px 10px 0 10px;
}
.app_main img{
	width: 100%;
	height: auto;
}
.detail_logo img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	/*height: 50px;*/
	margin: 20px 0 20px 10px;
}
.app_title{
	font-size: 26px;
    font-weight: bold;
    color: #000;
    line-height: 1.8;
    margin-bottom: 20px;
	margin-left: 0px;
}
}
.breadcrumb_area{ width: 100%; background: #cecece; padding: 10px 0;}
.breadcrumb_area .inner{ width: 1200px; margin: 0 auto; padding: 0!important;}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: normal; color: #fff; font-size: 14px;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #000;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #000; font-size: 12px;
}

.breadcrumb li .here{ color: #000; font-size: 12px;}


.breadcrumb li a:hover {
  color: #0065b3; opacity: 1;
}

@media only screen and (max-width:1200px) {
.breadcrumb_area .inner{ width: 95%; }
}

@media only screen and (max-width:780px) {
.breadcrumb_area{ display: none; }
}

/*douga*/
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:93%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 45%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-prev:before, .slick-next:before{
	content: none;
}

/*.slick-dots .slick-active button{
    background:#333;
	width: 8px;
	height: 8px;
}*/
/*導入事例*/
#container_app_1{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#container_app_2{
	background-color:#dbdbdb ;
	font-size: 13px;
	width: 60px;
	text-align: center;
	padding: 8px 13px 8px 13px;
	margin: 0 10px 10px 0;
	display: block;
    height: auto;
    width: auto;
}
.summary {
  width: auto;
  height: 100%;
  padding: 60px 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.summary .summary_link {
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.summary .summary_link li {
  width: 45%;
  position: relative;
  margin-top: 20px;
}

@media only screen and (max-width: 1080px) {
.app_main{
	max-width: 100%;
	padding: 0px 10px 0 10px;
}
.app_main img{
	width: 100%;
	height: auto;
}
.case_title {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    line-height: 1.8;
    margin-bottom: 0px;
	width: 100%;
	margin-left: 0px;
	padding: 0 0 0 0px ;
}
.detail_logo img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	/*height: 50px;*/
	margin: 20px 0 20px 10px;
	}
.case .card {
  max-width: 300px;
  height: 100%;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.08);
  padding: 23px 22px;
  border-radius: 10px;
margin-top:40px; 
}
}
	
/*導入事例*/
.case_title {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    line-height: 1.8;
    margin-bottom: 0px;
	width: 100%;
	margin-left: 0px;
	padding: 0 0 0 10px;
}
.case .card {
  max-width: 300px;
  height: 100%;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.08);
  padding: 23px 22px;
  border-radius: 10px;
margin-top:40px; 
}
	
	
	
	
	
	
	
	
	
	
	
	
	