@charset "UTF-8";
/* CSS Document */
html{
}

body{
	margin:0px;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;/*　フォントの基準サイズ　*/
	line-height: 1.6em;/*　行間　*/
	color: #000000;/*　フォントカラー　*/
	-webkit-text-size-adjust: 100%;/*　文字サイズの固定　*/
}

p,ul,li,dl,dt,dd,img,h1,h2{
	margin:0px;
	padding:0px;
}

a { /*　FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}

a:link,a:hover,a:visited{/*　リンク・カーソルを乗せた時・来訪済みのリンク　*/
	text-decoration:none;/*　リンクの下線を消す　*/
	color:#3333ff;/* リンクの文字色を指定する　*/
	}

li{
	list-style-type:none;
}

img{
	vertical-align: bottom;/*　画像の基準を底部に指定　*/
	border-style:none;
	box-shadow: #000 0 0 0;
	max-width: 100%;
	height: auto;
}

x:-moz-any-link, x:default {
	box-shadow: #000 0 0 0;/*　FireFoxフェード時のズレを軽減する(IE7)　*/
}

table,th,td{
border-collapse: collapse;/*　セル同士の隙間をなくす　*/
border: 0 ;/*　セルの枠線をなくす　*/
}

input[type="submit"] {
  -webkit-appearance: none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear:after{
	content:'.';
	display:block;
	height:0;
	text-indent:-9999px;
	clear:both;/*　float消去用汎用class名　*/
}
.center{
	margin:0 auto;
	text-align:center;
}
.bold{
	font-weight:bold;
}
.mincho{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.ja{
	font-family:"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/*==============================
　Now loading
==============================*/

#loading{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 9999;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 10000;
}

/*==============================
　ヘッダー
==============================*/
.header{
	width:100%;
	max-height:90px;
	background:#ffffff;
}

.header_wrapper{
	max-width:100%;
	margin:0 auto;
}

.header .logo{
	float:left;
}

.header .logo.sideA{
	width:75%;
}
.header .logo.sideA img,
.header .logo.sideB img{
	max-height:90px;
}
.header .logo.sideB{
	width:25%;
}

.header .logo.sideB a,
.header .logo.sideC a{
	display:block;
	width:100%;
}
/*==============================
　ヘッダーメニュー
==============================*/
/*==============================
　フッター
==============================*/
.footer{
	display:block;
	width:100%;
	margin:0 auto;
	padding:2em 0;
	/*design*/
	background:#e6e6e6;
}

.footer_container{
	max-width:100%;
	line-height: 2em;
	margin:0 auto;
    text-align:center;
	/*design*/
    background:#e6e6e6;
    }

.footer_container #footer_menu{
	line-height: 1.4em;
	margin: 0 auto;
	padding:1px 0 0;
	/*design*/
	color: #000000;
    background:#ffffff;
	border-top:1px solid #cccccc;
}
.footer_container #footer_menu li{
	border-bottom:1px solid #cccccc;
}
.footer_container #footer_menu li:first-child{
	border-top:1px solid #cccccc;
}
.footer_container #footer_menu li a{
	display:block;
	padding:1em 1.5em;
	box-sizing:border-box;
	color:#000000;
	text-align:left;
	background: url(../img/common/arrow_icon.png) no-repeat right center #ffffff;
    text-decoration:none;
}
.footer_container #footer_menu li a span{
	display:none;
}
.footer_container .detail{
	font-size:80%;
	line-height:160%;
	color: #000000;
}
.footer_container .bk_btn{
	width:100%;
	margin-top:0.8em;
	padding:0.3em 2.5%;
	background:#000000;
}
.footer_container .bk_btn li{
	float:left;
	width:46%;
	margin-left:3%;
	border:1px solid #ffffff;
	box-sizing:border-box;
	background:no-repeat left center;
	background-size:contain;
}
.footer_container .bk_btn li:first-child{
	margin-left:0;
}
.footer_container .bk_btn li#btnPC{
	background-image:url(../img/footer/pcmode.gif);
}
.footer_container .bk_btn li.gototop{
	background-image:url(../img/footer/gototop.gif);
}
.footer_container .bk_btn li a{
	display:block;
	width:100%;
	padding:0.5em 0 0.5em 1.7em;
	color:#ffffff;
	text-align:center;
	box-sizing:border-box;
}
.footer_container .bk_btn:after{
	content: '.';
    display: block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
#copyright{
	/*design*/
	color:#000000;
	margin-top:1.5em;
	font-weight:bold;
}
.footer .logo{
	width:50%;
	margin:1.5em auto 0;
}
#sb-site, .sb-site-container{
	background:#000000;
}

