/*
Theme Name:     Consultax Child
Theme URI:      http://wpdemo.oceanthemes.net/consultax/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       consultax
*/

@import url("../consultax/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Company table */
table {
  margin: 20px auto 0px;
	max-width:900px;
}
.tbl-r02 th {
  background: #18191B;
  border: solid 1px #ccc;
  color: #fff;
  padding: 15px;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 15px;
	color: #333;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

.service-h2 {
	position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid #004700;
	color: #004700;
	margin-top: 50px;
	font-family: 'Noto Sans JP', sans-serif;
}

.service-h2:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #004700;
}

.service-h2 span{
	font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 1.5rem;
	padding-bottom: 1.5rem;
  padding-left: 16px;
  color: #fff;
}

.service-h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:28px;
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #004700;
}

.service-h3:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: "";
  background: #009400;
}

.service-p{
	font-family: 'Noto Sans JP', sans-serif;
	padding: 1rem 2rem;
}