@charset "UTF-8";
a, a:hover {
    text-decoration: none;
}
.acms-grid {
    margin-right: 0;
    margin-left: 0;
}
.h2_title {
	font-size: 25px;
}
.entry-column h3 {
background: #FFD429;
	}
b, strong {
    color: #dd5441;
}
/* ------------------------------
　　header
------------------------------ */
.site-name a, .site-name a:active, .site-name a:focus, .site-name a:hover, .site-name a:visited {
    color: #333;
}
span.siteNameText {
    vertical-align: middle;
}
.head-menu {
    display: none;
}
.site-name {
    color: #333;
}
/* TEL問い合わせ */
.link_btn.info_tel {
    display: inline-block;
	font-size: 12px;
}
.link_btn {
    border: 1px #333 solid;
    padding: 1px 10px;
    border-radius: 25px;
}
.info_tel {
    background: #333;
    color: #fff;
}
p.info_tel_txt {
    display: inline-block;
    margin-left: 10px;
}
.info_tel_txt a {
    color: #333;
    font-weight: bold;
    font-size: 18px;
}
@media (min-width: 1024px){
.header-stack .header-nav {
    margin: 0;
}
}
@media (min-width: 768px){
.head-menu {
	display: block;
    text-align: right;
}
.header {
    height: auto;
}
header.head-wrapper {
    border-bottom: 1px solid #ccc;
}
.navbar li.stay a {
    border-bottom: 4px solid #ffd429;
}
}
	
/* グローバルメニュー装飾削除 */
.navbar li a{
font-weight:normal;
}

@media (min-width: 768px){
.navbar li:hover a {
    border-bottom: none;
}
.navbar li a {
    transition: none;
}
/*.header-stack .navbar li a {
    padding: 0;
}*/
/* メールフォームボタン装飾 */
.navbar a.btn-attention {
    background: #FFD429;
    font-weight: normal;
	color: #333;
}
.navbar a.btn-attention:hover {
    background-image: none;
	}
.navbar a.btn-attention:hover, .navbar a.btn-attention:visited {
    color: #333;
}
}
/* ------------------------------
　　toppage
------------------------------ */
main.main.top {
    background: url(/themes/egawa_beginner2019/images/top_bgimg.png) no-repeat 0 0;
    background-size: contain;
}
.module-header {
    border-bottom: 0;
	text-align: center;
}
.module-section.top-img-wrap {
    margin: 0;
}
.acms-container.top_lead-wrap {
    padding-top: 30px;
	margin-bottom: 30px;
}
.toplead-container {
    margin: 0 auto 10px;
    max-width: 500px;
    padding-right: 20px;
    padding-left: 20px;
    padding-right: calc(10px + constant(safe-area-inset-right));
    padding-left: calc(10px + constant(safe-area-inset-left));
	text-align: center;
}
/*.module-section {
    margin: 50px 0;
}*/
@media (min-width: 768px){
	.toplead-container {
    padding-right: 10px;
    padding-left: 10px;
}
}
/* 会社案内 */
.service_wrap {
	position: relative;
    border-radius: 10px;
    /*background: #cccccc;
    padding: 20px;
    margin: 30px 10px;*/
	background-image: url(/themes/egawa_beginner2019/images/service_bg.png);
}
/* 業務案内 */
.service_list {
    position: relative;
}
li.service_list h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
	color: #fff;
    text-shadow: 2px 2px 4px #333;
}
li.service_list h3 {
	font-size: 20px;
}
@media (min-width: 768px){
.service_wrap {
    padding-top: 10px;
}
li.service_list h3 {
    position: absolute;
    top: 50%;
    left: 20%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-20%,-50%);
    margin: 0;
    padding: 0;
	color: #fff;
    text-shadow: 2px 2px 4px #333;
	font-size: 20px;
}
}
/* 求人情報 */
.top-recruit {
	margin-bottom: 50px;
    background: #fefefe;
    padding: 50px 0;
	background: url(/themes/egawa_beginner2019/images/top_recruit_bgimg.jpg) no-repeat 50% 50%;
	background-size: cover;
}
.recruit_box {
    background: #FFD429;
	opacity: .95;
    padding: 10px 50px;
}

