@charset "utf-8";
/*----------------------------------------------------------------------
/* index.html
---------------------------------------------------------------------- */
.box-link {
	padding: 23px 10px;
	font-size: 24px;
	text-align: center;
	background-color: #25a4b7;
}
a .box-link {
	color: #ffffff;
}
a:hover .box-link {
	background-color: #2193a4;
}
#filtering .ttl{
    letter-spacing: 0.2px;
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
    padding: 6px 15px 4px 0;
    width: 100%;
    display: block;
    clear: both;
    color: #0A2986;
    border-bottom: 3px double #0A2986;
}
#filtering .diecast .language{
    max-width:700px;
    margin:0 auto;
    font-size:14px;
}
/*----------------------------------------------------------------------
/* コントローラー（ボタン）
---------------------------------------------------------------------- */
.controls {
	background: #f0f1f3;
	box-sizing: border-box;
	padding: 15px 18px 15px 18px;
	border-radius: .4rem;
}
/*タイトル*/
div.controlttl {
	display: block;
	color: #173a8d;
	float: left;
	font-weight: 900;
	font-size: 16pt;
	width: auto;
	text-align: center;
	margin: 0 0 0 5px;
}
div.controlttl span.small {
	font-size: 10pt;
}
div.controlttl p {
	color: #173a8d;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}
.checkbox-group h6 {
	margin-bottom: 10px;
	display: block !important;
	background: #666666;
	color: #ffffff;
	padding: 4px 10px 2px 10px;
}
.checkbox-group h6.sky {
	background: #3498db;
}
.checkbox-group h6.darkblue {
	background: #333366;
}
.checkbox {
	float: left;
	margin-right: 15px;
}
.checkbox label {
	margin-bottom: .1em;
}
/*カテゴリボタン*/
div.btn_category {
	margin: 15px 0 0 0;
}
div.btn_category button {
	display: inline-block;
	width: 203px;
	margin: 5px;
	padding: 6px;
	background: #fff;
	font-size: 15px;
	cursor: pointer;
	outline: none;
	border: 1px solid #f2f2f2;
	border-radius: .25rem;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	color: #111111;
}
div.btn_category button:hover, .mixitup-control-active span {
	color: #FFF;
}

/*----------------------------------------------------------------------
/* カード
---------------------------------------------------------------------- */

.mix-box {
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
	padding: 0;
	float: left;
}
.mix-box .text-box {
	display: block;
	padding: 0.8em 1.5em 0.8em 0.3em;
}

.mix-box .logo{
    max-width: 130px;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.mix-box h4 {
	margin: 0 0 6px 0px;
	color: #111111;
	font-size: 16px;
	font-weight: 600;
}
a:hover .mix-box h4 {
	color: #ff9900;
}
.mix-box p {
	text-align: left;
	clear: both;
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}
a .mix-box p {
	color: #111111;
}
a:hover .mix-box, a:focus .mix-box {
	background-color: #f2f2f2;
}
/*----------------------------------------------------------------------
/* カテゴリーアイコン
---------------------------------------------------------------------- */
/* カテゴリー対象
---------------------------------------------------------------------- */
.mix-icn {
	display: block;
	text-align: center;
	float: left;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	padding: 0.4em 0.6em;
	line-height: 1;
	margin: 0 5px 8px 0;
	background-color: #333366;
	border: 1px solid #333366;
}


/* カテゴリー項目
---------------------------------------------------------------------- */
.mix-icn2 {
	display: block;
	text-align: center;
	float: left;
	font-size: 11px;
	font-style: normal;
	padding: 0.4em 0.6em;
	line-height: 1;
	margin: 0 5px 8px 0;
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #ffffff;
}
/*----------------------------------------------------------------------
/* 詳細
---------------------------------------------------------------------- */

.bg-light {
	background-color: #e7ebf3 !important;
}
#casestudy h6.midashi {
  position: relative;
  padding: .5em .75em;
  background-color: #fff;
  border: 2px solid #d0d7e8;
  border-radius: 6px;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
}
#casestudy h6.midashi::before,
#casestudy h6.midashi::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  height: 0;
  width: 0;
  border: 14px solid transparent;
}
#casestudy h6.midashi::before {
  border-top: 15px solid #d0d7e8;
}
#casestudy h6.midashi::after {
  margin-top: -3px;
  border-top: 15px solid #fff;
}

