@charset "UTF-8";
/* CSS Document */


@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


@media screen and (min-width: 951px){
	
.product-main {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;		
}
.product-main .image_l {
	float: left;
	width: 45%;
}
.product-main .image_l img {
	width: 100%;
	margin: 50px 0;
}
.product-main .image_r {
	float: right;
	width: 45%;
}
.product-main .image_r img {
	width: 100%;
	margin: 50px 0;
}
.product-main .text_r {
	position: absolute;
	top: 0px;
	right:0px;
	width: 55%;
	height: 100%;
	color: #fff;
	background-color: #194777;
	padding: 15px;
	font-size: 120%;
	line-height: 130%;
}
.product-main .text_l {
	position: absolute;
	top: 0px;
	left:0px;
	width: 55%;
	height: 100%;
	color: #fff;
	background-color: #194777;
	padding: 15px;
	font-size: 120%;
	line-height: 130%;
}
.product-main .box {
	width: 100%;
	height: 100%;
	position: relative;
}
.product-main .box .inner {
  	position: absolute;
	top: 20%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 90%;
}
.product-main .box .inner .logo {
  	width: 30%;
	margin-bottom:25px;
}
.product-main .box p {
	font-size:95%;
	line-height:190%;
	margin: 0 0 30px 0;
}
.product-main .btn{
    width:230px;
    height:60px;
	text-align: center;
    margin:0 auto;
    font-size:100%;
    line-height:330%;
    display:block;
	float:left; 
}
.product-main .btn a:hover {
    filter:alpha(opacity=70);
    opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-o-opacity: 0.7;
}
.product-main .btn a{
    background:#fff;
    color:#194777;
    width:230px;
    height:60px;
	text-align: center;
    margin:0 auto;
    font-size:100%;
    line-height:330%;
	font-weight: bold;
    text-decoration:none;
    display:block;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
}
	
.product-list {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 100px;
	overflow: hidden;
}
.product-list .box {
	width: 47%;
	margin-right: 6%;
	float: left;
}
.product-list .box .logo {
	width: 30%;
	margin-top:30px;
}
.product-list .box img {
	width: 100%;
}
.product-list p {
	font-size:110%;
	line-height:180%;
}
.product-list .btn{
    width:230px;
    height:60px;
	text-align: center;
    margin:0 auto;
    font-size:110%;
    line-height:340%;
    display:block;
	float:left; 
}
.product-list .btn a:hover {
    filter:alpha(opacity=70);
    opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-o-opacity: 0.7;
}
.product-list .btn a{
    background:#194777;
    color:#fff;
    width:230px;
    height:60px;
	text-align: center;
    margin:0 auto;
    font-size:110%;
    line-height:340%;
	font-weight: bold;
    text-decoration:none;
    display:block;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
}

}




