@charset "UTF-8";

/*header*/
#header {
    height: 23px;
    /*position: relative;*/
    width: 100%;
	position: fixed;
    z-index: 1;
	background-color: #0e74e0;

}

@media print, screen and (min-width: 768px) {
#header {
	display:none;
}
}

.button {
    width: 38px;
    height: 23px;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-image: url('../com/menu_button_back.png');
    background-position: center;
}

.menu-button-left {
    left: 0px;
    /*border-right: 1px solid #ddd;*/
}
.menu-button-right {
    right: 0px;
    /*border-left: 1px solid #ddd;*/
}

/*slidemenu*/
.slidemenu {
    background-color: #274e84;
}
.slidemenu li {
    list-style: none;
    /*border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;*/
    font-size:17px;
    line-height: 1.8;
}
.slidemenu li a {
    padding:10px 0 10px 20px;
    display: block;
    text-decoration: none;
    color: #ffffff;
}

.slidemenu li a.link_sub {
    padding:5px 0 5px 40px;
}

.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    border-bottom: none;
}
.slidemenu .slidemenu-header {
    height: 23px;
    /*border-bottom: 1px solid #000;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);*/
    background: #274e84;
}
.slidemenu .slidemenu-header div {
    padding: 17px 0px 0px 19px;
    text-decoration: none;
    color: #fff;
}

/*main*/
#main_contents {
   padding-top: 0px;
}

@media print, screen and (max-width: 767px) {
#contents {
    padding-top: 0px;
}
}


/*plugin*/
#main {
  z-index: 1;
}
.slidemenu {
  top: 0;
  width: 300px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}
.slidemenu-right {
    right: 0;
}


/*dropdown*/
#navi{
	background:#274e84;
}

#navi .dropdown{
	text-align:center;
}

.btn {
  display: inline-block;
  width:100%;
  padding: 20px 0;
  margin-bottom: 0;
  color:#fff;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background:#fff;
  border-bottom:2px solid #FF871F;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #274e84;
  text-decoration: none;
  background:#fff;
  border-bottom:2px solid #FF871F;
}
.btn:active,
.btn.active {
  background:#fff;
  /*background-image: none;*/
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}


.dropdown:hover > .dropdown-menu{
	display: block;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: -20px;
	z-index: 1000;
	display: none;
	float: left;
	width: 100%;
	min-width: 160px;
	padding: 0 0;
	margin: 0;
	font-size: 20px;
	text-align: left;
	list-style: none;
	background-color: rgba(14,116,224,0.80);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*border-top: 2px solid #FF871F;*/
	/*border-right: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;*/
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu a.font-pt18{
   	font-size: 18px; 
}

.dropdown-menu > li > a {
  display: block;
  padding: 15px 10%;
  clear: both;
  font-weight: normal;
  line-height: 25px;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  /*background-color: #f5f5f5;*/
  border-bottom:2px solid #FF871F;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
	border-bottom: 2px solid #FF871F;
}

.now_page{
  color:#fff;
  background: #ffffff;
  border-bottom:2px solid #FF871F;
  color: #274e84;
}

/*------------------------------------------------------------
 切り替え
------------------------------------------------------------*/
.pc_none{
	display:none;
}

.sp_none{
	display:block;	
}


@media only screen and (max-width: 767px) {
.pc_none{
	display:block;
}

.sp_none{
	display:none;	
}
}

/*------------------------------------------------------------
 背景色
------------------------------------------------------------*/

.bg_white{
	background:#ffffff;
}

.bg_wgray{
	background:#eff0f4;	
}

.bg_gray{
	background:#2a2a2a;	
}

.bg_lblue{
	background:#0e74e0;	
}

.bg_blue{
	background:#274e84;	
}

.bg_paper{
	background:url(../com/paper_back.jpg) repeat;
}

.bg_bluegreen{
	background:#3386b0;	
}

/*------------------------------------------------------------
 font/shadow
------------------------------------------------------------*/

.text10{
	font-size:10px;	
}

.text11{
	font-size:11px;
}


.text12{
	font-size:12px;
}

.text12r{
	font-size:12px;
	color:#AF0F12;
}

.text12b{
	font-size:12px;
	font-weight:bold;	
}

.text17{
	font-size:17px;	
}

.text17b{
	font-size:17px;
	font-weight:bold;	
}

.text18{
	font-size:18px;
}

.text20{
	font-size:20px;
}

.textr{
	color:#AF0F12;	
}

.textbl{
	color:#274e84;	
}

.textlbl{
	color:#0e74e0;	
}

.textw{
	color:#ffffff;	
}

.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.line-height35{
	line-height:35px;	
}

.shadow30{
	-webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.30);
}

