.mw_wp_form .error{
	color:red !important;
}

body{
	min-width: 1200px;
}

*{
	font-size:100%;
}

.fadeIn {
  opacity: 1.0;
  transition: all 2s ease;
}
.fadeOut {
  opacity: 0;
  transition: all 0.1s ease;
}

.inview{
	opacity:0;
}

.inview1{
	opacity:0;
}

.top_img{
	position:relative;
}

.gif_top{
	position:relative;
}

.top_bun{
	position: absolute;
    font-size: 3.5vw;
    right: 8%;
    top: 30%;
    background-color: rgba(146, 146, 146, 0.5);
    font-weight: bold;
    color: #ffffff;
    box-sizing: border-box;
    padding: 5px 15px;
    letter-spacing: 0.1em;
    font-family: serif;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background: #ffeb3b !important;
}

.top_img .bx-wrapper .bx-next{
	background:url(../img/next.png) no-repeat 0px 0px;
	background-size:auto;
	width:35px;
	height:52px;
}

.top_img .bx-wrapper .bx-next:hover{
	background:url(../img/next.png) no-repeat 0px 0px;
	background-size:auto;
	width:35px;
	height:52px;
}

.top_img .bx-wrapper .bx-prev{
	background:url(../img/before.png) no-repeat 0px 0px;
	background-size:auto;
	width:35px;
	height:52px;
}

.top_img .bx-wrapper .bx-prev:hover{
	background:url(../img/before.png) no-repeat 0px 0px;
	background-size:auto;
	width:35px;
	height:52px;
}

/**スクロールヒント**/
.scroll-hint-icon-wrap {
	display:none;
}

.scroll-hint-icon{
    height: 90px !important;
	z-index:9;
}

/******************************************************
トップページ　共通
*******************************************************/
/*-------------------------------
グローバルナビゲーション
--------------------------------*/
nav >ul > li{
	float: left;
    text-align: center;
    /*margin-left: 1%;
    margin-right: 1%;*/
    font-weight: bold;
    position: relative;
    height: 100%;
    cursor: pointer;
    /*width: 16.5%;*/
	width:13.5%;
	border-left: 1px solid #ffffff;
}

nav >ul > li:last-of-type{
	border-right:1px solid #ffffff;
}

nav >ul > li > a{
	color:#ffffff;
}

header nav > ul > .wrap1 > a:after{
	color:#333333;
	content:"▼";
	margin-left:0.3em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

nav ul li ul{
	display:none;
	position:absolute;
	background-color:#ffffff;
	z-index:999999;
	top: 100%;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #333333;
	min-width:150px;
	width: max-content;
}

nav ul li ul li{
	border-bottom:1px solid #333333;
}

nav ul li ul li:last-of-type{
	border-bottom:none;
}

nav ul li ul li a{
	display:block;
	padding:5px 15px;
	color:#333333;
}

nav ul li ul li a:hover{
	opacity:1;
	background-color:#333333;
	color:#ffffff;
}

/*-------------------------------
ヘッダー
--------------------------------*/
header{
	background-color:#009bda;
	padding-top: 15px;
    padding-bottom: 20px;
	min-width: 1200px;
	position:relative;
	z-index:999;
}

header a{
	color:#ffffff;
}

header h1{
	float:left;
	margin-top: 10px;
}

header .right{
	float:right;
}

header .sub_nav{
	width: 305px;
	/*width: 450px;*/
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 15px;
	
}

header .sub_nav > a{
	display:inline-block;
	vertical-align:baseline;
	margin-right: 15px;
}

header .sub_nav .lang{
	display:inline-block;
	vertical-align:baseline;
	width:33%;
}

header .sub_nav .lang a{
	display:inline-block;
	vertical-align:baseline;
	margin-right: 15px;
}

header .sub_nav  a.jpn{
	background-color: #ffffff;
    margin-right: 10px;
    margin-left: 10px;
    color: #009bda;
    box-sizing: border-box;
    padding: 0 1%;
    font-weight: bold;
    border-radius: 0;
}

header .sub_nav  a.eng{
	font-weight: bold;
    margin-right: 0;
}

header .sub_nav > p{
	color:#ffffff;
	display:inline-block;
	vertical-align:baseline;
}

header .sub_nav > p a{
	display:inline-block;
	vertical-align: sub;
	margin-left:0.3em;
	margin-right:0.3em;
}

/*-------------------------------
メインビジュアル
--------------------------------*/
#home .top_img{
	
}

#home .top_img .topslide1{
	float:left;
	width:50%;
	display:block;
}

#home .top_img .topslide2{
	float:right;
	width:50%;
	display:block;
}

#home .top_img .topslide{
	position:relative;	
}

#home .top_img .topslide p{
	position: absolute;
    /*font-size: 2vw !important;*/
	font-size: 32px !important;
    top: 10%;
    right: 2%;
    line-height: 1.2em;
    box-sizing: border-box;
    /*background-color: rgba(255, 255, 255, 0.5);*/
	text-shadow: 3px 3px 1px #999999;
    color: #ffffff;
    padding: 1%;
    font-weight: bold;
}

#home .top_img .topslide li.bottom p{
    top: auto;
	bottom:10%;
    right: 2%;
}

#home .top_img .topslide li.left p{
    left: 2%;
	right:auto;
}

#home .top_img .topslide li.left_bottom p{
    left: 2%;
	top: auto;
	bottom:10%;
	right:auto;
}

/*-------------------------------
コンテンツ
--------------------------------*/
/**NEWS**/
#home .news{
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
	opacity:1;
	margin-top:35px;
}

#home .news .news_wrap{
	max-width:800px;
	width:100%;
	border-radius:10px;
	background-color:rgba(243, 243, 243, 0.7);
	box-sizing: border-box;
    padding: 10px 20px;
}

#home .news .news_wrap h2{
	color:#009bda;
	text-align: center;
	margin-bottom: 10px;
}

#home .news .news_wrap .more{
	border: 1px solid #009bda;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 2px 0;
    color: #009bda;
    display: block;
    width: 100px;
    text-align: center;
	margin-left: auto;
    margin-right: auto;
}

#home .news .news_wrap .more.full_none{
	display:none;
}

#home .news .news_wrap .more img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#home .news .news_wrap .wrap1{
	width: 20%;
    display: inline-block;
    vertical-align: middle;
}

#home .news .news_wrap .wrap2{
	width: 79%;
    display: inline-block;
    vertical-align: middle;
}

#home .news .news_wrap .wrap2 li{
	margin-top:5px;
	margin-bottom:5px;
}

#home .news .news_wrap .wrap2 li a{
	color:#333333;
}

#home .news .news_wrap .wrap2 li .title{
	/*width: 350px;*/
	width: auto;
    display: inline-block;
    vertical-align: top;
}

/**カテゴリー**/
#home .news .news_wrap .wrap2 li .cat{
	color: #ffffff;
    border-radius: 10px;
    display: block;
    display: inline-block;
    box-sizing: border-box;
    padding: 0% 1%;
	width: 100px;
    text-align: center;
	margin-left: 10px;
    margin-right: 10px;
	background-color: #FF9800;
}

#home .news .news_wrap .wrap2 li .cat.media{
    background-color: #e75797;
}

#home .news .news_wrap .wrap2 li .cat.event{
    background-color: #43b58c;
}

#home .news .news_wrap .wrap2 li .cat.about{
    background-color: #009bda;
}

/*-------------------------------
メイン
--------------------------------*/
#home .main{
	/*margin-top: -210px;*/
	position:relative;
	min-width: 1200px;
	overflow-x: hidden;
}

@media screen and (min-width:480px) and ( max-width:1600px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
	#home .main .main_wrap{
		width: 62%;
		margin-left: 5%;
		margin-right: auto;
	}
	
	#home .footer_slide {
		/*margin-top: 10vw;*/
		margin-top:25vw !important;
	}
}

#home .main .wrap1{
	
}

#home .main .wrap1 h2{
	font-size:58px;
	color:#6a9aab;
	font-weight:bold;
	line-height: 1em;
	margin-top:15px;
	margin-bottom:15px;
}

#home .main .wrap1 h2 span{
	color:#333333;
	font-size:50%;
	display:block;
}

#home .main .img{
	text-align:center;
}

#home .main .wrap1 p{
	font-size: 28px;
    margin-bottom: 35px;
    max-width: 650px;
    line-height: 1.3em;
}



#home .main .con1 .img{
	width:36%;
}

#home .main .con1 .bun{
	width:58%;
}

#home .main .wrap2 h3{
	font-weight:bold;
	margin-bottom:10px;
	/*font-size: 26px;*/
	font-size: 38px;
	line-height: 1.2em;
}

#home .main .wrap2{
	margin-top: 35px;
    margin-bottom: 35px;
}

#home .main .wrap3{
	margin-top: 35px;
    margin-bottom: 35px;
}

#home .main .wrap3 h3{
	font-weight:bold;
	margin-bottom:10px;
	/*font-size: 26px;*/
	font-size: 38px;
	line-height: 1.2em;
}

#home .main .wrap4{
	margin-top: 35px;
    margin-bottom: 35px;
}

#home .main .wrap4 h3{
	font-weight: bold;
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 1.3em;
}

#home .main .wrap4 h3 span{
	font-size: 48%;
    display: block;
    line-height: 1.5em;
}

#home .main .wrap5{
	margin-top:50px;
	margin-bottom:50px;
}

#home .main .wrap5 h3{
	color: #6a9aab;
    font-size: 70px;
    text-align: center;
    font-style: oblique;
}

#home .main .wrap5 > p{
	width: 60%;
    font-size: 20px;
    line-height: 1.2em;
}

#home .main .wrap5 .iso{
	color: #6a9aab;
    font-size: 36px;
    line-height: 1em;
    width: 35%;
}

#home .main .wrap5 .ninntei{
	width:48%;
	margin-top: 30px;
}

#home .main .wrap5 .ninntei h4{
	font-size: 22px;
    border-bottom: 2px solid #333333;
    font-weight: bold;
	margin-bottom: 20px;
	
}

#home .main .wrap5 .ninntei img{
	margin:5%;	
}

#home .main .wrap5 .hinshitu{
	width:48%;
	margin-top: 30px;
}

#home .main .wrap5 .hinshitu h4{
	font-size: 22px;
    border-bottom: 2px solid #333333;
    font-weight: bold;
	margin-bottom: 20px;
	
}

#home .main .wrap5 .hinshitu img{
	margin:5%;	
}

/**フッタースライド**/
#home .footer_slide{
	background-image: url(../img/bg_img1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 10px;
    box-sizing: border-box;
	opacity:0;
	position:relative;
	height: 570px;
	margin-top: 220px;
}

#home .footer_slide .slide1{
	position:absolute;
	top:125px;
}

#home .footer_slide .slide1 .img{
	width:40%;
	text-align:center;
}

#home .footer_slide .slide1 .img img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 450px;
    margin-top: -125px;
}

#home .footer_slide .slide1 .bun{
	width:60%;
}

#home .footer_slide .slide1 .bun h2{
	color: #ffffff;
    font-size: 70px;
    font-style: oblique;
}

#home .footer_slide .slide1 .bun p{
	color: #ffffff;
    font-size: 24px;
    line-height: 1.4em;
    margin-top: 30px;
}

