@charset "utf-8";

#parts-faq {
	
}

#parts-faq .faq-block .faq-item {
	margin: 0 auto;
	background-color: #fff;
	margin-bottom: 25px;
	border-radius: 15px;
}

#parts-faq .question {
	display: flex;
	align-items: center;
	padding: 10px 20px 10px 30px;
	position: relative;
	font-size: 14px;
}
#parts-faq .question .mark {
	font-size: 22px;
	color: #F4E58B;
	width: 22px;
	flex-shrink: 0;
	padding: 0;
	margin: 0 20px 0 0;
}
#parts-faq .question .quetion-text {
	font-size: 14px;
	flex-grow: 1;
}
#parts-faq .question .open-btn {
	width: 31px;
	height: 31px;
	background-color: #F4E58B;
	border-radius: 50%;
	position: relative;
	transition: 0.5s ease;
}
#parts-faq .question.open .open-btn {
	background-color: #ED5858;
}
#parts-faq .question .open-btn::before, #parts-faq .question .open-btn::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 2px;
	background-color: #fff;
	top: 50%;
	right: 8px;
	transform: translateY(-50%) rotate(0deg);
	transition: 0.5s ease;
}
#parts-faq .question .open-btn::after {
	transform: translateY(-50%) rotate(90deg);
}
#parts-faq .question.open .open-btn::after {
	transform: translateY(-50%) rotate(0deg);
}
#parts-faq .answer {
	display: flex;
	align-items: flex-start;
	padding: 10px 20px 10px 30px;
}
#parts-faq .answer .mark {
	font-size: 22px;
	color: #ED5858;
	margin-right: 20px;
	width: 22px;
	flex-shrink: 0;
	line-height: 1;
	padding: 0;
}
#parts-faq .answer .answer-text {
	font-size: 14px;
	margin: 0 0 20px;
	padding: 0 90px 0 0;
}
#parts-faq .btn-shadow a {
	width: 368px;
	background-color: #fff;
	margin: 0 auto;
	font-size: 18px;
}


#parts-faq .btn {
	width: 275px;
	margin: 0 auto;
}
#parts-faq .btn a {
	display: flex;
	padding: 15px 25px 15px 80px;
	font-size: 16px;
	position: relative;
	border: 1px solid #111;
	border-radius: 30px;
	width: 100%;
	background-color: #fff;
	box-shadow: -1px 3px 3px 0px #ccc;
}
#parts-faq .btn .arrow {
	/* margin-left: auto;*/
	position: relative;
}
#parts-faq .btn .i-arr {
	position: absolute;
	left: 72%;
}
/*
   hospital-map
*/
#hospital-map {
	padding: 160px 0 605px;
	background-color: #FAEFDA;
	position: relative;
	margin-bottom: 100px;
}
#hospital-map h3 {
	text-align: center;
	font-size: 38px;
	line-height: 1;
	margin: 0 0 25px;
}
#hospital-map .sub-ttl {
	font-size: 14px;
	text-align: center;
}
#hospital-map .hospital-map-area {
	width: 1100px;
	margin: 0 auto;
}
#hospital-map .map-1f {
	position: relative;
}
#hospital-map .map-1f .img {
	padding-left: 100px;
}
#hospital-map .map-1f .floor-desc {
	position: absolute;
	top: 490px;
	left: 0;
	width: 320px;
}
#hospital-map .map-1f .floor-desc h4 {
	font-size: 40px;
	margin-bottom: 30px;
	line-height: 1;
}
#hospital-map .map-1f .floor-desc .txt {
	font-size: 14px;
	line-height: 2;
}

#hospital-map .map-1f .floor-desc .txt span{
	display: inline-block;
	border-bottom: 1px solid #111;
	font-weight: 600;
	margin: 0.4vw 0 ;
}

#hospital-map .map-1f .add-txt {
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 590px;
	font-size: 14px;
	line-height: 2;
}
#hospital-map .map-1f .deco01 {
	position: absolute;
	top: -168px;
	left: -44px;
	width: 100px;
}
#hospital-map .map-1f .deco02 {
	position: absolute;
	top: -34px;
	right: -15px;
	width: 70px
}
#hospital-map .map-2f {
	position: relative;
}
#hospital-map .map-2f .img {
	padding-right: 100px;
}
#hospital-map .map-2f .floor-desc {
	position: absolute;
	bottom: -200px;
	left: 0;
	z-index: 2;
		
}
#hospital-map .map-2f .floor-desc h4 {
	font-size: 38px;
	line-height: 1;
	margin: 0 0 25px;
}
#hospital-map .map-2f .floor-desc .txt {
	font-size: 14px;
	line-height: 2;
}

#hospital-map .map-2f .floor-desc .txt span{
	display: inline-block;
	border-bottom: 1px solid #111;
	font-weight: 600;
	margin: 0.4vw 0 ;
}


#hospital-map .map-2f .deco01 {
	position: absolute;
	top: 75px;
	right: -50px;
	width: 150px;
}
#hospital-map .map-2f .deco02 {
	position: absolute;
	top: 473px;
	left: -93px;
	width: 170px;
}



#hospital-map .map-p {
	position: relative;
	margin: 300px 0 0;
}

#hospital-map .map-p .img {
	margin:0 0 3.13vw;
	width: 85%;
	
}



#hospital-map .map-p .floor-desc {
	position: relative;
}

#hospital-map .map-p .floor-desc h4 {
	font-size: 30px;
	margin: 0 0 0.6vw;
}
#hospital-map .map-p .floor-desc .txt {
	font-size: 14px;
	line-height: 2;
}

#hospital-map .map-p .floor-desc .deco01 {
	position: absolute;
	right: 0;
	top:0;
	width: 300px;
}









#hospital-map .map-bg {
	position: absolute;
	bottom: 220px;
	left: 0;
	overflow: hidden;
}

#hospital-map .map-bg img{
	width: 100%;
	object-fit: cover;
}



#hospital-map .hospital-view {
	position: absolute;
	width: 100%;
	height: 310px;
	bottom: -150px;
	z-index: 1;
}

#hospital-map .hospital-view::before {
	content: "";
	display: block;
	width: 100%;
	height: 95px;
	/* background: #fff; */
	background: transparent;
	position: absolute;
	left: 0;
	top: -5px;
	z-index: 1;
}
#hospital-map .hospital-view::after {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	height: 310px;
	z-index: 10;
	background: url(../images/index/hospital-view-slide.png) repeat-x 0 0;
	overflow: hidden;
	-moz-animation: newsloop 80s linear infinite;
	animation: typeloop 80s linear infinite;
	background-size: 1500px 253px;
}
@keyframes typeloop {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2060px 0;
	}
}
/*
   contents-area 
*/
#contents-area {
	padding: 100px 0;
}
#contents-area .inner {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#contents-area #aside {
	width: 265px;
}
#contents-area #main {
	width: 740px;
}
/*
   main
*/

#main .term-title {
	font-size: 36px;
	margin: 0 0 60px;
}


#main #prevention-content {
	margin: 0 0 50px;
	padding: 0 0 50px;
	border-bottom: 1px solid #707070;
}


#main #prevention-content .ttl-toc {
	font-size: 20px;
	margin: 0 0 30px;
}

#main #prevention-content h2 {
	font-size: 36px;
	margin-bottom: 40px;
	font-weight: 400;
}

#main #prevention-content h2.toc-title {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 20px;
}

#main #prevention-content h2.toc-title .js-caret {
	font-size: 12px;
}

#main #prevention-content .ttl {
	font-size: 13px;
	margin: 0 0 15px;
}

#main #prevention-content .js-toc-panel {
	margin: 0 0 25px;
}

#main .content-outer {
	border-bottom: 1px solid #707070;
	padding: 0 0 100px;
	margin: 0 0 40px;
}





