@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*common*/

* {
    box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
    background-color: transparent;
}

img {
    vertical-align: bottom;
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
	transition:1s all;
}

h2 {
	font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
	font-weight: 500;
	text-align: center;
	font-size:32px;
	letter-spacing: 1.25px;
}

h3 {
	font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
	font-weight: 500;
	text-align: center;
	font-size:24px;
	border: none!important;
	letter-spacing: 1.25px;
}

h4,h5 {
	font-size: 20px!important;
}

section {
	margin: 80px auto;
}

p {
	line-height: 1.6;
}

a {
    text-decoration: none;
}

a:hover {
	color:#734a36;
}

a:hover img {
	transform:scale(1.1,1.1);
	transition:1s all;
	opacity: 0.6;
}

.main {
    padding: 0;
	border: none;
}

.content {
    margin: 0 auto;
}

.wrap {
	width: 100%;
}

.header-container, .main, .sidebar, .footer {
     background-color: transparent;	
}

.archive .content, .page .content, .single .content {
	margin: 100px auto 0!important;
}

.max1200{
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
	margin: auto;
}

.max780{
    width: 100%;
    max-width: 780px;
    padding: 0 20px;
	margin: auto;
}

.font-yumincho {font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;}
.font-gothic {font-family: "Noto Sans JP", YuGothic,'Yu Gothic', Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;}
.bg_beige {background: #F7F6F5;}
.bg_white {background: #FFF;}
.span-text {display: inline-block;}
.normal{font-weight: normal;}
.bold{font-weight: 600;}
.tac {text-align: center;}
.tal {text-align: left!important;}
.tar {text-align: right;}
.mb0 {margin-bottom: 0;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px!important;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mt0{margin-top: 0px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.pd60{padding-top: 60px;}
.green {color: #50823c;}
.red {color: #c1272d;}
.hidden{overflow: hidden;}

a.tul {
	color: #50823c;
	text-decoration: underline;
}

a.tul:hover {
	text-decoration: none;
}

h2.h2_base {
	position: relative;
	margin-bottom: 42px;
}

h2.h2_base:after {
	content: "";
	display: inline-block;
	width: 50px;
	position: absolute;
	top:120%;
	left: 50%;
    transform: translate(-50%,-0);
    border-top: 1px solid #50823c;
}

h2.h2_base span {
	display: block;
	font-family: "Noto Sans JP", YuGothic,'Yu Gothic', Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
}

div.link_base {
	text-align: center;
	margin-top: 40px;
}

div.link_base a {
	position: relative;
	display: inline-block;
	font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
	font-size: 20px;
	margin: auto;
	font-weight: 500;
	letter-spacing: 1.25px;
}

div.link_base a:hover {
	text-decoration: none;
}

div.link_base a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #222;
	transform: scale(1, 1);
	transform-origin: center top;
	transition: transform .3s;
}

div.link_base a:hover::after {
	transform: scale(0, 1);
}

.article div.link_base p {
	margin-bottom: 0;
}

a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 345px;
	margin: auto;
	padding: 15px;
	font-size: 18px;
	font-weight: 600;
	border: 2px solid #50823c;
	background: #50823c;
	color: #fff;
	transition: 0.5s;
}
a.btn:hover {
	color: #50823c;
	background: #fff;
}

a.btn2 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 324px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: 600;
	border: 2px solid #50823c;
	color: #50823c;
	transition: 0.5s;
}
a.btn2:hover {
	color: #fff;
	background: #50823c;
}

article ul.li-circle {
	list-style: circle;
	margin-bottom: 0;
}

.toc .toc-list {
	padding-left: 2em;
}

/*header*/

.logo {
	text-align:left;
	/*position: fixed;*/
	position: absolute;
	z-index: 30;
	top: 0;
    left: 0;
}

.logo-image {
	padding: 20px;
}

.logo-image a:hover img {
	transform:scale(1,1);
}

.fixed-header {
    box-shadow: none;
}

/*navi*/

.navi {
    /* background-color: transparent;	*/
}

.menu-btn {
    position: fixed;
    top: 30px;
    right: 36px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 1000;
	background-color: #50823c;
}

/*.menu-btnColorScroll {
	background-color: rgba(34, 34, 34, 0.6);
	transition: color 0.4s ease-out;
}*/

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 34px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 11px;
}
.menu-btn span:after {
    top: 11px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

a.navi-logo {
    margin: 20px 0 0 36px;
}

a.navi-logo:hover img{
	transform:scale(1,1);
}

.navi-in .navi-logo img {
    width: 130px;
    height: auto;
	margin: 0;
}

.navi-in ul li a {
    display: block;
    width: 100%;
    font-size: 18px;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}

.navi-in ul li a:hover {
    color:#50823c!important;
}

body.active {
	height: 100%;
	overflow: hidden;
}

.navi-in {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #222222;
    transition: all 0.5s;/*アニメーション設定*/
	opacity: 0.95;
	overflow: scroll;
}

#menu-btn-check:checked ~ .navi-in {
    left: 0;/*メニューを画面内へ*/
}

.header-container-in.hlt-top-menu .wrap {
    width: 100%;
}

.navi-in > ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    height: 720px;
	align-items: center;
	margin: 60px 100px 0;
}

.navi-in a {
	display: inline-block;
}

.navi-in a:hover {
    background-color: #222222;
    transition: all 0.3s ease-in-out;
    color: #3e5f2a;
}

.navi-in > ul li {
    width: 30%;
	height: auto;
	line-height: 1.9;
	position: static;
	display: list-item;
	text-align: left;
	color: #fff;
}

.navi-in > ul li:hover {
	color: #50823c;
}

.item-label {
    border-bottom: 1px solid;
}

.navi-in > ul .sub-menu {
	position: static;
	display: block;
	background-color: #222222
}

.navi-in .fa-angle-down:before {
    content: none;
}

.navi-in > ul .sub-menu a {
    padding-left: 0;
    padding-right: 0;
}

.navi-in > ul .sub-menu a {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
}

.navi-in > ul .sub-menu li {
	list-style: circle;
	margin-left: 24px;
}

.sub-menu .item-label {
    border-bottom: 0;
}

.pc-contact-flex {
	display: flex;
	position: fixed;
	z-index: 100;
    top: 30px;
    right: 130px;
	height: 60px;
}

.pc-contact-tel {
	display: flex;
	align-items: center;
	background: #50823c;
	padding: 10px 20px;
    border: 1px solid #fff;
	color: #fff
}

.pc-contact-tel .pc-contact-tel-img {
	width: 28px;
	margin-right: 10px;
}

.pc-contact-tel-text1 {
	font-size: 24px;
	line-height: 1.2;
}

.pc-contact-tel-text2 {
	font-size: 12px;
	line-height: 1.2;
}

.pc-contact-mail {
	display: flex;
	align-items: center;
	background: #50823c;
	padding: 10px 20px;
    border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
}

.pc-contact-mail div {
	width: 26px;
	margin-right: 10px;
}

.pc-contact-mail:hover {
	color: #fff;
	background: #222;
}

.pc-contact-mail:hover img {
	transform:scale(1,1);
}

.pc-contact-event {
	display: flex;
    align-items: center;
	background: #50823c;
	padding: 10px 20px;
    border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	margin-left: 10px;
}

.pc-contact-event div {
	width: 26px;
	margin-right: 10px;
}

.pc-contact-event:hover {
	color: #fff;
	background: #222;
}

.gaibu .item-label:after {
	margin: 0 0 0 6px;
	font-family: FontAwesome;
	content: '\f08e';
	font-weight: 900;
	font-size: 11px;
}
/*footer*/

#footer {
    padding-bottom: 60px;
}

.footer {
	margin-top: 0;
	padding: 0;
}

section#contact {
    margin: 0 auto;
	background: url("https://horikawa-cement.co.jp/newsite/wp-content/themes/cocoon-child-master/images/bg-contact.png");
	padding: 30px 20px 80px;
	background-size: 100% auto;
    background-position: 0% 30%;
}

#contact h2.h2_base {
	text-shadow: 0 0 10px #666;
}

#contact h2.h2_base:after {
	border-top: 1px solid #fff;
	text-shadow: 0 0 10px #666;
}

.contact-text {
	font-size: 26px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 26px;
	text-shadow: 0 0 10px #666;
}

.contact-flex {
	display: flex;
	justify-content: space-between;
	max-width: 780px;
	margin: 0 auto;
}

.contact-flex a {
	width: 48%;
	border: 1px solid #222;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.contact-flex a:hover {
	border: 1px solid #fff;
	background: #50823c;
	transition: all 0.3s ease-in-out;
}

.contact-flex p {
	color: #222;
	text-align: center;
}

.contact-flex a:hover p {
	color: #fff;
}

.tel-text1 {
	font-size: 18px;
}

.tel-text2 {
	font-size: 28px;
}

.tel-text2:before {
    content: "";
    display: inline-block;
    background: url(https://horikawa-cement.co.jp/newsite/wp-content/themes/cocoon-child-master/images/icon-tel_off.png) no-repeat;
    padding: 0;
    background-size: 100% auto;
    width: 29px;
    height: 29px;
    vertical-align: middle;
    margin: 0px 8px 5px;
}

.tel:hover .tel-text2:before {
    background: url(https://horikawa-cement.co.jp/newsite/wp-content/themes/cocoon-child-master/images/icon-tel_on.png) no-repeat;
    padding: 0;
    background-size: 100% auto;
    width: 29px;
    height: 29px;
    vertical-align: middle;
    margin: 0px 8px 5px;
}

.mail p {
	font-size: 18px;
}

.mail:before {
    content: "";
    display: inline-block;
    background: url(https://horikawa-cement.co.jp/newsite/wp-content/themes/cocoon-child-master/images/icon-mail_off.png) no-repeat;
    padding: 0;
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin: 0px 8px 5px;
}

.mail:hover:before {
    background: url(https://horikawa-cement.co.jp/newsite/wp-content/themes/cocoon-child-master/images/icon-mail_on.png) no-repeat;
    padding: 0;
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin: 0px 8px 5px;
}

.fixed-contact {
	display: none;
}

.footer-bottom {
	max-width: 1200px;
    margin: 30px auto 0;
	padding: 8px 20px;
}

.footer-bottom.fdt-up-and-down .footer-bottom-content {
	display: flex;
    flex-wrap: wrap;
}

.navi-footer {
	order: 2;
}

.navi-footer-in > ul.menu-footer {
	flex-direction: column;
	height: 295px;
    text-align: left;
	margin-left: 30px;
	list-style-type: circle;
	justify-content: start!important;
}

.navi-footer-in > .menu-footer li {
    border-left: none;
}

.navi-footer-in > .menu-footer li:last-child {
    border-right: none;
}

#footer .navi-footer-in a:hover {
	color: #50823c!important;
	background-color:#222; 
}

.footer-bottom.fnm-text-width .menu-footer li {
    line-height: 2.6;
}

.navi-footer {
    order: 2;
	width: 60%;
	padding-left: 100px;
}

.footer-content-left {
    order: 1;
	text-align: left;
	width: 33%;
	margin-left: 40px;
	border-right: 1px solid #fff;
}

.footer-logo div {
	width: 180px;
	height: auto;
}

a:hover img.footer-logo-img {
	transform:scale(1,1);
}

.footer-info {
	line-height: 1.6;
}

.footer-logo-ttl {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 600;
}

.footer-info-name {
    font-weight: 500;
}

.footer-info-address {
	margin-top: 10px;
}

.footer-sns {
	order: 3;
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	margin-top: 15px;
}

.footer-sns div {
    width: 34px;
}

.footer-sns a{
	padding: 10px;
}

.footer-sns a:hover img {
	transform:scale(1,1);
}

.go-to-top {
    z-index: 50;
}

.copyright {
	width: 100%;
	order: 4;
	margin-top: 30px;
}

/*トップ　top　index*/

section.top_section {
	position: relative;
	margin: 0;
}

.top_main-img{
  width: 100%;
  height: 640px;
  object-fit: cover;
}

.top_section_inner {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

.top_section_txt1 {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	text-shadow: 2px 2px 10px #333 ,-2px 2px 10px#333  ,2px -2px 10px #333 ,-2px -2px 10px #333;
	margin-bottom: 30px;
	letter-spacing: 1.25px;
}

.top_section_txt2 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-shadow: 2px 2px 10px #333 ,-2px 2px 10px#333  ,2px -2px 10px #333 ,-2px -2px 10px #333;
	font-weight: 500;
}

.top_main-logo {
	width: 274px;
	height: auto;
	margin: 100px auto 0;
}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 59px;
	margin-top: 40px;
  text-align:center;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 20px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #fff;
	font-family: "Roboto", "Noto Sans JP", serif;
  font-size:14px;
  font-weight:bold;
  letter-spacing:.1em;
	text-shadow: 2px 2px 10px #333 ,-2px 2px 10px#333  ,2px -2px 10px #333 ,-2px -2px 10px #333;
}
#scroll-down::before {
    -webkit-animation: elasticus 3s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 3s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 3s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 3s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 69px;
    background: #fff;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

section#top_content_area {
	padding: 80px 20px 40px;	
	margin: 0 auto 80px;
}

.top_content_area-toggle {
	display: none;
}

.top_content_area-option {
	position: relative;
}

.top_content_area_box {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.top_content_area-title,.top_content_area-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}

.top_content_area-title {
	display: block;
	font-weight: 600;
	font-size: 24px;
	border-bottom: 1px solid #50823c;
	padding: 0 44px 10px 0;
	margin-bottom: 10px;
	letter-spacing: 1.25px;
}

.top_content_area-title::after {
	position: absolute;
	right: 25px;
	top: 43%;
	transform: translate(0,-50%) rotate(45deg);
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 3px solid;
	border-color: transparent #50823c #50823c transparent;
	transition: transform .5s;
	transform-origin: 50% 50%;
}

.top_content_area-content {
	margin: 30px 0;
	text-align: justify;
	max-height: 0;
	overflow: hidden;
}

.top_content_area-toggle:checked + .top_content_area-title + .top_content_area-content {
	transition: all 1.5s;
	max-height: 500px;
}

.top_content_area-toggle:checked + .top_content_area-title::after {
	transform: rotate(225deg)!important;
}

#top_movie {
	max-width: 780px;
	width: 100%;
}