#home .footer_slide .slide2 {
	position:absolute;
	/*opacity:0;*/
}

#home .footer_slide .slide2 > .bun{
	width:35%;
	margin-top: 110px;
}

#home .footer_slide .slide2 .bun h2{
	font-size: 60px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#home .footer_slide .slide2 .bun h2 span{
	display: block;
    font-size: 60%;
    line-height: 1.2em;
}

#home .footer_slide .slide2 > .img{
	width:60%;
}

#home .footer_slide .slide2 .slide2_wrap{
	
}

#home .footer_slide .slide2 .slide2_wrap .bun{
	width: 79%;
	display:inline-block;
	vertical-align:middle;
}

#home .footer_slide .slide2 .slide2_wrap .img{
	width:20%;
	display:inline-block;
	vertical-align:middle;
}

#home .footer_slide .slide2 .slide2_wrap .bun h3{
	text-align: left;
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
    margin-bottom: 5px;
    width: 95%;
    font-weight: bold;
}


#home .footer_slide .slide2 .slide2_wrap .bun p{
	color:#ffffff;
	line-height: 1.5em;
	width: 95%;
}

#home .footer_slide .slide2 .slide2_wrap .bun p b{
	font-size:120%;
}

#home .footer_slide .slide2 .slide2_wrap .bun a{
	color: #ffffff;
    margin-top: 5px;
    margin-bottom: 20px;
    display: block;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

/*-------------------------------
サイドメニュー
--------------------------------*/
#home .main .side_menu{
	background-color: #f2f3f4;
    width: 300px;
    position:absolute;
    /*right: 0;*/
	right: -290px;
    top: 0;
    z-index: 99;
	/*padding-bottom: 35px;*/
}

#home .main .side_menu .menu{
	position: absolute;
    top: 0;
    left: -40px;
    display: block;
    background-color: #009bda;
    color: #ffffff;
    box-sizing: border-box;
    padding: 1%;
	cursor: pointer;
}

#home .main .side_menu .side_wrap1{
	
}

#home .main .side_menu .side_wrap1 a{
	display: block;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
    width: 78%;
	line-height: 0;
	margin-top:25px;
	margin-bottom:25px;
	overflow:hidden;
	background-color:#333333;
}

#home .main .side_menu .side_wrap1 a:hover img{
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	opacity: 0.6;
}

#home .main .side_menu .side_wrap1 a p{
	background-color: #ffffff;
    box-sizing: border-box;
    padding: 2% 3%;
    font-weight: bold;
	position: relative;
    z-index: 1;
}

#home .main .side_menu .side_wrap2{
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#home .main .side_menu .side_wrap2 h2{
	text-align:center;
}

#home .main .side_menu .side_wrap2 .youtube{
    letter-spacing: 0.1em;
    font-weight: bold;
    display: inline-block;
	vertical-align: middle;
    color: #333333;
}

#home .main .side_menu .side_wrap2 .youtube img{
	vertical-align:middle;
	margin-right: 0.5em;
}

#home .main .side_menu .side_wrap2 .pamph{
	display: inline-block;
    vertical-align: middle;
    border: 2px solid #333333;
    border-radius: 10px;
    color: #333333;
    font-weight: bold;
    padding: 0% 4%;
    letter-spacing: -0.1em;
    font-size: 14px;
}

#home .main .side_menu .side_wrap3{
	
}

#home .main .side_menu .side_wrap4{
	width: 85%;
    margin-left: auto;
    margin-right: auto;
}

#home .main .side_menu .side_wrap4 .blue{
	display: block;
    background-color: #0E9BDA;
    color: #ffffff;
    font-size: 18px;
    padding: 5%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#home .main .side_menu .side_wrap4 .blue:hover{
	color:#0E9BDA;
	background-color:#ffffff;
	transition-duration: 1.0s;
}

#home .main .side_menu .side_wrap4 .red{
	display: block;
    background-color: #E7161A;
    color: #ffffff;
    font-size: 18px;
    padding: 5%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
	border-radius:15px;
}

#home .main .side_menu .side_wrap4 .red:hover{
	color:#E7161A;
	background-color:#ffffff;
	transition-duration: 1.0s;
}

#home .main .side_menu .side_wrap4 .red img{
	vertical-align:middle;
	margin-right:0.5em;
}

#home .main .side_menu .side_wrap5{
	width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

#home .main .side_menu .side_wrap5 a{
	display: block;
    border: 2px solid #6a9aab;
    color: #6a9aab;
    font-size: 18px;
    padding: 5%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#home .main .side_menu .side_wrap5 a:hover{
	color:#ffffff;
	background-color:#6a9aab;
	transition-duration: 1.0s;
}

/*-------------------------------
フッター
--------------------------------*/
footer{
	
}

footer h1{
	float:left;
	padding:2%;
}

footer nav{
	float:right;
	margin-top: 45px;
}

footer nav >ul > li {
    border-left: none;
    font-size: 14px;
    margin-left: 1em;
    margin-right: 1em;
	width:auto;
}

footer nav >ul > li > a{
	color:#333333;
}

#home footer{
	position:relative;
}

#home .copybg{
	position:relative;
}

/******************************************************
サブページ
*******************************************************/

/******************************************************
会社概要　#about
*******************************************************/
#about{
	
}

#about .sub_menu{
	background-color:#f2f3f4;
	padding-top:15px;
	padding-bottom:15px;
}

#about .sub_menu ul{
	width: 950px;
    margin-left: auto;
    margin-right: auto;
}

#about .sub_menu li{
	float: left;
    text-align: center;
    border-left: 2px solid #333333;
    box-sizing: border-box;
    padding-left: 2em;
    padding-right: 2em;
	
	font-weight: bold;
}

#about .sub_menu li:first-of-type{
	border:none;
}

#about .sub_menu li a{
	color:#333333;
}

#about .top_img{
	background-image: url(../img/about/about_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 510px;
    background-position: center bottom;*/
	height: 200px;
    background-position: center;
    position: relative;
}

#about .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*top: 40%;*/
	top:20%;
}

#about .top_img h2{
	font-size: 68px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#about .wrap1{
	margin-top: 100px;
    margin-bottom: 100px;
}

#about .wrap1 > .fl,#about .wrap1 > .fr{
	width:48%;
}

#about .wrap1 .img, #about .wrap1 .bun{
	width:48%;
}

#about .wrap1 h3{
	font-weight:bold;
	margin-bottom:15px;
}

#about .wrap2{
	margin-top: 100px;
    margin-bottom: 100px;
}

#about .wrap2 h3{
	font-size: 26px;
    margin-bottom: 25px;
    border-bottom: 3px solid;
    width: fit-content;
    margin-left: -500px;
    padding-left: 500px;
    font-weight: bold;
}

/***社長あいさつ***/
#about #aisatu .bun{
	width:70%;
}

#about #aisatu .img{
	width:27%;
	text-align:center;
}

#about #aisatu .bun p{
	margin-bottom:15px;
}

/***会社概要***/
#about #gaiyou table{
	table-layout:fixed;
}

#about #gaiyou table tr{
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
}

#about #gaiyou table th{
	background-color:#f2f3f4;
	vertical-align:text-top;
	width: 30%;
	box-sizing: border-box;
    padding: 2%;
    text-align: left;
}

#about #gaiyou table td{
	vertical-align:middle;
	width: 70%;
	box-sizing: border-box;
    padding: 2%;
    text-align: left;
}

/***公認資格/その他資格***/
#about #shikaku .wrap2_1{
	width:650px;
	margin-left:auto;
	margin-right:auto;
}

#about #shikaku .wrap2_1 .img{
	margin-top:15px;
	margin-bottom:15px;
}

#about #shikaku .wrap2_1 .bun{
	
}

#about #shikaku .wrap2_1 .bun h4{
	margin-bottom:15px;
}

#about #shikaku .wrap2_1 .bun li{
	
}

#about #shikaku .wrap2_1 .bun li span:first-of-type{
	width:150px;
	display: inline-block;
    vertical-align: text-top;
}

#about #shikaku .wrap2_1 .bun li span:last-of-type{
	display: inline-block;
    vertical-align: text-top;
}

/***体制***/
#about #taisei .wrap3_1{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#about #taisei .wrap3_1 img{
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
}

/***沿革***/
#about #enkaku{
	
}

#about #enkaku table{
	
}

#about #enkaku table th{
	width: 20%;
    text-align: left;
    border-bottom: 1px solid #333333;
	padding: 2%;
}

#about #enkaku table td.month{
	width: 8%;
    border-bottom: 1px solid #333333;
    padding: 2%;
    text-align: right;
}

#about #enkaku table td.title{
	width: 60%;
    border-bottom: 1px solid #333333;
    padding: 2%;
}

/***所在地の案内***/
#about #syozaiti{
	
}

#about #syozaiti .wrap4_1{
	float: left;
    width: 48%;
}

#about #syozaiti .wrap4_2{
	float: right;
    width: 48%;
}

/******************************************************
お問い合わせ　#contact
*******************************************************/
#contact{
	
}

#contact .top_img{
	background-image: url(../img/contact/contact_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 510px;
    background-position: center bottom;*/
	height: 200px;
    background-position: center;
    position: relative;
}

#contact .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*top: 40%;*/
	top:20%;
}

#contact .top_img h2{
	font-size: 68px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#contact .wrap1{
	margin-top: 100px;
    margin-bottom: 55px;
}

#contact .wrap1 h3{
	font-size: 26px;
    margin-bottom: 25px;
    border-bottom: 3px solid;
    width: fit-content;
    margin-left: -500px;
    padding-left: 500px;
    font-weight: bold;
}

#contact .wrap2 table{
	
}

#contact .wrap2 table th{
	width: 25%;
    text-align: left;
	box-sizing:border-box;
	padding:2% 0;
	vertical-align:top;
}

#contact .wrap2 table td{
	width:75%;
	box-sizing:border-box;
	padding:2% 0;
}

#contact form input{
	box-sizing:border-box;
	padding:1%;
	border-radius:15px;
	width:100%;
}

#contact form input[type=submit] {
    background-color: #4472c2;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1% 10%;
    cursor: pointer;
    width: 230px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#contact form textarea{
	box-sizing:border-box;
	padding:1%;
	border-radius:15px;
	width:100%;
}




/******************************************************
製品の紹介　#productinfo
*******************************************************/
#productinfo{
	
}

#productinfo .sub_menu{
	background-color:#f2f3f4;
	padding-top:15px;
	padding-bottom:15px;
}

#productinfo .sub_menu ul{
	width: 950px;
    margin-left: auto;
    margin-right: auto;
}

#productinfo .sub_menu li{
	float: left;
    text-align: center;
    border-left: 2px solid #333333;
    box-sizing: border-box;
    padding-left: 2em;
    padding-right: 2em;
	
	font-weight: bold;
}

#productinfo .sub_menu li:first-of-type{
	border:none;
}

#productinfo .sub_menu li a{
	color:#333333;
}

#productinfo .top_img{
	background-image:url(../img/productinfo/productinfo_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 510px;
    background-position: center bottom;*/
	height: 200px;
    background-position: center;
    position: relative;
}

#productinfo .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*top: 40%;*/
	top:20%;
}

#productinfo .top_img h2{
	font-size: 68px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#productinfo .wrap1{
	margin-top: 35px;
    margin-bottom: 35px;
}

