@charset "utf-8";
/*
Theme Name: nb-a2.0
Theme URI: http://www.no-b.co.jp
Description: 株式会社ノーブランド［オリジナルテーマ］
Version: 1.0
Author: nobrand co.,ltd.
Author URI: http://www.no-b.co.jp
Tags: responsive

	nobrand_themes v2.0
	 http://www.no-b.co.jp

	This theme was designed and built by nobrand co.,ltd.,
	whose blog you will find at http://www.no-b.co.jp





/*-------------------------------------------------------------------------------------------*/
/* 01. リセット
/*-------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}
body {
	line-height: 1;
}
div#watch-time  {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clear {
	clear:both; 
	font-size:0; 
	line-height:0;
}
html {
    -webkit-font-smoothing: antialiased;
}





/* メインメニュー　PC用
----------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px) {
div.panel{
	display:block !important;
}
a#menu{
	display:none !important;
	
}
.header-box{
	width: 100%;
	top: 0 !important;
	display: inline-block;
}
#mainNav ul,
#mainNav li,
#mainNav span,
#mainNav a {
	margin: 0;
	padding: 0;
	position: relative;
}
.mainNav_box {
	float: right;
	z-index: 900;
	padding: 0;
	margin-bottom: 0px;
	text-align: center;
}
#mainNav:after,
#mainNav ul:after {
  	content: '';
	display: block;
	clear: both;
}
#mainNav .pullMain li span span{
	font-size: 10px;
	line-height: 1em;
	color: #fff;
	letter-spacing: 1px;
	margin: 0px 0 0;
	padding: 0px;
	display: block;
}
#mainNav ul {
	list-style: none;
	float: left;
}
#mainNav ul li {
	float: left;
	border-top: transparent 1px solid;
}
#mainNav ul li a {
	position: relative;
	color: #19448e;
	font-size: 16px;
	line-height: 28px;
	padding: 5px 10px 15px;
	text-decoration: none;
	display: block;
	text-align: center;
}
#mainNav ul li.icon img {
    float: right;
    margin-top: -10px;
}
#mainNav ul li a::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #ea8c00;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#mainNav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#mainNav ul li:hover a {
  color: #be7300;
}
#mainNav ul li.menu_last a {
}
#mainNav ul li.menu_last .sub-menu a {
	border-right: none;
}
#mainNav ul li ul li:hover:after {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#mainNav ul li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
}
#mainNav .has-sub {
	z-index: 1000;
}
#mainNav .has-sub:hover ul {
	display: block;
}
#mainNav .has-sub ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	border-right: none;
}
#mainNav .has-sub ul li {
	border-top: none;
	height: 37px;
}
#mainNav .has-sub ul li a{
	background: #19448e;
	border-left: none;
	filter: none;
	font-size: 14px;
	display: block;
	line-height: 120%;
	padding: 10px 4px 10px 10px;
	color: #fff;
	width: 170px;
	text-align: left;
	*z-index: 10;
	margin-top: 0px;
	border-bottom: 1px solid #2c5bac !important;
}
#mainNav .has-sub ul li a:hover {
	background: #2c5bac;
	border-top: none;
	height: 37px;
}
#mainNav .has-sub .has-sub:hover > ul {
	display: block;
}
#mainNav .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#mainNav .has-sub .has-sub ul li a{
	width: 245px;
}
#mainNav .has-sub .sub-menu .sub-menu a:hover {
	background: #2c5bac;
}
#mainNav .has-sub .has-sub:before {
	font-family: "FontAwesome";
	content: "\f054";
	color: #fff;
	position: absolute;
	margin-top: 8px;
	right: 10px;
	z-index: 10;
}

/*-------- メニュースクロール --------*/
.fixed {
	position: fixed;
	top: 0;
	width: 100% !important;
	border-top: none;
	z-index: 900;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	transition-timing-function: ease;
	background-color: rgba(25,68,142,0.85);
	border-bottom: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.fixed .logo{
	height: 70px !important;
	padding-top: 15px !important;
}
.fixed .logo img{
	width: 200px !important;
}
.fixed .header_top{
	display: none !important;
}
.fixed ul li a {
	color: #fff !important;
	padding: 20px 10px 22px !important;
}
.fixed ul li a:hover {
	color: #fc0 !important;
}
.fixed .pullMain li span span{
	display: none !important;
}
.fixed .has-sub ul li a{
	padding: 10px 4px 10px 10px !important;
}
.fixed .has-sub ul li {
	border-top: none !important;
}
.fixed .has-sub ul li:hover {
	border-top: none !important;
}
.fixed ul li:hover:after {
	content: '';
	border-bottom: 5px solid #ee86b4 !important;
}
.hideAnchor {
	display: inline-block;
	height: 0px;
    /height:1px;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: -70px;
	padding-bottom: 70px;	
}
.fixed li.icon img {
    margin-top: -5px !important;
}
}





/*-------------------------------------------------------------------------------------------*/
/* 02. 全体
/*-------------------------------------------------------------------------------------------*/

body {
	font: 14px/1.7em "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #555;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*-------- ボックスフロート解除 --------*/
div:after {  
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
} 

/*-------- リンク設定 --------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #ff6666;
}
a:hover, a:active {
	outline: none;
	color: ea8c00;
}

/*-------- ベースレイアウト --------*/
.inner {
	margin: 0 auto;
	width: 1024px;
}
.inner2 {
	margin: 0 auto;
	width: 860px;
}
#toppage header{
	background-color: rgba(255,255,255,0.20);
}
header{
	float: left;
	width: 100%;
	height: 110px;
	z-index: 100;
	position: relative;
	background-color: rgba(25,68,142,0.20);
}
#toppage .content {
	float: left;
	width: 100%;
	margin: 20px 0;
}
#content {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#sidebar {
	float: right;
	width: 270px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
}
*{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*-------- レイアウト --------*/
.grid1, .grid2, .grid25, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
	float: left;
	display: inline;
	margin-right: 3%;
	margin-bottom: 10px;
}
.grid1 { width: 5.5833%; }
.grid2 { width: 14.1666%; }
.grid25 { width: 17.6%; }
.grid3 { width: 22.75%; }
.grid4 { width: 31.3333%; }
.grid5 { width: 39.9167%; }
.grid6 { width: 48.5%; }
.grid7 { width: 57.0833%; }
.grid8 { width: 65.6667%; }
.grid9 { width: 74.25%; }
.grid10 { width: 82.8334%; }
.grid11 { width: 91.4167%; }
.grid12 { width: 100%; margin: 0; }
.last {
	margin-right: 0 !important;
}
.content-box{
	display: block;
	margin-bottom: 150px;	
}
.results_list.content-box {
    margin-bottom: 30px;
}
.content-box2{
	display: block;
	padding-bottom: 50px;
	margin-bottom: 10px;
	background: url(images/arrow1.png) no-repeat center bottom;
}
.content-box p, .single_post p, .content-box2 p {
	margin-bottom: 20px;
}

/*-------- 画像 --------*/
img {
	max-width: 100%;
	height: auto;
}




/*-------------------------------------------------------------------------------------------*/
/* 03. ヘッダ
/*-------------------------------------------------------------------------------------------*/

/*-------- ヘッダトップ --------*/
header .header_top{
	float: right;
	padding: 5px 0;
	width: 70%;
	margin-bottom: 0px;
}
header .header_top span {
	float: right;
	padding-top: 7px;
	color: #022460;
}
header .sns {
	float: right;
}
header .sns img {
	float: left;
	height: 35px;
	width: 35px;
	margin-left: 1px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
header .sns img:hover{
	opacity: 0.7;
	transform: scale(0.90,0.90);
	-webkit-transform: scale(0.90,0.90);
	-moz-transform: scale(0.90,0.90);
	-ms-transform: scale(0.90,0.90);
	-o-transform: scale(0.90,0.90);
}
header .header_top div {
	float: right;
	padding: 0px;
	margin: 0px;
}

/*-------- ヘッダコンテンツ --------*/
header .logo{
	float: left;
	width: 340px;
	height: 110px;
	padding-top: 27px;
	margin: 0px;
	text-align: center;
	background: #fff;
}
header .logo img{
	width: 300px;
	height: auto;
}

/*-------- ヘッダホーム画像 --------*/
#mainImg {
	display: inline-block;
	width: 100%;
	margin: -10px 0 50px;
	line-height: 0;
	z-index: 0;
}
div#n2-ss-2 span {
    font-size: 140% !important;
    line-height: 2 !important;
}
div#n2-ss-2 span:nth-child(5){
    color: #fff;
    font-size: 130% !important;
    padding: 10px 13px;
    margin-right: 8px;
    background: #ea8c00;
}
#mainImg .btn { 
    display: inline-block;
    color: #ea8c00 !important;
    font-size: 16px !important;
    padding: 3px;
    margin-top: 10px;
    border: 1px solid #ea8c00;
}
#mainImg .btn:hover { 
    background: rgba(255,255,255,.5);
}