#top_works {
	max-width: 1200px;
	width: 100%;
	padding: 0 20px;
}

#top_works div {
	overflow: hidden;
}

.top_works-box1 {
	position: relative;
	margin-bottom: 30px;
	display: block;
}

.top_work-img1 {
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: 50% 80%;
}

.top_works-box1 p {
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 15px;
	background-color: rgba(255,255,255,0.8);
}

.top_works-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_works-box2 {
	width: 32%;
	margin-bottom: 30px;
	display: inline-block;
}

.top_works-box2 p {
	padding-top: 6px;
}

#top_category {
	padding: 40px 20px;	
}

#top_category div {
	overflow: hidden;
}

#top_category h3 {
	position: relative;
	color: #50823c;
	margin-bottom: 30px;
}

#top_category h3:before,#top_category h3:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 47%;
	width: 122px;
	border: 1px solid #50823c;
}

#top_category h3:after{
	left: 55%;
}

#top_category h3:before{
	right: 55%;
}

.top_category-flex {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;		
}

.top_category-box1{
	width: 48.5%;
}

.top_category-box3{
	width: 48.5%;
}

.top_category-box2{
	width: 23%;
}

.top_category-box1,.top_category-box2,.top_category-box3 {
	position: relative;
	margin-bottom: 15px;
}

.top_category-box1 h4,.top_category-box2 h4,.top_category-box3 h4 {
	position: absolute;
	bottom: 0;
	left: 0;
    width: 100%;
    text-align: center;
    background: rgb(255,255,255,0.8);
	font-size: 18px !important;
}

#top_special {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
}

.top_special-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top_special-flex div {
	overflow: hidden;
}

.top_special-box {
	width: 32%;
	position: relative;
}

.top_special-con {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgb(255,255,255,0.8);
	padding: 10px 20px;
	width: 80%;
    height: 70%;
    text-align: center;
	outline: 1px solid #fff;
    outline-offset: 5px;
}

.top_special-text1, .top_special-text1_lixil, .top_special-text1_sankyo {
	background: #fff;
	border-radius: 9px;
	margin-bottom: 8px;
	height: 50px;
	line-height: 50px;
}

.top_special-text1_lixil div {
	width: 62px;
	margin: auto;
	padding-top: 4px;
}

.top_special-text1_sankyo div {
	width: 80px;
	margin: auto;
    padding-top: 6px;
}

a.top_special-box:hover .top_sankyo-img,a.top_special-box:hover .top_lixil-img {
	transform:scale(1,1);
	transition:1s all;
	opacity: 0.8;
}

.top_special-text1 p {
	display: inline;
	font-size: 14px;
}

.top_special-text2 {
	font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 11px 0 2px;
	letter-spacing: 1.25px;
}

.top_special-text3 {
	font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1.25px;
}

.event-text1 {
	text-align: center;
	font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	letter-spacing: 1.25px;
}

.event-text2 {
	text-align: center;
	font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: 1.25px;
	color: #bd5917;
}


#top_awards {
	padding: 40px 20px 50px;	
}

.top_awards-box {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto auto 50px;
}

.top_awards-img img {
	width: 100%;
	height: 355px;
	object-fit: cover;
	object-position: 50% 70%;

}

.top_awards-icon {
	position: absolute;
	top:10px;
	left:10px;
	width: 82px;
}

.top_awards-text {
	margin-top: 40px;
}

.top_awards-text dt {
	text-align: center;
	font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: 1.25px;
	color: #bd5917;
}

.top_awards-text dd {
	text-align: justify;
}

#top_awards .btn p {
	font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
}

#top_youtube {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
}

.top_youtubebox {
	position: relative;
	padding-bottom: 53%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
}

.top_youtubebox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

table.top_youtube-table tr:nth-of-type(2n+1) {
    background-color: #fff;
}

table.top_youtube-table th, table.top_youtube-table td {
    border: none;
}

#sby_lb-player {
	height: 100%!important;
}

#top_instagram {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
}

#top_blog {
	background: url("https://horikawa-cement.co.jp/newsite/wp-content/themes/cocoon-child-master/images/top/bg-blog.png");
	padding: 40px 20px 80px;
	background-size: 100% auto;
}

.top_blog-title {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.top_blog-title-text {
	color: #fff;
	margin-left: 40px;
}

.top_blog-title-text h2 {
	text-align: left;
}

.top_blog-title-text span {
	display: block;
	font-size: 16px;
}

.top_blog-title-text p {
	margin-top: 30px;
	margin-bottom: 40px;
}

.top_home_blog_date {
	color: #50823c;
	font-weight: 600;
	font-size: 14px;
}

.top_blog-title-img {
    width: 16%;
    margin-right: 40px;
}

.top_home_blog_list {
	width: 100%;
	max-width: 1200px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 30px 20px 40px;
}

.top_home_blog_list li {
	width: 32%;
	list-style-type: none;
}

.top_home_blog_img {
	height: 204px;
	margin-bottom: 5px;
	overflow: hidden;
}	

.top_home_blog_list li img {
	object-fit:cover;
	object-position: top;
	height: 100%;
}

.top_home_blog_date {
	font-size: 14px;
	margin: 15px 0 5px;
}

#top_blog div.link_base a {
	color: #fff;
}

#top_blog div.link_base a::after {
	background: #fff;
}

#top_column {
	padding: 40px 0 50px;
}

.top_home_column_list {
	list-style: none;
}
.top_home_column_flex {
	display: flex;
	margin-bottom: 30px;
}

.top_home_column_img {
	width: 30%;
}

.top_home_column_text {
	width: 70%;
	margin-left: 26px;
}

.top_home_column_date {
	color: #50823c;
	font-weight: 600;
	font-size: 14px;
}

.top_home_news_list {
    border: 1px solid #578a3f;
    padding: 15px 20px 25px;
	list-style: none;
}

.top_home_news_list li {
    padding: 15px;
    border-bottom: 1px dashed #578a3f;
}

.top_home_news_list li:last-child {
    border-bottom: none;
}

.top_home_news_date {
	color: #50823c;
	font-weight: 600;
	font-size: 14px;
}

.top_home_news_ttl {
	font-weight: 600;
}

.top_home_news_excerpt {
	font-size: 14px;
}

.top_review-con {
	width: 100%;
	max-width: 980px;
	padding: 0 20px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.top_review-box {
	border: 1px solid #222;
	padding: 15px 20px;
	width: 48.5%;
}

.top_review-flex {
	display: flex;
	margin-top: 20px;
}

.top_review-flex-left {
	width: 22%;
	text-align: center;
}

.top_review-flex-left p {
	margin-top: 10px;
	font-size: 14px;
}

.top_review-img img {
	height: 220px;
	object-fit: cover;
}

.top_review-flex-right {
	width: 78%;
	margin-left: 15px;
	text-align: justify;
}

a.top_review-box:hover .top_review-icon {
	transform:scale(1,1);
	transition:1s all;
	opacity: 0.8;
}

#top_about {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
}

.top_about-flex {
	display: flex;
	justify-content: space-between;
}

.top_about-img {
	width: 48.5%;
}

.top_about-text {
	width: 48.5%;
}

.top_about-point{
	padding: 0 30px 40px;
	margin-top: 20px;
}

#top_about h3 {
	position: relative;
	color: #50823c;
	margin: 20px 0 15px;
}

#top_about h3:before,#top_about h3:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 47%;
	width: 50px;
	border: 1px solid #50823c;
}

#top_about h3:after{
	left: 91%;
}

#top_about h3:before{
	right: 91%;
}

.top_about-point-box {
	display: flex;
	width: 95%;
    margin: 0 auto;
}

.top_about-point-text {
    margin-left: 15px;
}

#top_flow {
	width: 100%;
	max-width: 780px;
	padding: 0 20px;
}

#top_flow h3 {
	position: relative;
	font-family: "Noto Sans JP", YuGothic,'Yu Gothic', Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;
	font-size: 18px;
	background: #F7F6F5;
	text-align: left;
	padding: 12px 0 12px 160px;
}

#top_flow h3 span {
	position: absolute;
    top: 15px;
    left: 50px;
	padding-right: 50px;
	color: #50823c;
	font-family: "Roboto", "Noto Sans JP", serif;
	font-size: 22px;
}

#top_flow h3 span:before{
	position: absolute;
	top:-11px;
	left: -2px;
	content: "STEP";
	font-size: 12px;
}

.top_flow p {
	padding: 20px 0 30px 160px;
}

#top_qa {
	width: 100%;
	max-width: 780px;
	padding: 0 20px;
}

.top_qa-toggle {
	display: none;
}

.top_qa-option {
	position: relative;
}

.top_qa-title,.top_qa-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}

.top_qa-title {
	border-top: solid 1px #707070;
	padding: 20px 60px;
	display: block;
	font-size: 18px;
	font-weight: 500;
}

.top_qa-title::before,.top_qa-content::before {
	position: absolute;
	left: 10px;
	font-size: 22px;
	font-weight: 500;
}

.top_qa-title::before {
	position: absolute;
	content: "Q";
	color: #fff;
	font-family: "Roboto", "Noto Sans JP", serif;
	font-size: 22px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	background: #50823c;
	border: 1px solid #50823c;
	border-radius: 50%;
	right: 25px;
    top: 50%;
    transform: translate(0,-50%);
}

.top_qa-title::after {
	position: absolute;
	right: 25px;
	top: 43%;
	transform: translate(0,-50%) rotate(45deg);
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 3px solid;
	border-color: transparent #50823c #50823c transparent;
	transition: transform .5s;
	transform-origin: 50% 50%;
}

.top_qa-content {
	background: #F7F6F5;
	max-height: 0;
	overflow: hidden;
}