/*==============================
　コンテンツ
==============================*/
.contents{
	max-width:100%;
	margin:0 auto;
}

/*==============================
　共有css
==============================*/
/*--ぱんくずリスト--*/
.pankuz{
	display:none;
}

/*--左カラム--*/
.left_column{
	display:none;
}

/*--右カラム--*/
.right_column{
	float:right;
	width:100%;
}

/*--サイドメニュー--*/
.side_menu{
	margin-bottom:3em;
}

.side_menu li{
	height:3em;
}

.side_menu a{
	width:1%;
	display: table-cell;
	height: 3em;/*仮値*/
    vertical-align: middle;
    text-align: center;
}

.side_menu li a{
	/*design*/
	color:#333333;
	background-color:#eeeeee;
}
.side_menu .start a{
	/*design*/
	color:#ffffff;
	background-color:#888888;
	border-radius: 10px 10px 0px 0px;
}

.side_menu .sp{
 margin:0 auto;
 font-size:100%;
}
.side_menu .sp .sidemenu_select{
 overflow: hidden;
 width:100%;
 box-sizing:border-box;
 vertical-align: middle;
 position:relative;
}
.side_menu .sp .sidemenu_select .select_arrow{
	position:absolute;
	top:0;
	right:0;
}
.side_menu .sp select {
 /*-moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;*/
 border-radius: 8px;
 margin: 0 auto;
 padding:0 2%; 
 font-weight:bold;
 text-shadow:#fff 0px 2px 0px;
 background: linear-gradient(rgba(255,255,255,1), rgba(214,214,214,1));/* IE10+, W3C */
 background: -moz-linear-gradient(rgba(255,255,255,1), rgba(214,214,214,1));/* FF3.6+ */
 background:-webkit-gradient(linear, top,bottom, from(rgba(255,255,255,1)), to(rgba(214,214,214,1)));/* Chrome10+, Safari5.1+ */
 border:1px solid #ccc;
 vertical-align: middle;
 font-size: inherit;
 color: inherit;
 box-sizing: content-box;
 width: 90%;
 height:3em;
}

.tinynav {
	display: block;
}

.foo {
	display: none;
}

/*--メールフォームボタン--*/

.mail_link{
	width:100%;
	margin:15px 0 50px 0;
	/*design*/
}

.mail_link .text{
	margin:0 8% 20px;
	line-height:160%;
}

.mail_btn a{
	display:block;
	width:76%;
	padding:1em 8% 1em 0;
	margin:0 auto;
	/*design*/
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	font-size:100%;
	background:url(../img/link/arrow_icon_mailbtn.gif) no-repeat right center #000000;
}


/*矢印*/
table.arrow{
	width:64px;
	margin:0 auto 2em;
}
table.arrow th {
	width:32px;
	height:32px;
	border:none;
	background-image: linear-gradient(45deg, transparent 48%, #00b0bf 49%, #00b0bf 51%, transparent 52%, transparent);
}
table.arrow td {
	width:32px;
	height:32px;
	border:none;
	background-image: linear-gradient(-45deg, transparent 48%, #00b0bf 49%, #00b0bf 51%, transparent 52%, transparent);
}
/*下層ページ　ヘッドビュー*/
#head_view{
	width:100%;
	position:relative;
	background-position:center;
	background-size:cover;
}
#head_view .bg{
	height:150px;
	background-size:100% auto;
	background-color:rgba(0,0,0,0.5);
}
#head_view .bg h2{
	width:100%;
	height:192px;
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
}
#head_view .bg h2 > span{
	color:#ffffff;
	font-size:160%;
	line-height:80%;
	font-weight:bold;
	width:9999px;
	height:192px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
