@charset "utf-8";
body {
	width: 100%;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 3px solid #FFF;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 12px;
}
/*ヘッダー
---------------------------------------------------------------------------*/
header {
	background-image: none;
	background-color: #fff;
	background-size: cover;
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 999;
	margin-top: -5px;
	min-width: 100%;
}
.header2 {
	background-image: none;
	background-color: #C6002F;
	background-size: cover;
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding-left: 0px;
	width: 100%;
	height: 20px;
	letter-spacing: -0.1em;
	position: fixed;
	z-index: 999;
	margin-top: 40px;
	min-width: 100%;
	box-sizing: border-box;
}
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
.head_bg {
	background-color: none;
}
header .inner h1 {
	position: static;
	padding-top: 20px;
}
.logo {
	display: none;
}
header h1 img {
	width: 70%;
	height: auto;
}
header .inner address {
	position: static;
	padding-bottom: 10px;
}
.tel_s_bt {
	padding-top: 60px;
}
/* メニュー(スマホ)
---------------------------------------------------------------------------*/

.tel_s_bt {
	display: none;
}
#nav {
	display: none;
}
#menu-box {
	display: block;
	margin-top: 0px;
	height: 50px;
	background-color: #FFFFFF;
	min-width:100%;
}
#menu_s {
	width: 100%;
	max-width: 960px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu_s li.menu_s_top {
	margin-top: 22px;
}
#menu_s li {
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
}
#menu_s li a {
	display: block;
	font-size: 110%;
	padding: 5px 0 10px;
	background: #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #AAA;
}
#menu_s li a:hover {
	background: #444;
	margin-top: 0px;
}
#toggle {
	display: none;
}
#menu_s {
	display: none;
}
#menu_s li {
	width: 50%;
}
#toggle {
	display: block;
	float: right;
	position: relative;
	width: 11%;
	margin-top: 8px;
}
#toggle a {
	display: block;
	position: relative;
	padding: 12px 0 10px;
	border-bottom: 0px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 55%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -5px;
}
#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 55%;
	left: 10px;
	width: 20px;
	height: 4px;
}
#toggle a:before {
	margin-top: -6px;
}
#toggle a:after {
	margin-top: 5px;
}
#toggle2 {
	display: block;
	float: left;
	position: relative;
	width: 82%;
	padding-left: 2%;
	margin-top: 8px;
}

div#menu-box:after {
	content: "2022.4.1更新";
	font-size: 10px;
	line-height: 1.1;
	position: absolute;
	bottom: 16px;
	left: 235px;
	right: auto;
	text-align: center;
	width: auto;
	margin: auto;
	padding: 2px;
}

