@charset "utf-8";

html {
	scroll-behavior: smooth;
}

[id] {
scroll-margin-top: 80px; 
}

.row-reverse {
	flex-direction: row-reverse;
}

.drop-menu-item.personal03 a {
	color: #05A19D;
}
.drop-menu-item.personal03::before {
	background: url(../../_assets/images/Icon_arrow-right.svg) no-repeat center center / cover;
}
.drop-menu-item.personal03 {
	pointer-events: none;
}


/* ヘッダー
===================================== */
.top_logo {
	display: none;
}
.sub_logo {
	display: block;
}
.header_bg {
  background: rgba(255, 255, 255, .5);
}
.header_nav_item.personal::before { 
	width: 100%;
}
.header_nav {
  color: #000;
}

.wide_inner {
	max-width: 1920px;
margin-inline: auto;
padding-left: 40px;
}

.inner {
max-width: 1920px;
margin-inline: auto;
padding-inline: 40px;
}

@media only screen and (max-width:1440px) {
	.wide_inner {
		padding-left: 20px;
	}
	.inner {
		padding-inline: 20px;
	}
}

@media only screen and (max-width:768px) {
	.inner {
  width: 100%;
		padding-inline: 20px;
}
}

.mv_title {
	color: #000;
}
.mv_link {
	color: #000;
}

/* top_area
===================================== */
.top_area {
	position: relative;
	padding-top: 104px;
	padding-bottom: 44px;
}
.top_right_contents {
	position: relative;
	padding-bottom: 80px;
}
.top_right_contents_wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.top_lead_area {
	flex-shrink: 0;
}
.top_lead_fix_area {
	position: sticky;
	top: 104px;
	left: 0px;
 padding-bottom: 40px;
	z-index: 2;
}
.top_lead {
	margin-top: 20px;
	font-size: 54px;
	font-size: clamp(1.563rem, 0.211rem + 2.636vw, 3.375rem);
	font-weight: bold;
	line-height: 1.4;
}
.top_lead_color {
	margin-top: 47px;
	color: #05A19D;
	font-size: 40px;
	font-size: clamp(1.25rem, 0.417rem + 1.736vw, 2.5rem);
	font-weight: bold;
	line-height: 1.4;
}
.top_cap {
	font-size: 12px;
	margin-top: 14px;
}
.top_text_area {
	width: 100%;
	max-width: 680px;
	margin-top: clamp(10.625rem, 1.773rem + 17.273vw, 22.5rem);
	margin-top: 200px;
}
.top_subtitle {
	margin-top: 76px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	color: #05A19D;
	font-size: 30px;
	font-weight: bold;
}
.top_subtitle:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #05A19D;
}
.top_subtitle:after {
	margin-left: 1rem;
}
.totono_app_wrap {
	display: flex;
	justify-content: space-between;
}
.totono_app01 {
	width: 36%;
	max-width: 240px;
}
.totono_app {
	width: 23%;
	display: block;
	max-width: 156px;
	transition: .4s;
}
.totono_app:hover {
	opacity: .8;
}
.request_area {
	margin-top: 70px;
}
.request_text {
	margin-top: 28px;
	margin-bottom: 32px;
	font-size: 20px;
	line-height: 1.8;
	font-weight: bold;
}
.totono_banner,
.request_banner {
	display: block;
	transition: .4s;
}
.totono_banner:hover,
.request_banner:hover {
	opacity: .7 ;
}
.request_banner + .request_banner {
	margin-top: 18px;
}
.top_text {
	margin-top: 32px;
	font-size: 18px;
	font-size: clamp(0.875rem, 0.689rem + 0.364vw, 1.125rem);
	line-height: 2;
}