#productinfo .wrap1 a{
	float: left;
    margin: 1%;
    position: relative;
	
	display: block;
    line-height: 0;
    overflow: hidden;
    background-color: #333333;
}

#productinfo .wrap1 a:hover img {
    transform: scale(1.1);
    transition-duration: 0.3s;
    opacity: 0.6;
}

#productinfo .wrap1 a p{
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.8);
    color: #ffffff;
    box-sizing: border-box;
    padding: 1%;
}

#productinfo .wrap1 a:first-of-type{
	float:left;
	margin-left:0;
}

#productinfo .wrap1 a:last-of-type{
	float:left;
	margin-right:0;
}

/******************************************************
ボイラー関係設備及び部品　#boiler
*******************************************************/
.maru_logo{
    background-color: #ffeb3b;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #333;
    box-sizing: border-box;
    padding-top: 7px;
    padding-left: 7px;
    border: .1em solid #333;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -1.9em;
	margin-right:0.1em;
}

.controlWrap li {
    display: none;
}
.controlWrap .bx-viewport li {
    display: block !important;
}

/*カスタマイズ用追記CSS Start*/
div.wrap1_2.fl {
    /*width:620px;*/
	display:block;
	margin:40px auto;
}

div.wrap1_2.fl .bx-wrapper {
	margin:0 auto 15px;/*メインスライダーとサムネイルの間の余白を変更*/
}

ul.slide li {
	display:block;
	/*width:620px;/*メインスライダーの横幅*/
	/*height:400px;/*メインスライダーの縦幅*/
}

ul.slide li img{
	display:block;
	/*width:620px;*/
	height:auto;
}

ul.bxslider02 li a {
	display:block;
	width:90px;/*サムネイルの横幅*/
	height:60px;/*サムネイルの縦幅*/
}

ul.bxslider02 li a img{
	display:block;
	width:90px;/*サムネイルの横幅*/
	height:auto;/*サムネイルの縦幅*/
}

div.controlWrap {
	/*width:620px;*/
	display:block;
	position:relative;
	margin:0 auto;
}

div.controlWrap p#PrevIcon a{
	display:block;
	width:13px;/*オリジナルの矢印アイコン画像の横幅を設定しましょう*/
	height:19px;/*オリジナルの矢印アイコン画像の縦幅を設定しましょう*/
	position:absolute;
	background:url(../images/prev.png) left center no-repeat;/*オリジナルの矢印アイコンを設定しています*/
	color:#fff;
	top:20px;
	left:20px;
	text-indent:-9999px;
}

div.controlWrap p#NextIcon a{
	display:block;
	width:20px;/*オリジナルの矢印アイコン画像の横幅を設定しましょう*/
	height:30px;/*オリジナルの矢印アイコン画像の縦幅を設定しましょう*/
	position:absolute;
	background:url(../images/next.png) left center no-repeat;/*オリジナルの矢印アイコンを設定しています*/
	color:#fff;
	top: 20px;
    right: 10px;
    text-indent: -9999px;
    z-index: 999999;
    background-size: contain;
}

div.wrap1_2.fl .bx-wrapper .bx-viewport {
     -moz-box-shadow: 0 0 5px #ccc;
     -webkit-box-shadow: 0 0 5px #ccc;
     box-shadow: 0 0 5px #ccc;
     border: solid #fff 5px;
     left: -5px;
     background: #fff;
}

/*カスタマイズ用追記CSS End*/


.bxslider_seihin li {
	display: none;
}
.bx-viewport .bxslider_seihin li {
	display: block !important;
}

#boiler{
	
}

#boiler .sub_menu{
	background-color:#f2f3f4;
	padding-top:15px;
	padding-bottom:15px;
}

#boiler .sub_menu ul{
	width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#boiler .sub_menu li{
	/*float: left;
    text-align: center;
    border-left: 1px solid #333333;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 14px;*/
	
	float: left;
    text-align: center;
    border-left: 2px solid #333333;
    box-sizing: border-box;
    padding-left: 2em;
    padding-right: 2em;
	
	font-weight: bold;
}

#boiler .sub_menu li:first-of-type{
	border:none;
}

#boiler .sub_menu li a{
	color:#333333;
}

#boiler .top_img{
	background-image:url(../img/productinfo/productinfo_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 510px;
    background-position: center bottom;*/
	height: 200px;
    background-position: center;
    position: relative;
}

#boiler .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*top: 40%;*/
	top:20%;
}

#boiler .top_img h2{
	font-size: 68px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#boiler .wrap1_bg{
	background-color: #0078bf;
    padding-top: 10px;
    padding-bottom: 10px;
}

#boiler .wrap1{
	margin-top: 35px;
    margin-bottom: 35px;
}

#boiler .wrap1 h2{
	color: #ffffff;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: -0.1em;
    margin-bottom: 30px;
}

#boiler .wrap1{
	position:relative;
}

#boiler .wrap1 .one{
	position:relative;
}

#boiler .wrap1 .two{
	position: absolute;
    top: 87px;
	opacity:0;
	left: 0;
    right: 0;
}

#boiler .wrap1 .three{
	position: absolute;
    top: 87px;
	opacity:0;
	left: 0;
    right: 0;
}

#boiler .wrap1 .wrap1_1{
	width:48%;	
}

#boiler .wrap1 .wrap1_2{
	margin-left: -100px;
	width: 600px;
}

#boiler .wrap1 .wrap1_1 h3{
	font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
	line-height: 1.2em;
	margin-left:1.9em;
}

#boiler .wrap1 .wrap1_1 p{
	margin-bottom: 15px;
	color: #ffffff;
    line-height: 1.2em;
}

#boiler .wrap1 .wrap1_1 .map_wrap{
	width:600px;
}

#boiler .wrap1 .wrap1_1 .map{
	/*width: 600px;*/
    /*margin-left: -150px;*/
	/*width: 480px;*/
	width: 600px;
	position:relative;
	z-index: 1;
}

#boiler .wrap1 .wrap1_1 .bun > div{
	display:none;
	
	width: 600px;
    min-height: 125px;
}

#boiler .wrap1 .wrap1_1 .bun > div.active{
	display:block;
}

#boiler .wrap1 .wrap1_2 > div{
	display:none;
}

#boiler .wrap1 .wrap1_2 .active{
	display:block;
}

#boiler .wrap1 .wrap1_1 .map .img{
	/*max-width: initial;*/
	max-width:100%;
}

#boiler .wrap1 .wrap1_1 .map p.ic{
	border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #e2e2e2;
    color: #333333;
    font-weight: bold;
    box-sizing: border-box;
    padding-top: 7px;
    padding-left: 7px;
    border: 0.1em solid #333333;	
}

#boiler .wrap1 .wrap1_1 .map p.ic.active{
	width: 50px;
    height: 50px;
	padding-top: 14px;
    padding-left: 14px;
	margin-left: -7px;
    margin-top: -7px;
	background-color: #FFEB3B;
}

#boiler .wrap1 .wrap1_1 .map .ic_a{
	position: absolute;
    /*top: 200px;
    left: 260px;*/
	/*top: 145px;
    left: 170px;*/
	
	top: 145px;
    left: 136px;
    cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_b{
	position: absolute;
    /*top: 105px;
    left: 255px;*/
	/*top: 65px;
    left: 175px;*/
	top: 85px;
    left: 110px;
    cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_c{
	position: absolute;
    /*top: 235px;
    left: 235px;*/
	/*top: 190px;
    left: 140px;*/
	top: 215px;
    left: 60px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_d{
	position: absolute;
    /*top: 205px;
    left: 110px;*/
	/*top: 140px;
    left: 65px;*/
	top: 275px;
    left: 270px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_e{
	position: absolute;
    /*top: 340px;
    left: 55px;*/
	/*top: 220px;
    left: 20px;*/
	top: 185px;
    left: 300px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_f{
	position: absolute;
   	/*top: 300px;
    left: 360px;*/
	/*top: 200px;
    left: 245px;*/
	top: 215px;
    left: 353px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_g{
	position: absolute;
    /*top: 135px;
    left: 145px;*/
	/*top: 80px;
    left: 90px;*/
	top: 215px;
    left: 449px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_h{
	position: absolute;
    /*top: 140px;
    left: 400px;*/
	/*top: 95px;
    left: 275px;*/
	top: 175px;
    left: 510px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_i{
	position: absolute;
    /*top: 215px;
    right: 85px;*/
	top: 145px;
    right: 120px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_j{
	position: absolute;
    /*top: 195px;
    right: 0;*/
	top: 140px;
    right: 30px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_k{
	position: absolute;
    /*top: 85px;
    right: 0;*/
	top: 50px;
    right: 50px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_l{
	position: absolute;
    /*top: 385px;
    left: 250px;*/
	top: 255px;
    left: 165px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_m{
	position: absolute;
    
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_n{
	position: absolute;
	top: 300px;
    right: 190px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_o{
	position: absolute;
	top: 85px;
    left: 390px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_p{
	position: absolute;
	top: 130px;
    left: 400px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_q{
	position: absolute;
	top: 170px;
    left: 445px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_r{
	position: absolute;
	top: 210px;
    left: 485px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_s{
	position: absolute;
	top: 100px;
    left: 500px;
	cursor: pointer;
}

#boiler .wrap1 .wrap1_1 .map .ic_t{
	position: absolute;
	top: 15px;
    left: 580px;
	cursor: pointer;
}

/*#boiler .wrap1 .wrap1_2 .slide img{
    margin-left: -100px;
	width: 600px;
}*/

#boiler .wrap1 .wrap1_2 img{
	/*max-width: initial;
    width: 600px;*/
	width: 600px;
    height: 450px;
}

#boiler .wrap1 .wrap1_2 .controlWrap img{
	width:100%;
	height:auto;
}

#boiler .wrap2_bg{
    padding-top: 55px;
    padding-bottom: 55px;
}

#boiler .wrap2 .wrap2_1{
	width:23%;
	margin:1%;
	display:block;
	color:#333333;
}

#boiler .wrap2 .wrap2_1 img{
	display: block;
    width: 230px;
    height: 173px;
}

#boiler .wrap2 .wrap2_1 p{
	line-height:1.2em;
}

#boiler .wrap2 .wrap2_1:nth-of-type(4n):after{
	content:"";
	display:block;
	clear:both;
	height: 20px;
}

@media screen and (min-width:481px) and ( max-width:1279px) {
	#boiler .scroll-hint-icon-wrap{
		display:block;
	}
	
	#boiler .wrap1 .wrap1_1 .map_wrap{
		overflow:auto;
		width:100%;
	}
	
	#boiler .wrap1 .wrap1_1 .bun > div{
		width:100%;
	}
	
	#boiler .wrap1 .wrap1_2{
		margin-left: 0px;
    	width: 500px;
	}
}

/******************************************************
ガスタービン関係設備及び部品　#gasturbine
*******************************************************/
.bxslider_seihin li {
	display: none;
}
.bx-viewport .bxslider_seihin li {
	display: block !important;
}

#gasturbine{
	
}

#gasturbine .sub_menu{
	background-color:#f2f3f4;
	padding-top:15px;
	padding-bottom:15px;
}

#gasturbine .sub_menu ul{
	width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#gasturbine .sub_menu li{
	/*float: left;
    text-align: center;
    border-left: 1px solid #333333;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 14px;*/
	
	float: left;
    text-align: center;
    border-left: 2px solid #333333;
    box-sizing: border-box;
    padding-left: 2em;
    padding-right: 2em;
	
	font-weight: bold;
}

#gasturbine .sub_menu li:first-of-type{
	border:none;
}

#gasturbine .sub_menu li a{
	color:#333333;
}

