html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	font-family: 'Noto Sans JP', ＭＳ Ｐ明朝 !important;
}
.main-navigation > ul > li > a{
	font-size: 18px;
}

.main-navigation > ul > li > a{
	color: #000000;
	font-weight: 400;
	-webkit-transition: all .4s cubic-bezier(0.37,0.31,0.2,0.85);
       -moz-transition: all .4s cubic-bezier(0.37,0.31,0.2,0.85);
        -ms-transition: all .4s cubic-bezier(0.37,0.31,0.2,0.85);
         -o-transition: all .4s cubic-bezier(0.37,0.31,0.2,0.85);
            transition: all .4s cubic-bezier(0.37,0.31,0.2,0.85);
}
.main-navigation > ul > li > a:hover,
.main-navigation > ul > li.current a{
	color: #002de7;
}

.elementor-605 .elementor-element.elementor-element-bc652c9 .elementor-heading-title {
    color: #000000;
    font-size: 32px;
}
.elementor-605 .elementor-element.elementor-element-87173e8 .elementor-heading-title {
    color: #000000;
    font-size: 32px;
}

.elementor-605 .elementor-element.elementor-element-4973c69 .elementor-heading-title {
    color: #000000;
    font-size: 32px;
}

@media screen and (max-width: 1000px)
.menu-toggle {
    display: block;
    height: 40px;
    width: 40px;
    background: url(../images/menu.png) no-repeat center #0000FF;
    text-indent: -9999px;
    cursor: pointer;
}

@media screen and (max-width: 768px)
.main-navigation > ul > li {
    display: block;
    border-bottom: 1px solid #000080;
}
@media screen and (max-width: 1000px)
.main-navigation > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #0000FF;
    padding: 10px 0;
    text-align: center;
}


/* Contact Form7 */

.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0px 0px 30px 20px;
	background-color:
}
.contact7 dt {
	font-weight: normal;
	margin: 0px 0px 10px 20px;
}
.wpcf7-form .wpcf7-select, select{
width:49%
}

/* 必須マーク */
.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;
	    width: 85%;
	    margin: 20px auto;

}
.btn_contact7 input {
	width: 70%;
	background-color: #005a87;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #005a87;
	-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: #005513; 
}
@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 45%;
	padding: 5px 10px 5px 0;
	text-align: end;
	}
.contact7 dd {
	margin-left: 35%;
	}

.btn_contact7 input {
	width: 70%;
	background-color: #005a87;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #005a87;
	-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: #005513; 
}
}
input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  width: auto;
}



#go-top{
display:none!important;
}