/*-------- ヘッダ画像 --------*/
.head_title, .head_title_blog, .head_title_results {
	float: left;
	width: 100%;
	height: 500px;
	padding-top: 0px;
	margin: 0px 0 1px;
	-moz-background-size:cover;
	background-size:cover;
	background-position: center;
}
.head_title_blog {
	background: url(images/head05.jpg);
	-moz-background-size:cover;
	background-size:cover;
	background-position: center;
}
.head_title_results {
	background: url(images/head06.jpg);
	-moz-background-size:cover;
	background-size:cover;
	background-position: center;
}

/*-------- パンくず --------*/
.head_crumb {
	float: left;
	width: 100%;
	padding: 10px 0;
	background: #f8f8f8;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	margin-bottom: 80px;
}
#breadcrumb{
	float: left;
	font-size: 80%;
	color: #999;
}
#breadcrumb li{
	float: left;
	line-height: 1.4em;
	padding-top: 8px;
}

/*-------- サイドボタン --------*/
.share {
  position: absolute;
  right: 0;
  top: 15%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 10;
}
.share li {
  position: relative;
}
.share li .clinic_link {
  padding: 0;
  display: block;
  cursor: pointer;
  width: 68px;
  padding: 0px;
}

/*-------- 検索 --------*/
.search-box {
	float: right;
	width: 300px;
}
.sb-search {
	position: relative;
	margin: 0px;
	width: 0%;
	min-width: 30px;
	height: 30px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 300px;
	height: 30px;
	margin: 0;
	z-index: 10;
	padding: 5px 30px 5px 10px;
	font-size: 15px;
	color: #2c3e50;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ccc;
}
.sb-search-input:-moz-placeholder {
	color: #ccc;
}
.sb-search-input::-moz-placeholder {
	color: #ccc;
}
.sb-search-input:-ms-input-placeholder {
	color: #ccc;
}
.sb-icon-search,
.sb-search-submit  {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #fff;
	background: #ea8c00 url(images/search_icon.png) no-repeat center center;
	z-index: 90;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}



/*-------------------------------------------------------------------------------------------*/
/* 04. ホーム
/*-------------------------------------------------------------------------------------------*/

/*-------- ホームタイトル --------*/
#toppage h2, #footer_slider_wrap h2 {
	font-family: 'Questrial', sans-serif;
	color: #19448e;
	font-size: 180%;
	text-align: center;
	width: 70%;
	display: block;
	margin: 0px auto 30px;
}
#toppage h2 span, #footer_slider_wrap h2 span {
	font-size: 500%;
	display: block;
	color: #f7f7f7;
}