@media only screen and (max-width:1024px) {
	.top_area {
		overflow: hidden;
		padding-top: 52px;
		padding-bottom: 64px;
	}
	.top_right_contents {
		position: relative;
		padding-bottom: 0px;
	}
	.top_right_contents_wrap {
		flex-direction: column;
	}
	.top_lead_fix_area {
		position: static;
		padding-bottom: 0px;
	}
	.top_lead {
		margin-top: 10px;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.4;
	}
	.top_lead_color {
		margin-top: 32px;
		font-size: 20px;
	}
	.top_text_area {
		margin-top: 40px;
	}
	.top_text {
		margin-top: 18px;
		font-size: 14px;
		line-height: 1.7;
	}
	.top_wrap {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
		padding: 20px;
		grid-template-columns: repeat(2,1fr);
		gap: 15px;
	}
	.top_subtitle {
		margin-top: 36px;
		margin-bottom: 18px;
		font-size: 16px;
	}
	.totono_app {
		width: 28%;
	}
	.request_area {
		margin-top: 30px;
	}
	.request_text {
		margin-top: 18px;
		margin-bottom: 20px;
		font-size: 16px;
	}
	.request_banner + .request_banner {
		margin-top: 10px;
	}
}

/* fix_nav_area
=============================== */
.fix_nav_area {
	width: 370px;
	flex-shrink: 0;
}
.fix_nav {
	position: sticky;
	top: 104px;
	left: 0px;
	z-index: 2;
}
.fix_nav.pb100 {
 padding-bottom: 100px;
}
.fix_nav_item {
	display: block;
	position: relative;
}
.fix_nav_en {
	position: relative;
  color: #05A19D;
	font-size: 16px;
	padding-left: 20px;
}
.fix_nav_en::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #05A19D;
}
.fix_nav_title {
	color: #05A19D;
	font-size: 40px;
	font-size: clamp(1.75rem, 0.758rem + 1.935vw, 2.5rem);
	letter-spacing: 0.05em;
	line-height: 1.4;
	font-weight: bold;
}
.fix_nav_title.indent {
	margin-left: 30px;
 text-indent: -36px;
}
.fix_nav_title span {
	display: block;
	font-size: 18px;
	margin-left: 30px;
}
.fix_nav_title_wrap {
	margin-top: 47px;
	display: flex;
	flex-direction: column;
	row-gap: 18px;
}
.fix_nav_title2 {
  position: relative;
	font-size: 16px;
  padding-bottom: 15px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	font-weight: 500;
  border-bottom: 1px solid #151515;
		transition: all .5s ease-out;
}
.fix_nav_title2::before {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  background: url(../_assets/images/Icon_arrow-right.svg) no-repeat center center / contain;
  width: 12px;
  height: 12px;
}
.fix_nav_title2:last-of-type:before {
  background: url(../_assets/images/Icon_arrow-right_gray.svg) no-repeat center center / contain;
  transform: rotate(90deg);
}
.fix_nav_title2:hover {
	opacity: .7;
}

@media only screen and (max-width:1440px) {
	.fix_nav_area {
		width: 300px;
		width: clamp(16.875rem, 14.395rem + 4.839vw, 18.75rem);
	}
	.fix_nav_title {
		font-size: 32px;
		font-size: clamp(1.75rem, 1.419rem + 0.645vw, 2rem);
}
.fix_nav_title span {
	font-size: 14px;
	margin-left: 30px;
}
	.fix_nav_en {
		font-size: 13px;
	}
}

@media only screen and (max-width:768px) {
	.fix_nav_area {
		width: 100%;
	}
	.fix_nav {
		position: static;
			padding-bottom: 40px;
	}
	.fix_nav.pb100 {
		padding-bottom: 0px;
	}
	.fix_nav_en {
		font-size: 13px;
		padding-left: 20px;
	}
	.fix_nav_en::before {
		left: 2px;
		width: 4px;
		height: 4px;
	}
	.fix_nav_title {
		margin-top: 10px;
		font-size: 25px;
		padding-bottom: 0;
	}
	.fix_nav_title.indent {
		margin-left: 20px;
		text-indent: -24px;
	}
	.top_area .fix_nav_title {
		padding-bottom: 0px;
}
	.fix_nav_title span {
		font-size: 14px;
}
	.fix_nav_title_wrap {
		flex-direction: row;
		justify-content: space-between;
		column-gap: 15px;
	}
	.fix_nav_title2 {
		width: 100%;
		font-size: 13px;
			padding-bottom: 8px;
	}
	.fix_nav_title2::before {
			top: 4px;
			transform: rotate(90deg);
	}
	.fix_nav_title2:last-of-type:before {
			background: url(../_assets/images/Icon_arrow-right_gray.svg) no-repeat center center / contain;
			transform: rotate(90deg);
	}
}