.top_qa-content::before {
	content: "A";
	color: #50823c;
	font-family: "Roboto", "Noto Sans JP", serif;
	font-size: 22px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	background: #fff;
	border: 1px solid #50823c;
	border-radius: 50%;
	margin-top: 20px;
}

.top_qa-option_last {
	border-bottom: solid 1px #707070;
}

.top_qa-content p {
	padding: 20px 10px 25px 60px;
	text-align: justify;
}

.top_qa-toggle:checked + .top_qa-title + .top_qa-content {
	transition: all 1.5s;
	max-height: 500px;
}

.top_qa-toggle:checked + .top_qa-title::after {
	transform: rotate(225deg)!important;
}

section#top_area {
	margin: 80px auto;
    padding: 40px 20px 80px;
}

.top_area {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

#top_area p {
    text-align: center;
}

#top_area .top_job {
	margin-top: 60px;
}

.top_area-img {
    margin: auto;
	width: 500px;
}

.top_area-text1 {
	margin-bottom: 30px;
}

.top_area-text2 {
	position: relative;
    padding: 10px 0;
	font-weight: 500;
}

.top_area-text2:before {
	content: "";
	display: inline-block;
    width: 62px;
    height: 23px;
    background: #B4D791;
    border: 1px solid #707070;
    vertical-align: middle;
    margin: 20px;
}

#top_area dl{
	text-align: center;
}

#top_area dt {
    margin-bottom: 10px;
}

#top_area ul{
	display: inline-block;
	text-align: left;
}

#top_access {
	width: 100%;
	max-width: 1200px;
	margin: auto auto 80px;
	padding: 0 20px;
}

#top_access p {
	text-align: center;
}

.top_access-text1 {
	padding: 10px 0;
}

.top_access-text3 {
	padding-bottom: 30px;
}

.top_access-map {
	width: 100%;
}

	/*固定ページ*/

.page .logo > a img {
	visibility: hidden;
}

.page .logo > a .site-name-text {
	display: inline-block;
	background: url("https://horikawa-cement.co.jp/newsite/wp-content/uploads/2023/07/logo130wblack.png") no-repeat;
	background-size: contain;
	background-position: center;
}

.page .menu-btn {
	/*background-color: rgba(34, 34, 34, 0.6);
    transition: color 0.4s ease-out;*/
	background-color: #50823c;
}

.page .date-tags {
	display: none;
}

.article h1 {
	font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
	font-weight: 500;
	text-align: center;
	font-size:32px;
	position: relative;
	margin: 42px auto 32px;
	letter-spacing: 1.25px;
}

.article h1 span {
	display: block;
	font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
	font-weight: 400;
	font-size:20px;
	line-height: 1;
	margin-top: 10px;
	letter-spacing: 1.25px;
	width: 100%;
}

.article h3 {
	font-size: 26px;
}

.movie {
	text-align: center;
	margin-bottom: 50px;
}

.page .eye-catch-wrap {
	display: none;
}

	/*施工事例*/

#works_label_section {
	padding: 40px 20px;
}

.p-accordion {
	max-width: 700px;
	margin-inline: auto;
}

.p-accordion-desc {
	font-size: 15px;
	font-weight: 700;
}

.p-accordion__head {
	cursor: pointer;
	background-color: #50823c;
	display: block;
	color: white;
	padding: 7px 20px;
	margin-top: 10px;
}

.p-accordion__head-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p-accordion__icon {
	display: block;
	position: relative;
	width: 24px;
	transition: transform 0.25s;
}

.p-accordion__icon:before {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 2px;
	background-color: #fff;
}

.p-accordion__icon:after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 2px;
	background-color: #fff;
}

.p-accordion__icon:before {
	left: 0;
	transform: rotate(45deg);
}

.p-accordion__icon:after {
	right: 0;
	transform: rotate(-45deg);
}

.p-accordion__input input[name=p-accordion__block] {
	display: none;
}

.p-accordion__input .p-accordion__block {
	cursor: pointer;
}

.p-accordion__input .p-accordion__content {
	height: 0;
	padding: 0 20px;
	overflow: hidden;
	opacity: 0.5;
	background-color: #fff;
	transition: padding 0.25s ease, opacity 0.3s ease 0s;
}

.p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head > .p-accordion__head-inner .p-accordion__icon {
	transform: rotate(-180deg);
}

.p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head + .p-accordion__content {
  /*開閉時*/
	height: auto;
	opacity: 1;
	padding: 20px;
}

.order  {
	text-align: right;
	margin-top: 15px;
}

.order select{
	width: auto;
	font-size: 14px;
	padding: 6px 12px;
}

#selectorder02 {
	display: none;
}

.works_list_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.works_list_box {
	width: 32%;
	margin: 20px 0;
}

.works_award_short p {
    margin: 10px 0 0;
    color: #bd5917;
    font-weight: 600;
    border: 1px solid;
    padding: 3px 10px;
    display: inline-block;
}

.works_list_no {
	color: #50823c;
	font-size: 14px;
	margin-top: 10px;
}

.works_list_place {
	font-size: 14px;
}

.article p.works_list_no, .article p.works_list_text {
	margin-bottom: 6px;
}

.article p.works_list_text {
	font-weight: 600;
	font-family: "Noto Sans JP", YuGothic,'Yu Gothic', Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;
}
.works_list_img {
    overflow: hidden;
}

.works_list_img img {
    height: 17vw;
    object-fit: cover;
}

/*お客様の声*/

.voice_list_box {
	padding: 50px 20px;
}

.voice_list_box:nth-child(2n+1) {
	background: #F7F6F5;
}

.voice_list_box:nth-child(2n) {
	background: #FFF;
}

.voice_list_info{
	display: flex;
	justify-content: space-around;
}

.voice_list_img{
	width: 40%;
}

.voice_list_text{
	width: 60%;
	margin-left: 30px;
}

.voice_list_title {
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #50823c;
    padding-bottom: 9px;
    display: inline-block;
}

.voice_review {
	display: flex;
	justify-content: space-between;
	padding: 30px 20px 50px;
	position: relative;
	margin: 1.5em auto;
	border: solid 1px #50823c;
}

.voice_review dl{
	width: 49%;
	margin-bottom: 0;
}

.voice_review dt{
	font-weight: 500;
	margin-bottom: 0.5em;
}

.voice_review dd{
	margin-bottom: 1.8em;
}

.voice_review dd:last-child{
	margin-bottom: 0;
}

.voice_review dd ul {
	list-style:none;
	padding: 0;
}

.voice_list .review_sheet {
	width: 111px;
	border: 1px solid #222;
}

.voice_review .star-yl {
	color: #ffe200;
	padding: 0 1px;
}

.voice_review .star-gr {
	color:#ccc;
	padding: 0 1px;
}

/*よくある質問*/

#faq_section h2 {
    padding: 0 13px;
    background: linear-gradient(transparent 75%, rgb(87 138 63 / 30%) 75%);
    display: inline-block;
    margin: 0 0 40px;
    text-align: center;
}

.qa_list dt {
    margin-bottom: 1em;
    font-weight: 600;
	color: #50823c;
	font-size: 18px;
}

.qa_list dt::before,
.qa_list dd::before {
    margin-right: .4em;
}

.qa_list dt::before {
    content: "Q.";
}

.qa_list dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #F7F6F5;
}

.qa_list dd::before {
    content: "A.";
}

/*ご相談の流れ*/

#flow_contents h2 {
    position: relative;
    padding-top: 70px;
	background-color: #fff;
}

#flow_contents h2 span {
	font-family: "Noto Sans JP", YuGothic,'Yu Gothic', Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
    color: #fff;
	background-color: #50823c;
    padding: 7px 20px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

#flow_contents h3 {
    border: none;
    color: #50823c;
}

#flow_contents .bg_beige {
	padding: 20px;
}

#flow_contents .bg_beige table td {
    background: #fff;
	border: 1px solid #222;
	width: 76%;
}

#flow_contents .bg_beige table th {
    background: #50823c;
    color: #fff;
	border: 1px solid #222;
	width: 24%;
}

.flow_flex {
	display: flex;
}

.flow_box {
	padding-bottom: 100px;
	margin-bottom: 50px;
	border-bottom: 1px dashed #222;
	position: relative;
}

.flow_box:first-child {
	border-top: 1px dashed #222;
	padding-top: 50px;
}

.flow_box:before,.flow_box:after {
	position: absolute;
	content: "";
	display: inline-block;
	color: #222;
	line-height: 1;
}

.flow_box:before {
	width: 2px;
	height: 40px;
	bottom: 19px;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #222;

}

.flow_box:after {
	width: 12px;
	height: 12px;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0) rotate(-45deg);
	border: 0.1em solid #222;
	border-top: 0;
	border-right: 0;
} 

.flow_box:last-child::before, .flow_box:last-child::after {
    content: none;
}

.flow_img {
	width: 30%;
}

.flow_text {
	width: 70%;
	margin-left: 20px;
}

.flow_contact-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.flow_contact-flex a {
	width: 48%;
	border: 1px solid #222;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.flow_contact-flex a:hover {
	border: 1px solid #fff;
	background: #50823c;
	transition: all 0.3s ease-in-out;
}

.flow_contact-flex p {
	color: #222;
	text-align: center;
	margin-bottom: 0;
}

.flow_contact-flex a:hover p {
	color: #fff;
}

.flow_contact_tel-text1 {
	font-size: 18px;
}

.flow_contact_tel-text2 {
	font-size: 28px;
}

.flow_contact_tel-text2:before {
    content: "";
    display: inline-block;
    background: url(https://horikawa-cement.co.jp/newsite/wp-content/themes/cocoon-child-master/images/icon-tel_off.png) no-repeat;
    padding: 0;
    background-size: 100% auto;
    width: 29px;
    height: 29px;
    vertical-align: middle;
    margin: 0px 8px 5px;
}

.flow_contact_tel:hover .flow_contact_tel-text2:before {
    background: url(https://horikawa-cement.co.jp/newsite/wp-content/themes/cocoon-child-master/images/icon-tel_on.png) no-repeat;
    padding: 0;
    background-size: 100% auto;
    width: 29px;
    height: 29px;
    vertical-align: middle;
    margin: 0px 8px 5px;
}

.flow_contact_mail p {
	font-size: 18px;
}

.flow_contact_mail:before {
    content: "";
    display: inline-block;
    background: url(https://horikawa-cement.co.jp/newsite/wp-content/themes/cocoon-child-master/images/icon-mail_off.png) no-repeat;
    padding: 0;
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin: 0px 8px 5px;
}

.flow_contact_mail:hover:before {
    background: url(https://horikawa-cement.co.jp/newsite/wp-content/themes/cocoon-child-master/images/icon-mail_on.png) no-repeat;
    padding: 0;
    background-size: 100% auto;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin: 0px 8px 5px;
}

.diagram {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.diagram_box {
	width: 49%;
	margin-bottom: 20px;
}

.diagram_box2 {
	width: 100%;
	margin-bottom: 20px;
}

.diagram_img_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.diagram_img_flex .diagram_img {
	width: 49%;
}

.diagram_img {
	overflow: hidden;
}

.diagram p{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0.2em;
	text-align: center;
}

.flow_info_flex {
	display: flex;
	margin-bottom: 30px;
}

.flow_info_flex_img {
	width: 30%;
}

.flow_info_flex_text {
	width: 70%;
	margin-left: 30px
}

.flow_info_table th {
	width: 30%;
}

.flow_info_table td {
	width: 70%;
}

/*会社概要　about*/

#about_section h2 {
	border: none;
    font-size: 24px;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
}

#about_section h2:after {
	content: "";
	display: inline-block;
	width: 50px;
	position: absolute;
	top:100%;
	left: 50%;
    transform: translate(-50%,-0);
    border-top: 1px solid #50823c;
}

#about_section h3 {
	text-align: center;
	color: #50823c;
	border-left: none;
    border-right: none;
}


.about_area-img {
    margin: auto;
	width: 355px;
}

.about_area-text1 {
	margin-bottom: 30px;
}

.about_area-text2 {
	position: relative;
    padding: 10px 0;
	font-weight: 500;
	text-align: center;
}

.about_area-text2:before {
	content: "";
	display: inline-block;
    width: 62px;
    height: 23px;
    background: #B4D791;
    border: 1px solid #707070;
    vertical-align: middle;
    margin: 20px;
}

/*私たちの想い　concept*/

#concept_section h2,#warranty_section h2, #loan_section h2 {
	border: none;
    font-size: 29px;
    position: relative;
    padding: 20px 0;
    margin-bottom: 30px;
    background-color: #fff;
}

#concept_section h2:after, #warranty_section h2:after, #loan_section h2:after {
	content: "";
	display: inline-block;
	width: 50px;
	position: absolute;
	top:100%;
	left: 50%;
    transform: translate(-50%,-0);
    border-top: 1px solid #50823c;
}

