/* ヘッダー */
.header-btn a.wp-block-button__link.wp-element-button {
    font-size: 14px;
    border-radius: 4px;
    background: #5AC0BC;
    padding: 12px 32px;
}

/* タイトル */
p.has-text-align-center.u-mb-ctrl.u-mb-0.title-en {
    letter-spacing: 0.15em;
}

p.has-text-align-center.title-ja {
    letter-spacing: 0.05em;
}

/* サービスセクション */
.wp-block-columns.alignwide.services-section {
    background: #F4F0ED;
	padding: 0 52px 0;
}

/* お知らせ */
a.wp-block-latest-posts__post-title {
    color: #000000;
}

.wp-block-latest-posts__post-excerpt a {
    color: #5AC0BC;
    font-size: 14px;
}

/* 会社概要 */
.wp-block-column.company-lists {
    background-color: rgba(255,255,255,0.6);
    padding: 32px;
}

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

/* お問い合わせ */
input, select, textarea {
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    color: #333;
    padding: 0.25em 0.5em;
	width: 100%;
	margin: 2px 0 12px;
}

p.contact-p {
    font-size: 12px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #5AC0BC;
    width: 100%;
    color: #ffffff;
}

div#wpcf7-f105-p9-o1 {
    max-width: 500px;
    margin: 0 auto;
    width: 90%;
}

/* フッター */
.l-footer__foot, .l-footer__widgetArea {
    padding-bottom: 0;
    padding-top: 0;
}

.w-footer__box {
    padding: 0;
}

footer .l-container {
    padding-left: 0;
    padding-right: 0;
}


.wp-block-columns.footer-nav.u-mb-ctrl.u-mb-30 {
    max-width: 600px;
    margin: 0 auto;
}

.wp-block-columns.is-not-stacked-on-mobile.footer-links {
    max-width: 400px;
    margin: 0 auto;
}


footer .l-container {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4px;
}

.l-container.w-footer.-col1 {
    margin: 0;
}

/* スマホ */
@media screen and (max-width:480px) {

.wp-block-columns.alignwide.services-section {
    background: #F4F0ED;
    padding: 0 12px 0;
}
	
	.p-mainVisual__slideTitle {
    position: relative;
    top: 120px;
}
	
	.wp-block-column.aboutus-p p {
    font-size: 14px;
    margin-bottom: 6px;
}
	
	p.u-mb-ctrl.u-mb-20.services-p {
    line-height: 1.7;
}
	.wp-block-column.company-lists {
    background-color: rgba(255,255,255,0.6);
    padding: 20px 16px;
}
}