/* ヘッダー文字サイズ変更 */
h1.siteHeader_logo{
font-size:12px;
}
.siteHeader{
min-height: 20px!important;
height: 30px!important;
box-shadow: none!important;
}
.container{
	padding-top: 5px!important;
}

/*ヘッダー消す}*/
/*header.siteHeader { display:none; }*/

/* パソコンメインビジュアルサイズ変更 */
@media screen and (min-width: 1100px) {
.carousel{
  max-width: 1240px !important;
	margin : 0 auto;
	border-bottom : none;
	}
}

/* 文字色 */
body{
	color:#555 !important;
}

/* ハンバーガーメニュー消す */
body.device-mobile .vk-mobile-nav-menu-btn {
	display: none;
}
/* フッターカスタマイズ */
footer.section.siteFooter{
   background:#b00000;
   color:#ffffff;
	 font-size:12px;
}
footer .container, .sectionBox, .copySection {
	padding:0 !important;
}
div .footerMenu{
    display:none !important;
}
div .footerWidget{
    display:none !important;
}
footer .text-center {
	padding: 10px !important;
}
.mainSection-marginBottom-on {
	margin-bottom:0 !important;
}
.siteContent{
	padding-bottom:0 !important;
}
/* hrカスタマイズ */

hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}

/* 全幅 */
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
}

/* 中村豪画像 */
.nakamura {
	margin-bottom:10px;
	margin-left:10px;
}
/*TOP文字色指定*/
.moji-gray{
	/*color:#555;bodyに指定しました*/
	letter-spacing: 0.1em;
	line-height:2em;
}

/* 中見出し */
.title-border {
  display: flex;
  align-items: center;
  font-size:2em;
	letter-spacing: 0.1em;
	margin-bottom:-10px;
}
.title-border:before,
.title-border:after {
  border-top: 14px solid;
	border-color: #b00000;
  content: "";
  flex-grow: 1;
}
.title-border:before {
  margin-right: 1rem;
}
.title-border:after {
  margin-left: 1rem;
}
/* タイトル下メッセージ */
.title-ms {
	text-align:center;
	font-size:90%;
	color:#d71518;
	margin-top:0px;
}	
.h-2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
	font-size:2em;
	letter-spacing: 0.1em;
}

.h-2:before, .h-2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 6px;
  background-color: #b00000;
	text-align:center;
}

.h-2:before {
  left:0;
}
.h-2:after {
  right: 0;
}

/* ハイライト */
highlight {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: bold;
}

