/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

.site-description {
    margin-left: 9px;
}

.custom-logo {
  width: 140px;
}
h2.section-title {
  text-transform: none!important;
}

.onepress-menu a, .entry-title{
	text-transform: none!important;
}
span.byline{
	display: none;
}
.ccchildpage h3:before {
    font-family: FontAwesome;
    content: "\f120";
	  margin-right: 5px;
	
}

ul.footer1 li{
  display: inline;
  margin-right:10px;	
}

#footer-widgets {
	background: white;
}

#footer-widgets p {
	color: black;
}

#footer-widgets #tech-list {
	display: none;
}


/* Contact Form7 */

.contact7 {
	max-width: 100%;
	box-sizing: border-box;
	font
}
.contact7 dd {
	margin: 0 0 30px 0;
	background-color:
	width: 100%;
}
.contact7 dt {
	font-weight: normal;
}

/* 必須マーク */
.contact7 .must {
	background: #FF1A00;
}

/* 任意マーク */
.contact7 .optional {
	background: #999;
}

.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
	background-color: #1f3466;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #1f3466;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #1f3466; 
}
.of_contact7 {
	width: 100%;
	height: 100px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	font-weight: normal;
	text-transform: none;
	}
.ac_contact7{
	font-weight: normal;
	text-align: center;
	}
@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: 5px 10px 5px 0;
	}
.contact7 dd {
	margin-left: 35%;
	}
	.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
	background-color: #1f3466;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #1f3466;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #1f3466; 
	}
}
