@charset "utf-8";
/* CSS Document */


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 {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	background: transparent;
	list-style: none;
	font-weight: normal;
}

html, body {
	font-size: 95%;
	color: #333;
	margin: 0px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: justify;
	font-family: "Lucida Sans Unicode", sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: none;
}


/*　HTML5　*/

article, aside, details, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}


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

.clearfix {
	min-height: 1px;
}

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

.clear {
	clear: both;
}


.gn-menu form {
	display: inline;
	margin-left: -5px;
}

#to_top {
	position: fixed;
	bottom: 50px;
	right: 20px;
}

#to_top span {
	display: block;
	font-size: 16px;
	width: 100px;
	height: 30px;
	padding: 3px 0;
	background: #fff;
	font-weight: 600;
	text-align: center;
	border: 1px solid #333;
	color: #333;
}

#to_top a:link, #to_top a:visited {
	text-decoration: none;
}

#to_top span:hover {
	background: #00a0e9;
	border: 1px solid #00a0e9;
	color: #fff;
}


#sns_box {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #CCC;
	padding: 15px;
	background: #fff;
}

#sns_box a:link, #to_top a:visited {
	text-decoration: none;
}


#sns_box li {
	display: inline;
	margin-right: 10px;
}

#sns_box li:last-child {
	margin-right: 0px;
}

#sns_box i {
/ / float: left;
	margin-right: 0px;
}

#sns_box i.fa-twitter {
	color: #55acee;
}


#sns_box i.fa-google-plus {
	color: #dd4b39;
}

#sns_box i.fa-facebook,
#sns_box i.fa-facebook-square {
	color: #3B5998;
}

.btn-twitter {
	background: #55acee;
	text-align: center;
	padding: 10px;
}

.btn-twitter {
	background: #55acee;
	text-align: center;
	padding: 10px;
}

.btn-facebook {
	background: #3B5998;
	text-align: center;
	padding: 10px;
}

.btn-google {
	background: #dd4b39;
	text-align: center;
	padding: 10px;
}

.btn-line {
	background: #00cf00;
	text-align: center;
	padding: 10px;
}


.btn-twitter a,
.btn-facebook a,
.btn-google a,
.btn-line a {
	color: #fff;
	display: block;
}

.btn-twitter a.fa-twitter {
}

.btn-ken247 {
	border: 3px solid #00a0e9;
	padding: 10px;
	width: 50%;
	display: block;
	text-align: center;
	margin: 0 auto;
}


.archive-title {
	font-weight: normal;
	margin-bottom: 30px;
	font-size: 140%;
	border: 3px solid #00a0e9;
	padding: 15px;
}


.bg-f2 {
	background: #f2f2f2;
}

.arrow_box {
	position: relative;
	background: #ccc;
	padding: 3px 10px;
	width: 100%;
/ / display: inline;
	text-align: center;
	color: #666;
	margin: 0px 0 0 5px;
	font-size: 12px;
}


.arrow_box:after {
	right: 95%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
/ / border-color: rgba(0, 0, 0, 1);
	border-right-color: #ccc;
	border-width: 6px;
	margin-top: -6px;
}


.comment_box {
	position: relative;
	background: #f3f3f3;
	padding: 20px;
	width: 100%;
	text-align: center;
	color: #666;
	margin: 30px 0;
}

.comment_box:before {
	content: "\f0e5";
	font-family: fontAwesome;
	font-size: 24px;
	line-height: 14px;
	-moz-transform: rotateY(180deg); /* Firefox */
	-webkit-transform: rotateY(180deg); /* Chrome,Safari */
	-o-transform: rotateY(180deg); /* Opera */
	-ms-transform: rotateY(180deg); /* IE */
	transform: rotateY(180deg); /* CSS3 */
	display: inline-block;
	margin-right: 5px;
}


.comment_box:after {
	right: 50%;
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #f3f3f3;
	border-width: 10px;
	margin-left: -10px;
}

