@charset "utf-8";
/* CSS Document */
/* ver1.0 */

@font-face {
    font-family:'geomanistregular';
    src: url('../font/geomanist-regular-webfont.eot');
    src: url('../font/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/geomanist-regular-webfont.woff2') format('woff2'),
         url('../font/geomanist-regular-webfont.woff') format('woff'),
         url('../font/geomanist-regular-webfont.ttf') format('truetype'),
         url('../font/geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

html{ 
    height: 100%;
} 

body {
	color: #383838;
	font-family:YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
*/	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1px;
	height: 100%;
	min-width: 100%;
        overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

body > .container {
	height: auto;
}


/* --------------------------------------------------------- 
  Header
---------------------------------------------------------- */

.logo {
    margin: 12px 0 5px 8px;
    float: left;
    width: 100%;
}

.logo_screen {
	display: block;
}

.logo_print {
	display: none;
}

.logo img{
	width: 250px;
}

.header-list {
	margin: 0;
	float: right;
	font-weight: bold;
}

.header-list li {
	padding: 0 10px 5px 10px;
	font-size: 10px;
	float: left;
	list-style: none; 
}

.header-list li:before {
    position: relative;
    top: 4px; 
    left: -5px;
	background-size: 17px;
	display: inline-block;
	height: 17px;
	width:17px;
}

.head-inner, #Gnav {
	display: none;
}

.header-contact, .header-languages {
	background: url(../img/dot_height.png) no-repeat right center;
}
	
.header-languages:before {
	content: "";
	background: url(../svg/icon_earth.svg) no-repeat center center;
}

.header-contact:before {
	content: "";
	background: url(../svg/icon_mail.svg) no-repeat center center;
}

.header-search {
	margin: 6px 5px 5px 5px;
	background: url(../svg/icon_search.svg) no-repeat center center;
	background-size: 17px;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 17px;
	width:17px;
}

/*-------------
    検索
-------------*/
div#search-box {
	float:left;
	width:230px;
    position:relative;
	z-index: 100;
	display: none;
}

/* --------------------------------------------------------- 
  main
---------------------------------------------------------- */

/*--- h1 ---*/
.head-area {
	padding: 5px 5% 20px 5%;
	border-bottom: 5px solid #0075c2;

}

.main-h1-content {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

/* --------------------------------------------------------- 
  footer
---------------------------------------------------------- */
.footer:before {
	content:"";
	background: url(footer_bg.png) left top repeat-x;
	display:inline-block;
	position: relative;
	top: -29px;
    width:100%;
    height:30px;
	z-index: 50;
}

.footer {
	margin-top: 50px;
	background: #0075c2;
	color: #e9f7ff;
}



.copyright {
	padding-bottom: 30px;
	font-size: 15px;
	text-align: center;
}


/* --------------------------------------------------------- 
  btn
---------------------------------------------------------- */

.btn-std {
	padding: 5px 7px;
	background: #007bbd;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-size: 11px;
}

.btn-simple-right, .btn-simple-bottom {
    padding: 5px 20px 5px 8px;
    margin-right: 0 auto;
    border: 2px solid #dfdfdf;
    border-radius: 1000px;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.btn-blue {
	padding: 10px;
	background: #005b97;
	border-radius: 2px;
	color: #fff;
	font-size:13px;
	display: inline-block;
	text-decoration: none;
}

/* --------------------------------------------------------- 
  h1-h5
---------------------------------------------------------- */

.h2-normal {
	margin: 10px auto;
	font-size: 18px;
	font-weight: bold;
}

/*--- default-page ---*/

.h2-std {
	padding: 0 0 5px 1px;
	margin: 40px 0 15px 0;
	border-bottom: 4px solid #efefef;
	clear: both;
	font-size: 16px;
	font-weight: bold;	
}

.h3-std {
	margin: 15px 0 5px 0;
	color: #007bbd;
	font-size: 16px;
	font-weight: bold;	
}

.h4-std {
	padding: 0 10px;
	font-size: 15px;
	font-weight: bold;
}

.note {
	padding: 20px;
	margin: 10px !important;
	background: #f1faff;
	border: 1px solid #c2e3f4;
	color: #000;
}

/*-------------------------------------------
　　font-size
--------------------------------------------*/
.font-size-moresmall {
	font-size: 85%;
}

.font-size-small {
	font-size: 90%;
}

.font-size-large {
	font-size: 120%;
}

.font-size-larger {
	font-size: 150%;
}

.font-bold {
	font-weight: bold;
}

.notfound p{
	margin: 15px 10px;
}

.txt-center {
	text-align:center;
}