.info_banner{
	border-radius: 10px;
}

/*------------------------------------------------------------
 title
------------------------------------------------------------*/
h1{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#logo{
	padding-top:20px;
	padding-bottom:20px;
	background: #0e74e0;
}

h2{
	font-size:23px;
	text-align:center;
	padding-bottom:10px;
}

h3{
	font-size:23px;
	text-align:center;
	padding-bottom:10px;
}

h3.strong{
	font-size:26px;
}

h4{
	font-size:23px;
	text-align:center;
}

.line_blue{
	border-bottom:2px solid #274e84;
}

.line_white{
	border-bottom:2px solid #ffffff;
}

.line_double{
	border-bottom: 2px solid #274e84;
	display: block;
	background-image: url(../com/double_line.png);
	background-repeat: repeat-x;
	background-position: center 95%;
	padding-bottom:13px;
}


/*------------------------------------------------------------
 header
------------------------------------------------------------*/


/*------------------------------------------------------------
 navi
------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
#head_navi{
	display:none;
}

#navi{
	display:none;	
}
}

#navi .dropdown{
	/*float:left;*/
	/*width:25%;*/
}

#navi .dropdown-menu{
	margin-left:1em;
}

#navi .dropdown-menu a:hover:before{
	
}

/*------------------------------------------------------------
 共通
------------------------------------------------------------*/

.cont-block{
	padding-bottom:40px;	
}




/*------------------------------------------------------------
 frame
------------------------------------------------------------*/
/*dl*/
dl.frame{
	clear:left;
	border-bottom:1px solid #1d479d;
}


.frame dt{
	float:left;
	border-top:1px solid #1d479d;
	width:150px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}


.frame dd{
	margin-left:150px;
	border-top:1px solid #1d479d;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}


@media only screen and (max-width: 767px) {
.frame dt{
	float:none;
	width:100%;
	text-align:left;	
}

.frame dd{
	margin-left:0px;
	width:100%;
}
}


/*table*/
table.frame{
	width:100%;	
}

.frame .year{
	width:165px;
	padding-left:10px;
	border-bottom:1px solid #1d479d;
}

.frame .month{
	width:50px;
	text-align:right;
	border-bottom:1px solid #1d479d;
}

.frame td{
	padding-left:25px;
	padding-right:10px;
	border-bottom:1px solid #1d479d;	
}


/*------------------------------------------------------------
 TOP
------------------------------------------------------------*/
.print_img{
	display:none;	
}

.news{
	background:#0e74e0;
	color:#ffffff;
}

.news dl{
	clear:left;	
}

.news dt{
	float:left;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}

.news dd{
	border-bottom:1px solid #ffffff;
	padding-left:150px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}

.top_menu{
	clear:left;
	padding-top:40px;
}

.top_menu figure{
	float: left;
	width: 31%;
	margin-bottom:60px;
	margin-left:1%;
	margin-right:1%;
	padding-top: 15px;
	padding-left: 1%;
	padding-right: 1%;
	border: 1px solid #274e84;
	text-align: center;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.30);
}

.top_info{
	color:#ffffff;
	margin-bottom:20px;
}

.top_info p{
	font-size:30px;
	line-height:0.8;
}

.top_info span{
	font-size:15px;
}

.shop_banner{
	text-align:center;
}

.shop_banner ul{
	width:100%;
}

.shop_banner li{
	display:inline-block;
	width:18.5%;
	padding-bottom:40px;
	text-align:center;
}

.shop_banner img.banner{
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.30);	
	text-aling:center;
}


@media only screen and (max-width: 991px) {
.top_menu figure{
	float:left;
	width:48%;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:0.5%;
	padding-right:0.5%;
	border:1px solid #274e84;
	text-align:center;
}	
}


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

.news dt{
	float:left;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.news dd{
	border-bottom:1px solid #ffffff;
	padding-left:120px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}	
	
.top_menu figure{
	float:left;
	width:48%;
	margin-bottom:20px;
	margin-left:1%;
	margin-right:1%;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:0.5%;
	padding-right:0.5%;
	border:1px solid #274e84;
	text-align:center;
}

.top_info{
	color:#ffffff;
	margin-bottom:50px;
}

.shop_banner li{
	display:inline-block;
	width:49%;
	padding-bottom:40px;
	text-align:center;
}
}

.top_menu figcaption{
	font-size:16px;	
	line-height:30px;
}

/*------------------------------------------------------------
 会社概要
------------------------------------------------------------*/
.company_page{
	padding-bottom:60px;
}

#organization{
	padding-bottom:30px;
}

.history_tokyo,
.history_fuji,
.history_mm{
	color:#ffffff;
	padding-bottom:25px;
	padding-left:2%;
	padding-right:2%;
}