/*メイン
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 100%;
	padding-bottom: 10px;
}
#main-top {
	float: right;
	width: 99%;
	margin-left: 5px;
	padding-bottom: 10px;
}
h2 {
	width: 100%;
	font-size: 200%;
	text-align: center;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 800;
	color: #C6002F;
	letter-spacing: 0.2em;
	clear: both;
	border-top: 3px solid #C6002F;
	border-right: 0px solid #1e234c;
	border-bottom: 3px solid #C6002F;
	border-left: 0px solid #C6002F;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	box-sizing: border-box;
}

h3 {
	width: 100%;
	font-size: 150%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	color: #fff;
	clear: both;
	border-top: 0px solid #1e234c;
	border-right: 0px solid #1e234c;
	border-bottom: 0px solid #C6002F;
	border-left: 0px solid #C6002F;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #C6002F;
	box-sizing: border-box;
}

h4 {
	width: 100%;
	font-size: 150%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	color: #333;
	clear: both;
	border-top: 0px solid #1e234c;
	border-right: 0px solid #1e234c;
	border-bottom: 1px solid #C6002F;
	border-left: 6px solid #C6002F;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 12px;
	box-sizing: border-box;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: 99%;
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 3px;
	padding-bottom: -10px;
	min-width: 100%;
	box-sizing: border-box;
	}



#contents_top {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.8em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: 0px;
	margin-left: 0px;
	font-size: 110%;
}
#contents-in, #main, body.c2 #main, #sub {
	float: none;
	width: auto;
}
#box_con {
	float: left;
	display: block;
	width: 98%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	box-sizing: border-box;
}
#box_con ul li {
	width: 30.5%;
	height: 50px;
	list-style-type: none;
	float: left;
	border-radius: 1px;
	border: 0px solid;
	background-color: #333;
	display: block;
	padding: 0px;
 background:;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 13px;
	box-sizing: border-box;
	color: #fff;
	font-size: 95%;
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	display: table;
	box-sizing: border-box;
}
#box_con ul li span {
	display: table-cell;
	vertical-align: middle;
}
#box_con ul li.contop {
	margin-left: 0px;

}
#box_con ul li:hover {
	background-color: #C6002F;
}
#box_con2 {
	float: left;
	display: block;
	width: 98%;
	height: auto;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
}
#box_con2 ul li {
	width: 31.2%;
	height: 45px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 0px solid;
	background-color: #C6002F;
	display: block;
	padding: 0px;
 background:;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 120%;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	display: table;
}
.txt_mini {
	font-size: 90%;
}
#box_con2 ul li.con_cl {
	width: 47.8%;
	height: 50px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: 500;
	line-height: 1.1em;
	letter-spacing: -0.01em;
	background-color: #333;
}
#box_con2 ul li.con_left {
	margin-left: 0px;
}
#box_con2 ul li.contop {
	margin-left: 0;
}
#box_con2 ul li.con_right {
	margin-left: 0px;
}
#box_con2 ul li.con_wide {
	width: 97.5%;
}
#box_con2 ul li span {
	display: table-cell;
	vertical-align: middle;
}
#box_con2 ul li:hover {
	background-color: #C6002F;
	}
#box_con2 h5 {
	width: 96.7%;
	padding-right: 10px;
	color: #444444;
	font-size: 185%;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	text-decoration: none;
}


/*テキスト用*/
#box_con2c_t {
	width: 100%;
	height: auto;
	border: 0px solid #FFF;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 0em;
	font-size: 110%;
	float: left;
	background-repeat: no-repeat;
	line-height: 1.4em;
	box-sizing: border-box;
}
/*テキスト用*/


/*テキスト用*/
#box_con2c {
	width: 100%;
	height: auto;
	border: 0px solid #FFF;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-left: 0em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 1.5em;
	box-sizing: border-box;
}
/*テキスト用*/


/*テキスト用*/
#box_con2c_bdr {
	width: 100%;
	height: auto;
	border: solid 1.5px #333;
	margin-top: 10px;
	margin-bottom: 18px;
	padding: 1em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 1.5em;
	box-sizing: border-box;
}
/*テキスト用*/



/*テキスト用*/
#box_con2c_50 {
	width: 100%;
	height: auto;
	border: 0px solid #FFF;
	margin-top: 10px;
	margin-bottom: -9px;
	padding-left: 0em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2em;
	box-sizing: border-box;
}

#box_con2c_51 {
	width: 100%;
	height: auto;
	border: 0px solid #FFF;
	margin-top: -5px;
	margin-bottom: -9px;
	padding-left: 0em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2em;
	box-sizing: border-box;
}
#box_con2c_50 img {
	float: left;
	margin-left: auto;
	margin-right: auto;
}
/*テキスト用*/


/*テキスト用*/
#box_con2c_501 {
	width: 100%;
	min-height: 220px;
	border: 0px solid #FFF;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-left: 0em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2em;
	box-sizing: border-box;
}
#box_con2c_501 img {
	float: left;
}
/*テキスト用*/

/*テキスト用*/
#box_con2c_502 {
	width: 100%;
	min-height: 200px;
	border: 0px solid #FFF;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-left: 0em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2em;
	box-sizing: border-box;
}
#box_con2c_502 img {
	float: left;
}
/*テキスト用*/


