.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
.wf-notosansjapanese { font-family: "Noto Sans JP"; }

/* slider */
.slider-head-h1 {
	font-weight: normal;
}
.secondary-title {
	width: 600px;
	margin: 0 auto;
}
.secondary-title img {
	width: 100%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 80vw;
}

#flow {
	background: #fff4f4;
}

.process-block {
	padding-top: 70px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	border-radius: 6px;
}

.process-block-wrapp {
	position: relative;
}

.process-block-wrapp::before {
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	top: -17px;
	left: 50%;
	margin-left: -17px;
	content: "";
	background: url(../images/elements/icon_mizuhiki.svg) no-repeat center center;
	z-index: 9999;
}
.process-block-layout-3 .process-block-header {
	left: 0;
	right: auto;
}

/* header caption */
.header-cap {
	font-size: 0.8em;
	color: #fff;
}

.navbar-brand img {
    width: 100%;
    margin: 0;
}

.footer-section-top .widget .widget-title img {
	width: 80%;
}


/* =======================================
   Contact form
========================================== */
.flexBetween {
	width: 100%;
	padding: 40px 0;
	height: auto;
	display: flex;
    justify-content: space-between;
}
.flexCenter {
	width: 100%;
	padding: 40px 0;
	height: auto;
    display: flex;
    justify-content: center;
}
.button,
.button-backpage {
	position: relative;
	width: 40%;
	margin: 0 1%;
}
.button input[type=submit],
.button-backpage input[type=submit] {
	width: 100%;
	display: block;
	font-weight: 500 !important;
	cursor: pointer;
	text-decoration: none !important;
	overflow: hidden;
	z-index: 1;
	position: relative;
	transition: .25s;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 1em;
	text-align: center;
}
.button input[type=submit] {
	background: #ed700b;
	color: #fff;
}
.button-backpage input[type=submit] {
	background: #ddd;
	color: #666;
}
.button input[type=submit]:hover {
	background: #fd9b6c;
}
.button-backpage input[type=submit]:hover {
	background: #eee;
	color: #666;
}

/* step navigation */
div.contact-step-navi{
	width:100%;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom: 40px;
}
div.contact-step{
	overflow: hidden;
    position: relative;
    width: calc(100% / 3);
    height: 60px;
    background: #efefef;
    text-align: left;
    padding-left: 10px;
}

div.contact-step dl{
    margin:0;
    padding:0;
    font-size:1em;
}
div.contact-step dt{
    margin-bottom:-1px;
    padding-top:12px;
    font-weight:500;
    color:#3e3e3e;
    font-size:10px;
    margin:0 0 0 20px;
}

div.contact-step dd{
    font-weight:600;
    color:#3e3e3e;
    margin:0 0 0 20px;
}
div.contact-current{
    background: #4A4A4A;
}
div.contact-current dt{
  color: #fff;
}
div.contact-current dd{
  color: #fff;
}
/* form table */
table.form{
	width: 100%;
	font-size:18px !important;
	border-collapse:collapse;
	background: #fff;
}
table.form th,table.form td{
	padding:20px;
	font-size: 0.9em;
	line-height:2em;
	position: relative;
}

table.form th {
	width: 40%;
}
table.form th span.text {
  padding-right: 60px;
  display: block;
  width: auto;
}
table.form th span.required {
  position: absolute;
  top: 16px;
  right: 0;
  padding: 3px 6px;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  zoom:1;
  background-color: #fff;
  border: 2px solid #ed700b;
  color: #ed700b;
}
table.form .cRed {
	color: #E2547E;
	font-size: .9em;
    border: 1px solid #E2547E;
    padding: 5px 10px;
    background: #ffecec;
}
table.form input{
   width: 100%;
   padding: 16px;
   display: inline;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(169, 169, 169);
   font-size:16px;
}

table.form textarea{
   width: 100%;
   padding:16px 10px;
   -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(169, 169, 169);
   font-size:16px;
}

input[type="button"].button-w-s{
   width: 45%;
}

input[type="button"].button-w-s-gl{
   width: 45%;
}

input[type="button"].button-formback{
  border:none; 
  padding:10px !important;
}

table.form input[type="radio"],
table.form input[type="checkbox"]{
   width: auto;
   display: inline;
   width: 20px;
   height: 20px;
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}

table.form td label{margin-right: 1em;}

table.form input.address-auto{
   width: auto;
   margin-top: 3.125%;
}

input[type="submit"] ,
input[type="button"] ,
input[type="reset"] {
    border:none;
}

table.form .input-group {
	display: flex;
	flex-wrap: wrap;
}
table.form .input-group label {
	display: flex;
	align-items: center;
}
table.form .input-group label span {
	padding-left: 10px;
}

.thanks_message{
	padding:50px 0;
	text-align: center;
	font-size:18px;
}
@media all and (max-width:1024px) {
	.header-cap {
		font-size: 0.7em;
		color: #444;
	}	
}


.social-networks {
    padding: 0;
    z-index: 10;
    width: 100%;
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 0 0 36px;
    position: relative;
}
footer .social-networks {
    justify-content: normal;
}

.social-networks ul {
    padding: 0;
    width: auto;
    margin: 0;
    list-style: none;
    display: inline-flex;
}

@media all and (min-width:768px) and (max-width:1024px) {
	.navbar-brand {
		width: 20%;
	}
}

@media all and (max-width:767px) {
	body {
		font-size: 16px !important;
	}
	p {
		line-height: 1.8;
	}
	h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	    line-height: 1.5;
	}
	.header-menu .nav-link:not(.btn) {
	    font-size: 16px;
	}
	.section-title .section-title-heading h1 {
		font-size: 18px;
		line-height: 1.6em;
	}
	.mobile-menu .nav-lnik:not(.btn) {
	    padding: 16px 0;
	}
	.font-size-12 {
		font-size: 16px;
	}
	.header-cap {
		font-size: 0.5em;
	}

	/* =======================================
	   Contact form
	========================================== */
	.flexBetween {
		display: block;
	}
	.flexCenter {
		display: block;
	}
	.button,
	.button-backpage {
		width: 100%;
		margin: 10px 0;
	}
	/* form */
	table.form th span.required {
	  margin-right: 0;
	}
	table.form{
	   width: 100%;
	   margin: 0 auto 30px;
	   font-size:16px !important;
	}

	table.form th,table.form td{
		line-height:1.6em;
		padding:10px 0;
		width: 100%;
		display: block;
	}
	table.form input{
	   width: 100%;
	}
	table.form textarea{
		width: 100%;
	}
	input[type="tel"] {
		font-size:16px;
	}
	table.form input[type="radio"],
	table.form input[type="checkbox"]{
	   	width: auto;
	   	display: inline;
	   width: 20px;
	   height: 20px;
	   -moz-transform: scale(1.2);
	   -webkit-transform: scale(1.2);
	   transform: scale(1.2);
	}
}