#gasturbine .top_img{
	background-image:url(../img/productinfo/productinfo_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 510px;
    background-position: center bottom;*/
	height: 200px;
    background-position: center;
    position: relative;
}

#gasturbine .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*top: 40%;*/
	top:20%;
}

#gasturbine .top_img h2{
	font-size: 68px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#gasturbine .wrap1_bg{
	background-color: #0078bf;
    padding-top: 10px;
    padding-bottom: 10px;
}

#gasturbine .wrap1{
	margin-top: 35px;
    margin-bottom: 35px;
}

#gasturbine .wrap1 h2{
	color: #ffffff;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: -0.1em;
    margin-bottom: 30px;
}

#gasturbine .wrap1{
	position:relative;
}

#gasturbine .wrap1 .one{
	position:relative;
}

#gasturbine .wrap1 .two{
	position: absolute;
    top: 87px;
	opacity:0;
	left: 0;
    right: 0;
}

#gasturbine .wrap1 .three{
	position: absolute;
    top: 87px;
	opacity:0;
	left: 0;
    right: 0;
}

#gasturbine .wrap1 .wrap1_1{
	width:48%;	
}

#gasturbine .wrap1 .wrap1_2{
	margin-left: -100px;
	width: 600px;
}

#gasturbine .wrap1 .wrap1_1 h3{
	font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
	line-height: 1.2em;
	margin-left:1.9em;
}

#gasturbine .wrap1 .wrap1_1 p{
	margin-bottom: 15px;
	color: #ffffff;
    line-height: 1.2em;
}

#gasturbine .wrap1 .wrap1_1 .map_wrap{
	width:510px;
}

#gasturbine .wrap1 .wrap1_1 .map{
	/*width: 600px;*/
    /*margin-left: -150px;*/
	width: 480px;
	position:relative;
	z-index: 1;
}

#gasturbine .wrap1 .wrap1_1 .bun > div{
	display:none;
}

#gasturbine .wrap1 .wrap1_1 .bun > div.active{
	display:block;
}

#gasturbine .wrap1 .wrap1_2 > div{
	display:none;
}

#gasturbine .wrap1 .wrap1_2 .active{
	display:block;
}

#gasturbine .wrap1 .wrap1_1 .map .img{
	/*max-width: initial;*/
	max-width:100%;
}

#gasturbine .wrap1 .wrap1_1 .map p.ic{
	border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #e2e2e2;
    color: #333333;
    font-weight: bold;
    box-sizing: border-box;
    padding-top: 7px;
    padding-left: 7px;
    border: 0.1em solid #333333;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map p.ic.active{
	width: 50px;
    height: 50px;
	padding-top: 14px;
    padding-left: 14px;
	/*margin-left: -7px;*/
	margin-left: 0x;
    margin-top: -7px;
	background-color: #FFEB3B;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_a{
	position: absolute;
    top: 85px;
    left: 60px;
    cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_b{
	position: absolute;
    top: 45px;
    left: 160px;
    cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_c{
	position: absolute;
    top: 30px;
    left: 115px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_d{
	position: absolute;
    top: 185px;
    left: 35px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_e{
	position: absolute;
    top: 230px;
    left: 75px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_f{
	position: absolute;
   	top: 220px;
    left: 120px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_g{
	position: absolute;
    top: 175px;
    left: 120px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_h{
	position: absolute;
    top: 145px;
    left: 160px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_i{
	position: absolute;
    top: 120px;
    right: 240px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_j{
	position: absolute;
    top: 275px;
    right: 200px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_k{
	position: absolute;
    top: 270px;
    right: 150px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_l{
	position: absolute;
    top: 270px;
    left: 350px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_m{
	position: absolute;
    
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_n{
	position: absolute;
	top: 261px;
    right: 60px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_o{
	position: absolute;
	top: 200px;
    left: 370px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_p{
	position: absolute;
	top: 250px;
    left: 455px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_q{
	position: absolute;
	top: 110px;
    left: 410px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_r{
	position: absolute;
	top: 155px;
    left: 455px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_s{
	position: absolute;
	top: 45px;
    left: 410px;
	cursor: pointer;
}

#gasturbine .wrap1 .wrap1_1 .map .ic_t{
	position: absolute;
	top: 50px;
    left: 265px;
	cursor: pointer;
}

/*#boiler .wrap1 .wrap1_2 .slide img{
    margin-left: -100px;
	width: 600px;
}*/

#gasturbine .wrap1 .wrap1_2 img{
	/*max-width: initial;
    width: 600px;*/
	width: 600px;
    height: 450px;
}

#gasturbine .wrap1 .wrap1_2 .controlWrap img{
	width:100%;
	height:auto;
}

#gasturbine .wrap2_bg{
    padding-top: 55px;
    padding-bottom: 55px;
}

#gasturbine .wrap2 .wrap2_1{
	width:23%;
	margin:1%;
	display:block;
	color:#333333;
}

#gasturbine .wrap2 .wrap2_1 img{
	display: block;
    width: 230px;
    height: 173px;
}

#gasturbine .wrap2 .wrap2_1 p{
	line-height:1.2em;
}

#gasturbine .wrap2 .wrap2_1:nth-of-type(4n):after{
	content:"";
	display:block;
	clear:both;
	height: 20px;
}

@media screen and (min-width:481px) and ( max-width:1279px) {	
	#gasturbine .scroll-hint-icon-wrap{
		display:block;
	}
	
	#gasturbine .wrap1 .wrap1_2{
		margin-left: 0px;
    	width: 500px;
	}
}

/******************************************************
産業用機械　#others
*******************************************************/
/*カスタマイズ用追記CSS Start*/
#others div.wrap1_2 {
    /*width:620px;*/
	display:block;
	margin:40px auto;
}

#others div.wrap1_2 .bx-wrapper {
	margin:0 auto 15px;/*メインスライダーとサムネイルの間の余白を変更*/
}

#others .bx-wrapper .bx-viewport {
     -moz-box-shadow: 0 0 5px #ccc;
     -webkit-box-shadow: 0 0 5px #ccc;
     box-shadow: 0 0 5px #ccc;
     border: solid #fff 5px;
     left: -5px;
     background: #fff;
}

/*カスタマイズ用追記CSS End*/

#others{
	
}

#others .sub_menu{
	background-color:#f2f3f4;
	padding-top:15px;
	padding-bottom:15px;
}

#others .sub_menu ul{
	width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#others .sub_menu li{
	/*float: left;
    text-align: center;
    border-left: 1px solid #333333;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 14px;*/
	
	float: left;
    text-align: center;
    border-left: 2px solid #333333;
    box-sizing: border-box;
    padding-left: 2em;
    padding-right: 2em;
	
	font-weight: bold;
	
}

#others .sub_menu li:first-of-type{
	border:none;
}

#others .sub_menu li a{
	color:#333333;
}

#others .top_img{
	background-image:url(../img/productinfo/productinfo_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 510px;
    background-position: center bottom;*/
	height: 200px;
    background-position: center;
    position: relative;
}

#others .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*top: 40%;*/
	top:20%;
}

#others .top_img h2{
	font-size: 68px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#others .wrap1_bg{
	background-color: #0078bf;
    padding-top: 10px;
    padding-bottom: 10px;
}

#others .wrap1{
	margin-top: 35px;
    margin-bottom: 35px;
}

#others .wrap1 h2{
	color: #ffffff;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: -0.1em;
    margin-bottom: 30px;
}

#others .wrap1{
	position:relative;
}

#others .wrap1 .one{
	position:relative;
	right: 0;
}

#others .wrap1 .wrap1_1{
	width:48%;	
}

#others .wrap1 .wrap1_2{
	/*margin-left: -100px;
	width: 600px;*/
	width: 80%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 35px;
}

#others .wrap1 .wrap1_1 h3{
	font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
	line-height: 1.2em;
}

#others .wrap1 .wrap1_1 p{
	margin-bottom: 15px;
	color: #ffffff;
    line-height: 1.2em;
}

#others .wrap1 .wrap1_1 .map{
	width: 600px;
    margin-left: -150px;
	position:relative;
	z-index: 1;
}

#others .wrap1 .wrap1_1 .bun > div{
	display:none;
}

#others .wrap1 .wrap1_1 .bun > div.active{
	display:block;
}

#others .wrap1 .wrap1_2 > div{
	display:none;
}

#others .wrap1 .wrap1_2 .active{
	display:block;
}

#others .wrap1 .wrap1_1 .map .img{
	max-width: initial;	
}

#others .wrap1 .wrap1_1 .map .ic_a{
	position: absolute;
    top: 100px;
    left: 145px;
    cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_b{
	position: absolute;
    top: 180px;
    left: 150px;
    cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_c{
	position: absolute;
    top: 320px;
    left: 55px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_d{
	position: absolute;
    top: 30px;
    left: 185px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_e{
	position: absolute;
    top: 45px;
    left: 245px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_f{
	position: absolute;
    top: 160px;
    left: 235px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_g{
	position: absolute;
    top: 235px;
    left: 235px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_h{
	position: absolute;
    top: 305px;
    left: 185px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_i{
	position: absolute;
    top: 95px;
    right: 285px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_j{
	position: absolute;
    top: 140px;
    left: 310px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_k{
	position: absolute;
    top: 185px;
    left: 350px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_l{
	position: absolute;
    top: 255px;
    left: 330px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_m{
	position: absolute;
    
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_n{
	position: absolute;
	top: 300px;
    right: 190px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_o{
	position: absolute;
	top: 85px;
    left: 390px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_p{
	position: absolute;
	top: 130px;
    left: 400px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_q{
	position: absolute;
	top: 170px;
    left: 445px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_r{
	position: absolute;
	top: 210px;
    left: 485px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_s{
	position: absolute;
	top: 100px;
    left: 500px;
	cursor: pointer;
}

#others .wrap1 .wrap1_1 .map .ic_t{
	position: absolute;
	top: 15px;
    left: 580px;
	cursor: pointer;
}

/*#boiler .wrap1 .wrap1_2 .slide img{
    margin-left: -100px;
	width: 600px;
}*/

#others .wrap1 .wrap1_2 img{
	/*max-width: initial;
    width: 600px;*/
	/*width: 600px;
    height: 450px;*/
	width: 100%;
    height: 600px;
}

#others .wrap1 .wrap1_2 .controlWrap img{
	width:100%;
	height:auto;
}

#others .wrap2_bg{
    padding-top: 55px;
    padding-bottom: 55px;
}

#others .wrap2 .wrap2_1{
	width:23%;
	margin:1%;
	display:block;
	color:#333333;
}

#others .wrap2 .wrap2_1 img{
	display: block;
    width: 230px;
    height: 173px;
}

#others .wrap2 .wrap2_1 p{
	line-height:1.2em;
}

#others .wrap2 .wrap2_1:nth-of-type(4n):after{
	content:"";
	display:block;
	clear:both;
	height: 20px;
}

/******************************************************
設備の診断と改修工事　#diagnosis
*******************************************************/
#diagnosis{
	
}

#diagnosis .sub_menu{
	background-color:#f2f3f4;
	padding-top:15px;
	padding-bottom:15px;
}

#diagnosis .sub_menu ul{
	width: 950px;
    margin-left: auto;
    margin-right: auto;
}

#diagnosis .sub_menu li{
	float: left;
    text-align: center;
    border-left: 2px solid #333333;
    box-sizing: border-box;
    padding-left: 2em;
    padding-right: 2em;
	
	font-weight: bold;
}

#diagnosis .sub_menu li:first-of-type{
	border:none;
}

#diagnosis .sub_menu li a{
	color:#333333;
}

#diagnosis .top_img{
	background-image:url(../img/diagnosis/diagnosis_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 510px;
    background-position: center bottom;*/
	height: 200px;
    background-position: center;
    position: relative;
}

#diagnosis .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*top: 40%;*/
	top:20%;
}

#diagnosis .top_img h2{
	font-size: 68px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.2em;
	line-height: 1.1em;
}

#diagnosis .wrap1{
	margin-top: 35px;
    margin-bottom: 35px;
}

