/*ボタン*/
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--orange2,
a.btn--orange2 {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange2:hover,
a.btn--orange2:hover {
  color: #fff;
  background: #f56500;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #dcdcdc;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f5f5f5;
}

/*　改行 */
@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;
    }
}
/*　見出し */
.h-1 {
    font-size: 40%;
}
.h-2 {
  padding: 0.5em;/*文字周りの余白*/
  color: #FFFFFF;/*文字色*/
  background: #ff0000;/*背景色*/
  border-bottom: solid 3px #dc143c;/*下線*/
  font-size: 150%;
}
.h-3 {
  color: #6594e0;/*文字色*/ 
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 2px #6594e0;
}

.h-3 {
	 margin-top: 0px;
	 margin-bottom: 0px;
 	font-size: 20pt;
    text-align: center;
}

/* ハイライト */
highlight {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: bold;
}

highlight2 {
	background: linear-gradient(transparent 60%, #fcdbb3 60%);
	font-weight: bold;
}

.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;
	text-align: left;
}

.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%;
	}
}
	/*会社概要ここまで*/
	
/*会社概要2*/
.company2 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%;
}

.company2 table th,
.company2 table td {
	border: none;
	border-top: #ddd solid 1px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	padding: 10px;
	vertical-align: top;
}

.company2 table th {
	background-color: #f5f5f5;
	width: 65%;
	text-align: left;
}

.company2 table td {
	background-color: #fff;
	text-align: right;
}

@media screen and ( max-width: 970px ) {
	.company2 table,
	.company2 table tbody,
	.company2 table tr,
	.company2 table th,
	.company2 table td {
		display: block;
		width: auto;
	}
	.company2 table th {
		padding: 5px 10px;
	}
	.company2 table td {
		border-top: #ddd solid 1px;
		padding: 20px 10px;
		font-size: 100%;
	}
}
	/*会社概要ここまで*/

/*会社概要3*/
.company3 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%;
}

.company3 table th,
.company3 table td {
	border: none;
	border-top: #ddd solid 1px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	padding: 10px;
	vertical-align: top;
}

.company3 table th {
	background-color: #f5f5f5;
	width: 12.5%;
	text-align: center;
}

.company3 table td {
	background-color: #fff;
	text-align: center;
}

/*@media screen and ( max-width: 970px ) {
	.company3 table,
	.company3 table tbody,
	.company3 table tr,
	.company3 table th,
	.company3 table td {
		display: block;
		width: auto;
	}
	.company3 table th {
		padding: 5px 10px;
	}
	.company3 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;
}

/* よくあるご質問 */
#qaLink {
  list-style: none;
  padding-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
}
#qaLink p {
	background-image: url(https://kjmate.com/wp-content/themes/kjmate/images/thai/qa/icon_qs.gif);
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding-left: 18px;
	background-position: left top;
	margin-top: 5px;
}

#qa dt {
  background-image: url(https://kjmate.com/wp-content/themes/kjmate/images/thai/qa/icon_q.gif);
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
  background-position: left top;
  height: 27px;
  padding-top: 5px;
}

#qa dd {
  background-image: url(https://kjmate.com/wp-content/themes/kjmate/images/thai/qa/icon_a.gif);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left top;
  margin-top: 5px;
  padding-top: 3px;
  border-bottom: solid 1px #e3d0a3;
  padding-bottom: 20px;
}

dd.heart1  {
	background:url(https://kjmate.com/wp-content/themes/kjmate/images/thai/happy/04_heart1-2.gif) left top no-repeat;
	padding-left:15px;
}

dd.heart2  {
	background:url(https://kjmate.com/wp-content/themes/kjmate/images/thai/happy/04_heart2.gif) left top no-repeat;
	padding-left:15px;
}

dd.heart3  {
	background:url(https://kjmate.com/wp-content/themes/kjmate/images/thai/happy/04_heart3.gif) left top no-repeat;
	padding-left:15px;
}

/*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;
}
    
}
/*ここまで
----------------------------------------------------*/

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {

 /*PCTOP・スマホ中央*/
.align-ccc{
	display: block;
    width:800px;
	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;
  }
    
.half45 {
  width: 45%;
    margin-right:20px;
  float: left;
  }

.half45R {
  width: 45%;
    margin-left: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;
}
    
/* 料金システム案内 */
#priceLeft {
  width: 47%;
  float: left;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 90%;
}

#priceRight {
  width: 47%;
  float: right;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 90%;
}

.priceDl {
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.priceDl dt {
  font-weight: bold;
  font-size: 14px;
}

.priceDl dd {
  padding-top: 5px;
}

.qaLeft {
  float: left;
  font-size: 70%;
}

.qaRight {
  float: right;
  font-size: 70%;
}
 
}


/*ここまで
----------------------------------------------------*/