/**
 * Template: snow-monkey
 * Theme Name: Snow Monkey Child
 */

.p-section-front-page-content {
  padding-top: 0;
}

.p-entry-content>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){
	margin-top:0;
}

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

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

.company_txt{
	max-width:70%;
	width:100%;
  margin-left:15%;
}


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

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


.company_content_sp{
	max-width:80%;
 width:100%;
	margin-left:10%;
}

.c-entry__header{
	display:none;
}

[data-is-full-template=false] .l-contents__main>.c-entry{
	margin-top:0;
}

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

.president_message_txt{
	padding:5% 3.5%;
}


table{
	max-width:82%;
  width: 100%;
	margin:0 auto;
  border-collapse: collapse;
	color:#172F16;
}

table tr{
  border-bottom: solid 8px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 25%;
	background-color:#CBE2CA;
  color: white;
  text-align: center;
  padding: 20px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #CBE2CA;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color:#F4F4F4;
  padding: 10px 0;
}

.smb-section__body>table tbody th{
 background-color:#CBE2CA;
}

.smb-section__body>table td{
	padding:2%;
}

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

.wp-block-snow-monkey-blocks-section.smb-section.work_txt_box{
	margin-top:-10%;
}