#main #prevention-content .contents-list {}
#main #prevention-content .contents-list li a {
	display: flex;
	align-items: center;
	padding: 7px 5px;
	border-bottom: 1px solid #707070;
}
#main #prevention-content .contents-list li a .number {
	font-size: 10px;
	margin-right: 30px;
}
#main #prevention-content .contents-list li a .txt {
	font-size: 14px;
}
/* content-block */

#main h1.post-title {
	font-size: 34px;
	margin: 0 0 50px;
}




#main .content-block {
	margin-bottom: 60px;
}
#main .content-block h2 {
	font-size: 26px;
	margin-bottom: 35px;
}
#main .content-block p {
	font-size: 13px;
	padding: 0 0 0 0.5em;
	line-height: 2.2;
	margin: 0 0 30px;
}
#main .content-block h3 {
	font-size: 16px;
	padding: 5px 20px;
	background: #fff;
	border-radius: 30px;
	margin: 0 0 25px;
}
#main .content-block ul li {
	margin: 0 0 40px;
}
#main .content-block h4.ttl {
	font-size: 14px;
	padding: 0px 1em 10px;
	margin: 0 0 20px;
	border-bottom: 1px solid #707070;
}

#main .content-block h4 {
	font-size: 14px;
	padding: 0px 1em 10px;
	margin: 0 0 20px;
	border-bottom: 1px solid #707070;
}

#main .content-block h5 {
	font-size: 14px;
	padding: 0 0 0 0.5em;
	line-height: 2.2;
	font-weight: 600;
}


#main .content-block .contens-tbl {
	font-size: 14px;
	border-collapse:collapse;
	
	
}

#main .content-block .contens-tbl th {
	font-size: 14px;
	border: 1px solid #707070;
	padding: 10px 20px;
	min-width: 12vw;
}

#main .content-block .contens-tbl td {
	font-size: 14px;
	border: 1px solid #707070;
	padding: 10px 20px;
	vertical-align: top;
}


#main .page-jump {
	/*padding: 75px 0 0;*/
	padding: 75px 0;
}
#main .page-jump .jump-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 180px;
	margin: 0 auto;
}
#main .page-jump .jump-icon .icon {
	border-radius: 50%;
	border: 1px solid #111;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
}
#main .page-jump .jump-icon .txt {
	font-size: 12px;
	font-weight: bold;
}
/*
   aside
*/
#aside {
	width: 265px;
}
#aside .aside-block {
	margin: 0 0 60px;
}
#aside .aside-block .heading {
	background-color: #A55132;
	width: 100%;
	font-size: 15px;
	color: #fff;
	padding: 7px 0;
	text-align: center;
	border-radius: 10px;
	margin: 0 0 20px;
}
#aside .aside-block.category .aside-list li a {
	border-bottom: 1px solid #707070;
	padding: 10px 15px;
	position: relative;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	font-size: 13px;
}
#aside .aside-block.category li a::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #ccc;
	position: initial;
	left: initial;
	top: initial;
	margin: 0 1em 0 0;
	transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#aside #aside .aside-block.category li a:hover:before {
	background-color: #F4E58B;
	transform: scale(1.4285);
}
#aside .aside-block .aside-list li {
	margin: 0;
}
#aside .aside-block.archive select {
	padding: 10px 30px;
	font-size: 13px;
	width: 100%;
	appearance: none;
}
#aside .aside-block.archive .select-month {
	position: relative;
}
#aside .aside-block.archive .select-month::before, #aside .aside-block.archive .select-month::after {
	content: "";
	position: absolute;
	pointer-events: none; /* クリックイベントを無効にしてselectに届くように */
	display: block;
	width: 9px;
	height: 1px;
	background-color: #111;
}
#aside .aside-block.archive .select-month::before {
	top: 20px;
	right: 40px;
	transform: rotate(30deg);
}
#aside .aside-block.archive .select-month::after {
	top: 20px;
	right: 32px;
	transform: rotate(-30deg);
}
/* --------------------------------------------------------------------------------
	★初診の方へ　newpatient
-------------------------------------------------------------------------------- */
#newpatient {
	padding-top: 70px;
}

/*
   mv
 */

#newpatient .mv {
	padding: 100px 0 110px;
	background-color: #FBEFDA;
}
#newpatient .mv .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
}
#newpatient .mv .desc {
	width: 470px;
}
#newpatient .mv .desc h2 {
	font-size: 30px;
	margin: 0 0 40px;
	line-height: 2;
	font-weight: 400;
}
#newpatient .mv .desc .txt {
	font-size: 14px;
}
#newpatient .mv .img {
	width: 523px;
}
/*
   step
 */
#newpatient #step {
	background-color: #EFEFEF;
	padding: 130px 0 120px;
}
#newpatient #step .inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 1100px;
}
#newpatient #step h2 {
	font-size: 20px;
	writing-mode: vertical-rl;
	line-height: 1;
	letter-spacing: 0.2em;
	/*margin:0 45px 0 0;*/
}
#newpatient #step .step-slider {
	width: 1015px;
	max-width: 100%;
	margin-bottom: 100px;
}
#newpatient #step .step-slider li {
	width: 1015px;
	max-width: 100%;
	display: flex;
	background-color: #fff;
	border-radius: 13px;
	overflow: hidden;
}
#newpatient #step .step-content {
	padding: 90.26px 0 0 80px; 
	width: 525px;             
}
#newpatient #step .step-content h3 {
	font-size: 22.11px;   /* 1.34vw */
	font-weight: 400;
	border-bottom: 1px solid #111;
	margin-bottom: 19.97px; /* 1.21vw */
	display: flex;
	align-items: baseline;
}
#newpatient #step .step-content h3 span {
	font-size: 18.98px;  /* 1.15vw */
	font-weight: 400;
	display: flex;
	align-items: baseline;
	line-height: 1.5;
}

#newpatient #step .step-content h3 span span.number {
	font-size: 31.02px;       /* 1.88vw */
	padding: 0 27.56px 0 6.93px; /* 1.67vw 0.42vw */
}

#newpatient #step .step-content .desc {
	font-size: 14px;
	line-height: 2;
	
}
#newpatient #step .step-content .tel a {
	display: flex;
	align-items: center;
	
}
#newpatient #step .step-content .tel .txt {
	font-size: 13.70px;        /* 0.83vw */
	margin: 0 25.74px 0 0;     /* 1.56vw */
}


#newpatient #step .step-content .addline {
	margin: 30.03px 0 0; /* 1.82vw */
}

#newpatient #step .step-content .addline a {
	display: flex;
	align-items: center;
}

#newpatient #step .step-content .addline .ico {
	margin: 0 14.69px 0 0; /* 0.89vw */
}

#newpatient #step .step-content .addline .txt {
	width: 303.44px;       /* 18.39vw */
	background: #02C755;
	border-radius: 999px;
	color: #fff;
	font-size: 17.16px;    /* 1.04vw */
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3.63px 0;     /* 0.22vw */
}





#newpatient #step .step-img {
	width: 498.47px; /* 30.21vw */
}

#newpatient #step .step-img img {
	width: 498.47px; /* 30.21vw */
	object-fit: cover;
}

#newpatient #step .arrow_box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 20px 0 0;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}
#newpatient #step .prev-arrow, #newpatient #step .next-arrow {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all .3s ease;
	cursor: pointer;
	position: relative;
}
#newpatient #step .prev-arrow {
	transform: rotate(180deg);
	margin-right: 150px;
}
#newpatient #step .prev-arrow::before, #newpatient #step .next-arrow::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
}
#newpatient #step .prev-arrow::after, #newpatient #step .next-arrow::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #111;
	top: 0;
	bottom: 0;
	left: -20px;
	right: 0;
	margin: auto;
}
#newpatient #step .slick-num {
	position: absolute;
	bottom: -96px;
	left: 46%;
	transform: translateX(-50%);
	border: 1px solid #000;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}
#newpatient #step .slick-list {
	overflow: hidden;
}
#newpatient #step .slick-track {
	max-width: 100%;
	display: flex;
}
#newpatient #step .slick-slide {
	flex-shrink: 0;
}