#concept_section h3, #warranty_section h3, #loan_section h3 {
	border: none;
	line-height: 1.4;
	margin-bottom: 0.5em;
}

#message_section {
	padding: 30px 20px;
	margin-bottom: 60px;
}

.message_img {
	width: 200px;
	margin: 20px auto 50px;
}

.message_title {
	font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #50823c;
    padding-bottom: 9px;
    display: inline-block;
}

.message_title2 {
	font-weight: 600;
    color: #50823c;
    font-size: 18px;
}

.message_text {
	text-align: left;
}

#advantage {
	margin: 80px 0;
    padding: 70px 0 20px;
    background: url(https://horikawa-cement.co.jp/newsite/wp-content/themes/cocoon-child-master/images/concept/advantage01.jpg), url(https://horikawa-cement.co.jp/newsite/wp-content/themes/cocoon-child-master/images/concept/advantage02.jpg), url(https://horikawa-cement.co.jp/newsite/wp-content/themes/cocoon-child-master/images/concept/advantage03.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 35%, 25%, 15%;
    background-position: left 1% top, right 10% bottom, right 1% top;
}

#advantage h2{
	background: none;
}

#advantage div {
	background: #fff;
    padding: 34px 40px;
    max-width: 780px;
    border: 1px solid #50823c;
	margin: auto;
}

.heading_number::before {
    content: attr(data-number);
    color: #50823c;
    font-size: 60px;
    padding: 0 20px 0 0;
    vertical-align: middle;
}

.heading_number span {
    background:linear-gradient(transparent 60%, #fffeca 60%);
}

.concept_flex_odd {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
	padding: 60px 40px;
    margin-right: 100px;
}

.concept_flex_odd_text {
	width: 49%;
	margin-left: 80px;
}

.concept_flex_odd_img {
	width: 40%;
}

.concept_flex_odd:before {
	 content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
	right: 0;
    width: 200px;
    height: 200px;
	background: #86a078;
}

.concept_flex_odd:after {
	content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 40px;
	left: 0;
	width: 90%;
    height: 100%;
	background: #ECEFEA;

}
.concept_flex_even {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 60px 40px;
    margin-left: 100px;
}

.concept_flex_even_text {
	width: 49%;
	margin-right: 80px;
}

.concept_flex_even_img {
	width: 40%;
}

.concept_flex_even:before {
	 content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
	left: 0;
    width: 200px;
    height: 200px;
	background: #86a078;
}

.concept_flex_even:after {
	content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 40px;
	right: 0;
	width: 90%;
    height: 100%;
	background: #ECEFEA;
}

.concept_profile {
	margin-top: 80px;
}

.concept_table {
	width: 100%;
}

#concept_section table td, .loan_table3 td{
    background: #fff;
	border: 1px solid #222;
	width: 76%;
}

#concept_section table th, .loan_table3 th {
    background: #50823c;
    color: #fff;
	border: 1px solid #222;
	width: 24%;
}

.new-moral {
	width: 34%;
    margin: auto;
}

.concept_img_flex, .concept_text_flex {
	display: flex;
	justify-content: center;
	margin: 80px auto;
}

.concept_img_flex .concept_img {
	width: 40%;
	margin: 0 10px;
}

.concept_text_flex .concept_text {
	width: 48%;
	margin: 0 10px;
	border: 1px solid #222;
	padding: 30px 20px 40px;
}

.concept_text_flex .concept_text dt {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
}

.article .concept_text_flex .concept_text dd {
	margin-left: 0;
}

.article p.con04_ttl {
	text-align: center;
	font-weight: 600;
	background: #333;
	color: #fff;
	padding: 5px 30px;
	margin: 0 20px 5px;
}

.warranty_table th,.warranty_table td,.warranty_table tr {
   	border: 1px solid #50823c;
}

.warranty_table th {
	background: #50823c;
	color: #fff;
   	border: 1px solid #fff;
}

.warranty_matters {
	padding: 30px 20px 40px;
}

.warranty_point {
	background: #fff;
	padding: 10px 40px;
	font-size: 14px;
	border: 1px solid #222;
}

.loan_strong {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
}

.loan_table1, .loan_table2 {
	margin: 0 auto;
	width: auto;
}

.loan_table1 td{
    background: #fff;
	border: 1px solid #222;
	color: #c1272d;
	font-weight: 600;
	font-size: 22px;
	padding: 6px 20px;
}

.loan_table1 th {
    background: #50823c;
    color: #fff;
	border: 1px solid #222;
	padding: 6px 20px;
}

.loan_table2 td,.loan_table2 th {
	padding: 6px 20px;
}

.loan_table2_ttl {
	background: #50823c;
	color: #fff;
}

.loan_note {
	font-size: 14px;
	text-align: center;
}

.article table.loan_table2 {
	margin-bottom: 0.5em;
}

.loan_able {
	text-align: center;
}

.loan_able ul {
	text-align: left;
	display: inline-block;
}

/*会社概要　about*/
.about_area-text3 {
	text-align: center;
}

.profile_table {
	border-spacing: 5px;
	border-collapse: unset;
} 

.profile_table th,.profile_table td,.profile_table tr {
	border: none;
	background: #fff;
}

.profile_table th {
	border-bottom: 1px solid #50823c;
	width: 20%;
}

.profile_table td {
	border-bottom: 1px solid #222;
	width: 80%;
}

.history_table td,.history_table tr {
	border: none;
}

.history_table td {
	border: none;
	border-right: 1px dashed #646566;
}

.history_table td:last-child {
	border: none;
}

.history_table td:nth-child(odd) {
	width: 20%;
	text-align: center;
}

.history_table td:nth-child(even) {
	width: 80%;
}

.history_table tr:nth-child(odd) {
	background: #ECEFEA;
}

.history_table tr:nth-child(even) {
	background: #F9F9F9;
}

a.profile_btn {
	margin: 20px 0;
	padding: 5px;
	font-size: 14px;
	width: 250px
}

.staff_flex {
	display: flex;
	justify-content: space-between;
	align-content:flex-start;
	margin-bottom: 40px;
}

.staff_image {
    width: 190px;
	position: relative;
}

.staff_text {
	width: calc(100% - 210px);	
}

.staff_table {
	border-spacing: 5px 10px;
	border-collapse: unset;
}

.staff_table tr,.staff_table th,.staff_table td  {
	border:none;
}

.staff_table th {
	width: 15%;
	background: #ECEFEA;
}

.staff_table td {
	width: 85%;
	background: #F9F9F9;
	padding: 10px;
}

.article p.staff_name {
	text-align: center;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 0.5em;	
	font-size: 18px;
}

.staff_name span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #50823c;
}

.article p.staff_job_ttl {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0.5em;	
}

.staff_job_ttl span {
	border: 1px solid #50823c;
	padding: 5px 10px;
}

.article p.staff_job {
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;	
}

.article ul.link_contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
}

.link_contents li {
	width: 30%;
	text-align: center;
}

.link_contents .link_img {
	margin-bottom: 15px;
}

.link_contents .link_text {
	text-align: left;
	font-size: 12px;
}
/*アクセス　access*/

#access_section h2 {
	border: none;
    font-size: 24px;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
}

#access_section h2:after {
	content: "";
	display: inline-block;
	width: 50px;
	position: absolute;
	top:100%;
	left: 50%;
    transform: translate(-50%,-0);
    border-top: 1px solid #50823c;
}

.access_note {
	font-size:14px;
	color: #c1272d;
}

.access_studio_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.access_studio_img {
	width: 45%;
}

.access_studio_text {
	width: 53%;
}

.access_studio_flex02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	flex-wrap: wrap;
}

.access_studio_img02 {
	width: 30%;
}

/*メディア*/
.media-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.media-box {
	width: 32.5%;
	margin-bottom: 80px;
}

.media-box div {
	overflow:hidden; 
}

.media-flex h2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}

.media-flex2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.media-flex2 a {
	width: 49%;
}
.article h3.madia-ttl {
    font-size: 18px;
    font-weight: 600;
    color: #578a3d;
    margin: 5px 0 10px;
}

.madia-link {
	text-decoration: none;
}

.madia-link:hover {
	text-decoration: underline;
}

.article .madia-link p {
	margin: 0 5px 10px;
}

/*材料別*/
.material-list {
	text-align: center;
}

.material-list-ul {
	text-align: left;
	display: inline-block;
	border: 1px solid;
	padding: 15px 30px 15px 45px;
}

.material-list-ul a {
	border-bottom: 1px solid;
}

.material-list-ul a:hover {
	border-bottom: 0px;
}

.material-flex, .material-flex2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.material-flex3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background: #eee;
	margin-bottom: 0;
}

.material-flex3 p {
	line-height: 3;	
	text-align: center;
	margin-bottom: 0!important;
}

.material-flex p, .material-flex2 p {
	text-align: center;
	background: #eee;
	line-height: 1.6;
    padding: 10px 0;
}

.material-box {
	width: 32.5%;
}

.material-box2 {
	width: 49.5%;
}

.material-box div, .material-box2 div {
	overflow: hidden;
}

.material_content_area-toggle {
	display: none;
}

.material_content_area-option {
	position: relative;
}

.material_content_area-title,.material_content_area-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
	
}

.material_content_area-title {
	display: block;
	font-weight: 600;
	font-size: 24px;
	border-bottom: 1px solid #50823c;
	padding: 0 44px 10px 0;
	margin-bottom: 10px;
	letter-spacing: 1.25px;
}

.material_content_area-title::after {
	position: absolute;
	right: 25px;
	top: 43%;
	transform: translate(0,-50%) rotate(45deg);
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 3px solid;
	border-color: transparent #50823c #50823c transparent;
	transition: transform .5s;
	transform-origin: 50% 50%;
}

.materialp_content_area-content {
	margin: 30px 0;
	text-align: justify;
	max-height: 0;
	overflow: hidden;
}

.material_content_area-content div {
	display: none;
}

.material_content_area-toggle:checked + .material_content_area-title + .material_content_area-content {
	transition: all 1.5s;
	max-height: 500px;
}

.material_content_area-toggle:checked + .material_content_area-content div {
	display: block;
}

.material_content_area-toggle:checked + .material_content_area-title::after {
	transform: rotate(225deg)!important;
}



dl.material_toggle, .material_toggle dt, .material_toggle dd {    margin: 0;
    padding: 0;
}


dl.material_toggle+dl.material_toggle {
    margin-top: 1rem;
}

.material_toggle dt,
.material_toggle dd {
    padding: 10px;
}

dl.material_toggle {
    position: relative;
    overflow: hidden;
}

dl.material_toggle>input {
    display: none;
}

.material_toggle dt {
    position: relative;
    z-index: 1;
    padding-right: 40px;
	border: 1px solid #578a3f;
	background: #fff;
}

.material_toggle dd {
    position: absolute;
    visibility: hidden;
    transform: translateY(-100%);
    transition: .4s;
    background: #eee;
}

dl.material_toggle>input:checked+label+dd {
    position: relative;
    visibility: visible;
    transform: translateY(0);
}

.material_toggle dt::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    right: 10px;
    background: #333;
    transform: translateY(-50%);
}

.material_toggle dt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 3px;
    background: #333;
    transition: .4s;
    transform: translateY(-50%) rotate(90deg);
}

dl.material_toggle>input:checked+label>dt::after {
    transform: translateY(-50%) rotate(180deg);
}