#head_view .bg h2 > span > span{
	font-size:40%;
	font-weight:normal;
}
/*下層ページ　明朝体見出し*/
#greetings dt,
#scheme dt{
	width:96%;
	margin: 1.2em auto 0.6em;
	text-align:center;
	font-size:1.6em;
	line-height:160%;
}
#greetings dt span,
#scheme dt span{
	font-size:0.8em;
}
/*==============================
　トップページ
==============================*/
#top #first_view{
	width:100%;
	height:913px;
	background-image:url(../img/top/bg_screen.jpg),url(../img/top/bg01.jpg);
	background-blend-mode:screen,normal;
	mix-blend-mode:screen,normal;
	background-position:center;
	background-size:cover;
	position:relative;
}
@media all and (-ms-high-contrast:none){
  #head_view .bg {
   	background-image:none;
  }
}
@supports (-ms-ime-align:auto) {
  #head_view .bg {
   	background-image:none;
  }
}
#top #first_view .fv_title{
	position:absolute;
	top:0;
	right:0;
	bottom:50px;
	left:0;
	margin:auto;
	height:65%;
	text-align:center;
}
#top #first_view .fv_title img{
	height:100%;
}
#top #first_view .scroll{
	position:absolute;
	right:0;
	bottom:5%;
	left:0;
	margin:auto;
	text-align:center;
	height:10%;
}
#top #first_view .scroll img{
	height:100%;
}
#top #first_view .bg_bk{
	background-color:rgba(0,0,0,0.5);
	height:100%;
}

.imageHolder{
	background-color:#000000;
}
.imageHolder img.img-holder-img{
	opacity:0.6;
}
#top .section_wrapper{
	font-size:200%;
	height:3.8em;
}
#top .holder_wrapper{
	font-size:200%;
	height:6em;
}
#top .section_wrapper{
	color:#000000;
	background: url(../img/common/arrow_icon.png) no-repeat right center;
}
#top .holder_wrapper{
	color:#ffffff;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#top .section_wrapper .move,
#top .holder_wrapper .move{
	height:100%;
}
#top .holder_wrapper#service_link{
	background-image:url(../img/top/bg02.jpg);
}
#top .holder_wrapper#contact_link{
	background-image:url(../img/top/bg03.jpg);
}
#top .section_wrapper .left{
	width:100%;
	height:100%;
}
#top .holder_wrapper .box{
	width:100%;
	height:100%;
	background:url(../img/common/arrow_icon.png) no-repeat right center rgba(0,0,0,0.4);
}
#top .section_wrapper .title,
#top .holder_wrapper .title{
	height:100%;
	line-height:65%;
	text-align:center;
	font-weight:bold;
}
#top .section_wrapper .title span,
#top .holder_wrapper .title span{
	font-size:40%;
	font-weight:normal;
}
#top .section_wrapper .title a{
	display:block;
	width:100%;
	height:100%;
	padding:1.3em 0 0.8em;
	box-sizing:border-box;
}
#top .holder_wrapper .title a{
	display:block;
	width:100%;
	height:100%;
	padding:2.3em 0 0.8em;
	box-sizing:border-box;
}
#top .section_wrapper .title a{
	color:#000000;
}
#top .holder_wrapper .title a{
	color:#ffffff;
}
#top .form_name.title{
	margin-top:2em;
	font-size:1.2em;
	padding:1em;
	width:100%;
	color:#ffffff;
	background:#000000;
	box-sizing:border-box;
}
#top .form_name br,
#top .form_name span{
	display:none;
}
#top table.news_list{
	width:100%;
}
#top table.news_list tr{
	width:100%;
	border-bottom:1px solid #cccccc;
}
#top table.news_list .news_date{
	width:33%;
	vertical-align:top;
	font-weight:normal;
	padding-left:0.5em;
	padding-top: 1em;
	padding-bottom: 1em;
	box-sizing:border-box;
}
#top table.news_list .news_title{
	width:67%;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right:40px;
	box-sizing:border-box;
}
#top table.news_list .news_title a{
	display:block;
	color:#000000;
	background: url(../img/common/arrow_icon.png) no-repeat right center;
	width: calc(100% + 40px);
}
#top table.news_list .news_more{
	padding:0;
}
#top table.news_list .news_more a{
	display:block;
	width:100%;
	color:#000000;
	font-weight:normal;
	text-align:left;
	padding:1em 0 1em 0.5em;
	box-sizing:border-box;
	background: url(../img/common/arrow_icon.png) no-repeat right center;
}
/*==============================
　私たちについて（about）
==============================*/
#about #head_view{
	background-image:url(../img/top/bg01.jpg);
}
#about .section_wrapper{
	width:100%;
	padding: 2em 0;
}
#about .section_wrapper dl{
	width:100%;
	margin:0 auto;
}
#about .section_wrapper dl .left,
#about .section_wrapper dl .right{
	float:none;
	text-align:center;
	margin-bottom:1em;
}
#about .section_wrapper dl .right{
	text-align:left;
}
#about .section_wrapper dt{
	width:100%;
	font-size:120%;
	font-weight:bold;
	color:#ffffff;
	padding:1em 2%;
	box-sizing:border-box;
	margin-bottom:1.5em;
	background:#000000;
}
#about .section_wrapper dd{
	width:95%;
	margin:0 auto;
}
#about .section_wrapper#aboutus table{
	width:95%;
	margin:2em auto;
	text-align:left;
}
#about .section_wrapper#aboutus table th{
	width:4em;
	padding:0.2em 1em 0.2em 0;
	box-sizing:border-box;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
