@charset "UTF-8";
/* =======================================
 reset補完
======================================= */
html {
	-webkit-text-size-adjust: 100%;
}

html.lower {
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
ol,
li {
	font-size: 100%;
	line-height: 1;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

/* =======================================
 base style
======================================= */
@font-face {
	font-family: 'Noto Sans JP Subset';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: local('Noto Sans CJK JP Regular'), url('../fonts/NotoSans_Regular.woff2') format('woff2'), url('../fonts/NotoSans_regular.woff') format('woff');
}
body {
	font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans JP Subset', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1;
	margin: auto;
	width: 100%;
	min-width: 1200px;
	color: #333;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

.wrapper {
	text-align: center;
}

.container {
	margin: auto;
	width: 1000px;
}

.fv {
	background: url(../img/bg_01.jpg) 50% 0 no-repeat;
	height: 540px;
}

.banner-adverlSH {
	text-align: left;
	background: url(../img/bg_09.jpg) 50% 0 no-repeat;
	height: 300px;
}

.banner-adverlSH-wrap {
	margin: auto;
	padding: 45px 30px 25px;
	width: 1000px;
	box-sizing: border-box;
}

.banner-adverlSH h2 {
	margin-bottom: 35px;
}

.banner-adverlSH .product-link {
	margin-left: 110px;
}

.group {
	background: url(../img/bg_02.jpg) 50% 0 no-repeat;
	height: 3700px;
}
.group .step_title {
	text-align: left;
	color: #fff;
	font-size: 47px;
	line-height: 1em;
	color: #63abe2;
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.group .step_title span {
	padding: 80px 0 0;
	display: block;
}
.group #step02 {
	margin-bottom: 70px;
}
.group #step03 .step_title span {
	padding: 70px 0 0;
}
.group #step03 .step-more {
	padding-bottom: 30px;
}

.group .nav-hl {
	margin-bottom: 80px;
	text-align: center;
}
.group .about {
	margin-bottom: 80px;
}
.group .aboutContents {
	display: flex;
	justify-content: space-between;
	background: #fff;
	margin: 0 auto 60px;
	width: 1000px;
	padding: 50px 95px 50px;
	text-align: left;
}
.group .aboutContents_photo {
	width: 380px;
}
.group .aboutContents_photo img {
	width: 100%;
	height: auto;
}
.group .aboutContents_body {
	width: 360px;
}
.group .aboutContents_title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.3;
}
.group .aboutContents_name {
	text-align: right;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.group .aboutContents_name span {
	font-size: 18px;
}

.group .aboutContents_btn {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	margin: auto;
	width: 360px;
}

.nav-hl {
	margin-bottom: 60px;
	color: #fff;
	font-size: 35px;
	line-height: 90px;
}

.navlist li {
	margin-bottom: 20px;
}

.step-more {
	background: #fff;
	margin: 0 auto 50px;
	padding-bottom: 52px;
	width: 1000px;
	position: relative;
	padding: 40px 0 50px;
	text-align: left;
}
.step-more .name {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: #63abe2;
	height: 52px;
	line-height: 52px;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 0 30px 0 40px;
	border-radius: 0 26px 26px 0;
}
.step-more .comment_title {
	font-weight: bold;
	margin: 0 0 21px 220px;
	font-size: 31px;
	line-height: 43px;
}
.step-more .commentArea {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 30px 105px;
}
.step-more .txt {
	width: 370px;
	font-weight: 500;
	line-height: 26px;
	margin: 0 0 0 30px;
}

.step-more-btn {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	margin: auto;
	width: 440px;
}

.step-post {
	background: #63abe2;
	margin: 70px 0 20px auto;
	padding: 10px;
	position: relative;
	width: 860px;
}
.step-post .step-article {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: flex-end;
	width: 685px;
	margin-bottom: 20px;
}
.step-post .step-article .step-article-inner {
	width: 515px;
}
.step-post .category {
	background: #e6e6e6;
	display: inline-block;
	line-height: 26px;
	padding: 0 10px;
	font-weight: 600;
	margin-bottom: 12px;
}
.step-post .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.step-post a {
	display: block;
	margin-bottom: 20px;
}
.step-post a img {
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}
.step-post .mentor {
	border-top: 1px dotted #333;
	width: 100%;
	font-size: 14px;
	line-height: 1em;
	padding: 19px 0 0;
	margin: 10px 0 0;
}

.step-inner {
	background: #fff;
	border-radius: 8px;
	padding: 46px 0 30px 116px;
	text-align: left;
}

.step-post h3 {
	position: absolute;
	top: -30px;
	left: -140px;
}

#step01 .step-inner {
	padding: 17px 0 17px 115px;
}

