img {
	margin: 0 auto;
}
li {
  list-style: none;
}
.yel_bar {
  width: 72px;
  height: 8px;
  margin: 20px auto;
  background-color: #fbe21f;
}
header {
  width: 100%;
}
header .inner {
  width: 1000px;
  position: relative;
  margin: 0 auto;
    height: 503px;
}
header .inner .logo {
  position: absolute;
  left: 10px;
  top: 20px;
  width: 180px;
}
header .nav_area {
	height: 70px;
	width: 100%;
	background-color: #0056C2;
}
header .nav_area .nav_inner {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
header .nav_area .nav_inner .logo {
  position: absolute;
  left: 10px;
  top: 15px;
  width: 180px;
}
header .inner .nav_line {
position: absolute;
top: 10px;
right: 50px;
width: 250px;
}
header .inner .fv_txt {
position: absolute;
    bottom: 0;
    left: 60px;
    -ms-transform: translate(-50%, -50%);
    width: 900px;
}
header .inner .fv_line {
    position: absolute;
    bottom: 10px;
    left: 60px;
}
header .inner .notice {
	position: absolute;
	right: 0;
	bottom: -25px;
	font-size: 12px;
}
.fv_area {
  width: 100%;
  background-image: url("../img/fv_bg.png");
  background-size: cover;
  background-position: center;
	height: 503px;
}
.container .cv {
  width: 100%;
  background-color: #fffe9d;
}
.container .cv .inner {
  width: 1000px;
  padding: 30px 0;
  margin: 0 auto;
}
.container .cv .inner .btn_area {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: space-around;
  width: 630px;
  margin: 0 auto;
}
.container .cv .inner .btn_area .cv_tel {
  width: 330px;
  height: 95px;
  position: relative;
}
.container .cv .inner .btn_area .cv_tel .comment1 {
  position: absolute;
  top: -65px;
  height: 50px;
  width: 241px;
  left: 30px;
}
.container .cv .inner .btn_area .cv_contact {
  width: 330px;
  height: 95px;
  position: relative;
}
.container .cv .inner .btn_area .cv_contact .comment2 {
  position: absolute;
  top: -65px;
  height: 50px;
  width: 284px;
}
.container .cv .inner .open_info {
  margin-top: 30px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: space-around;
  width: 460px;
  margin: 20px auto 0;
}
.container .cv .inner .open_info .cv_logo {
  width: 153px;
}
.container .cv .inner .open_info .schedule {
  width: 300px;
}
.container .nayami {
  background-color: #fff;
}
.container .nayami .inner {
  padding: 40px 0;
  width: 1000px;
  margin: 0 auto;
}
.container .nayami .inner .nayami_ttl {
  margin: 0 auto 30px;
  width: 700px;
}
.container .nayami .inner .nayami_img {
  margin: 0 auto;
  width: 950px;
}
.container .consultation {
  background-color: #ecf6fb;
	padding-bottom: 40px;
}
.container .consultation .ttl {
	background-color: #0055c2;
	text-align: center;
	padding: 15px 0;
	position: relative;
	margin-bottom: 70px;
}
.container .consultation .ttl img {
	margin: 0 auto;
}
.container .consultation .ttl::after {
	content: "";
	background-image: url("../img/ttl_arrow.png");
	width: 219px;
	height: 29px;
	position: absolute;
	bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}
.container .consultation .inner {
  width: 1000px;
  margin: 0 auto;
  padding:60px 0;
  position: relative;
	background-color: #fff;
	border-radius: 40px;
}
.num img {
	margin: 0 auto;
}
.container .inner .section_name {
  position: absolute;
  top: 0;
  left: -100px;
}
.container .consultation .inner .heading {
  margin: 20px auto;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}
.container .consultation .inner .sub_ttl {
  margin-bottom: 20px;
  text-align: center;
	font-size: 20px;
}
.container .consultation .inner .compare {
	width: 800px;
    margin: 0 auto 20px;
    padding-left: 60px;
}
.container .consultation .inner .compare2 {
	width: 800px;
    margin: 0 auto 60px;
}
.container .consultation .inner .notice {
	text-align: right;
	margin: 0 auto;
	width: 900px;
}
.container .consultation .inner .sub_head {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin: 20px auto;
}
.container .consultation .inner .sub_head .skyblue {
	color: #0b9ad9;
	font-size: 30px;
}
.container .consultation .inner .step {
  max-width: 700px;
  height: 270px;
  background-color: #fff;
  position: relative;
  padding: 50px;
  margin-bottom: 30px;
}
.container .consultation .inner .support {
	width: 900px;
	margin: 0 auto 40px;
}
.container .consultation .inner .flow_ttl {
	width: 900px;
	margin: 0 auto 40px;
	background-color: #0b9ad9;
	border-radius: 30px;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}
.container .consultation .inner .flow_img {
	width: 900px;
	margin: 0 auto;
}
.container .consultation .inner .step .heading {
  font-weight: bold;
  text-align: left;
  font-size: 30px;
}
.container .consultation .inner .heading .red {
	color: #eb0d0d;
	font-size: 40px;
}
.container .consultation .inner .arrow {
	margin: 20px auto;
}
.container .consultation .inner .step .heading span {
  color: #fbe21f;
  font-size: 30px;
  display: inline-block;
  margin-right: 15px;
}
.container .consultation .inner .step .txt {
  margin-top: 15px;
  font-size: 20px;
}
.container .consultation .inner .step .step_img {
  position: absolute;
  width: 300px;
  top: 0;
  right: 0;
  text-align: center;
}
.container .consultation .inner .step:nth-child(4) {
  background-image: url("../img/sup_img1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.container .consultation .inner .step:nth-child(5) {
  background-image: url("../img/sup_img2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.container .consultation .inner .step:nth-child(6) {
  background-image: url("../img/sup_img3.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.container .consultation .inner .step:nth-child(7) {
  background-image: url("../img/sup_img4.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.container .consultation .inner .step:nth-child(4),
.container .consultation .inner .step:nth-child(6) {
  margin-left: 100px;
}
.container .consultation .inner .step:nth-child(5),
.container .consultation .inner .step:nth-child(7) {
  margin-right: 100px;
}
.container .customer_review {
	padding: 40px 0;
}
.container .customer_review .review_img {
	margin-top: 40px;
}

.container .service_area {
	padding: 40px 0;
	background-color: #ecf6fb;
}
.container .service_area .ttl{
	color: #0055c2;
	text-align: center;
	font-weight: bold;
	font-size: 35px;
	margin-bottom: 20px;
}
.container .service_area .sub_ttl {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;

}
.container .company .inner {
  width: 1000px;
  padding: 80px 0 90px;
  margin: 0 auto;
  position: relative;
}
.container .company .inner .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  height: 30px;
  margin-bottom: 30px;
}
.container .company .inner .ttl span {
  display: inline-block;
  width: 200px;
  margin-right: 15px;
  margin-right: 4px;
  vertical-align: middle;
}
.container .company .inner .sub_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
.container .company .inner .copy {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.container .company .inner .copy span {
  color: #ecbc15;
}

.container .store_area .inner {
  width: 1000px;
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
}
.container .store_area .inner .ttl {
  color: #000;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.container .store_area .inner .ttl.staff_intro {
	margin-top: 50px;
}
.container .store_area .inner .yel_bar {
  width: 72px;
  height: 8px;
  margin: 20px auto;
  background-color: #fbe21f;
}
.container .store_area .inner .store_info {
  width: 676px;
  margin: 45px auto 0;
}
.container .store_area .inner .store_info .store_img {
  display: inline-block;
}
.container .store_area .inner .store_info .txt_info {
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
}
.container .store_area .inner .store_info .txt_info .store_name {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.container .store_area .inner .store_info .txt_info .opening {
  margin-bottom: 10px;
}
.container .store_area .inner .store_inner_img {
  width: 600px;
  margin: 20px auto;
}
.container .store_area .inner .store_txt {
  margin-bottom: 30px;
}
.container .store_area .inner .staff_img {
  width: 895px;
  margin: 0 auto;
}

.container .treat_company {
  background-color: #fff;
}
.container .treat_company .inner {
  width: 1000px;
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
}
.container .treat_company .inner .ttl {
  color: #000;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.container .treat_company .inner .txt {
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
}
.container .treat_company .inner .service_box {
	border: solid 1px #d3d3d3;
	border-radius: 25px;
	width: 700px;
	margin: 20px auto 70px;
	padding: 30px;
}
.container .treat_company .inner .service_box table {
	margin: 0 auto;
}
.container .treat_company .inner .service_box table th,
.container .treat_company .inner .service_box table td {
	text-align: left;
	padding: 4px;
}
.container .treat_company .inner .service_box table th {
	font-size: 20px;
}
.container .treat_company .inner .service_box .terms {
	background-color: #f1f1f1;
	border-radius: 20px;
	margin-top: 20px;
	padding: 15px
}
.container .treat_company .inner .service_box .terms .heading{
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin: 0px auto 10px;
}
.container .treat_company .inner .qa_area {
  width: 900px;
  margin: 0 auto;
}
.container .treat_company .inner .qa_area li {
  border-bottom: solid 1px #f1f1f1;
}
.container .treat_company .inner .qa_area li .question {
  padding: 10px 10px 10px 60px;
  background: url("../img/Q.png") no-repeat 0px center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  margin: 10px 0;
}
.container .treat_company .inner .qa_area li .answer {
  padding: 0px 10px 10px 60px;
  background: url("../img/A.png") no-repeat 0px top;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  min-height: 40px;
  transition: transform .4s;
}

.container .service_name {
  background-color: #f2f2f2;
}
.container .service_name .inner {
  width: 1000px;
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
}
.container .service_name .inner .ttl {
  color: #000;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.container .service_name .inner .info_table {
  width: 830px;
  margin: 30px auto;
	background-color: #fff;
	padding: 40px;
	border-radius: 30px;
}
.container .service_name .inner .info_table table {
    border-collapse: collapse;
    width: 600px;
    margin: 0 auto;
}
.container .service_name .inner .info_table table tr {
  border-collapse: collapse;
	border-bottom: solid 1px #f2f2f2;
}
.container .service_name .inner .info_table table tr th{
	font-weight: bold;
}
.container .service_name .inner .info_table table tr td {
  padding: 10px;
  border-collapse: collapse;
}
.footer_cv {
  display: none;
  background-color: #1966c8;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 2;	
}
.footer_cv .inner {
  width: 600px;
  padding: 10px 0;
  margin: 0 auto;
}
.footer_cv .inner .txt_area {
  display: inline-block;
  width: 49%;
  margin: 0 auto;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	vertical-align: top;
}
.footer_cv .inner .txt_area .yel {
	color: #fff116;
}
.footer_cv .inner .line_btn {
  display: inline-block;
  width: 50%;
  margin: 0 auto;
}


footer {
  padding: 5px 0 88px;
}
footer .ft_link {
	background-color: #fff;
	text-align: center;
	padding: 20px 0;
}
footer .copyright {
  color: #fff;
  text-align: center;
	background-color: #000;
}


/*2023.06.27改修*/
.campaign .inner {
  width: 900px;
  margin: 0 auto;
  padding: 50px 35px 50px;
}
.campaign .txt {
  margin-top: 10px;
}
.campaign .txt .heading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.campaign .txt .wrap {
  margin-top: 20px;
}
.campaign .txt .wrap dl {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 12px;
}
.campaign .txt .wrap dl dt {
  width: 77px;
}
.campaign .txt .wrap dl dd {
  width: calc(100% - 77px);
}

.consultation .flow2 {
  margin-top: 70px;
  text-align: center;
}
.consultation .flow2 .flow2_heading {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  color: #0b9ad9;
}
.consultation .flow2 .image {
  margin-top: 45px;
}
.consultation .popular {
  margin-top: 70px;
}
.consultation .popular .slide_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 20px;
}
.consultation .popular .slide_arrow.prev_arrow {
  left: -100px;
}
.consultation .popular .slide_arrow.next_arrow {
  right: -100px;
}
.consultation .popular .popular_heading {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  color: #0b9ad9;
}
.consultation .popular .content {
  width: 760px;
  margin: 45px auto 0;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 30px 50px;
  text-align: center;
}
.consultation .popular .content .txt {
  font-weight: 700;
  font-size: 18px;
}
.consultation .popular .content .image {
  margin: 10px 0;
}
.consultation .popular .content .txt2 {
  font-size: 15px;
}

header .logo {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  padding: 14px 0 11px;
  position: relative;
  z-index: 10;
}
header .fv .wrap {
  background-image: url("../img/202312/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
header .fv .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 435px;
  text-align: center;
  padding-top: 20px;
}
header .fv .notice {
  width: 900px;
  margin: 0 auto;
  font-size: 15px;
  margin-top: 10px;
  text-align: right;
}

.cta_section .cta_inner {
  padding: 30px 0 50px;
  text-align: center;
}
.cta_section .cta_txt {
  font-size: 24px;
}
.cta_section .cta_txt span {
  font-weight: 700;
}
.cta_section .cta_txt span.green {
  color: #00b900;
}
.cta_section .cta_btn {
  margin: 10px auto 0;
  width: 530px;
}
.cta_section .cta_btn a {
  display: block;
  text-decoration: none;
  background: #00b900;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  color: #fff;
  text-align: center;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 5px 5px rgba(103, 103, 103, 0.55);
  -moz-box-shadow: 0 5px 5px rgba(103, 103, 103, 0.55);
  box-shadow: 0 5px 5px rgba(103, 103, 103, 0.55);
}
.cta_section .cta_btn a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.cta_section .cta_btn a span {
  display: inline-block;
  font-weight: 700;
  position: relative;
  font-size: 24px;
  padding: 20px 0;
  padding-left: 80px;
}
.cta_section .cta_btn a span::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  background-image: url("../img/202312/ico_line.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10;
}

.consultation + .cta_section .cta_inner {
  padding-top: 70px;
}

.service_box + .cta_section .cta_inner {
  padding-bottom: 100px;
}

footer {
  padding-bottom: 0;
}
