﻿
body {
	visibility: visible;
}

.contents {
	padding: 0px 50px 50px 50px;
}

@media only screen and (max-width: 768px) {
.contents {
	padding: 60px 5% 50px 5%;
}

}

/*
section
----------------------------------------------------------------------------------------------------*/
.section {
	width : 90%;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto; 
	overflow: hidden;

}
section{
    clear: both;	
}

.product{
	margin-top: 140px;	
}
.btn_detail{
	width: 60%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 30px;
	}
	
.btn_detail a{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	border: 2px solid #ce1c2a;
	color: #ce1c2a;
	margin-bottom: 20px;
	display: block;
    text-decoration:none;
	}
.btn_detail a:hover{

	border: 2px solid #ce1c2a;
    background-color:#ce1c2a;
	color: #fff;

	}
@media only screen and (max-width: 768px) {
.section {
	width : 100%; /* 画像の枠をさらに上位の枠の80%の横幅にする */
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto; /* 上下のマージンをゼロに、左右のマージンを自動に */
	clear: both;
	padding-top: 0px;
	padding-left: 0%;
	padding-right: 0%;
	
}

}

h2{
	clear: both;
	font-family: 'Montserrat', sans-serif;
	font-size: 120%;
	padding-top: 30px;
	line-height: 36px;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	}
	

.col2 h1{
	clear: both;
	font-family: 'Montserrat', sans-serif;
	font-size: 180%;
	padding-top: 30px;
	line-height: 36px;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	}

@media only screen and (max-width:980px){

.col2 h1{

	margin-top: 0px;
	}		
	}

.contents h4{
	clear: both;
	text-align: left;
	padding-left: 0px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #6E6E6E;
	}
.bdr{
	font-size: 120% !important;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-bottom: 3px;
	font-weight: bold;
	}
.gray{
	color: #6E6E6E;
	line-height: 18px;
	}

@media only screen and (max-width: 768px) {
.product{
	margin-top: 30px;	
}
   
	h2{
	clear: both;
	padding-left: 0px;
	line-height: 36px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
			}
	
	
	
	
			/*
col2
----------------------------------------------------------------------------------------------------*/
.col2 {
	width: 100%;
	text-align: left;
	line-height: 24px;
}
.col2 div {
	float: left;
	width: 45%;
	margin-left: 5%;
	line-height: 28px;
	
		}
.col2 .item {
	text-align: center;	
	
		}
.col2 div:first-child {
	width: 45%;
	margin-left: 0%;
	margin-bottom: 100px;
		}
.col2 div img {	
	width: 100%;
	height:auto;

		}

.move iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	
}
figure{
	width: 29.3%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
    margin-bottom: 15px;
	}
figure p{
	font-size: 80%;
    line-height: 16px;
	}

@media only screen and (max-width:768px){
.col2 {
	width: 100%;
	text-align: left;
	line-height: 24px;
}
.col2 div {
	float: none;
	width: 100%;
	margin-left: 0%;
		}
	.col2 div:first-child {
	width: 100%;
	margin-left: 0%;
		}
}
	
/*
table
----------------------------------------------------*/
section table   {
	width: 100%;
	font-size: 80%;
	line-height: 24px;
}
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
 

.tbl th  { width: 30%; text-align: left; }
section table  a {
color: #245fbb!important; 
}
@media only screen and (max-width:768px){
    .tbl { margin: 0 -10px; }
    .tbl th,
    .tbl td{
	width: 95%;
	display: block;
	border-top: none;
	padding-left: 5%;
    }
    .tbl tr:first-child th   { border-top: 1px solid #ddd; }
}

.button1{
	height: 60px;
	clear: both;
	}		
.button1 a{
	background-color: #2C71B7;
	border-radius: 4px;
	box-shadow: 0 5px 1px #1C5289;
	color: #fff;
	cursor: pointer;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	font-size: 85%;
	width: 250px;
	letter-spacing: 2px;
	display: block;
	font-weight: bold;
}
.button1 a:hover {
    box-shadow: 0 0 1px #1C5289;
    top: 5px;
}