#step02 .step-inner {
	padding: 17px 0 14px 115px;
}

#step03 .step-inner {
	padding: 16px 0 16px 115px;
}

.interview {
	background: url(../img/bg_05.png) 50% 0 no-repeat;
}
.interview h2 {
	color: #fff;
	font-size: 35px;
	line-height: 90px;
}

.interview-wrap {
	margin: 90px auto 20px;
	width: 1000px;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.interview-wrap iframe {
	width: 556px;
	height: 340px;
	margin-bottom: 30px;
}

.interview-sec {
	width: 480px;
	height: 458px;
}
.interview-sec p {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
}
.interview-sec p span {
	display: block;
	font-weight: normal;
	font-size: 17px;
}

.interview-sec iframe {
	width: 480px;
	height: 294px;
	display: block;
}

.webinar {
	background: url(../img/webinar_bg.jpg?d=220722) 50% 0 no-repeat;
	height: 1788px;
}
.webinar h2 {
	color: #fff;
	font-size: 35px;
	line-height: 90px;
}
.webinar .mov {
	width: 700px;
	margin: 68px auto 0;
}
.webinar .mov iframe {
	display: block;
	width: 100%;
	height: 400px;
}
.webinar .mov p {
	font-weight: bold;
	font-size: 22px;
	line-height: 36px;
	margin-top: 30px;
}

.webinar-wrap {
	margin: 65px auto 0;
	padding: 46px 0 40px;
	width: 1000px;
	box-sizing: border-box;
	border: 4px solid #63abe2;
	background-color: #fff;
	position: relative;
}
.webinar-wrap h3 {
	color: #63abe2;
	/*font-size: 38px;*/
	font-size: 30px;
	line-height: 46px;
	margin-left: 60px;
	margin-bottom: 26px;
	text-align: left;
}
.webinar-wrap h3 span {
	display: block;
	font-size: 22px;
	line-height: 1.5;
}
.webinar-wrap .h3_head {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 10px 60px;
}
.webinar-wrap .h3_head li {
	color: #fff;
	background: #63abe2;
	font-size: 22px;
	line-height: 40px;
	padding: 0 30px;
	border-radius: 100vh;
	margin-right: 10px;
	font-weight: bold;
}

.webinar_day {
	position: absolute;
	width: 428px;
	height: 140px;
	top: 40px;
	right: -4px;
}

.webinar_about_wrap {
	display: flex;
	margin-left: 70px;
	margin-bottom: 20px;
}
.webinar_about_wrap .webinar_img {
	width: 390px;
	margin-right: 60px;
}
.webinar_about_wrap .webinar_about_txt_wrap {
	width: 370px;
}
.webinar_about_wrap .webinar_about_txt_wrap h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 12px;
}
.webinar_about_wrap .webinar_about_txt_wrap .webinar_about_txt {
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}

.webinar_about_program_wrap {
	display: flex;
	margin-left: 70px;
	margin-bottom: 55px;
}
.webinar_about_program_wrap h5 {
	font-size: 22px;
	line-height: 30px;
	color: #63abe2;
	font-weight: 600;
	text-align: left;
	margin-bottom: 2px;
}
.webinar_about_program_wrap .webinar_about_program_content {
	width: 390px;
	margin-right: 60px;
}
.webinar_about_program_wrap .webinar_about_program_content .webinar_about_program_content_list {
	text-align: left;
	line-height: 1.5;
}
.webinar_about_program_wrap .webinar_about_program_content .webinar_about_program_content_list dt {
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}
.webinar_about_program_wrap .webinar_about_program_content .webinar_about_program_content_list dd {
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	margin-left: 1em;
}
.webinar_about_program_wrap .webinar_about_program_content .prof {
	/*display:-webkit-flex;
     display:-ms-flex;
     display:flex;
     justify-content: space-between;
     flex-flow: row wrap;*/
	text-align: left;
	margin-bottom: 15px;
}
.webinar_about_program_wrap .webinar_about_program_content .prof .name {
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
}
.webinar_about_program_wrap .webinar_about_program_content .prof ul {
	/*width: 240px;*/
}
.webinar_about_program_wrap .webinar_about_program_content .prof li {
	line-height: 22px;
	white-space: nowrap;
	display: -webkit-flex;
	display: flex;
}
.webinar_about_program_wrap .webinar_about_program_content .prof li.blank {
	height: 8px;
}
.webinar_about_program_wrap .webinar_about_program_content .prof li span {
	display: block;
	width: 131px;
}
.webinar_about_program_wrap .webinar_about_program_flow_wrap {
	margin-top: 30px;
	width: 370px;
}
.webinar_about_program_wrap .webinar_about_program_flow_wrap .webinar_about_program_place {
	margin-bottom: 34px;
}
.webinar_about_program_wrap .webinar_about_program_flow_wrap .webinar_about_program_wrap_txt {
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}

