﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    COMPANY css
------------------------------------------------------------*/  

.headline{ margin-bottom:40px;}

.headline-en,
.headline-jp{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height:1;
}

.section{ margin-top:100px;}


/*---------追加-----------*/

.privacy ol { }

.img_c300 { width:50%; margin:0 auto 20px auto; max-width:200px;}
.img_c300 img { width:100%;}

.privacy a { color:#28a7e1;}
.privacy a:hover { text-decoration:underline;}

.privacy p { font-size: 16px;}
.privacy ol li { font-size: 16px; margin: 0 0 10px 0;}



/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* SP */
@media screen and (max-width: 560px){

section:not(.section) .headline{ margin-bottom:20px;}

.section{ margin-top:50px;}

#conceptInner{ padding:60px 15px 120px;}

#companyTbl{ font-size:117%;}

#companyTbl th{
	width:120px;
	padding:10px 0;
}

#companyTbl td{ padding:10px 0;}

#gmap{ height:380px;}

	/*
 map
---------------------------------------------------------------------- */
.gmap {
	position: relative;
	padding-bottom: 90%!important; /* これが縦横比 */
	height: 0;
	overflow: hidden;
	overflow-y : hidden !important;
	margin-left: 0;
	margin-right: 0;
	margin-top:10px;
}
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
 border:0 !important;
 overflow-y : hidden !important;
}
	
}