/*テキスト用*/
#box_con2c_70 {
	width: 100%;
	height: auto;
	border: 0px solid #FFF;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-left: 0em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2em;
	box-sizing: border-box;
}
#box_con2c_70 img {
	float: left;
	margin-left: auto;
	margin-right: auto;
}
/*テキスト用*/

/*テキスト用*/
#box_con2c_30 {
	width: 100%;
	height: auto;
	border: 0px solid #FFF;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-left: 0em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2em;
	box-sizing: border-box;
}
#box_con2c_30 img {
	float: left;
	margin-left: auto;
	margin-right: auto;
}
/*テキスト用*/

/*写真+テキスト用*/
#box_con2c_inph {
	width: 100%;
	height: auto;
	border: 0px solid #FFF;
	margin-top: 0px;
	margin-bottom: 18px;
	padding-left: 0px;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2.2em;
}
#box_con2c_intxt {
	width: 100%;
	height: auto;
	border: 0px solid #FFF;
	margin-top: 0px;
	margin-bottom: 18px;
	padding-left: 0px;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2.2em;
}
.con_img {
	float: left;
}
.con_img_wide {
	float: left;
	width: 100%;
}
/*写真+テキスト用*/

#box_block_t {
	float: left;
    display: block;
	width: 100%;
	height: auto;
}



#box_block {
	float: left;
    display: block;
	width: 48.5%;
	height: auto;
	margin-top: 20px;
	margin-left: 1%;
	margin-bottom: 15px;
	box-sizing: border-box;
}

#box_block ul li.block_md {
	width: 100%;
	height: auto;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 0px solid;
	background-color: #333;
	display: block;
	padding: 0px;
	background: ;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 120%;
	line-height: 1.2em;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	display: table;
	box-sizing: border-box;	
}



#box_block ul li {
	width: 100%;
	height: auto;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 0px solid;
	background-color: none;
	display: block;
	padding: 0px;
	background: ;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	box-sizing: border-box;
	color: #333;
	font-size: 120%;
	line-height: 1.2em;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	display: table;
	box-sizing: border-box;
	padding-left:1em;
	text-indent:-1em;
}

#box_block ul li a {
	text-decoration: none;
}

.indent-1 {
	width: 100%;
	float: left;
	text-indent: -1em;
	padding-left: 1em;
	margin-left: -0em;
	clear: both;
	box-sizing: border-box;
}

.indent-2 {
	width: 100%;
	clear:both;
	box-sizing: border-box;
}

.txtbox {
	width: 98%;
	float: left;
	padding: 0.1px 0.1em;
	margin: 0.1em 0;
	border: solid 0.5px #000000;
}
.txtbox p {
	margin: 0;
	padding: 0;
}
.lb {
	display: flex;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,.7);
	opacity: 0;
	transition: .3s opacity ease;
	z-index: -1;
}
.lb img {
	width: 70% !important;
	max-height: auto !important;
	transform: scale(.7);
	transition: .4s transform ease;
	pointer-events: none;
}
.lb:target {
	opacity: 1;
	z-index: 103;
}
.lb:target img {
	transform: scale(1);
}
/* 閉じるボタン */
.lb::before, .lb::after {
	display: block;
	position: fixed;
	content: "";
	width: 50px;
	height: 3px;
	bottom: 50px;
	right: 12px;
	background: #fff;
	border-radius: 4px;
}
.lb::before {
	transform: rotate(-315deg);
}
.lb::after {
	transform: rotate(315deg);
}

footer {
	min-width: 100%;
}

div#footer {
 display:;
	width: 100%;
	height: 35px;
	font-size: 12px;
	text-align: left;
	letter-spacing: 1px;
}
div#footer2 {
	width: 100%;
	height: 50px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	color: #333333;
}
div#footerIn {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000066;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#footerIn ul.foot_menu01 {
	display: none;
}
div#footerIn ul.foot_menu02 {
	display: none;
}
div#footerIn .footerlogo {
	width: 90%;
	position: absolute;
	top: 0px;
	margin-left: 10px;
 line-height:;
	font-size: 90%;
}
div#footerIn .footerlogo2 {
 display:;
}
div#footerIn .footerlogo2 img {
	width: 50%;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
