﻿
body {
	visibility: visible;
}

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

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

}

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


.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%;
	
}

}

h1{
	clear: both;
	font-family: 'Montserrat', sans-serif;
	font-size: 160%;
	padding-top: 30px;
	line-height: 36px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	}
	
h3{
	clear: both;
	text-align:center;
	font-size: 140%;
	padding-left: 0px;
	line-height: 14px;
	}

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

	h2{
	clear: both;
	font-family: 'Roboto', 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: 30px;
	margin-left: auto;
	margin-right: auto;
	}
			}
/*
col　box1
----------------------------------------------------------------------------------------------------*/		
		
.col1{
	width : 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	}
.col1 img {	
	width: 100%;
	height:auto;
		}

.text_area{
	margin-left: 15%;
	margin-right: 15%;
	color: #000000;
	line-height: 28px;
	margin-top: 0px;
	display: block;
	font-size: 90%;
	}
@media screen and (max-width: 640px) {
	.col1 h2 {
	font-size: 120%;

}
.text_area{
	margin-left: 10%;
	margin-right: 10%;

	}
	}
	
		/*
figure
----------------------------------------------------------------------------------------------------*/
.col4{
	width: 100%;
	
}
.col4 figure {
	float: left;
	width: 22%;
	margin-left: 4%;
	margin-bottom: 30px;
	text-align: center;
	padding-bottom: 10px;
		}
.contents figure:first-child {
			margin-left: 0;
		}
.col4 figure img {	
	width: 50%;
	height:auto;

		}

figure {
			position: relative;
			overflow: hidden;
		}

	figure h3 a{
	position: static;
	bottom: 0;
	right: 0px;
	z-index: 2;
	width: 100%;
	height: 100px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 0px 0 5px;
	font-size: 80%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	max-height:100px;
	}	
		figure h3 a:hover,figure img:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";

			
		}
		
		
@media only screen and (max-width: 768px) {
.col4 {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.col4 figure {
	float: boone;
	width: 50%;
	margin-left: 0%;
	}

	
	
}
		
			/*
figure
----------------------------------------------------------------------------------------------------*/
.col3 {
	width: 100%;
}
	.col3 figure {
	float: left;
	width: 31.33%;
	margin-left: 3%;

		}
.contents figure:first-child {
			margin-left: 0;
		}
.col3 figure img {	
	width: 100%;
	height:auto;

		}
.move{
position:relative;
width:100%;
padding-top:56.25%;
}
.move iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	
}
@media only screen and (max-width: 768px) {
.col3 {
	width: 100%;
}	
.col3 figure {
	float: left;
	width: 100%;
	margin-left: 0%;

		}
}


/*
table
----------------------------------------------------*/
.section table   {
	width: 100%;
	font-size: 80%;
	line-height: 18px;
}
.section th  {
	font-family: 'Roboto', sans-serif;
	font-size: 160%;
	}
.section th, .section td  {
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	border-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9B9B9B;
}
.section th, .section td   {
    border-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #9B9B9B; }
 

.tbl th  { width: 15%; text-align: left; }
 
@media only screen and (max-width:768px){
    .tbl { margin: 0 -10px; }
    .tbl th,
    .tbl td{
	width: 95%;
	display: block;
	padding-left: 5%;
    }
	.section th  {
	border-bottom: none;
	padding-bottom: 0px;
   }
    .tbl tr:first-child th   { }
}