/*-------- ホームコンテンツ --------*/
.top-banner-box {
    position: relative;
    text-align: center;
    padding: 30px;
    margin: 100px auto 80px;
    border: 3px solid #ea8c00;
}
.top-banner-box h3 {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 160%;
    padding: 8px 15px;
    background: #ea8c00;
}
.top-banner-box h3 br {
    display: none;
}
.top-banner-box .btn {
    display: block;
    width: 120px;
    text-align: center;
    padding: 3px;
    margin: 8px auto;
    border: 1px solid #ea8c00;
}
.top-banner-box div {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
}
.top-banner-box:after {
    display: none;
}
.top-banner-box div a {
    margin-right: 4%;
}
.top-banner-box div a:last-child {
    margin-right: 0;
}
.top-copy{
	display: block;
	margin-top: 0px;
	margin-bottom: 60px;
}
.top-copy .copy{
	font-size: 140%;
	color: #222222;
	line-height: 1.8em;
	text-align: center;	
	margin-bottom: 30px;
}
.top-copy span{
	font-size: 80%;
}
.top-box {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
}
.top-box div {
	width: 16.666666%;
	margin-right: 0%;
	padding: 0px;
	background: #F7F7F7;
	position: relative;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
}
.top-box div:nth-of-type(1) {
	border-left: 4px solid #FFF;
}
.top-box div:nth-of-type(6) {
	border-right: 4px solid #FFF;
}
.top-box div p {
	padding: 0px;
}
.top-box div .text {
	padding: 10px 15px 30px;
}
.top-box div img {
	margin-bottom: -5px;
}
.top-box div h3 {
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	line-height: 3.5em;
	background: #699b06;
}
.top-box div a{
	color: #ea8c00;
	text-align: center;
	width: 100%;
	background: #E3E3E3;
	position: absolute;
	bottom: 0px;
	line-height: 25px;
}
.top-box div a:hover{
	color: #fff;
	background: #fc0;
}
.top-box-plan {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
}
.top-box-plan .left_box, .top-box-plan .right_box {
	width: 48.5%;
	margin-right: 3%;
	padding: 0px;
	background: #F7F7F7;
}
.list_top {
	float: left;
	width: 240px;
}
.list_top li {
	margin-bottom: 10px;
}
.right_box a{
	float: right;
}
.top-box-plan div:nth-of-type(2) {
    margin-right: 0;
}
.top-box-plan .left_box {
	padding-right:20px;
	border-radius: 105px 5px 5px 105px;
}
.top-box-plan .right_box {
	padding-left:20px;
	border-radius: 5px 105px 105px 5px;
}
.top-box-plan .left_box img {
	width: 210px;
	margin-right: 20px;
	margin-bottom: 0px;
	border-radius: 50%;
}
.top-box-plan .right_box img {
	width: 210px;
	margin-left: 20px;
	margin-bottom: 0px;
	border-radius: 50%;
}
.top-box-plan .title{
	font-size: 120%;
	color: #19448e;
	display: inline-block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	width: 100%;
}
#toppage .present{
	display: block;
	color: #FFFFFF;
	padding: 15px 30px 5px;
	border-radius: 5px;
	background: #699b06;
	font-size: 16px;
}
#toppage .present h3{
	color: #FFF;
	font-size: 20px;
	background: #19448e;
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
}
.present{
	display: block;
	color: #FFFFFF;
	padding: 30px 50px 25px;
	border-radius: 5px;
	background: #699b06;
	font-size: 16px;
}
.present .grid6{
	padding: 30px 50px 5px;
	border-radius: 5px;
	border: 1px solid #86b32d;
	position: relative;
}
.present h3{
	color: #FFF;
	font-size: 20px;
	background: #19448e;
	display: block;
	margin-bottom: 30px;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
}
.present h4{
	color: #19448e;
	font-size: 20px;
	text-align: center;
	margin: 5px 0 15px;
}
.present .number{
	position: absolute;
	color: #699b06;
	left: 0px;
	top: -20px;
	right: 0px;
	bottom: auto;
	padding-top: 10px;
	margin: auto auto -45px;
	font-size: 20px;
	text-align: center;
	height: 40px;
	width: 40px;
	background: #fff;
	border-radius: 50%;
}
.present img{
	margin: 0px 50px 0px 0px;
	float: left;
}
.present a{
	margin: 0px 0px 0px 50px;
	float: right;
	color: #699b06;
	background: #FC0;
	text-align: center;
	border-radius: 5px;
	line-height: 85px;
	padding-right: 20px;
	padding-left: 20px;
}
.present a:hover{
	background: #ffb400;
}
.present a .fa-arrow-circle-right{
	color: #ea8c00;
}
a.more{
	display: block;
	font-size: 180%;
	color: #ea8c00;
	text-align: center;
	width: 100%;
	margin: 30px 0px 0px 0px;
}
a.more span{
	font-size: 50%;
}
.news {
	display: block;
	padding: 20px 30px 5px;
	border-radius: 5px;
	background: #699b06;
	font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
}
.news span {
    color: #19448e;
	font-size: 20px;
    font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

/*-------- ホーム実績 --------*/
.results-box {
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-bottom: 10px;
	perspective: 1000px;
	-webkit-perspective: 1000px;
}
.results-box h4 {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
}
.results-box [class^="cate_"] {
	color: #19448e !important;
}
.results-box .button6 {
	display: block;
	margin-top: 10px;
	padding: 3px 15px;
	border: 1px solid #69F;
}
.results-box .button6:hover {
	background: #69F;
}
.results-icon {
	width: 321px;
	height: 214px;
	padding: 0px;
	text-align: center;
	transition: all .5s ease;
}
.results-icon .cover {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	width: 321px;
	height: 214px;
	background-size: cover;
}
.results-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 220px;
	padding: 20px;
	text-align: center;
	transition: all .5s ease;
	background-color: #19448e;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-webkit-transform: translateY(110px) rotateX(-90deg);
	-moz-transform: translateY(110px) rotateX(-90deg);
	-ms-transform: translateY(110px) rotateX(-90deg);
	-o-transform: translateY(110px) rotateX(-90deg);
	transform: translateY(110px) rotateX(-90deg);
}
.results-box .results-content h4 {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.results-box .results-content p {
	font-size: 13px;
	color: #fff;
	margin: 0;
}
.results-box:hover .results-icon {
	opacity: 0;
	-webkit-transform: translateY(-110px) rotateX(90deg);
	-moz-transform: translateY(-110px) rotateX(90deg);
	-ms-transform: translateY(-110px) rotateX(90deg);
	-o-transform: translateY(-110px) rotateX(90deg);
	transform: translateY(-110px) rotateX(90deg);
}
.results-box:hover .results-content {
	opacity: 1;
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
}




/*-------- ホームお知らせ --------*/
#toppage #footer_slider_wrap{
	display: block;
	padding-top: 50px;
	padding-bottom: 600px;
	margin-bottom: 120px;
	background-image: url(images/top_back.jpg);
	-moz-background-size:cover;
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;	
	background-position: center bottom;
}
#footer_slider_wrap{
	display: block;
	padding: 50px 0;
	margin-bottom: 120px;
	background-image: url(images/blog_back.jpg);
	-moz-background-size:cover;
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;	
	background-position: center bottom;
}
#post_slider_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
}
#post_slider_list .post_slider_box {
	width: 31.3333%;
	margin-right: 3%;
	padding: 0px;
	background: #fff;
	position: relative;
}
#post_slider_list div:nth-of-type(3) {
    margin-right: 0;
}
#post_slider_list div .cat {
	font-size: 120%;
	color: #fff;
	text-align: center !important;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	top: 0px;
	z-index: 10;
	width: 100%;
	background-color: rgba(25,68,142,0.70);
}
#post_slider_list div .cat a {
	color: #fff;
}
#post_slider_list div h4 {
	text-align: center;
	margin-top: 40px;
	display: inline-block;
	width: 100%;
}
#post_slider_list div p {
	padding-right: 15px;
	padding-left: 15px;	
}
#post_slider_list div .cal_news{
	color: #FFF;
	background: #19448e;
	padding: 15px 0px 0px;
	width: 65px;
	height: 65px;
	text-align: center;
	border-radius: 50%;
	letter-spacing: -1px;
	line-height: 1.2em;
	z-index: 10;
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	top: 120px;
	bottom: auto;
	margin: auto;
	border: 4px solid #FFF;
}
#post_slider_list .cover {
	width: 100%;
	height: 0;
	padding-top: calc(300 / 520 * 100%) ; /* calc(画像高さ ÷ 画像横幅 × 100%) */
	-moz-background-size:cover;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#post_slider_list div .text{
	margin-bottom: 45px;
}
hr.line-style {
    padding: 0;
    border: none;
    border-top: 1px solid #eee;
    color: #F0F0F0;
    text-align: center;
    margin: 10px 0;
    line-height: 100%;
    position: relative;
}
hr.line-style:before {
    background: #F4BF1E;
    content: "";
    height: 1px;
    left: 25%;
    position: absolute;
    margin-top: -1px;
    width: 50%;
}
hr.line-style:after {
    background: #fff;
    color: #F4BF1E;
    content: "\f078";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 35px;
    padding: 0 40px;
    position: relative;
    top: -15px;
}
.view {
	width: 100%;
	height: 100px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	background: #e5e5e5;
}
.view .mask,.view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
	height: auto;
	top: -50%;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.view a.info_news {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
   	margin-top: 17%;
}
.view a.info_news: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.view-tenth img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	width:100% !important;
}
.view-tenth .mask {
	background-color: rgba(255, 231, 179, 0.3);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-tenth p {
	color: #333;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	margin-bottom: -10px;
}
.view-tenth a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.view-tenth:hover img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-tenth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-tenth:hover p,.view-tenth:hover a.info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-tenth {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
.footer_slider_box{
	width: 96%;
	margin: 5px 2%;
	text-align: center;
}
.footer_slider_box h4{
	margin: 2px 0;
	display: inline-block;
}
.footer_slider_box p{
	font-size: 80%;
	padding: 7px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-align: center;
}

/*-------- ボタン --------*/
a.zo-masonry-button {
	width: 100%;
	height: 34px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #ea8c00;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	background: #19448e;
}
a.zo-masonry-button .icon {
	margin-right: 4px;
}
a.zo-masonry-button .face-primary,
a.zo-masonry-button .face-secondary {
	display: block;
	padding: 0 10px;
	line-height: 34px;
	transition: margin .4s;
	color: #fff;
}
a.zo-masonry-button .face-primary {
	background-color: #ea8c00;
	color: #fff;
}
a.zo-masonry-button:hover .face-primary {
	margin-top: -34px;
}
a.zo-masonry-button.box_column {
	border: 1px solid #2ac4bb;
}
a.zo-masonry-button.box_column .face-primary {
	background-color: #2ac4bb;
}


/*-------------------------------------------------------------------------------------------*/
/* 05. 固定ページ
/*-------------------------------------------------------------------------------------------*/

.alignright.size-full {
    width: 320px;
    height: auto;
}
/*-------- 固定タイトル --------*/
h1.page-title, .page-title-blog {
	font-family: 'Questrial', sans-serif;
	color: #19448e;
	font-size: 260%;
	display: inline-block;
	margin-top: 140px;
	font-weight: bold;
	float: left;
}
h1.page-title span, .page-title-blog span {
	font-size: 280%;
	display: block;
	color: rgba(255,255,255,0.70);
	margin-bottom: 50px;
}
h2.page_title{
	font-size: 200%;
	color: #19448e;
	margin-bottom: 50px;
	padding-bottom: 10px;
	border-bottom: 3px solid #19448e;
	line-height: 1.4em;
	text-align: center;
}
strong{
	color: #699b06;
}
.title1{
	line-height: 2.2em;
	color: #FFF;
	background: #007eca;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}
.title2{
	font-size: 120%;
	color: #699b06;
	margin-bottom: 5px;
}
.title3{
	font-size: 120%;
	color: #FFF;
	background: #19448e;
	padding: 20px 20px;	
	margin-bottom: 15px;
}
.title4{
	font-size: 120%;
	color: #FFF;
	background: #699b06;
	display: block;
	margin: 0px;
	padding: 15px 20px;
	border-radius: 5px 5px 0 0;
}
.title5{
	font-size: 120%;
	color: #19448e;
	margin-bottom: 10px;
}
.title6{
	font-size: 140%;
	color: #19448e;
	margin: 10px 0 20px;
}
.title7{
	font-size: 140%;
	color: #19448e;
	margin: 10px 0 20px;
	background: #F7F7F7;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
.title8{
	font-size: 140%;
	color: #fff;
	text-align: center !important;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 0px;
	z-index: 10;
	width: 100%;
	background-color: rgba(25,68,142,0.70);
}
.title9{
	font-size: 140%;
	color: #19448e;
	padding-top: 10px;
	padding-bottom: 10px;
}
.title10{
	font-size: 150%;
	color: #ea8c00;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.8em;
}
.title11{
	font-size: 180%;
	color: #ea8c00;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 2px solid #19448e;
	text-align: center;
}
.title12{
	font-size: 140%;
	color: #19448e;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #19448e;
}
h3.profit_title{
	font-size: 200%;
	color: #19448e;
	line-height: 1.4em;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
h3.profit_title span{
	color: #ea8c00;
	margin-right: 10px;
	font: 180%/1.2em "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sign{
	font: bold 120%/1.2em "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #333;
}
.color1{
	color: #F30;	
}
.size1{
	font-size: 140%;
}
.size2{
	font-size: 160%;
}


/*-------- 固定コンテンツ --------*/
.arrow_right {
	background: url(images/arrow_right.png) no-repeat center 20px;
	height: 60px;
	width: 100%;
}
.advantage {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
}
.advantage div {
	width: 50%;
	color:#fff;
	margin-right: 0;
	padding: 0px;
	background: #699b06;
	position: relative;
	padding: 70px 60px;
}
.top-box div:nth-of-type(2) {
    margin-right: 0;
}
.advantage div.glay {
	color:#555;
	background: #F7F7F7;
}
.advantage .title{
	background: #699b06 url(images/icon01.png) no-repeat right bottom;
}
.advantage .title h2{
	font-size: 160%;
	text-align: center;
	line-height: 50px;
}
.advantage .title h2 span{
	color: #19448e;
	font: 220%/50px 'Questrial', sans-serif;
}
.advantage div h3{
	color:#fff;
	font-size: 120%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #360;
	display: block;
}
.advantage div.glay h3 {
	color:#699b06;
}
.advantage div h3 span{
	font: italic 500 300%/1.2em "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: absolute;
	left: 60px;
	top: 40px;
	color: #ea8c00;
}
.advantage_list li {
	width: 85%;
	display: block;
	float: left;
	margin-top: 20px;
}
.advantage_list li.title {
	width: 13%;
	color: #699b06;
	margin-top: 20px;
	background: #FFF;
	margin-right: 2%;
	text-align: center;
	letter-spacing: 0.2em;
	border-radius: 3px;
}
.advantage div.glay .advantage_list li.title {
	color: #FFF;
	background: #699b06;
}
.advantage_list li span {
	border-bottom: 1px solid #ea8c00;	
}
.center{
	text-align: center;
	position: relative;
}
.center p{
	text-align: left;
}
.green{
	color:#fff;
	padding: 40px 40px 20px;
	background: #699b06;
	border-radius: 5px;
}
.box1{
	position: relative;
	color: #555;
	padding: 30px 40px 10px 80px;
	margin-bottom: 10px;
	background: #F7F7F7;
	border-radius: 5px;
}
.box1 p{
	margin-bottom: 0px;
}
.box1 .number{
	position: absolute;
	color: #fff;
	width: 50px;
	height: 100%;
	font-size: 140%;
	text-align: center;
	top: 0px;
	left: 0px;
	background: #699b06;
	border-radius: 5px 0 0 5px;
	padding-top: 28px;
}
.box1.arrow{
	margin-bottom: 30px;
	box-sizing: border-box;
} 
.box1.arrow:before {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	z-index: 0;
	border-top: 15px solid #ea8c00;
	border-right: 15px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 15px solid transparent;
} 
.box1.arrow:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #c20e23 transparent transparent transparent;
	z-index: -1;
}
.box2{
	position: relative;
	padding: 30px 40px 20px;
	border-radius: 5px;
	background: #f3f3e7;
}
.box2 h3{
	font-size: 120%;
	color: #699b06;
	margin-bottom: 5px;
}
.box2 .fa-smile-o{
	width: 60px;
	height: 60px;
	color: #fff;
	margin: auto;
	position: absolute;
	left: 0px;
	top: -30px;
	right: 0px;
	bottom: auto;
	text-align: center;
	padding-top: 11px;
	padding-left: 2px;
	background: #699b06;
	border-radius: 50%;
	font-size: 240%;
	border: 3px solid #FFF;
}
.box3 {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}
.box3 div {
	width: 47%;
	margin-right: 6%;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 10px 20px;
	border: 1px solid #CCC;
	position: relative;
	border-radius: 5px;
	background: #FFF;
}
.box3 div:nth-of-type(2) {
    margin-right: 0;
}
.box3 .number{
	position: relative;
	left: 0px;
	top: -40px;
	right: 0px;
	bottom: 0px;
	padding-top: 20px;
	margin: auto auto -35px;
	font-size: 180%;
	color: #FFF;
	background: #699b06;
	text-align: center;
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
.box4 {
	color: #F30;
	text-align: center;
	padding: 20px 40px;
	border: 1px solid #feb8c1;
	margin: 10px 0px;
	background-color: #fef0f2;
	float: left;
	width: 100%;
	border-radius: 5px;
}
.box5{
	position: relative;
	color: #555;
	padding: 40px 50px 20px;
	margin-bottom: 10px;
	background: #F7F7F7;
	border-radius: 5px;
}
.box6 {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}
.box6 div {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 10px 20px;
	border: 1px solid #CCC;
	position: relative;
	border-radius: 5px;
	background: #FFF;
}
.box6 div:nth-of-type(4) {
    margin-right: 0;
}
.box6 .number{
	position: relative;
	left: 0px;
	top: -40px;
	right: 0px;
	bottom: 0px;
	padding-top: 20px;
	margin: auto auto -35px;
	font-size: 180%;
	color: #FFF;
	background: #699b06;
	text-align: center;
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
.box7 {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
	clear: both;
}
.box7 div {
	width: 48.5%;
	margin-right: 2%;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 10px 20px;
	background: #FFF;
}
.box7 div:nth-of-type(2) {
    margin-right: 0;
}
.boxArea{
    display: -wbkit-flex;
    display: flex;
}
.melit{
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 10px 20px;
	border: 1px solid #CCC;
	position: relative;
	border-radius: 5px;
	background: #FFF;
}
.melit .number{
	position: relative;
	left: 0px;
	top: -40px;
	right: 0px;
	bottom: 0px;
	padding-top: 20px;
	margin: auto auto -35px;
	font-size: 180%;
	color: #FFF;
	background: #699b06;
	text-align: center;
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
.melit h3 span{
	font-size: 90%;
	color: #FFF;
	background: #ea8c00;
	padding: 3px 20px;
	margin-right: 10px;
	border-radius: 30px;
}
.melit .melt_img{
	border-radius: 50%;
	margin: 10px 30px 10px 0;
	float: left;
}
.box_staff{
	display: flex;
    flex-wrap: wrap;
    padding: 0px;
}
.box_staff div {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 95px 20px 10px;
	border: 1px solid #CCC;
	position: relative;
	border-radius: 5px;
	background: #FFF;
}
.box_staff div:nth-of-type(4) {
    margin-right: 0;
}
.box_staff div img{
	border-radius: 50%;
	position: absolute;
	top: -50px;
	height: 150px;
	width: 150px;
	margin: auto;
	left: 0px;
	right: 0px;
}
.box_staff div .position{
	font-size: 110%;
	color: #19448e;
	background: #F7F7F7;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
}
.box_staff div .name{
	font-size: 120%;
	color: #19448e;
	text-align: center;
}
.box_staff div .name span{
	font-size: 80%;
	color: #19448e;
	text-align: center;
	display: block;	
}
.box_staff div .title{
	color: #699b06;
	margin: -10px 0 0;
}
.box_blue{
	width: 100%;
	padding: 10px 20px 5px;
	margin-bottom: 10px;
	border: 2px solid #a1c0df;
	border-radius: 10px;
}
.box_yellow{
	width: 100%;
	padding: 10px 20px 5px;
	margin-bottom: 10px;
	border: 2px solid #e4d270;
	border-radius: 10px;
}
.box_green{
	width: 100%;
	padding: 10px 20px 5px;
	margin-bottom: 10px;
	border: 2px solid #a1dfa2;
	border-radius: 10px;
}
.box_blue h4, .box_yellow h4, .box_green h4{
	font-size: 120%;
	line-height: 2em;
	text-align: center;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 20px;
	margin-bottom: 5px;
}
.box_blue h4{
	color: #19448e;
	background: #a1c0df;
}
.box_yellow h4{
	color: #19448e;
	background: #dfdba1;
}
.box_green h4{
	color: #19448e;
	background: #a1dfa2;
}
.circle {
    padding: 10px;
    overflow: hidden;
    position: relative;
}
.circle ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}
.circle li {
	float: left;
	margin-right: 20px;
	position: relative;
	left: -50%;
	border-radius: 50%;
	font-size: 140%;
	color: #FFF;
	background: #699b06;
	text-align: center;
	height: 150px;
	width: 150px;
	padding-top: 50px;
}
.title-img{
	margin-bottom: 60px;
}
.melt-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}
.melt-box .grid3 {
    width: 22.75%;
    margin-right: 3%;
    padding: 10px 20px;
    border: 1px solid #CCC;
}
.melt-box .grid3:nth-of-type(4) {
    margin-right: 0;
}


/*-------- ボタン --------*/
.button5 {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 0 28px;
    overflow: hidden;
    font-size: 110%;
    line-height: 40px;
    color: #fff;
    letter-spacing: 1px;
    background-color: #ea8c00;
    border-radius: 3px;
    margin: 5px;
}
.button5 i {
	top: 1px;
	line-height: 1;
	margin-right: 5px;
	width: 16px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: -32px;
	width: 32px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.1);
}
.button5 .icon-1:before {
	font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
	font-style: normal;
    font-weight: normal;
}
.button5.left i {
    left: auto;
    right: -32px;
    margin: 0 0 0 5px;
}
.button5 span {
    display: inline-block;
    position: relative;
    left: 0;
}
body:not(.device-touch) .button5 i,
body:not(.device-touch) .button5 span {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    -o-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
}
.button5:hover {
    color: #8b4500;
}
.button5:hover i {
    left: 0;
}
.button5.left:hover i {
    left: auto;
    right: 0;
}
.button5:hover span {
    left: 16px;
}
.button5.left:hover span {
    left: -16px;
}
.profit_button{
	font-size: 140%;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline-block;
	border-radius: 5px;
	color: #9C4203;
	text-align: center;
	padding: 5px 15px;
	background-color: #ffcb3a;
	-webkit-box-shadow: inset 0 1px #ffdf86;
	-moz-box-shadow: inset 0 1px #ffdf86;
	box-shadow: inset 0 1px #ffdf86;
	border: solid 1px #e5a800;
	background-image: -webkit-linear-gradient(bottom, #e5a800, #ffcb3a);
	background-image: -moz-linear-gradient(bottom, #e5a800, #ffcb3a);
	background-image: -o-linear-gradient(bottom, #e5a800, #ffcb3a);
	background-image: -ms-linear-gradient(bottom, #e5a800, #ffcb3a);
	background-image: linear-gradient(to top, #e5a800, #ffcb3a);
}
.profit_button:hover{
	color: #333;
	background-image: -webkit-linear-gradient(bottom, #ffcb3a, #e5a800);
	background-image: -moz-linear-gradient(bottom, #ffcb3a, #e5a800);
	background-image: -o-linear-gradient(bottom, #ffcb3a, #e5a800);
	background-image: -ms-linear-gradient(bottom, #ffcb3a, #e5a800);
	background-image: linear-gradient(to top, #ffcb3a, #e5a800);
}



/*-------- リスト --------*/
ul.list1{
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}
.list1 li{
	font-size: 110%;
	text-align: center;
	float: left;
	width: 31.3333%;
	border: 2px solid #699b06;
	margin-right: 3%;
	padding-top: 10px;
	padding-bottom: 5px;
}
ul.list2{
	display: inline-block;
	margin-bottom: 40px;
}
.list2 li{
	color: #222;
	font-size: 110%;
	border-bottom: 1px solid #699b06;
	padding-top: 10px;
	padding-bottom: 5px;
}
.list2 li:before{
	font-family: "FontAwesome";
	content: '\f046';
	font-size: 100%;
	color: #19448e;
	margin-right: 5px;
}
.blank {
	display: inline-block;
	width: 9em;
	color: #da7b26;
}
.company_list li{
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	padding-top: 10px;
	list-style: none !important;
}


/*-------- 固定画像 --------*/
img.alignnone,  div.alignnone {
	display: block;
	position: relative;
}
img.aligncenter,  div.aligncenter {
	display: block;
	margin: 0px auto 15px;
	position: relative;
}
img.alignleft,  div.alignleft {
	display: inline;
	margin: 0px 35px 15px 0px;
	float: left;
	position: relative;
}
img.alignright,  div.alignright {
	display: inline;
	margin: 0px 0px 15px 35px;
	float: right;
	position: relative;
}
#content a img, .content_box a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#content a img:hover, .content_box a img:hover, #sidebar a img:hover {
	opacity: 0.6;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/*-------- 検索結果 --------*/
.search_box .title {
	font-size: 160%;
	color: #F30;
	margin-bottom: 20px;
	display: inline-block;
}
.search_box p {
	margin: 20px 0;
}

/*-------- テーブル --------*/
.table1 {
	width: 100%;
	border-collapse: collapse;
	border: 1px #ccc solid;
	margin-bottom: 10px;
}
.table1 tr {
	border: 1px solid #ccc;
}
.table1 tr th {
	color: #19448e;
	border: 1px #ccc solid;
	background-color: #f4f4f4;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	word-break: break-all;
}
.table1 tr td {
	border: 1px solid #DADADA;
	border: 1px #ccc solid;
	text-align: right;
	padding: 5px 10px;
	word-break: break-all;
}
.table2 {
	width: 100%;
	border-collapse: collapse;
	border: 1px #ccc solid;
	margin-bottom: 30px;
}
.table2 tr {
	border: 1px solid #ccc;
}
.table2 tr th {
	color: #19448e;
	border: 1px #ccc solid;
	background-color: #f4f4f4;
	font-weight: normal;
	text-align: center;
	padding: 5px 10px;
}
.table2 tr td {
	border: 1px solid #DADADA;
	border: 1px #ccc solid;
	text-align: center;
	padding: 5px 10px;
}
.table3 {
	width: 100%;
	border-collapse: collapse;
	border: 1px #ccc solid;
	margin-top: 10px;
	margin-bottom: 40px;
}
.table3 tr {
	border: 1px solid #ccc;
}
.table3 tr th {
	width: 50%;
	color: #fff;
	border: 1px #ccc solid;
	background-color: #699b06;
	font-weight: normal;
	text-align: center;
	padding: 5px 10px;
	vertical-align: middle;
}
.table3 tr td {
	border: 1px solid #DADADA;
	border: 1px #ccc solid;
	text-align: center;
	padding: 5px 10px;
	background-color: #fff;
}
.table4 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.table4 tr {
	border-bottom: 1px dotted #ccc;
}
.table4 tr th {
	width: 40%;
	color: #19448e;
	background-color: #f3f3f3;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	vertical-align: middle;
}
.table4 tr td {
	text-align: center;
	padding: 5px 10px;
	vertical-align: middle;
}
.table4 tr:last-child {
	border-bottom: 0px;
}
.table5 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.table5 th {
	width: 20%;
	color: #19448e;
	background-color: #fbfbfb;
	font-weight: normal;
	text-align: left;
	padding: 20px 10px;
	vertical-align: top;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #d9d9d9;
}
.table5 th.title {
	font-size: 120%;
	color: #19448e;
	background-color: #f4f4f4;
	font-weight: normal;
	text-align: center;
	padding: 20px 10px;
}
.table5 td {
	padding: 20px 10px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.table5 td:last-child {
	border-bottom: 0px;
}
.table6 {
	width:100%;
	border-collapse: collapse;
	margin-bottom: 25px;
}
.table6 th {
	color: #19448e;
	text-align: left;
	padding: 15px 0px;
	font-weight: 400;
	border-bottom: #e3e3e3 1px solid;
}
.table6 td {
	text-align: left;
	padding: 15px 0px;
	border-bottom: 1px solid #e3e3e3;
	margin-top: 5px;
}
.table6 th.last,.table6 td.last {
	border-bottom: none;
}
.table7 {
	width:100%;
	border-collapse: collapse;
}
.table7 th {
	color: #19448e;
	text-align: left;
	padding: 15px 0px;
	font-weight: 400;
}
.table7 td {
	text-align: left;
	padding: 15px 0px;
	margin-top: 5px;
}
.table7 th,.table7 td {
	border-bottom: none;
}

/*-------- アコーディオン --------*/
.accordion_panel dt{
	padding: 15px 25px 17px 0px;
	background: url("images/toggle-bg.png") no-repeat scroll right 7px transparent;
	cursor: pointer;
	border-bottom: 1px dotted #e4b03f;
	font-size: 16px;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 0px;
}
.accordion_panel dt a{
	color: #19448e;
}
dt.opened {
    background-position: right -130px;
}
.accordion_panel dd{
    padding-bottom: 30px;
	border-bottom: 1px dotted #e4b03f;  
}
.dropcap_q {
    color: #fff;
    line-height: 28px;
    font-weight: bold;
    margin: -3px 8px -4px 0;
    font-size: 14px;
    float: left;
    text-align: center;
    overflow: hidden;
    width: 25px;
    height: 25px;
    background: #19448e;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.dropcap_a {
    color:#fff;
    line-height: 28px;
    font-weight:bold;
    margin: -3px 8px -4px 0;
    font-size: 14px;
    float: left;
    text-align: center;
    overflow:hidden;
    width: 25px;
    height: 25px;
    background: #ea8c00;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
dl#accordion .opened{
	border-bottom: none;
}

/*-------- 区切り線 --------*/
.divider1 {
    width: 100%;
	margin: 30px 0 30px 0;
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
.divider2 {
    width: 105px;
    height: 60px;
    margin: 0px auto;
    display: block;
}




/*-------------------------------------------------------------------------------------------*/
/* 06. 施工実績ページ
/*-------------------------------------------------------------------------------------------*/
.results_post .img{
	width: 56%;
	float: left;
}
.results_post .text{
	width: 42%;
	float: right;
	margin-left: 2%;
	padding: 20px 20px 10px;
	background: #f7f7f7;
}
.results_post .cate_results1{
	display: inline-block;
	width: 100%;
	font-size: 120%;
	padding: 8px 10px;
}
.results_post .cate_results2{
	display: inline-block;
	width: 100%;
	font-size: 120%;
	padding: 8px 10px;
}
.results_post .cate_results3{
	display: inline-block;
	width: 100%;
	font-size: 120%;
	padding: 8px 10px;
}
.results_post .cate_results4{
	display: inline-block;
	width: 100%;
	font-size: 120%;
	padding: 8px 10px;
}
.results_post .cate_results5{
	display: inline-block;
	width: 100%;
	font-size: 120%;
	padding: 8px 10px;
}
.results_title{
	font-size: 180%;
	color: #19448e;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;	
}

#bx-pager{
	margin:20px 0;
}
.bx-wrapper .bx-viewport{
	background: none !important;
	border-style: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.results-slider li{
	
}
.results-slider li img{
	width: 100% !important;
}
#bx-pager{
}
#bx-pager div{
	float: left;
	width: 120px;
	height: 80px;
	margin-right: 10px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#bx-pager div:hover{
	opacity: 0.6;
}
.bx-caption{
	font-size: 120%;
	color: #FFF;
	background: #19448e;
	text-align: center;
	display: inline-block;
	width: 100%;
	line-height: 2em;
}




/*-------------------------------------------------------------------------------------------*/
/* 06. 投稿ページ
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿ヘッダ --------*/
.post_header{
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	background: none;
	text-align: center;
}
.cal_single{
	background: #699b06;
	padding: 38px 10px 5px;
	width: 120px;
	height: 120px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: -270px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.cal_single .year{
	color: #FFF;
	font: bold 20px 'Questrial', sans-serif;
}
.cal_single .day{
	color: #E9E9E9;
	font: 16px 'Questrial', sans-serif;
	margin-top: -10px;
}
div.blog_info_single{
	zoom: 1; /* IE */
	color: #666;
	font-size: 85%;
	padding: 5px 0px 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	overflow:hidden;
	display: block;
}
div.blog_info_single .tag a{
	color: #FFF;
	background: #699b06;
	padding: 5px 15px;
	margin-bottom: 3px;
}

/*-------- 投稿タイトル --------*/
h2.post_title {
	font-size: 200%;
	line-height: 1.2em;
	color: black;
	margin: 0 0 15px;
}

/*-------- 投稿コンテンツ --------*/
.single_post{
	display: inline-block;
	position: relative;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 1px 1px 0;
	background: rgb(237,237,237);
	background: -moz-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(255,255,255,1) 50%);
	background: linear-gradient(to bottom, rgba(231,231,231,1) 0%,rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6edf7', endColorstr='#ffffff',GradientType=0 ); 
	width: 100%;
}
.single_post_inner{
	padding: 80px 60px 10px;
	background:#fff;
}
	
/*-------- 投稿メディア --------*/


/*-------- 投稿ソーシャルボタン --------*/
ul#sns_btn {
    width:100%;
    float: left;
    clear: both;
    padding: 0px;
    margin: 80px 0px 30px;
	
}
ul#sns_btn:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul#sns_btn li.sns_btnInner {
    width:15.833333%;
    float: left;
    padding: 0px;
    margin: 0px 1% 0px 0px;
    list-style-type: none;
}
ul#sns_btn li.sns_btnInner:nth-child(6n) {
    width:15%;
    margin: 0px 0px 0px 0px;
}
ul#sns_btn li.sns_btnInner a {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	color: #ffffff;
	display: block;
	padding: 8px 0px 6px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
ul#sns_btn li.sns_btnInner a:hover {
	opacity: 0.6;
}
@media (max-width: 659px) {
ul#sns_btn li.sns_btnInner {
    width:32%;
    margin: 0px 2% 5px 0px;
}
}
@media (max-width: 659px) {
ul#sns_btn li.sns_btnInner:nth-child(3n) {
    width:32%;
    margin: 0px 0px 5px 0px;
}
ul#sns_btn li.sns_btnInner:nth-child(6n) {
    width:32%;
    margin: 0px 0px 5px 0px;
}
}
@media (max-width: 659px) {
ul#sns_btn li.sns_btnInner a {
    font-size: 14px;
    padding: 10px 0px;
}
}
ul#sns_btn li.sns_btnInner a.twitter {
    background-color: #00acee;
}
ul#sns_btn li.sns_btnInner a.twitter:before{
	font-family: "FontAwesome";
	content: "\f099";
	font-size: 100%;
	color: #fff;
	margin-right: 5px;
}
ul#sns_btn li.sns_btnInner a.facebook {
    background-color: #3b5998;
}
ul#sns_btn li.sns_btnInner a.facebook:before{
	font-family: "FontAwesome";
	content: "\f09a";
	font-size: 100%;
	color: #fff;
	margin-right: 5px;
}
ul#sns_btn li.sns_btnInner a.google_plus {
    background-color: #dd4b39;
}
ul#sns_btn li.sns_btnInner a.google_plus:before{
	font-family: "FontAwesome";
	content: "\f0d5";
	font-size: 100%;
	color: #fff;
	margin-right: 5px;
}
ul#sns_btn li.sns_btnInner a.hatena {
    background-color: #3C7DD1;
}
ul#sns_btn li.sns_btnInner a.hatena:before{
	font-family: "FontAwesome";
	content: 'B!';
	font-size: 100%;
	color: #fff;
	margin-right: 5px;
}
ul#sns_btn li.sns_btnInner a.pocket {
    background-color: #EE4056;
}
ul#sns_btn li.sns_btnInner a.pocket:before{
	font-family: "FontAwesome";
	content: "\f265";
	font-size: 100%;
	color: #fff;
	margin-right: 5px;
}
ul#sns_btn li.sns_btnInner a.line {
    background-color: #00c300;
}
ul#sns_btn li.sns_btnInner a.line:before{
	font-family: "FontAwesome";
	content: '\f075';
	font-size: 100%;
	color: #fff;
	margin-right: 5px;
}