highlight2 {
	background: linear-gradient(transparent 60%, #fcdbb3 60%);
	font-weight: bold;
}

highlight3 {
	background: linear-gradient(transparent 88%, #b00000 20%);
	font-weight: bold;
}
.align-rc{
	display: block;
	margin: 0 auto;
}

/*既定のコピーライト非表示
--------------------------------*/
.copyr {
display: none;
}
/*ここまで*/


/* TwentySeventtenの最大幅を1200pxに変更 */
@media screen and (min-width: 48em) {
	.wrap, .navigation-top .wrap {
		max-width: 1200px;
	}
}

/*　改行 */
@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

/*画像にボーダー*/
.photoline img {
	border: solid 1px #ccc;
}

/*写真風*/
.st-photohu {
	background:#fff;
  	border:1px solid #ccc;
    padding:10px 10px 20px;
    margin-bottom:20px;
    box-shadow: 0 10px 8px -6px #bebebe;
	display: inline-block;
	max-width:100%;
	box-sizing: border-box;
}
.st-photohu p.wp-caption-text {
  	margin-bottom:-10px;
}
.st-photohu div img {
  margin-bottom:5px;
  border:1px solid #ccc;
}

.oomozi {
	font-size: 150%;
	line-height: 1.4;
	font-weight: bold;
}

.komozi {
	font-size: 80%;
}

.yellowbox {
	padding:20px;
	background-color:#ffffe0;
	margin-bottom:20px;
}
.yellowbox:not(.noborder) {
	border:solid 1px #fffacd;
}

.redbox {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #ffebee;
}
.redbox:not(.noborder) {
	border: solid 1px #ef5350;
}

.graybox {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fafafa;
}
.graybox:not(.noborder) {
	border: solid 1px #ccc;
}

.bluebox {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #cecefa;
}
.bluebox:not(.noborder) {
	border: solid 1px #5252c7;
}

.orangebox {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fcdbb3;
}
.orangebox:not(.noborder) {
	border: solid 1px #dc8014;
}

.greenbox {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #b3fab3;
}
.greenbox:not(.noborder) {
	border: solid 1px #52c652;
}

.whitebox {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #ffffff;
}
.whitebox:not(.noborder) {
	border: solid 1px #ccc;
}

/*参照リンク*/
.st-share {
  	background:#fafafa;
	padding:5px;
	border-radius:3px;
	font-size:95%;
	line-height:1.7;
    margin-bottom:15px;
}
.st-share:before {
  	content: "\00a0\00a0\f0c1\00a0\00a0\00a0";
  	font-family: FontAwesome;
	color:#9E9E9E;
}

/* こんな方におすすめ */
.st-blackboard {
	padding: 10px 20px 0px; 
	border: 2px solid #757575;
	background: #fff;
  	margin: 30px 0;
  	border-radius:0;
}

.st-blackboard-title-box {
	text-align: center; 
	margin-bottom:10px;
}

.st-blackboard-title {
	color:#424242;
	display: inline-block;
	border-bottom:2px solid #424242;
	font-weight: bold; 
	text-align: center; 
	padding:10px 10px 5px;
	background:#fff;
	/*text-shadow: 0 3px 0 #fff,3px 0 0 #fff,0 -3px 0 #fff,-3px 0 0 #fff,3px 3px 0 #fff,-3px 3px 0 #fff,3px -3px 0 #fff,-3px -3px 0 #fff;*/
}

.st-blackboard-title:before {
  	content: "\f0f6\00a0\00a0";
  	font-family: FontAwesome;
}

.st-blackboard ol.st-blackboard-list:not(.st-css-no){
	padding-left: 20px;
}

.st-blackboard ul.st-blackboard-list:not(.st-css-no) {
	padding-left: 30px;
}

.st-blackboard ul.st-blackboard-list:not(.st-css-no) li,
.post .st-blackboard ul.st-blackboard-list:not(.st-css-no) li:last-child {
	border-bottom:dotted 1px #ccc;
  	line-height:1.3;
	padding:10px 0;
	margin:0;
	list-style:none;
	text-indent:-1.3em;
	padding-left:1.3em;
}

.st-blackboard ol.st-blackboard-list:not(.st-css-no) li,
.post .st-blackboard ol.st-blackboard-list:not(.st-css-no) li:last-child {
	border-bottom:dotted 1px #ccc;
  	line-height:1.3;
	padding:10px 0;
	margin:0;
}

.st-blackboard ul.st-blackboard-list:not(.st-css-no) li:before {
  	content: "\f058\00a0\00a0";
  	font-family: FontAwesome;
	color:#ff0000;
}

.st-blackboard ul.st-blackboard-list:not(.st-css-no).st-no-ck li,
.post .st-blackboard ul.st-blackboard-list:not(.st-css-no).st-no-ck li:last-child {
	text-indent:0;
	padding-left:0;
}

.st-blackboard ul.st-blackboard-list.st-no-ck li:before {
  	content: none;
}

/* olかっこつける */
ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
 
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

/* ロゴ右側のブロック */
.logo-after {
    display: block;
    width: 180px;
    float: right;
}
 
.logo-after img {
    max-height: 60px;
}
 
/* ヘッダー幅を100%に */
.navbar-header {
    width: 100%;
}
 
@media (max-width: 991px) {
    .logo-after {
        width: 100%;
         margin-left: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
}

.clear {
    clear:both;
} 

/*サイドバー*/
.side_simulation {
	margin-bottom: 10px;
}

/*PC右寄せスマホ中央*/
.align-rc{
	display: block;
	margin: 0 auto;
}

/*PC左寄せスマホ中央*/
.align-lc{
	display: block;
	margin: 0 auto;
}

/*上下空白*/
.margin-tb{
	margin-top: 10px;
	margin-bottom: 15px;
}

/*topページ*/
.half35 {
  width: 267px;
  margin-bottom: 15px;
  }

.half45 {
  width: 100%;
  margin-bottom: 15px;
  }
.half45R {
  width: 100%;
  margin-bottom: 15px;
  }

/*インラインブロック*/
.inline-block{
    display: inline-block;      /* インラインブロック要素にする */
    background-color:  #fff;    /* 背景色指定 */
    padding:  20px;             /* 余白指定 */
    margin-left:20px;
    margin-right:20px;
}
.inline-block-en{
    display: inline-block;      /* インラインブロック要素にする */
    background-color:  #fff;    /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
}

/*会社概要*/
.company table {
	border: none;
	border-bottom: #ddd solid 1px;
	border-left: #ddd solid 1px;
	border-right: #ddd solid 1px;
	border-collapse: collapse;
	font-size: 100%;
	margin: 0 0 20px;
	width: 100%;
}

.company table th,
.company table td {
	border: none;
	border-top: #ddd solid 1px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	padding: 10px;
	vertical-align: top;
}

.company table th {
	background-color: #f5f5f5;
	width: 30%;
}

.company table td {
	background-color: #fff;
}

@media screen and ( max-width: 970px ) {
	.company table,
	.company table tbody,
	.company table tr,
	.company table th,
	.company table td {
		display: block;
		width: auto;
	}
	.company table th {
		padding: 5px 10px;
	}
	.company table td {
		border-top: #ddd solid 1px;
		padding: 20px 10px;
		font-size: 100%;
	}
    .reasonText {
	padding-bottom: 20px;
	clear:left;
	}
    .green {
     color: #01A398;
	}
}
#jimusyo {
  background-color: #F0F0F0;
  border: 1px solid #CCCCCC;
  margin-left: 34px;
  margin-right: 34px;
  margin-top: 30px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#jimusyo img {
  float: left;
  margin-right: 15px;
}
#nitteiTable {
  margin-top: 15px;
  border-collapse: collapse;
  width: 95%;
}

#nitteiTable th {
  background-color: #fef1d7;
  border: solid 1px #f4c282;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 80%; 
  white-space: nowrap;
}