#newpatient #parts-faq {
	background: #efefef;
	padding: 130px 0 120px;
}

#newpatient #parts-faq h3{
	font-size: 38px;
	text-align: center;
	line-height: 1;
	margin: 0 0 10px;
}

#newpatient #parts-faq .sub-ttl{
	font-size: 14px;
	text-align: center;
	margin: 0 0 50px;
}


#newpatient #parts-faq .inner{
	width: 900px;
}

#newpatient #parts-faq .btn{
	width: 320px;
}



/*
   bring
*/
#bring {
	padding: 130px 0;
	background-color: #35D981;
}
#bring .bring-area {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#bring .bring-area .item {
	background-color: #fff;
	width: 535px;
	border-radius: 15px;
	padding: 30px 40px 20px;
	
}
#bring .bring-area .item h3 {
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.5;
}
#bring .bring-area .item .desc {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
	text-align: center;
}
#bring .bring-area .item .img {
	width: 450px;
	margin: 0 auto;
}
#bring .bring-area .pay {
	background-color: #fff;
	width: 535px;
	border-radius: 15px;
	padding: 30px 40px 0;
}
#bring .bring-area .pay h3 {
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.5;
}
#bring .bring-area .pay .desc {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 40px;
	text-align: center;
}
#bring .bring-area .pay .img {
	width: 450px;
	margin: 0 auto;
}





/* --------------------------------------------------------------------------------
	★当院について
-------------------------------------------------------------------------------- */
#hospital-about {
	padding-top: 70px;
}
/*
   mv 
*/
#hospital-about .mv {
	padding: 80px 0 60px;
	background-color: #C3E0EB;
}
#hospital-about .mv .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#hospital-about .mv .desc {
	width: 470px;
	
}
#hospital-about .mv .desc h2 {
	font-size: 30px;
	margin: 0 0 40px;
	line-height: 2;
	font-weight: 400;
}
#hospital-about .mv .desc .txt {
	font-size: 14px;
	line-height: 2;
}
#hospital-about .mv .img {
	width: 425px;
}




/*
   doctor-comment
 */
#hospital-about #doctor-comment {
	padding: 100px 0;
}
#hospital-about #doctor-comment .comment {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
#hospital-about #doctor-comment .comment .img {
	width: 815px;
}

#hospital-about #doctor-comment .comment .txt-box {
	width: 470px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#hospital-about #doctor-comment .comment .txt-box .txt {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 35px;
}
#hospital-about #doctor-comment .comment .txt-box .name {
	font-size: 14px;
	text-align: right;
}
/*
  staff-intro
*/
#staff-intro {
	padding: 130px 0;
	background-color: #C2E0EB;
	overflow: hidden;
}
#staff-intro .inner {
	display: flex;
	position: relative;
	width: 100%;
	 /* margin: 0 0 0 23vw; */
    margin: 0 0 0 15vw;
	
}
#staff-intro h3 {
	font-size: 20px;
	writing-mode: vertical-rl;
	line-height: 1;
	letter-spacing: 0.2em;
	margin: 0 60px 0 0;
}
#staff-intro .slider-area {
	overflow: hidden;
	padding-bottom: 150px;
	width: calc(100vw - 20px - 15vw);
	position: relative;
	min-width: 1080px;
}


#staff-intro .staff-slider {
		
	}

	#staff-intro .staff-slider .slick-list {
		overflow: visible;
		/* margin-right: -170px; */
	}

	#staff-intro .staff-slider .slick-track {
		max-width: 100%;
		display: flex !important;
		align-items: stretch;
		
	}

	#staff-intro .staff-slider .slick-slide {
		flex-shrink: 0;
		height: auto !important;
		display: flex !important;
	}

	#staff-intro .staff-slider .slick-slide > div {
		display: flex;
		width: 100%;
	}

	#staff-intro .staff-slider .slider-item {
		width: 356px;
		flex-shrink: 0;
		padding: 2.2vw;
		background-color: #fff;
		border-radius: 20px;
		margin-right: 23px;
		height: 100%;
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
	}

	#staff-intro .staff-slider .slider-item .img {
		margin-bottom: 15px;
	}

	#staff-intro .staff-slider .slider-item .img img {
		display: block;
		width: 100%;
		height: auto;
	}


	#staff-intro .staff-slider .slider-item .ttl {
		font-size: 14px;
		margin-bottom: 10px;
		
	}


	#staff-intro .staff-slider .slider-item .staff-txt {
		font-size: 14px;
		line-height: 2;
		flex: 1;
	}

	#staff-intro .arrow_box {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin: 20px 0 0;
		position: absolute;
		bottom: 25px;
		left: 47%;
		transform: translateX(-50%);
	}

	#staff-intro .prev-arrow,
	#staff-intro .next-arrow {
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		transition: all .3s ease;
		cursor: pointer;
		position: relative;
	}

	#staff-intro .prev-arrow {
		transform: rotate(180deg);
		margin-right: 150px;
	}

	#staff-intro .prev-arrow::before,
	#staff-intro .next-arrow::before {
		position: absolute;
		content: "";
		width: 10px;
		height: 10px;
		border-right: 1px solid #111;
		border-top: 1px solid #111;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transform: rotate(45deg);
	}

	#staff-intro .prev-arrow::after,
	#staff-intro .next-arrow::after {
		position: absolute;
		content: "";
		width: 20px;
		height: 1px;
		background-color: #111;
		top: 0;
		bottom: 0;
		left: -20px;
		right: 0;
		margin: auto;
	}

	#staff-intro .slick-num {
		position: absolute;
		bottom: -127px;
		left: 47%;
		transform: translateX(-50%);
		border: 1px solid #000;
		border-radius: 50%;
		width: 60px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
	}






/* --------------------------------------------------------------------------------
	★診療メニュー
-------------------------------------------------------------------------------- */
#medical-menu {
	padding-top: 70px;
}
/* 
   mv 
*/

#medical-menu .mv {
	padding: 80px 0 60px;
	background-color: #fff;
}
#medical-menu .mv .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#medical-menu .mv .desc {
	width: 470px;
	
}
#medical-menu .mv .desc h2 {
	font-size: 30px;
	margin: 0 0 40px;
	line-height: 2;
	font-weight: 400;
}
#medical-menu .mv .desc .txt {
	font-size: 14px;
	line-height: 2;
}
#medical-menu .mv .img {
	width: 550px;
}


/*
   maintenance
 */
#medical-menu #maintenance {
	padding: 140px 0 130px;
	background-color: #EFEFEF;
}
#medical-menu #maintenance .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#medical-menu #maintenance .desc {
	width: 570px;
	
}
#medical-menu #maintenance .desc h3 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 20px;
}
#medical-menu #maintenance .desc .txt {
	font-size: 14px;
	margin-bottom: 40px;
	line-height: 2;
}
#medical-menu #maintenance .desc .img-box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#medical-menu #maintenance .desc .img-box .img {
	margin: 0 35px;
}
#medical-menu #maintenance .desc .img-box .img.prevention {
	width: 200px;
}

#medical-menu #maintenance .desc .img-box .img.prevention img{
	/*margin: 0 0 0 15px;*/
}

#medical-menu #maintenance .desc .img-box .img.mainte {
	width: 200px;
}

#medical-menu #maintenance .desc .img-box .img p {
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
}

#medical-menu #maintenance .maintenance-img {
	width: 510px;
}

#medical-menu #maintenance .maintenance-img img{
	margin: 0 0 0 50px;/*innerから出てる分*/
}

/*
   child
 */
#medical-menu #child {
	padding: 140px 0 60px;
	background-color: #F5D9D9;
}
#medical-menu #child .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#medical-menu #child .desc {
	width: 570px;
}
#medical-menu #child .desc h3 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 20px;
}
#medical-menu #child .desc .txt {
	font-size: 14px;
	margin-bottom: 40px;
	line-height: 2;
}