#diagnosis .wrap1 .wrap1_1{
	width: 555px;
}

#diagnosis .wrap1 .wrap1_2{
	width: 424px;
}

#diagnosis .wrap1 .wrap1_2 img:first-of-type{
	margin-bottom: 12px;
}

#diagnosis .wrap1 .wrap1_3{
	margin-top: 10px;
}

#diagnosis .wrap1 .wrap1_3 img:first-of-type{
	margin-right: 17px;
}

#diagnosis .wrap2{
	margin-top: 65px;
    margin-bottom: 65px;
}

#diagnosis .wrap2 .wrap2_1{
	width:48%;
}

#diagnosis .wrap2 .wrap2_2{
	width:48%;	
}

#diagnosis .wrap3{
	margin-top: 65px;
    margin-bottom: 65px;
}

#diagnosis .wrap4{
	margin-top: 65px;
    margin-bottom: 65px;
}

#diagnosis .wrap2 h2 {
    font-size: 28px;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#diagnosis .wrap2 p {
    margin-bottom: 13px;
	line-height: 1.4em;
}

#diagnosis .wrap3 h2,#diagnosis .wrap4 h2,#diagnosis .wrap5 h2 {
	border-bottom: 3px solid;
	
    width: fit-content;
    margin-left: -500px;
    padding-left: 500px;
	font-weight: bold;
}

#diagnosis .wrap3_1_1{
	display:inline-block;
	vertical-align: top;
}

#diagnosis .wrap3_1_2{
	display:inline-block;
	vertical-align: top;
}

#diagnosis .wrap3_1{
	margin-top:20px;
}

#diagnosis .wrap3_1_2{
	border-left:1px solid #000000;
	margin-left:10px;
	padding-left:10px;
}

#diagnosis .wrap3_1_1 .endo{
	margin-left: 100px;
}

#diagnosis .wrap4_1{
	margin-top:40px;
	margin-bottom:20px;
}

#diagnosis .wrap4_1 img{
	vertical-align:middle;
}

#diagnosis .wrap4_1 .waku{
	position: relative;
    text-align: center;
    background: #d1d1d1;
    height: 170px;
    width: 170px;
    border-radius: 50%;
    display: inline-block;
    margin: 1%;
}

#diagnosis .wrap4_1 .waku:after{
	content: "";
    width: 11px;
    height: 33px;
    background-image: url(../img/diagnosis/diagnosis_img13.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    right: -15px;
    top: 40%;
}

#diagnosis .wrap4_1 .waku p{
	position: absolute;
    top: 50%;
    left: 0;
    width: 135px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    right: 0;
	font-weight: bold;
	font-size:15px;
}

#diagnosis .wrap4_1 .waku:last-of-type:after{
	display:none;
}

#diagnosis .wrap5{
	
}

#diagnosis .wrap5_1{
	
}

#diagnosis .wrap5_1 h3{
	line-height:1.5em;
}

#diagnosis .wrap5_1 .img_wrap{
	margin-top: 25px;
    margin-bottom: 25px;
}

#diagnosis .wrap5_1 .img_wrap:after{
	content:"";
	display:block;
	clear:both;
}

#diagnosis .wrap5_1 .img_wrap p{
	text-align:center;
}

#diagnosis .wrap5_1 .img_wrap img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#diagnosis .wrap5_1 .img_wrap.two .img:nth-of-type(2n){
	float:right;
	width:48%;
}

#diagnosis .wrap5_1 .img_wrap.two .img:nth-of-type(2n+1){
	float:left;
	width:48%;
}

#diagnosis .wrap5_1 .img_wrap.three .img{
	float:left;
	width:33%;
}

/******************************************************
設備の紹介　#equipments
*******************************************************/
#equipments{
	
}

#equipments .sub_menu{
	background-color:#f2f3f4;
	padding-top:15px;
	padding-bottom:15px;
}

#equipments .sub_menu ul{
	width: 950px;
    margin-left: auto;
    margin-right: auto;
}

#equipments .sub_menu li{
	float: left;
    text-align: center;
    border-left: 2px solid #333333;
    box-sizing: border-box;
    padding-left: 2em;
    padding-right: 2em;
	
	font-weight: bold;
}

#equipments .sub_menu li:first-of-type{
	border:none;
}

#equipments .sub_menu li a{
	color:#333333;
}

#equipments .top_img{
	background-image:url(../img/equipments/equipments_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 510px;
    background-position: center bottom;*/
	height: 200px;
    background-position: center;
    position: relative;
}

#equipments .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*top: 40%;*/
	top:20%;
}

#equipments .top_img h2{
	font-size: 68px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#equipments .wrap1{
	margin-top: 35px;
    margin-bottom: 35px;
}

#equipments .wrap1 img{
	
}

#equipments .wrap2{
	border-bottom: 1px solid #333333;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

#equipments .wrap2 h2{
	line-height: 1.5em;
	margin-bottom: 25px;
    padding-bottom: 15px;
	border-bottom: 1px solid #040000;
}

#equipments .wrap2 h2 span{
	display: block;
    font-size: 75%;
    line-height: 1em;
}

#equipments .wrap2 img{
	display:block;
}

#equipments .wrap2 .wrap2_1{
	width: 478px;
}

#equipments .wrap2 .wrap2_1 p{
	font-size: 14px;
}

#equipments .wrap2 .wrap2_1 p span{
	color:#076fb8;
	margin-left: 0.5em;
}

#equipments .wrap2 .wrap2_2{
	width: 315px;
    padding: 0 3%;
    box-sizing: border-box;
}

#equipments .wrap2 .wrap2_2 h3{
	font-size: 24px;
}

#equipments .wrap2 .wrap2_2 h3 span{
	font-size: 60%;
    display: block;
    line-height: 1.2em;
    color: #076fb8;
}

#equipments .wrap2 .wrap2_2 p{
	text-align: left;
    line-height: 1.2em;
    margin-top: 15px;
    margin-bottom: 15px;
}

#equipments .wrap2 .wrap2_3{
	width: 200px;
}

/*#equipments .wrap2 .wrap2_3 p{
	font-size: 14px;
	text-align:left;
	letter-spacing:0;
	line-height:1;
	margin-top:5px;
	margin-bottom:5px;
}

#equipments .wrap2 .wrap2_3 p span{
	color:#076fb8;
	margin-left: 0.5em;
}*/

#equipments .wrap2 .wrap2_2 .cap{
	margin-top:5px;
	margin-bottom:5px;
}

#equipments .wrap2 .cap{
	font-size: 14px;
	text-align:left;
	letter-spacing:0;
	line-height:1;
	margin-top:5px;
	margin-bottom:5px;
}

#equipments .wrap2 .cap span{
	color:#076fb8;
	/*margin-left: 0.5em;*/
}

#equipments .wrap3{
		
}

#equipments .wrap3 table{
	table-layout:fixed;		
}

#equipments .wrap3 table th{
	text-align:left;
	padding:1%;
	box-sizing:border-box;
	background-color: #dddddd;
}

#equipments .wrap3 table th:last-of-type{
	text-align:center;
}

#equipments .wrap3 table td{
	padding: 0.5%;
	border-bottom: 1px dashed #231815;
}

#equipments .wrap3 table td:last-of-type{
	text-align:center;
}

#equipments .wrap3 table td span{
	font-size: 85%;
    margin-left: 1em;
    color: #076fb8;
}

#equipments .wrap3 table .solid{
	border-bottom: 1px solid #231815;
}

/******************************************************
採用情報　#recruit
*******************************************************/
/*#recruit{
	
}

#recruit .top_img{
	background-image: url(../img/about/about_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 510px;
    background-position: center bottom;
    position: relative;
}

#recruit .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 40%;
}

#recruit .top_img h2{
	font-size: 68px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#recruit .wrap1_bg{
	background-color: #d1dde9;
    padding-bottom: 45px;
}

#recruit .wrap1{
	margin-top: 35px;
    margin-bottom: 35px;
}

#recruit .ex_bg{
	position:absolute;
}

#recruit .wrap1_1_bg{
	margin-top: 80px;
}

#recruit .wrap1 .wrap1_1{
	width: 33%;
}

#recruit .wrap1 .wrap1_1_1{
	position: relative;
    
}

#recruit .wrap1 .wrap1_1_1 .img1{
	display: block;
    margin-left: auto;
    margin-right: 70px;
}

#recruit .wrap1 .wrap1_1_1 .img2{
	position: absolute;
    left: 0;
    bottom: 40%;
}

#recruit .wrap1 .wrap1_1_2{
	
}

#recruit .wrap1 .wrap1_1_3{
	
}

#recruit .wrap2_bg{
	background-color: #f0e1cb;
    padding-top: 45px;
    padding-bottom: 45px;
}

#recruit .wrap2{
	margin-top: 35px;
    margin-bottom: 35px;
    width: 48%;
}

#recruit .wrap2 .wrap2_1{
	
}

#recruit .wrap2 .wrap2_1 h2{
	background-image: url(../img/recruit/recruit_img10.png);
    background-size: auto;
    background-position: left;
    background-repeat: no-repeat;
    line-height: 1.2em;
    font-size: 20px;
    padding-bottom: 70px;
    padding-left: 15px;
    color: #3c5078;
    font-weight: bold;
}

#recruit .wrap2.fr .wrap2_1 h2{
	margin-top: 20px;
    padding-bottom: 55px;
    margin-bottom: 20px;
}

#recruit .wrap2 .wrap2_2{
	width:48%;
}

#recruit .wrap2 .wrap2_3{
	width:48%;	
}*/

/******************************************************
採用情報　#recruit
*******************************************************/
#recruit{
	
}

#recruit .top_img{
	/*/*background-image: url(../img/recruit/recruit_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 510px;
    background-position: center;
    position: relative;*/
}

#recruit .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
}

#recruit .top_img img{
	width:100%;
}

#recruit .sub_menu{
	/*background-color:#ffbd00;*/
	margin-top: 35px;
}

#recruit .sub_menu a:hover{
	background-color:#91430d;
	color:#ffffff;
	transition-duration: 1.0s;	
}

#recruit .sub_menu .active{
	background-color:#91430d;
	color:#ffffff;
}

#recruit .sub_menu ul{
	/*display:table;*/
	width:100%;
	display:block;
}

