/*
Template: astra
Theme Name: astra_child
*/

/* -----------------------------------------------------------
　改行
----------------------------------------------------------- */
.sp-only {
  display: none;
}

@media screen and (max-width: 390px) {
  .sp-only {
    display: inline;
  }
}


@media (max-width: 767px) {
    .elementor-46 .elementor-element.elementor-element-232fac4:not(.elementor-motion-effects-element-type-background), 
    .elementor-46 .elementor-element.elementor-element-232fac4 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: url(/mar/wp-content/uploads/2026/03/topwomen2.png) !important;
        background-position: top center !important;
        background-size: 767px auto !important;
    }
}


/* -----------------------------------------------------------
　　会社案内
----------------------------------------------------------- */
#company table {
	border: #c7c7c7 1px solid;
	margin-bottom: 60px;
	color: #5c5d63;
}
#company th {
	border: #c7c7c7 1px solid;
	background-color: #f5f5f5;
	width: 30%;
	padding: 13px 30px;
	vertical-align: middle;
}
#company td {
	border: #c7c7c7 1px solid;
	padding: 13px 30px;
    font-weight: bold;
}
#company iframe {
	width: 100%;
}
@media screen and (max-width: 768px) {
	#company table th, #company table td {
		display: block;
		width: 100%;
		border-width:  0 0 1px 0;
	}
	#company table tr:last-child td {
		border-bottom: none 0;
	}
}

/* -----------------------------------------------------------
　　お問合せ
----------------------------------------------------------- */

.wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    border-bottom: 2px solid #000;
}

/* -----------------------------------------------------------
　　フッター右
----------------------------------------------------------- */
.flex{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 300px;
    /*margin: 0 10px 15px 0;*/
	margin: 0 auto 15px auto;
}

.flex li{
	list-style: none;
}
/* -----------------------------------------------------------
　　投稿者非表示
----------------------------------------------------------- */
.entry-meta, .entry-meta * {
  display: none;
}

