/* company css */
/*------------------------------------------------------------------------
Basic Layout (PC Layout)
------------------------------------------------------------------------*/
.pressRelease {
  border-top: solid 1px #dae2ed;
  background-color: #f0f3f7;
  padding: 10px 10px;
  margin: 0 0 30px; }

.pressRelease a {
  display: block;
  margin: 0 auto;
  padding: 1.2em 1em 1em 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #0d5daa;
  background-color: #0d5daa;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.7, #3174b7), color-stop(1, #1160ab));
  background-image: -o-linear-gradient(bottom, #3174b7 70%, #1160ab 100%);
  background-image: -moz-linear-gradient(bottom, #3174b7 70%, #1160ab 100%);
  background-image: -webkit-linear-gradient(bottom, #3174b7 70%, #1160ab 100%);
  background-image: -ms-linear-gradient(bottom, #3174b7 70%, #1160ab 100%);
  background-image: linear-gradient(to bottom, #3174b7 70%, #1160ab 100%);
  font-size: 1.6rem;
  text-align: center;
  color: #fff; }

.pressRelease a span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  background: url("../images/ico_pressrelease.png") no-repeat 0 2px;
  padding: 0 0 0 25px; }

.pressRelease .btn a:hover {
  text-decoration: none; }

/*----------------------- BREAK POINT ------------------------------------
Tablet Layout
------------------------- BREAK POINT ----------------------------------*/
/*----------------------- BREAK POINT ------------------------------------
SP Layout
------------------------- BREAK POINT ----------------------------------*/


/* CI Pledges */
#ci_box{
	margin:0 0 24px 0;
	zoom:100%;
	}
#ci_box:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	}
	
#ci_box img{
	width:300px;
	float:left;
	}
.ci_box_jp img{
	margin-top:22px;
	}

#ci_means{
	width:360px;
	float:right;
	box-sizing:border-box;
	border:1px solid #005AAB;
	padding:12px 20px;
	text-align:center;
	background-color:#F8FBFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	}
	
#ci_means h3{
	font-size:18px;
	font-size:1.8rem;
	line-height:20px;
	border-bottom:1px solid #005AAB;
	padding:0 0 4px 0;
	margin:0 0 0.5em 0;
	}
#ci_means p{
	font-size:16px;
	font-size:1.6rem;
	line-height:28px;
	}
	
.ci_box_en #ci_means{
	padding:16px 20px;
	}
.ci_box_en #ci_means p{
	font-size:18px;
	font-size:1.8rem;
	line-height:30px;
	}
	
@media screen and (max-width: 768px) {
	#ci_box{
		margin:0 0 20px 0;
		zoom:100%;
		}
	#ci_box img{
		float:none;
		margin:0 auto 16px auto;
		}
	#ci_means{
		float:none;
		margin:0 auto;
		}
	.ci_box_en #ci_means{
		padding:12px 20px;
		}
	}
	
@media screen and (max-width: 480px) {
	#ci_box img{
		width:auto;
		max-width:80%;
		}
	#ci_means{
		width:auto;
		padding:10px 3%;
		}
	#ci_means h3{
		font-size:1.6rem;
		line-height:18px;
		}
	#ci_means p{
		font-size:1.5rem;
		line-height:21px;
		}
	.ci_box_en #ci_means{
		padding:10px 3%;
		}
	.ci_box_en #ci_means p{
		font-size:1.6rem;
		line-height:27px;
		}
	}
	
/* JP Use Fontplus */
.pledges_ft_jp{
	font-family:'TsukuMinPr5N-E';
	letter-spacing:0.15em;
	}
.pledges_fb_jp{
	font-family:'TsukuMinPr6N-M';
	letter-spacing:0.15em;
	}
/* EN Use Google Web Fonts */
.pledges_ft_en{
	font-family: 'Vollkorn', Georgia, "Times New Roman", serif;
	font-weight:bold;
	}
.pledges_fb_en{
	font-family: 'Vollkorn', Georgia, "Times New Roman", serif;
	text-align:left !important;
	}

#pledges_box{
	border:2px solid #CFD8E4;
	background-color:#F8FBFF;
	padding:24px 22px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	}
	
#pledges_box h3{
	font-size:34px;
	font-size:3.4rem;
	line-height:38px;
	border-bottom:1px solid #CFD8E4;
	text-align:center;
	padding:0 0 12px 0;
	margin:0 0 26px;
	}
	
#pledges_box ul{
	font-size:17px;
	font-size:1.7rem;
	line-height:24px;
	}
#pledges_box ul li{
	margin:0 0 12px 0;
	padding:0 0 0 18px;
	background:url(../images/dot_pledges.png) no-repeat left 10px;
	}
	
#pledges_box.ci_box_en ul{
	font-size:18px;
	font-size:1.8rem;
	line-height:26px;
	}
#pledges_box.ci_box_en ul li{
	background:url(../images/dot_pledges.png) no-repeat left 8px;
	}
	
@media screen and (max-width: 768px) {
	#pledges_box{
		padding:18px 20px;
		}
	#pledges_box h3{
		font-size:3.0rem;
		line-height:32px;
		padding:0 0 10px 0;
		margin:0 0 20px;
		}
	}
@media screen and (max-width: 480px) {
	#pledges_box{
		padding:12px 3%;
		}
	#pledges_box h3{
		font-size:2.4rem;
		line-height:24px;
		padding:0 0 6px 0;
		margin:0 0 12px;
		}
	#pledges_box ul{
		font-size:1.5rem;
		line-height:21px;
		}
	#pledges_box ul li{
		margin:0 0 10px 0;
		padding:0 0 0 16px;
		background:url(../images/dot_pledges.png) no-repeat left 8px;
		}
	#pledges_box.ci_box_en ul{
		font-size:1.6rem;
		line-height:22px;
		}
	#pledges_box.ci_box_en ul li{
		background:url(../images/dot_pledges.png) no-repeat left 6px;
		}
	}
	
/* Vision */
#btn_movie{
	padding-top:20px;
	}
#btn_movie a{
	display:block;
	max-width:220px;
	background-color:#fff;
	}
#btn_movie a:hover{
	display:block;
	background-color:#FFFFBF;
	}
@media screen and (max-width: 480px) {
	#btn_movie{
		padding-top:0;
		}
	}