#recruit .sub_menu ul li{
	/*display: table-cell;
    float: left;
    width: 25%;
    border: 1px solid #333333;
	box-sizing:border-box;*/
	
	display: block;
    float: left;
    width: 23%;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 25px;
    margin: 10px 1%;
}

#recruit .sub_menu ul li:nth-child( 4n+1 ){
	clear:both;
}

#recruit .sub_menu ul li a{	
	display: block;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
	border-radius: 25px;
    background-color: #ffbd00;
}

#recruit .sub_menu ul li a:active{
	background-color:#90430d;
}

#recruit h2{
	font-size: 26px;
    margin-bottom: 25px;
    border-bottom: 3px solid;
    width: fit-content;
    margin-left: -500px;
    padding-left: 500px;
    font-weight: bold;
}

#recruit h2 span{
	font-size:75%;
}

#recruit .wrap1{
	margin-top:35px;
	margin-bottom:35px;
}

#recruit .wrap1 .wrap1_1{
	font-size: 0;
}

#recruit .wrap1 dl{
	position: relative;
    width: 23%;
    display: inline-block;
    font-size: 16px;
    margin: 1%;
	overflow: hidden;
	
}

#recruit .wrap1 dl dt{
		
}

#recruit .wrap1 dl dt:hover{
	overflow: hidden;
    background-color: #333333;
}

#recruit .wrap1 dl dt img{
	display:block;
}

#recruit .wrap1 dl dt:hover img{
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	opacity: 0.6;
}

#recruit .wrap1 dl dd{
		
}

#recruit .wrap1 dl dd .job{
	position: absolute;
    top: -15px;
    left: -40px;
    background-color: #4472c1;
    color: #ffffff;
    box-sizing: border-box;
    padding: 13% 15% 2% 15%;
    font-weight: bold;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

#recruit .wrap1 dl dd .name{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #4472c1;
    color: #ffffff;
    box-sizing: border-box;
    padding: 1%;
    font-weight: bold;
}

/*
#recruit .top_img h2{
	font-size: 145px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1em;
    box-shadow: 5px #333;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
}

#recruit .wrap1_bg{
	background-color: #3e77ae;
    padding-bottom: 45px;
}

#recruit .wrap1{
	margin-top: 35px;
    margin-bottom: 35px;
}

#recruit .wrap1 h2{
	font-size: 64px;
    line-height: 1.7em;
    letter-spacing: -1px;
    font-weight: bold;
    color: #fdcf00;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

#recruit .wrap1 h2 span{
	font-size: 65%;
    color: #ffffff;
}

#recruit .wrap1 h2 rt{
	font-size: 50%;
    letter-spacing: -2em;
}

#recruit .wrap1 h2 img{
	vertical-align: middle;
    width: 155px;
    margin-left: 15px;
    margin-right: -20px;
    margin-top: -5px;
}

#recruit .ex_bg{
	position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#recruit .wrap1_1_bg{
	margin-top: 100px;
}

#recruit .wrap1 .wrap1_1{
	width: 28%;
    margin: 0px 2%;
}

#recruit .wrap1 .wrap1_1_1{
	position: relative;   
}

#recruit .wrap1 .wrap1_1_1.a{
	
}

#recruit .wrap1 .wrap1_1_1.b{
	margin-top: 10px;
}

#recruit .wrap1 .wrap1_1_1.c{
	margin-bottom: 15px;
}

#recruit .wrap1 .wrap1_1_1 .img1{
	display: block;
    margin-left: auto;
    margin-right: 0px;
}

#recruit .wrap1 .wrap1_1_1.b .img1{
	margin-right: -25px;
}

#recruit .wrap1 .wrap1_1_1 .img2{
	position: absolute;
    left: 0;
    bottom: 5%;
}

#recruit .wrap1 .wrap1_1_1 .img2 p{
	color: #ffffff;
    line-height: 1.2em;
    font-size: 18px;
}

#recruit .wrap1 .wrap1_1_1 .img2 p span{
	font-size:80%;
	line-height:1.0em;
}

#recruit .wrap1 .wrap1_1_1 .img2 a:hover{
	opacity:0.8;
}

#recruit .wrap1 .wrap1_1_1.c .img1{
    margin-right: -55px;
}

#recruit .wrap1 .wrap1_1_2{
	
}

#recruit .wrap1 .wrap1_1_2 h3{
	font-weight: bold;
    line-height: 1.3em;
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 15px;
    letter-spacing: -0.1em;
    color: #ffffff;
}

#recruit .wrap1 .wrap1_1_2.b h3{
	margin-top: 30px;
    margin-bottom: 20px;
    font-size: 26px;
}

#recruit .wrap1 .wrap1_1_2 p{
	width: 95%;
    margin-left: 0;
	color:#ffffff;
}

#recruit .wrap1 .wrap1_1_2.a img{
	margin-top: 18px;
}

#recruit .wrap1 .wrap1_1_2.b img{
	margin-top: 40px;
}

#recruit .wrap1 .wrap1_1_3{
	margin-top: 15px;
}

#recruit .wrap1 .wrap1_1_3 p{
	color:#ffffff;
}

#recruit .wrap1 .wrap1_1_3 > img{
	display:block;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

#recruit .wrap2_bg{
	background-color: #f0e1cb;
    padding-top: 45px;
    padding-bottom: 45px;
}

#recruit .wrap2_bg .w1000 > h2{
	font-size: 64px;
    line-height: 1.7em;
    letter-spacing: -1px;
    font-weight: bold;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
    color: #19306a;
}

#recruit .wrap2_bg .w1000 > h2 span{
	font-size: 65%;
}

#recruit .wrap2_bg .w1000 > h2 span img{
	vertical-align: middle;
    width: 200px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -5px;
    height: 2px;
}

#recruit .wrap2{
	margin-top: 15px;
    margin-bottom: 35px;
    width: 48%;
}

#recruit .wrap2 .wrap2_1{
	
}

#recruit .wrap2 .wrap2_1 h2{
	background-image: url(../img/recruit/recruit_img10.png);
    background-size: auto;
    background-position: left;
    background-repeat: no-repeat;
    line-height: 1.2em;
    font-size: 20px;
    padding-left: 15px;
    color: #3c5078;
    font-weight: bold;
	margin-top: 0px;
    padding-bottom: 60px;
    margin-bottom: 0px;
	letter-spacing: 0em;
}

#recruit .wrap2.fr .wrap2_1 h2{
	margin-top: 0px;
    padding-bottom: 60px;
    margin-bottom: 0px;
}

#recruit .wrap2 .wrap2_2{
	width: 25%;
	text-align: center;
}

#recruit .wrap2 .wrap2_2 .wrap2_2_1{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
}

#recruit .wrap2 .wrap2_2 .fl{
	width: 100%;
}

#recruit .wrap2 .wrap2_2 .fl p{
	line-height: 1.3em;
}

#recruit .wrap2 .wrap2_2 .fr{
	width: 100%;
    text-align: center;
	margin-top: 5px;
}

#recruit .wrap2 .wrap2_2 a:hover{
	opacity:0.8;
}

#recruit .wrap2 .wrap2_3{
	width: 71%;
}

#recruit .wrap3_bg{
	padding-top: 35px;
    padding-bottom: 35px;
}

#recruit .wrap3_bg .wrap3_1{
	
}

#recruit .wrap3_bg .wrap3_1 h2{
	letter-spacing: 0.5em;
	font-weight: bold;
}

#recruit .wrap3_bg .wrap3_1_1{
	margin-top: 20px;
    margin-bottom: 20px;
}

#recruit .wrap3_bg .wrap3_1_1 h3{
	color: #3c5078;
    font-weight: bold;
	margin-left:1em;
}

#recruit .wrap3_bg .wrap3_1_1 h3:before{
	content:" ";
	background-image:url(../img/recruit/recruit_img21.png);
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	background-size:auto;
	background-position:center;
	display: inline-block;
    vertical-align: sub;
	margin-left:-1em;
}

#recruit .wrap3_bg .wrap3_1_1 ul{
	margin-top: 5px;
    margin-bottom: 5px;
}

#recruit .wrap3_bg .wrap3_1_1 ul li{
	margin-left:1em;
}

#recruit .wrap3_bg .wrap3_1_1 ul li:before{
	content: "●";
    font-family: serif;
    margin-left: -1em;
}
*/

/******************************************************
社長メッセージ　#recruit-message
*******************************************************/
#recruit-message{
	
}

#recruit-message .top_img{
	/*background-image: url(../img/recruit/recruit_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 510px;
    background-position: center;
    position: relative;*/
}


#recruit-message .top_img img{
	width:100%;
}

#recruit-message .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
}

#recruit-message .sub_menu{
	/*background-color:#ffbd00;*/
	margin-top: 35px;
}

#recruit-message .sub_menu a:hover{
	background-color:#91430d;
	color:#ffffff;
	transition-duration: 1.0s;	
}

#recruit-message .sub_menu .active{
	background-color:#91430d;
	color:#ffffff;
}

#recruit-message .sub_menu ul{
	/*display:table;*/
	width:100%;
	display:block;
}

#recruit-message .sub_menu ul li{
	/*display: table-cell;
    float: left;
    width: 25%;
    border: 1px solid #333333;
	box-sizing:border-box;*/
	
	display: block;
    float: left;
    width: 23%;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 25px;
    margin: 10px 1%;
}

#recruit-message .sub_menu ul li:nth-child( 4n+1 ){
	clear:both;
}

#recruit-message .sub_menu ul li a{	
	display: block;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
	border-radius: 25px;
    background-color: #ffbd00;
}

#recruit-message .sub_menu ul li a:active{
	background-color:#90430d;
}

#recruit-message h2{
	font-size: 26px;
    margin-bottom: 25px;
    border-bottom: 3px solid;
    width: fit-content;
    margin-left: -500px;
    padding-left: 500px;
    font-weight: bold;
}

#recruit-message h2 span{
	font-size:75%;
}

#recruit-message .wrap1{
	margin-top:35px;
	margin-bottom:35px;
}

#recruit-message .wrap1 .img{
	margin-top:35px;
	margin-bottom:35px;	
}

#recruit-message .wrap1 .bun{
	margin-top:35px;
	margin-bottom:35px;	
}

#recruit-message .wrap1 .bun p{
	margin-bottom:25px;
}

/******************************************************
会社を知る　#recruit-company
*******************************************************/
#recruit-company{
	
}

#recruit-company .top_img{
	/*background-image: url(../img/recruit/recruit_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 510px;
    background-position: center;
    position: relative;*/
}

#recruit-company .top_img img{
	width:100%;
}

#recruit-company .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
}

#recruit-company .sub_menu{
	/*background-color:#ffbd00;*/
	margin-top: 35px;
}

#recruit-company .sub_menu a:hover{
	background-color:#91430d;
	color:#ffffff;
	transition-duration: 1.0s;	
}

#recruit-company .sub_menu .active{
	background-color:#91430d;
	color:#ffffff;
}

#recruit-company .sub_menu ul{
	/*display:table;*/
	width:100%;
	display:block;
}

#recruit-company .sub_menu ul li{
	/*display: table-cell;
    float: left;
    width: 25%;
    border: 1px solid #333333;
	box-sizing:border-box;*/
	
	display: block;
    float: left;
    width: 23%;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 25px;
    margin: 10px 1%;
}

