@charset "utf-8";
/* common.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* reset    　　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body, div, textarea, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td {
	padding: 0;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body {
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: bottom;
	border: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* clear fix 　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.thumb_box:before,
#headline li:before,
#info_list li:before,
#gv_menu ul:before,
.data_box:before,
.row:before,
.doc_set:before,
.inner:before,
.cf:before,
.thumb_box:after,
#headline li:after,
#info_list li:after,
#gv_menu ul:after,
.data_box:after,
.row:after,
.doc_set:after,
.inner:after,
.cf:after {
	content: "";
	display: table;
}

.thumb_box:after,
#headline li:after,
#info_list li:after,
#gv_menu ul:after,
.data_box:after,
.row:after,
.doc_set:after,
.inner:after,
.cf:after {
	clear: both;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	color: #333333;
	word-wrap: break-word;
    overflow-wrap: break-word;
}

p {
	margin-bottom: 8px;
}
.text_SZ_s {
	font-size: 13px;
	line-height: 1.8em;
}
.text_SZ_L {
	font-size: 16px;
}
.text_SZ_XL {
	font-size: 18px;
}
.text_CL_red {
	color: #FF0000;
}
.text_DC_bg-yellow {
	background-image: url(../images/dc_yellow.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
}
.list_nomal {
	margin-left: 1.2em !important;
	list-style-type: disc !important;
}

.list_square {
	margin-left: 1.2em !important;
	list-style-type: square !important;
}
.list_deci {
	margin-left: 1.2em !important;
	list-style-type: decimal !important;
}


/* ボックス */
.doc_set {
	padding-bottom: 140px;
}


.inner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.box_fl_left {
	float: left;
}
.box_fl_right {
	float: right;
}

/* リンク */

a:link,
a:visited {
	color: #228DBB;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #42ADDB;
}
.link_blank {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/link_blank.png);
	background-position: right 0%;
	margin-right: 5px;
}

.link_pdf {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/link_pdf.png);
	background-position: right 0%;
	margin-right: 5px;
}


/* その他 */
.over {
}
.pc_none {
	display: none;
}
.sp_none {
		
}
/* TEL リンク */
a[href^="tel:"] { 
    cursor: default;
} 

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ローディング　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background-color: #000000 !important;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #ADADAD;
	z-index: 2;
	font-size: 14px;
}
#loader p {
	margin-top: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#header {
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 110px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 38.34%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 38.34%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 38.34%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 38.34%);
	/* [disabled]min-width: 1200px; */
}
.container {
	/* [disabled]min-width: 1200px; */
	position: relative;
}

nav li a {
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
}
nav .sub-menu,
.mean-container .mean-nav ul ul {
	background-color: #222222;
}

#logo {
	width: 268px;
	height: 44px;
	text-align: center;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#logo h1 {
	text-indent: -9999px;
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	background-size: 268px 44px;
}
#logo h1 a {
	display: block;
	width: 268px;
	height: 44px;
}
#h_top {
	display: flex;
	justify-content: space-between;
	/* [disabled]align-items: center; */
	position: relative;
}
.h_nav {
	width: 100%;
	background-color: #222222;
	position: absolute;
	top: 60px;
	left: 0px;
}

#gNav ul {
	position: relative;
	display: flex;
}
#gNav li {
	position: relative;
}
#gNav li:last-child {
    margin-right: 0;
}
#gNav li i {
    font-size: 14px;
    margin-left: 5px;
}

#gNav li a {
	position: relative;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #000000;
}

/* 下層メニュー */
#gNav .sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: block;
	position: absolute;
	/*    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;*/
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 100%;
	background-color: rgba(68,68,68,0.93);
}
#gNav .sub-menu a {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	display: block;
	border-bottom: none;
	line-height: 1.2em;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gNav .sub-menu a:hover:after {
    content: none;
}
#gNav .sub-menu li {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #6C6C6C;
}
#gNav .sub-menu li:last-child {
    border-bottom: none;
}
#gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

#gNav li:hover ul.sub-menu {
	top: 56px;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
#gNav li ul li:after {
    content: none;
}
#gNav li:hover ul.sub-menu a {
	color: #FFFFFF;
}
#gNav .sub-menu li a:hover {
	background-color: #363636;
	text-decoration: none;
}
#gNav .contact_btn a:hover {
    color: #fff;
}

/* 各ボタン サイズ */
#gv_home {
	width: 7% !important;
}
#gv_std,
#gv_eng,
#gv_ment,
#gv_comp,
#gv_info {
	width: 18.6% !important;
}