#medical-menu #child .desc .img-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
}

#medical-menu #child .desc .img-box .img {
	width: 169px;
	text-align: center;
	margin: 0 9px 30px;
}
#medical-menu #child .desc .img-box .img img {
	
}

#medical-menu #child .desc .img-box .img p {
	font-size: 16px;
	text-align: center;
	/*margin: 25px 0 0;*/
	line-height: 1.2;
}

#medical-menu #child .child-img {
	width: 460px;
}

#medical-menu #child .child-img img{
	margin: 0 0 0 30px;/*innerから出てる分*/
}



/*
   senior
 */
#medical-menu #senior {
	padding: 140px 0 60px;
	background-color: #FBEFDA;
}
#medical-menu #senior .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#medical-menu #senior .desc {
	width: 570px;
}
#medical-menu #senior .desc h3 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 20px;
}
#medical-menu #senior .desc .txt {
	font-size: 14px;
	margin-bottom: 40px;
	line-height: 2;
}
#medical-menu #senior .desc .img-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
}
#medical-menu #senior .desc .img-box .img {
	width: 169px;
	text-align: center;
	margin: 0 9px 30px;
}
#medical-menu #senior .desc .img-box .img img {
	
}
#medical-menu #senior .desc .img-box .img p {
	font-size: 16px;
	text-align: center;
	margin: 25px 0 0;
	line-height: 1.2;
}
#medical-menu #senior .senior-img {
	width: 510px;
}

#medical-menu #senior .senior-img img{
	margin: 0 0 0 60px;/*innerから出てる分*/
}



/* --------------------------------------------------------------------------------
	★診療内容
-------------------------------------------------------------------------------- */
#medical-content {
	background: #F8F8F8;
	padding-top: 60px;
}
/*
   mv
 */

#medical-content .mv {
	padding: 170px 0;
	background-color: #EFEFEF;
}


#medical-content .mv .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#medical-content .mv .desc {
	width: 577px;
	margin: 0 40px 0 0;
}
#medical-content .mv .desc h3 {
	font-size: 34px;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 400;
}
#medical-content .mv .desc .txt {
	font-size: 14px;
	line-height: 2.25;
	margin: 0 0 50px;
	letter-spacing: 0.15em;
}
#medical-content .mv .desc .img-box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#medical-content .mv .desc .img-box .img01 {
	width: 200px;
	text-align: center;
	margin: 0 75px 0 0;
}
#medical-content .mv .desc .img-box .img01 img {
/*	margin-bottom: 20px;*/
}
#medical-content .mv .desc .img-box .img02 {
	width: 200px;
	text-align: center;
}
#medical-content .mv .desc .img-box .img02 img {
	/*margin-bottom: 20px;*/
}
#medical-content .mv .desc .img-box .img .teeth-prevention {
	margin-left: 15px;
}
#medical-content .mv .desc .img-box p {
	font-size: 16px;
	text-align: center;
}
#medical-content .mv .maintenance-img {
	width: 500px;
}



/*こども*/


#medical-content #child .mv {
	padding: 170px 0 100px;
	background-color: #F5D9D9;
}


#medical-content #child .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#medical-content #child .desc {
	width: 570px;
}
#medical-content #child .desc h3 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 20px;
}


#medical-content #child .desc .img-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
}

#medical-content #child .desc .img-box .img {
	width: 169px;
	text-align: center;
	margin: 0 9px 30px;
}
#medical-content #child .desc .img-box .img img {
	
}

#medical-content #child .desc .img-box .img p {
	font-size: 16px;
	text-align: center;
	/*margin: 25px 0 0;*/
	line-height: 1.2;
}

#medical-content #child .child-img {
	width: 460px;
}

#medical-content #child .child-img img{
	margin: 0 0 0 30px;/*innerから出てる分*/
}



/*
   senior
 */

#medical-content #senior .mv {
	padding: 170px 0 100px;
	background-color: #FBEFDA;
}


#medical-content #senior .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#medical-content #senior .desc {
	width: 570px;
}

#medical-content #senior .desc .txt {
	font-size: 14px;
	margin-bottom: 40px;
	line-height: 2;
}
#medical-content #senior .desc .img-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
}
#medical-content #senior .desc .img-box .img {
	width: 169px;
	text-align: center;
	margin: 0 8px 30px;
}
#medical-content #senior .desc .img-box .img img {
	
}
#medical-content #senior .desc .img-box .img p {
	font-size: 16px;
	text-align: center;
	/*margin: 25px 0 0;*/
	line-height: 1.2;
}
#medical-content #senior .senior-img {
	width: 510px;
}

#medical-content #senior .senior-img img{
	margin: 0 0 0 60px;/*innerから出てる分*/
}





/*
   aside
 */
#medical-content #aside {
	padding: 20px 0 0;
}
#medical-content #aside .aside-block {
	padding: 0 0 60px;
}
#medical-content #aside .aside-block h3 {
	font-size: 16px;
	margin: 0 0 20px;
}
#medical-content #aside .aside-block .aside-list li {
	margin: 0 0 10px;
}
#medical-content #aside .aside-block .aside-list li a {
	display: flex;
	align-items: center;
}
#medical-content #aside .aside-block .aside-list li a .icon {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F1F1F1;
	border-radius: 50%;
	padding: 10px;
	margin-right: 20px;
}
#medical-content #aside .aside-block .aside-list li a .icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}
#medical-content #aside .aside-block .aside-list li a p.name {
	font-size: 13px;
}
#medical-content #aside .aside-block .heading {
	color: #fff;
	width: 300px;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0;
}
#medical-content #aside .aside-block.category .aside-list li a {
	border-bottom: 1px solid #707070;
	padding: 15px 0 15px 35px;
	position: relative;
	margin-bottom: 0;
}
#medical-content #aside .aside-block.category li a::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	left: 17px;
	top: 28px;
	transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#medical-content #aside .aside-block.category li a:hover:before {
	background-color: #F4E58B;
	transform: scale(1.4285);
}
#medical-content #aside .aside-block.archive select {
	width: 306px;
	padding: 13px 40px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: none;
	width: 100%;
}
#medical-content #aside .aside-block.archive .select-month {
	position: relative;
}
#medical-content #aside .aside-block.archive .select-month::before, #aside .aside-block.archive .select-month::after {
	content: "";
	position: absolute;
	pointer-events: none; /* クリックイベントを無効にしてselectに届くように */
	display: block;
	width: 9px;
	height: 1px;
	background-color: #111;
}
#medical-content #aside .aside-block.archive .select-month::before {
	top: 20px;
	right: 40px;
	transform: rotate(30deg);
}
#medical-content #aside .aside-block.archive .select-month::after {
	top: 20px;
	right: 32px;
	transform: rotate(-30deg);
}
/* --------------------------------------------------------------------------------
	★採用情報
-------------------------------------------------------------------------------- */
#recruit {
	padding-top: 70px;
	background-color: #FAFAFA;
}
#recruit .inner {
	width: 1100px;
	margin: 0 auto;
}
/*
   mv
*/
#recruit .mv {
	padding: 150px 0 130px;
}
#recruit .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 100px;
}
#recruit .mv .heading.confirm {
	margin: 0;
}





#recruit .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#recruit .mv .heading .ttl {
	margin: 0 50px 0 0;
}
#recruit .mv .heading .ttl h2 {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.15em;
}
#recruit .mv .heading .ttl .sub-ttl {
	font-size: 14px;
	text-align: center;
	margin: 5px 0 0;
}
#recruit .mv .heading .img {
	width: 95px;
}
#recruit .mv .heading .desc {
	width: 490px;
	line-height: 2.2;
	font-size: 14px;
}
#recruit .mv .content {
	display: flex;
	align-items: flex-end;
	margin: 0 0 60px;
}
#recruit .mv .content .desc {
	width: 480px;
	margin-right: 80px;
}
#recruit .mv .content .desc h3 {
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 1.8;
	font-weight: 400;
}
#recruit .mv .content .desc .txt {
	font-size: 14px;
	line-height: 2.2;
}
#recruit .mv .content .img {
	width: 545px;
}

