
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: bold;
    color: #000;
    line-height: 50px;
    text-transform: uppercase;
}

h3 {
	font-size: 22px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    text-transform: uppercase;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}
.inline-block{
	display: inline-block;
	font-size: inherit;
}

.sp-view{
	display: none;
}


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
	background: #f8f8f8;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	border-color: #fff;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #66d6c5;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #444;
	background: rgba(0, 0, 0, 0.3);
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	border-bottom: 1px dotted #aaa;
}


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	padding: 0 !important;
	background: #444;
	border: 0;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}
.navbar.navbar-no-bg { background: none; }

.navbar .container{
	display: flex;
	align-items: center;
}

ul.navbar-nav {
	font-size: 16px;
	color: #fff;
}

.navbar-inverse .navbar-collapse{
	margin-left: auto;
	box-shadow: none;
}

.navbar-inverse ul.navbar-nav li a {
	padding: 10px 20px;
	color: #fff;
	background-color: #0e416e;
	font-weight: bold;
	opacity: 1;
}
.navbar-inverse ul.navbar-nav li a:hover {
	color: #fff;
	background-color: #0e416e;
	opacity: 0.8;
}
.navbar-inverse ul.navbar-nav li a:focus {
	color: #fff;
	outline: 0;
	background-color: #0e416e;
	opacity: 0.8;
}

.navbar-header{
	padding: 15px;
}

.navbar-brand {
	padding: 0;
	width: 80px;
	height: auto;
	/* width: 72px;
	height: 60px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px; */
}

.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
}

.navbar-right{
	margin-right: 0;
}


/***** Top content *****/

.inner-bg {
    padding: 280px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 {
	line-height: 80px;
	font-size: 50px;
	color: #fff;
}

.top-content .text h1 .large{
	font-size: 1.4em;
}

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .top-big-link {
	margin-top: 35px;
}


/***** Features *****/

.features-box {
	padding-top: 30px;
}

.features-box .features-box-icon {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: #f8f8f8;
    color: #555;
    line-height: 120px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}
.features-box .features-box-icon .fa::before,
.features-box .features-box-icon .fas::before{
	line-height: 120px;
	font-size: 60px;
	color: #adb5bd;
}

.features-box h3 {
	display: inline-block;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 0;
	font-size: 28px;
}

.features-box h3.after-text::after{
	content: "\00203b期間はご相談ください";
	display: block;
	position: absolute;
	right: 0;
	bottom: -10px;
	font-size: 10px;
}

.features-box p{
	line-height: 1.6;
}

.features-container .btn{
	position: relative;
	padding: 15px 0;
	max-width: 280px;
	width: 100%;
	height: auto;
	line-height: 1.4;
	font-weight: bold;
	background: #000;
}

.features-container .btn::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 40px;
	width: 8px;
	height: 15px;
	background-size: 100% auto;
	background-image: url('../img/arrow_right.png');
	background-repeat: no-repeat;
	transform: translate(0,-50%);
	color: #fff;
}


/***** More features *****/

.more-features-container {
	padding-bottom: 60px;
}

.more-features-box {
	margin-top: 30px;
	margin-bottom: 20px;
}

.more-features-box-text {
	margin-top: 40px;
	padding-left: 30px;
	overflow: hidden;
	text-align: left;
}
.more-features-box-text:first-child {
	margin-top: 0;
	margin-bottom: 30px;
}

.more-features-box-text-left {
	padding-left: 0;
	padding-right: 30px;
}

.more-features-box-text-icon {
	float: left;
	width: 60px;
	height: 60px;
	padding-top: 6px;
	background: #66d6c5;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    font-size: 32px;
    color: #555;
    line-height: 40px;
    text-align: center;
}
.more-features-box-text-icon i { vertical-align: middle; }

.more-features-box-text h3 {
	float: right;
	width: 86%;
	margin-top: 0;
}

.more-features-box-text-description {
	float: right;
	width: 86%;
}

.more-features-container .items-bg{
	display: flex;
	flex-wrap: wrap;
	padding-left: 30px;
	margin: -5px -10px;
	width: calc( 100% + 20px );
}

.more-features-container .items-bg .items{
	margin: 5px 10px;
	border-radius: 4px;
	width: 40%;
	overflow: hidden;
}

.more-features-container .items-bg p{
	margin-bottom: 0;
	padding: 10px;
	color: #fff;
	background-color: #0e416e;
}


/***** Great support *****/

.great-support-container {
	padding-bottom: 60px;
}

.great-support-box {
	margin-top: 30px;
	margin-bottom: 20px;
}

.great-support-box-text {
	margin-top: 40px;
	padding-left: 30px;
	overflow: hidden;
	text-align: left;
}
.great-support-box-text:first-child { margin-top: 20px; }

.great-support-box-text-left {
	padding-left: 0;
	padding-right: 0;
	background-position: center right;
	background-image: url('../img/bg2.jpg');
	background-repeat: no-repeat;
	background-size: 600px auto;
}

.great-support-box-text h3 {
	margin-top: 30px;
}

.great-support-box-text p{
	font-size: 18px;
	line-height: 32px;
}

.great-support-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}


/***** How it works *****/

.how-it-works {
	padding-bottom: 30px;
}

.how-it-works-box {
	padding-top: 15px;
	padding-bottom: 15px;
}

.how-it-works-box .how-it-works-box-icon {
    font-size: 74px;
    line-height: 80px;
}