#recruit-company .sub_menu ul li:nth-child( 4n+1 ){
	clear:both;
}

#recruit-company .sub_menu ul li a{	
	display: block;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
	border-radius: 25px;
    background-color: #ffbd00;
}

#recruit-company .sub_menu ul li a:active{
	background-color:#90430d;
}

#recruit-company h2{
	font-size: 26px;
    margin-bottom: 25px;
    border-bottom: 3px solid;
    width: fit-content;
    margin-left: -500px;
    padding-left: 500px;
    font-weight: bold;
}

#recruit-company h2 span{
	font-size:75%;
}

#recruit-company h3{
	font-weight: bold;
    margin-top: 35px;
    margin-bottom: 35px;
}

#recruit-company .wrap1{
	margin-top:35px;
	margin-bottom:35px;
}

#recruit-company .wrap2{
	margin-top: 65px;
    margin-bottom: 65px;
}

#recruit-company .wrap2 .img{
	float:right;
	width:48%;
}

#recruit-company .wrap2 .bun{
	/*float:left;
	width:48%;*/
}

#recruit-company .wrap1 .bun p{
	margin-bottom:25px;
}

#recruit-company .wrap3{
	margin-top: 65px;
    margin-bottom: 65px;
}

#recruit-company .wrap3 img{
	margin: 1%;
    width: 47%;
}

#recruit-company .wrap3 ul{
	
}

#recruit-company .wrap3 ul li{
	font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

/******************************************************
環境を知る　#recruit-environment
*******************************************************/
#recruit-environment{
	
}

#recruit-environment .top_img{
	/*background-image: url(../img/recruit/recruit_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 510px;
    background-position: center;
    position: relative;*/
}

#recruit-environment .top_img img{
	width:100%;
}

#recruit-environment .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
}

#recruit-environment .sub_menu{
	/*background-color:#ffbd00;*/
	margin-top: 35px;
}

#recruit-environment .sub_menu a:hover{
	background-color:#91430d;
	color:#ffffff;
	transition-duration: 1.0s;	
}

#recruit-environment .sub_menu .active{
	background-color:#91430d;
	color:#ffffff;
}

#recruit-environment .sub_menu ul{
	/*display:table;*/
	width:100%;
	display:block;
}

#recruit-environment .sub_menu ul li{
	/*display: table-cell;
    float: left;
    width: 25%;
    border: 1px solid #333333;
	box-sizing:border-box;*/
	
	display: block;
    float: left;
    width: 23%;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 25px;
    margin: 10px 1%;
}

#recruit-environment .sub_menu ul li:nth-child( 4n+1 ){
	clear:both;
}

#recruit-environment .sub_menu ul li a{	
	display: block;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
	border-radius: 25px;
    background-color: #ffbd00;
}

#recruit-environment .sub_menu ul li a:active{
	background-color:#90430d;
}

#recruit-environment h2{
	font-size: 26px;
    margin-bottom: 25px;
    border-bottom: 3px solid;
    width: fit-content;
    margin-left: -500px;
    padding-left: 500px;
    font-weight: bold;
}

#recruit-environment h2 span{
	font-size:75%;
}

#recruit-environment h3{
	font-weight: bold;
    margin-bottom: 35px;
    font-size: 32px;
	
}

#recruit-environment .wrap1{
	margin-top:35px;
	margin-bottom:35px;
}

#recruit-environment .wrap1 .wrap1_1 .bun{
	float:left;
	width:58%;
	margin-top:25px;
	margin-bottom:25px;
}

#recruit-environment .wrap1 .wrap1_1 .img{
	float:right;
	width:40%;
	margin-top:25px;
	margin-bottom:25px;
}

#recruit-environment .wrap1 .wrap1_1:nth-of-type( 2n ) .bun{
	float:right;
}

#recruit-environment .wrap1 .wrap1_1:nth-of-type( 2n ) .img{
	float:left;
}

#recruit-environment .wrap2{
	
}

#recruit-environment .wrap2 .wrap2_1{
	font-size:0;
}

#recruit-environment .wrap2 .wrap2_1 img{
	width:25%;
}

/******************************************************
募集要項　#recruit-requirements
*******************************************************/
#recruit-requirements{
	
}

#recruit-requirements .top_img{
	/*background-image: url(../img/recruit/recruit_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 510px;
    background-position: center;
    position: relative;*/
}

#recruit-requirements .top_img img{
	width:100%;
}

#recruit-requirements .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
}

#recruit-requirements .sub_menu{
	/*background-color:#ffbd00;*/
	margin-top: 35px;
}

#recruit-requirements .sub_menu a:hover{
	background-color:#91430d;
	color:#ffffff;
	transition-duration: 1.0s;	
}

#recruit-requirements .sub_menu .active{
	background-color:#91430d;
	color:#ffffff;
}

#recruit-requirements .sub_menu ul{
	/*display:table;*/
	width:100%;
	display:block;
}

#recruit-requirements .sub_menu ul li{
	/*display: table-cell;
    float: left;
    width: 25%;
    border: 1px solid #333333;
	box-sizing:border-box;*/
	
	display: block;
    float: left;
    width: 23%;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 25px;
    margin: 10px 1%;
}

#recruit-requirements .sub_menu ul li:nth-child( 4n+1 ){
	clear:both;
}

#recruit-requirements .sub_menu ul li a{	
	display: block;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
	border-radius: 25px;
    background-color: #ffbd00;
}

#recruit-requirements .sub_menu ul li a:active{
	background-color:#90430d;
}

#recruit-requirements h2{
	font-size: 26px;
    margin-bottom: 25px;
    border-bottom: 3px solid;
    width: fit-content;
    margin-left: -500px;
    padding-left: 500px;
    font-weight: bold;
}

#recruit-requirements h2 span{
	font-size:75%;
}

#recruit-requirements h3{
	font-weight: bold;
    margin-bottom: 35px;
    font-size: 32px;
	
}

#recruit-requirements .wrap1{
	margin-top:35px;
	margin-bottom:35px;
}

#recruit-requirements .wrap1 table{
	
}

#recruit-requirements .wrap1 table tr{
	border-bottom:1px solid #333333;
}

#recruit-requirements .wrap1 table th{
	width: 15%;
    text-align: left;
	box-sizing:border-box;
	padding:2% 0;
}

#recruit-requirements .wrap1 table td{
	width:85%;
	box-sizing:border-box;
	padding:2% 0;
}

#recruit-requirements .wrap1 table td p{
	
}

#recruit-requirements .wrap1 table td p span{
	display: inline-block;
    vertical-align: top;
}

#recruit-requirements .wrap2 p{
	margin-top: 45px;
    margin-bottom: 45px;
}

#recruit-requirements .wrap3 .wrap3_1{
	margin-top: 25px;
    margin-bottom: 25px;
}

#recruit-requirements .wrap3 table{
	
}

#recruit-requirements .wrap3 table th{
	width: 25%;
    text-align: left;
	box-sizing:border-box;
	padding:2% 0;
	vertical-align:top;
}

#recruit-requirements .wrap3 table td{
	width:75%;
	box-sizing:border-box;
	padding:2% 0;
}

#recruit-requirements form input{
	box-sizing:border-box;
	padding:1%;
	border-radius:15px;
	width:100%;
}

#recruit-requirements form input[type=submit] {
    background-color: #4472c2;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1% 10%;
    cursor: pointer;
    width: 230px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#recruit-requirements form textarea{
	box-sizing:border-box;
	padding:1%;
	border-radius:15px;
	width:100%;
}

/******************************************************
募集要項　#recruit-qa
*******************************************************/
#recruit-qa{
	
}

#recruit-qa .top_img img{
	width:100%;
}

#recruit-qa .top_img{
	/*background-image: url(../img/recruit/recruit_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 510px;
    background-position: center;
    position: relative;*/
}

#recruit-qa .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
}

#recruit-qa .sub_menu{
	/*background-color:#ffbd00;*/
	margin-top: 35px;
}

#recruit-qa .sub_menu a:hover{
	background-color:#91430d;
	color:#ffffff;
	transition-duration: 1.0s;	
}

#recruit-qa .sub_menu .active{
	background-color:#91430d;
	color:#ffffff;
}

#recruit-qa .sub_menu ul{
	/*display:table;*/
	width:100%;
	display:block;
}

#recruit-qa .sub_menu ul li{
	/*display: table-cell;
    float: left;
    width: 25%;
    border: 1px solid #333333;
	box-sizing:border-box;*/
	
	display: block;
    float: left;
    width: 23%;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 25px;
    margin: 10px 1%;
}

#recruit-qa .sub_menu ul li:nth-child( 4n+1 ){
	clear:both;
}

#recruit-qa .sub_menu ul li a{	
	display: block;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
	border-radius: 25px;
    background-color: #ffbd00;
}

#recruit-qa .sub_menu ul li a:active{
	background-color:#90430d;
}

#recruit-qa h2{
	font-size: 26px;
    margin-bottom: 25px;
    border-bottom: 3px solid;
    width: fit-content;
    margin-left: -500px;
    padding-left: 500px;
    font-weight: bold;
}

#recruit-qa h2 span{
	font-size:75%;
}

#recruit-qa h3{
	font-weight: bold;
    margin-bottom: 15px;
    font-size: 32px;
	
}

#recruit-qa .wrap1{
	margin-top:35px;
	margin-bottom:35px;
}

#recruit-qa .wrap1 .wrap1_1{
	margin-top: 25px;
    margin-bottom: 25px;
}

#recruit-qa .wrap1 .wrap1_1 .bun{
	float:left;
	width:58%;
}

#recruit-qa .wrap1 .wrap1_1 .img{
	float:right;
	width:40%;
	margin-top: 15px;
}

#recruit-qa .wrap1 .wrap1_1:nth-of-type( 2n ) .bun{
	float:right;
}

#recruit-qa .wrap1 .wrap1_1:nth-of-type( 2n ) .img{
	float:left;
}

#recruit-qa .wrap2 .wrap2_1{
	margin-top: 25px;
    margin-bottom: 25px;
}

#recruit-qa .wrap2 .wrap2_1 .bun{
	float:left;
	width:58%;
}

#recruit-qa .wrap2 .wrap2_1 .img{
	float:right;
	width:40%;
	margin-top: 15px;
}

#recruit-qa .wrap2 .wrap2_1:nth-of-type( 2n ) .bun{
	float:right;
}

#recruit-qa .wrap2 .wrap2_1:nth-of-type( 2n ) .img{
	float:left;
}

#recruit-qa .wrap1 ul{
	margin-bottom: 35px;
}

#recruit-qa .wrap1 li{
	margin-left:1em;
	margin-top:10px;
	margin-bottom:10px;
}

#recruit-qa .wrap1 li.q{
	color: red;
}

#recruit-qa .wrap1 li.a{
	color:darkblue;
}

#recruit-qa .wrap1 li.q:before{
	content:"Q";
	margin-left:-1em;
	margin-right: 0.3em;
	color: red;
}

#recruit-qa .wrap1 li.a:before{
	content:"A";
	margin-left:-1em;
	margin-right: 0.3em;
	color: darkblue;
}

#recruit-qa .wrap2 ul{
	margin-bottom: 35px;
}