div#footerIn .footerlogo3 {
	width: 100%;
	float: left;
	position: absolute;
	top: -3px;
	left: 0px;
	line-height: 120%;
	text-align: center;
}
div#footerIn .footerlogo3 img {
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-top: 8px;
}
/*
---------------------------------------------------------------------------*/

.box_top_block {
	margin-bottom: 50px;
	display: block;
	clear: both;
}
#box_top {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
#box_top ul {
	margin-bottom: 0px;
	display: block;
	clear: both;
}
#box_top ul li {
	width: 31.9%;
	height: 103px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 2px;
	border: 1px solid #FFF;
	box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
	font-size: 90%;
}
#box_top .icatch {
 display:;
	width: 100%;
	height: auto;
	border-radius: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
#box_top ul li.con_li {
	width: 31.9%;
	height: auto;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 2px;
	border: 1px solid #FFF;
	box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
	font-size: 90%;
}
#box_top .midasi {
	width: 220px;
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#box_top h5 {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
}
#box_top h5.h5_top {
	margin-top: 10px;
}
#box_top .k3 {
	font-size: 100%;
	color: #FFFFFF;
	border-radius: 0px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 1px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: none;
}
#box_top .k3:hover {
	color: #333333;
	background-color: none;
}
#box_top2 .icatch2 {
	width: 95%;
	height: auto;
	margin-bottom: 0px;
}
#box_menu {
	float: left;
	margin-bottom: 15px;
}
#box_menu ul li {
	width: 45%;
	height: auto;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 1px;
	border: 0px solid #FFF;
	box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
 background:;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#box_menu .icatch {
	width: 95%;
	height: auto;
	border-radius: 1px;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}
#page {
	width: 100%;
	font-size: 110%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	color: #00000;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(#fff, #fff 49%, #fff 50%);
	background-image: linear-gradient(#fff, #fff 49%, #fff 50%);
	-webkit-box-shadow: 1px 2px 5px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 2px solid #1e234c;
	border-right: 2px solid #1e234c;
	border-bottom: 2px solid #1e234c;
	border-left: 2px solid #1e234c;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: auto;
	text-align: center;
}
.icatch2 {
	width: 100%;
	height: auto;
	border-radius: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
#box_top2 {
	width: 100%;
	margin-top: -5px;
	display: block;
	clear: both;
	margin-bottom: 10px;
}
#box_top2 ul li {
	width: 100%;
	height: auto;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 2px solid #FFF;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	display: block;
	background: #FFF;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#box_con2a {
	display: block;
	width: 100%;
	height: auto;
	border: 0px solid #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
	background-image: none;
	background-size: 85% auto;
	background-repeat: no-repeat;
	line-height: 0.5em;
	padding-left: 0px;
}
#box_con2b {
	display: block;
	width: 100%;
	height: auto;
	border: 0px solid #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
	background-image: none;
	background-size: 85% auto;
	background-repeat: no-repeat;
	line-height: 0.5em;
	padding-left: 0px;
}
.box_con2_txt {
	width: 97.5%;
	font-size: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
	border: 0px solid #FFF;
	background-color: #EEE;
	box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
}
/*実績
---------------------------------------------------------------------------*/
#box_res ul li {
	width: 29.4%;
	height: 147px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 2px solid #FFF;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
	margin-top: 7px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 85%;
	line-height: 1.0em;
}
#box_res .icatch {
	width: 100%;
	height: auto;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.0);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#res_box_text {
	font-size: 85%;
	line-height: 1.0em;
}
/*採用情報
---------------------------------------------------------------------------*/

.ta_rec td {
	padding: 5px;
}
.ta_rec th {
	width: 70px;
	padding: 3px;
	text-align: center;
 background-color:;
	line-height: 1.2em;
}
.text_big {
	font-size: 120%;
	line-height: 1.2em;
	font-weight: 300;
}
#side {
	display: none;
	

}
#smart_m{
	float: left;
	width: 100%;
	

}