/* 工事実績 */
.top-case .acms-summary-body {
    display: block;
}
.top-case .acms-summary-image {
	display: block;
	width: 100%;
}
p.summary-date, p.summary-title{
	margin-block-start: 0.5em;
	margin-block-end: 0;
}
li.summary-default-item a {
    text-decoration: none;
	color: #333;
}
.acms-summary-image+.acms-summary-body {
    padding: 0;
}
.summary-date {/* 日付 */
    display: inline-block;
    background: #FFD429;
    border-radius: 25px;
    padding: 2px 10px;
}
li.summary-default-item:hover {
    opacity: .75;
}
.summary-default-item{
	padding: 10px;
	transition: opacity .25s ease-out;
}
/*
@media (min-width: 768px){
.top-case .acms-grid {
    margin-right: 0;
    margin-left: 0;
}
}*/

.btn_yellow { /* 黄色リンクボタン */
	display: inline-block;
    background: #FFD429;
    border: 1px solid #FFD429;
    padding: 10px 50px;
    color: #333;
	margin: 10px 0;
}
.btn_yellow:hover {
	text-decoration: none;
    background: #fff;
}
.top-recruit a.link_btn.btn_yellow {/* 求人情報用 */
    border: 1px solid #333;
}
a:visited {
    color: #333;
}
/* ------------------------------
　　side
------------------------------ */
@media (min-width: 768px){
.acms-hide-pc {
    display: none!important;
}
}
/* ------------------------------
　　category
------------------------------ */
.page-title-wrapper{
	color: #333;
}
.page-title-filter {
    background: url(/themes/egawa_beginner2019/images/service_bg.png);
}
/* ------------------------------
　　entry
------------------------------ */
.acms-page-header{
	border-bottom: 1px dotted #333;
}

.rinen {/*会社概要・社長あいさつ・経営理念*/
        display: inline-block;
    border: 4px double #cfcfcf;
    padding: 1em;
}
#company .column-image-left.nocaption {
    margin-right: 30px;
}
.txt_min {
    font-family: serif;
}
.txt_big {
    font-weight: 700;
    line-height: 1.2em;
    font-size: 1.2em;
}
.txt_big strong {
    font-weight: 700;
    line-height: 1.5em;
    font-size: 1.5em;
	color: #333;
}
@media (min-width: 480px){
.rinen {/*会社概要・社長あいさつ・経営理念*/
    font-size: 2em;
    line-height: 2em;
}
}
/* ------------------------------
　　footer
------------------------------ */
footer {
    position: relative;
}
footer::before {
    content: "";
    position: absolute;
    background: #333;
    margin-top: 150px;
    width: 100%;
    height: 72%;
    left: 0;
    top: 0;
	z-index: -10;
}
.copyright {
    margin: 0;
    color: #333;
    background: #FFD429;
    padding: 20px;
}
.suggest-box {
    position: relative;
    background: #f5f5f5;
    margin: 30px auto 0;
	padding: 10px 0 30px;
    text-align: center;
}
.suggest-item {
    line-height: 1.3em;
}