#nitteiTable tr.thTtl th {
  color: #6e4d29;
  background-color: #fcdfa8;
}

#nitteiTable td {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-left:none;
  vertical-align: top;
  font-size: 80%;  
}

.komokuWrap {
  clear: both;
}
.dlBox {
  padding-top: 15px;
}

.dlBox dt {
  color: #7c541a;
  border-bottom: solid 1px #e3d0a3;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
}

.dlBox dd {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 25px;
}

.dlBox dd img {
  float: right;
  margin-left: 20px;
}


/*media Queries スマホサイズ
----------------------------------------------------*/
@media screen and (max-width: 779px) {

/* スマートフォンは表示しない */
.smanone {
	display: none;
}
/*ヘッダーTEL*/
.align-cc{
	display: block;
	margin: 0 0 0 auto;
    margin-bottom: 15px;
    font-size: 1.35em;
    text-align: center ;
} 

.orangebox2 {
	display: block;
    width:100%;    
	margin-bottom: 20px;
	padding: 20px 10px 0px 10px; 
	background-color: #fcdbb3;
    /*display: inline-block;*/
    font-weight: bold;
}
.orangebox2:not(.noborder) {
	border: solid 1px #dc8014;
}

 /*PCTOP・スマホ中央*/
.align-ccc{
	display: block;
    width:100%;
	margin: 0 auto;
    font-weight: bold;
}

.migi{
	margin-top:50px;
		padding-left:20px
	}
.half45 .migi .moji-gray{
	font-size:18px;
	font-weight:bold;
}
.half33 .migi .moji-gray{
	font-size:18px;
	font-weight:bold;
}

}
/*ここまで
----------------------------------------------------*/

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {

 /*PCTOP・スマホ中央*/
.align-ccc{
	display: block;
	width:80%;
	margin: 0 auto;
    font-weight: bold;
}
.orangebox2 {
	margin-bottom: 20px;
	padding: 20px 10px 0px 10px; 
	background-color: #fcdbb3;
  width: 70%;
  font-weight: bold;
}
.orangebox2:not(.noborder) {
	border: solid 1px #dc8014;
}

/*PC右寄せスマホ中央*/
.align-rc{
	display: block;
	margin: 0 0 0 auto;
}  
/*PC左寄せスマホ中央*/
.align-lc{
	display: block;
	margin: 0 auto 0 0;
}
 
/*topページ*/
.half58 {
  width: 58%;
    margin-right:20px;
  float: left;
  }
.half65 {
  width: 72%;
    margin-right:5px;
  float: left;
  }
    
.half35 {
  width: 35%;
  margin-top:5px;
  margin-bottom:10px;
  float: right;
  }

 .half28 {
  width: 25%;
  margin-top:5px;
  margin-bottom:5px;
  float: right;
  }

.half33 {
  width: 33%;
  padding-left:10px;
	padding-right:10px;
  float: left;
  }
.half33 .migi .moji-gray{
	font-size:20px;
	font-weight:bold;
}
.hal33 .migi{
	line-height:1.8em;
}
.half33C {
  width: 33%;
  padding-left:20px;
	padding-right:10px;
	float: left;

  }
.half33R {
  width: 33%;
  padding-left:10px;
	padding-right:10px;
  float: right;
  } 
	
.half45 {
  width: 48%;
  padding-left:20px;
	padding-right:10px;
  float: left;
  }
.half45 .migi .moji-gray{
	font-size:20px;
	font-weight:bold;
}
.half45 .migi{
	line-height:1.8em;
}

.half45R {
  width: 48%;
  padding-left:10px;
	padding-right:20px;
  float: right;
  } 

 .half75 {
  width: 30%;
  margin-right: 5px;
  float: left;
  }
    
 .half70 {
  width: 65%;
  margin-left: 5px;
  float: right;
  }
    
 
/* パソコンは表示しない */
.pcnone {
	display: none;
}
/* ヘッダー  */
.head_res {
	padding-top: 25px;
  padding-bottom: 25px;
  	float: right;
}
.head_ul {
  	list-style:none;
}
.head_ul li {
  	float: left;
  	margin-left: 10px;
}
	
.migi{
	margin-top:70px;
		padding-left:50px
	}

}


/*ここまで
----------------------------------------------------*/