@charset "utf-8";

/* JARC 基本設定CSS */


/*

		1. 共通設定
		2. フォント・リンク設定
		3. 段落設定
		4. グローバルメニュー
		5. 汎用セレクタ

*/

/* -------------------------------------------
		1. 共通設定
	------------------------------------------- */
/* spメニュー不可視 */
.hamburgler-menu,
.hamburgler-icon-wrapper {
	display: none !important;
}
/* // spメニュー不可視 */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	line-height: 1;
}

html,body {
	height: 100%;
	margin: 0px;
	color: #000;
	background: #f5f5f5;
	word-wrap: break-word;
}

.clear {
	clear: both;
}

img {
	vertical-align: baseline;
	-ms-interpolation-mode: bicubic;
}

a img {
	border: 0;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* -------------------------------------------
		2. フォント・リンク設定
	------------------------------------------- */

/* ------------ フォント ------------ */

body {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.fc-red {
	color:#b94141;
}

.fc-blue {
	color:#1e4ebc;
}

.fc-org {
	color:#ff9f41;
}

.fc-gre	 {
	color:#5e8927;
}

/* ------------ リンク ------------ */

a {
	color: #005bd6;
	overflow: hidden;
	outline: none;
}

a:hover {
	color: #444;
}

/* ------------ 選択時 ------------ */

/*

::selection {
	background: #ffdddd;
	color: #000;
}

::-moz-selection {
	background: #ffdddd;
	color: #000;
}

*/

/* -------------------------------------------
		3. 段落設定
	------------------------------------------- */


#container {
	margin: 0;
	padding: 0;
}

div#container {
	width: 100%;
	min-width: 1100px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body > #contents,
body > #contents-en  {
	height: auto;
	padding: 0 0 60px;
}

div#contents {
	width: 1100px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 80px;
}

div#contents.contents_top_mb {
	margin-bottom: 40px;
}

div#contents-en {
	width: 1100px;
	margin: 0 auto 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header,
.header {
	width: 100%;
	min-width: 1100px;
	background-color:#FFF;
	margin: 0 auto 10px;
}