.container .blog-box .comment_box p:last-child {
	margin-bottom: 0px;
}


.icatch {

}

.icatch img {
	width: 100%;
}


.container {
	padding: 0 15px;
}

.container .blog-box {
	padding: 0px 20px 0 0;
}

.container .blog-box p {
	margin-bottom: 30px;
	font-size: 105%;
	padding: 0px 15px;
}


.container .blog-box h1 {
	font-size: 180%;
	margin-bottom: 20px;
/ / margin-top: - 100 px;
	padding: 20px 10px 20px 45px;
	background: #00a0e9;
	color: #FFF;
	position: relative;
/ / z-index: 10;

}

.container .blog-box h1:before {
	content: '\f12e';
	font-family: fontAwesome;
	margin-right: 10px;
	position: absolute;
	left: 15px;
	top: 18px;
}

.info-block {
	background: rgba(16, 146, 211, 0.9);
	color: white;
	font-weight: bold;
	font-size: 26px;
}

.top_tag:before {
	content: '\f073';
	font-family: fontAwesome;
	margin-right: 5px;
	color: #CC3300;
}

.container .blog-box .top_tag {
	font-size: 100%;
}

/* Facebook Like Box width: 100% */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
	width: 100% !important;
	margin: 20px auto;
}

.fb_iframe_widget {
	float: left;
	width: 600px !important;
}

.twitter-timeline {
	float: left;
}


.container .blog-box h2 {
	font-size: 140%;
	margin: 30px 0px;
	color: #fff;
	padding: 15px;
	background: #8dc21f;
}

.container .blog-box h3, .h3-title {
	border-bottom: 1px dotted #8dc21f;
	padding: 10px 15px;
	font-size: 120%;
	margin: 30px 0px;
	color: #8dc21f;
}

.container .blog-box blockquote {
	background: #ddd;
	font-size: 14px;
	padding: 30px;
	color: #666666;
	margin-bottom: 30px;
}

.container .blog-box blockquote p {
	margin-bottom: 0px;
}

.container .blog-box blockquote:before {
	content: "\f10d";
	font-family: fontAwesome;
	font-size: 36px;
	color: #aaa;
	margin-right: 10px;
}

.container .blog-box blockquote:after {
	content: "\f10e";
	font-family: fontAwesome;
	font-size: 36px;
	color: #aaa;
	display: block;
	text-align: right;
	margin: -40px 0px 0 0;
}


a[target="_blank"]:after {
	content: '\f08e';
	font-family: FontAwesome;
	margin-left: 5px;
}

a[target="_blank"] img:after {
	content: '';
}

a[target="_blank"].noicon:after {
	content: '';
}


header {
	border-bottom: 10px solid #00a0e9;
	background: #FFF;
	height: 110px;
	padding: 0px 15px;
}


.jumbotron h1 {
	color: #FFFFFF;
}

.btn_back {
	background: #b1d2e1;
	padding: 50px;
	margin: 30px auto;
}


header img,
.container img {
	max-width: 100%;
	height: auto;
}

a:hover img {
	opacity: 0.6;
}

.top-box {
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px;
	cursor: pointer;
/ / background: #FFFFFF;
	background-image: url(../img/top_box_arrow.png);
	background-repeat: no-repeat;
	background-position: right 35%;
	padding: 0 30px 30px 0;
}

.top-box:hover {
	opacity: 0.6;
/ / background: #333;
}


.container .txt-wh {
	color: #FFF;
}

.container .txt-999 {
	color: #999;
}


.container .txt-12 {
	font-size: 12px;
}

.container .txt-18 {
	font-size: 18px;
}

.container .txt-24 {
	font-size: 24px;
}

.container .txt-30 {
	font-size: 30px;
}

.container .txt-36 {
	font-size: 36px;
}

.pt50 {
	padding-top: 50px;
}

.mt10 {
	margin-top: 10px;
}