.officer li,
.history_tokyo li,
.history_fuji li,
.history_mm li{
	display:inline-block;
}

.officer .post{
	width:9.5em;
}

.history_tokyo .year_number{
	width:10em;
}

.history_fuji .year_number,
.history_mm .year_number{
	width:9.5em;
}

.history_fuji .month_number,
.history_mm .month_number{
	width:3.5em;
	text-align:right;
	padding-right:1em;
}

.map{
	width:100%;
	height:300px;	
}

.fa-window-restore{
	padding-left:5px;	
}



@media only screen and (max-width: 767px) {
.history_tokyo li,
.history_fuji li,
.history_mm li{
	display:block;
}

.history_tokyo .year_number{
	width:100%;
}

.history_fuji .year_number,
.history_mm .year_number{
	display:inline-block;
	width:9.5em;
}

.history_fuji .month_number,
.history_mm .month_number{
	display:inline-block;
	width:auto;
	text-align:left;
	padding-right:0;
}

}



/*------------------------------------------------------------
 事業案内
------------------------------------------------------------*/
.business_page{
	padding-bottom:60px;
}

.astm table{
	width:100%;
	margin:0 auto;
	font-size:20px;
	border:1px solid #274e84;

}

.astm th{
	width:53%;
	padding-left:1%;
	padding-right:1%;
	padding-top:5px;
	padding-bottom:5px;
}

.astm td{
	width:15%;
	padding-top:5px;
	padding-bottom:5px;
}


@media print, screen and (max-width: 991px) {
.astm th{
	width:54%;
	padding-left:1%;
	padding-right:1%;
	padding-top:5px;
	padding-bottom:5px;
}

.astm td{
	width:13%;
	padding-top:5px;
	padding-bottom:5px;
}	
}


.test_paper{
	border:1px solid #eff0f4;	
}






.mask_pact img{
	padding-top:10px;
	padding-bottom:10px
}

.stone_detail{
	width:85%;
	margin:0 auto;
}

.stone_detail td{
	border-bottom:1px solid #274e84;
	border-left:1px solid #274e84;
	padding-left:2%;
	padding-right:2%;
	padding-top:5px;
	padding-bottom:5px;
}

.stone_detail th{
	border-bottom:1px solid #274e84;
	padding-left:2%;
	padding-right:2%;
	padding-top:5px;
	padding-bottom:5px;
}

.fa-file-pdf{
	padding-left:5px;
}

ul.paper_standard{
	width:90%;
	max-width:250px;
	margin:0 auto;
}






/*------------------------------------------------------------
 求人案内
------------------------------------------------------------*/
.page_menu{
	text-align:center;
	margin-bottom:20px;	
}
.page_menu li{
	display:inline-block;
	padding-left:5%;
	padding-right:5%;
}

.page_menu .fa-caret-square-down{
	padding-right:5px;	
}

.recruit_fuji_info{
	color:#ffffff;
	margin-bottom:20px;
}

.recruit_fuji_info p{
	font-size:23px;
	line-height:1;
}


/*------------------------------------------------------------
 info
------------------------------------------------------------*/
.fuji_info,
.tokyo_info{
	color:#ffffff;
	margin-bottom:20px;
	text-align:center;
	line-height:1;
}

.fuji_info p,
.tokyo_info p{
	font-size:23px;

}


.input_field{
	width:80%;
	max-width:680px;
}

textarea{
	height:200px;	
}

.form_button{
	text-align:center;	
}

.form_button input{
	margin-left:10px;
	margin-right:10px;
}

.mail_check dd{
	padding-left: 1em;
	text-indent: -1em;
}


@media only screen and (max-width: 767px) {
.input_field{
	width:100%;	
}	
}






/*------------------------------------------------------------
 footer
------------------------------------------------------------*/
#footer{
	color:#ffffff;
	padding-top:20px;
}

#footer a{
	color:#ffffff;
}

.line_left{
	border-left:1px solid #ffffff;	
}

.footer_link{
	line-height:30px;
	margin-bottom:20px;
}

.footer_link ul{
	margin-top:10px;
	margin-bottom:10px;	
}

.link_sub{
	padding-left:1em;	
}

/*------------------------------------------------------------
 gotop
------------------------------------------------------------*/

p.gotop{
	position:fixed;
    right:5%;
    bottom:20px;
	z-index:2;
	padding:0;
	margin:0;
}


p.gotop a{
    display: block;
	color:#FF871F;
	padding:0;
	margin:0;
}

p.gotop .fas{
	font-size:50px;
	padding:0;
	margin-top:0;
	margin-bottom:0;
}

p.gotop a:hover{
	color:#FF871F;	
}