#hoge {
	float: left;
	width: 100%;
 max-height:;
	margin-top: 0px;
	margin-bottom: 20px;
}
#hoge ul li {
	width: 100%;
	height: auto;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 0.5px solid #333;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	box-sizing: border-box;
}
#hoge ul li:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}
#hoge ul li a {
	width: 100%;
	text-decoration: none;
	display: block;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 100%;
	font-weight: 300;
	padding-left: 0px;
	color: #111;
	text-indent:-1em;
	padding-left:1em;
}
#hoge ul li.bn_midashi {
	display: none;
}
#hoge ul li.bn_midashi a {
	color: #fff;
}
#hoge ul li.bn_top {
	width: 100%;
	height: auto;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 0.5px solid #333;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	box-sizing: border-box;
}
#hoge ul li .bn_h {
	font-size: 115%;
	font-weight: 400;
}
#hoge ul li.bn_home {
	display: none;
}
#hoge_mini_txt {
	font-size: 13px;
}
/*
---------------------------------------------------------------------------*/

#mainimg {
 display:;
}
#mainimg .slide_file {
 display:;
}
#slide_image {
	z-Index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
}
#slide_image2 {
	z-Index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}
.top_img {
	width: 100%;
	height: auto;
}
#mainimg_back {
	width: 100%;
	height: auto;
	background-color: #00A0E8;
}
.bxslider {
	width: 100%;
	height: auto;
}
.bxslider_sp {
	width: 100%;
	height: auto;
	box-shadow: 1px 1px 1px #999;/*margin-bottom:10px;*/
}
/*テーブル１
---------------------------------------------------------------------------*/

.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #CCC;
	line-height: 2;
}
.ta1 td {
	width: auto;
	padding: 2px;
}
.ta1 th {
	width: 30%;
	padding: 2px;
}
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	background-color: #bebebe;
}
.ta1 caption {
	padding: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}



.ta10 td {
	display:block;
	width: 100%;
	padding: 2px;
	box-sizing: border-box;
}
.ta10 th {
	display:block;
	width: 100%;
	padding: 2px;
	box-sizing: border-box;
}



.scroll {
	overflow-x: auto;
}
 .scroll::-webkit-scrollbar {
 width:10px;
 height:10px;
 background:#DDD;
 border-left:solid 1px #eee;
}
.scroll::-webkit-scrollbar-thumb {
 background:#C6002F;
 border-radius:5px;
}
.scroll::-webkit-scrollbar-corner {
 background:#C6002F;
}



