body {
	margin: 0;
	background-color: #EDEDED;
}

html {
	scroll-behavior: smooth;
}

nav {
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.header {
	background-image: url('../img/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

.header h1 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #F7F7F7;
	font-weight: 100;
	text-align: center;
	padding: 185px 5px 5px 5px;
	font-size: 48px;
}

.header h2 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #F7F7F7;
	font-weight: 100;
	text-align: center;
	font-size: 26px;
	padding: 0px 15px 5px 15px;
}

.header h3 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #F7F7F7;
	font-weight: 100;
	text-align: center;
	font-size: 22px;
	padding: 0px 15px 5px 15px;
}

.header h4 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #F7F7F7;
	font-weight: 100;
	text-align: center;
	font-size: 12px;
	padding: 5px 15px 175px 15px;
}

.intro {
	background-color: #fff;
	font-family: 'Lexend', sans-serif;
	margin-top: -7px;
	text-align: center;
	padding-bottom: 75px;
}

.intro h2 {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: center;
	font-size: 34px;
	padding: 85px 15px 55px 15px;
}

.about {
	margin-top: -7px;
	background-color: #F6F8FC;
	padding-bottom: 65px;
}

.about h2 {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: left;
	font-size: 34px;
	padding: 85px 15px 15px 15px;
}

.about p {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: left;
	font-size: 16px;
	padding-left: 15px;
}

.icard {
	border: 1px solid #C1C1C1;
	margin-left: 15px;
	margin-right: 15px;
	padding: 25px;
	margin-bottom: 65px;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 0px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.icard:hover,
.icard:focus {
	border: 1px solid #C1C1C1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
	-ms-transition: all 0.2s linear !important;
	transition: all 0.2s linear !important;
	background-color: #EBEBEB;
}

.icard h3 {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
}

.icard p {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: center;
	font-size: 18px;
}

.plans {
	background-color: #F6F8FC;
	padding-bottom: 45px;
}

.plan {
	border: 1px solid #C1C1C1;
	margin-left: 15px;
	margin-right: 15px;
	padding: 25px;
	margin-bottom: 65px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
	-ms-transition: all 0.2s linear !important;
	transition: all 0.2s linear !important;
	background-color: #fff;
}

.plan1 {
	border: 1px solid #FF5252;
}

.plan2 {
	border: 1px solid #52A6FF;
}

.plan3 {
	border: 1px solid #FF5252;
}

.plan:hover,
.plan:focus {
	border: 1px solid #C1C1C1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
	-ms-transition: all 0.2s linear !important;
	transition: all 0.2s linear !important;
	background-color: #EBEBEB;
}

.plan h3 {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: center;
	font-size: 28px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.plan p {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: center;
	font-size: 18px;
}

.plans h2 {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: left;
	font-size: 34px;
	padding: 85px 15px 55px 15px;
	text-align: center;
}

.plans h4 {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: left;
	font-size: 18px;
	text-align: center;
}

.coverage {
	background-image: url('../img/coverage.png');
	padding-bottom: 45px;
	background-size: cover;
	background-repeat: no-repeat;
}

.coverage h2 {
	font-family: 'Lexend', sans-serif;
	color: #fff;
	font-weight: 300;
	text-align: left;
	font-size: 34px;
	padding: 85px 15px 15px 15px;
	text-align: center;
}


.coverage h3 {
	font-family: 'Lexend', sans-serif;
	color: #fff;
	font-weight: 300;
	text-align: left;
	font-size: 28px;
	text-align: center;
}

.coverage h4 {
	font-family: 'Lexend', sans-serif;
	color: #fff;
	font-weight: 300;
	text-align: left;
	font-size: 18px;
	text-align: center;
}


.quotes {
	background-color: #fff;
	margin-top: -45px;
	padding-bottom: 65px;
}

.quotes h2 {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: left;
	font-size: 34px;
	padding: 85px 15px 15px 15px;
	text-align: center;
}

.quate {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 20px 48px 2px rgba(27, 29, 66, 0.1);
    margin-bottom: 30px;
}
.testimonial-item img {
    width: 20px !important;
    text-align: center;
    margin: 0 auto;
    padding-top: 14px;
}
.testimonial-item p {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
}
.testimonial-item h3 {
    font-size: 19px;
    font-weight: lighter;
    margin-top: -15px;
}

.testimonial-item span {
    color: #1dd1a1;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 25px;
}

.contact {
	background-color: #F6F8FC;
	padding-bottom: 45px;
}

.contact h2 {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: left;
	font-size: 34px;
	padding: 85px 15px 15px 15px;
	text-align: center;
}

.contact h3 {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: left;
	font-size: 28px;
	text-align: center;
}

.footer {
	background-color: #fff;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}

.footer h2 {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: left;
	font-size: 22px;
	text-align: left;
	padding-left: 15px;
	padding-top: 25px;
}

.footer p {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: left;
	font-size: 15px;
	text-align: center;
	padding-left: 15px;
	padding-top: 25px;
}

.footer h4 {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: left;
	font-size: 15px;
	text-align: left;
	padding-left: 15px;
	padding-top: 25px;
}


.footer h3 {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: left;
	font-size: 14px;
	text-align: left;
	padding-left: 15px;
}

.footer a {
	color: #171717;
	text-decoration: none;
	-webkit-transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
	-ms-transition: all 0.2s linear !important;
	transition: all 0.2s linear !important;
}

.footer a:hover {
	color: #171717;
	text-decoration: underline;
	-webkit-transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
	-ms-transition: all 0.2s linear !important;
	transition: all 0.2s linear !important;
}

.tos {
	background-color: #fff;
	font-family: 'Lexend', sans-serif;
	margin-top: -7px;
	text-align: left;
	padding-bottom: 75px;
}

.tos h2 {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: center;
	font-size: 34px;
	padding: 85px 15px 55px 15px;
}

.tos h5 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #171717;
	font-weight: 100;
	text-align: center;
	font-size: 34px;
	padding: 25px 15px 0px 15px;
}

.tos h4 {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: center;
	font-size: 18px;
	padding: 0px 25px 25px 25px;
}

.tos p {
	font-family: 'Lexend', sans-serif;
	color: #171717;
	font-weight: 300;
	text-align: left;
	font-size: 18px;
}

@media only screen and (max-width: 770px) {

.icard {
	margin-left: 0px;
	margin-right: 0px;
}

.plan {
	margin-right: 0px;
	margin-left: 0px;
}

nav {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

}