﻿@charset "utf-8";
/* CSS Document */
#right_box img{
max-width: 100%;
}
#right_box h2{
	font-size:3.3rem;
	margin-top: 3rem;
}
#right_box p span{
	text-align: right;
	display: block;
  line-height: 1.4rem;
  padding-bottom:4rem;
}
#right_box h3{
	font-size: 2.6rem;
	border-bottom: 1px solid #ccc9c9;
	padding-bottom: .5rem;
	margin-bottom: 3rem;
}
#right_box .vision div{
	text-align: center;
}
/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){
	#right_box h2{
		font-size: 2.7rem;
	}
	#right_box h3{
		font-size: 2.2rem;
		border-bottom: 1px solid #ccc9c9;
		padding-bottom: .5rem;
		margin-bottom: 3rem;
	}
	#right_box p img{
		width: 50vw;
	}
}