/* 各ボタン背景 */
#gv_home a {
	background-repeat: no-repeat;
	background-image: url(../images/gv_menu_home.png);
	background-size: 20px 28px;
	text-indent: -9999px;
	background-position: center center;
}

#gv_std a {
	background-repeat: no-repeat;
	background-image: url(../images/gv_menu_standard.png);
	background-size: 111px 28px;
	text-indent: -9999px;
	background-position: center center;
	border-left: 1px solid #666666;
}
#gv_eng a {
	background-repeat: no-repeat;
	background-image: url(../images/gv_menu_engineering.png);
	background-size: 138px 28px;
	text-indent: -9999px;
	background-position: center center;
	border-left: 1px solid #666666;
}
#gv_ment a {
	background-repeat: no-repeat;
	background-image: url(../images/gv_menu_maintenance.png);
	background-size: 132px 28px;
	text-indent: -9999px;
	background-position: center center;
	border-left: 1px solid #666666;
}
#gv_comp a {
	background-repeat: no-repeat;
	background-image: url(../images/gv_menu_company.png);
	background-size: 56px 28px;
	text-indent: -9999px;
	background-position: center center;
	border-left: 1px solid #666666;
}
#gv_info a {
	background-repeat: no-repeat;
	background-image: url(../images/gv_menu_info.png);
	background-size: 75px 28px;
	text-indent: -9999px;
	background-position: center center;
	border-left: 1px solid #666666;
}
/* 多階層用マーク */
.angle_down {
	width: 8px;
	height: 7px;
	background-image: url(../images/gv_menu_down.png);
	background-repeat: no-repeat;
	background-size: 8px 7px;
	position: absolute;
	top: 20px;
	right: 20px;
}

/* 下層クリア */
.sub-menu a{
	background-image: url(transparent) !important;
	text-indent: 0px !important;
	background-repeat: no-repeat;
}


/* スマホ用 問い合わせ・資料請求・リクルートサイト */
#sp_gv_contact,
#sp_gv_catalog,
#sp_gv_recruit {
	display: none;
}

/* PC用リクルートサイト */
#recruit_banner {
	position: absolute;
	top: 20px;
	right: 10px;
	border: 1px solid #CCCCCC;
}
#recruit_banner img {
	height: 24px;
	width: auto;
}

/* PC用 言語選択 */
#language {
	position: absolute;
	top: 27px;
	padding-left: 25px;
	background-image: url(../images/header_language_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px 16px;
	height: 16px;
	left: 740px;
}
#language ul {
	font-size: 0px;
	text-align: left;
}

#language li {
	font-size: 16px;
	display: inline-block;
	margin-right: 15px;
	line-height: 1em;
}

#language img {
	height: 13px;
	width: auto;
	margin-bottom: 2px;
}
/* SP用 言語選択 */
#sp_language {
	display: none;
}


/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}
 
div#modal div:target {
    -webkit-animation-name: modalFadeIn; 
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 地域未来・健康経営　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#mirai_kenkou {
}
/* 地域未来牽引企業 */
#header_mirai {
	position: absolute;
	top: 20px;
	left: 510px;
}
#header_mirai img {
	height: 22px;
	width: auto;
}

/* 健康経営優良法人 */
#header_kenkou {
	position: absolute;
	top: 10px;
	left: 310px;
}
#header_kenkou img {
	height: 40px;
	width: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* container   　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container {
	padding-top: 116px;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* バナーエリア　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bottom_banner {
	padding-bottom: 20px;
}
#bottom_banner .inner {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#bottom_banner li {
	width: 289px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
}
#bottom_banner li:nth-child(4n) {
	margin-right: 0px;
}

#bottom_banner li img {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999999;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 外部バナー       　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#gaibu_banner {
	padding-bottom: 40px;
	padding-top: 20px;
}
#gaibu_banner ul {
	text-align: center;
	font-size: 0px;
}
#gaibu_banner ul li {
	font-size: 16px;
	display: inline-block;
	width: 289px;
	margin-left: 4px;
	margin-right: 4px;
}
#gaibu_banner ul li img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999999;
	width: 289px;
	height: auto;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* footer      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	background-color: #1B4C9D;
	padding-top: 60px;
	color: #FFFFFF;
}

/* link */
#footer_link {
	width: 570px;
	font-size: 12px;
	float: right;
	margin-bottom: 50px;
	margin-top: 77px;
	margin-right: 20px;
}
#footer_link a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_link a:hover {
	text-decoration: underline;
}