.article .material_toggle h3 {
	margin: 0;
}

/*お問い合わせ*/
.contact_case_refusal {
	padding: 50px 30px 30px;
}

.case_refusal_h3_1 {
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
}

.case_refusal_h3_2 {
	background: linear-gradient(transparent 75%, rgb(87 138 63 / 30%) 75%);
	line-height: 1.6;
}

.article p.contact_free {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0;
}

.contact_btn_flex {
	display: flex;
	justify-content: center;
}

.contact_btn_flex div {
	margin: 20px;
}

.contact_case_refusal dt {
	font-weight: 600;
	font-size: 18px;
	color: #50823c;
}

.contact_case_refusal dd {
	margin-bottom: 20px;
	margin-left: 0;
}

.contact_original {
	margin: 60px 0;
}

.contact_original p {
	text-align: center;
}

.contact_flex {
	display: flex;
	margin-bottom: 60px;
}

.contactTable tr, .contactTable td, .contactTable th{
	border: none;
	background: #fff;
	vertical-align:top;
	text-align: left;
	font-size: 15px;
}

.contactTable th {
	width: 20%;
	padding: 20px 6px;
}

.contactTable th p {
	padding-top: 5px;
}

.contactTable td {
	width: 80%;
	padding: 20px 6px;
}

.contactTable2 {
	margin-top: 30px;
}

.contactTable2 th {
	width: 25%;
	padding: 20px 6px;
}

.contactTable2 th p {
	padding-top: 5px;
}

.contactTable2 td {
	width: 75%;
	padding: 20px 6px;
}

.must {
	display: inline-block;
	font-weight: 600;
	color: #fff;
	background: #c1272d;
	padding: 2px 4px;
	font-size: 12px;
	margin: 5px 10px 0;
}

.any {
	display: inline-block;
	font-weight: 600;
	color: #fff;
	background: #666;
	padding: 2px 4px;
	font-size: 12px;
	margin: 5px 10px 0;
}

.contactTable input[type="text"], .contactTable input[type="password"], .contactTable input[type="date"], .contactTable input[type="datetime"], .contactTable input[type="email"], .contactTable input[type="number"], .contactTable input[type="search"], .contactTable input[type="tel"], .contactTable input[type="time"], .contactTable input[type="url"], .contactTable textarea, .contactTable select {
    font-size: 14px;
}
	
#autozip {
	display: none!important;
}

.article .contactTable p {
	margin-bottom: 0.2em;
}

.selectday {
	display: flex;
	line-height: 50px;
}

.selectday .wpcf7-form-control-wrap {
	margin: 0 10px;
}

.yourfile input[type="file"] {
	margin-bottom: 10px;
}

.contact-note {
    margin-top: 1em;
    line-height: 1.6;
	font-size: 13px;
	margin-left: 1em;
}

.acceptance {
    margin-top: 1em;
    line-height: 1.6;
	font-size: 13px;
	margin-left: 1em;
}

.grecaptcha-badge {
	bottom: 60px!important;
}

.wpcf7 .wpcf7-submit {
    font-size: 20px;
    font-weight: 600;
    background: #50823C;
    color: #fff;
}

/*無料相談会event*/

.page-id-18304 h1.entry-title {
	display: none;
}

#event_section {
	background: #f9fbf9;
}

#event_section p {
	margin-bottom: 0;
}

.event_max780_p20{
    width: 100%;
    max-width: 780px;
    padding: 0 20px;
	margin: auto;
}

.event_max780_p0{
    width: 100%;
    max-width: 780px;
    padding: 0;
	margin: auto;
}
.eventday {
	margin: 30px 0 15px;
}

.eventday p {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #50823C;
	margin-bottom: 10px !important;
}

.eventday-flex{
	display: flex;
	list-style: none;
	padding: 15px 30px;
    border: 1px solid #50823C;
    flex-wrap: wrap;
    max-width: 300px;
    align-items: center;
    justify-content: center;
    margin: auto;
}


.eventday_line {
	text-decoration: line-through;
}

.event_access-map {
	width: 100%;
}

.event_studio_flex {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	flex-wrap: wrap;
}

.event_studio_img02 {
	width: 30%;
}

.event_access-text1 {
	padding: 10px 0;
}

.event_access-text3 {
	padding-bottom: 30px;
}

.event_btn-wrap {
	margin: 50px 0 30px;
	text-align: center;
}

a.event_btn-c {
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  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;
  border-radius: 0.5rem;
  font-size: 24px;

  position: relative;

  padding: 0 25px 20px;

  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

a.event_btn-c span {
  font-size: 18px;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.event_btn-c span:before,
a.event_btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.event_btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.event_btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}


a.event_btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

a.event_btn-d {
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  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;
  border-radius: 0.5rem;
  font-size: 24px;

  position: relative;

  padding: 0 12px 20px;

  color: #fff;
 background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}

a.event_btn-d span {
  font-size: 18px;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.event_btn-d span:before,
a.event_btn-d span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.event_btn-d span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #32b16c transparent transparent transparent;
}

a.event_btn-d span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}


a.event_btn-d:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}
#evene-form {
    padding-top: 30px;
}

.event-form-text1 {
position: relative;
	background: #50823C;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 15px 10px;
    margin-top: 80px;
}

.event-form-text1::after {
    content: '';
    width: 2px;
    height: 26px;
    height: 1.625rem;
    display: block;
    position: absolute;
    top: 97%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #50823C;
}
.event-form-text2 {
    padding: 32px 0;
	font-size: 14px;
}

#event-form-new {
	background: #e94919;
	padding: 20px;
}

#event-form-reform {
	background: #30a967;
	margin-top: 50px;
	padding: 20px;
}

.event-form-ttl {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #50823C;
	margin-bottom: 20px !important;
    margin-top: 80px;
    padding: 10px 0;
	border: 1px solid #50823C;
}

.event-form-ttl2 {
	text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #e94919;
	margin-bottom: 15px;
}

.event-form-ttl3 {
	text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #30a967;
	margin-bottom: 15px;
}

.event-form-ttl2 p, .event-form-ttl3 p {
    border-bottom: 2px solid;
    display: inline-block;
}

.event-form-ttl2 span, .event-form-ttl3 span {
	display: block;
    font-size: 15px;
}

.event-form-ttl4 {
	text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
	padding: 30px 0 15px;
}

.event-form-ttl4-span {
    font-size: 15px;
	display: block;
}

.eventTable tr, .eventTable td, .eventTable th{
	border: none;
	vertical-align:top;
	text-align: left;
	font-size: 15px;
	background: #fff;
}

.eventTable th {
	width: 20%;
	padding: 20px 6px;
}

.eventTable th p {
	padding-top: 5px;
}

.eventTable td {
	width: 80%;
	padding: 20px 6px;
}

.eventTable2 {
	margin-top: 30px;
}

.eventTable2 th {
	width: 25%;
	padding: 20px 6px;
}

.eventTable2 th p {
	padding-top: 5px;
}

.eventTable2 td {
	width: 75%;
	padding: 20px 6px;
}

.eventTable input[type="text"], .eventTable input[type="password"], .eventTable input[type="date"], .eventTable input[type="datetime"], .eventTable input[type="email"], .eventTable input[type="number"], .eventTable input[type="search"], .eventTable input[type="tel"], .eventTable input[type="time"], .eventTable input[type="url"], .eventTable textarea, .eventTable select {
    font-size: 14px;
}

.article .eventTable p {
	margin-bottom: 0.2em;
}

.eventTable select , .eventTable input[type="date"] {
	padding: 8px;
}

.event-note {
    margin-top: 1em;
    line-height: 1.6;
	font-size: 13px;
	margin-left: 1em;
}

/*サイトマップ*/
.sitemap {
	text-align: center;
}
.sitemap ul {
	text-align: left;
	display: inline-block;
}
.article .sitemap_p {
	list-style: none;
	margin: 10px;
	border-bottom: 1px solid #50823c;
	padding: 5px 15px;
}
.sitemap_list {
	list-style: circle;
}

/*投稿　single*/

.fa-tags:before {
    display: none!important;
}

.date-tags {
	display: none;
}