/* contents_area
===================================== */
.contents_area {
	position: relative;
	margin-top: 120px;
}
.contents_area.bg {
	background-color: #F8F8F8;
}
.contents_area_wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}

@media only screen and (max-width:768px) {
	.contents_area {
		margin-top: 70px;
	}
	.contents_area_wrap {
		flex-direction: column;
	}
	
}

/* right_area
=============================== */
.right_area {
	width: calc(100% - 375px);
	background-color: #F8F8F8;
}
@media only screen and (max-width:1440px) {
	.right_area {
		width: calc(100% - 320px);
	}
}
@media only screen and (max-width:768px) {
	.right_area {
			width: 100%;
	}
}




/* construction_wrap
================================== */
.right_area_inner {
	margin-top: 120px;
	margin-bottom: 80px;
	width: 80%;
	max-width: 1190px;
	margin-inline: auto;
}
.construction_wrap {
	display: flex;
	align-items: center;
	justify-content: space-around;
	column-gap: 20px;
}
.construction_img {
	width: auto;
}
.construction_text {
	width: 45%;
	max-width: 460px;
	font-size: 18px;
	font-size: clamp(0.875rem, 0.589rem + 0.447vw, 1.125rem);
	line-height: 1.6;
}
.right_contents {
	margin-top: 80px;
	padding:60px 60px;
	padding:60px clamp(1.25rem, -1.613rem + 4.469vw, 3.75rem);
	background-color: #F8F8F8;
}
.right_contents_wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}
.construction_grid {
	margin-top: 100px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	row-gap: 68px;
}
.construction_item {
	position: relative;
	padding-inline: 10px;
}
.construction_item::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 75%;
	background-color: rgba(192, 192, 192, .8)
}
.construction_item:nth-child(3)::after ,
.construction_item:nth-child(5)::after {
	content: none;
}
.construction_item_img img {
	margin-inline: auto;
}
.construction_item_body {
	margin-top: 32px;
	width: 80%;
	margin-inline: auto;
}
.construction_item_title {
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
}
.construction_item_text {
	margin-top: 22px;
	font-size: 18px;
	font-size: clamp(0.875rem, 0.589rem + 0.447vw, 1.125rem);
	line-height: 2;
}
.app_link_img {
	transition: .4s;
}
.app_link_img:hover {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media only screen and (max-width:1024px) {
	.right_area_inner {
		margin-top: 60px;
		margin-bottom: 40px;
		width: 90%;
}
	.construction_wrap {
		margin-top: 193px;
		padding-right: 60px;
		padding-right: clamp(1.25rem, -1.613rem + 4.469vw, 3.75rem);
		flex-direction: column;
		row-gap: 30px;
	}
	.construction_title {
		width: 100%;
		max-width: 457px;
		font-size: 40px;
		font-size: clamp(1.625rem, 0.623rem + 1.564vw, 2.5rem);
		font-weight: bold;
		line-height: 1.4;
	}
	.construction_text {
		width: 100%;
		max-width: 673px;
		font-size: 18px;
		font-size: clamp(0.875rem, 0.589rem + 0.447vw, 1.125rem);
		line-height: 2;
	}
	.right_contents_wrap {
		flex-direction: column;
		row-gap: 40px;
	}
	.construction_grid {
		margin-top: 100px;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		row-gap: 68px;
	}
	.construction_item:nth-child(3)::after ,
	.construction_item::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 1px;
		height: 75%;
		background-color: rgba(192, 192, 192, .8)
	}
	.construction_item:nth-child(2)::after ,
	.construction_item:nth-child(4)::after ,
	.construction_item:nth-child(5)::after {
		content: none;
	}
	.construction_item_title {
		font-size: 18px;
	}
	.construction_item_text {
		margin-top: 8px;
		font-size: 14px;
	}
}