#f_link_01 {
	width: 370px;
}
#f_link_02 {
	width: 200px;
}
.f_indent_01 {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url(../images/footer_link_mark_01.png);
}
.f_indent_02 {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 23px center;
	background-image: url(../images/footer_link_mark_02.png);
}

/* about */
#footer_about {
	width: 550px;
	float: left;
	font-size: 12px;
	margin-bottom: 50px;
	margin-left: 20px;
}
#footer_logo {
	margin-bottom: 30px;
}
#footer_logo img {
	width: 420px;
	height: auto;
}
#footer_adrs {
	margin-bottom: 20px;
}

#footer_adrs li span {
	margin-left: 10px;
}
#footer_pp {
	margin-bottom: 30px;
	font-size: 11px;
}
#footer_pp a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_pp a:hover {
	text-decoration: underline;
}



#footer_banner {
}
#footer_banner li {
	float: left;
	margin-right: 20px;
}
#footer_banner img {
	width: 200px;
	height: auto;
}

/* copy */
#copy {
	clear: both;
	text-align: center;
	font-size: 11px;
	padding-top: 40px;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 40px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 固定ボタン          　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#fix_bt {
	position: fixed;
	right: 0px;
	top: 250px;
	z-index: 9998;
}
#fix_bt li {
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#fix_bt img {
	width: 40px;
	height: auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGE TOP            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#page_top {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 99;
}
#page_top img {
	width: 60px;
	height: auto;

}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ビデオ再生ボタン　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.video_play_bt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
	width: 54px;
	height: 40px;
	background-image: url(../images/video_play_bt.png);
	background-position: center center;
	background-size: 54px 40px;
	text-indent: -9999px;
	border: 2px solid #FFFFFF;
	border-radius: 5px;
}
.video_play_bt a {
	display: block;
	height: 40px;
}


.video_play_bt a:hover {
	background-image: url(../images/video_play_bt_on.png);
	background-position: center center;
	background-size: 54px 40px;
}

.video_play_bt img {
	width: 100% !important;
	height: auto !important;
}

.bl-hover .video_play_bt {
	background-image: url(../images/video_play_bt_on.png);
　
}














/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	font-size: 14px;
}
.doc_set {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 70px;
}
.inner {
	width: 100%;
}

/* その他 */
.pc_none {
	display: inherit;
}
.sp_none {
	display: none;		
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {
	padding-right: 0;
	padding-left: 0;
	height: 55px;
	border-bottom: 1px solid #CCCCCC;
}
.container {
	min-width: 0px;
}
#logo {
	width: 200px;
	background-image: none;
	margin-left: 7px;
	left: auto;
	right: auto;
	position: static;
	height: 33px;
	margin-top: 11px;
	margin-bottom: 0px;
	z-index: 9999;
}

#logo h1 {
	background-size: 200px 33px;
}
#logo h1 a {
	width: 200px;
	height: 33px;
}
.h_nav {
	position: static;
	top: auto;
	left: auto;
	background-color: transparent;
}
#gNav .nav {
	overflow-y: auto;
	height: 100vh;
	display: none;
}


/* 下層 */
.mean-container .mean-nav ul li {
	border-bottom: 1px solid #505050;
}

nav .sub-menu,
.mean-container .mean-nav ul ul {
	background-color: #444444;
}
.mean-container .mean-nav ul ul li {
	border-bottom: 1px solid #505050;
}

.mean-nav .container {
    padding: 0;
}
nav li .fa {
    display: none;
}

/* 各ボタン サイズ */
#gv_home,
#gv_std,
#gv_eng,
#gv_ment,
#gv_comp,
#gv_info {
	width: 100% !important;
}

#gv_home img,
#gv_std img,
#gv_eng img,
#gv_ment img,
#gv_comp img,
#gv_info img {
	width: auto;
	height: 28px;
}


/* 各ボタン背景消し */
#gv_home a,
#gv_std a,
#gv_eng a,
#gv_ment a,
#gv_comp a,
#gv_info a {
	text-indent: 0px;
	background-image: url(transparent);
	border-left-style: none;
}

/* HOMEボタン */
#gv_home a {
	text-align: center !important;
}

/* 多階層用マーク */
.angle_down {
	display: none;
}
/* 下層クリア */
.sub-menu a{
	background-image: url(transparent) !important;
	text-indent: 0px !important;
}