/*-------- 投稿ページナビ --------*/
.pagenav {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 120px;
	display: inline-block;
}
.prev a{
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 15px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #eee;
}
.prev a:hover, .next a:hover{
	border: 1px solid ea8c00;
}
.prev a:before {
	font-family: "FontAwesome";
	content: "\f137";
	color: #ea8c00;
	margin-right: 10px;
}
.next a{
	float: right;
	margin: 2px 0 2px 2px;
	padding: 6px 25px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #eee;
}
.next a:after {
	font-family: "FontAwesome";
	content: "\f138";
	color: #ea8c00;
	margin-left: 10px;
}

/*-------- ツールチップ --------*/
[data-tooltip] {
	position:relative;
	display:inline-block;
	color: #F60;
	border-bottom: 1px dotted #F60;
}
[data-tooltip]:before, [data-tooltip]:after {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 999999;
}
[data-tooltip]:before {
	content: '';
	position: absolute;
	border-width: 6px;
	border-style: solid;
	border-color: transparent
}
[data-tooltip]:after {
	height: 22px;
	padding: 11px 11px 0;
	font-size: 13px;
	line-height: 11px;
	content: attr(data-tooltip);
	white-space: nowrap
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
[data-tooltip]:hover, [data-tooltip]:focus {
	background-color: transparent
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
	visibility: visible;
	opacity: 1
}
.tooltip-top.tooltip-movable:before, .tooltip-top.tooltip-movable:after {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear
}
.tooltip-top.tooltip-movable:before {
	margin-bottom: -15px
}
.tooltip-top.tooltip-movable:after {
	margin-bottom: -3px
}
.tooltip-top.tooltip-movable:hover:before, .tooltip-top.tooltip-movable:hover:after {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px)
}
.tooltip-top:before, .tooltip-top:after {
	left: 30%
}
.tooltip-top:after {
	margin-left: -120px;
	height: auto;
	width: 150px;
	padding: 11px;
	line-height: 19px;
	white-space: normal;
	text-align: left
}
.tooltip-top:after {
	margin-bottom: 7px
}
[data-tooltip].tooltip-top:before {
	border-top-color: #ea8c00;
}
[data-tooltip].tooltip-top:after {
	background-color: #ea8c00;
	color: #ecf0f1
}
.tooltip-top:before, .tooltip-top:after {
	bottom: 100%
}
.tooltip-top:before {
	margin-bottom: -5px
}
/* ソーシャルアイコンツールチップ */
[data-tooltip].social {
	border-bottom: none;
}
[data-tooltip].social:after {
	text-align: center;
	width: 120px;
}