@media only screen and (max-width:768px) {
	.construction_wrap {
		margin-top: 0px;
		padding-right: 20px;
		padding-left: 20px;
		flex-direction: column;
		row-gap: 23px;
	}
	.construction_img {
		max-width: 240px;
}
	.construction_title {
		font-size: 25px;
	}
	.construction_text {
		font-size: 14px;
		line-height: 1.7;
	}
	.right_contents {
		margin-top: 40px;
		padding:30px 20px;
	}
	.right_contents_title {
		font-size: 13px;
	}
	.right_contents_name {
		margin-top: 24px;
		font-size: 25px;
	}
	.right_contents_text {
		margin-top: 30px;
		font-size: 14px;
	}
	.construction_grid {
		margin-top: 60px;
		grid-template-columns: repeat(1,1fr);
		row-gap: 30px;
	}
	.construction_item {
		position: relative;
		padding-inline: 20px;
		padding-bottom: 20px;
	}
	.construction_item::after {
		top:auto;
		bottom: 0;
		transform: translateY(0);
		left: 50%;
		transform: translateX(-50%);
		width: 280px;
		height: 1px;
		background-color: rgba(192, 192, 192, .8)
	}
	.construction_item:nth-child(3)::after {
		content: '';
	}
	.construction_item:nth-child(5)::after {
		content: none;
	}
	.construction_item_img img {
		max-width: 80px;
	}
	.construction_item_body {
		margin-top: 12px;
		width: 70%;
	}
}

/* app_wrap
============================== */
.right_area_inner.app_inner {
	background-color: #fff;
	padding-block: 80px;
}
.app_wrap {
	width: 90%;
	max-width: 1000px;
	margin-inline: auto;
	display: flex;
	justify-content: center;
	column-gap: 30px;
}
.app_item {
	text-align: center;
}
.app_item img {
	margin-inline: auto;
}
.app_img02_icon {
	position: absolute;
	top: 30px;
	left: -16px;
	width: auto;
}
.app_img03_icon {
	position: absolute;
	top: 13%;
	right: -14px;
}
.app_item_en {
	font-size: 18px;
	color: #05A19D;
	margin-bottom: 12px;
}
.app_item_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 22px;
}

@media only screen and (max-width:1024px) {
	.right_area_inner.app_inner {
		background-color: #fff;
		padding-block: 40px;
	}
	.app_wrap {
		width: 100%;
		flex-direction: column;
		row-gap: 30px;
	}
	.app_item {
		max-width: 205px;
		margin-inline: auto;
	}
	.app_item.app_item02 {
		margin-left: -20px;
	}
	.app_item_en {
		font-size: 16px;
		margin-bottom: 4px;
	}
	.app_item_title {
		font-size: 18px;
		margin-bottom: 10px;
	}
}