@media screen and (min-width: 768px){
.suggest-item {
    padding: 10px 0px 30px;
}
}
.suggest-tel a {
    color: #1C67B2;
    font-size: 1.5em;
}
.suggest-btn {
    /*margin: 30px 0 20px;*/
	display: inline-block;
}
p.btn_blue {
    padding: 20px 25px;
    background: #1C67B2;
    font-size: 1.5em;
	color: #fff;
}
p.btn_blue:hover {
    text-decoration: none;
    color: #fff;
    background: #1C67B2;
	opacity: .75;
    transition: background .25s ease-out;
}
p.suggest-btn.btn_blue a {
    color: #fff;
}
p.suggest-btn.btn_blue a:visited {
    color: #fff;
}
p.suggest-btn.btn_blue a:hover {
    text-decoration: none;
    color: #fff;
}
footer nav.navbar a {
    color: #fff;
}
footer nav.navbar a:hover {
    color: #ccc;
}
@media (min-width: 768px){
.suggest-container {
	margin: 0 auto;
    max-width: 800px;
    padding-right: 10px;
    padding-left: 10px;
    padding-right: calc(10px + constant(safe-area-inset-right));
    padding-left: calc(10px + constant(safe-area-inset-left));
}
.foot-wrapper {
    background: none;
	padding: 30px;
    z-index: 1;
}
.suggest-box {
    padding: 10px 0 0;
}
}

/******************* 
  service
*******************/

.service-index .card {
    border-left: 0;
}
.service-index .card-img {
     margin: 10px 0;
}
.service-index .card-title {
    margin: 10px 10px 0 ;
}
.service-index .card-link {
    margin: 0;
	padding: 0;
	overflow: hidden;
}
.service-index .card-item {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 0;
}
p.service_summary {
    display: inline-block;
    margin-left: 10px;
}
.link_btn.btn_black {
	background: #333;
    padding: 5px 20px;
	color: #fff;
}
.btn_black:hover {
    border: 1px solid #333;
    background: #fff;
    color: #333;
}
.service-index .link_btn.btn_black {
    float: left;
    margin-left: 10px;
	display: inline-block;
}
h2.card-title.h2_title {
    border-bottom: 4px solid #FFD429;
}
@media (min-width: 768px){
.service-index .link_btn.btn_black {
    float: right;
    margin-right: 10px;
}
}
/******************* 
 contact
*******************/
.contact-box h2 {
    background: #ffd429;
    padding: 5px 10px;
}
/******************* 
 基本テーブルの装飾
*******************/
/*.entry-column table {
    width: auto;
}*/
.entry-container table {
    border: 1px solid #ccc;
}
.entry-container th {
    background: #f0f0f0;
    border: 1px solid #ccc;
}
.entry-container td {
    border: 1px solid #ccc;
    background: #fff;
    /*font-size: 14px;*/
}
/******************* 
 先輩の声
*******************/
.voice {
    margin: 0 10px 70px;
    padding: 10px;
	background: #fafafa;
	border-radius: 10px;
}
.voice .clearfix {
    padding: 10px;
    margin: -10px -10px 30px;
}
.voice_name span {
    font-weight: normal;
    font-size: 0.65em;
}
.voice ul {
    margin: 20px 0px 20px 10px;
    border-bottom: 4px solid #ffd429;
}
.voice li {
    list-style: none;
}
li.voice_department {
    color: #555;
}
.voice li.voice_name {
    font-size: 2em;
    font-weight: bold;
}
.voice h2 {
    border: 0;
    margin: 0;
	color: #333;
}
p.answer {
    margin: 10px 30px 30px 50px;
    border-bottom: dotted 1px #ccc;
    padding: 5px;
}
li.voice_department {
    display: inline-block;
    background: #333;
    padding: 1px 25px;
    border-radius: 25px;
    color: #fff;
}
/* カウンター */
.voice {
    counter-reset: number 0; /* number のカウンタを 0 にセット */
}
.voice h2:before {
    counter-increment: number 1;      /* number カウンタの増加数をセット */
    content: "Q."counter(number);      /* 表示形式を指定 */
    color: #333;
    padding: 5px;
    margin-right: 10px;
	font-size: 1.2em;
}
.voice h2:after {
    border-bottom: 0; /* ベースh2装飾の打消し */
}
@media (max-width: 480px) {
	.voice h2 {
		font-size: 1.1em;
	}
p.answer {
    margin: 10px 10px 30px;
}	
}