@charset "utf-8";


/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
}
.inner {
	padding: 0 30px;
}
.blockblue {
	background: #3ea3ff;
}
.blockwhite {
	background: #fff;
}
@media (max-width: 767px) {
.inner {
	padding: 0 20px;
}
}


/* header
----------------------------------------------- */
.header {
	height: 190px;
	background: #289DFA;
	padding: 35px 30px 30px;
	position: relative;
}
.header .headerin {
	max-width: 1380px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .headerlogo {
	margin-right: 10px;
}
.header .headerlogo a {
	display: block;
}
.header .headermess {
	display: flex;
	align-items: center;
}
.header .headertel {
	margin-right: 35px;
}
.header .headertel a {
	display: block;
}
.header .headerline a {
	display: block;
}
.header .gnavi {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.show .header .gnavi {
	position: fixed;
	left: 0;
	bottom: auto;
	top: 0;
	padding: 10px;
	background: rgba(40,157,250,0.8);
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
	z-index: 6;
}
.header .gnavi li {
	width: 210px;
}
.header .gnavi li+li {
	border-left: 2px #fff solid;
}
.header .gnavi li a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 25px;
	padding: 5px 0;
}

.navbar-toggle {
	display: none;
}
.navbar-collapse {
	display: none;
}
@media (max-width: 1024px) {
.header {
	height: auto;
	padding: 0 0 0 15px;
}
.header .headerlogo {
	width: 160px;
	font-size: 0;
}
.header .headermess {
	display: none;
}
.header .gnavi {
	display: none;
}
.navbar-toggle {
	display: block;
	background: #fff;
	width: 60px;
	height: 55px;
	z-index: 99;
	position: relative;
}
	
.navbar-toggle span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 20px;
	background-color: #289dfa;
	width: 20px;
	height: 1px;
}
.navbar-toggle.on span {
	background-color: #289dfa;
}
.header .navbar-toggle span:nth-of-type(1) {
	top:22px;
}

.header .navbar-toggle span:nth-of-type(2) {
	top:27px;
}

.header .navbar-toggle span:nth-of-type(3) {
	top:32px;
}

.header .navbar-toggle.on span:nth-of-type(1) {
	top:21px;
	transform: translateY(6px) rotate(-45deg);
}

.header .navbar-toggle.on span:nth-of-type(2) {
	opacity: 0;
}
.header .navbar-toggle.on span:nth-of-type(3) {
	top: 33px;
	transform: translateY(-6px) rotate(45deg);
}
	
.navbar-collapse {
	position: absolute;
	left: 0;
	top: 100%;
	background: #289dfa;
	width: 100%;
	z-index: 10;
	-webkit-box-shadow: 0 10px 10px rgba(255,255,255,0.3);
	-moz-box-shadow: 0 10px 10px rgba(255,255,255,0.3);
	-ms-box-shadow: 0 10px 10px rgba(255,255,255,0.3);
	-o-box-shadow: 0 10px 10px rgba(255,255,255,0.3);
	box-shadow: 0 10px 10px rgba(255,255,255,0.3);
}
.navbarbox {
	padding: 20px;
}
.navbarbox .navlist li {
	border-bottom: 1px #fff solid;
}
.navbarbox .navlist li a {
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 10px;
}
.navbarbox .navtel {
	text-align: center;
	margin-top: 20px;
}
.navbarbox .navtel a {
	display: inline-block;
}
.navbarbox .navtel img {
	width: 292px;
}
.navbarbox .navline {
	text-align: center;
	margin-top: 20px;
}
.navbarbox .navline a {
	display: inline-block;
}
.navbarbox .navline img {
	width: 119px;
}
}


/* H
----------------------------------------------- */
.hdl {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
	align-items: flex-start;
}
.hdl .hdlico {
	flex-shrink: 0;
	margin-right: 30px;
}
.hdl .hdlcont {
	flex: 1;
	font-size: 54px;
	align-self: center;
	line-height: 1.3;
	color: #FFF1AB;
}
.blockblue .hdl .hdlcont {
	color: #FFF1AB;
}
.blockwhite .hdl .hdlcont {
	color: #036EE2;
}
@media (max-width: 1024px) {
.hdl .hdlico {
	margin-right: 20px;
	width: 65px;
}
.hdl .hdlcont {
	font-size: 36px;
}
}
@media (max-width: 767px) {
.hdl {
	padding: 0 20px;
}
.hdl .hdlico {
	margin-right: 15px;
	width: 40px;
}
.hdl .hdlcont {
	font-size: 22px;
	line-height: 1.3;
}
}


/* main
----------------------------------------------- */
.main {
	background: #289DFA;
	position: relative;
}
.main .mainimg {
	text-align: center;
	padding: 0 30px 40px;
}
.main .cloud {
	font-size: 0;
}
.main .cloud img {
	width: 100%;
}
@media (max-width: 1024px) {
.main .mainimg {
	padding: 30px 30px 40px;
}
}
@media (max-width: 767px) {
.main .mainimg {
	padding: 30px 20px;
}
}