#about .section_wrapper#aboutus table td{
	padding:0.2em 0;
}
#about .section_wrapper#aboutus table td a{
	color:#000000;
	text-decoration:none;
}
#about .section_wrapper#aboutus table tr:first-child th,
#about .section_wrapper#aboutus table tr:first-child td{
	padding-top:0;
}
#about .section_wrapper#aboutus dt{
	margin-bottom:0;
}
#about .section_wrapper#aboutus dd{
	width:100%;
}
#about .section_wrapper#aboutus dd .access{
	width:100%;
	margin:0 auto;
	padding-bottom:1.5em;
	border-bottom:1px solid #000000;
}
#about .section_wrapper#aboutus dd .access:last-child{
	border-bottom:none;
}
#about .section_wrapper#aboutus .googlemap{
	width:95%;
	height:12em;
}


/*==============================
　サービス内容（service）
==============================*/
#service #head_view{
	background-image:url(../img/top/bg02.jpg);
}
#service #greetings dd{
	margin:0 1em 3em;
}
#service .holder_wrapper .title,
#service #lineup #lineup_title{
	font-weight:bold;
	color:#ffffff;
	background:#000000;
	padding:1em 0.8em;
	box-sizing:border-box;
	font-size:1.2em;
	margin-bottom:2px;
	text-align:left;
}
#service .holder_wrapper .box ul li.case{
	padding:1em;
	box-sizing:border-box;
	color:#ffffff;
	margin-bottom:1px;
}
#service .holder_wrapper .box > ul{
	margin-bottom:3em;
}
#service .holder_wrapper .box ul li.case:first-of-type{
	background:#33cb74;
}
#service .holder_wrapper .box ul li.case:nth-of-type(2){
	background:#00c0ff;
}
#service .holder_wrapper .box ul li.case:nth-of-type(3){
	background:#1a6ece;
}
#service .holder_wrapper .box ul li.case:nth-of-type(4){
	background:#a6256f;
}
#service .holder_wrapper .box ul li.case .title{
	text-align:center;
	padding-bottom:0.7em;
	background:none;
}
#service .lineup_box .cate_data p br:nth-child(2n),
#service .lineup_box .cate_data p:last-of-type{
	display:none;
}
.lineup_box{
	margin-top:1.5em;
	padding:0 1em;
	box-sizing:border-box;
}
.lineup_box li.right{
	float:left;
	width:40%;
}
.lineup_box .name{
	float:right;
	width:60%;
	text-align:left;
	font-size:1.5em;
	font-weight:bold;
	padding: 1.2em 1em;
	box-sizing:border-box;
}
.lineup_box .text{
	clear:both;
	padding:1em 0;
}
.modal_wrapper{
	padding-bottom:1.5em;
	border-bottom:1px solid #ccc;
}
.modal_wrapper a.modal{
	display:block;
	width:94%;
	margin:0 3%;
	padding: 1em 1.5em;
	box-sizing:border-box;
	border-bottom:3px solid #007b83;
	color:#ffffff;
	background: url(../img/common/arrow_icon.png) no-repeat right center #00b0bf;
	border-radius:10px;
}
.lineup_box .lineup_end{
	margin-top:0;
	padding-top:0.5em;
	padding-bottom:0.5em;
	font-weight:bold;
}
/*==============================
　modalwindow.css
==============================*/
div[id^="con-"]{
	display:none;
}
#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	margin: 0 auto;
	position: relative;
	z-index: 101;
	color:#ffffff;
	width:100%;
	box-sizing:border-box;
	border-radius:5px;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}