.ta2 {
	width: 100%;
	min-width: 640px;
	margin: 0 10px 50px;
}
.ta2 td {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.txt_min {
	display: block;
	line-height: 1em;
	font-size: 90%;
	font-weight: 600;
	margin-bottom: 10px;
	color: #C6002F;
}




table.ta2-5 {
	width: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #fff;	
  table-layout:fixed;
}
table.ta2-5 td {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
  table-layout:fixed;
}


table.ta2-5, table.ta2-5 td, table.ta2-5 th{
	border: 0.5px solid #CCC;
	line-height:1.8;
	font-size: 80%;
	box-sizing: border-box;
}


table.ta2-5 td{
	width: auto;
	padding: 3px;
	line-height:1.5em;
	text-align:center;
}

table.ta2-5 th.contta{
  table-layout:fixed;
	width: 120px;

}




table.ta2-5 th{
	width: auto;
	padding: 3px;
	text-align: center;
	font-weight: 500;
	background-color: #f1f1f1;	
	line-height:1em;
  table-layout:fixed;
}
table.ta2-5 td p.txt_left {
	text-align:left;
}



/*テーブル
---------------------------------------------------------------------------*/

.ta3 {
	width: 100%;
	background-color: #fff;
	font-size: 100%;
	margin-top: 10px;
}
.ta3, .ta3 td, .ta3 th {
	border: 0.5px solid #CCC;
	line-height: 1.8;
	font-size: 100%;
}
.ta3 td {
	padding: 5px;
	line-height: 1.5em;
}
.ta3 th {
	width: 100%;
	padding: 2px;
	text-align: center;
	font-weight: 500;
	background-color: #f1f1f1;
	line-height: 1.5em;
}


#page1 {
	width: 47%;
	font-size: 110%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(#fff, #fff 49%, #fff 50%);
	background-image: linear-gradient(#fff, #fff 49%, #fff 50%);
	-webkit-box-shadow: 1px 2px 7px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 2px solid #1e234c;
	border-right: 2px solid #1e234c;
	border-bottom: 2px solid #1e234c;
	border-left: 2px solid #1e234c;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
#page2 {
	width: 47%;
	font-size: 110%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(#fff, #fff 49%, #fff 50%);
	background-image: linear-gradient(#fff, #fff 49%, #fff 50%);
	-webkit-box-shadow: 1px 2px 7px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 2px solid #1e234c;
	border-right: 2px solid #1e234c;
	border-bottom: 2px solid #1e234c;
	border-left: 2px solid #1e234c;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	margin-bottom: 20px;
	margin-left: 8px;
	margin-right: 0px;
	text-align: center;
}
#jisseki1_2 {
	float: left;
	width: 50%;
	height: 100%;
	display: block;
	margin-bottom: 15px;
	line-height: 2.5em;
}
#jisseki1_i {
	float: left;
	width: 50%;
	height: 100%;
	display: block;
	margin-bottom: 15px;
}
#jisseki1_i li {
	margin-bottom: 10px;
}
#jisseki1_i img {
	width: 90%;
	height: auto;
}
.jisseki_s {
	display: block;
	float: left;
	width: 100%;
}
#contents_word {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: px;
	font-size: 110%;
}
#contents_word_ph {
	float: right;
	width: 100%;
 height:;
	display: block;
	margin-bottom: 7px;
	margin-top: 5px;
	padding-left: 0px;
}
/*service.html内の一覧の各ブロック
---------------------------------------------------------------------------*/

#main section.list article p {
	margin-left: 0;
}
#main .list article figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}
/*その他
---------------------------------------------------------------------------*/

body.s-n #sub {
	display: none;
}
img.wa {
	height: auto;
	width: 100%;
}
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}
/*レスポンシブ
---------------------------------------------------------------------------*/

#smart {
	display: block;
}
#hp {
	display: none;
}
.img_s {
	width: 85%;
	height: auto;
	text-align: center;
}
.img_s2 {
	width: 40%;
}
.img_100 {
	width: 100%;
	height: auto;
	text-align: center;
}
.img_50 {
	width: 95%;
	height: auto;
	text-align: center;
}
.img_50-100 {
	width: 100%;
	height: auto;
	text-align: center;
}
.img_100-50 {
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-left: 10px;
}
.img_auto {
	width: 100%;
	height: auto;
}
.img_auto2 {
	width: auto;
	height: auto;
}
.width90 {
	width: 90%;
	height: auto;
}
.img_100map {
	width: 100%;
	height: auto;
	text-align: center;
}
.img_50map {
	width: 100%;
	height: 40%;
	text-align: center;
}
.auto {
	width: auto;
}
.honbun {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 110%;
}
.text_tel {
	font-size: 180%;
	line-height: 1.0em;
	font-weight: 800;
}
.text_mail {
	font-size: 150%;
	line-height: 1.0em;
	font-weight: 300;
}
.text_middle {
	font-size: 130%;
	line-height: 1.2em;
	font-weight: 300;
}
.honbun_t {
	width: 100%;
}
.honbun_t, .honbun_t td, .honbun_t th {
	border: 0px solid #CCC;
	line-height: 2;
	width: 100%;
}
.honbun_t td {
	padding: 10px;
	color: #000;
	font-size: 100%;
}
.honbun_t th {
	width: 90%;
	padding: 10px;
	text-align: left;
}
h6 {
    font-size: 130%;
    color: #ffffff;
    border-radius: 10px;
    font-weight: bold;
    display: block;
    width: 75%;
    text-align: center;
    padding: 2px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #000033;
   
}

.smart_set{
    margin-bottom: 25px;
}