/* service
----------------------------------------------- */
.service {
	padding: 30px 0 130px;
}
.service .hdl {
	margin-bottom: 50px;
}
.service .servicebox {
	max-width: 1365px;
	margin: -5px auto;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.service .servicebox li {
	width: calc((100% - 7.3%)/3);
	margin: 5px 3.6% 5px 0;
}
.service .servicebox li:nth-child(3n) {
	margin-right: 0;
}
.service .servicebox .servicecap {
	text-align: center;
	margin-bottom: -70px;
	padding: 0 20px;
	position: relative;
}
.service .servicebox .serviceimg {
	
}
@media (max-width: 1024px) {
.service .servicebox .servicecap {
	margin-bottom: -30px;
}
}
@media (max-width: 767px) {
.service {
	padding: 40px 0;
}
.service .hdl {
	margin-bottom: 20px;
}
.service .servicebox {
	max-width: 1365px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.service .servicebox li {
	width: calc((100% - 20px)/2);
	margin: 5px 20px 5px 0;
}
.service .servicebox li:nth-child(3n) {
	margin-right: 20px;
}
.service .servicebox li:nth-child(2n) {
	margin-right: 0;
}
.service .servicebox .servicecap {
	margin-bottom: -20px;
	padding: 0 10px;
}
.service .servicebox .serviceimg img {
	width: 100%;
}
}


/* covid
----------------------------------------------- */
.covid {
	padding: 100px 0 140px;
}
.covid .hdl {
	margin-bottom: 90px;
}
.covid .covidtxt {
	max-width: 1260px;
	margin: 0 auto 70px;
	color: #fff;
	letter-spacing: 0.1em;
}
.covid .covidimg {
	text-align: center;
}
@media (max-width: 1024px) {
.covid .hdl {
	margin-bottom: 50px;
}
.covid .covidimg img {
	width: 504px;
}
}
@media (max-width: 767px) {
.covid {
	padding: 40px 0;
}
.covid .hdl {
	margin-bottom: 20px;
}
.covid .covidtxt {
	margin: 0 auto 30px;
}
}



/* sameday
----------------------------------------------- */
.sameday {
	padding: 100px 0 80px;
}
.sameday .hdl {
	margin-bottom: 75px;
}
.sameday .hdlcont {
	text-indent: -4.5em;
	padding-left: 4.5em;
}
.sameday .samebox {
	max-width: 1340px;
	margin: -3px auto;
	display: flex;
	flex-wrap: wrap;
}
.sameday .samebox li {
	width: calc((100% - 6.1%)/4);
	margin: 3px 2% 3px 0;
	text-align: center;
}
.sameday .samebox li:nth-child(4n) {
	margin-right: 0;
}
.sameday .samebox .samecap {
	padding: 0 10px;
	margin-bottom: -45px;
	position: relative;
}
.sameday .samebox .sameimg {
	
}

@media (max-width: 1024px) {
.sameday .hdl {
	margin-bottom: 50px;
}
.sameday .samebox .samecap {
	margin-bottom: -30px;
	position: relative;
}
}
@media (max-width: 767px) {
.sameday {
	padding: 40px 0;
}
.sameday .hdl {
	margin-bottom: 20px;
}
.sameday .hdlcont {
	text-indent: -2em;
	padding-left: 2em;
}
.sameday .samebox li {
	width: calc((100% - 20px)/2);
	margin: 3px 20px 3px 0;
}
.sameday .samebox li:nth-child(4n) {
	margin-right: 0;
}
.sameday .samebox li:nth-child(2n) {
	margin-right: 0;
}
.sameday .samebox .samecap {
	margin-bottom: -20px;
	position: relative;
}
.sameday .samebox .sameimg img {
	width: 100%;
}
}



/* trouble
----------------------------------------------- */
.trouble {
	padding: 75px 0;
}
.trouble .hdl {
	margin-bottom: 100px;
}
.trouble .hdlcont {
	text-indent: -4em;
	padding-left: 4em;
}
.trouble .troublein {
	max-width: 1330px;
	margin: 0 auto;
}
.trouble .troublebox {
	display: flex;
}
.trouble .troublebox li {
	width: calc((100% -4.5%)/4);
	margin: 0 1.5% 0 0;
}
.trouble .troublebox li:nth-child(4n) {
	margin-right: 0;
}
.trouble .troublebox .troubleimg {
	margin: 0 10px;
	background: #fff;
	text-align: center;
	padding: 18px 20px 24px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.trouble .troublebox .troublecap {
	margin-top: -55px;
	text-align: center;
	position: relative;
}
.trouble .troubletxt {
	font-size: 40px;
	margin-top: 40px;
	padding: 0 10px;
	color: #fff;
}

@media (max-width: 1024px) {
.trouble .hdl {
	margin-bottom: 50px;
}
.trouble .troublebox .troubleimg {
	padding: 15px;
}
.trouble .troublebox .troublecap {
	margin-top: -35px;
}
.trouble .troubletxt {
	font-size: 30px;
	margin-top: 30px;
}
}
@media (max-width: 767px) {
.trouble {
	padding: 40px 0;
}
.trouble .hdl {
	margin-bottom: 20px;
}
.trouble .hdlcont {
	text-indent: -1em;
	padding-left: 1em;
}
.trouble .troublebox {
	flex-wrap: wrap;
	margin: -10px 0;
}
.trouble .troublebox li {
	width: calc((100% - 10px)/2);
	margin: 10px 10px 10px 0;
}
.trouble .troublebox li:nth-child(4n) {
	margin-right: 0;
}
.trouble .troublebox li:nth-child(2n) {
	margin-right: 0;
}
.trouble .troublebox .troubleimg {
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.trouble .troublebox .troublecap {
	margin-top: -25px;
}
.trouble .troubletxt {
	font-size: 20px;
	margin-top: 20px;
}
}



/* clean
----------------------------------------------- */
.clean {
	padding: 80px 0 100px;
}
.clean .hdl {
	margin-bottom: 70px;
}
.clean .cleandet {
	text-align: center;
	color: #373737;
}
.clean .cleanimg {
	text-align: center;
	margin-top: 70px;
}
.clean .cleantxt {
	text-align: center;
	margin-top: 60px;
}
@media (max-width: 1024px) {
.clean .hdl {
	margin-bottom: 50px;
}
.clean .cleanimg {
	margin-top: 50px;
}
.clean .cleantxt {
	margin-top: 40px;
}
.clean .cleandet {
	text-align: left;
}
}
@media (max-width: 767px) {
.clean {
	padding: 40px 0;
}
.clean .hdl {
	margin-bottom: 20px;
}
.clean .cleanimg {
	margin-top: 30px;
}
.clean .cleantxt {
	margin-top: 30px;
}
}



/* price
----------------------------------------------- */
.price {
	padding: 80px 0 115px;
}
.price .hdl {
	margin-bottom: 140px;
}
.price .priceinner {
	max-width: 1295px;
	margin: 0 auto;
}
.price .pricelist {
	display: flex;
	flex-wrap: wrap;
	margin: -45px 0;
}
.price .pricelist li {
	width: calc((100% - 7.3%)/3);
	margin: 45px 3.6% 45px 0;
	background: #fff;
	padding: 95px 30px 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}
.price .pricelist li:nth-child(3n) {
	margin-right: 0;
}
.price .pricelist .pricecap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	padding: 0 5px;
	transform: translateY(-45%);
	z-index: 0;
}
.price .pricelist .priceimg {
	text-align: center;
}
.price .pricelist .pricetxt {
	margin-top: 15px;
	color: #373737;
	font-size: 22px;
}
.price .pricelist .pricenum {
	text-align: center;
	font-size: 58px;
	color: #FF5B5B;
	margin-top: 20px;
	line-height: 1.2;
}

.price .pricecard {
	background: #fff;
	margin-top: 45px;
	padding: 60px 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.price .pricecard .cardtit {
	text-align: center;
	font-size: 44px;
	color: #036EE2;
}
.price .pricecard .cardimg {
	text-align: center;
	margin-top: 40px;
}

@media (max-width: 1200px) {
.price .pricelist .pricenum {
	font-size: 50px;
}
}
@media (max-width: 1024px) {
.price .hdl {
	margin-bottom: 80px;
}
.price .pricelist li {
	width: calc((100% - 3.6%)/2);
}
.price .pricelist li:nth-child(3n) {
	margin-right: 3.6%;
}
.price .pricelist li:nth-child(2n) {
	margin-right: 0;
}
.price .pricecard .cardtit {
	font-size: 36px;
}
.price .pricelist .pricenum {
	font-size: 42px;
}
}
@media (max-width: 767px) {
.price {
	padding: 40px 0;
}
.price .hdl {
	margin-bottom: 50px;
}
.price .pricelist {
	margin: -30px 0;
}
.price .pricelist li {
	width: calc((100% - 20px)/2);
	margin: 30px 20px 30px 0;
	padding: 40px 15px 20px;
}
.price .pricelist li:nth-child(3n) {
	margin-right: 20px;
}
.price .pricelist li:nth-child(2n) {
	margin-right: 0;
}
.price .pricelist .pricetxt {
	font-size: 16px;
}
.price .pricelist .pricenum {
	font-size: 22px;
	margin-top: 10px;
}

.price .pricecard {
	margin-top: 30px;
	padding: 30px 15px;
}
.price .pricecard .cardtit {
	font-size: 24px;
}
.price .pricecard .cardimg {
	margin-top: 30px;
}
}



/* komi
----------------------------------------------- */
.komi {
	padding: 120px 0 130px;
}
.komi .hdl {
	margin-bottom: 110px;
}
.komi .komilist {
	display: flex;
	flex-wrap: wrap;
	max-width: 1070px;
	margin: -35px auto;
}
.komi .komilist li {
	width: calc((100% - 7.7%)/3);
	margin: 35px 3.8% 35px 0;
	text-align: center;
}
.komi .komilist li:nth-child(3n) {
	margin-right: 0;
}
.komi .komidet {
	text-align: center;
	margin-top: 110px;
}
.komi .komifree {
	display: flex;
	max-width: 1340px;
	margin: 90px auto 0;
}
.komi .komifree li {
	width: calc((100% - 4.1%)/2);
	margin-right: 4.1%;
}
.komi .komifree li:nth-child(2n) {
	margin-right: 0;
}
.komi .komifree .freecap {
	text-align: center;
	padding: 0 10px;
	margin-bottom: -80px;
	position: relative;
	z-index: 1;
}
.komi .komifree .freeimg {
	text-align: center;
	position: relative;
}
.komi .komifree .freetxt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.komi .komicont {
	margin-top: 150px;
	text-align: center;
}

@media (max-width: 1024px) {
.komi .hdl {
	margin-bottom: 50px;
}
.komi .komidet {
	margin-top: 50px;
}
.komi .komifree .freecap {
	margin-bottom: -50px;
}
.komi .komicont {
	margin-top: 100px;
}
}
@media (max-width: 767px) {
.komi {
	padding: 40px 0;
}
.komi .hdl {
	margin-bottom: 20px;
}
.komi .komilist {
	margin: -10px auto;
}
.komi .komilist li {
	width: calc((100% - 20px)/3);
	margin: 10px 10px 10px 0;
}
.komi .komilist li:nth-child(3n) {
	margin-right: 0;
}
.komi .komidet {
	margin-top: 40px;
}
.komi .komifree {
	margin: 40px auto 0;
}
.komi .komifree li {
	width: calc((100% - 20px)/2);
	margin-right: 20px;
}
.komi .komifree .freecap {
	margin-bottom: -10px;
}
.komi .komicont {
	margin-top: 50px;
}
}



/* reason
----------------------------------------------- */
.reason {
	padding: 85px 0 105px;
}
.reason .hdl {
	margin-bottom: 85px;
}
.reason .reasonbox {
	max-width: 1242px;
	margin: 0 auto;
}
.reason .reasonbox li+li {
	margin-top: 30px;
}
.reason .reasonbox li {
	background: #fff;
	padding: 40px 130px 60px 45px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.reason .reasonbox .reasonico {
	margin-right: 15px;
	flex-shrink: 0;
	align-self: flex-start;
}
.reason .reasonbox .reasontit {
	font-size: 52px;
	color: #208BED;
	display: flex;
	align-items: center;
}
.reason .reasonbox .reasontxt {
	margin-top: 10px;
	color: #000;
	padding-left: 105px;
}

@media (max-width: 1024px) {
.reason .hdl {
	margin-bottom: 50px;
}
.reason .reasonbox li {
	padding: 40px;
}
.reason .reasonbox .reasontit {
	font-size: 34px;
}
}
@media (max-width: 767px) {
.reason {
	padding: 40px 0;
}
.reason .hdl {
	margin-bottom: 20px;
}
.reason .reasonbox li+li {
	margin-top: 20px;
}
.reason .reasonbox li {
	padding: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.reason .reasonbox .reasonico {
	margin-right: 10px;
}
.reason .reasonbox .reasonico img {
	width: 45px;
}
.reason .reasonbox .reasonin {
	padding: 0;
}
.reason .reasonbox .reasontit {
	font-size: 22px;
}
.reason .reasonbox .reasontxt {
	padding-left: 55px;
}
}



/* voice
----------------------------------------------- */
.voice {
	padding: 85px 0 105px;
}
.voice .hdl {
	margin-bottom: 90px;
}
.voice .voiceslider {
	margin: 0 -30px;
}
.voice .voiceslider .slick-slide {
	padding: 0 35px;
	outline: none;
	text-align: center;
}
.voice .voiceslider .slick-slide img {
	display: inline-block !important;
}
@media (max-width: 1024px) {
.voice .hdl {
	margin-bottom: 50px;
}
.voice .voiceslider .slick-slide {
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.voice {
	padding: 40px 0;
}
.voice .hdl {
	margin-bottom: 20px;
}
.voice .voiceslider {
	margin: 0 -20px;
}
}



/* insurance
----------------------------------------------- */
.insurance {
	padding: 90px 0 135px;
}
.insurance .hdl {
	margin-bottom: 100px;
}
.insurance .insuranceimg {
	text-align: center;
}

@media (max-width: 1024px) {
.insurance .hdl {
	margin-bottom: 50px;
}
}
@media (max-width: 767px) {
.insurance {
	padding: 40px 0;
}
.insurance .hdl {
	margin-bottom: 20px;
}
}



/* quotation
----------------------------------------------- */
.quotation {
	padding: 150px 0 110px;
}
.quotation .quobox {
	max-width: 1230px;
	margin: 0 auto;
}
.quotation .quobtn {
	max-width: 714px;
	margin: 0 auto;
}
.quotation .quobtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 150px;
	background: #F68415;
	font-size: 70px;
	color: #fff;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	border-radius: 80px;
}
.quotation .quofree {
	border: 30px #208BED solid;
	padding: 100px 30px 110px;
}
.quotation .quofree .freemess {
	display: flex;
	align-items: center;
	justify-content: center;
}
.quotation .quofree .freehead {
	flex-shrink: 0;
	margin-right: 60px;
}
.quotation .quofree .freemessin {
	color: #000;
}
.quotation .quofree .freenow {
	font-size: 70px;
}
.quotation .quofree .freetime,
.quotation .quofree .freemin {
	display: inline-block;
	font-size: 110px;
}
.quotation .quofree .freetime {
	margin-right: 20px;
}
.quotation .quofree .freemin {
	margin: 0 10px 0 20px;
}
.quotation .quofree .freedet {
	margin-top: 15px;
	font-size: 50px;
}
.quotation .quofree .freetxt {
	font-size: 46px;
}
.quotation .quofree .freeimp {
	text-align: center;
	margin-top: 90px;
	font-size: 44px;
	color: #FF5B5B;
}
.quotation .quofree .freetel {
	margin-top: 10px;
	text-align: center;
}
.quotation .quofree .freetel a {
	display: inline-block;
	font-size: 126px;
	color: #208BED;
}
.quotation .quofree .freedate {
	text-align: center;
	margin-top: 10px;
	font-size: 38px;
	color: #000;
}
.quotation .quofree .freecont {
	text-align: center;
	font-size: 48px;
	color: #000;
}
.quotation .quofree .quobtn {
	margin-top: 50px;
}

.quotation .quoline {
	border: 30px #06C755 solid;
	margin-top: 80px;
	padding: 70px 30px 95px;
}
.quotation .quoline .quobtn {
	margin-top: 70px;
}
.quotation .quoline .linedet {
	text-align: center;
}
.quotation .quoline .lineimg {
	text-align: center;
	margin-top: 70px;
}
.quotation .quoline .linetxt {
	margin-top: 70px;
	text-align: center;
	font-size: 48px;
	color: #000;
}

@media (max-width: 1200px) {
.quotation .quofree .freenow {
	font-size: 60px;
}
}
@media (max-width: 1024px) {
.quotation .quobtn a {
	height: 100px;
	font-size: 40px;
}
.quotation .quofree {
	border: 20px #208BED solid;
	padding: 60px 30px;
}
.quotation .quofree .freemess {
	align-items: flex-start;
}
.quotation .quofree .freehead {
	margin-right: 30px;
}
.quotation .quofree .freehead img {
	width: 150px;
}
.quotation .quofree .freenow {
	font-size: 40px;
}
.quotation .quofree .freetime,
.quotation .quofree .freemin {
	font-size: 70px;
}
.quotation .quofree .freetime {
	margin-right: 10px;
}
.quotation .quofree .freemin {
	margin: 0 10px;
}
.quotation .quofree .freedet {
	font-size: 30px;
}
.quotation .quofree .freetxt {
	font-size: 43px;
}
.quotation .quofree .freeimp {
	margin-top: 50px;
	font-size: 34px;
}
.quotation .quofree .freetel {
	margin-top: 10px;
	text-align: center;
}
.quotation .quofree .freetel a {
	font-size: 70px;
}
.quotation .quofree .freedate {
	font-size: 30px;
}
.quotation .quofree .freecont {
	font-size: 38px;
}
.quotation .quofree .quobtn {
	margin-top: 40px;
}

.quotation .quoline {
	border: 20px #06C755 solid;
	margin-top: 50px;
	padding: 50px 30px;
}
.quotation .quoline .quobtn {
	margin-top: 50px;
}
.quotation .quoline .lineimg {
	margin-top: 50px;
}
.quotation .quoline .linetxt {
	margin-top: 50px;
	font-size: 38px;
}
}
@media (max-width: 767px) {
.quotation {
	padding: 40px 0;
}
.quotation .quobtn a {
	height: 60px;
	font-size: 20px;
}
.quotation .quofree {
	border: 5px #208BED solid;
	padding: 30px 15px;
}
.quotation .quofree .freemess {
	flex-direction: column;
	align-items: center;
}
.quotation .quofree .freehead {
	margin: 0 0 20px;
}
.quotation .quofree .freehead img {
	width: 100px;
}
.quotation .quofree .freenow {
	font-size: 20px;
}
.quotation .quofree .freetime,
.quotation .quofree .freemin {
	font-size: 36px;
}
.quotation .quofree .freetime {
	margin-right: 10px;
}
.quotation .quofree .freedet {
	font-size: 18px;
}
.quotation .quofree .freetxt {
	font-size: 24px;
}
.quotation .quofree .freeimp {
	margin-top: 20px;
	font-size: 16px;
}
.quotation .quofree .freetel a {
	font-size: 30px;
}
.quotation .quofree .freedate {
	font-size: 18px;
}
.quotation .quofree .freecont {
	font-size: 20px;
}
.quotation .quofree .quobtn {
	margin-top: 30px;
}

.quotation .quoline {
	border: 5px #06C755 solid;
	padding: 30px 15px;
}
.quotation .quoline .quobtn {
	margin-top: 30px;
}
.quotation .quoline .lineimg {
	margin-top: 30px;
}
.quotation .quoline .linetxt {
	margin-top: 30px;
	font-size: 22px;
}
}



/* area
----------------------------------------------- */
.area {
	padding: 90px 0 85px;
}
.area .hdl {
	margin-bottom: 55px;
}
.area .areabox {
	max-width: 1237px;
	margin: 0 auto;
}
.area .areadet {
	font-size: 40px;
}
.area .areaimg {
	text-align: center;
	margin-top: 15px;
}
.area .areatxt {
	text-align: center;
	font-size: 48px;
	margin-top: 40px;
}

@media (max-width: 1024px) {
.area .hdl {
	margin-bottom: 50px;
}
.area .areadet {
	font-size: 32px;
}
.area .areatxt {
	font-size: 36px;
	margin-top: 30px;
}
}
@media (max-width: 767px) {
.area {
	padding: 40px 0;
}
.area .hdl {
	margin-bottom: 20px;
}
.area .areadet {
	font-size: 18px;
}
.area .areatxt {
	font-size: 20px;
	margin-top: 20px;
	text-align: left;
}
}



/* flow
----------------------------------------------- */
.flow {
	padding: 80px 0 130px;
}
.flow .hdl {
	margin-bottom: 100px;
}
.flow .flowbox {
	max-width: 1284px;
	margin: -20px auto;
	display: flex;
	flex-wrap: wrap;
}
.flow .flowbox li {
	width: calc((100% - 10.5%)/3);
	margin: 20px 5.2% 20px 0;
}
.flow .flowbox li:nth-child(3n) {
	margin-right: 0;
}
.flow .flowbox .flowtit {
	display: flex;
	align-items: center;
	color: #036EE2;
	margin-bottom: 20px;
}
.flow .flowbox .flowtit .flownum {
	align-self: flex-start;
	flex-shrink: 0;
	margin-right: 13px;
}
.flow .flowbox .flowimg {
	text-align: center;
}

@media (max-width: 1024px) {
.flow .hdl {
	margin-bottom: 50px;
}
.flow .flowbox li {
	width: calc((100% - 5.2%)/2);
}
.flow .flowbox li:nth-child(3n) {
	margin-right: 5.2%;
}
.flow .flowbox li:nth-child(2n) {
	margin-right: 0;
}
.flow .flowbox .flowimg img {
	width: 100%;
}
}
@media (max-width: 767px) {
.flow {
	padding: 40px 0;
}
.flow .hdl {
	margin-bottom: 20px;
}
.flow .flowbox {
	margin: 0 auto;
	display: block;
}
.flow .flowbox li {
	width: auto;
	margin: 0;
}
.flow .flowbox li+li {
	margin-top: 30px;
}
.flow .flowbox li:nth-child(3n) {
	margin-right: 0;
}
.flow .flowbox li:nth-child(2n) {
	margin-right: 0;
}
.flow .flowbox .flowtit .flownum {
	margin-right: 10px;
}
.flow .flowbox .flowtit .flownum img {
	width: 35px;
}
}



/* faq
----------------------------------------------- */
.faq {
	padding: 90px 0 120px;
}
.faq .hdl {
	margin-bottom: 85px;
}
.faq .faqbox {
	max-width: 1242px;
	margin: 0 auto;
}
.faq .faqbox li+li {
	margin-top: 30px;
}
.faq .faqbox li {
	background: #fff;
	padding: 35px 40px 25px 35px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.faq .faqbox .faqtit {
	display: flex;
	align-items: center;
	font-size: 40px;
	color: #208BED;
}
.faq .faqbox .faqico {
	flex-shrink: 0;
	align-self: flex-start;
	margin-right: 25px;
}
.faq .faqbox .faqtxt {
	margin-top: 5px;
	font-size: 38px;
	padding-left: 107px;
	color: #000;
	font-weight: 400;
}
.faq .faqbox .faqnote {
	display: block;
	font-size: 24px;
}

@media (max-width: 1024px) {
.faq .hdl {
	margin-bottom: 50px;
}
.faq .faqbox .faqtit {
	font-size: 32px;
}
.faq .faqbox .faqtxt {
	font-size: 28px;
}
}
@media (max-width: 767px) {
.faq {
	padding: 40px 0;
}
.faq .hdl {
	margin-bottom: 20px;
}
.faq .faqbox li {
	padding: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.faq .faqbox .faqtit {
	font-size: 22px;
}
.faq .faqbox .faqico {
	flex-shrink: 0;
	margin-right: 10px;
}
.faq .faqbox .faqico img {
	width: 41px;
}
.faq .faqbox .faqtxt {
	font-size: 18px;
	padding-left: 51px;
}
.faq .faqbox .faqnote {
	font-size: 14px;
}
}



/* company
----------------------------------------------- */
.company {
	padding: 130px 0 125px;
}
.company .hdl {
	margin-bottom: 95px;
}
.company .companyinner {
	max-width: 1362px;
	margin: 0 auto;
}
.company .companyimg {
	text-align: center;
	margin-bottom: 30px;
}
.company .companytab {
	border: 2px #000 solid;
	width: 100%;
}
.company .companytab th,
.company .companytab td {
	font-size: 37px;
	vertical-align: top;
	padding: 13px 80px;
	color: #000;
	font-weight: 600;
}
.company .companytab th {
	color: #208BED;
	width: 315px;
	padding: 13px 60px;
	border-right: 2px #000 solid;
}
.company .companytab .tabfirst {
	padding-top: 50px;
}
.company .companytab .tablast {
	padding-bottom: 40px;
}

@media (max-width: 1024px) {
.company .hdl {
	margin-bottom: 50px;
}
.company .companytab th,
.company .companytab td {
	font-size: 30px;
	padding: 13px 40px;
}
.company .companytab th {
	padding: 13px 40px;
}
}
@media (max-width: 767px) {
.company {
	padding: 40px 0;
}
.company .hdl {
	margin-bottom: 20px;
}
.company .companyimg {
	margin-bottom: 20px;
}
.company .companytab th,
.company .companytab td {
	font-size: 16px;
	padding: 10px 15px;
}
.company .companytab th {
	width: 120px;
	padding: 10px 15px;
}
.company .companytab .tabfirst {
	padding-top: 20px;
}
.company .companytab .tablast {
	padding-bottom: 20px;
}
}



/* contact
----------------------------------------------- */
.contact {
	padding: 60px 30px 150px;
}
.contact.main {
	background: none;
}
.contact .ctainner {
	max-width: 1328px;
	margin: 0 auto;
}
.contact .ctaback {
	margin-bottom: 85px;
}
.contact .ctaback a {
	display: flex;
	align-items: center;
}
.contact .ctaback .backico {
	width: 82px;
	height: 82px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-right: 40px;
}
.contact .ctaback .backtxt {
	color: #fff;
	font-size: 54px;
	font-weight: 700;
}
.contact .hdl {
	max-width: none;
	padding: 0;
	margin-bottom: 35px;
}
.contact .ctabox {
	background: #fff;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	padding: 55px 55px 150px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.contact .formbox .formin+.formin {
	margin-top: 50px;
}
.contact .formbox .formmess {
	display: flex;
	align-items: center;
}
.contact .formbox .formmess .messtit {
	font-size: 40px;
	font-weight: 700;
	color: #208BED;
	margin-right: 15px;
}
.contact .formbox .formmess .messcap {
	font-size: 30px;
	font-weight: 400;
	margin-right: 15px;
}
.contact .formbox .must {
	display: flex;
	font-size: 17px;
	padding: 2px 10px;
	font-weight: 700;
	color: #fff;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(255, 62, 122, 0.96);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.contact .formbox .must.none {
	background: #787878;
	color: #fff;
}
.contact .formbox .formcont {
	
}
.contact .formbox .formchoose {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 -5px;
}
.contact .formbox .formchoose li {
	margin: 5px 20px 5px 0;
}
.contact .formbox input[type=checkbox],
.contact .formbox input[type=radio] {
	width: 30px;
	height: 30px;
	background: #D9D9D9;
	flex-shrink: 0;
	margin-right: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.contact .formbox input[type=checkbox]:checked,
.contact .formbox input[type=radio]:checked{
	background: rgba(255, 62, 122, 0.96);
}
.contact .formbox input[type=checkbox]:checked:before,
.contact .formbox input[type=radio]:checked:before{
	position: absolute;
	content: "";
	background: url(../img/ico_check.svg) center center no-repeat;
	width: 22px;
	height: 19px;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.contact .formbox input[type=checkbox]:checked:after,
.contact .formbox input[type=radio]:checked:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 3px #FF5B5B solid;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
.contact .formbox li label {
	display: flex;
	align-items: center;
	padding: 6px 20px 6px 15px;
	position: relative;
}
.contact .formbox .forminner {
	max-width: 920px;
	margin: 10px auto 0;
}
.contact .formbox .formtxt {
	font-weight: 400;
}
.contact .formbox input[type=text],
.contact .formbox input[type=email],
.contact .formbox input[type=tel] {
	width: 100%;
	height: 80px;
	padding: 0 25px;
	border: 2px #BFBFBF solid;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
.contact .formbox input::placeholder {
	color: #CFCFCF;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
.contact .formbox .forminp {
	
}
.contact .formbox .forminfor {
	display: flex;
	align-items: center;
	margin: 30px 0 15px;
}
.contact .formbox .forminfor .infortit {
	margin-right: 20px;
}
.contact .formbox .selecbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.contact .formbox .selecbox+.selecbox {
	margin-top: 30px;
}
.contact .formbox .selecbox li {
	width: 48.5%;
}
.contact .formbox .selecbox select {
	border: 2px #BFBFBF solid;
	width: 100%;
	height: 80px;
	font-size: 30px;
	font-weight: 700;
	padding: 0 50px 0 25px;
	outline: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background: url(../img/arrow_select.png) right 25px center no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
.contact .formbtn {
	max-width: 440px;
	margin: 120px auto 0;
}
.contact .formbtn li+li {
	margin-top: 56px;
}
.contact .formbtn input,
.contact .formbtn a {
	width: 100%;
	height: 106px;
	font-size: 50px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
.contact .formbtn input[type=submit] {
	background: #F68415;
	color: #fff;
	cursor: pointer;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}
.contact .formbtn a {
	border: 5px #F68415 solid;
	background: #fff;
	color: #F68415;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}


@media (max-width: 1024px) {
.contact .ctaback {
	margin-bottom: 40px;
}
.contact .ctaback .backico {
	width: 60px;
	height: 60px;
	margin-right: 25px;
}
	.contact .ctaback .backico img {
		width: 20px;
	}
.contact .ctaback .backtxt {
	font-size: 40px;
}
}
@media (max-width: 767px) {
.contact {
	padding: 40px 20px 60px;
}
.contact .ctaback {
	margin-bottom: 30px;
}
.contact .ctaback .backico {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.contact .ctaback .backico img {
	width: 10px;
}
.contact .ctaback .backtxt {
	font-size: 22px;
}
.contact .hdl {
	margin-bottom: 20px;
}
.contact .ctabox {
	font-size: 18px;
	padding: 30px 20px 40px;
}
.contact .formbox .formin+.formin {
	margin-top: 30px;
}
.contact .formbox .formmess .messtit {
	font-size: 20px;
	margin-right: 5px;
}
.contact .formbox .formmess .messcap {
	font-size: 16px;
	margin-right: 5px;
	flex-shrink: 0;
}
.contact .formbox .must {
	font-size: 12px;
	padding: 2px 5px;
	flex-shrink: 0;
}
.contact .formbox .must.none {
	background: #787878;
	color: #fff;
}
.contact .formbox .formchoose {
	margin: 10px 0 -3px;
}
.contact .formbox .formchoose li {
	margin: 3px 10px 3px 0;
}
.contact .formbox input[type=checkbox],
.contact .formbox input[type=radio] {
	width: 20px;
	height: 20px;
}
.contact .formbox input[type=checkbox]:checked:before,
.contact .formbox input[type=radio]:checked:before{
	background: url(../img/ico_check.svg) center center no-repeat;
	background-size: 12px 10px;
	width: 12px;
	height: 10px;
	left: 15px;
}
.contact .formbox input[type=checkbox]:checked:after,
.contact .formbox input[type=radio]:checked:after{
	border: 1px #FF5B5B solid;
}
.contact .formbox li label {
	display: flex;
	align-items: center;
	padding: 3px 10px;
}
.contact .formbox .formtxt {
	font-weight: 400;
}
.contact .formbox input[type=text],
.contact .formbox input[type=email],
.contact .formbox input[type=tel] {
	height: 40px;
	padding: 0 15px;
	font-size: 16px;
	border: 1px #BFBFBF solid;
}
.contact .formbox .forminfor {
	margin: 20px 0 10px;
}
.contact .formbox .forminfor .infortit {
	margin-right: 10px;
}
.contact .formbox .selecbox {
	margin-top: 20px;
}
.contact .formbox .selecbox+.selecbox {
	margin-top: 20px;
}
.contact .formbox .selecbox li {
	width: 49%;
}
.contact .formbox .selecbox select {
	border: 1px #BFBFBF solid;
	height: 40px;
	font-size: 16px;
	padding: 0 25px 0 10px;
	background: url(../img/arrow_select.png) right 10px center no-repeat;
	background-size: 15px auto;
}
.contact .formbtn {
	margin: 50px auto 0;
}
.contact .formbtn li+li {
	margin-top: 30px;
}
.contact .formbtn input,
.contact .formbtn a {
	height: 50px;
	font-size: 20px;
}
.contact .formbtn a {
	border: 2px #F68415 solid;
}

}


.thankscont {
	max-width: 1100px;
	margin: 0 auto;
	line-height: 2;
	color: #036EE2;
}



label.error{
	color: red;
	font-size: 16px;
}

div.ui-datepicker {
	font-size: 20px;
}
@media (max-width: 767px) {
div.ui-datepicker {
	font-size: 16px;
}
}

