@charset "utf-8";
/* =======================================

base.css - 基本CSS

========================================== */

/* =============================================================================
   base
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Roboto);

html {}

/*taste*/
body {
	color: #444;
	background-color: #F6F6F6;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.8;
	font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

th,td {
	line-height: 160%;
}
a {
	color:#FF8000;
	text-decoration: underline;
}
a:hover {
	color:#FF8000;
	text-decoration: none;
}

a img:hover {
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
	
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

p{
	margin-bottom: 20px;
}

p:last-child,
p:only-child{
	margin-bottom: 0;
}


/* =============================================================================
   base - layout
   ========================================================================== */

/* header
---------------------------------------------- */

.header {
	background-color: #FFF;
}

.hd_top {
	background-color: #EEE;
	border-top: 2px solid #02AAE1;
	padding: 3px 0;
	font-size: 12px;
}

.hd_models {
	float: left;
}

.hd_models li {
	float: left;
	margin: 0 10px 0 0;
	padding-left: 10px;
	position: relative;
}

.hd_models li:before {
	content: '\f111';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0;
	top: 50%;
	line-height: 1;
	margin-top: -0.5em;
	font-size:10px;
	color: #02AAE1;
}

.hd_menu {
	float: right;
}

.hd_menu li {
	float: left;
	margin: 0 0 0 10px;
}

.hd_menu li a {
	color: #444;
	text-decoration: none;
}

.header_inner {
	position: relative;
	height: 100px;
}

.head_logo {
	position: absolute;
	left: 0;
	top: 25px;
}

.header .header_inner .read {
	position: absolute;
	left: 390px;
	top: 45px;
	font-size: 18px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
}

.header .header_inner .btn_web_entry {
	position: absolute;
	right: 0;
	top: 25px;
}

.header .header_inner .btn_web_entry a {
	display: block;
	width: 250px;
	padding: 10px 0;
	text-align: center;
	background-color: #FF8000;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.header .header_inner .btn_web_entry a:hover {
	-moz-transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-o-transition:0.25s linear;
	transition:0.25s linear;
	
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}



/*レスポンシブ設定*/
@media screen and (max-width: 960px) {
	
	.header_inner {}
	
	.head_logo {
		left: 10px;
	}

	.header .header_inner .read {
		display: none;
	}
	
	.header .header_inner .btn_web_entry {
		right: 10px;
	}
	
}

/*レスポンシブ設定*/
@media screen and (max-width: 768px) {
	
	.header_inner {height: 80px;}
	
	.head_logo {
		top: 20%;
		width: 70%;
	}

}

/*ナビゲーションの背景を設定*/

.globalnav {
	background-color: #02AAE1;
	position: relative;
	z-index: 10;
}

.globalnav ul {
	display: table;
	table-layout: fixed;
  text-align: center;
  width: 100%;
	}

.globalnav ul li {
	display: table-cell;
  position: relative;
	}

.globalnav ul li + li {}

.globalnav ul li a {
	display:block;
	padding: 10px 0;
	font-size: 15px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	}

.globalnav ul li a:hover {
	background-color:rgba(255,255,255,0.5);
	
		/*アニメーションの設定*/
	-moz-transition:0.3s linear;
	-webkit-transition:0.3s linear;
	-o-transition:0.3s linear;
	transition:0.3s linear;
}

.globalnav ul li.current-menu-parent a,
.globalnav ul li.current-menu-item a {}


.globalnav ul li ul.sub-menu {
  display:none; /*サブメニューは最初は非表示にしておく*/
  position: absolute; /*絶対配置にしておかないとうまくいかない*/
  top: 100%;
  left: 0px;
  font-size:0.857em;
  z-index:100;
	border: none;
}

.globalnav ul li ul.sub-menu li.menu-item {
  width:200px;
}

.globalnav ul li:hover ul.sub-menu {
  display:block; /*マウスオーバー時にサブメニューを表示する*/
}

.globalnav ul li ul.sub-menu li{
  display:block;
  border:none;
  padding:0; /*親メニューのパディングを解除*/
}

.globalnav ul li ul.sub-menu li a {
  background-color:rgba(2,170,225,0.9);
  border-bottom:1px dotted #FFF; /*ボーダーの指定*/
  border-top: none; /*ボーダートップは重なって太くなるので解除。一番上は ul 要素に指定*/
  padding: 15px 10px;
  text-align:left;
  text-indent:0px;
  text-decoration: none;
  line-height:1.5;
  height:auto;
	color: #000;
	text-align: left;
	color: #FFF;
	font-size: 15px;
}

/*サブメニューで現在表示されているページのリンクの色を変更する*/
.globalnav ul li ul.sub-menu li.current-menu-item a {
	display: block;
}

.globalnav ul li ul.sub-menu li a:hover {
	background-color:rgba(2,170,225,0.5);
	
		/*アニメーションの設定*/
	-moz-transition:0.5s linear;
	-webkit-transition:0.5s linear;
	-o-transition:0.5s linear;
	transition:0.5s linear;
}


/* スマホ用トグルスイッチ
---------------------------------------------- */

.toggle {
	display: none;
}

/*レスポンシブ設定*/
@media screen and (max-width: 890px) {
	
	.globalnav ul li a {font-size: 12px;}
	
	.globalnav ul li ul.sub-menu li a {font-size: 12px;}
	
}

/*レスポンシブ設定*/
@media screen and (max-width: 768px) {

	.toggle {
		display: block;
		position: fixed;
		right: 10px;
		top: 15px;
		z-index: 100;
		width: 50px;
		height: 50px;
    background-color:rgba(2,170,225,0.3);
	}

	.uk-navbar-toggle {
		display: block;
		text-align: center;
		line-height: 50px;
		font-size: 30px;
		padding: 0;
		height: 50px;
		float: none;
		color: #02AAE1;
	}
	
	.uk-offcanvas {
		padding:0;
		margin:0;
	}

	.uk-offcanvas-bar {
		background-color:#000;
	}

	.uk-nav-offcanvas {
		color:#CCC;
		background-color:#000 !important;
	}

	#offcanvas .uk-nav {
		padding:0px;
	}

	#offcanvas .uk-nav li {
		position:relative;
		margin:0;
		padding:0;
		border-bottom:1px solid #333;
	}

	#offcanvas .uk-nav li a {
		position:relative;
		margin:0;
		padding:8px 20px 8px 22px;
		color:#CCC;
	}
	
	#offcanvas .uk-nav li a:before {
		content: '\f0da';
		position: absolute;
		font-family: 'FontAwesome';
		left: 10px;
		top: 15px;
		line-height: 1;
		font-size:0.8em;
		color:#02AAE1;
	}

	#offcanvas .uk-nav li.menu-item-has-children {
		border-bottom:1px solid #333 !important;
	}

	#offcanvas .uk-nav li.menu-item-has-children:last-child {
		border:none !important;
	}
	
	#offcanvas .uk-nav li.menu-item-has-children.sub-drop-menu a:before {
		display:none;
	}

	#offcanvas .uk-nav li.menu-item-has-children.sub-drop-menu:before {
	content: '\f078';
	position: absolute;
	font-family: 'FontAwesome';
	right: 10px;
	top: 14px;
	line-height: 1;
	font-size:0.8em;
	}