@media screen and (min-width: 631px) and (max-width: 950px){

.product-main {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;		
}
.product-main .image_l {
	width: 70%;
	margin: 0 auto;
}
.product-main .image_l img {
	width: 100%;
}
.product-main .image_r {
	width: 70%;
	margin: 0 auto;
}
.product-main .image_r img {
	width: 100%;
}
.product-main .text_r {
	width: 70%;
	height: 100%;
	margin: 0 auto 50px;
	color: #fff;
	background-color: #194777;
	padding: 15px;
	font-size: 120%;
	line-height: 130%;
}
.product-main .text_l {
	width: 70%;
	height: 100%;
	margin: 0 auto;
	color: #fff;
	background-color: #194777;
	padding: 15px;
	font-size: 120%;
	line-height: 130%;
}
.product-main .box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.product-main .box .inner {
	top: 10%;
	right: 0;
	bottom: 0;
	left: 0;
}
.product-main .box .inner .logo {
  	width: 30%;
	margin-bottom:25px;
}
.product-main .box p {
	font-size:90%;
	line-height:190%;
	margin: 0 0 30px 0;
}
.product-main .btn{
    width:230px;
    height:60px;
	text-align: center;
    margin:0 auto;
    font-size:100%;
    line-height:330%;
    display:block;
	float:left; 
}
.product-main .btn a:hover {
    filter:alpha(opacity=70);
    opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-o-opacity: 0.7;
}
.product-main .btn a{
    background:#fff;
    color:#194777;
    width:230px;
    height:60px;
	text-align: center;
    margin:0 auto;
    font-size:100%;
    line-height:330%;
	font-weight: bold;
    text-decoration:none;
    display:block;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
}
	
.product-list {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto 100px;
	overflow: hidden;
}
.product-list .box {
	width: 47%;
	margin-right: 6%;
	float: left;
}
.product-list .box img {
	width: 100%;
}
.product-list .box .logo {
	width: 40%;
	margin-top:30px;
}
.product-list p {
	font-size:110%;
	line-height:180%;
}
.product-list .btn{
    width:230px;
    height:60px;
	text-align: center;
    margin:0 auto;
    font-size:110%;
    line-height:340%;
    display:block;
	float:left; 
}
.product-list .btn a:hover {
    filter:alpha(opacity=70);
    opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-o-opacity: 0.7;
}
.product-list .btn a{
    background:#194777;
    color:#fff;
    width:230px;
    height:60px;
	text-align: center;
    margin:0 auto;
    font-size:110%;
    line-height:340%;
	font-weight: bold;
    text-decoration:none;
    display:block;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
}
	
}




@media screen and (min-width: 0px) and (max-width: 630px){

.product-main {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;		
}
.product-main .image_l {
	width: 90%;
	margin: 0 auto;
}
.product-main .image_l img {
	width: 100%;
}
.product-main .image_r {
	width: 90%;
	margin: 0 auto;
}
.product-main .image_r img {
	width: 100%;
}
.product-main .text_r {
	width: 85%;
	height: 100%;
	margin: 0 auto 50px;
	color: #fff;
	background-color: #194777;
	padding: 15px;
	font-size: 120%;
	line-height: 130%;
}
.product-main .text_l {
	width: 85%;
	height: 100%;
	margin: 0 auto;
	color: #fff;
	background-color: #194777;
	padding: 15px;
	font-size: 120%;
	line-height: 130%;
}
.product-main .box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.product-main .box .inner {
	top: 10%;
	right: 0;
	bottom: 0;
	left: 0;
}
.product-main .box .inner .logo {
  	width: 20%;
	margin-bottom:25px;
	text-align: center;
}
.product-main .box p {
	font-size:90%;
	line-height:190%;
	margin: 0 0 30px 0;
}
.product-main .btn{
    width:230px;
    height:60px;
	text-align: center;
    margin:0 auto;
    font-size:100%;
    line-height:330%;
    display:block;
}
.product-main .btn a:hover {
    filter:alpha(opacity=70);
    opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-o-opacity: 0.7;
}
.product-main .btn a{
    background:#fff;
    color:#194777;
    width:230px;
    height:60px;
	text-align: center;
    margin:0 auto;
    font-size:100%;
    line-height:330%;
	font-weight: bold;
    text-decoration:none;
    display:block;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
}
	
.product-list {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 100px;
	overflow: hidden;
}
.product-list .box {
	width: 48%;
	margin-right: 4%;
	float: left;
}
.product-list .box img {
	width: 100%;
}
.product-list .box .logo {
	width: 60%;
	margin-top:20px;
}
.product-list p {
	font-size:110%;
	line-height:180%;
}
.product-list .btn{
    width:100%;
    height:60px;
	text-align: center;
    margin:0 auto;
    font-size:110%;
    line-height:340%;
    display:block;
	float:left; 
}
.product-list .btn a:hover {
    filter:alpha(opacity=70);
    opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-o-opacity: 0.7;
}
.product-list .btn a{
    background:#194777;
    color:#fff;
    width:100%;
    height:60px;
	text-align: center;
    margin:0 auto;
    font-size:110%;
    line-height:340%;
	font-weight: bold;
    text-decoration:none;
    display:block;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
}
	
}