#recruit .mv .content2 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	
}
#recruit .mv .content2 .desc {

	
}
#recruit .mv .content2 .desc h3 {
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 1.8;
	font-weight: 400;
}
#recruit .mv .content2 .desc .txt {
	font-size: 14px;
	line-height: 2.2;
	margin: 0 0 57px;
}
#recruit .mv .content2 .img {
	width: 332px;
}

#recruit .mv .content2 .img ul li:first-child{
	margin: 0 0 60px;
}


#recruit .hospital-view {
	position: relative;
	width: 100%;
	height: 310px;
	z-index: 1;
}
#recruit .hospital-view::before {
	content: "";
	display: block;
	width: 100%;
	height: 95px;
	/* background: #fff; */
	background: transparent;
	position: absolute;
	left: 0;
	top: -5px;
	z-index: 1;
}
#recruit .hospital-view::after {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	height: 310px;
	z-index: 10;
	background: url(../images/index/hospital-view-slide.png) repeat-x 0 0;
	overflow: hidden;
	-moz-animation: newsloop 80s linear infinite;
	animation: typeloop 80s linear infinite;
	background-size: 1500px 253px;
}
@keyframes typeloop {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2060px 0;
	}
}
/* 
  info-column
 */
#recruit #info-column {
	padding: 150px 0 120px;
	background-color: #fff;
	overflow-x: hidden;
}
#recruit #info-column .inner {
	width: 100%
}
#recruit #info-column .column-area {
	display: flex;
	align-items: flex-end;
	width: 100%;
	/* margin: 0 0 0 23vw; */
	margin: 0 0 0 15vw;
}
#recruit #info-column .column-head {
	text-align: center;
	width: 160px;
	margin-right: 120px;
}
#recruit #info-column .column-head h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	writing-mode: vertical-rl;
	margin-bottom: 50px;
}
#recruit #info-column .column-head .img {
	width: 130px;
	margin: 0 0 0 1em;
}
#recruit #info-column .column-contents {
	width: calc(100vw - 210px - 15vw);
}
#recruit #info-column .column-contents .view-more {
	position: relative;
}
#recruit #info-column .column-contents .view-more a {
	position: absolute;
	width: 300px;
	left: 45vw;
	font-size: 16px;
	top: -60px;
}
#recruit #info-column .column-contents .view-more a::before {
	transform: rotate(45deg);
	top: 8px;
	right: 15px;
}
#recruit #info-column .column-contents .view-more a:hover::before {
	right: -20px;
}
#recruit #info-column .column-contents .view-more a::after {
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
#recruit #info-column .column-contents .view-more a:hover:after {
	width: 30px;
	right: -10px;
}
#recruit #info-column .column-contents .column-list {
	padding: 0 0 15px;
}
#recruit #info-column .column-contents .column-list .column-item {
	width: 200px !important;
	margin-right: 20px;
	flex-shrink: 0 !important;
}
#recruit #info-column .column-contents .column-list .column-item .img {
	margin-bottom: 20px;
	position: relative;
}
#recruit #info-column .column-contents .column-list .column-item a .img::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: -1;
	opacity: 0;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#recruit #info-column .column-contents .column-list .column-item a:hover .img::before {
	z-index: 2;
	opacity: 1;
}
#recruit #info-column .column-contents .column-list .column-item a .img::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-top: 3px solid #F8F8F8;
	border-right: 3px solid #F8F8F8;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	opacity: 0;
	z-index: -1;
}
#recruit #info-column .column-contents .column-list .column-item a:hover .img::after {
	z-index: 3;
	opacity: 1;
}
#recruit #info-column .column-contents .column-list .column-item .date {
	font-size: 14px;
	color: #999999;
	margin-bottom: 5px;
}
#recruit #info-column .column-contents .column-list .column-item .title {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 400;
}
#recruit #info-column .column-contents .column-list .column-item .tag-list {
	display: flex;
	flex-wrap: wrap;
}
#recruit #info-column .column-contents .column-list .column-item .tag-list li {
	font-size: 14px;
	color: #999999;
	border: 1px solid #999999;
	border-radius: 30px;
	padding: 0px 10px;
	margin-right: 7px;
	margin-bottom: 5px;
}
#recruit #info-column .column-contents .column-list .column-item.tag-list li a {
	display: block;
	font-size: 14px;
	width: 100%;
	color: #999999;
	padding: 0px 10px;
	cursor: pointer;
}
#recruit #info-column .column-contents .column-list .column-item .tag-list li p {
	line-height: 1.4;
}
.column-list .slick-track {
	display: flex !important;
	width: calc(100vw - (15vw + 260px)) !important;
}
/*
   job-guideline
*/
#recruit #job-guideline {
	padding: 120px 0 50px;
	background-color: #FAFAFA;
}
#recruit #job-guideline .inner {
	display: flex;
	justify-content: space-between;
}
#recruit #job-guideline .job-guideline-ttl {
	font-size: 20px;
	writing-mode: vertical-rl;
	margin-right: 45px;
}
#recruit #job-guideline .contents-area {
	width: 1015px;
}
#recruit #job-guideline .job-content {
	border-radius: 20px;
	background-color: #fff;
	padding: 70px;
	position: relative;
	margin-bottom: 70px;
}
#recruit #job-guideline .job-content h4 {
	font-size: 32px;
	margin-bottom: 26px;
	font-weight: 500;
}
#recruit #job-guideline .job-content .content-box {}
#recruit #job-guideline .job-content .content-box ul li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #111;
	padding: 30px 0 40px;
}
#recruit #job-guideline .job-content .content-box ul li h5 {
	width: 175px;
	text-align: center;
	font-size: 14px;
	color: #7B7B7B;
	flex-shrink: 0;
}
#recruit #job-guideline .job-content .content-box ul li.treatment h5 {
	align-self: flex-start;
}
#recruit #job-guideline .job-content .content-box ul li.working-hours h5 {
	align-self: flex-start;
}
#recruit #job-guideline .job-content .content-box ul li.work-desc h5 {
	align-self: flex-start;
}
#recruit #job-guideline .job-content .content-box ul li .desc {
	font-size: 14px;
}
#recruit #job-guideline .job-content .content-box .deco {
	position: absolute;
	top: 40px;
	right: 40px;
}

#recruit #job-guideline .job-content .content-box .deco img{
	height: 156px;
	object-fit: contain;
}

/*#recruit #job-guideline #dentist.job-content .content-box .deco {
	width: 163px;
}
#recruit #job-guideline #hygienist.job-content .content-box .deco {
	width: 160px;
}
#recruit #job-guideline #assistant.job-content .content-box .deco {
	width: 120px;
}*/
/*
   entry 
*/
#recruit #entry {
	padding: 110px 0 40px;
	background-color: #EFEFEF;
}
#recruit #entry .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto 60px;
}
#recruit #entry .heading h3 {
	font-size: 30px;
}
#recruit #entry .heading .img {
	width: 120px;
	position: relative;
}
#recruit #entry .heading .img img {
	position: absolute;
	top: -75px;
	right: -35px;
}
#recruit #entry .btn {
	width: 350px;
	margin: 0 auto;
}
#recruit #entry .btn button {
	display: flex;
	padding: 15px 25px 15px 140px;
	font-size: 16px;
	position: relative;
	border: 1px solid #111;
	border-radius: 30px;
	width: 100%;
	background-color: #fff;
}
#recruit #entry .btn button .i-arr {
	position: absolute;
	left: 75%;
}
/*
   form-area
 */
