﻿@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;
}

body {
  font-family: "Yu Gothic", YuGothic;
  height:100%; 
}

html{ 
    height: 100%;
} 

body {
	color: #383838;
	font-family:YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: 500;
        line-height: 1.8;
	letter-spacing: 0.7px;
	height: 100%;
	min-width: 840px;
	text-align: left;
}

body > .container {
	height: auto;
}

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

.logo {
	margin: 15px 0 0 55px;
	float: left;
}
.logo_screen {
	display: block;
}

.logo_print {
	display: none;
}

.logo img{
	width: 450px;
	height: 45px;
}

.logo a{
	display: block;
}

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

.header-list li{
	margin-left: 10px;
	float: left;
	font-size: 14px;
	list-style: none; 
}

.header-list li:before {
    position: relative;
    top: 8px;
    left:-16px;
	background-size: 25px;
	display: inline-block;
	height: 25px;
	width:25px;
}

.header-contact, .header-languages {
	padding: 0 20px 5px 20px;
	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 15px 5px 10px;
	background: url(../svg/icon_search.svg) no-repeat center center;
	cursor: pointer;
	display: block;
	float: left;
	height: 25px;
	width:25px;
}

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

/* --------------------------------------------------------- 
  main
---------------------------------------------------------- */
.main-only {
	margin: 0 auto;
}

.main-only h1{
	margin: 0;
}

.main-only-wrapper {
	margin: 0 5.5% 5% 5.5%;
}
/*--- h1 ---*/


.head-area {
	padding: 12px 50px 38px 50px;
	border-bottom: 5px solid #0075c2;
}

.main-h1-content {
	clear: both;
	font-size: 30px;
	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: -30px;
	width:100%;
	height:60px;
	z-index: 50;
}

.footer {
	background: #0075c2;
	color: #e9f7ff;
}


.copyright {
	padding-bottom: 40px;
	font-size: 17px;
	text-align: center;
}


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

.btn-std {
	padding: 5px 15px;
	background: #007bbd;
	border: 2px solid #007bbd;
	border-radius: 2px;
	color: #fff !important;
	display: inline-block;
	text-decoration: none;
	transition: .3s;
}

.btn-std:hover {
	background: #fff;
	color: #007bbd !important;
}

.btn-simple-right, .btn-simple-bottom {
	padding: 7px 32px 7px 16px ;
	margin-right: 0 auto;
	border: 2px solid #dfdfdf;
	border-radius: 1000px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition: .3s;
}

.btn-simple-right:hover, .btn-simple-bottom:hover {
	border: 2px solid #007bbd;
}


.btn-blue {
	padding: 10px 40px;
	background: #007bbd;
	border-radius: 2px;
	color: #fff !important;
	font-size:17px;
	display: inline-block;
	text-decoration: none;
}


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

.h2-normal {
	margin: 20px auto;
	font-size: 26px;
	font-weight: bold;
}

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

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

.h3-std {
	margin: 30px 0 10px 0;
	color: #007bbd;
	font-size: 18px;
	font-weight: bold;	
}

.h4-std {
	padding: 0 8px;
	font-size: 16px;
	font-weight: bold;
}

/* --------------------------------------------------------- 
  box
---------------------------------------------------------- */

.note {
	padding: 20px;
	margin: 50px auto !important;
	background: #f1faff;
	border: 1px solid #c2e3f4;
	color: #000;
	width: 85%;
}