#offcanvas .uk-nav li.menu-item-has-children li ul.sub-menu li:before {
	content: '-';
	position: absolute;
	left: 0;
	top: 15px;
	line-height: 1;
	font-size:0.8em;
	color:#666;	
}

#offcanvas .uk-nav li ul.sub-menu li {
	border:none;
	}

#offcanvas .uk-nav li a:hover {
	color:#CCC;
	}


}

/* コンテンツ
---------------------------------------------- */

.breadcrumb a {
	color: #444;
}

.main {
	margin-bottom: 80px;
}

.column1 {
	margin-bottom: 80px;
}

.uk-container {
	max-width: 980px;
}

.title_area {
	position: relative;
	margin-bottom: 10px;
	height: 200px;
	
	background: url(../images/title-area01-bg.png) no-repeat center center;
	background-size: cover;
}

.title_area:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:rgba(0,0,0,0.5);
}

.ttl_page {
  color: #FFF;
  line-height: 200px;
  position: relative;
  z-index: 1;
	text-align: center;
	font-weight: bold;
}

.main h2 {
	margin-bottom: 60px;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
	font-weight: bold;
	font-size: 30px;
	color: #02AAE1;
	line-height: 1.4;
}

.main h2:before {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #999;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
  }

.main h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 8px;
	border-left: 6px solid #02AAE1;
	line-height: 1.4;
}

