/*
Theme Name:     Dh_kamaya_en
Theme URI:
Description:    Dh_kamaya child theme.
Author:         Me
Author URI:
Template:       dh_kamaya
Version:        0.1.0
*/

body {
	font-family: sans-serif;
}

.form_table tr.required > th::after {
	content: "Required";
	width: auto;
	padding: 2px;
}

.pageTitBox-subTit {
	display: none;
}

.topOtherBox-rbox-tit span {
	font-size: 75%;
}

.topApplicationBox-btn-tit {
    font-weight: 500;/*変更*/
    line-height: 1.15;/*変更*/
    letter-spacing: 0;/*変更*/
    margin: 12px 0 0 10px;/*変更*/
    font-family: "archivo-expanded", sans-serif;/*追加*/
}

.topApplicationBox-btn a > *:not(.topApplicationBox-btn-img) {
    padding: 20px 45px 36px 11px;
}

@media screen and (max-width: 1050px) {
	.footer-link {
		> li {
			width: 45%;
		}

		> li:nth-child(2) {
			ul {
				display: flex;
				flex-wrap: wrap;

				> li {
					width: 100%;
				}
			}
		}

	}
}