/*-------------------------------------------------------------------------------------------*/
/* 07. 実績一覧
/*-------------------------------------------------------------------------------------------*/
.results_list section {
	position: relative;
	margin-bottom: 50px;
	background: #f7f7f7;
}
.results_image{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.results_image .image_title:before {
	font-family: "FontAwesome";
	content: "\f0c1";
	margin-top: 70px;
	margin-left: 75px;
}
.results_image.right{
	float: right;
}
.results_image:hover .image_caption{
	opacity: 1;
}
.results_image .cover {
	width: 100%;
	height: 0;
	padding-top: calc(500 / 500 * 100%) ; /* calc(画像高さ ÷ 画像横幅 × 100%) */
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
.results_image .image_title:before {
	display: none;
}
.results_image:hover .cover{
	opacity: 1;
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
.results_image .image_caption{
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
.results_image .cover{
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
.results_info{
	width: 255px;
	margin: 10px 20px 0;
	display: inline-block;
}
.results_info li{
	display: block;
}
.results_list_title a{
	color: #19448e;
	font-size: 120%;
	width: 100%;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	display: inline-block;
}
.results_info .box{
	position: absolute;
	bottom: 0;
}
.results_info .box.right{
	right: 220px;
}
.cate_results1{
	color: #19448e;
	text-align: center;
	padding: 3px 10px;
	margin-bottom: 0px;
	background: #f1e3cd;
}
.cate_results2{
	color: #19448e;
	text-align: center;
	padding: 3px 10px;
	margin-bottom: 0px;
	background: #dbf1cd;
}
.cate_results3{
	color: #19448e;
	text-align: center;
	padding: 3px 10px;
	margin-bottom: 0px;
	background: #cde6f1;
}
.cate_results4{
	color: #19448e;
	text-align: center;
	padding: 3px 10px;
	margin-bottom: 0px;
	background: #e5cdf1;
}
.cate_results5{
	color: #19448e;
	text-align: center;
	padding: 3px 10px;
	margin-bottom: 0px;
	background: #f1cdcd;
}
.results_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 0 28px;
    overflow: hidden;
    font-size: 110%;
    line-height: 30px;
    color: #fff;
    background-color: #ea8c00;
    border-radius: 3px;
}
.results_button i {
	top: 1px;
	line-height: 1;
	margin-right: 5px;
	width: 16px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: -32px;
	width: 32px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.1);
}
.results_button .icon-1:before {
	font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
	font-style: normal;
    font-weight: normal;
}
.results_button.left i {
    left: auto;
    right: -32px;
    margin: 0 0 0 5px;
}
.results_button span {
    display: inline-block;
    position: relative;
    left: 0;
}
body:not(.device-touch) .results_button i,
body:not(.device-touch) .results_button span {
    -webkit-transition: left 0.3s ease, right 0.3s ease;
    -o-transition: left 0.3s ease, right 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease;
}
.results_button:hover {
    color: #8b4500;
}
.results_button:hover i {
    left: 0;
}
.results_button.left:hover i {
    left: auto;
    right: 0;
}
.results_button:hover span {
    left: 16px;
}
.results_button.left:hover span {
    left: -16px;
}



/*-------------------------------------------------------------------------------------------*/
/* 07. 投稿一覧
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿一覧リスト --------*/
.post_list{
	position: relative;
	display: block;
	margin-bottom: 30px;
	width: 100%;
	border: 1px solid #e3e3e3;
	padding: 10px 20px 10px 10px;
}

/*-------- アイキャッチ --------*/
.box_img{
	float: left;
	margin-right: 25px;
}
.image_orver{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.image_title:before {
	font-family: "FontAwesome";
	content: "\f0c1";
	color: #fff;
	font-size: 200%;
	background-color: rgba(0,0,0,0.50);
	padding: 17px 15px;
	display: inline-block;
	margin-top: 50px;
	margin-left: 132px;
	z-index: 10;
	position: absolute;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.image_orver li{
	float: left;
	position: relative;
	overflow: hidden;
}
.image_orver li:hover .image_caption{
	opacity: 1;
}
.image_orver li .cover {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	width: 320px;
	height: 190px;
	background-size: cover;
}
.image_orver li:hover .cover{
	opacity: 1;
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
.image_orver .cover{
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
}
.image_orver .image_caption{
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
.image_orver .cover{
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}

/*-------- 投稿情報 --------*/
h2.post_list_title a{
	font-size: 140%;
	padding-bottom: 10px;
	color: #19448e;
	font-weight: normal;
	display: block;
}
div.blog_info{
	zoom: 1;
	color: #666;
	font-size: 85%;
	padding: 5px 0px 4px;
	margin-bottom: 0px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	display: block;
}
.blog_comment{
	zoom: 1;
	display: block;
	margin: 10px 0px 0px;
}
.blog_comment .category{
	text-align: center;
	width: 100%;
	padding-bottom: 0px;
	border-bottom: 1px dotted #CCC;
	height: 290px;
	margin-bottom: 10px;
}
.blog_comment p{
	margin-bottom: 10px;
}
.blog_info_button{
	margin-top: 30px;
	display: inline-block;
	border: 1px solid #de8a30;
	padding: 5px 15px 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}
.blog_info_button:before{
	font-family: "FontAwesome";
	content: "\f138";
	color: red;
	font-size: 80%;
	margin-right: 7px;
	vertical-align: top;
}
.blog_info_button:hover{
	background: #de8a30;
	color: #FFF !important;
}
div.blog_info li, div.blog_info_single li{
	float: left;
	margin:0 15px 0 0px;
}
div.blog_info li a, div.blog_info_single li a{
	color: #666
}
.fa-calendar, .fa-user, .fa-folder-open, .fa-tag{
	color: #FFF;
	margin-right: 7px;
	background: #de8a30;
	height: 24px;
	width: 24px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	padding-top: 6px;
}
.fa-user{
	padding-left: 1px;
	background: #de8a30;
}
.fa-folder-open{
	padding-left: 2px;
	background: #de8a30;
}
.fa-calendar.box_column, .fa-user.box_column, .fa-folder-open.box_column, .fa-tag.box_column{
	background: #2ac4bb;
}
.fa-calendar.box_try, .fa-user.box_try, .fa-folder-open.box_try, .fa-tag.box_try{
	background: #2ec1f1;
}
.fa-calendar.box_interview, .fa-user.box_interview, .fa-folder-open.box_interview, .fa-tag.box_interview{
	background: #fbbd4a;
}
.fa-calendar.box_faq, .fa-user.box_faq, .fa-folder-open.box_faq, .fa-tag.box_faq{
	background: #6966ea;
}

/*-------- ページナビゲーション --------*/
.pagination_box {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 100px;
	display: inline-block;
}
.pagination {
    display: flex;
    justify-content: center;
	font-size: 14px;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 100px;
	border-radius: 25px;
}
.pagination a {
	display: block;
	float: left;
	text-decoration: none;
	width: auto;
	color: #ea8c00;
	margin: 0 2px;
	width: 30px;
	height: 30px;
	background: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 5px;
}
.pagination a:hover{
	background: #f90;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #ea8c00;
	color: #fff;
}
.pagination .current{
	display: block;
	float: left;
	text-decoration: none;
	width: auto;
	margin: 0 2px;
	width: 30px;
	height: 30px;
	background: #ea8c00;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 5px;
}
.previous_button, .first_button, .next_button, .last_button{
	float: left;
}
.previous_button a:before{
	font-family: "FontAwesome";
	content: "\f104";
	color: #ea8c00;
	font-size: 140%;
}
.previous_button a:hover:before, .first_button a:hover:before, .next_button a:hover:before, .last_button a:hover:before{
	color: #fff;
}
.first_button a:before{
	font-family: "FontAwesome";
	content: "\f100";
	color: #ea8c00;
	font-size: 140%;
}
.next_button a:before{
	font-family: "FontAwesome";
	content: "\f105";
	color: #ea8c00;
	font-size: 140%;
}
.last_button a:before{
	font-family: "FontAwesome";
	content: "\f101";
	color: #ea8c00;
	font-size: 140%;
}


	


/*-------------------------------------------------------------------------------------------*/
/* 08. サイドバー
/*-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* 09. フッダ
/*-------------------------------------------------------------------------------------------*/

/*-------- フッダコンテンツ --------*/
.footer-box{
	position: relative;
}
.footer-top{
	display: block;
	height: 72px;
	width: 100%;
	margin-top: 200px;
	background: url(images/footer.png) repeat-y center;
}
.contact-box{
	display: inline-block;
	height: 455px;
	width: 827px;
	background: url(images/contact_back.png) no-repeat center;
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}
.contact-box .button1{
	position: absolute;
	top: 270px;
	left: 90px;
}
.contact-box .button2{
	position: absolute;
	top: 320px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.contact-box .button3{
	position: absolute;
	top: 270px;
	right: 90px;
}
#footer{
	float: left;
	width: 100%;
	display: inline-block;
	background: rgb(105,155,6);
	background: -moz-linear-gradient(top, rgba(105,155,6,1) 0%, rgba(154,192,6,1) 100%);
	background: -webkit-linear-gradient(top, rgba(105,155,6,1) 0%,rgba(154,192,6,1) 100%);
	background: linear-gradient(to bottom, rgba(105,155,6,1) 0%,rgba(154,192,6,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699b06', endColorstr='#9ac006',GradientType=0 );
}
#footer .inner{
	padding: 100px 0 20px;
}
.footer_link{
	text-align: center;
	margin-top: 200px;
	margin-bottom: 50px;
}
.footer_link a{
	margin-left: 10px;
	margin-right: 10px;
}
.footer_banner{
	text-align: center;
	margin-bottom: 70px;
}
#footer h3 {
	font-size: 140%;
	color: #19448e;
	text-align: center;
	margin-bottom: 10px;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color: #ea8c00;
}
#footer .grid12{
	text-align: center;
}
#footer .footer_logo{
	width: 300px;
	margin-bottom: 10px;
}

/*-------- フッダメニュー --------*/
.footer_under {
	background: #19448e;
	float: left;
	width: 100%;
	text-align: center;
}
#footer .footer_under .inner{
	padding: 10px 0 10px;
}
.copyright {
	font-size: 80%;
	color: #FFF;
}
.footer_menu{
	text-align: center;
	font-size: 90%;
	margin-top: 7px;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
    position: relative;
}
.footer_address span{
	padding-right: 25px;
}
#footer .footer_menu a{
	color: #eee;
}
#footer .footer_menu a:hover{
	color: #699b06;
}
.footer_menu ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}
.footer_menu ul li{
	border-left: 1px dotted #699b06;
	border-right: 1px dotted #699b06;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	line-height: 1em;
	position: relative;
    left: -50%;
}
.footer_menu ul li + li{
	border-right:1px dotted #699b06;
	border-left:0px dotted #699b06;
}
.footer_menu ul ul li{
	border-right:0px dotted #699b06;
	border-left:0px dotted #699b06;
}

/*-------- フッダアドレス --------*/
#footer .footer_sns_line{
	border-top: 1px dotted #CCC;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
}