.single .post{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.single .logo > a img {
	visibility: hidden;
}

.single .logo > a .site-name-text {
	display: inline-block;
	background: url("https://horikawa-cement.co.jp/newsite/wp-content/uploads/2023/07/logo130wblack.png") no-repeat;
	background-size: contain;
	background-position: center;
}

.single .menu-btn {
    /*background-color: rgba(34, 34, 34, 0.6);
    transition: color 0.4s ease-out;*/
	background-color: #50823c;
}

.single .eye-catch {
    height: auto;
    margin: 60px auto 0;
}

.single .eye-catch img {
    object-fit: cover;
}

.single .entry-title {
    margin: 60px 0;
}

.single .article h1 span {
	position: absolute;
    top: 240%;
    left: 50%;
    transform: translate(-50%,-0);
}

.single .article h2 {
	border: none;
	font-size: 24px;
	position: relative;
	padding:20px 0;
	margin-bottom: 30px;
	background-color: #fff;
	font-weight: 600;
}

.single .article h2:after {
	content: "";
	display: inline-block;
	width: 50px;
	position: absolute;
	top:100%;
	left: 50%;
    transform: translate(-50%,-0);
    border-top: 1px solid #50823c;
}

.single .article h3 {
	text-align: center;
	color: #50823c;
	border-left: none;
    border-right: none;
	font-weight: 600;
	padding: 0.6em 0;
}


.single .work_text {
	width: 780px;
    margin: 0 auto 30px;
	text-align: justify;
}

.single .products {
	background: #F7F6F5;
	padding: 20px;
}

.single .products table{
	max-width: 1200px;
	min-width: 780px;
	width: auto;
	margin: 0 auto 30px;
}
.single .products table caption {
	font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
	font-weight: 500;
	color: #50823c;
	font-size: 20px;
	margin-bottom: 20px;
	letter-spacing: 1.25px;
}


.single .products table th, .single .products table td {
	border: none;
    border-top: 1px solid #4b4b4b;
}

.single .products table tr:last-child {
	border-bottom: 1px solid #4b4b4b;
}

.single .products table tr:nth-of-type(2n+1) {
	background-color: #F7F6F5;
}

.video-container {
    margin: 30px auto;
}

.single .before_after {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single .before_after p {
	margin-bottom: 0;
	font-size: 20px;
	color: #50823c;
}

.single .before_after_arrow {
	width: 5%;
	height: 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: skew(45deg);
	margin: 0 15px 0 7px;
}

.single .before {
	width: 45%;
}

.single .after {
	width: 50%;
}

.single .article .work_date p, .single .article .work_housemaker p {
	text-align: center;
    font-weight: 500;
	margin-bottom: 1em;
}

.single .work_award {
	border: 1px solid #b39c4b;
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.single .article p.work_award_mark {
	color: #b39c4b;
    font-size: 32px;
	font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
    font-weight: 500;
	margin-bottom: 0;
	width: 40%;
    text-align: center;
	letter-spacing: 1.25px;
}

.single .article p.work_award_name {
	width: 60%;
	margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.single .work_point {
	display: flex;
	justify-content: space-between;
}

.single .work_point p{
	width: 49%;
}

.single .work_other {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.single .work_other div {
	width: 32.5%;
}

.single .article p.work_other_img {
	margin-bottom: 0.5em;
}

.single .work_review {
	display: flex;
	justify-content: space-between;
	border: 1px solid #222222;
	padding: 30px 20px 50px;
}

.single .work_review dl{
	width: 49%;
	margin-bottom: 0;
}

.single .work_review dt{
	font-weight: 500;
	margin-bottom: 0.5em;
}

.single .work_review dd{
	margin-bottom: 1.8em;
}

.single .work_review dd:last-child{
	margin-bottom: 0;
}
.single .work_review dd ul {
	list-style: none!important;
	padding: 0!important;
}
.single .review_sheet {
	width: 111px;
	border: 1px solid #222;
	margin-bottom: 10px;
}

.single .star-yl {
	color: #ffe200;
	padding: 0 1px;
}

.single .star-gr {
	color:#ccc;
	padding: 0 1px;
}

.single .manager {
	display: flex;
	width: 780px;
    margin: 70px auto 30px;
	border: 1px solid #222;
	padding: 30px 20px;
}

.single .manager-right {
	margin-left: 50px;
}

.single .manager-ttl {
	font-size: 20px;
	color: #50823c;
	font-weight: 500;
}

.single .manager-txt {
	font-size: 14px;
}

.single .manager-sns {
	display: flex;
	align-items: center;
}

.single .manager-sns div {
	padding: 0 3px;
}

.single .article-footer {
	width: 780px;
    margin: 0 auto 30px;
}

.single .entry-categories, .single .entry-tags{
	display: block;
}

.single .entry-categories-tags > div {
	margin-bottom: 1em;
}

.single .article-footer .cat-link,.single .article-footer .tag-link  {
    font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.under-entry-content {
	padding-bottom: 80px;
}

.under-entry-content .max780 {
	padding-top: 60px;
}

h2.related-entry-heading2{
	position: relative;	
}

h2 .related-entry-main-heading2 {
	display: block;
	border: none;
	font-size: 24px;
	padding:20px;
	margin-bottom: 0px;
}

.works_list_flex2 {
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}


h2 .related-entry-main-heading2:after {
	content: "";
	display: inline-block;
	width: 50px;
	position: absolute;
	top:100%;
	left: 50%;
    transform: translate(-50%,-0);
    border-top: 1px solid #50823c;
}


h2.related-entry-heading{
	position: relative;	
}

h2 .related-entry-main-heading {
	display: block;
	border: none;
	font-size: 24px;
	padding:20px;
	margin-bottom: 110px;

}

h2 .related-entry-main-heading:after {
	content: "";
	display: inline-block;
	width: 50px;
	position: absolute;
	top:100%;
	left: 50%;
    transform: translate(-50%,-0);
    border-top: 1px solid #50823c;
}


.related-entry-sub-heading {
	position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%,-0);
	display: inline-block;
    font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
	letter-spacing: 1.25px;
}

span.sub-caption {
	width: 90%;
	line-height: 1.6;
}

.rect-vertical-card .related-list {
    max-width: 1200px;
    margin: auto;
}

.single .rect-vertical-card .related-list .post {
	padding: 0;
}

.single .column h3.related-entry-card-title,.rect-vertical-card h3.related-entry-card-title {
	font-family: "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	margin-top: 5px;
	font-weight: 400;
	text-align: left;
	font-size: 16px;
}

.rect-vertical-card .related-entry-card-thumb {
	overflow:hidden;
}

.entry-card-thumb {
	overflow:hidden;
}

.rect-vertical-card .related-entry-card-wrap {
	padding: 0;
}

/*お知らせ　news*/

.single .text-news {
    width: 780px;
    margin: 0 auto 30px;
}

.date-news {
    width: 780px;
    margin: 0 auto 50px;
	text-align: right;
	font-size: 14px;
}


/*ブログ blog*/
#main_blog {
	background: url("https://horikawa-cement.co.jp/newsite/wp-content/themes/cocoon-child-master/images/top/bg-blog.png");
	background-size: 100% auto;
}

.main_blog-title {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-around;
	align-items:flex-end;
}

.main_blog-title-text {
	width: 77%;
}

.main_blog-title-text1 {
	margin-top: 30px;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin-left: 40px;
	margin-bottom: 30px!important;
}

.main_blog-title-text2 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 30px;
	color: #fff;
	margin-left: 40px;
}

.main_blog-title-img {
	width: 23%;
    margin-right: 40px;
}

#blog_label_section {
	padding: 40px 20px;
}

#blog_label_section p {
    background-color: #50823c;
    display: block;
    color: white;
    padding: 7px 20px;
	margin: 10px auto 0;
	text-align: center;
	max-width: 700px;
}

#blog_label_section ul {
	margin: 0 auto 0;
	max-width: 700px;
	background: #fff;
	padding: 15px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#blog_label_section li {
    width: 46%;
}

.blog_emoji {
	width: auto;
	display: inline;
}


.blog_list_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.blog_list_box {
	width: 32%;
	margin: 20px 0;
}

.blog_list_no {
	color: #50823c;
	font-size: 14px;
	margin-top: 10px;
}

.blog_list_place {
	font-size: 14px;
}

.article p.blog_list_no, .article p.blog_list_text {
	margin-bottom: 6px;
}

.article p.blog_list_text {
	font-weight: 600;
	font-family: "Noto Sans JP", YuGothic,'Yu Gothic', Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;

}

.blog_list_img {
	overflow: hidden;
}

.blog_list_img img {
    height: 17vw;
    object-fit: cover;
}

/*ブログ 投稿ページ blog*/
.single .blog {
	padding: 0 15px;
}

.single .blog h1.entry-title {
	margin-bottom: 0;
	line-height: 2;
	margin-top: 145px;
}

.single .blog .eye-catch-wrap {
	display: none;
}

.back-blog {
	padding-top: 30px;
}


/*コラム column*/
#column_label_section {
	padding: 40px 20px;
}

.column_list_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.column_list_box {
	width: 32%;
	margin: 20px 0;
}

.column_list_no {
	color: #50823c;
	font-size: 14px;
	margin-top: 10px;
}

.column_list_place {
	font-size: 14px;
}

.article p.column_list_no, .article p.column_list_text {
	margin-bottom: 6px;
}

.article p.column_list_text {
	font-weight: 600;
	font-family: "Noto Sans JP", YuGothic,'Yu Gothic', Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;

}

.column_list_img {
	overflow: hidden;
}

.column_list_img img {
    height: 17vw;
    object-fit: cover;
}

/*コラム 投稿ページ column*/
.single .column {
	padding: 0 15px;
}

.single .column h1.entry-title {
	margin-bottom: 0;
	line-height: 2;
	margin-top: 145px;
}

.single .column h2 {
	font-size: 22px;
}

.single .column h3 {
	text-align: left;
	line-height: 1.6;
	font-size: 20px;
}

.back-column {
	padding: 60px 0 40px;  
}

/*お知らせ news*/
#news_label_section {
	padding: 40px 20px;
}

.news_list_box {
	margin: 20px 0;
}

.news_list_no {
	color: #50823c;
	font-size: 14px;
	margin-top: 10px;
}

.news_list_place {
	font-size: 14px;
}

.article p.news_list_no, .article p.news_list_text {
	margin-bottom: 6px;
}

.article p.news_list_text {
	font-weight: 600;
	font-family: "Noto Sans JP", YuGothic,'Yu Gothic', Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;

}


/*お知らせ 投稿ページ news*/
.single .news {
	padding: 0 15px;
}

.single .news h1.entry-title {
	margin-bottom: 0;
	line-height: 2;
	margin-top: 145px;
}

.back-news {
    padding: 60px 0 40px;
}

/*archive*/

.fa-folder-open:before {
    content: none;
}

.archive .logo > a img {
visibility: hidden;
}

.archive .logo > a .site-name-text {
	display: inline-block;
	background: url("https://horikawa-cement.co.jp/newsite/wp-content/uploads/2023/07/logo130wblack.png") no-repeat;
	background-size: contain;
	background-position: center;
}

.archive .menu-btn {
    /*background-color: rgba(34, 34, 34, 0.6);
    transition: color 0.4s ease-out;*/
	background-color: #50823c;
}

h1.archive-title {
	font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
	font-weight: 500;
	text-align: center;
	font-size:28px;
	position: relative;
	margin-bottom: 100px;
	letter-spacing: 1.25px;
}

h1.archive-title span {
	display: block;
	font-family: "Noto Serif JP", YuMincho,'Yu Mincho',"yu-mincho-pr6n",sans-serif;
	font-weight: 400;
	font-size:20px;
	line-height: 1;
	position: absolute;
    top: 240%;
    left: 50%;
    transform: translate(-50%,-0);
	letter-spacing: 1.25px;
}

h1.archive-title:after {
	content: "";
	display: inline-block;
    width: 150px;
	position: absolute;
    top: 160%;
	left: 50%;
    transform: translate(-50%,-0);
    border-top: 1px solid #50823c;
}

.list {
	margin: 0 auto;
	width: 100%;
    max-width: 1200px;
    padding: 0 20px
}

.entry-card-title {
	font-family: "Noto Sans JP", YuGothic,'Yu Gothic', Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;
	text-align: left;
}


.entry-card_award_short p {
    margin: 10px 0 0;
    color: #bd5917;
    font-weight: 600;
    border: 1px solid;
    padding: 3px 10px;
    display: inline-block;
}


.entry-card-no, .entry-card-title {
    margin-bottom: 6px;
}


.entry-card-subtitle {
	font-size: 14px;
}

.entry-card-no {
    color: #50823c;
    font-size: 14px;
    margin-top: 10px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1023px){
	/*navi*/
	.menu-btn {
		height: 50px;
		width: 50px;
		right: 30px;
	}
	.menu-btn span, .menu-btn span:before, .menu-btn span:after {
		width: 30px;
	}
	.menu-btn span:before {
	    bottom: 10px;
	}
	.menu-btn span:after {
		top: 10px;
	}
	a.navi-logo {
		margin: 53px 0 0 15px;
	}
	.navi-in > ul {
		margin: 20px 120px 0;
	}
	.navi-in > ul li {
	    text-align: center;
	}
	.navi-in ul li a {
	    padding: 0;
	}
	#navi .navi-in > .menu-mobile {
		display: block;
	}
	.navi-in > .menu-mobile .sub-menu {
		padding: 15px;
		display: inline-block;
	}	
	#navi .navi-in > .menu-mobile li {
		width: auto;
		height: auto;
		line-height: 50px;
	}
	.navi-in > ul .sub-menu li {
		text-align: left;
	}
	.pc-contact-flex {
		right: 95px;
		height: 50px;
	}
	.pc-contact-tel {
		padding: 10px 13px;
	}
	.pc-contact-mail {
		padding: 10px 13px;
	}
}
/*1000px以下*/
@media screen and (max-width: 1000px){
  /*必要ならばここにコードを書く*/
	/*footer*/
	.navi-footer {
		padding-left: 0;
	}
	.footer-content-left {
		width: 35%;
		margin-left: 30px;
		border-right: none;
	}
	/*top*/
	.top_main-img {
    	height: 550px;
	}
	.top_section_inner {
 	   top: 70%;
	}
	.top_main-logo {
		width: 210px;
		margin: 96px auto 0;
	}
	#top_category h3:before {
		right: 56%;
	}
	#top_category h3:after {
		left: 56%;
	}
	#top_category h3:before, #top_category h3:after {
	    width: 80px;
	}
	.top_category-box1, .top_category-box2, .top_category-box3 {
		margin-bottom: 7px;
	}
	.top_category-box1, .top_category-box3 {
		width: 49.5%;
	}
	.top_category-box2 {
		width: 24.25%;
	}
	.top_special-con {
		padding: 10px 15px;
		width: 88%;
		height: 80%;
	}
	.top_special-text1 {
		margin-bottom: 2px;
		font-size: 14px;
	}
	.top_special-text1 div {
	    width: 60px;
	}
	.top_special-text1, .top_special-text1_lixil, .top_special-text1_sankyo {
		height: 42px;
	}
	.top_special-text1_lixil div {
		width: 53px;
		padding-top: 2px;
	}
	.top_special-text1_sankyo div {
		width: 69px;
		padding-top: 4px;
	}
	.top_special-text2 {
		margin: 5px 0 2px;
	}
	.top_special-text3 {
	    font-size: 22px;
		line-height: 1.2;
	}
	.blog-title-img {
		width: 24%;
	}
	.blog-title-text p {
		margin-top: 8px;
	}
	.home_blog_img {
		height: 170px;
	}
	.home_blog_date {
		margin: 5px 0 0;
	}
	.home_blog_title {
		font-size: 14px;
	}
	.review-flex-left {
		width: 24%;
	}
	.about-point {
		padding: 0 30px 25px;
		margin-top: 20px;
	}
	#about h3 {
		margin: 15px 0 0;
	}
	#about h3:before {
		right: 85%;
	}
	#about h3:after {
		left: 85%;
	}
	#about h3:before, #about h3:after {
	    width: 58px;
	}
	/*固定ページ*/
	.article h1 {
    	margin: 50px auto 32px;
	}
	.movie {padding-top: 56.25%;
		width: 100%;
		position: relative;
	}
	.movie iframe{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	/*お客様の声*/
	.flow_info_flex {
		margin-bottom: 0;
	}
	.flow_contact_tel-text3 {
		font-size: 1.8vw;
	}
	.flow_contact_mail p {
		font-size: 2.2vw;
	}
	.diagram p {
	    font-size: 2.2vw;
	}
	
	/*私たちの想い　concept*/
	.concept_flex_odd {
		margin-right: 0;
	}
	.concept_flex_odd_text {
		width: 59%;
		margin-left: 0;
	}
	.concept_flex_even {
		margin-left: 0;
	}
	.concept_flex_even_text {
		width: 59%;
		margin-right: 0;
	}
	.concept_img_flex .concept_img {
	    width: 49%;
	}

	/*投稿*/	
	.single .products table {
		min-width: 100%;
		width: 100%;
	}
	.single .article-footer {
		width: 100%;
	}
	.single .manager {
		width: 100%;
	}
	
}