.webinar_btn a {
	display: block;
	margin: 0 auto;
}

.webinar_btnArea {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.webinar_btnArea p {
	margin: 0 15px;
}

.webinar-mov {
	text-align: center;
	margin-top: 95px;
}
.webinar-mov iframe {
	display: block;
	margin: 0 auto 27px;
	width: 700px;
	height: 394px;
}
.webinar-mov p {
	font-size: 22px;
	font-weight: bold;
}

.movie {
	background: url(../img/bg_03.jpg?d=241204) 50% 0 no-repeat;
	height: 5586px;
}
.movie h2 {
	color: #fff;
	font-size: 35px;
	line-height: 90px;
}
.movie h2 small {
	line-height: 0.35;
	padding-top: 20px;
	display: block;
}
.movie .txt01 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin: 39px 0 15px;
}
.movie .movie_head_img04 {
	font-size: 20px;
	line-height: 34px;
}
.movie .movie_head_img04 span {
	display: block;
	font-size: 18px;
	line-height: 1em;
	margin: 23px 0 0;
}
.movie .txt02 {
	font-size: 18px;
	line-height: 30px;
	margin: 50px 0 0;
}

.movie .link {
	margin-bottom: 20px;
}

.movie-wrap {
	margin: 90px auto 20px;
	width: 1000px;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.movie-wrap iframe {
	width: 556px;
	height: 340px;
	margin-bottom: 30px;
}

.movie_head_wrap {
	padding-top: 110px;
	padding-bottom: 3px;
}

.movie_title {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 50px;
	text-align: left;
}
.movie_title h3 {
	display: inline-block;
	background: #63abe2;
	height: 52px;
	line-height: 52px;
	padding: 0 30px 0 40px;
	border-radius: 0 26px 26px 0;
}

.movie-sec {
	width: 480px;
	height: 458px;
}
.movie-sec p {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
}
.movie-sec p span {
	display: block;
	font-weight: normal;
	font-size: 17px;
}

.movie-sec:nth-child(-n + 6) {
	height: 433px;
}

.movie-sec:nth-child(13),
.movie-sec:nth-child(14) {
	height: auto;
}

.movie-sec iframe,
.movie-sec div.movieFrame,
.movie-sec img {
	width: 480px;
	height: 294px;
	display: block;
}

.movie-sec div.movieFrame {
	display: flex;
	align-items: center;
	background-color: #000;
	margin-bottom: 30px;
}

.movie_head_img01 {
	margin-bottom: 34px;
}

.movie_head_img02 {
	margin-bottom: 15px;
}

.movie_head_img03 {
	margin-bottom: 20px;
}

.developerInterview {
	background: url(../img/bg_13.jpg) 50% 0 no-repeat;
	height: 500px;
}

.developerInterview-wrap {
	margin: 60px auto 20px;
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.developerInterview h2 {
	color: #fff;
	font-size: 35px;
	line-height: 90px;
}

.developerInterview-pic {
	width: 412px;
}

.developerInterview-pic img {
	width: 100%;
	height: auto;
}

.developerInterview-text {
	width: 528px;
	text-align: left;
	padding-top: 25px;
}

.developerInterview-text h3 {
	color: #205f9b;
	font-size: 26px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.developerInterview-text p {
	line-height: 26px;
	margin-bottom: 20px;
}

.developerInterview-text a {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	display: inline-block;
}

.archiveSeminar {
	background: url(../img/bg_11.jpg) 50% 0 no-repeat;
	height: 700px;
}
.archiveSeminar-lower {
	background: url(../img/bg_12.jpg?d=251215) 50% 0 no-repeat;
	height: 6285px;
}
.archiveSeminar-lower--long01 {
	background: url(../img/bg_15.jpg?d=251215) 50% 0 no-repeat;
	height: 7880px;
}

.archiveSeminar h2 {
	color: #fff;
	font-size: 35px;
	line-height: 90px;
}

.archiveSeminar h3 {
	color: #205f9e;
	font-size: 54px;
	line-height: 80px;
}

.archiveSeminar h3:before {
	content: url('../img/ico_01.png');
	display: block;
}

.archiveSeminar-wrap {
	margin: 90px auto 20px;
	width: 1000px;
	text-align: center;
}

.archiveSeminar-sec {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 80px 40px;
}

.archiveSeminar-col1 {
	width: 100%;
}

.archiveSeminar-col2 {
	width: 480px;
}

.archiveSeminar__title {
	font-weight: bold;
	margin-bottom: 20px;
}

.archiveSeminar__title > div {
	color: #63abe2;
	font-size: 28px;
	margin-bottom: 15px;
}

.archiveSeminar__title > div > span{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
  letter-spacing: 3px;
  margin: 0 25px 15px;
  padding: 7.5px;
  background: #e60000;
  border-radius: 10em;
  display: block;
}

.archiveSeminar__title h4 {
	font-size: 20px;
	line-height: 2;
}

.archiveSeminar__title h4 span {
	font-size: 17px;
}

.archiveSeminar__title h4 span.fs16 {
	font-size: 16px;
	line-height: 1.75;
	display: inline-block;
}

.archiveSeminar__matchHight {
	height: 85px;
}
.archiveSeminar__matchHight--sizeUp {
	height: 120px;
}

.archiveSeminar__body ul {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 40px;
}

.archiveSeminar__body ul li {
	width: 480px;
}

.archiveSeminar__body ul li p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	margin-top: 20px;
}
.archiveSeminar__body ul li p span {
	font-size: 12px;
}

.archiveSeminar__body ul li a.archiveSeminar__btn {
	margin-top: 20px;
	display: inline-block;
}

.archiveSeminar__body ul li a.archiveSeminar__thumb {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.archiveSeminar__note {
	margin-top: 20px;
}

.archiveSeminar__note dl {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.archiveSeminar__note dl * {
	line-height: 1.5;
}

.archiveSeminar__note dl dt {
	text-decoration: underline;
	margin-bottom: 5px;
}

.p-seminarMovie--start .archiveSeminar__thumb:before,
.p-seminarMovie--end .archiveSeminar__thumb:before,
.p-seminarMovie--notapplied .archiveSeminar__thumb:before,
.p-seminarMovie--nomember .archiveSeminar__thumb:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(150, 150, 150, 0.95);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.p-seminarMovie--start .archiveSeminar__thumb:after,
.p-seminarMovie--end .archiveSeminar__thumb:after,
.p-seminarMovie--notapplied .archiveSeminar__thumb:after,
.p-seminarMovie--nomember .archiveSeminar__thumb:after {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	white-space: pre;
	z-index: 10;
	height: fit-content;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.p-seminarMovie--nomember .archiveSeminar__thumb:after {
	content: 'モリタ友の会にご登録のメールアドレスと\aパスワードでログインください。';
}
.p-seminarMovie--notapplied .archiveSeminar__thumb:after {
	content: 'ご視聴にはこちらよりお申込みが必要です。\aお申込み後、別途届くメールに記載されている\aURLからご視聴ください。\a\a 12月31日以前にお申込みいただいた方も、\a再度お申込みが必要です。\a\aお申込み済でこの表示が出る方は\aログアウトの上、再度ログインください。';
}
.p-seminarMovie--start .archiveSeminar__thumb:after {
  content: "2026年1月5日から\A配信開始予定です。";
}
.p-seminarMovie--end .archiveSeminar__thumb:after {
	content: '2026年12月31日をもって配信終了しました。';
}

.case {
	background: url(../img/bg_04.jpg?d=210506) 50% 0 no-repeat;
	height: 1345px;
}
.case h2 {
	color: #fff;
	font-size: 35px;
	line-height: 90px;
}

.case-hl {
	margin-bottom: 88px;
}

.case-wrap {
	background: #fff;
	margin: 0 auto 70px;
	position: relative;
	width: 1000px;
}

.case-shl {
	position: absolute;
	top: -26px;
	left: 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	background: #63abe2;
	height: 52px;
	line-height: 52px;
	padding: 0 30px 0 40px;
	border-radius: 0 26px 26px 0;
}

.case-link {
	width: 880px;
	margin: 0 auto 25px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.case-link p {
	background: url(../img/case_marker.png) 0 5px no-repeat;
	padding: 0 0 0 45px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	text-align: left;
}
.case-link p span {
	display: block;
	font-weight: normal;
	font-size: 16px;
}
.case-link a img {
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}

.case-wrap.case01 {
	padding: 55px 0 15px;
}

.case-wrap.case02 {
	padding: 55px 0 15px;
}

.case-wrap.case03 {
	margin-bottom: 0;
	padding: 60px 0 15px;
}

.data {
	background: url(../img/bg_05.png) 50% 0 no-repeat;
	padding-bottom: 34px;
}
.data h2 {
	color: #fff;
	font-size: 35px;
	line-height: 90px;
}

.voice {
	background: url(../img/bg_06.jpg) 50% bottom no-repeat;
	height: 502px;
}
.voice h2 {
	font-size: 33px;
	color: #fff;
	line-height: 64px;
	width: 760px;
	background: #63abe2;
	margin: 0 auto 53px;
}
.voice ul {
	width: 1080px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.voice ul li {
	background: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	position: relative;
	padding: 35px 0 25px;
	margin: 0 25px 40px;
	border-radius: 10px;
	width: 300px;
}
.voice ul li:nth-child(4),
.voice ul li:nth-child(5) {
	width: 330px;
}
.voice ul li img {
	position: absolute;
	top: -15px;
	left: 90px;
}

.related {
	background: url(../img/bg_05.png) 50% 0 no-repeat;
	padding-bottom: 82px;
}
.related .inner {
	background: #63abe2;
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
}
.related .inner div {
	margin: 0 auto;
	padding: 30px 48px;
	background: #fff;
	border-radius: 10px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.related .inner div p {
	padding: 0 0 9px 45px;
	font-size: 20px;
	font-weight: bold;
}
.related .inner a img {
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}

.related-hl {
	margin-bottom: 78px;
	font-size: 33px;
	color: #fff;
	line-height: 90px;
}

.product {
	background: url(../img/bg_07.jpg?d=240625) 50% 0 no-repeat;
	height: 706px;
}
.product-sh {
	background: url(../img/bg_14.jpg) 50% 0 no-repeat;
	height: 1009px;
}
.product h2 {
	font-size: 33px;
	color: #fff;
	line-height: 90px;
}

.product-link {
	display: flex;
	margin: auto;
	width: 1000px;
}

.product-link li {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	margin: 0 20px 20px 0;
}

.product-seminar {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	text-align: left;
	width: 580px;
}

.contact {
	border-top: 4px solid #63abe2;
	margin-bottom: 42px;
}
.contact .container {
	background: url(../img/contact_bg.png) right 0 no-repeat;
	text-align: left;
	padding: 43px 0 0;
	position: relative;
}
.contact h2 {
	background: url(../img/tooth.png) 0 0 no-repeat;
	font-size: 41px;
	color: #63abe2;
	line-height: 44px;
	padding: 0 0 0 49px;
	margin-bottom: 10px;
}
.contact .txt01 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 46px;
}
.contact h3 {
	font-size: 30px;
	margin-bottom: 8px;
}
.contact .time {
	line-height: 26px;
	margin-bottom: 10px;
}
.contact .time span {
	color: #fff;
	background: #63abe2;
	padding: 0 5px;
	margin-right: 5px;
}
.contact .time i {
	font-style: normal;
	font-size: 14px;
}
.contact .tel {
	position: absolute;
	top: 232px;
	right: 0;
}
.contact .txt02 {
	font-size: 14px;
	line-height: 21px;
	position: relative;
	padding: 0 0 24px;
	margin-bottom: 24px;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
	background-size: 5px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
}

.contact-btn {
	margin: 0 0 0 auto;
	width: 482px;
}

.float-btn {
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 100;
}

footer div {
	border: 1px solid #000;
	width: 940px;
	height: 46px;
	border-radius: 23px;
	margin: 0 auto;
	line-height: 46px;
	font-size: 14px;
	letter-spacing: 0.1em;
}
footer small {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin: 20px 0 60px;
	letter-spacing: 0.1em;
} /*# sourceMappingURL=style.css.map */