#form-area {
	width: 900px;
	margin: 0 auto 45px;
}
#form-area .form-list {
	margin-bottom: 60px;
}
#form-area .form-list tr {
	padding: 20px 15px;
	border-bottom: 1px solid #707070;
	display: flex;
	align-items: center;
}
#form-area .form-list th {
	width: 310px;
}
#form-area .form-list th p {
	width: 100%;
	text-align: left;
	position: relative;
	font-size: 15px;
}
#form-area .form-list th p::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #111;
	margin-right: 10px;
	padding: 2px;
	margin-bottom: 3px;
}
#form-area .form-list th .required {
	background-color: #111;
	color: #fff;
	border-radius: 30px;
	font-size: 10px;
	font-weight: bold;
	margin-left: 15px;
	padding: 2px 10px;
}
#form-area .form-list td {
	width: 590px;
}
#form-area .form-list td input {
	width: 100%;
	border: none;
	border-radius: 10px;
	padding: 20px 30px;
	font-size: 12px;
}
#form-area .form-list td select {
	width: 40%;
	font-size: 12px;
	padding: 15px 30px;
	border: none;
	border-radius: 10px;
}
#form-area .form-list td textarea {
	width: 100%;
	height: 326px;
	padding: 20px 30px;
	border: none;
	border-radius: 10px;
}
#form-area .form-list .capital {
	display: block;
	font-size: 12px;
	margin: 0 0 7px;
}
#form-area .form-list .cities {
	display: block;
	margin: 10px 0 7px;
	font-size: 12px;
}
/* privacy-policy */
#form-area .privacy-policy {}
#form-area .privacy-policy .ttl {
	font-size: 15px;
	text-align: center;
	margin-bottom: 30px;
}
#form-area .privacy-policy .policy-box {
	width: 100%;
	height: 260px;
	overflow: scroll;
	background-color: #fff;
	padding: 30px 50px;
	border-radius: 15px;
	margin-bottom: 40px;
}
#form-area .privacy-policy .policy-box p {
	font-size: 12px;
}
#form-area .privacy-policy .acceptance {
	text-align: center;
	font-size: 14px;
}
#form-area .privacy-policy .acceptance label {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}
#form-area .privacy-policy .acceptance input[type="checkbox"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#form-area .privacy-policy .acceptance input[type="checkbox"] {
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #000;
	vertical-align: -5px;
	border-radius: 50%;
	margin-right: 15px;
}
#form-area .privacy-policy .acceptance input[type="checkbox"]:checked:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #707070;
	opacity: 1;
}


#entry #form-area h3 {
        font-size: 30px;
        text-align: center;
        margin: 0 0 60px;
    }


#entry #form-area .thank-txt {
        line-height: 2.2;
        font-size: 14px;
        padding: 0 0 120px;
        text-align: center;
    }


/* --------------------------------------------------------------------------------
	★採用情報コラム
-------------------------------------------------------------------------------- */
#recruit-column {
	padding-top: 70px;
	background-color: #FAFAFA;
}
#recruit-column .inner {
	width: 1100px;
	margin: 0 auto;
}
/*
   mv
*/
#recruit-column .mv {
	padding: 150px 0 130px;
}
#recruit-column .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
#recruit-column .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#recruit-column .mv .heading .ttl {
	margin: 0 50px 0 0;
}
#recruit-column .mv .heading .ttl h2 {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.15em;
}
#recruit-column .mv .heading .ttl .sub-ttl {
	font-size: 14px;
	text-align: center;
	margin: 5px 0 0;
}
#recruit-column .mv .heading .img {
	width: 95px;
}
#recruit-column .mv .heading .desc {
	width: 490px;
	line-height: 2.2;
	font-size: 14px;
}


/* blog-list-area */
#recruit-column #contents-area {
	padding: 0 0 120px;
}
#recruit-column #contents-area .inner {
	width: 1024px;
}
#recruit-column #blog-list-area {
	width: 705px;
	margin: 0 0 70px;
}
#recruit-column #blog-list-area .entry-list {}
#recruit-column #blog-list-area .entry-list .blog-list-item {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 35px;
}
#recruit-column #blog-list-area .entry-list .blog-list-item .img {
	width: 240px;
	margin: 0 30px 0 0;
}

#recruit-column #blog-list-area .entry-list .blog-list-item .img img {
	width: 240px;
	height: 160px;
	object-fit: cover;
	border-radius: 15px;
}

#recruit-column #blog-list-area .entry-list .blog-list-item .content {
	position: relative;
	width: 440px;
	border-bottom: 1px solid #707070;
	padding-bottom: 18px;
}
#recruit-column #blog-list-area .entry-list .blog-list-item .content .date {
	color: #7B7B7B;
	font-size: 13px;
}
#recruit-column #blog-list-area .entry-list .blog-list-item .content .title {
	font-size: 16px;
	margin: 0 0 10px;
	padding: 0;
}
#recruit-column #blog-list-area .entry-list .blog-list-item .content .blog-btn {
	position: absolute;
	bottom: 20px;
	right: 10px;
	display: block;
	width: 36px;
	height: 36px;
	/*border: 1px solid #111;
	border-radius: 50%;*/
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#recruit-column #blog-list-area .entry-list .blog-list-item .content:hover .blog-btn {
	transform: translateX(10px);
}
#recruit-column #blog-list-area .entry-list .blog-list-item .content .blog-btn::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 47%;
	right: 10px;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#recruit-column #blog-list-area .entry-list .blog-list-item .content .blog-btn::after {
	content: "";
	width: 20px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#recruit-column #blog-list-area .entry-list .blog-list-item .tag-list {
	display: flex;
	flex-wrap: wrap;
}
#recruit-column #blog-list-area .entry-list .blog-list-item .tag-list li {
	font-size: 12px;
	color: #999999;
	border: 1px solid #999999;
	border-radius: 30px;
	padding: 0px 10px;
	margin-right: 7px;
	margin-bottom: 5px;
}
#recruit-column #blog-list-area .entry-list .blog-list-item .tag-list li a {
	display: block;
	font-size: 12px;
	width: 100%;
	color: #999999;
	padding: 0px 10px;
	cursor: pointer;
}
#recruit-column #blog-list-area .entry-list .blog-list-item .tag-list li p {
	line-height: 1.4;
}
#recruit-column #aside .aside-block.category .heading {
	background-color: #346EAA;
}
#recruit-column #aside .aside-block.archive .heading {
	background-color: #346EAA;
}
/* pagenation */
#recruit-column .pagenation {
	display: flex;
	align-items: center;
	justify-content: center;
}
#recruit-column .pagenation .page-number {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #111;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 12px;
}
#recruit-column .pagenation .prev-page, #recruit-column .pagenation .next-page {
	display: block;
	width: 50px;
	height: 50px;
	transition: all .3s ease;
	cursor: pointer;
	position: relative;
	overflow: visible;
}
#recruit-column .pagenation .prev-page::before, #recruit-column .pagenation .next-page::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	transition: all .3s ease;
}
#recruit-column .pagenation .prev-page::after, #recruit-column .pagenation .next-page::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #111;
	top: 0;
	bottom: 0;
	left: -20px;
	right: 0;
	margin: auto;
	transition: all .3s ease;
}
#recruit-column .pagenation .prev-page::before {
	transform: rotate(-135deg);
	left: -40px;
}
#recruit-column .pagenation .prev-page:hover:before {
	left: -80px;
}
#recruit-column .pagenation .prev-page:hover:after {
	left: -60px;
}
#recruit-column .pagenation .next-page::before {
	left: 40px;
}
#recruit-column .pagenation .next-page:hover::before {
	left: 60px;
}
#recruit-column .pagenation .next-page::after {
	left: 20px;
}
#recruit-column .pagenation .next-page:hover::after {
	left: 40px;
}