.main .box h3,
.main .siteorigin-widget-tinymce h3 {
	margin-left: -30px;
} 

.main h4 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.4;
}

.main p + h3 {margin-top: 60px;}
.main p + h4 {margin-top: 30px;}


.main ul {
	margin:0 0 10px 1em;
}

.main ul li {
	list-style: disc;
}

.main ol {
	margin:0 0 10px 2em;
}

.main ol li {
	list-style: decimal;
}

.main table {
	margin-bottom: 20px;
}

.main table th,
.main table td {
	border: 1px solid #CCC;
	padding: 10px;
}

.main table th {
	background-color: #F5F5F5;
}

.main .table_layout01 {}


/*レスポンシブ設定*/
@media screen and (max-width: 768px) {
	
	.uk-container {padding: 0 10px;}
	
	.title_area {
		padding: 30px 0;
		height: auto;
	}

	.ttl_page {
		font-size: 20px;
		line-height: 1.4;
	}
	
	.main h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.main h3 {font-size: 16px;}

	.main .box h3 {margin-left: -10px;} 

	.main h4 {font-size: 14px;}
	
	.main .table_layout01 th,
	.main .table_layout01 td {
		float: left;
		width: 100%;
		
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
 		box-sizing:border-box;
	}

}

/* 右カラム
---------------------------------------------- */
.side {}

.side h3 {
	background-color: #EBEBEB;
	padding: 10px;
	text-align: center !important;
	font-weight: bold;
	margin-bottom: 10px;
}

.side .widget-container {
	margin-bottom: 40px;
}

.side .widget-container ul li {
	margin-bottom: 10px;
}

.side .widget-container h3 {
	font-size: 17px;
	margin-bottom: 10px;
	text-align: left;
}

.side a {
	color: #444;
	text-decoration: none;
}

.side a:hover {
	text-decoration: underline;
}


/*レスポンシブ設定*/
@media screen and (max-width: 768px) {
	
	.side {
		margin-top: 60px;
	}
	
	.side ul {
		padding: 0 10px;
	}
	
	.side ul ul {
		padding: 0;
	}
	
}

/* フッター
---------------------------------------------- */

.footer {
	background-color: #333;
	padding: 30px 0;
	color: #FFF;
	position: relative;
}

.footer h2 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
}

.footer p {
	margin: 0;
}

ul.footer_menu {
	margin-bottom: 40px;
}

ul.footer_menu li {
	float: left;
	margin: 0 10px 0 0;
}

ul.footer_menu li a {
	color: #FFF;
}


.copyright p {
	text-align: center;
	line-height: 1.4;
}



/*レスポンシブ設定*/
@media screen and (max-width: 768px) {
	
	.footer {
		padding: 20px 0;
	}

	.footer h2 {
		text-align: center;
		font-size: 16px;
	}
	
	.footer p {
		text-align: center;
		line-height: 1.4;
	}
	
	ul.footer_menu {
		margin-bottom: 20px;
		text-align: center;
	}

	ul.footer_menu li {
		float: none;
		display: -moz-inline-box;
		display: inline-block;
		/display: inline;
		/zoom: 1;
		margin: 0 5px;
	}

	.copyright p {
		text-align: center;
	}

}


/* ページ上へ jquery版
---------------------------------------------- */
/*
Back to top button
印刷時には非表示 @media not print
*/
@media not print{
	#back-top {
		position: fixed;
		bottom: 30px;
		right: 30px;
		z-index: 100;
	}
	#back-top a {
		width: 50px;
		display: block;
	}
	#back-top a:hover {

		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;

	}
	/* arrow icon (span tag) */
	#back-top span {
		margin:0;
		width: 50px;
		height: 50px;
		display: block;
		background: #02AAE1 url(../images/common/arw_page_up.png) no-repeat center center;
		/* background color transition */
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
	}
	#back-top a:hover span {

		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;

	}
}


@media screen and (max-width: 640px) {
	
	#back-top {
		bottom: 10px;
		right: 10px;
	}
	
	#back-top a {
		width: 30px;
	}
	
	/* arrow icon (span tag) */
	#back-top span {
		width: 30px;
		height: 30px;
		background: #02AAE1 url(../images/common/arw_page_up.png) no-repeat center center;
		background-size: 20px auto;
	}
	
}