
/*経営理念ページ*/

.contents article.backw{
	background: #dfdfdf;
	margin: 0 auto;
	padding: 12% 0 5%;
	position: relative;
}
.contents article.backws{
	background: #dfdfdf;
	margin: 0 auto;
	padding: 5% 0 5%;
	position: relative;
}
.message .contents article.backw p{
	margin: 3% auto;
	max-width: 800px;
}

.profile .contents table th,
.profile .contents table td,
.form .contents table th,
.form .contents table td{
	border-bottom: 1px solid #16181e;
}

.map{
	border:1px solid #16181e;
	margin: 10px auto 0;
}


/* form */


.form-style {
	
}
.form input[type="checkbox"] {
	margin: 0 0.5em;
}
.form input[type="text"],.form textarea {
	color: #000!important;
	border: 1px solid #666;
	background: #FFF;
	padding: 5px;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.form textarea {
	display: block;
	margin-bottom: 0;
}
.form input[type="text"]:focus,.form textarea:focus {
	border: 1px solid #666;
	background: #FFF;
	outline: 0;
}

.form input[type="number"] {
	border: 1px solid #666;
	border-radius: 6px;
	background: #FFF;
	margin: 10px 10px 10px 0;
	padding: 3px;
}
.form input[type="radio"] {
	margin-left: 2px;
	margin-right: 6px;
}
.form select::-ms-expand {
	display: none;
}
.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.1em;
	border-radius: 5px;
	border: 1px solid #999;
	background-image: url(../img/common/arrow_u.png);
	background-repeat: no-repeat;
	background-size: 10px 7px;
	background-position: right 10px center;
	background-color: #FFF;
	padding: 7px 30px 7px 10px;
}
.form select:focus {
	border: 1px solid #666;
	outline: 0;
}

input::-webkit-input-placeholder {
	color: #CCC;
}
input:-ms-input-placeholder {
	color: #CCC;
}
input::-moz-placeholder {
	color: #CCC;
}

.w40 {
	width: 100px;
}
.w60 {
	width: 60%;
}
.w100 {
	width: 100%;
}


/* ボタン */

.add-bu {
	-webkit-appearance: none;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	background: #000;
	border-radius: 6px;
    margin-left: .5em;
	padding: 5px 1em;
}

.submit-area {
	width: 90%;
	display: block;
	cursor: pointer;
	color: #FFF;
	margin: 5% auto 8%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.button-bl {
	background: #16181e;
}
.button-bl:hover {
	background: #333b52;
}
.button-gr {
	background: #999;
}
.button-gr:hover {
	color: #999;
	background: #FFF;
}

[class^="button"] {
	width: 50%;
	display: block;
	-webkit-appearance: none;
	cursor: pointer;
	float: left;
	font-size: 1.5rem;
	text-align: center;
	color: #FFF;
	padding: 3% 0;
}

#submit[disabled] { 
	cursor: default;
	background: #CCC;
	border: 3px solid #CCC;
}
#submit[disabled]:hover {
	color: #FFF;
}



.contents .btn{
	width: 80%;
	max-width: 300px;
	margin: 8% auto 3%;
}
.contents .btn a{
	border: 1px solid #16181e;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents .btn a .btn_title{
	width: 80%;
}
.contents .btn a .arrow{
	width: 20%;
	padding: 5px;
}
.contents .btn a .btn_title .en{
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.6em;
	color: #16181e;
}
.contents .btn a .btn_title h3{
	line-height: 1.5em;
	color: #16181e;
}


.contact{
	margin: 5% auto;
	position: relative;
}
.contact h2{
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 4.5rem;
	color: #fff;
}
.contact p{
	font-size: 2.0rem;
	text-align: center;
	color: #fff;
	margin-bottom: 3%;
}
.contact .tel{
	width: 50%;
	padding: 20px;
}
.contact .form{
	width: 50%;
	padding: 20px;
}

.worksnav li{
	width: 33.3333%;
	padding: 20px;
}

.works .midashi .en{
	color: #fff;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 2.2rem;
}
.works .midashi h2{
	color: #fff;
	text-align: center;
	font-size: 3.5rem;
}
.works .midashi{
	padding: 8% 0 5%;
}
.worksbox{
	background: #fff;
	padding: 30px;
	margin-bottom: 1px;
}

.slider-nav{
	margin: 3% auto;
}
.slick-slide{
    margin-right: 5px!important;
    margin-left: 5px!important;
}

.works .title{
	width: 55%;
	padding: 0 20px;
}
.works .info{
	width: 45%;
	padding: 0 10px;
}

.works .info p{
	padding: 5px;
	color: #162b68;
}
.works .info table{
	padding: 5px;
	margin: 0 auto 8%;
}
.works .info table th,
.works .info table td{
	padding: 0 5px;
	font-weight: normal;
}

.works .title .title_en{
	font-size: 3.2rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
}
.works .title h4{
	font-size: 2.0rem;
	font-weight: 500;
}

.contact h2{
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 3.5rem;
	color: #fff;
}
.contact p{
	font-size: 2.5rem;
	text-align: center;
	color: #fff;
	margin-bottom: 3%;
}

@media only screen and (min-width:1px) and (max-width: 960px) {

.message .message_btn h2,
.profile .profile_btn h2,
.works h2,
.contact h2{
	font-size: 3.0rem;
}
.message .message_btn p,
.profile .profile_btn p,
.works p,
.contact p{
	font-size: 1.8rem;
}
	
.works .title .title_en{
	font-size: 3.0rem;
}
.works .title h4{
	font-size: 1.8rem;
}

	
}
@media only screen and (min-width:1px) and (max-width: 768px) {

.profile .contents table th,
.profile .contents table td,
.form .contents table th,
.form .contents table td{
	border-bottom: none;
}

.w60 {
	width: 100%;
}
	
.worksnav li{
	width: 33.3333%;
	padding: 10px;
}
.works .midashi .en{
	font-size: 2.0rem;
}
.works .midashi h2{
	font-size: 2.8rem;
}
.works .midashi{
	padding: 5% 0 3%;
}
	
.works .title{
	width: 100%;
	padding: 0 10px;
}
.works .info{
	width: 100%;
	padding: 0 10px;
}

.works .title .title_en{
	font-size: 2.8rem;
}
.works .title h4{
	font-size: 1.6rem;
}
}
@media only screen and (min-width:1px) and (max-width: 480px) {
.message .message_btn h2,
.profile .profile_btn h2,
.works h2,
.contact h2{
	font-size: 2.2rem;
}
.message .message_btn p,
.profile .profile_btn p,
.works p,
.contact p{
	font-size: 1.4rem;
}

.contact .tel{
	width: 80%;
	padding: 10px;
	margin: 0 10%;
}
.contact .form{
	width: 80%;
	padding: 10px;
	margin: 0 10%;
}
	
.worksnav li{
	width: 33.3333%;
	padding: 5px;
}
.works .midashi .en{
	font-size: 1.8rem;
}
.works .midashi h2{
	font-size: 2.2rem;
}
.works .title .title_en{
	font-size: 2.4rem;
}
.works .title h4{
	font-size: 1.4rem;
}	
.contact .tel{
	width: 80%;
	padding: 10px;
	margin: 0 10%;
}
.contact .form{
	width: 80%;
	padding: 10px;
	margin: 0 10%;
}
	
}