/* --------------------------------------------------------------------------------
	★お知らせ一覧
-------------------------------------------------------------------------------- */
#news-archive {
	padding-top: 70px;
	background-color: #FAFAFA;
}
#news-archive .inner {
	width: 1100px;
	margin: 0 auto;
}
/*
   mv
*/
#news-archive .mv {
	padding: 150px 0 120px;
}
#news-archive .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#news-archive .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#news-archive .mv .heading .ttl {
	margin: 0 50px 0 0;
}
#news-archive .mv .heading .ttl h2 {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.15em;
}
#news-archive .mv .heading .ttl .sub-ttl {
	font-size: 14px;
	text-align: center;
	margin: 5px 0 0;
}
#news-archive .mv .heading .img {
	width: 160px;
}
#news-archive .mv .heading .desc {
	width: 490px;
	line-height: 2.2;
	font-size: 14px;
}
/* news-info */
#news-archive .news-info {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 120px;
}
#news-archive .news-info .news-list {
	margin: 0 0 100px;
}
#news-archive .news-info .news-list li {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	margin: 0 0 15px;
}
#news-archive .news-info .news-list li a {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 15px 30px 25px;
}
#news-archive .news-info .news-list li a .date {
	color: #7B7B7B;
	width: 115px;
	font-size: 12px;
}
#news-archive .news-info .news-list li a .title {
	width: 690px;
	font-size: 14px;
}
#news-archive .news-info .news-list li a .news-btn {
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid #111;
	border-radius: 50%;
	position: relative;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#news-archive .news-info .news-list li a:hover .news-btn {
	transform: translateX(10px);
}
#news-archive .news-info .news-list li a .news-btn::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 47%;
	right: 10px;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#news-archive .news-info .news-list li a .news-btn::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* pagenation */
#news-archive .pagenation {
	display: flex;
	align-items: center;
	justify-content: center;
}
#news-archive .pagenation .page-number {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #111;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 12px;
}
#news-archive .pagenation .prev-page, #news-archive .pagenation .next-page {
	display: block;
	width: 50px;
	height: 50px;
	transition: all .3s ease;
	cursor: pointer;
	position: relative;
	overflow: visible;
}
#news-archive .pagenation .prev-page::before, #news-archive .pagenation .next-page::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	transition: all .3s ease;
}
#news-archive .pagenation .prev-page::after, #news-archive .pagenation .next-page::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #111;
	top: 0;
	bottom: 0;
	left: -20px;
	right: 0;
	margin: auto;
	transition: all .3s ease;
}
#news-archive .pagenation .prev-page::before {
	transform: rotate(-135deg);
	left: -40px;
}
#news-archive .pagenation .prev-page:hover:before {
	left: -80px;
}
#news-archive .pagenation .prev-page:hover:after {
	left: -60px;
}
#news-archive .pagenation .next-page::before {
	left: 40px;
}
#news-archive .pagenation .next-page:hover::before {
	left: 60px;
}
#news-archive .pagenation .next-page::after {
	left: 20px;
}
#news-archive .pagenation .next-page:hover::after {
	left: 40px;
}
/* --------------------------------------------------------------------------------
	★お知らせ記事
-------------------------------------------------------------------------------- */

#news-single {
	padding-top: 70px;
	background-color: #FAFAFA;
}
#news-single .inner {
	width: 1100px;
	margin: 0 auto;
}
/*
   mv
*/
#news-single .mv {
	padding: 150px 0 120px;
}
#news-single .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#news-single .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#news-single .mv .heading .ttl {
	margin: 0 50px 0 0;
}
#news-single .mv .heading .ttl h2 {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.15em;
}
#news-single .mv .heading .ttl .sub-ttl {
	font-size: 14px;
	text-align: center;
	margin: 5px 0 0;
}
#news-single .mv .heading .img {
	width: 160px;
}
#news-single .mv .heading .desc {
	width: 490px;
	line-height: 2.2;
	font-size: 14px;
}
/* 
news-content 
*/
#news-single #contents-area {
	padding: 0;
}
#news-single #contents-area .inner {
	width: 1024px;
}
#news-single #contents-area #main {
	width: 690px;
	margin: 0 0 100px;
}
#news-single #main .content-block h3 {
	font-size: 28px;
	background: none;
	margin: 0 0 40px;
	padding: 5px 0;
}
#news-single #main .content-block .desc {
	font-size: 14px;
	line-height: 2.2;
}
/* --------------------------------------------------------------------------------
	★ブログ記事一覧
-------------------------------------------------------------------------------- */
#blog-archive {
	padding-top: 70px;
	background-color: #FAFAFA;
}
#blog-archive .inner {
	width: 1100px;
	margin: 0 auto;
}
/*
   mv
*/
#blog-archive .mv {
	padding: 150px 0 120px;
}
#blog-archive .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#blog-archive .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#blog-archive .mv .heading .ttl {
	margin: 0 50px 0 0;
}
#blog-archive .mv .heading .ttl h2 {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.15em;
}
#blog-archive .mv .heading .ttl .sub-ttl {
	font-size: 14px;
	text-align: center;
	margin: 5px 0 0;
}
#blog-archive .mv .heading .img {
	width: 160px;
}
#blog-archive .mv .heading .desc {
	width: 490px;
	line-height: 2.2;
	font-size: 14px;
}
/* blog-list-area */
#blog-archive #contents-area {
	padding: 0 0 120px;
}
#blog-archive #contents-area .inner {
	width: 1024px;
}
#blog-archive #blog-list-area {
	width: 705px;
	margin: 0 0 70px;
}
#blog-archive #blog-list-area .entry-list {}
#blog-archive #blog-list-area .entry-list .blog-list-item {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 35px;
}
#blog-archive #blog-list-area .entry-list .blog-list-item .img {
	width: 240px;
	margin: 0 30px 0 0;
	
}
#blog-archive #blog-list-area .entry-list .blog-list-item .img img{
	width: 240px;
	height: 160px;
	object-fit: cover;
	border-radius: 15px;
	
}