.modal-data{
	padding:0 15%;
}
.modal-data li{
	margin-bottom:0.2em;
}
.modal-detail{
	padding-bottom:1.5em;
}
.modal-detail p br:nth-child(2n),
.modal-detail > br{
	display:none;
}
.modal-detail p:first-of-type{
	display:block;
}
.modal-detail a{
	text-decoration:underline;
	color:#ffffff;
}
.modal-prev a.modal-move,
.modal-next a.modal-move{
	font-size:45px;
	color:#ffffff;
	padding-bottom:0;
	position:absolute;
	top:2em;
	transition:all ease 200ms;
}
.modal-prev a.modal-move{
	padding-right:0;
	left:0;
}
.modal-next a.modal-move{
	padding-left:0;
	right:0;
}
.modal-end{
	border-top: 1px solid #ffffff;
	text-align:center;
}
a.modal-close{
	display:block;
	width:100%;
	color:#ffffff;
	padding:0.5em 0;
	transition:all ease 200ms;
}
.modal-close span{
	font-size:150%;
	vertical-align:bottom;
}
/*==============================
　仕事の流れ（flow）
==============================*/
#flow #head_view{
	background-image:url(../img/flow/bg01.jpg);
}
#flow #greetings dd,
#flow #scheme dd{
	width:96%;
	margin:0 auto 2em;
}
#flow .holder_wrapper .title{
	font-weight:bold;
	color:#ffffff;
	background:#000000;
	padding:1em 0.8em;
	box-sizing:border-box;
	font-size:1.2em;
	margin-bottom:2px;
	text-align:left;
}
#flow .holder_wrapper .box ul li.case{
	padding:1em;
	box-sizing:border-box;
	color:#ffffff;
	margin-bottom:1px;
}
#flow .holder_wrapper .box > ul{
	margin-bottom:3em;
}
#flow .holder_wrapper .box ul li.case:first-of-type{
	background:#1a6ece;
}
#flow .holder_wrapper .box ul li.case:nth-of-type(2){
	background:#00c0ff;
}
#flow .holder_wrapper .box ul li.case:nth-of-type(3){
	background:#33cb74;
}
#flow .holder_wrapper .box ul li.case .title{
	text-align:center;
	padding-bottom:0.7em;
	background:none;
}
#flow #scheme_title{
	font-weight:bold;
	font-size:200%;
	margin:0 auto 0.8em;
	line-height: 150%;
	text-align:center;
}
#flow .section_wrapper#scheme{
	width:96%;
	margin:0 auto;
}
#flow .section_wrapper#scheme .scheme_box{
	width:100%;
	margin:0 auto;
	padding-bottom:0.5em;
	border-top:1px solid #00b0bf;
	background-color:#ffffff;
	position:relative;
}
#flow .section_wrapper#scheme .scheme_box > .num{
	width:50%;
	height:1.6em;
	font-size:1.2em;
	line-height:1.6em;
	padding:0.1em 0;
	box-sizing:border-box;
	margin:0 auto;
	display:block;
	top:0;
	right:0;
	left:0;
	position:absolute;
	font-weight:normal;
	text-align:center;
	color:#ffffff;
	background-color:#00b0bf;
}
#flow .section_wrapper#scheme .scheme_box > .num:before,
#flow .section_wrapper#scheme .scheme_box > .num:after{
    content: '';
    width: 0px;
    height: 0px;
    top: 0px;
    position: absolute;
}
#flow .section_wrapper#scheme .scheme_box > .num:before{
    border-bottom: 1.6em solid transparent;
    border-right: 0.5em solid #00b0bf;
    left: -0.5em;
}
#flow .section_wrapper#scheme .scheme_box > .num:after{
    border-bottom: 1.6em solid transparent;
    border-left: 0.5em solid #00b0bf;
    right: -0.5em;
}
#flow .section_wrapper#scheme .scheme_box > .title{
	width:94%;
	text-align:center;
	font-size:1.4em;
	margin:2.2em auto 0.5em;
}
#flow .section_wrapper#scheme .scheme_box ul{
	width:94%;
	margin:0 auto;
	padding-bottom:0.7em;
}
#flow .section_wrapper#scheme .scheme_box li{
	width:100%;
	border-bottom:1px #cccccc solid;
}
#flow .section_wrapper#scheme .scheme_box li:first-child{
	width:100%;
	border-top:1px #cccccc solid;
}
#flow .section_wrapper#scheme .scheme_box li .left{
	width:30%;
	margin:0;
	font-weight:bold;
	color:#00b0bf;
	line-height:160%;
}
#flow .section_wrapper#scheme .scheme_box li .right{
	width:70%;
	margin:0;
	padding:0.2em 0;
	box-sizing:border-box;
	font-size:1em;
	line-height:160%;
}
#flow .section_wrapper#scheme .scheme_box .detail{
	width:94%;
	margin:0 auto;
	font-size:0.9em;
	line-height:180%;
}
#flow .pic01,
#flow .pic02,
#flow .pic03{
	margin:0 auto;
	width:60%;
}
#flow .pic02{
	margin:1em auto 1.5em;
}
/*==============================
　プライバシーポリシー（privacy）
==============================*/
#privacy #head_view{
	background-image:url(../img/top/bg01.jpg);
}
#policy .wrap{
	width:90%;
	margin:2em 5% 4em;
}
#policy .wrap .text:first-of-type{
	padding-bottom:2em;
	border-bottom:1px dotted #818181;
	margin-bottom:2em;
}
#policy .sub_title{
	font-weight:bold;
}
#policy .text{
	margin-bottom:1.2em;
}
/*==============================
　新着情報（news）
==============================*/
#news #head_view{
	background-image:url(../img/top/bg01.jpg);
}
#news .wrap{
	width:94%;
	margin:0 auto;
}
#news ul.text{
	padding-bottom: 1.5em;
    border-bottom: 1px solid #ccc;
}
#news li.type{
	width: 100%;
    color: #ffffff;
    padding: 0.2em 1em;
    box-sizing: border-box;
    background: #00b0bf;
    border-bottom: 2px solid #006688;
    margin-bottom: 0.7em;
    margin-top: 1em;
}
#news li.date{
	font-size:0.9em;
	margin-bottom:0.3em;
}
#news ul.text li.title{
	font-size: 1.2em;
    font-weight: bold;
}
#news ul.text li.text{
	font-size:1em;
	padding-top:0.5em;
	margin-top:0.5em;
	border-top:1px dotted #cccccc;
}
#news ul.text li.text > br,
#news ul.text li.text > p > br + br{
	display:none;
}
#news li.pics{
	padding-top:0.5em;
}
#news li.pics ul li{
	width:49%;
	float:left;
	margin-left:2%;
	margin-bottom:0.5em;
}
#news li.pics ul li:nth-child(2n+1){
	margin-left:0;
}
#news .news_page{
	margin:2em 0;
}
#news .news_page li{
	display:none;
}
#news .news_page li:first-child{
	display:inline-block;
	margin:0 1.5em;
	float:left;
}
#news .news_page li:last-child{
	margin:0 1.5em;
	display:inline-block;
	float:right;
}
#news .news_page li a{
	color:#ffffff;
	background:#00b0bf;
	padding:1em;
}
#news_all li.date {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dotted #bbb;
}

/*======================================

slidebars.css

=========================================*/

/* ----------
 * 002 - Site
 */

#sb-site, .sb-site-container {
	/* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
	width: 100%;
	min-height: 100vh;
	position: relative;
	z-index: 1; /* Site sits above Slidebars */
	background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
	/*border-left:1px solid #970934;
	border-right:1px solid #970934;*/
}
/* ---------------
 * 004 - Animation
 */

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	-webkit-transform: translate( 0px );
	   -moz-transform: translate( 0px );
	     -o-transform: translate( 0px );
	        transform: translate( 0px );
	
	-webkit-transition: -webkit-transform 400ms ease;
	   -moz-transition:    -moz-transform 400ms ease;
	     -o-transition:      -o-transform 400ms ease;
	        transition:         transform 400ms ease;
	
	-webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
	-webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}



/*==============================
　消去
==============================*/
#flow .imageHolder,
#service .imageHolder{
	background-color:#ffffff;
	opacity:0;
}
.pc,#btnSP{
	display:none;
}