.header {
	width: 1100px;
	padding: 18px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header .wrapper,
.header .wrapper {
	display: flex;
	justify-content: space-between;
  float: left;
  width: 50%;
}

header .wrapper .banner,
.header .wrapper .banner {
	display: flex;
  align-items: flex-end;
	width: 140px;
	transform: translateY(6px);
}

header .wrapper .banner a,
.header .wrapper .banner a {
	display: block;
}

header .wrapper .banner a img,
.header .wrapper .banner a img {
	width: 100%;
}

header .header-banner,
.header .header-banner {
  float: left;
  width: calc(100% - 460px);
  margin-left: 30px;
  padding-top: 7px;
}

header .header-banner a,
.header .header-banner a {
  display: inline-block;
}

header .header-banner img,
.header .header-banner img {
  width: auto;
  height: 48px;
}

footer,
.footer {
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
}

.footer {
	padding: 0 0 10px;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.logo {
	width: 400px;
	float: left;
}
	.logo img {
		width: 400px;
		height: auto;
	}

.header-menu {
	width: 50%;
	height: 70px;
	float: right;
  position: relative;
}

	.header-menu p.btn-en {
		text-align: right;
		margin-bottom:10px;
	}

	.header-menu ul {
		margin:0;
		padding:0;
		list-style-type: none;
		float: right;
	}

  .header-menu .header-menu-link {
    position: absolute;
    right: 0;
    top: -5px;
  }

  .header-menu .fonttext {
    margin: 9px 10px 0 0;
    font-weight: 700;
    font-size: 140%;
    float: right;
  }

	.header-menu li {
		float: left;
	}

.footer-area {
	width: 1100px;
	padding:30px 0 20px;
	margin:0 auto;
	position: relative;
}

	.footer-area p.copy {
		text-align: center;
		font-size: 1.4em;
	}

	.footer-area ul.footer-menu {
		width: 23%;
		float: left;
		margin:0 0 0 2%;
		padding:0;
		list-style-type: none;
	}

	.footer-area ul.footer-menu li.menu-title {
		font-size:1.6em;
		font-weight: bold;
		margin: 0 0 16px;
	}

	.footer-area ul.footer-menu li.menu {
		font-size: 1.4em;
		margin:0 0 8px;
		line-height: 21px;
	}

	.footer-menu a {color:#29545b;}
	.footer-menu a:hover {color:#62878d;}

.footer-contact-block {
	border-top:1px solid #BBB;
	border-bottom:1px solid #BBB;
	padding: 50px 0;
	margin-bottom: 30px;
}

.footer-logo {
	width: 320px;
	float: left;
}
	.footer-logo img {
		width: 320px;
		height: auto;
	}

.footer-contact {
	width: 600px;
	float: right;
}

	.footer-contact .sp-on {display: none;}
	.footer-contact .pc-on {display: inline;}

	.footer-contact h3.contact-title {
		font-size: 1.8em;
		margin-bottom: 20px;
		font-weight: bold;
	}

	.footer-contact th {
		color:#40aebd;
		text-align: left;
	}

	.footer-contact th,
	.footer-contact td {
		padding: 8px;
		font-size: 1.6em;
		font-weight: bold;
	}

	.footer-contact span.time {
		font-weight: normal;
		font-size: 0.75em;
	}

	.footer-sub-menu {
		text-align: center;
		font-size: 1.4em;
		padding-top: 30px;
		margin-bottom: 30px;
		border-top: 1px solid #bbb;
	}

	.footer-sub-menu a {
		padding:0 10px;
		display: inline-block;
		border-right: 1px solid #bbb;
		color:#29545b;
		height: 1.5em;
		line-height: 1.5em;
	}

	.footer-sub-menu a:hover {
		color:#62878d;
	}

	.footer-sub-menu a:last-child {
		content: "";
		border-right: none;
	}

.go-top-link {
	width: 60px;
	position: absolute;
	top: -31px;
	right:0;
}

/* -------------------------------------------
		4. グローバルメニュー
------------------------------------------- */
.global-menu {
	width: 100%;
	background-color:#43ad92;
}

.global-menu ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

.global-menu li {
		float: left;
		width:220px;
		text-align: center;
	}

	.global-menu li a {
		text-decoration: none;
		color:#FFF;
		font-size: 1.8em;
		display: block;
		padding: 15px 0;
	}

	.global-menu li a:hover {
		background-color: #318771;
	}
#font.japanese{
	margin-top: 31px;
}

#font li {
   float:left;
   list-style:none;
   margin-right:5px;
   font-size:14px;
   padding:8px;
   color:#ff9445;
   font-weight:bold;
   line-height:1.0;
   background:#FFF;
   cursor:pointer;
   border: 1px solid #a8a8a8;
}

#font li.hover {
   background:#ff9445;
   color:#FFF;
}

#font li.active {
   background:#ff9445;
   color:#FFF;
}

.header-menu-link a{
	font-size: 140%;
	line-height: 32px;
	margin-right: 10px;
}

/* -------------------------------------------
		5. 汎用セレクタ
------------------------------------------- */

.f-l {float:left;}
.f-r {float:right;}

/* ----- align ----- */
.al-center{text-align:center!important;}
.al-right{text-align:right!important;}
.al-left{text-align:left!important;}
.al-top{vertical-align:top!important;}
.al-middle{vertical-align:middle!important;}
.al-bottom{vertical-align:bottom!important;}

/* ------------ マージン ------------ */

.mt-00 { margin-top: 0 !important}
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }

.mb-00 { margin-bottom: 0 !important}
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }

.ml-00 { margin-left: 0 !important}
.ml-10 { margin-left: 10px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-40 { margin-left: 40px !important; }

.mr-00 { margin-right: 0 !important}
.mr-10 { margin-right: 10px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-40 { margin-right: 40px !important; }

/* ------------ パディング ------------ */

.pt-10 { padding-top: 10px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }

.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }

.pl-10 { padding-left: 10px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-40 { padding-left: 40px !important; }

.pr-10 { padding-right: 10px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-40 { padding-right: 40px !important; }


.pc-hidden { display: none !important; }