/*----------------------------------------------------------------------
/* 解析リスト
---------------------------------------------------------------------- */

#casestudy .casestudy_table01{
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-collapse: collapse;    
    margin:0 0 50px;
}

#casestudy .casestudy_table01 th,#casestudy .casestudy_table01 td{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding:8px 10px;
}

#casestudy .casestudy_table01 img.photo{
    width:100%;
    height:auto;
    display:block;
    margin:0 0 10px;
}

#casestudy .casestudy_table01 .casestudy_table01_list{
    list-style-type: disc;
    list-style-position: inside;
}

#casestudy .casestudy_table01 .header_col1,#casestudy .casestudy_table01 .header_col2,#casestudy .casestudy_table01 .header_col3, .casestudy_table01 .header_col4{
    background:#666666;
    text-align:center;
    font-weight:bold;
    vertical-align: middle;
    color:#ffffff;
}

#casestudy .casestudy_table01 .header_row{
    background:#f2f2f2;
}

#casestudy .casestudy_table01 .header_col2,#casestudy .casestudy_table01 .header_col3{
    width: 30%;
}

#casestudy .casestudy_table01 .header_col4{
    width: 38%;
}

#casestudy .casestudy_table01_attention{
    margin-top:7px;
}

.common_en{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

#casestudy .casestudy_table01 .img_block{
    text-align:center;
    font-weight:bold;
    margin:20px 0 10px;
}

#casestudy .casestudy_table01 .img_block .photo_thum{
    margin:0 0 7px;
}


/*----------------------------------------------------------------------
/* タイトル
---------------------------------------------------------------------- */
#casestudy .casestudy_subtitle{
    border: none;
    background-color: #0A2986;
    color: #ffffff;
    padding: 9px 15px 7px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

#casestudy .casestudy_subtitle .small{
    font-size:13px;
}
/*----------------------------------------------------------------------
/* 3カラムコンテンツ
---------------------------------------------------------------------- */
#casestudy .casestudy_column3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin:20px 0 30px;
}

@media screen and (max-width : 992px) {
#casestudy .casestudy_column3{
    display: block;
}
}

#casestudy .casestudy_column3>li{
    width:calc( ( 100% - 100px ) / 3);
    width:  -webkit-calc( ( 100% - 100px ) / 3);
    margin-right:50px;     
}

@media screen and (max-width : 992px) {
#casestudy .casestudy_column3>li{
    width: 100%;
    margin:0;     
}
}

#casestudy .casestudy_column3>li:nth-of-type(3n){
    margin-right:0;     
}

#casestudy .casestudy_column3 .img_block .ttl{
    text-align:center; 
    font-weight:bold;    
}

#casestudy .casestudy_column3 img{
    width:100%;
    height:auto;
}

/*----------------------------------------------------------------------
/* お問い合わせ
---------------------------------------------------------------------- */
#casestudy .contact_block .btn {
	font-size: 16px;
}

#casestudy .contact_block h6 {
	font-weight: 600;
}


/*----------------------------------------------------------------------
/* case01
---------------------------------------------------------------------- */
#casestudy .casestudy_case01_03mv{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width : 992px) {
#casestudy .casestudy_case01_03mv{
    display: block;
}
}

#casestudy .casestudy_case01_03mv>img_block{
    width:50%;
}

@media screen and (max-width : 992px) {
#casestudy .casestudy_case01_03mv>img_block{
    width:100%;
}
}

#casestudy .casestudy_case01_03mv img{
    max-width:100%;
    height:auto;
}

#casestudy .casestudy_case01_03_featureblock{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    flex-wrap: wrap;
    margin:20px 0 30px;
}

@media screen and (max-width : 992px) {
#casestudy .casestudy_case01_03_featureblock{
    display: block;
}
}

#casestudy .casestudy_case01_03_featureblock>li{
    width:calc( ( 100% - 50px ) / 2);
    width:  -webkit-calc( ( 100% - 50px ) / 2);
    margin: 0 50px 15px 0;
}


@media screen and (max-width : 992px) {
#casestudy .casestudy_case01_03_featureblock>li{
    width: 100%;
}
}

#casestudy .casestudy_case01_03_featureblock>li:nth-of-type(2n){
    margin-right:0;     
}

#casestudy .casestudy_case01_03_featureblock img{
    width:100%;
    height:auto;
}

#casestudy .casestudy_case01_03_featurelist .txt{
    margin:15px 0;
    text-align:center;
}