.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt200 {
	margin-top: 200px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

.mr20 {
	margin-right: 20px;
}

.pd10 {
	padding: 10px;
}

.pd20 {
	padding: 20px;
}

.st {
	font-weight: 600;
}

.ovhidden {
	overflow: hidden;
}


@media (min-width: 992px) {
	.container {
		width: 970px
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px
	}
}


/* Mobile and iPad Portrait */

@media only screen and (max-width: 1195px) {

}

@media only screen and (max-width: 995px) {
}

/* Mobile Landscape and Portrait */
@media only screen and (max-width: 767px) {

	.jumbotron {
		overflow: hidden;
		margin-top: 40px;
	}

	.hfix {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-transform-origin: 52% 0%;
		-moz-transform-origin: 52% 0%;
		margin-bottom: 25px;
	}

	.mb-text-center {
		text-align: center;
	}

}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {


	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 {
		font-size: 98%;
	}

	.fbcome {
		max-width: 300px;
	}

	.col-md-3 {
		margin: 0 15px;
	}

	.container {
		padding: 0px;
	}

	.container h2.title {
		font-size: 100%;
	}


	.container .blog-box p {
		font-size: 98%;
	}

	.container .blog-box h1 {
		font-size: 120%;
	}

	.container .blog-box h2 {
		font-size: 100%;
	}


	.container .blog-box h3 {
		font-size: 98%;
	}


	.container .blog-box {
		padding: 0;
	}


	.hfix {
		-webkit-transform: scale(2.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		-webkit-transform-origin: 50% 10%;
		-moz-transform-origin: 52% 0%;
		margin-bottom: 100px;
		z-index: 0;
		position: relative;
	}

	.contact_table .tabledefau th, .contact_table .tabledefau td {
		display: list-item;
		list-style: none;
		width: 100%;
	}

	.contact_table .tabledefau th {
		text-align: left !important;
	}

	.smnone {
		display: none;
	}

	.container h2.title {
		margin: 0 0 0 -20px;
		font-weight: normal;
	}

	.top-box .col-xs-9 p,
	.top-box .col-xs-7 p {
		margin-left: -20px;
	}

	.btn-twitter a,
	.btn-facebook a,
	.btn-google a,
	.btn-line a {
	/ / font-size: 70 %;
	}


	#sns_box {
		font-size: 70%;
		padding: 10px;
	}


	i.fa-google-plus {
		color: #dd4b39;
	}

	i.fa-facebook {
		color: #3B5998;
	}


}

h2.title {
	color: #00a0e9;
	margin: 10px 0 5px 0;
	font-weight: 600;
	clear: both;
	font-size: 18px;
}

.container h3 {
	font-size: 120%;
	font-weight: 600;
}


.txt-center {
	text-align: center;
}

.box-blue {
	border: 5px solid #00a0e9;
	padding: 10px;
	margin-bottom: 30px;
}

.box-blue02, .box-green, .box-red {
	padding: 10px;
	margin-bottom: 30px;
}

.box-blue02 {
	border: 3px solid #00a0e9;
}

.box-red {
	border: 3px solid #ee7951;
}

.box-green {
	border: 3px solid #50b879;
}

.box-blue02 h2, .box-red h2, .box-green h2 {
	font-size: 20px;
	margin: 20px 0;
}

.box-blue02 h2, .box-blue02 h3 {
	color: #00a0e9;
}

.box-red h2, .box-red h3 {
	color: #ee7951;
}

.box-green h2, .box-green h3 {
	color: #50b879;
}

.box-blue02 h3, .box-red h3, .box-green h3 {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0px;
	margin-bottom: 10px;
	text-align: center;
}

.box-blue02 p, .box-green p, .box-red p {
	margin-bottom: 20px;
}

.blue-big {
	font-size: 120%;
	font-weight: 600;
	color: #00a0e9;
	margin-right: 5px;
}

table.tabledefau {
	width: 100%;
	margin: 30px 0px;
}

table.tabledefau th {
	background: #00a0e9;
	padding: 10px;
	color: #fff;
	line-height: 18px;
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
	border: 1px solid #8cd1e8;
	font-weight: 600;
/ / width: 20 %;
}

table.tabledefau th b {
	display: block;
	font-size: 16px;
	margin: 5px;
	line-height: 24px;
}

table.tabledefau th strong {
	display: block;
	color: white;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.tabledefau th.th2 {
	padding: 6px;
	color: #fff;
	line-height: 18px;
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
	background-color: #008f9f;
}

table.tabledefau th.th3 {
	background: #D2F4FF;
	padding: 6px;
	color: black;
	line-height: 18px;
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
}

table.tabledefau th.th2 b {
	display: block;
	font-size: 16px;
	margin: 5px;
}

table.tabledefau th.place {
	background: #e50b0b;
	padding: 5px;
	color: #fff;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
}

table.tabledefau td {
	padding: 15px;
	line-height: 1.4;
	border: 1px solid #e9e9e9;
}

table.tabledefau td.cap {
	text-align: center;
	font-weight: bold;
}

table.tabledefau td.center {
	text-align: center;
}

table.tabledefau td.category {
	text-align: center;
	font-weight: bold;
	color: #2ea8e6;
}

table.tabledefau td.subject {
/ / text-align: center;
	white-space: nowrap;
/ / background: #f3f3f3;
}

table.tabledefau td span {
	margin-left: 5px;
	font-size: 90%;
}

footer {
	text-align: center;
	clear: both;
	margin: 100px 0 0 0px;
	background-image: url(../img/footer_back.png);
	background-repeat: repeat-x;
	min-height: 200px;
}

footer address {
	font-size: 12px;
}


i.fa-2x {
	vertical-align: middle;
	margin: 0 5px 0 5px;
}


.kadomaru {
	border-radius: 8px 0px 8px 0px;
	-moz-border-radius: 8px 0px 8px 0px;
	-webkit-border-radius: 8px 0px 8px 0px;
	behavior: url(/PIE.htc);
	background: #f2f2f2;
}


.widget_title {
	padding: 10px;
	border-radius: 8px 0px 8px 0px;
	-moz-border-radius: 8px 0px 8px 0px;
	-webkit-border-radius: 8px 0px 8px 0px;
	behavior: url(/PIE.htc);
	background-color: #fff;
	margin: 0px;
/ / text-shadow: 0 px 1 px 0 px #fff;
/ / font-weight: 600;
}

.widget_title_side {
	padding: 10px 0px 5px;
	margin: 0px 0 10px;
	border-bottom: 1px solid #ccc;
}

.widget_title_side:before {
	content: "\f1ae";
	font-family: fontAwesome;
	margin-right: 5px;
}


.side ul {
	padding: 0 20px;
}

.side li {
	position: relative;
	padding-left: 5px;
	margin-bottom: 10px;

}

.side li:before {
	content: "★";
	font-family: fontAwesome;
	position: absolute;
	left: -10px;
	top: 0;
}


/*　ページナビゲーション　*/

.tablenav {
	color: #00a0e9;
	text-align: center;
	clear: both;
	padding: 80px 0 100px 0;
}

a.page-numbers, .tablenav .current {
	color: #00a0e9;
	padding: 2px .4em;
	border: solid 1px #ccc;
	text-decoration: none;
	font-size: smaller;
}

a.page-numbers:hover {
	color: white;
	background: #00a0e9;
}

.tablenav .current {
	color: white;
	background: #00a0e9;
	border-color: #00a0e9;
	font-weight: bold;
}

.tablenav .next, .tablenav .prev {
	border: 0 none;
	background: transparent;
	text-decoration: underline;
	font-size: smaller;
	font-weight: bold;
}


/*　料金表　*/
.price_table {
	border-top: 3px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 60px;

}

.price_table .tr01 {
	background-color: #F3F3F3;
}

.price_table .tr02 {
	background-color: #FFF;
}

.price_table .tr01 td,
.price_table .tr02 td {
	padding: 15px;
}


.master_post_advert02 {
	margin: 0px auto 50px auto;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding: 5px 0px 10px 0px;
	clear: both;
}

.master_post_advert03 {
	margin: 50px auto 50px auto;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding: 5px 0px 10px 0px;
	clear: both;
}

.container .blog-box .master_post_advert02 p,
.container .blog-box .master_post_advert03 p {
	margin-bottom: 0px;
	font-size: 80%;
}

.img_none {
	margin: 0 5px 0 15px;
}


.video {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box01, .box02 {
	padding: 30px;
	margin-bottom: 30px;
	background-color: #f2f2f2;
	border: solid 1px #CCC;
/ / position: relative;
}


.ol_list,
.ul_list {
/ / padding: 15 px;
/ / margin-top: 15 px;
/ / margin-right: 5 px;
/ / margin-bottom: 15 px;
	margin-left: 30px;
}

.ol_list li {
	list-style-type: decimal;
	margin-bottom: 15px;
}

.ul_list li {
	list-style-type: square;
	margin-bottom: 15px;
}

i.fa-3x {
	display: block;
}

.btn01 {
	border: 10px solid #1092D4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: white;
}

.btn02 {
	border: 10px solid #1092D4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #F1F1F1;
}

.btn03 {
	border: 10px solid #00acc1;
	/**
	padding-bottom:0px !important;
	**/
}

.btn03 a {
	color: #00acc1 !important;
}

.btn03 a small {
	font-size: 20px;
	display: block;
	background: #FF2626 !important;
	color: white;
	font-weight: bold;
}

.btn01:hover,
.btn02:hover {
	background: #3EB6F0;
}

.btn01 a,
.btn02 a {
	color: #1092D4;
	font-weight: 600;
	font-size: 30px;
}

.btn01:hover a,
.btn02:hover a {
	color: white !important;
}

.top-p {
	background-image: url(../img/dummy.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	min-height: 800px;
}

.top-p_2017 {
	background-image: url(../img/dummy_2017.jpg);
}

.top-p_2018 {
	background-image: url(../img/dummy_2018.jpg);
}

.top-p-right {
	background: rgba(255, 255, 255, 0.7);
	padding: 15px;
}

.top-p-left {
	background: rgba(255, 255, 255, 0.7);
	padding: 50px;
}


.modal {
	left: 50%;
	bottom: auto;
	right: auto;
	padding: 0;
	width: 500px;
	margin-left: -250px;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
}

.modal.container {
	max-width: none;
}

.news dt {
	font-size: 26px;
	border-bottom: 3px solid #CCC;
	margin: 10px 0px 20px;
	color: #A5A5A5;
}

.news dd {

}

.news dd ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.news dd ul li span {
	background: #666;
	color: white;
	font-size: 12px;
	padding: 2px 5px;
}

.news dd ul li span.icon2015 {
	background: #006DD9;
}

.news dd ul li span.icon2016 {
	background: #FF2626;
}

.news dd ul li span.icon_company {
	background: #1F89C5;
}

.news dd ul li a {
	margin-top: 10px;
	display: block;
	line-height: 140%;
}

ul.nav {
	margin-top: 10px;
}

.dropdown-menu form {
	margin: 10px;
}

.top-p-2017 h1 {
	font-family: sans-serif;
	font-size: 250%;
	line-height: 140%;
	text-align: center;
	margin-bottom: 20px;
	color: #1092D4;
	font-weight: bold !important;
}

.top-p-2017 h2 {
	font-family: sans-serif;
	font-size: 240%;
	line-height: 140%;
	text-align: center;
	color: #1092D4;
	border: 5px solid #1092D4;
	background: white;
	font-weight: bold !important;
	padding: 10px;
}

@media (max-width: 768px) {
	.top-p-2017 h1 {
		font-size: 180%;
	}

	.top-p-2017 h2 {
		font-size: 140%;
	}

	.top-p {
		min-height: 500px;
	}

	.top-p .mt200 {
		margin-top: 150px;
	}
}