/* スマホ用 問い合わせ・資料請求 */
#sp_gv_contact {
	display: inherit;
	border-bottom-style: none;
	margin-bottom: 10px;
}
#sp_gv_catalog {
	display: inherit;
	border-bottom-style: none;
	margin-bottom: 30px;
}
#sp_gv_recruit {
	display: inherit;
	border-bottom-style: none;
	margin-bottom: 40px;
}
#sp_gv_contact a {
	background-image: url(../images/sp_header_form_contact.jpg);
	background-size: 216px 40px;
	width: 216px;
	height: 40px;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#sp_gv_catalog a {
	background-image: url(../images/sp_header_form_catalog.jpg);
	background-size: 216px 40px;
	width: 216px;
	height: 40px;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: auto;
}
#sp_gv_recruit a {
	background-image: url(../images/header_recruit.png);
	background-size: 216px 24px;
	width: 216px;
	height: 24px;
	text-indent: -9999px;
	margin-left: auto;
	margin-right: auto;
}

/* PC用リクルートサイト */
#recruit_banner {
	display: none;
}
/* PC用 言語選択 */
#language {
	display: none;
}
/* SP用 言語選択 */
#sp_language {
	display: inherit;
	z-index: 999;
	position: fixed;
	top: 20px;
	right: 63px;
	line-height: 1em;
	padding-right: 7px;
	border-right: 1px solid #444444;
}
#sp_language img {
	width: auto;
	height: 8px;
	vertical-align: middle;
}
#sp_language a {
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;

}

.modaal-container li img {
	height: 20px;
	width: auto;
}

.modaal-container li {
	margin-bottom: 20px;
}
.modaal-container li:last-child {
	margin-bottom: 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 地域未来・健康経営　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#mirai_kenkou {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: table;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 39.90%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 39.90%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 39.90%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(236,236,236,1.00) 39.90%);
	border-top: 1px solid #D6D6D6;
}
/* 地域未来牽引企業 */
#header_mirai {
	position: static;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #D6D6D6;
}
#header_mirai img {
	height: auto;
	width: 100%;
}

/* 健康経営優良法人 */
#header_kenkou {
	position: static;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header_kenkou img {
	height: auto;
	width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* container   　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container {
	padding-top: 56px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* バナーエリア　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bottom_banner {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}
#bottom_banner .inner {
	padding-left: 0px;
	padding-right: 0px;
}

#bottom_banner li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-bottom: 10px;
	margin-right: 0px;
}
#bottom_banner li:nth-child(odd) {
	padding-right: 5px;
}
#bottom_banner li:nth-child(even) {
	padding-left: 5px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 外部バナー       　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#gaibu_banner {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#gaibu_banner ul li {
	width: 50%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#gaibu_banner ul li:nth-child(1) {
	padding-right: 5px;
}
#gaibu_banner ul li:nth-child(2) {
	padding-left: 5px;

}

#gaibu_banner ul li img {
	width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* footer      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	padding-top: 0px;
}

/* link */
#footer_link {
	width: 100%;
	float: none;
	margin-bottom: 40px;
	margin-top: 0px;
	margin-right: 0px;
}
#footer_link li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-bottom: 1px solid #8EA6CF;
}

#footer_link li:nth-child(odd) {
	border-right: 1px solid #8EA6CF;
}


#footer_link a {
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#f_link_01 {
	width: 100%;
}
#f_link_02 {
	width: 100%;
}
.f_indent_01 {
	padding-left: 0px;
	background-image: url(transparent);
}
.f_indent_02 {
	padding-left: 0px;
	background-image: url(transparent);
}
#footer_link li span {
	display: none;
}


/* about */
#footer_about {
	width: 100%;
	float: none;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	margin-left: 0px;
}
#footer_logo {
	margin-bottom: 25px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#footer_logo img {
	width: 100%;
	height: auto;
}
#footer_adrs {
	margin-bottom: 30px;
	text-align: center;
}
#footer_adrs li {
	margin-top: 15px;
	line-height: 1.8em;
}


#footer_adrs li span {
	margin-left: 0px;
	display: block;
}
#footer_banner {
	margin-bottom: 40px;
}
#footer_banner li {
	margin-right: 0px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer_banner li:nth-child(odd) {
	padding-right: 5px;
}
#footer_banner li:nth-child(even) {
	padding-left: 5px;
}

#footer_banner img {
	width: 100%;
	height: auto;
}

/* copy */
#copy {
	font-size: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 固定ボタン          　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#fix_bt {
	display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGE TOP            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#page_top {
	bottom: 50px;
	right: 10px;
}

#page_top img {
	width: 50px;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ビデオ再生ボタン　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.video_play_bt a:hover {
	background-image: url(../images/video_play_bt.png);
}


.bl-hover .video_play_bt {
	background-image: url(../images/video_play_bt.png);
　
}

}
