﻿
body {
	visibility: visible;
}



/*
section
----------------------------------------------------------------------------------------------------*/
section {
	width : 90%;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto; 
	overflow: hidden;
    font-size: 90%;
    line-height: 1.6;
}


.product{
	margin-top: 120px;	
}
.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: 30px;
	display: block;
	}
@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%;
	
}

}




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

h1{
    clear: both;
	margin-top: 0px;
    margin-bottom: 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: 80px;	
}
   
	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 {
    position: relative;
	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%;
      clear: both;
		}
	.col2 div:first-child {
	width: 100%;
	margin-left: 0%;
		}
}
	
/*
table
----------------------------------------------------*/
section table   {
	width: 100%;
	font-size: 90%;
	line-height: 24px;
    border-top: 1px solid #ddd;
}
section th, section td  { padding: 10px; border-bottom: 1px solid #ddd; }
section th  { background: #fff; }
 

.tbl th  { width: 30%; text-align: left; }
section table  a {
color: #245fbb!important; 
}
@media only screen and (max-width:768px){
    section table   {
    border-top: none;
}
    .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; }
    section th, section td  { padding: 10px; border-bottom: none; }
    section th  { background: #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;
}
.pn{
    font-size: 80%;
    color: #bbb;
    margin-bottom: 30px;
    line-height: 1.5;
}