/*-------- ページスクロール --------*/
#page-top{
	z-index: 100;
    position:fixed;
    right:20px;
    bottom:50px;
    display: none;
	width: 50px;
	height: 50px;
	background-color:rgba(255,153,0,0.80);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
#page-top a{
	width: 50px;
	height: 50px;cursor: pointer;
}
#page-top a:before{
	content: "\f077";
	color: #fff;
	margin-left: 7px;
	font: 250%/1.3em FontAwesome;
}
#page-top:hover{
	background-color:#ea8c00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}




/*-------------------------------------------------------------------------------------------*/
/* 10. 独自CSS
/*-------------------------------------------------------------------------------------------*/

/*-------- フォーム（Contact Form 7） --------*/
div.wpcf7 {
     margin: 0;
     padding: 0;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    background: #fef0f0;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
	width: 100%;
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	float: left;
	margin-bottom: 20px;
}
.wpcf7 .wpcf7-mail-sent-ok {
	width: 100%;
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	float: left;
	margin-bottom: 20px;
}
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=password],
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=url],
form.wpcf7-form input[type=tel] {
	border: solid 1px #d9d9d9;
	padding: 10px !important;
	width: 100%;
	nowhitespace: afterproperty;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.4em;
	box-sizing: border-box;
	height: 34px !important;
	font-size: 100%;
}
textarea {
	border: solid 1px #d9d9d9;
	padding: 10px !important;
	width: 100%;
	nowhitespace: afterproperty;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.6em;
	box-sizing: border-box;
	font-size: 100%;
}
form.wpcf7-form input[type=text]:focus,
form.wpcf7-form input[type=password]:focus,
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form input[type=url]:focus,
form.wpcf7-form input[type=tel]:focus,
form.wpcf7-form textarea:focus {
  -webkit-box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
  -moz-box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
  -o-box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
  box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
}
form.wpcf7-form input[type=text]:focus,
form.wpcf7-form input[type=password]:focus,
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form input[type=url]:focus,
form.wpcf7-form input[type=tel]:focus,
form.wpcf7-form textarea:focus,
form.wpcf7-form input[type=submit]:hover,
form.wpcf7-form input[type=reset]:hover { border-color: red }
.dual {
	width: 47.5%;
	float: left;
	margin-right: 5%;
}
.dual.last {
	width: 47.5%;
}
.full {
	width: 100%;
	float: left;
}
.wpcf7 p{
	color: #19448e;
	margin-bottom: 20px;
}
.wpcf7 p .spam .wpcf7-quiz-label {display: block;
	width: 100%;
    
}
form.wpcf7-form input[type=submit]{
	color: #9C4203;
	font-size: 110%;
	text-align: center;
	padding: 10px 30px;
	background-color: #ffcb3a;
	-webkit-box-shadow: inset 0 1px #ffdf86;
	-moz-box-shadow: inset 0 1px #ffdf86;
	box-shadow: inset 0 1px #ffdf86;
	border: solid 1px #e5a800;
	background-image: -webkit-linear-gradient(bottom, #e5a800, #ffcb3a);
	background-image: -moz-linear-gradient(bottom, #e5a800, #ffcb3a);
	background-image: -o-linear-gradient(bottom, #e5a800, #ffcb3a);
	background-image: -ms-linear-gradient(bottom, #e5a800, #ffcb3a);
	background-image: linear-gradient(to top, #e5a800, #ffcb3a);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}
form.wpcf7-form input[type=submit]:hover {
	color: #333;
	background-image: -webkit-linear-gradient(bottom, #ffcb3a, #e5a800);
	background-image: -moz-linear-gradient(bottom, #ffcb3a, #e5a800);
	background-image: -o-linear-gradient(bottom, #ffcb3a, #e5a800);
	background-image: -ms-linear-gradient(bottom, #ffcb3a, #e5a800);
	background-image: linear-gradient(to top, #ffcb3a, #e5a800);
}
.star:before{
	font-family: "FontAwesome";
	content: "\f005";
	color: #f33;
	font-size: 60%;
	padding-left: 5px;
}

/*-------- reCAPTCHA --------*/
.grecaptcha-badge {
    visibility: hidden;
}
.recaptcha_policy {
    width: 100%;
    color: #444 !important;
    font-size: 11px !important;
    text-align: center;
    padding: 0;
    margin: 0;
}
.recaptcha_policy a {
    color: #111 !important;
    font-size: 11px !important;
}