.smart_set2{
    position: fixed;
    padding-top: 0px;


}
#bottan {
	display: block;
	text-align: center;
	width: 90%;
	font-size: 110%;
	font-weight: bold;
	background-color: #1e234c;
	-webkit-box-shadow: 1px 2px 5px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 0px solid #1e234c;
	border-right: 0px solid #1e234c;
	border-bottom: 0px solid #1e234c;
	border-left: 0px solid #1e234c;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 20px;
}
.bottan_t {
	color: #FFF;
	line-height: 1em;
	font-size: 125%;
	font-weight: 500;
}
#bottan2 {
	display: block;
	text-align: center;
	width: 90%;
	font-size: 110%;
	font-weight: bold;
	background-color: #1e234c;
	-webkit-box-shadow: 1px 2px 5px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 0px solid #1e234c;
	border-right: 0px solid #1e234c;
	border-bottom: 0px solid #1e234c;
	border-left: 0px solid #1e234c;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 10px;
}
.bottan2_t {
	color: #FFF;
	line-height: 2em;
}
#bottan3 {
	display: block;
	text-align: center;
	width: 80%;
	font-size: 100%;
	font-weight: 200;
	background-color: #333333;
	-webkit-box-shadow: 1px 1px 1px #999;
	box-shadow: 1px 1px 1px #999;
	border-top: 0px solid #1e234c;
	border-right: 0px solid #1e234c;
	border-bottom: 0px solid #1e234c;
	border-left: 0px solid #1e234c;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}


#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 100%;
}
#page-top a {
    background: #333;
    text-decoration: none;
    color: #fff;
    width: 35px;
    padding: 7px 0;
    text-align: center;
    display: block;
    border-radius: 0px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


/* contact_link 設定
---------------------------------------------------------------------------*/
.contact_link {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 55px;
}
.contact_link a {
	display: none;
	width: 50px;
	height: 50px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
/*文字
---------------------------------------------------------------------------*/

.txt_big_b {
	font-size: 150%;
	line-height: 1.5em;
	font-weight: 800;
	padding-left: 5px;
}
.txt_gr_sp {
	width: 100%;
	font-size: 120%;
	margin-top: -0px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: auto;
	line-height: 1em;
	font-weight: 800;
	color: #005500;
	text-align: left;
	height: 60px;
}
.txt_big_sp {
	width: 100%;
	font-size: 125%;
	line-height: 1.5em;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	color: #222222;
}
.txt_big_gr_sp {
	font-size: 120%;
	line-height: 1.9em;
	font-weight: 800;
}
.txt_ora_sp {
 font-size:;
	line-height: 1.5em;
	font-weight: 600;
	color: #FF6600;
}
.txt_red_sp {
 font-size:;
	line-height: 1.5em;
	font-weight: 600;
	color: #DD0000;
}
.txt_red_sp {
 font-size:;
	line-height: 1.5em;
	font-weight: 600;
	color: #DD0000;
}
.txt_big_red_sp {
	font-size: 150%;
	line-height: 1.9em;
	font-weight: 800;
}
.box80 {
	width: 80%;
	margin-top: 5px;
	float: left;
}
.box20 {
	width: 20%;
	margin-top: 5px;
	float: right;
}
.center_sp {
	text-align: center;
}
/*改行*/
.br-sp {
	display: block;
}
.br-hp {
	display: none;
}
/*区切り　スペース*/
.mb_space {
	margin-bottom: 30px;
}
/*ページ内リンク(ズレ)*/

#flow, #kind {
	margin-top: -50px;
	padding-top: 50px;
}
/*リンク先ズレ修正
---------------------------------------------------------------------------*/
#s_001, #s_002, #s_003, #s_004, #s_005, #s_006, #s_007, #s_008, #s_009,#s_010, 
#s_011, #s_012, #m_001, #m_002, #m_003, #m_004, #m_005, #m_006, #m_007, #m_008, #m_009, #m_010, #m_011, #m_012, #kitei {
margin-top: -80px;
padding-top: 80px;
}
