@charset "utf-8";
/*
Theme Name: uenoimd4
Theme URI: http://www.uenoisd.com/
Version: 1.0
*/

/* 会社案内 */
.company-overview {
	margin-top: 28px;
}
.company-overview .wp-block-columns {
	margin-bottom: 7px;
	padding: 16px 20px;
}
.company-overview-photo {
	margin-top: 20px;
}
.company-overview-photo .wp-block-image {
	margin-bottom: 7px;
}
.company-accessmap {
	margin-top: 10px;
}
.company-accessmap p {
	letter-spacing: 0;
	margin-bottom: 20px;
}
.company-technomarke a, .technomarke a {
	color: #29abe2;
}
.company-technomarke a:hover {
	color: #FF7C00;
}
.technomarke a:hover {
	color: #d6ce45;
}
/* プロフィール */
.profile-ceo {
	margin-top: 30px;
	margin-bottom: 45px;
}
.profile-ceo .wp-block-column p {
	margin-left: 25px;
}
.profile-ceo .wp-block-image {
	margin-bottom: 0;
	margin-top: 0;
}
.profile-ceo-name {
	margin-bottom: 10px;
}
.profile-profile {
	margin-bottom: 50px;
}
.profile-profile p {
	text-indent: 1rem;
	margin-bottom: 1rem;
}

.profile-current {
	margin-top: 30px;
	margin-bottom: 30px;	
}
.profile-past {
	margin-top: 30px;
	margin-bottom: 23px;
}
.profile-past .profile-past-success {
	margin-top: 25px;
}
.profile-book {
	margin-top: 10px;	
}
#contents-area .profile-book-img img {
	height:160px;
	width: auto;
}
.profile-book-photo {
	margin-top: 70px;	
}
.profile-book-photo p {
	margin-bottom: 10px;	
}
.profile-book-photo .wp-block-columns {
	margin-bottom: 45px;
}
.profile-book-photo .wp-block-image {
	margin-bottom: 0;
}
#contents-area ul.profile-works {
	margin-top: 30px;
}
.profile-techno-photo {
	margin-top: 30px;
}

/* お問い合わせ */
.contact p {
	margin-bottom: 1em;
}
/* お問い合わせフォーム */
#contact-form {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #aaa;
	padding:20px;
}
#contact-form label, #contact-form input, #contact-form textarea {
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#contact-form .contact-form-button {
	width: 100;
	text-align: center;
}
#contact-form input[type="submit"] {
	width: max-content;
}
.wp-block-contact-form-7-contact-form-selector {
	margin-bottom: .5rem;
}
.grecaptcha-badge { visibility: hidden; }

/* wordpressのカラム変更 */
@media (max-width: 781px) {
	.profile-ceo .wp-block-column:first-child{
		flex-basis: 0!important;
	}
	.profile-ceo .wp-block-column:nth-child(2){
		flex-basis: calc(30% - 1rem)!important;
	}	
	.profile-ceo .wp-block-column:last-child{
		flex-basis: calc(70% - 1rem)!important;
	}
}
@media (max-width: 576px) {
	.profile-ceo .wp-block-column:nth-child(2){
		flex-basis: 100%!important;
	}	
	.profile-ceo .wp-block-column:last-child{
		flex-basis: 100%!important;
	}
	.profile-ceo .wp-block-column p {
		margin-left: 0;
	}
	#contents-area .profile-book-img img {
		height:auto;
		width: 120px;
	}
}