/* CSS Document */

/*==========================================
活用シーン詳細ビジュアル
==========================================*/
  .casevisualWap {
    padding: 0 0 20px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
  .casevisual,
  .casevisual_free{
    padding: 40px 0px 0px;
  }
  .casevisual_free{
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .caseTitle{
    text-align: center;
    padding: 60px 0px 20px;;
  }
  .caseTitle h1.casevisualText{
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .caseTitle .casevisualSub{
    color: #c00000;
    font-size: 0.9rem;
    line-height: 1.4;
    padding-top: 0px;
  }

  .casevisualArea{
    /*height:500px;*/
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .casevisualArea .casevisualLeft,
  .casevisualArea .casevisualRight{
    width: 100%;
  }
  .casevisualLeft .casevisualLogo{
    width: 80%;
    margin: 0 auto;
  }
  .casevisualLeft .casevisualWorkImage {
	width: 60%;
    margin: 0 auto 10px;
  }
  .casevisualRight .casevisualImageText{
    color: #C00000;
    line-height: 1.6;
    font-size:0.8rem;
    margin-top: 40px;
	margin-bottom: 20px;
    text-align: center;
	font-weight: bold;
  }
  .casevisualRight .casevisualImage{
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }

  /* cvボタン */
.casevisualLeft  .cvBtnArea {
	width: 80%;
	margin: 10px auto;
}
.casevisualLeft  .cvBtnArea .cvBtn {
	 background-color:#CC0000;
	border-radius: 10px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 15px 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	line-height: 1;
	border: none;
}
.casevisualLeft  .cvBtnArea  .cvBtn:hover {
	background-color: rgba(55,55,55,0.8);
}
.drop_shadow {
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.85));
  filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.85));
}

  
 /*****************************************************
	640px以上【tablet】
******************************************************/
@media print, screen and (min-width: 640px) {
  .casevisualLeft .casevisualLogo{
    width: 60%;
  }
  .casevisualLeft .casevisualWorkImage {
		width: 30%;
    	margin: 0 auto 20px;
  }
  .casevisualRight .casevisualImageText{
    font-size: 1.0rem;
	margin-bottom: 30px;
  }
}
  
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
  .casevisual,
  .casevisual_free{
    padding: 80px 0px 0px;
    min-height: 300px;
  }
 .caseTitle {
    padding: 90px 0px 20px;
  }
  .caseTitle h1.casevisualText{
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .caseTitle .casevisualSub{
    padding-top: 30px;
    line-height: 1.4;
    font-size: 0.85rem;
  }
  .casevisualArea{
    flex-direction: row;
  }
  .casevisualArea .casevisualLeft {
    width: 40%;
    text-align: center;
  }
  .casevisualArea .casevisualRight{
    width: 60%;
    text-align: center;
  }
  .casevisualLeft .casevisualLogo{
    width: 80%;
  }
  .casevisualRight .casevisualImageText{
    line-height: 1.6;
    font-size:0.8rem;
    margin-top: 0px;
  }
  .casevisualLeft .casevisualWorkImage {
		width: 60%;
  }
}
/*****************************************************
	904pxx以上【PC】
******************************************************/
@media print, screen and (min-width: 904px) {
  .casevisual,
  .casevisual_free{
    max-width: 1000px;
    padding: 118px 0px 0px;
    margin: 0 auto;
    min-height: 380px;
  }
 .caseTitle {
    padding: 120px 0px 20px;
  }
  .caseTitle h1.casevisualText{
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .caseTitle .casevisualSub{
    padding-top: 40px;
    line-height: 1.4;
    font-size: 1.0rem;
  }
  .casevisualArea{
  }
  .casevisualLeft .casevisualLogo{
    width: 80%;
  }
  .casevisualRight .casevisualImageText{
    font-size:0.9rem;
  }
  .casevisualRight .casevisualImage{
    width: 80%;
  }
    /* cvボタン */
	.casevisualLeft  .cvBtnArea {
		width: 90%;
		margin: 20px auto;
	}
	
}
/* 1024px */
@media print, screen and (min-width: 1024px) {
  .casevisual,
  .casevisual_free{
    padding: 139px 0px 0px;
    min-height: 380px;
  }
 .caseTitle {
    padding: 120px 0px 20px;
  }
  .casevisualRight .casevisualImageText{
    font-size:1.05rem;
  }
  .casevisualRight .casevisualImage{
    width: 80%;
  }
  .casevisualLeft .casevisualWorkImage {
		width: 50%;
    	margin: 0 auto 20px;
  }
}
  
/*****************************************************
	1200px以上【PC】
******************************************************/  
@media print, screen and (min-width: 1200px) {
  .casevisual,
  .casevisual_free{
    padding: 143px 0px 0px;
    min-height: 450px;
  }
 .caseTitle {
    padding: 160px 0px 20px;
  }
  .caseTitle h1.casevisualText{
    font-size: 2.6rem;
    line-height: 1.6;
  }s
  .caseTitle .casevisualSub{
    line-height: 1.4;
    font-size: 1.2rem;
  }
}
/* 1400px */
 @media print, screen and (min-width: 1400px) {
  .casevisual,
  .casevisual_free{
    min-height: 600px;
  }
 .caseTitle {
    padding: 220px 0px 20px;
  }
}

/*****************************************************
 事例概要
******************************************************/
.disp_area_casetitle{
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  padding: 20px 20px 0px;
}
.disp_area_casetext{
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  padding: 10px 20px 40px;
}
/* 768px */
@media print, screen and (min-width: 768px) {
  .disp_area_casetitle{
    font-size: 1.5rem;
  }
  .disp_area_casetext{
    font-size: 1.0rem;
  }
}
/* 1024px */
@media print, screen and (min-width: 1024px) {
  .disp_area_casetitle{
    font-size: 1.8rem;
  }
}
.case_company_area{
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #f2f2f2;
}  
.disp_area_case_underbar{
  border-bottom: 3px solid #cc0000;
  line-height: 1;
  width: 14%;
  margin: 0 auto;
  padding: 0;
}  




/*****************************************************
 事例概要
******************************************************/
.case_disp_area{
  box-sizing: border-box;
  flex-direction:column-reverse;
  justify-content: space-between;
  display: flex;
}
.case_disp_text{
  font-size: 1.0rem;
  widows: 100%;
}
.link_area{
  align-self: center;
  padding: 20px;
}
.link_bg{
  background-color: #f2f2f2;
}
.case_disp_img{
  width: 100%;
}
/* 768px */
@media print, screen and (min-width: 768px) {
  .case_disp_area{
    flex-direction: row;
  }
  .case_disp_text{
    font-size: 1.2rem;
    width: 48%;
  }
  .link_area{
    padding: 0px 0px 0px 20px;
  }
  .case_disp_img{
    width: 48%;
  }
	
  /* Leavine Family Racing */
  .case_disp_area.leavine{
    justify-content:space-between;
	list-style-type: none;
	margin-top: 60px;
  }
  .case_disp_area.leavine li{
    width: 47%;
  }
  .mt20{
	margin-top: 20px;	
  }
  .img_leavine{
	text-align: center;
    margin-top: 50px;
  }
}

/*****************************************************
 スペック表　ALL AXIS
******************************************************/

.spec_wrapper{
}
ul.spec{
	width: 100%;
	margin: 50px 0;
	padding: 30px 0;
  list-style: none;
}
ul.spec ul{
	display: flex;
  box-sizing: border-box;
  list-style: none;
}
ul.spec ul li{
	flex-grow: 1;
	width: 25%;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 12px;
	font-size: 0.7rem;
}
ul.spec li.spec_ttl ul li{
	font-size: 0.7em;
	font-weight: bold;
}
ul.spec ul li.txt_b{
	font-weight: bold;
}
/*****************************************************
	768px
******************************************************/
@media print, screen and (min-width: 768px) {
  ul.spec ul li,
  ul.spec li.spec_ttl ul li{
    font-size: 1.0rem;
  }
}

/* サブタイトル */
.case_subtitle{
  color: #1a1a1a;
  line-height: 1.2;
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
}
/* 768px */
@media print, screen and (min-width: 768px) {
	.case_subtitle{
		line-height: 1.2;
    	font-size: 1.6rem;
    	margin-bottom: 20px;
	}
}