#blog-archive #blog-list-area .entry-list .blog-list-item .content {
	position: relative;
	width: 440px;
	border-bottom: 1px solid #707070;
	padding-bottom: 18px;
}
#blog-archive #blog-list-area .entry-list .blog-list-item .content .date {
	color: #7B7B7B;
	font-size: 13px;
}
#blog-archive #blog-list-area .entry-list .blog-list-item .content .title {
	font-size: 16px;
	margin: 0 0 10px;
	padding: 0;
}
#blog-archive #blog-list-area .entry-list .blog-list-item .content .blog-btn {
	position: absolute;
	bottom: 20px;
	right: 10px;
	display: block;
	width: 36px;
	height: 36px;
	/*border: 1px solid #111;
	border-radius: 50%;*/
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#blog-archive #blog-list-area .entry-list .blog-list-item .content:hover .blog-btn {
	transform: translateX(10px);
}
#blog-archive #blog-list-area .entry-list .blog-list-item .content .blog-btn::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 47%;
	right: 10px;
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#blog-archive #blog-list-area .entry-list .blog-list-item .content .blog-btn::after {
	content: "";
	width: 20px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#blog-archive #blog-list-area .entry-list .blog-list-item .tag-list {
	display: flex;
	flex-wrap: wrap;
}
#blog-archive #blog-list-area .entry-list .blog-list-item .tag-list li {
	font-size: 12px;
	color: #999999;
	border: 1px solid #999999;
	border-radius: 30px;
	padding: 0px 10px;
	margin-right: 7px;
	margin-bottom: 5px;
}
#blog-archive #blog-list-area .entry-list .blog-list-item .tag-list li a {
	display: block;
	font-size: 12px;
	width: 100%;
	color: #999999;
	padding: 0px 10px;
	cursor: pointer;
}
#blog-archive #blog-list-area .entry-list .blog-list-item .tag-list li p {
	line-height: 1.4;
}
#blog-archive #aside .aside-block.category .heading {
	background-color: #346EAA;
}
#blog-archive #aside .aside-block.archive .heading {
	background-color: #346EAA;
}
/* pagenation */
#blog-archive .pagenation {
	display: flex;
	align-items: center;
	justify-content: center;
}
#blog-archive .pagenation .page-number {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #111;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 12px;
}
#blog-archive .pagenation .prev-page, #blog-archive .pagenation .next-page {
	display: block;
	width: 50px;
	height: 50px;
	transition: all .3s ease;
	cursor: pointer;
	position: relative;
	overflow: visible;
}
#blog-archive .pagenation .prev-page::before, #blog-archive .pagenation .next-page::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	transition: all .3s ease;
}
#blog-archive .pagenation .prev-page::after, #blog-archive .pagenation .next-page::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #111;
	top: 0;
	bottom: 0;
	left: -20px;
	right: 0;
	margin: auto;
	transition: all .3s ease;
}
#blog-archive .pagenation .prev-page::before {
	transform: rotate(-135deg);
	left: -40px;
}
#blog-archive .pagenation .prev-page:hover:before {
	left: -80px;
}
#blog-archive .pagenation .prev-page:hover:after {
	left: -60px;
}
#blog-archive .pagenation .next-page::before {
	left: 40px;
}
#blog-archive .pagenation .next-page:hover::before {
	left: 60px;
}
#blog-archive .pagenation .next-page::after {
	left: 20px;
}
#blog-archive .pagenation .next-page:hover::after {
	left: 40px;
}
/* --------------------------------------------------------------------------------
	★ブログ記事
-------------------------------------------------------------------------------- */
#blog-single {
	padding-top: 70px;
	background-color: #FAFAFA;
}
#blog-single .inner {
	width: 1100px;
	margin: 0 auto;
}
/*
   mv
*/
#blog-single .mv {
	padding: 150px 0 120px;
}
#blog-single .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#blog-single .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#blog-single .mv .heading .ttl {
	margin: 0 50px 0 0;
}
#blog-single .mv .heading .ttl h2 {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.15em;
}
#blog-single .mv .heading .ttl .sub-ttl {
	font-size: 14px;
	text-align: center;
	margin: 5px 0 0;
}
#blog-single .mv .heading .img {
	width: 160px;
}
#blog-single .mv .heading .desc {
	width: 490px;
	line-height: 2.2;
	font-size: 14px;
}
/* 
blog-content 
*/
#blog-single #contents-area {
	padding: 0;
}
#blog-single #contents-area .inner {
	width: 1024px;
}
#blog-single #contents-area #main {
	width: 690px;
}
#blog-single #main .content-block h3 {
	font-size: 28px;
		background: none;
	margin: 0 0 40px;
	padding: 5px 0;
}
#blog-single #main .content-block .desc {
	font-size: 14px;
	line-height: 2.2;
}
#blog-single #aside .aside-block.category .heading {
	background-color: #346EAA;
}
#blog-single #aside .aside-block.archive .heading {
	background-color: #346EAA;
}
/* --------------------------------------------------------------------------------
	★faq
-------------------------------------------------------------------------------- */
#faq-archive {
	padding-top: 70px;
	padding-bottom: 10px;
	background-color: #FAFAFA;
}
#faq-archive {
	padding-top: 70px;
	background-color: #FAFAFA;
}
#faq-archive .inner {
	width: 1100px;
	margin: 0 auto;
}
/*
   mv
*/
#faq-archive .mv {
	padding: 150px 0 120px;
}
#faq-archive .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#faq-archive .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#faq-archive .mv .heading .ttl {
	margin: 0 50px 0 0;
}
#faq-archive .mv .heading .ttl h2 {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.15em;
}
#faq-archive .mv .heading .ttl .sub-ttl {
	font-size: 14px;
	text-align: center;
	margin: 5px 0 0;
}
#faq-archive .mv .heading .img {
	width: 165px;
}
#faq-archive .mv .heading .desc {
	width: 490px;
	line-height: 2.2;
	font-size: 14px;
}
/* 
faq-area
*/
#faq-archive #contents-area {
	padding: 0 0 120px;
}
#faq-archive #parts-faq {
	background-color: #FAFAFA;
}
#faq-archive #parts-faq .inner {
	width: 1024px;
}
#faq-archive #parts-faq #main {
	width: 690px;
}
#faq-archive #aside .aside-block.category .heading {
	background-color: #F4E58B;
}
#faq-archive #aside .aside-block.archive .heading {
	background-color: #F4E58B;
}
/* --------------------------------------------------------------------------------
	★お問い合わせ
-------------------------------------------------------------------------------- */
#form {
	padding: 70px 0 120px;
	background-color: #FAFAFA;
}
#form {
	padding-top: 70px;
	background-color: #FAFAFA;
}
#form .inner {
	width: 1100px;
	margin: 0 auto;
}
/*
   mv
*/
#form .mv {
	padding: 150px 0 120px;
}



#form #add-line{
	padding: 40px 100px 40px 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 900px;    
	background-color: #fff;
	border-radius: 20px;
	margin: 0 auto 46.99px;
}

#form #add-line .txt{
	width: 565px; 
}

#form #add-line .txt h3{
	display: flex;
	align-items: center;
	font-size: 30px;  
	margin: 0 0 20.64px;
}

#form #add-line .txt p{
	font-size: 12px; /* 0.83 */
}

#form #add-line .txt h3 img{
	margin: 0 12.16px 0 0; 
}

#form #add-line .img{
	text-align: center;
}

#form #add-line .img .ico{
	text-align: center;
}

#form #add-line .img .ico img{
	width: 106.70px;     /* 7.81 */
	margin: 0 0 21.30px; /* 1.56 */
}

#form #add-line .img .addbtn{
	text-align: center;
}

#form #add-line .img .addbtn img{
	width: 142.35px; /* 10.42 */
}






#form .mv .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#form .mv .heading .page-ttl {
	display: flex;
	align-items: center;
}
#form .mv .heading .ttl {
	margin: 0 50px 0 0;
}
#form .mv .heading .ttl h2 {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.15em;
}
#form .mv .heading .ttl .sub-ttl {
	font-size: 14px;
	text-align: center;
	margin: 5px 0 0;
}
#form .mv .heading .img {
	width: 180px;
}
#form .mv .heading .desc {
	width: 490px;
	line-height: 2.2;
	font-size: 14px;
}
#form .content-heading {
	padding: 40px 100px 40px 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 900px;
	background-color: #fff;
	border-radius: 20px;
	margin: 0 auto 120px;
}
#form .content-heading .desc {
	width: 500px;
}
#form .content-heading .desc h3 {
	font-size: 30px;
	margin-bottom: 15px;
	letter-spacing: 0.15em;
}
#form .content-heading .desc .tel {
	width: 480px;
	margin: 0 auto;
}
#form .content-heading .desc .tel a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #707070;
	margin-bottom: 20px;
}
#form .content-heading .desc .tel a svg {
	width: 40px;
	margin: 0 25px 0 0;
}
#form .content-heading .desc .tel a .number {
	font-size: 44px;
	font-weight: 500;
	line-height: 1.5;
}
#form .content-heading .desc .date {
	display: flex;
	align-items: center;
	justify-content: center;
}
#form .content-heading .desc .date .time {
	font-size: 14px;
	margin: 0 20px 0 0;
}
#form .content-heading .desc .date .day {
	font-size: 14px;
	color: #7B7B7B;
}
#form .content-heading .img {
	width: 165px;
}
#form #form-area h3 {
	font-size: 30px;
	text-align: center;
	margin: 0 0 60px;
}
#form .btn {
	width: 320px;
	margin: 0 auto;
}
#form .btn button {
	display: flex;
	padding: 15px 25px 15px 125px;
	font-size: 16px;
	position: relative;
	border: 1px solid #111;
	border-radius: 30px;
	width: 100%;
	background-color: #fff;
}
#form .btn button .i-arr {
	position: absolute;
	left: 75%;
}


#form .thank-txt {
	line-height: 2.2;
    font-size: 14px;
	padding: 0 0 120px;
	text-align: center;
}


