@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/



/***************
 * HEADER
***************/
.wrap{
	width:auto;
}
.body .header-in{
	height:150px !important;
	float:left;
}
.logo{
	text-align:left;
	
}
.logo-header img{
	height:100px;
	max-height:100px;
}
.h-info{
	padding-top:3%;
	padding-right:3%;
	text-align:right;
	float:right;
}

/***************
 * TOP PAGE
***************/
.content-in{
    padding: 0;
}
.body.page .main{
	padding:0;
}
.scrolldown span, .scrolldown:after{
	color:#515151;
}
.fa-chevron-up:before{
	color:#515151;
}
p{
	font-family: "Noto Sans JP", Sans-serif;
}
a{
	color:#E99423;
}
/*見出し*/
h2{
	font-family: "Noto Sans JP", Sans-serif;
}
/*intro*/
h2.heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
	color:#5E5E5E;
	font-family: "Noto Sans JP", Sans-serif;
}
.heading06 span {
	position: relative;
	z-index: 2;
}
.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(224,66,114,0.3);
	font-size: 50px;
	font-style: italic;
	line-height: 1.2em;
}
/*un-rec,com*/
.un-rec-t h2.heading06, .un-com-t h2.heading06{
	color:#fff;
}
.un-rec-t h2.heading06::before, .un-com-t h2.heading06::before{
	color:rgba(255,255,255,0.8);
}

/*prom,product*/
h2.heading08 {
	font-size: 26px;
}
.heading08 span {
	display: flex;
	align-items: center;
	color: #F7E15E;
	font-size: 20px;
	text-transform: uppercase;
}
.heading08 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #F7E15E;
}
.prom-t h2.heading08{
	margin-left:15px;
	color:#fff;
}
.prom-t h2.heading08 span {
	color: #F7E15E;
}
.prom-t h2.heading08 span::before {
	background-color: #F7E15E;
}
.product-t h2.heading08{
	color:#595757;
}
.product-t h2.heading08::before{
	color: rgba(244,217,35,1);
}




h2.heading11 {
	position: relative;
	font-size: 26px;
	text-align: center;
	color:#E99423;
	font-family: "Noto Sans JP", Sans-serif;
}
h2.heading11::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 30px;
	color: #E99423;
	font-size: 30px;
}
h2.heading11::after {
	content: '';
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 20px;
	background-color: #E99423;
}
.business-bn h3{
	position: relative;
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    overflow: hidden;
    color: #353535;
    font-weight: bold;
    font-size: 26px;
}
.business-bn h3:before,
.business-bn h3:after {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
}

.business-bn h3:before {
    border-bottom: 5px solid #f4d923;
}

.business-bn h3:after {
    border-bottom: 5px solid #fff;
}

.footer{
	margin:0;
}
.footer-bottom .copyright, .footer-bottom .copyright label:before{
	color:#fff;
}
.footer-bottom, .footer-bottom a, .footer-bottom a:hover {
    color: #fff !important;
}
.navi-footer-in > .menu-footer li, .navi-footer-in > .menu-footer li:last-child, .footer .footer-in .footer-bottom-content {
    border-color: #fff !important;

/***************
 * COMPANY PAGE
***************/

.body table{
  border-collapse:collapse;
  border:none;
  border-spacing:0;
}
.body table th, .body table td{
  vertical-align:top;
  border:solid 1px #000;
  font-weight:normal;
  text-align:left;
}

.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color: #e6f1f6 !important;
  padding: 1em;
}
.table_design01 th {
  background-color: #4d9bc1 !important;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	.logo-header img {
		height:50px;
    max-height: 50px;
}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){

	
}