.how-it-works-box h3 {
	margin-top: 15px;
}

.how-it-works-box p {
	opacity: 0.8;
}

.how-it-works-text img{
	margin-top: 60px;
	max-width: 750px;
	width: 100%;
}


/***** Testimonials *****/

.testimonials-container {
	padding-bottom: 70px;
}

.testimonial-list {
    margin-top: 30px;
    text-align: center;
}

.testimonial-list .testimonial-image img {
	max-width: 160px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .testimonial-text {
	margin-top: 30px;
}

.testimonial-list .nav-tabs {
	margin-top: 30px;
    border: 0;
}

.testimonial-list .nav-tabs li {
	float: none;
	display: inline-block;
	margin-left: 5px;
    margin-right: 5px;
}

.testimonial-list .nav-tabs li a {
    width: 14px;
    height: 14px;
    padding: 0;
    background: #ddd;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover { border: 0; background: #66d6c5; }
.testimonial-list .nav-tabs li.active a { background: #66d6c5; }
.testimonial-list .nav-tabs li.active a:focus { border: 0; }


/***** Call to action *****/

.call-to-action-container .section-bottom-button {
	padding-top: 30px;
}


/***** About us *****/

.about-us-container {
	padding-bottom: 65px;
}

.about-us-box {
	padding-top: 30px;
	padding-bottom: 15px;
}

.about-us-box .about-us-photo {
	width: 160px;
	margin: 0 auto;
}

.about-us-box .about-us-photo img {
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.about-us-box .about-us-social {
    margin-top: 5px;
    font-size: 32px;
    line-height: 36px;
}

.about-us-box .about-us-social a { margin: 0 4px; color: #ddd; }
.about-us-box .about-us-social a:hover, .about-us-box .about-us-social a:focus { color: #66d6c5; }


/***** Contact *****/
.contact-container{
	background-color: #e6e7e9;
}

.contact-container .form-container{
	margin: 50px auto 0;
	max-width: 750px;
}

.contact-container .form-container table th{
	padding-top: 7px;
	padding-right: 30px;
	width: 220px;
	text-align: right;
	vertical-align: top;
}

.contact-container .form-container table td{
	width: calc( 100% - 220px );
}

.contact-container .form-container table td input,
.contact-container .form-container table td textarea{
	padding: 10px;
	border: 0;
	border-radius: 4px;
	width: 100%;
	height: auto;
	line-height: 1.4;
	font-weight: normal;
	color: #000;
	background-color: #fff;
}

.contact-container .form-container table tr:not(:last-of-type) th{
	padding-bottom: 30px;
}

.contact-container .form-container table tr:not(:last-of-type) td{
	padding-bottom: 30px;
}

.contact-container .form-container table td input:focus-within{
	outline: 0;
}

.contact-container .form-container table td .error{
	text-align: left;
}

.contact-container .form-container input[type="submit"]{
	display: block;
	border: 1px solid #383635;
	border-radius: 6px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	max-width: 388px;
	padding: 0 40px;
	width: 80%;
	height: 62px;
	cursor: pointer;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	background-size: 12px auto;
	background-image: url('../img/arrow_right.png');
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-color: #383635;
}

.contact-container .form-container input[type="submit"]:hover,
.contact-container .form-container input[type="submit"]:focus{
	color: #383635;
	background-image: url('../img/arrow_right_gray.png');
	background-color: #fff;
}

.contact-container .form-container table .privacy-check_tr{
	text-align: left;
}
.contact-container .form-container table .privacy-check_tr p{
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
}
.contact-container .form-container table input[type="checkbox"]{
  display: none;
}
.contact-container .form-container table .mwform-checkbox-field-text{
  padding-left: 22px;
  position:relative;
}
.contact-container .form-container table .mwform-checkbox-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #000;
	background-color: #fff;
}
.contact-container .form-container table input[type="checkbox"]:checked + .mwform-checkbox-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

.contact-container .form-container a.btn{
	position: relative;
	padding: 15px 0;
	max-width: 280px;
	width: 100%;
	height: auto;
	line-height: 1.4;
	font-weight: bold;
	background: #000;
}

.contact-container .form-container a.btn::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 40px;
	width: 8px;
	height: 15px;
	background-size: 100% auto;
	background-image: url('../img/arrow_right.png');
	background-repeat: no-repeat;
	transform: translate(0,-50%);
	color: #fff;
}

.contact-container .form-container .mw_wp_form_complete p{
	max-width: none;
	text-align: center;
}

/***** Footer *****/

footer {
	font-weight: normal;
	background: #000;
}

.footer-social {
	font-size: 42px;
    line-height: 42px;
}

.footer-social a {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 5px;
	padding-top: 7px;
	background: #eee;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    font-size: 32px;
    color: #555;
    line-height: 40px;
    text-align: center;
}
.footer-social a:hover, .footer-social a:focus { background: #66d6c5; color: #555; }

.footer-social a i { vertical-align: middle; }

footer .contents {
	display: block;
}

footer .contents ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 10px;
	padding-left: 0;
}

footer .contents ul li{
	margin: 0 7.5px;
}

footer .contents ul a{
	font-size: 0.8em;
}

footer .contents ul a:hover,
footer .contents ul a:focus{
	color: #fff;
}

footer .contents p{
	margin-bottom: 0;
	font-size: 0.8em;
}