/* support_contents
================================== */
.support_inner {
	width: calc(100% - 80px);
	max-width: 1500px;
	margin-inline: auto;
}
.support_contents_head {
	margin-bottom: 60px;
}
.support_contents_title {
	font-size: 40px;
	font-size: clamp(1.563rem, 0.864rem + 1.364vw, 2.5rem);
	font-weight: bold;
	flex-shrink: 0;
}
.support_contents_text {
	margin-top: 40px;
	font-size: 18px;
	font-weight: 500;
}
.support_contents {
	background-color: #fff;
	padding: 60px;
	margin-top: 2px;
}
.support_title_box {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.support_title_wrap {
	display: flex;
	column-gap: 30px;
	width: 64%;
}
.support_title_num {
	flex-shrink: 0;
	width: 90px;
}
.support_title {
	font-size: 32px;
	font-weight: bold;
	color: #C0373A;
}
.support_lead {
	margin-top: 10px;
	font-size: 18px;
	line-height: 2;
	font-weight: 500;
}
.support_text {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 500;
}
.support_text span {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.support_img {
	flex-shrink: 0;
}
.support_banner {
	display: block;
	transition: .4s;
}
.support_banner:hover {
	opacity: .7;
}
.support_grid_col3 {
	margin-top: 2px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 2px;
}
.support_grid_col2 {
	margin-top: 2px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 2px;
}
.flag_wrap {
	margin-top: 23px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 30px;
	row-gap: 10px;
}
.flag_item {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.flag_text {
	font-size: 14px;
	font-weight: 500;
}
.support_panel {
	padding: 40px 60px;
	background-color: #fff;
}
.support_panel_wrap {
	display: flex;
	column-gap: 24px;
}
.support_panel_icon img {
	margin-inline: auto;
}
.support_panel_title {
	margin-top: 15px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.support_panel_title.t_left {
	margin-top: 0;
	text-align: left;
	margin-bottom: 14px;
}
.support_panel_title span {
	color: #05A19D;
}
.support_panel_text {
	margin-top: 18px;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 500;
}
.support_panel_wrap .support_panel_text {
	margin-top: 0;
}
.support_panel_text span {
	display: block;
	font-size: 12px;
}
.support_panel_text2 {
	color: #05A19D;
	margin-top: 14px;
	font-size: 18px;
	line-height: 1.7;
	font-weight: bold;
}
.support_panel_body {

}
.support_color_lead {
	font-size: 24px;
	color: #C0373A;
	font-weight: 500;
}
.support_color_lead span {
	font-size: 12px;
}
.support_contents_wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.support_title2 {
	font-size: 32px;
	font-weight: bold;
	flex-shrink: 0;
}
.support_contents_body {
width: 74%;
}
.support_contents_body_wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}
.support_lead a {
	color: #05A19D;
	text-decoration: underline;
}
.qr {
	flex-shrink: 0;
}
.support_contents_label_wrap {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 10px;
}
.support_contents_label {
	font-size: 18px;
	line-height: 1;
	color: #fff;
	background-color: #05A19D;
	font-weight: 500;
	text-align: center;
	padding: 16px 4px;
	width: 100%;
	border-radius: 4px;
}
.support_title3 {
	font-size: 24px;
	font-weight: bold;
	color: #37AE37;
}
.support_title3.color {
	color: #008CD6;
}
.support_title3.color2 {
	color: #fff;
	text-align: center;
	width: calc(100% - 40px);
	margin-inline: auto;
}
.support_contents_img {
	margin-top: 23px;
}
.call_contents {
	background-color:#C0373A;
	padding-top: 40px;
	padding-bottom: 45px;
}
.call_contents_area {
	margin-top: 30px;
	padding: 24px 20px 14px;
	background-color: #fff;
}
.call_contents_title {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.flag_wrap.jcc {
	justify-content: center;
}
.call_contents_cap {
	font-size: 12px;
	text-align: center;
	margin-top: 12px;
}

@media only screen and (max-width:1024px) {
	.support_title_box {
		flex-direction: column;
		row-gap: 30px;
	}
	.support_title_wrap {
		width: 100%;
		row-gap: 30px;
	}
	.support_img {
		margin-inline: auto;
	}
	.support_grid_col3 {
		grid-template-columns: repeat(2,1fr);
	}
	.support_panel {
		padding: 20px;
	}
	.support_contents_wrap {
		flex-direction: column;
		row-gap: 20px;
	}
	.support_contents_body {
		width: 100%;
	}
	.support_contents.scroll,
	.call_contents {
		width: 1300px;
	}
}

@media only screen and (max-width:1024px) {
	.support_contents {
		background-color: #fff;
		padding: 40px 20px;
		margin-top: 2px;
	}
	.support_title_box {
		flex-direction: column;
		row-gap: 30px;
	}
	.support_title_wrap {
		flex-direction: column;
		width: 100%;
		gap: 20px;
	}
	.support_title_num {
		margin-inline: auto;
	}
	.support_title {
		font-size: 24px;
	}
	.support_lead {
		font-size: 16px;
	}
	.support_text {
		margin-top: 10px;
		font-size: 14px;
	}
	.support_text span {
		font-size: 12px;
		margin-top: 10px;
	}
	.support_grid_col3 {
		grid-template-columns: repeat(1,1fr);
		max-width: 300px;
		margin-inline: auto;
	}
	.support_grid_col2 {
		grid-template-columns: repeat(1,1fr);
		max-width: 500px;
		margin-inline: auto;
	}
	.flag_wrap {
		margin-top: 23px;
		gap: 10px;
	}
	.support_panel {
		padding:30px 20px;
	}
	.support_panel_title {
		margin-top: 15px;
		font-size: 20px;
	}
	.support_panel_text {
		margin-top: 12px;
		font-size: 16px;
	}
	.support_panel_text2 {
		margin-top: 10px;
		font-size: 14px;
}
	.support_title2 {
		font-size: 24px;
	}
	.support_contents_body_wrap {
		flex-direction: column;
		row-gap: 10px;
	}
	.qr {
		margin-inline: auto;
	}
	.support_contents_label_wrap {
		margin-top: 50px;
		grid-template-columns: repeat(2,1fr);
		gap: 5px;
	}
	.support_contents_label {
		font-size: 13px;
		padding: 14px 4px;
	}
	.support_color_lead {
		font-size: 20px;
	}
	.support_color_lead span {
		display: block;
	}
	.support_title3 {
		font-size: 24px;
	}
	.support_title3.color2 {
		text-align: center;
		width: calc(100% - 40px);
		margin-inline: auto;
	}
	.support_contents_img {
		margin-top: 23px;
	}
	.call_contents {
		padding-top: 40px;
		padding-bottom: 45px;
	}
	.call_contents_area {
		margin-top: 30px;
		padding: 24px 20px 14px;
	}
	.call_contents_title {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
}

@media only screen and (max-width:425px) {
	.support_panel_wrap {
		flex-direction: column;
		row-gap: 20px;
	}
}

/* support_link_area
========================== */
.support_link_area {
	margin-top: 140px;
}
.support_link_title {
	font-size: 56px;
	font-weight: bold;
}
.support_link_wrap {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
}
.support_link_item {
	position: relative;
	background-color: #F8F8F8;
	padding: 60px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 14px;
}
.support_link_item::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 60%;
	background-color: rgba(192, 192, 192, .8);
}
.support_link_item:last-child::after {
	content: none;
}
.support_link_body {
	text-align: center;
}
.support_link_img {
	margin-bottom: 18px;
	min-height: 88px;
	display: flex;
	align-items: center;
}
.support_link_img img {
	display: block;
	width: auto;
	margin: auto;
}
.support_link_img.livero {
	width: 80%;
	max-width: 230px;
	margin-inline: auto;
}
.support_link_text {
	font-size: 14px;
}
.support_link_tel {
	display: block;
	margin-block: 6px;
	font-size: 32px;
	font-weight: bold;
}
.support_link_tel_text {
	display: block;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
}
.support_link_tel_text .color {
	color: #C0373A;
}
.support_link_btn {
	display: block;
	width: 100%;
	max-width: 248px;
	margin-inline: auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 16px 0;
	border: 1px solid #05A19D;
	border-radius: 100px;
	color: #fff;
	background-color: #05A19D;
	transition: .4s;
}
.support_link_btn:hover {
	opacity: .7;
}

@media only screen and (max-width:991px) {
	.support_link_area {
		margin-top: 80px;
		max-width: 600px;
		margin-inline: auto;
	}
	.support_link_title {
		font-size: 26px;
	}
	.support_link_wrap {
		margin-top: 30px;
		grid-template-columns: repeat(1,1fr);
	}
	.support_link_item {
		width: 94%;
		margin-inline: auto;
		padding: 30px 20px;
	}
	.support_link_item::after {
		top: auto;
		bottom: 0;
		right: 0;
		transform: translateY(0);
		width: 100%;
		height: 1px;
	}
	.support_link_item:last-child::after {
		content: none;
	}
	.support_link_body {
		text-align: center;
	}
	.support_link_img {
		margin-bottom: 18px;
		min-height: auto;
		display: flex;
		align-items: center;
	}
	.support_link_img img {
		display: block;
		width: auto;
		margin: auto;
	}
	.support_link_text {
		font-size: 14px;
	}
	.support_link_tel {
		display: block;
		margin-block: 6px;
		font-size: 32px;
		font-weight: bold;
	}
	.support_link_tel span {
		display: block;
		font-size: 10px;
		line-height: 1;
		font-weight: 500;
	}
	.support_link_btn {
		display: block;
		width: 100%;
		max-width: 248px;
		margin-inline: auto;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		padding: 16px 0;
		border: 1px solid #05A19D;
		border-radius: 100px;
		color: #fff;
		background-color: #05A19D;
		transition: .4s;
	}
	.support_link_btn:hover {
		opacity: .7;
	}
}