@media screen and (max-width: 870px){

	.pc-contact-mail div {
		display: none;
	}
	.pc-contact-tel .pc-contact-tel-img {
		display: none;
	}
}

@media screen and (max-width: 834px){
	main.main, div.sidebar {
		padding: 0;
	}
	table th, table td {
	    font-size: 16px;
	}
}

@media screen and (max-width: 800px){
	#advantage div {
	    margin: auto 20px;
	}
	.single .work_text {
		width: auto;
	}
	.single .text-news {
		width: auto;
	}
	.date-news {
		width: auto;
	}
}
/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
	/*common*/
	main.main, div.sidebar {
		padding: 0;
	}
	/*header*/
	.logo {
	    top: 10px;
	}
	.logo-image {
		padding: 5px 0;
	}
	/*navi*/
	a.navi-logo {
		margin: 15px 0 0 15px;
	}
	.navi-in > ul {
		margin: 20px 20px 0;
	}
	.menu-btn {
		height: 45px;
    	width: 45px;
		top: 15px;
		right: 15px;
	}
	.pc-contact-flex {
		display: none;
	}
	li#menu-item-18926 {
		padding-bottom: 90px;
	}
	/*footer*/
	section#contact {
		padding: 30px 10px 80px;
	}
	.contact-flex {
		flex-direction: column;
	}
	.contact-flex a {
	    width: 100%;
	}
	.tel {
		margin-bottom: 20px;
	}
	.contact-flex a.mail {
		padding: 55px 0;
		margin-bottom: 20px;
	}
	.footer-bottom {
		padding: 8px 10px;
	}
	.footer-bottom.fdt-up-and-down .footer-bottom-content {
		flex-direction: column;
	}
	.navi-footer {
		order: 1;
		width: 100%;
		padding-left: 0;
	}
	.navi-footer-in > ul.menu-footer {
		height: auto;
		text-align: center;
		margin-left: 0;
		list-style-type: none;
	}
	.navi-footer-in > .menu-footer li.menu-item {
    	width: 100%;
	}
	.footer-content-left {
		order: 2;
		text-align: center;
		width: 100%;
		margin: 50px 0 0;
	}
	.footer-logo div {
		margin: auto;
	}
	.footer-sns {
		justify-content: center;
	}
	.fixed-contact {
		width:100%;
		display: block;
		position: fixed;
		z-index: 100;
		bottom: 0;
		left: 0;
	}
	.fixed-contact-flex {
		display: flex;
	}
	.fixed-contact-flex a:hover img {
		transform:scale(1,1);
	}
	.fixed-contact-tel {
		background: #50823c;
		border: 1px solid #fff;
		width: 15%;
		height: 80px;
		display: flex;
		justify-content: center;
		margin: auto;
		padding: 26px 10px
	}
	.fixed-contact-tel:hover {
		background: #222;
	}
	.fixed-contact-tel div{
		width: 28px;
		margin-right: 5px; 
	}
	.fixed-contact-tel p {
		color: #fff;
		font-weight: 600;
		font-size: 20px;
	}
	.fixed-contact-tel:hover p {
		background: #222;
	}
	.fixed-contact-mail {
		background: #50823c;
		border: 1px solid #fff;
		width: 38%;
		height: 80px;
		display: flex;
		justify-content: center;
		margin: auto;
		padding: 14px 10px;
		align-items: center;
	}
	.fixed-contact-mail:hover {
		background: #222;
	}
	.fixed-contact-mail div{
		width: 26px;
		margin-right: 5px; 
	}
	.fixed-contact-mail p {
		font-weight: 600;
		font-size: 20px;
	}
	.fixed-contact-event {
		background: #50823c;
		border: 1px solid #fff;
		width: 47%;
		height: 80px;
		display: flex;
		justify-content: center;
		margin: auto;
		padding: 14px 10px;
		align-items: center;
	}
	.fixed-contact-event div{
		width: 26px;
		margin-right: 5px; 
	}
	.fixed-contact-event:hover {
		background: #222;
	}
	.fixed-contact-event p {
		font-weight: 600;
		font-size: 20px;
	}
	/*トップ　top　index*/
	.top_section_inner {
		padding: 0 10px;
	}
	.top_section_txt1 {
		font-size: 26px;
	}
	.top_section_txt2 {
	    font-size: 18px;
	}
	.top_section_inner {
		top: 60%;
	}
	.top_main-logo {
		width: 190px;
		margin: 82px auto 0;
	}
	#top_works {
		padding: 0 10px;
	}
	.top_work-img1 {
	    height: 300px;
		object-position: 6% 50%;
	}
	.top_works-box1 p {
		right: 50%;
		transform: translate(50%, 0);
		width: 95%;
		text-align: center;
		bottom: 10px;
		padding: 5px;
	}
	.top_works-box2 {
		width: 49%;
		margin-bottom: 22px;
	}
	.top_works-box2 p {
 	   font-size: 14px;
	}
	#top_category {
		padding: 40px 10px;
	}
	#top_category h3:before, #top_category h3:after {
		width: 24%;
	}
	#top_category h3:before {
		right: 67%;
	}
	#top_category h3:after {
		left: 67%;
	}
	.top_category-box1 {
		width: 100%;
	}
	.top_category-box2,.top_category-box3 {
		width: 49%;
	}
	.top_category-box1 h4,.top_category-box2 h4,.top_category-box3 h4 {
		font-size: 16px!important;
	}
	.top_special-box {
		width: 49%;
		margin-bottom: 15px;
	}
	.top_special-con {
		padding: 0.5em 1em;
		width: 79%;
		height: 68%;
		outline-offset: 10px;
	}
	.top_special-text1, .top_special-text1_lixil, .top_special-text1_sankyo {
		height: 8vw;
		line-height: 8vw;
	}
	.top_special-text1_lixil div {
		width: 10vw;
	}
	.top_special-text1_sankyo div {
		width: 13vw;
	}
	.top_special-text1, .top_special-text1 p, .top_special-text1_lixil p, .top_special-text1_sankyo p {
		font-size: 2.5vw;
	}
	.top_special-text2 {
		font-size: 2.5vw;
		margin: 0.2em 0 0;
		line-height: 1;
	}
	.top_special-text3 {
		font-size: 4vw;
		line-height: 1.8;
	}
	#top_awards {
		padding: 40px 10px 50px;
	}
	.top_awards-img img {
	    height: 300px;
	}
	#top_youtube {
		padding: 0 10px;
	}
	.top_youtube-table td {
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	#top_instagram {
		padding: 0 10px;
	}
	#top_blog {
		padding: 40px 10px 80px;
	}
	.top_home_blog_list {
		flex-direction: column;
	}
	.top_home_blog_list li {
		width: 100%;
		margin-bottom: 20px;
	}
	.top_blog-title-text {
		width: 60%;
		margin-left: 0px;
	}
	.top_blog-title-text h2{
		font-size: 22px;
	}
	.top_blog-title-img {
		width: 40%;
		margin-right: 0;
	}
	.top_home_blog_title {
		font-size: 16px;
	}
	.top_home_blog_img {
		height: 368px;
	}
	.top_home_column_text {
		margin-left: 10px;
	}
	.top_review-con {
		padding: 0 10px;
	    flex-direction: column;
	}
	.top_review-box {
		width: 100%;
		margin-bottom: 20px;
	}
	.top_review-img img {
		height: 368px;
	}
	.top_review-flex-left {
		width: 26%;
	}
	.top_review-flex-right {
		width: 74%;
	}
	#top_about {
		padding: 0 10px;
	}
	.top_about-flex {
	    flex-direction: column;
	}
	.top_about-img {
		width: 100%;
	}
	.top_about-text {
		width: 100%;
		margin-top: 30px;
	}
	#top_about h3 {
		margin: 25px 0 8px;
	}
	#top_about h3:before {
		right: 89%;
	}
	#top_about h3:after {
		left: 89%;
	}
	#top_about h3:before, #top_about h3:after {
		width: 98px;
	}
	.top_about-point {
		padding: 0 30px 25px;
	}
	#top_flow {
		padding: 0 10px;
	}
	#top_flow h3 {
		padding: 12px 0 12px 80px;
	}
	#top_flow h3 span {
	    left: 30px;
	}
	.top_flow p {
		padding: 15px 30px 25px;
	}
	#top_qa {
		padding: 0 10px;
	}
	section#top_area {
		padding: 40px 10px 80px;
	}
	#top_access {
		padding: 0 10px;
	}
	.top_area-text2:before {
	    left: 30%;
	}

	/*施工事例*/
	.works_list_box {
    	width: 48.5%;
	}
	
	.works_list_img img {
		height: 33vw;
		object-fit: cover;
	}

	/*お客様の声*/
	.voice_list_info{
		display: block;
	}
	.voice_list_img{
		width: 100%;
		margin-bottom: 20px
	}
	.voice_list_text{
		width: 100%;
		margin-left: 0;
	}
	.article p.voice_list_no,.article p.voice_list_title {
		margin-bottom: 0.8em;
	}
	.voice_review {
		flex-wrap: wrap;
		flex-direction:column-reverse;
	}
	.voice_review dl{
		width: 100%;
	}
	
	/*ご相談の流れ*/
	.flow_flex {
		display: block;
	}
	.flow_img {
		width: 80%;
		margin: 0 auto 30px;
	}
	.flow_text {
		width: 100%;
		margin-left: 0;
	}
	.flow_contact-flex {
    	display: block;
	}
	.flow_contact-flex a {
		width: 80%;
		margin: 0 auto 20px;
	}
	.diagram {
		display: block;
	}
	.diagram_box {
		width: 100%;
		margin: 0 auto 20px;
	}
	.diagram_img {
		width: 50%;
		margin: auto;
	}
	.diagram p {
	    font-size: 18px;
	}	
	.flow_info_flex {
    	display: block;
	}
	.flow_info_flex_img {
		width: 80%;
		margin: 0 auto 20px;
	}
	.flow_info_flex_text {
		width: 100%;
		margin-left: 0;
	}
	.flow_contact_tel-text3 {
    	font-size: 14px;
	}
	.flow_contact_mail p {
		font-size: 16px;
	}
	
	/*私たちの想い　concept*/
	#advantage {
		padding: 300px 0 300px;
		background-size: 70%, 80%, 50%;
		background-position: left 0% top 10%, right 10% bottom 0%, right 0% top 0%;
	}
	#advantage div {
		padding: 0 15px;
	}
	.concept_flex_odd {
	    display: block;
	}
	.concept_flex_odd_img {
    	width: 60%;
    	margin: auto;
	}
	.concept_flex_odd_text {
		width: 100%;
		padding-right: 10%;
	}
	.concept_flex_even {
    	display: block;
	}
	.concept_flex_even_img {
    	width: 60%;
    	margin: auto;
	}
	.concept_flex_even_text {
		width: 100%;
		padding-left: 10%;
	}
	.concept_profile {
		margin-top: 20px;
	}
	.new-moral {
		width: 45%;
	}
	.article p.con04_ttl {
		padding: 5px;
		margin: 0 0 5px;
	}
	.concept_text_flex {
	    display: block;
	    margin: 20px auto;
	}
	.concept_text_flex .concept_text {
		width: 100%;
		margin: 10px auto;
	}
	/*会社概要　about*/

	.staff_flex {
		display: block;
	}
	.staff_image {
		margin: auto;
	}
	.staff_text {
		width: 100%;
	}
	.staff_table th {
		width: 24%;
	}
	.staff_table td {
		width: 76%;
	}
	/*アクセス　access*/	
	.access_studio_flex02 {
		margin-bottom: 60px;
	}
	/*メディア*/
	.media-box {
		width: 49%;
		margin-bottom: 40px;
	}
	.media-flex h2 {
		font-size: 18px;
	}
	/*問い合わせ*/
	.contact_btn_flex {
		display: block;
	}
	.contactTable tr, .contactTable td, .contactTable th{
		display: block;
	}

	.contactTable th {
		width: 100%;
		padding: 15px 15px 5px;
	}
	.contactTable td {
		width: 100%;
		padding: 0px 15px;
	}
	.contactTable2 th {
		width: 100%;
		padding: 15px 15px 5px;
	}
	.contactTable2 td {
		width: 100%;
		padding: 0px 15px;
	}
	.selectday {
		flex-wrap: wrap;
		line-height: 50px;
	}
	.selectday-ttl {
		width: 100%;
        line-height: 2;
	}
	.selectday .wpcf7-form-control-wrap {
		margin: 0 3px;
	}
	.page-id-40 #fixed-contact, .page-id-18304 #fixed-contact{
		display: none;
	}
	/*無料相談会event*/	
	.eventTable tr, .eventTable td, .eventTable th{
		display: block;
	}

	.eventTable th {
		width: 100%;
		padding: 15px 15px 5px;
	}
	.eventTable td {
		width: 100%;
		padding: 0px 15px;
	}
	.eventTable2 th {
		width: 100%;
		padding: 15px 15px 5px;
	}
	.eventTable2 td {
		width: 100%;
		padding: 0px 15px;
	}
	.event_studio_flex {
		margin-bottom: 60px;
	}
	/*投稿*/	
	.single .entry-title {
		margin: 60px 0 30px;
	}
	.single .article h1 span {
		top: 125%;
	}
	.single .article p.work_award_mark {
		width: 25%;
	}
	.single .article p.work_award_name {
		width: 75%;
	}
	.single .before_after {
		display: block;
	}
	.single .before {
		width: 90%;
	}
	.single .after {
		width: 100%;
	}
	.single .before_after_arrow {
		border-right: none;
		width: 5px;
		height: 20px;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
		transform: skewY(135deg);
		margin: 14px 28px 24px;
	}
	.single .work_point {
		display: block;
	}
	.single .work_point p {
		width: 100%;
	}
	.single .article h3 {
		margin-bottom: 18px;
	}
	.single .work_other div {
		width: 49%;
	}
	.single .article p.work_other_img {
		margin-bottom: 10px;
	}
	.single .work_review {
	    flex-direction : column-reverse;
	}
	.single .work_review dl {
		width: 100%;
	}
	.single .article-footer .cat-link, .single .article-footer .tag-link {
		margin-bottom: 8px;
	}
	.single .manager {
		margin: 30px auto;
		padding: 20px;
	}
	.single .manager-right {
		margin-left: 14px;
	}
	.single .manager-ttl {
		margin-bottom: 10px;
	}
	.single .manager-namel {
		margin-bottom: 10px;
	}
	.under-entry-content {
		padding-bottom: 80px;
		padding: 0 20px 80px;
	}
	.under-entry-content .max780 {
		padding: 60px 0 0;
	}
	.single .related-entry-card {
		padding:0!important;
	}
	/*ブログ blog*/
	.main_blog-title {
		flex-direction: column;
	}
	.main_blog-title-text {
		width: 100%;
	}
	.main_blog-title-text1 {
		font-size: 24px;
		margin-left: 0;
	}
	.main_blog-title-text2 {
		font-size: 18px;
		margin-left: 0;
		margin-bottom: 0!important;
	}
	.main_blog-title-img {
		width: 40%;
		margin-right: 0;
	}
	#blog_label_section li {
		width: 95%;
	}
	.blog_list_box {
		width: 48.5%;
	}
	.blog_list_img img {
		height: 33vw;
		object-fit: cover;
	}
	/*ブログ 投稿ページ blog*/
	.single .blog h1.entry-title {
		margin-top: 110px;
	}
	/*コラム */
	#column_label_section li {
		width: 95%;
	}
	.column_list_box {
		width: 48.5%;
	}
	.column_list_img img {
		height: 33vw;
		object-fit: cover;
	}
	/*ブログ 投稿ページ blog*/
	.single .column h1.entry-title {
		font-size: 24px;
		margin-top: 110px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.sp-none {
		display: none;
	}
	.heading_number::before {
	    display: block;
	}
	/*navi*/
	#navi .navi-in > .menu-mobile li {
		line-height: 40px;
	}
	.navi-in > ul {
		margin: 20px 20px 0;
	}

	/*footer*/
	section#contact {
	    background-size: auto 100%;
	}
	.contact-text {
		font-size: 23px;
		margin-bottom: 15px;
	}

	/*トップ　top　index*/
	.top_section_txt1 {
		font-size: 6.9vw;
	}
	.top_section_txt2 {
	    font-size: 4.8vw;
	}
	#top_special {
		width: 100%;
	}
	.top_special-flex {
		flex-direction: column;
	}
	.top_special-box {
		width: 100%;
		margin-bottom: 15px;
	}
	.top_special-con {
		padding: 10px 20px;
		width: 79%;
		height: 68%;
		outline-offset: 10px;
	}
	.top_special-text1, .top_special-text1_lixil, .top_special-text1_sankyo {
		height: 13vw;
		line-height: 13vw;
	}
	.top_special-text1_lixil div {
		width: 16vw;
	}
	.top_special-text1_sankyo div {
		width: 19vw;
	}
	.top_special-text1, .top_special-text1 p, .top_special-text1_lixil p, .top_special-text1_sankyo p {
		font-size: 4.5vw;
	}
	.top_special-text2 {
		font-size: 4.5vw;
		margin: 0.5em 0 0;
	}
	.top_special-text3 {
		font-size: 6.5vw;
		line-height: 1.8;
	}
	.top_awards-img img {
		height: 240px;
	}
	.top_awards-icon {
		width: 74px;
	}
	#top_blog {
		padding: 20px 10px 80px;
	}
	.top_blog-title-text {
		margin-left: 10px;
	}
	.top_blog-title-text p {
		margin-bottom: 10px;
	}
	.top_blog-title-text h2 {
		font-size: 5.4vw;
	}
	.top_home_blog_img {
		height: 216px;
	}
	.top_review-img img {
		height: 216px;
	}
	#top_about h3:before {
		right: 94%;
	}
	#top_about h3:after {
		left: 94%;
	}
	#top_about h3:before, #top_about h3:after {
		width: 34px;
	}
	.top_about-point-box {
	    width: 100%;
	}
	.top_about-point-img {
		width: 20%;
	}
	.top_about-point-text {
		width: 80%;
	}
	.top_qa-title {
		font-size: 16px;
	}
	.top_area-img {
		width: 100%;
	}
	.top_area-text2:before {
		left: 27%;
	}
	
	/*固定ページ*/
	.archive .content, .page .content, .single .content {
    	margin: 75px auto 0!important;
	}
	.article h1 {
    	margin: 60px auto 32px;
	}
	.article h3 {
		font-size: 22px;
	}
	/*施工事例*/
	.works_list_box {
    	width: 100%;
	}
	.works_list_img img {
		height: 58vw;
	}
	/*ご相談の流れ*/
	.flow_contact-flex a {
    	width: 100%;
	}
	.flow_img {
		width: 100%;
	}
	#flow_contents .bg_beige table th {
		width: 100%;
		display: block;
	}
	#flow_contents .bg_beige table td {
		width: 100%;
		display: block;
	}
	.diagram_box {
    	width: 100%;
	}
	.diagram_img {
		width: 100%;
	}
	.flow_info_flex_img {
		width: 100%;
	}

	/*私たちの想い　concept*/
	#concept_section h2, #warranty_section h2, #loan_section h2 {
		font-size: 26px;
	}
	.message_title {
    	font-size: 19px;
	}
	#advantage {
		padding: 230px 0 180px;
	    background-size: 80%, 80%, 50%;
    	background-position: left 0% top 7%, right 10% bottom 0%, right 0% top 0%;
	}
	.concept_flex_odd_img {
    	width: 100%;
	}
	.concept_flex_odd_text {
		padding-right: 0;
	}
	.concept_flex_odd:after {
		width: 95%;
		}
	.concept_flex_even_img {
    	width: 100%;
	}
	.concept_flex_even_text {
		padding-left: 0;
	}
	.concept_flex_even:after {
		width: 95%;
	}
	.concept_profile {
		margin-top: 30px;
	}
	.concept_img_flex {
		display: block;
		margin: 20px auto 80px;
	}
	.concept_img_flex .concept_img {
	    width: 100%;
		margin: 0;
	}
	.concept_img_flex .concept_img_right {
		margin-top: 20px;
	}
	.new-moral {
		width: 80%;
	}
	.loan_note {
		text-align: left;
	}
	/*会社概要　about*/
	.about_area-img {
		width: 100%;
	}
	.profile_table {
		border-spacing: 0;
	}
	.profile_table th {
		border-bottom: none;
		display: block;
		width: 100%;
		background: #666;
		color: #fff;
	}
	.profile_table td {
		border-bottom: 0;
		display: block;
		width: 100%;
		padding: 5px 5px 10px;
	}
	.staff_table th {
		display: block;
		width: 100%;
	}
	.staff_table td {
		display: block;
		width: 100%;
	}
	.link_contents li {
	    width: 47%;
	}
	/*メディア*/
	.media-box {
		width: 100%;
	}
	/*アクセス　access*/

	.access_studio_flex {
		display: block;
	}
	.access_studio_img, .access_studio_text {
    	width: 100%;
	}
	.access_studio_img {
    	margin: 0 0 0.5em;
	}
	.access_studio_flex02 {
		display: block;
	}
	.access_studio_img02 {
		width: 100%;
	}
	.access_studio_img02 div{
		margin: 0 0 0.5em;
	}
	.article .kinrin_ul {
		padding-left: 0;
	}
	/*お問い合わせ*/
	.contact_case_refusal {
		padding: 50px 14px 30px;
	}
	a.btn2 {
		width:  100%;
		padding: 15px 10px;
	}
	/*無料相談会event*/
	.event_studio_flex {
		display: block;
	}
	.event_studio_img02 {
		width: 100%;
	}
	.event_studio_img02 div{
		margin: 0 0 0.5em;
	}
	/*投稿*/
	.single .entry-title {
    	margin: 42px 0 30px;
		padding: 20px 0;
    	font-size: 26px;
	}
	.single .products table td {
		display: block;
		width: 100%;
	}
	.single .products table td:nth-of-type(odd) {
		font-weight: 600;
		color: #50823c;
	}
	.single .products table th, .single .products table td {
    	border: none;
	}
	.single .products table tr {
		border-top: 1px solid #4b4b4b;
	}
	.single .work_other div {
		width: 100%;
	}
	.rect-vertical-card .related-entry-card-wrap {
        width: 100%;
    }
	/*ブログ*/
	.blog_list_box {
    	width: 100%;
	}
	.blog_list_img img {
		height: 58vw;
	}
	/*コラム*/
	.column_list_box {
    	width: 100%;
	}
	.column_list_img img {
		height: 58vw;
	}
}
