@charset "UTF-8";

@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}

/*-- Anchor -------------------------------------------------------------*/
a         { resize: none; }
a:link    { color:#06C; text-decoration: none; }
a:visited { color:#06C; text-decoration: none; }
a:hover   { color:#06C; text-decoration: underline; }
a:active  { color:#06C; text-decoration: none; }

.u_link a         { resize: none; }
.u_link a:link    { color:#03C; text-decoration: none; }
.u_link a:visited { color:#639; text-decoration: none; }
.u_link a:hover   { color:#03C; text-decoration: underline; }
.u_link a:active  { color:#03C; text-decoration: none; }

em { color: #C00;}

/*-- リスト全体をリンク　hover透過　グループリンク
-------------------------------------------------------------*/
.g_box { position:relative; }
.g_box:hover { cursor:pointer; opacity:0.7; }
.g_link { margin-bottom:0px; }
.g_link a {position:absolute; text-indent:-9999px; top:0px; left:0px; width:100%; height:100%; }

@media screen and (max-width: 767px) {
	.pc { display: none; }
	.sp { display: block; }
}
@media screen and (min-width: 768px) {
	.pc { display: block; }
	.sp { display: none; }
}
@media screen and (max-width: 960px) {
	.pc_tab { display: none; }
	.sp_tab { display: block; }
	.side_search {display:none;}
}
@media screen and (min-width: 961px) {
	.pc_tab { display: block; }
	.sp_tab { display: none; }
}

/*-- imaga -------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	.img_t_R { float:right; margin:0 0 2% 4%; width:45%;}
	.img_t_L { float:left; margin:0 4% 2% 0; width:45%;}
	.img_y_R { margin:0 10% 4%; width:80%;}
	.img_y_L { margin:0 10% 4%; width:80%;}
}
@media screen and (min-width: 768px) {
	.img_t_R { float:right; margin:0 0 20px 20px; width:240px;}
	.img_t_L { float:left; margin:0 20px 20px 0; width:240px;}
	.img_y_R { float:right; margin:0 0 20px 20px; width:300px;}
	.img_y_L { float:left; margin:0 20px 20px 0; width:300px;}
}



/*-- Structure -------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	}
@media screen and (min-width: 2049px) {
	#wrapper {width: 2048px; margin: 0 auto;}	
}

/*-- header -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	header .in { margin:0 1%; }
	.h_logo { float:left; }
	.h_logo a { float:left;  font-family:'Roboto', sans-serif; font-weight:bold; font-size:24px; margin-right:10px; color:#eee5ef; line-height:1.0; margin-top:7px; }
	.h_logo p.company_name { float:left; font-weight:bold; margin-top:11px; line-height:1.0; font-size:15px; }
}
@media screen and (min-width: 768px) {
	.h_logo { float:left; }
	.h_logo a { float:left;  font-family:'Roboto', sans-serif; font-weight:bold; font-size:30px; margin-right:20px; color:#eee5ef; }
	.h_logo p.company_name { float:left; font-weight:bold; margin-top:13px; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	header .in { margin:0 1%; }
	.h_logo a { margin-right:10px; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	header .in { margin:0 1%; }
}
@media screen and (min-width: 1025px) and (max-width: 1259px) {
	header .in { margin:0 2%; }
}
@media screen and (min-width: 1260px) and (max-width: 1400px) {
	header .in { margin:0 2%; }
}
@media screen and (min-width: 1401px) {
	header .in { margin:0 2%; }
}

/*-- nav -------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	nav.pc_nav { float:right; padding:10px 0; }
	nav.pc_nav ul li { float:right; font-size:16px; font-weight:bold; margin-left:40px; }
	nav.pc_nav ul li span { color:#eec085; font-size:10px; font-family:'Roboto', sans-serif; font-weight:bold; display:block; }

	nav.pc_nav ul li a         { resize: none; }
	nav.pc_nav ul li a:link    { color:#333; text-decoration: none; }
	nav.pc_nav ul li a:visited { color:#333; text-decoration: none; }
	nav.pc_nav ul li a:hover   { color:#dd4655; text-decoration: none; }
	nav.pc_nav ul li a:active  { color:#333; text-decoration: none; }

	nav.pc_nav ul li a:hover span   { color:#4D7AB6; text-decoration: none; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	nav.pc_nav { margin-top:3px; }
	nav.pc_nav ul li { margin-left:30px; font-size:15px; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
}
@media screen and (min-width: 1025px) {
}

/*-- SP menu-trgger -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.menu-trigger,
	.menu-trigger span {
	 display: inline-block;
	 transition: all .4s;
	 box-sizing: border-box;
	}
	.menu-trigger {
	 position: fixed;
	 /*bottom: 20px;
	 right: 20px;*/
	 top: 0px;
	 right: 2px;
	 width: 35px;
	 height: 35px;
	 border-radius:50%;
	 z-index: 9999;
	 border-radius: 2px;
	}
	.menu-trigger:hover{
	background: rgba(255, 255, 255,0.6);
	cursor:pointer;
	}
	.menu-trigger span {
	 position: absolute;
	 z-index: 9999;
	 left: 4.2px;
	 width: 75%;
	 height: 4px;
	 background-color: #dd4655;
	 border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
	 top: 7px;
	}
	.menu-trigger span:nth-of-type(2) {
	 top: 15.4px;
	}
	.menu-trigger span:nth-of-type(3) {
	 bottom: 7px;
	}
	.menu-trigger.active span:nth-of-type(1) {
	 -webkit-transform: translateY(20px) rotate(-45deg);
	 transform: translateY(8px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	 opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	 -webkit-transform: translateY(-20px) rotate(45deg);
	 transform: translateY(-8px) rotate(45deg);
	}
	#overlay{
	 display: none;
	 width: 100%;
	 height:100%;
	 text-align: center;
	 position: fixed;
	 top: 35px;
	 z-index: 1000;
	 background: rgba(5,25,35,0.9);
	 box-sizing: border-box;
	}
	.h_nav { background:#0B6FBB;}
	.h_nav li { float:left; padding:2%; width:45.8%; border-bottom:#CCC 1px solid; font-size:13px; color:#fff; text-align:left; }
	.h_nav li.last { border-right:#CCC 1px solid;}
	.h_nav li a { color:#fff; }
	.h_nav li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#fff;} 
	.h_nav li:nth-child(2n) { border-left:#CCC 1px solid;  }
	.h_nav li:nth-child(1) { border-top:#CCC 1px solid;}
	.h_nav li:nth-child(2) { border-top:#CCC 1px solid;}
	/*.h_nav li:last-child { border-right:#CCC 1px solid;}*/
}

.wrapper {
  height: 100%; /* 高さを画面いっぱいに指定する。(vhが効かない場合の対策)*/
  height: 100vh; /*高さを画面いっぱいに指定する。*/
  position: relative;  /*横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。*/
  width: 100%;  /*横幅もいっぱいに。*/
}

#video {
  background: url('/video_bg.jpg') no-repeat;  /*動画が再生を始めるまで、cssのほうでも背景を設定します。*/
  background-attachment: fixed;  /*中央揃えになるように、fixed。*/
  background-position: center center;  /*positionも中央に。*/
  background-size: cover;  /*画面サイズに応じてサイズを可変するように設定。*/
  left: 0;
  /*以下、画面いっぱいにするためのCSS設定*/
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
   /*wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。*/
  position: absolute;
  top: 0;
   /*z-indexは調整してください。*/
  z-index: 1;
}

/*-- 動画 -------------------------------------------------------------*/
.video_high { height:450px; overflow:hidden; position:relative; }
@media screen and (max-width: 767px) {
	.video_high { height:300px; overflow:hidden; background:url(../img/common/movie_sp.jpg) 0px 0px no-repeat; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	.video_high { height:450px; overflow:hidden; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	.video_high { height:600px; overflow:hidden; }
}
@media screen and (min-width: 1025px) and (max-width: 1459px) {
	.video_high { height:650px; overflow:hidden; }	
}
@media screen and (min-width: 1460px) {
	.video_high { height:800px; overflow:hidden; }	
}
/*-- 動画テキスト -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	h1 { position:absolute; top:80px; left:2%; font-size:25px; font-weight:bold; color:#fff; text-align:center; z-index:100; }
}
@media screen and (min-width: 375px) and (max-width: 413px) {
	h1 { position:absolute; top:80px; left:1%; font-size:23px; font-weight:bold; color:#fff; text-align:center; z-index:100; }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
	h1 { position:absolute; top:80px; left:1%; font-size:22px; font-weight:bold; color:#fff; text-align:center; z-index:100; }
}
@media screen and (min-width: 320px) and (max-width: 359px) {
	h1 { position:absolute; top:90px; left:2%; font-size:19px; font-weight:bold; color:#fff; text-align:center; z-index:100; }
}
@media screen and (min-width: 768px) and (max-width: 859px) {
	h1 { position:absolute; top:120px; left:9%; font-size:40px; font-weight:bold; color:#fff; text-align:center; z-index:100; }
}
@media screen and (min-width: 860px) and (max-width: 960px) {
	h1 { position:absolute; top:110px; left:11%; font-size:42px; font-weight:bold; color:#fff; text-align:center; z-index:100; }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
	h1 { position:absolute; top:150px; left:13%; font-size:45px; font-weight:bold; color:#fff; text-align:center; z-index:100; }
}
@media screen and (min-width: 1025px) and (max-width: 1099px) {
	h1 { position:absolute; top:170px; left:14%; font-size:48px; font-weight:bold; color:#fff; text-align:center; z-index:100; }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
	h1 { position:absolute; top:180px; left:15%; font-size:50px; font-weight:bold; color:#fff; text-align:center; z-index:100; }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	h1 { position:absolute; top:160px; left:15%; font-size:55px; font-weight:bold; color:#fff; text-align:center; z-index:100; }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
	h1 { position:absolute; top:140px; left:18%; font-size:60px; font-weight:bold; color:#fff; text-align:center; z-index:100; }
}
@media screen and (min-width: 1600px) and (max-width: 1799px) {
	h1 { position:absolute; top:140px; left:20%; font-size:60px; font-weight:bold; color:#fff; text-align:center; z-index:100; }
}
@media screen and (min-width: 1800px) and (max-width: 2048px) {
	h1 { position:absolute; top:170px; left:20%; font-size:72px; font-weight:bold; color:#fff; text-align:center; z-index:100; }
}
@media screen and (min-width: 2049px) {
	h1 { position:absolute; top:200px; left:20%; font-size:72px; font-weight:bold; color:#fff; text-align:center; z-index:100; }
}

/*-- コンテンツ -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	section { padding:4%; }
	section.about { background:url(../img/common/white_bg_sp.gif) 0px 0px; background-size:contain; }
	h2.ttl01 { font-family:'Roboto', sans-serif; font-weight:bold; font-size:30px; margin-bottom:10px; } 
	.big_text { font-size:15px; line-height:1.9em; }
	section.about p { margin-bottom:0px; }

	h2.ttl02 { font-family:'Roboto', sans-serif; font-weight:bold; font-size:36px; margin-bottom:20px; text-align:center; line-height:1.2; } 
	section.service { background:url(../img/common/service_bg.jpg) 0px 0px no-repeat; background-size:cover; }
	
	.three_box li { padding:4% 0; border-bottom:1px dotted #fff; }
	.three_box li img { float:left; width:30%; margin-right:6%; }
	.three_box li .tb_R { float:left; width:64%; }
	.three_box li h3 { text-align:left; font-size:18px; font-weight:bold; line-height:1.2; margin-bottom:10px; }
	.three_box li p { margin:0; }

	.tbl01 { width:100%; border-top:2px solid #DEDEDE; }
	.tbl01 th { padding:2% 4%; font-size:15px; text-align:center; border-bottom:1px dotted #DEDEDE; font-weight:normal; display:block; }
	.tbl01 td { padding:2% 4%; font-size:15px; text-align:left; border-bottom:2px solid #DEDEDE; display:block; }

	section.news {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ecf4a1+0,b3ece9+100 */
		background: #ecf4a1; /* Old browsers */
		background: -moz-linear-gradient(45deg, #ecf4a1 0%, #b3ece9 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg, #ecf4a1 0%,#b3ece9 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg, #ecf4a1 0%,#b3ece9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf4a1', endColorstr='#b3ece9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	} 
	
	.newsbox { margin:0 0%; }
	.newsbox li { padding:10px 5px; border-bottom:#333 1px solid; }
	.newsbox li dl { margin-bottom:5px; }
	.newsbox li dl dt { float:left; background:#333; color:#fff; padding:1px 5px; font-size:12px; }
	.newsbox li dl dd { float:left; background:#09F; color:#fff; padding:1px 5px; font-size:12px; }
	.newsbox li p { margin-bottom:0px; font-size:15px; } 
}
@media screen and (min-width: 768px) {
	h2.ttl01 { font-family:'Roboto', sans-serif; font-weight:bold; font-size:48px; margin-bottom:20px; } 
	.big_text { font-size:18px; line-height:1.9em; }
	
	h2.ttl02 { font-family:'Roboto', sans-serif; font-weight:bold; font-size:60px; margin-bottom:20px; text-align:center; }
	
	.tbl01 { width:80%; margin:0 10%; }
	.tbl01 th { padding:2% 4%; width:20%; font-size:16px; text-align:center; border-bottom:3px solid #DEDEDE; font-weight:normal; white-space: nowrap; }
	.tbl01 td { padding:2% 4%; font-size:16px; text-align:left; border-bottom:1px solid #DEDEDE; }

	section.news {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ecf4a1+0,b3ece9+100 */
		background: #ecf4a1; /* Old browsers */
		background: -moz-linear-gradient(45deg, #ecf4a1 0%, #b3ece9 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg, #ecf4a1 0%,#b3ece9 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg, #ecf4a1 0%,#b3ece9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf4a1', endColorstr='#b3ece9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	} 
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	section { padding:4%; }
	section.about .in { background:url(../img/common/white_bg02.gif) 0px 0px no-repeat; background-size:cover; }

	h2.ttl02 { font-family:'Roboto', sans-serif; font-weight:bold; font-size:55px; margin-bottom:20px; text-align:center; } 
	section.service { background:url(../img/common/service_bg.jpg) 0px 0px no-repeat; background-size:cover; height:400px; }
	
	.three_box li { float:left; width:32%; margin-right:2%; }
	.three_box li:nth-child(3n) { margin-right:0px; }
	.three_box li h3 { text-align:center; font-size:21px; font-weight:bold; line-height:1.2; margin-bottom:20px; }
	.three_box li p { margin:0 2%; }
	.three_box li img { width:40%; margin:0 30% 20px; }
	
	.tbl01 { width:90%; margin:0 5%; }

	.newsbox { margin:0 0%; }
	.newsbox li { padding:15px 10px; border-bottom:#333 1px solid; }
	.newsbox li dl { margin-bottom:5px; float:left; margin-right:20px; }
	.newsbox li dl dt { float:left; background:#333; color:#fff; padding:1px 5px; font-size:13px; }
	.newsbox li dl dd { float:left; background:#09F; color:#fff; padding:1px 5px; font-size:13px; }
	.newsbox li p { margin-bottom:0px; font-size:15px; float:left; }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
	section { padding:4%; }
	section.about .in { background:url(../img/common/white_bg02.gif) 0px 0px no-repeat; background-size:cover; }

	h2.ttl02 { font-family:'Roboto', sans-serif; font-weight:bold; font-size:55px; margin-bottom:20px; text-align:center; } 
	section.service { background:url(../img/common/service_bg.jpg) 0px 0px no-repeat; background-size:cover; height:400px; }
	
	.three_box li { float:left; width:32%; margin-right:2%; }
	.three_box li:nth-child(3n) { margin-right:0px; }
	.three_box li h3 { text-align:center; font-size:24px; font-weight:bold; line-height:1.2; margin-bottom:20px; }
	.three_box li p { margin:0 2%; }
	.three_box li img { width:40%; margin:0 30% 20px; }

	.newsbox { margin:0 0%; }
	.newsbox li { padding:15px; border-bottom:#333 1px solid; }
	.newsbox li dl { margin-bottom:5px; float:left; margin-right:20px; }
	.newsbox li dl dt { float:left; background:#333; color:#fff; padding:1px 5px; font-size:13px; }
	.newsbox li dl dd { float:left; background:#09F; color:#fff; padding:1px 5px; font-size:13px; }
	.newsbox li p { margin-bottom:0px; font-size:16px; float:left; }
}
@media screen and (min-width: 1025px) {
	section { padding:4%; }
	section.about .in { background:url(../img/common/white_bg.gif) 0px 0px no-repeat; background-size:cover; }
	
	section.service { background:url(../img/common/service_bg.jpg) 0px 0px no-repeat; background-size:cover; height:500px; }
	
	.three_box li { float:left; width:31%; margin-right:3.5%; }
	.three_box li:nth-child(3n) { margin-right:0px; }
	.three_box li h3 { text-align:center; font-size:24px; font-weight:bold; line-height:1.2; margin-bottom:20px; }
	.three_box li p { margin:0 2%; }
	.three_box li img { width:40%; margin:0 30% 20px; }
	
	.newsbox { margin:0 10%; }
	.newsbox li { padding:15px; border-bottom:#333 1px solid; }
	.newsbox li dl { margin-bottom:5px; float:left; margin-right:20px; }
	.newsbox li dl dt { float:left; background:#333; color:#fff; padding:1px 5px; font-size:13px; }
	.newsbox li dl dd { float:left; background:#09F; color:#fff; padding:1px 5px; font-size:13px; }
	.newsbox li p { margin-bottom:0px; font-size:16px; float:left; }
}

/*-- フッター固定バナー -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#contact-fixed { position: fixed; z-index: 10000; bottom: 0; width: 100%; }
	#contact-fixed .left, #contact-fixed .right { width: 50%; }
	#contact-fixed .left { float: left; }
	#contact-fixed .right { float: right; }
}

/*-- footer ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	footer { background:#fff; }
}
@media screen and (min-width: 768px) {
	footer { background:#fff; }
	footer .in { color:#fff; padding:10px 0; }
	footer .in a { color:#fff; }
	.f_left { float:left; }
	.f_right { float:right; }
}

@media screen and (min-width: 768px) and (max-width: 960px)  {
	footer .in { margin:0 1%; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	footer .in { margin:0 1%; }
}
@media screen and (min-width: 1025px) and (max-width: 1259px) {
	footer .in { margin:0 2%; }
}
@media screen and (min-width: 1260px) and (max-width: 1400px) {
	footer .in { margin:0 2%; }
}
@media screen and (min-width: 1401px) {
	footer .in { margin:0 2%; }
}

@media screen and (max-width: 767px) {
/*-- footer ------------------------------------------------------------*/
.f_menu { background:#efefef; padding:2%; }
.f_menu li { float:left; padding:2%; width:45.8%; border-bottom:#CCC 1px solid; }
.f_menu li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#F33;} 
.f_menu li:nth-child(2n) { border-left:#CCC 1px solid;  }
.f_menu li:nth-child(1) { border-top:#CCC 1px solid;}
.f_menu li:nth-child(2) { border-top:#CCC 1px solid;}
}
	
/*-- コピーライト --*/
@media screen and (max-width: 767px) {
	#copyright { background:#fff; text-align:center; margin-bottom:0px; padding:1px 0; color:#333; font-size:12px; }
}
@media screen and (min-width: 768px) {
	#copyright { background:#fff;  text-align:center; margin-bottom:0px; padding:1px 0; color:#333; font-size:12px; }
}

/*-- 画像 ページの先頭へ戻る --*/
@media screen and (max-width: 767px) {
	#pagetop {
		width: 40px;
		height: 40px;
		position:fixed;
		right:5px;
		bottom:50px;
		opacity:0.8;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	#pagetop {
		width: 50px;
		height: 50px;
		position:fixed;
		right:20px;
		bottom:20px;
		opacity:0.8;
	}
}
@media screen and (min-width: 1024px) {
	#pagetop {
		width: 70px;
		height: 70px;
		position:fixed;
		right:20px;
		bottom:20px;
		opacity:0.8;
	}
}

/*-- box LINK 
色を変える　枠線　hoverで反転のリンク
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.box_link_btn a { color:#FF6600; width:60%; height:40px; line-height:40px; border:#FF6600 1px solid; display:block; text-align:center; margin:0 20%; background:#fff;}
	.box_link_btn a:link    { color:#FF6600; text-decoration: none; }
	.box_link_btn a:visited { color:#FF6600; text-decoration: none; }
	.box_link_btn a:hover   { color:#fff;    text-decoration: none; background:#FF6600; }
	.box_link_btn a:active  { color:#FF6600; text-decoration: none; } 
}
@media screen and (min-width: 768px) {
	.box_link_btn a { color:#FF6600; width:60%; height:40px; line-height:40px; border:#FF6600 1px solid; display:block; text-align:center; margin:0 20%; background:#fff;}
	.box_link_btn a:link    { color:#FF6600; text-decoration: none; }
	.box_link_btn a:visited { color:#FF6600; text-decoration: none; }
	.box_link_btn a:hover   { color:#fff;    text-decoration: none; background:#FF6600; }
	.box_link_btn a:active  { color:#FF6600; text-decoration: none; } 
}
@media screen and (min-width: 768px) {
	.flatbtn a {
		width: 200px;
		height: 35px;
		line-height: 35px;
		color: #fff;
		border: #ffa23e 1px solid;
		display: block;
		text-align: center;
		background: #ffa23e;
		border-bottom: #e68822 3px solid;
		border-radius: 4px;
	}
	.flatbtn a:hover {
		color:#ffa23e;
		background:#fff;
		text-decoration:none;
	}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.flatbtn a {
		width: 160px;
		height: 30px;
		line-height: 30px;
	}
}


/* -- APPEND ----------------------------------------------------------------*/
#loading{
position: absolute;
left: 45%;
top: 40%;
}
#loader-bg {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #fff;
z-index: 1;
}
body{
background-color: #fff;
}
@media screen and (max-width: 767px) {
	#loading{
	position: absolute;
	left: 45%;
	top: 40%;
	}
	#loading img { width:40px; }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	#loading{
	position: absolute;
	left: 45%;
	top: 40%;
	}
}
@media screen and (min-width: 961px) {
	#loading{
	position: absolute;
	left: 45%;
	top: 40%;
	}
}

/*--リスト改行の頭を揃える
------------------------------------------------------------*/
ol.indent { list-style-position: inside;}
ol.indent li { padding-left: 1em; text-indent: -1em;}
ul.indent { list-style-position: inside;}
ul.indent li { padding-left: 1em; text-indent: -1em;}

/*--olリスト
------------------------------------------------------------*/
ol {　counter-reset:number; /* 名前を付けたカウンターをリセット */　list-style:none; /* olが数字を付けることをキャンセル */　margin:0;　padding:0;　}
ol li{ margin-bottom:10px; text-indent:-1.0em; padding-left:1.0em; border-bottom:#DEDEDE 1px dotted; padding-bottom:10px; }
ol li:before{　counter-increment: number; /* 任意の名前を付けて！ */　content: counter(number); /* 名前を付けたカウンターを呼び出し */　margin-right:0.5em;　color:#66A64E;　font-family:'Roboto', sans-serif; font-weight:bold;　font-size:1.1em;　}

/*--矢印リスト
------------------------------------------------------------*/
.arrow_list_w { margin-bottom:20px; }
.arrow_list_w li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; }
.arrow_list_w li:before { content:"\f101"; font-family:FontAwesome; margin-right:10px; color:#67A64F; }

.arrow_list_s { margin-bottom:20px; }
.arrow_list_s li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; }
.arrow_list_s li:before { content:"\f105"; font-family:FontAwesome; margin-right:10px; color:#67A64F; }

.arrow_list_t { margin-bottom:20px; }
.arrow_list_t li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:1px dotted #DEDEDE; }
.arrow_list_t li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#67A64F; }

.circle_list { margin:0 2% 0px; }
.circle_list li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em }
.circle_list li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#D91061; }

.circle_list02 { margin:0 2% 0px; }
.circle_list02 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em }
.circle_list02 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#3da678; }

.circle_list03 { margin:0 2% 0px; }
.circle_list03 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em }
.circle_list03 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#cd9054; }

.circle_list04 { margin:0 2% 0px; }
.circle_list04 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em }
.circle_list04 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#64a8dd; }

/*--スマホメニュー開閉背景の色
------------------------------------------------------------*/
.mm-menu { background:#54A583 !important; color:rgba(0, 0, 0, 0.7)  !important; }

/*--wordpress投稿　段落
------------------------------------------------------------*/
.single_section h1 { font-size:2.4em; color:#333; font-weight:bold; margin-bottom:20px; }
.single_section h2 { font-size:2.1em; color:#333; font-weight:bold; border-left:6px solid #50A8ED; padding-left:2%; margin-bottom:20px; }
.single_section h3 { font-size:1.8em; color:#50A8ED; font-weight:bold; padding:2% 0; border-bottom:#333333 1px solid; margin-bottom:20px; }
.single_section h4 { font-size:1.5em; color:#333; font-weight:bold; margin-bottom:10px; }
.single_section h5 { font-size:1.2em; color:#333; font-weight:bold; margin-bottom:10px; }
.single_section p { line-height:1.7 !important; font-size:15px !important; margin-bottom:40px !important; }
.single_section img { margin-bottom:20px !important; }

/*--wordpress投稿　AUTO SITEMAP
------------------------------------------------------------*/
#sitemap_list { margin-bottom:20px; }
#sitemap_list li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:#DEDEDE 1px dotted; }
#sitemap_list li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#d91061; }


/*-- wordpress 画像 ------------------------------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

/*-- wordpress ページャーカラー ------------------------------------------------------------*/
#pager a:hover { background: #4D984D !important; }
#pager .pages, #pager .current, #pager .extend, #pager a { color: #333 !important; background: #0d5279 !important; }
#pager a { color: #fff !important; }
#pager .pages, #pager .current { background: #dedede !important;}
	
/*-- Adjustment ------------------------------------------------------------*/
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

.mr5  { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }

.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

.ml5  { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }

.pg5  { padding:  5px !important; }
.pg10 { padding: 10px !important; }
.pg15 { padding: 15px !important; }
.pg20 { padding: 20px !important; }
.pg25 { padding: 25px !important; }
.pg30 { padding: 30px !important; }
.pg35 { padding: 35px !important; }
.pg40 { padding: 40px !important; }

.mg0  { margin: 0  !important; }
.pg0  { padding: 0 !important; }

.ofh  { overflow: hidden; }
.fltR { float: right; }
.fltL { float: left; }
.clr  { clear: both; }

.posRe { position: relative; }
.posAb { position: absolute; }

.alJ { text-align: justify; }
.alC { text-align: center; }
.alR { text-align: right; }
.alL { text-align: left; }

.xlarge { font-size: 1.2em; }
.large  { font-size: 1.1em; }

.xsmall { font-size: 0.8em !important; }
.small  { font-size: 0.9em !important; }

.bold { font-weight: bold; }
.red  { color: #C00; }
.blk {color:#000;}
.gry {color:#666;}

.under {text-decoration:underline; border-color:#666;}

.border-dotted { display: block; clear: both; height: 1px; border: none; border-bottom: dotted 1px #ddd !important; }
.border-solid  { display: block; clear: both; height: 1px; border: none; border-bottom: solid 1px #ddd  !important; }

.trans-ease { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }

.link-hover { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }
.link-hover:hover { opacity: 0.7; filter: alpha(opacity=70); }

.roboto { font-family:'Roboto', sans-serif; font-weight:bold; }
.g_font { font-family: "Rounded Mplus 1c"; font-weight:300; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* clearfix */
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/* *html .cf { zoom: 1; } */
*:first-child+html .cf { zoom: 1; } /* IE7 */

/*-- APPEND ----------------------------------------------------------------*/