#recruit-qa .wrap2 li{
	margin-left:1em;
	margin-top:10px;
	margin-bottom:10px;
}

#recruit-qa .wrap2 li.q{
	color: red;
}

#recruit-qa .wrap2 li.a{
	color: darkblue;
}

#recruit-qa .wrap2 li.q:before{
	content:"Q";
	margin-left:-1em;
	margin-right: 0.3em;
	color: red;
}

#recruit-qa .wrap2 li.a:before{
	content:"A";
	margin-left:-1em;
	margin-right: 0.3em;
	color: darkblue;
}

/******************************************************
CAD　#recruit-cad
*******************************************************/
#recruit-cad{
	
}

#recruit-cad .top_img img{
	width:100%;
}

#recruit-cad .top_img{
	/*background-image: url(../img/recruit/recruit_img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 510px;
    background-position: center;
    position: relative;*/
}

#recruit-cad .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
}

#recruit-cad .sub_menu{
	/*background-color:#ffbd00;*/
	margin-top: 35px;
}

#recruit-cad .sub_menu a:hover{
	background-color:#91430d;
	color:#ffffff;
	transition-duration: 1.0s;	
}

#recruit-cad .sub_menu .active{
	background-color:#91430d;
	color:#ffffff;
}

#recruit-cad .sub_menu ul{
	/*display:table;*/
	width:100%;
	display:block;
}

#recruit-cad .sub_menu ul li{
	/*display: table-cell;
    float: left;
    width: 25%;
    border: 1px solid #333333;
	box-sizing:border-box;*/
	
	display: block;
    float: left;
    width: 23%;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 25px;
    margin: 10px 1%;
}

#recruit-cad .sub_menu ul li:nth-child( 4n+1 ){
	clear:both;
}

#recruit-cad .sub_menu ul li a{	
	display: block;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    color: #333333;
    font-weight: bold;
    font-size: 20px;
	border-radius: 25px;
    background-color: #ffbd00;
}

#recruit-cad .sub_menu ul li a:active{
	background-color:#90430d;
}

#recruit-cad h2{
	font-size: 26px;
    margin-bottom: 25px;
    border-bottom: 3px solid;
    width: fit-content;
    margin-left: -500px;
    padding-left: 500px;
    font-weight: bold;
}

#recruit-cad h2 span{
	font-size:75%;
}

#recruit-cad h3{
	font-weight: bold;
    margin-bottom: 15px;
    font-size: 32px;
	
}

#recruit-cad .wrap1{
	margin-top:35px;
	margin-bottom:35px;
}

#recruit-cad .job_sub_menu{
	margin-top: 35px;
}

#recruit-cad .job_sub_menu ul{
	
}

#recruit-cad .job_sub_menu ul li{
    float: left;
    width: 23%;
    border: 1px solid #333333;
    box-sizing: border-box;
    margin: 1%;
    text-align: center;
    /*padding: 1%;*/
    background-color: #4472c2;
	font-weight: bold;
}

#recruit-cad .job_sub_menu ul li a{
	color: #ffffff;
    display: block;
    box-sizing: border-box;
    padding: 5%;
	text-align: center;
}

#recruit-cad .job_sub_menu ul li a:hover{
	background-color:#ffffff;
	color:#4472c2;
	transition-duration: 1.0s;	
}

#recruit-cad .wrap1 .wrap1_1{
	margin-top: 45px;
    margin-bottom: 45px;
}

#recruit-cad .wrap1 .wrap1_1 .bun{
	float:left;
	width:58%;
}

#recruit-cad .wrap1 .wrap1_1 .img{
	float:right;
	width:40%;
}

#recruit-cad .wrap1 .wrap1_1:nth-of-type( 2n ) .bun{
	float:right;
}

#recruit-cad .wrap1 .wrap1_1:nth-of-type( 2n ) .img{
	float:left;
}

#recruit-cad .wrap1 li.q:before{
	content:"◎";
	margin-left: -1.3em;
	margin-right: 0.3em;
	font-family: serif;
}

#recruit-cad .wrap1 li.q{
	font-weight:bold;
}

#recruit-cad .wrap1 li.a:before{
	content:"●";
	margin-left: -1.3em;
	margin-right: 0.3em;
	font-family: serif;
}

#recruit-cad .wrap1 ul{
	margin-bottom: 35px;
}

#recruit-cad .wrap1 li{
	margin-left:1em;
	margin-top:10px;
	margin-bottom:10px;
}

/******************************************************
動画ギャラリー　.movie
*******************************************************/
.movie{
	
}

.movie .top_img{
	background-image:url(../img/movie/movie_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 510px;
    background-position: center bottom;*/
	height: 200px;
    background-position: center;
    position: relative;
}

.movie .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*top: 40%;*/
	top:20%;
}

.movie .top_img h2{
	font-size: 68px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.movie iframe{
	width: 47%;
    margin: 1%;
}

/******************************************************
個人情報保護方針　.privacypolicy
*******************************************************/
.privacypolicy{
	
}

#privacypolicy .top_img{
	background-image: url(../img/about/about_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 510px;
    background-position: center bottom;*/
	height: 200px;
    background-position: center;
    position: relative;
}

#privacypolicy .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*top: 40%;*/
	top:20%;
}

#privacypolicy .sub_menu{
	background-color:#f2f3f4;
	padding-top:15px;
	padding-bottom:15px;
}

#privacypolicy .sub_menu ul{
	width: 950px;
    margin-left: auto;
    margin-right: auto;
}

#privacypolicy .sub_menu li{
	float: left;
    text-align: center;
    border-left: 2px solid #333333;
    box-sizing: border-box;
    padding-left: 2em;
    padding-right: 2em;
	
	font-weight: bold;
}

#privacypolicy .sub_menu li:first-of-type{
	border:none;
}

#privacypolicy .sub_menu li a{
	color:#333333;
}

#privacypolicy .top_img h2{
	font-size: 68px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#privacypolicy .wrap1{
	margin-top: 100px;
    margin-bottom: 100px;
}

#privacypolicy .wrap1 h3{
	font-size: 26px;
    margin-bottom: 25px;
    border-bottom: 3px solid;
    width: fit-content;
    margin-left: -500px;
    padding-left: 500px;
    font-weight: bold;
}

/******************************************************
お知らせ　#news
*******************************************************/
#news{
	
}

#news .top_img{
	background-image: url(../img/topimg1_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 510px;
    background-position: center bottom;*/
	height: 200px;
    background-position: center;
    position: relative;
}

#news .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*top: 40%;*/
	top:20%;
}

#news .top_img h2{
	font-size: 68px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#news .wrap1{
	margin-top: 100px;
    margin-bottom: 100px;
}

#news .wrap1 h3{
	font-size: 26px;
    margin-bottom: 25px;
    border-bottom: 3px solid;
    width: fit-content;
    margin-left: -500px;
    padding-left: 500px;
    font-weight: bold;
}



/**NEWS**/
#news .main{
	min-height:50vh;
}

#news .main ul{
	margin-top:45px;
	margin-bottom:45px;
}


#news .main li{
	margin-top:10px;
	margin-bottom:10px;
}

#news .main li a{
	color:#333333;
}

/**カテゴリー**/
#news .main li .cat{
	color: #ffffff;
    border-radius: 10px;
    display: block;
    display: inline-block;
    box-sizing: border-box;
    padding: 0% 1%;
	width: 100px;
    text-align: center;
	margin-left: 10px;
    margin-right: 10px;
	background-color: #FF9800;
}

#news .main li .cat.media{
    background-color: #e75797;
}

#news .main li .cat.event{
    background-color: #43b58c;
}

#news .main li .cat.about{
    background-color: #009bda;
}

#news .fl{
width: calc(75% - 20px);
}

#news .sideCat{
    margin-top: 45px;
	margin-bottom: 45px;
}

#news .sideCat h4{
	padding: 1em;
    background-color: #009bda;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: bold;
    width: 100%;
	box-sizing: border-box;
}
#news .sideCat ul {
    margin-top: 0px;
    margin-bottom: 0px;
}
#news .sideCat a{
	padding: 0.5em;
    display: block;
    width: 100%;
	box-sizing: border-box;
	border-bottom: 1px dotted #333333;
}
/******************************************************
個別投稿　#single
*******************************************************/
#single{
	
}

#single .top_img{
	background-image: url(../img/topimg1_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 510px;
    background-position: center bottom;*/
	height: 200px;
    background-position: center;
    position: relative;
}


#single .top_img .w1000{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*top: 40%;*/
	top:20%;
}

#single .top_img h2{
	font-size: 68px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.2em;
}

#single .main{
	min-height:50vh;
}

#single h3{
	border-bottom: 0.1em solid #009bda;
    box-sizing: border-box;
    padding: 1% 0;
    line-height: 1.2em;
    margin-top: 15px;
    margin-bottom: 15px;
	font-weight:bold;
}

#single .date{
	text-align:right;
}

#single .bun{
	margin-top: 5px;
    margin-bottom: 5px;
}

#single .img{
	margin-top:25px;
	margin-bottom:25px;
}

#single .img:after{
	content:"";
	display:block;
	clear:both;
}

#single .img .one{
	text-align:center;
}

#single .img .two > a{
	float:left;
	width:48%;
	margin-left:0;
	margin-right:2%;
	text-align: center;
}

#single .img .two > a:nth-of-type(2n){
	float:left;
	margin-left:2%;
	margin-right:0;
}

#single .img .two > a:nth-of-type(2n+1){
	clear:both;
}

#single .img .three > a{
	float:left;
	width: 31%;
    margin: 1%;
}

#single .img .three > a:nth-of-type(3n+1){
	clear:both;
}

#single .img a{
	color:#333333;
}

#single .img a p{
	font-size: 80%;
    line-height: 1.2em;
	margin-bottom: 15px;
}

#single .movie{
	margin-top:25px;
	margin-bottom:25px;
}

/******************************************************
ページ送り　#single_navi
*******************************************************/
#single_navi{
	margin-top: 35px;
    margin-bottom: 35px;
}

#single_navi .post_previous{
	display: inline-block;
    vertical-align: middle;
    width: 33%;
	text-align: right;
}

#single_navi .post_previous a{
	display: inline-block;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 25px;
    border: 1px solid #333333;
}

#single_navi .post_previous a:before{
	content:"<";
	margin-right:0.5em;
}

#single_navi .post_list{
	display: inline-block;
    vertical-align: middle;
    width: 32%;
	text-align:center;
}

#single_navi .post_list a:before{
	
}

#single_navi .post_next{
	display: inline-block;
    vertical-align: middle;
    width: 33%;
	text-align: left;
}

#single_navi .post_next a{
	display: inline-block;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 25px;
    border: 1px solid #333333;
}

#single_navi .post_next a:after{
	content:">";
	margin-left:0.5em;
}

#single_navi a{
	color:#333333;
}

.wp-pagenavi {
    clear: both;
    text-align: center;
    font-size: 18px;
	margin-top:35px;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    padding: 5px 10px;
    margin: 2px;
    color: #333333;
}

/*****************************
メディアクエリ　1200px以下　480px以上
*****************************/
@media screen and (min-width:481px) and ( max-width:1200px) {
    body {
		min-width: 100%;
	}
	header {
		min-width: 100%;
	}
	#home .main{
		min-width: 100%;
	}
	header .right{
		float:none;
	}
	.w1200 {
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
}