@charset "utf-8";
/* all
-------------------------------------------------------------------*/
html,
body {
	background: #FFFFFF;
	color: #282828;
	font-family: "Zen Maru Gothic", 'Noto Sans JP', "游ゴシック", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
}
main {
	overflow: hidden;
	width: 100%;
}
.sitewrap {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.text {
	text-align: left;
}
@media screen and (max-width:767px) {
	html,
	body {
		font-size: 8px;
	}
}
@media screen and (max-width:374px) {
	html,
	body {
		font-size: 2.125vw;
	}
}
/* content
-------------------------------------------------------------------*/
.wellcoop .content_pc {
	display: none;
}
.wellcoop .contect_area {
	position: relative;
	z-index: 0;
	color: #69371a;
	font-weight: 500;
}
.wellcoop .content_inner {
	background: #f8f6f1;
}
.wellcoop .mv_wrap {
	padding-top: 3em;
}
.wellcoop .mv_wrap .mv_title {
	color: #282828;
	font-size: 2.625em;
	font-weight: 600;
	position: relative;
	z-index: 1;
	margin-bottom: 1em;
}
.wellcoop .mv_wrap .mv_title span {
	color: #fff;
	letter-spacing: 0.1em;
	padding-inline: 0.25em;
}
.wellcoop .mv_wrap .mv_title b {
	position: relative;
	font-weight: 500;
}
.wellcoop .mv_wrap .mv_title b::before {
	content: '';
	position: absolute;
	z-index: -2;
	width: 1.42857142857em;
	aspect-ratio: 1/1;
	margin: auto;
	background: #da5283;
	border-radius: 50%;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
}
.wellcoop .mv_wrap .mv_title b.gr::before {
	background: #4aa85a;
}
.wellcoop .mv_wrap .mv_title b.br::before {
	background: #a97d46;
}
.wellcoop .mv_wrap .mv_logo {
	width: 63.6%;
	margin-inline: auto;
	margin-bottom: 1.875em;
}
.wellcoop .mv_wrap .mv_logo img,
.wellcoop .mv_wrap .bg_area img {
	max-width: inherit;
	width: 100%;
}
.wellcoop .mv_wrap .bg_area {
	position: relative;
	z-index: 0;
}
.wellcoop .mv_wrap .mv_slide {
	margin-bottom: 0;
}
.wellcoop .mv_wrap .mv_slide {
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: 0;
	width: 40.4%;
	aspect-ratio: 303/607;
	overflow: hidden;
	border-radius: 2em;
}
.wellcoop .mv_wrap .mv_slide img {
	object-fit: contain;
	object-position: top center;
	max-width: inherit;
	width: 100%;
	height: 100%;
}
.wellcoop .mv_wrap .lead_area {
	padding: 4.375em 1.875em 3.125em;
}
.wellcoop .mv_wrap .lead_area .mv_lead {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1em;
}
.wellcoop .mv_wrap .lead_area .lead_text {
	font-size: 1.5rem;
	line-height: 1.6;
}
.wellcoop .use_wrap {
	background: #f0ead9;
	padding-bottom: 1px;
}
.wellcoop .sec_h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 2.97619047619em;
	font-size: 2.625rem;
	font-weight: 600;
	color: #fff;
	padding: 0.30952380952em 0.75em;
	background-image: linear-gradient(123deg, rgb(105 55 26) 76%, rgb(115 75 51) 76% 85%, rgb(123 91 71) 85%);
	margin-bottom: 0.95238095238em;
	position: relative;
	z-index: 0;
}
.wellcoop .sec_h2::after {
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: auto 0 -0.6em 0;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.66666666667em 0.47619047619em 0 0.47619047619em;
	border-color: #69371a transparent transparent transparent;
}
.wellcoop .use_wrap .use_item.item01 {
	--item-color: #4ba659;
	--title-color: #1f7d2f;
	--att-color: #ceedc5;
}
.wellcoop .use_wrap .use_item.item02 {
	--item-color: #da5283;
	--title-color: #c64378;
	--att-color: #f8eaed;
}
.wellcoop .use_wrap .use_item.item03 {
	--item-color: #a97d46;
	--title-color: #8b6242;
	--att-color: #f0e2d0;
}
.wellcoop .use_wrap .use_item {
	background: var(--item-color);
	padding: 2.375em 1.5625em;
	border-radius: 10em 3.75em 3.75em 3.75em;
	margin-bottom: 3em;
	overflow: clip;
}
.wellcoop .use_wrap .item_inner {
	background: #f8f6f1;
	border-radius: 2.5em;
	padding-bottom: 2.375em;
}
.wellcoop .use_wrap .use_item .title_area {
	display: flex;
	margin-bottom: 2.75em;
	position: relative;
	z-index: 0;
}
.wellcoop .use_wrap .use_item .title_area::before,
.wellcoop .use_wrap .use_item .title_area::after {
	content: '';
	position: absolute;
	z-index: -2;
	width: 5em;
	aspect-ratio: 1/1;
	background-color: var(--item-color);
	inset: auto auto -5em 0;
}
.wellcoop .use_wrap .use_item .title_area::before {
	z-index: -1;
	background-color: #f8f6f1;
	border-radius:50% 0 0 0/50% 0 0 0;
}
.wellcoop .use_wrap .use_item .title_area .use_title {
	position:relative;
	z-index:10;
	font-size: 2.625rem;
	font-weight: 600;
	color: var(--title-color);
	width: 75%;
	text-align: left;
	background:var(--item-color);;
	padding: 0.5em 1.25em 0.25em;
}
.wellcoop .use_wrap .use_item .title_area .use_title::before{
	position:absolute;
	z-index:-10;
	display:inline-block;
	content:"";
	inset:0;
	background:#f8f6f1;
	font-size:1rem;
	border-radius:2.5em 2.5em 0 0;
}
.wellcoop .use_wrap .use_item .title_area .use_icon {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	background: var(--item-color);
	width: 25%;
	color: #fff;
	font-size: 2.125rem;
	padding: 0 0 0.91176470588em;
	border-radius: 0 0 1.76470588235em 0;
	position: relative;
	z-index: 0;
}
.wellcoop .use_wrap .use_item .title_area .use_icon img {
	width: 40%;
}
.wellcoop .use_wrap .use_item .att_area {
	background: var(--att-color);
	margin: 0 2.125em 2.5em;
	border-radius: 0.625em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4%;
	padding: 1.8125em 1em;
	position: relative;
	z-index: 1;
}
.wellcoop .use_wrap .use_item .att_area .img {
	width: 29.0679304897%;
}
.wellcoop .use_wrap .use_item .att_area .text_area {
	color: #282828;
	text-align: left;
}
.wellcoop .use_wrap .use_item .att_area .text_area img {
	width: 113px;
}
.wellcoop .use_wrap .use_item .att_area .text {
	font-size: 1.875em;
	line-height: 1.4;
}
.wellcoop .use_wrap .use_item .figure_area {
	padding-inline: 1.3125em;
	margin-bottom: 1.0625em;
}
.wellcoop .use_wrap .use_item .figure_area .img {
	margin-bottom: 1em;
}
.wellcoop .use_wrap .use_item .other_area {
	position: relative;
	z-index: 0;
	margin-top: 6em;
}
.wellcoop .use_wrap .use_item .other_area::before {
	position: absolute;
	z-index: -1;
	margin: auto;
	background: url(../img/img_use01-06.png) no-repeat;
	background-size: contain;
	inset: -90% 11% auto auto;
	display: block;
	content: "";
	width: 26.2857142857%;
	aspect-ratio: 92/ 155;
}
.wellcoop .use_wrap .use_item .other_area .other_att {
	position: absolute;
	z-index: 1;
	margin: auto;
	background: var(--item-color);
	width: 3.96428571429em;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.75rem;
	color: #fff;
	border-radius: 50%;
	inset: -2.82142857143em auto auto 1em;
}
.wellcoop .use_wrap .use_item .other_area .other_text {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 4.5em;
	text-align: left;
	font-size: 1.75rem;
	color: #282828;
	border-radius: 3em;
	border: solid 1px #282828;
	background: #ffffff;
	padding: 0.35714285714em 1.25em;
	margin: 0.96428571428em 1.5em;
	filter: drop-shadow(0.5em 0.5em 0px var(--item-color));
}
.wellcoop .use_wrap .use_item .other_area02 {
	background: #fff;
	border-radius: 0.9375em;
	padding: 2.0625em 2.3125em;
	margin: 2.5625em 2.0625em 1.5em;
	position: relative;
	z-index: 0;
}
.wellcoop .use_wrap .use_item .other_area02::before {
	position: absolute;
	z-index: -1;
	margin: auto;
	background: url(../img/img_use02-05.png) no-repeat;
	background-size: contain;
	inset: -2% 11% auto auto;
	display: block;
	content: "";
	width: 29.541864139%;
	aspect-ratio: 187 / 243;
}
.wellcoop .use_wrap .use_item .other_area02 .other_text {
	font-size: 2rem;
	font-weight: 600;
	text-align: left;
	margin-bottom: 1.53125em;
	margin-left: 0.875em;
}
.wellcoop .use_wrap .use_item .detail_area {
	margin-inline: 2.125em;
}
.wellcoop .use_wrap .use_item .detail_area .detail_item {
	margin-bottom: 2.875em;
}
.wellcoop .use_wrap .use_item .detail_area .detail_item .detail_lead {
	font-size: 2.125rem;
	font-weight: 600;
	text-align: left;
	padding-bottom: 0.29411764705em;
	margin-bottom: 0.73529411764em;
	border-bottom: 1px solid #999999;
	position: relative;
	z-index: 0;
}
.wellcoop .use_wrap .use_item .detail_area .detail_item .detail_lead::before {
	position: absolute;
	z-index: -1;
	margin: auto;
	background: #a97d46;
	background-size: contain;
	inset: auto auto 0 0;
	display: block;
	content: "";
	width: 45%;
	height: 2px;
}
.wellcoop .use_wrap .use_item .detail_area .detail_item .text {
	font-size: 1.625rem;
	color: #282828;
	line-height: 1.4;
	letter-spacing: -0.07em;
	font-feature-settings: "palt";
}
.wellcoop .use_wrap .use_item .other_area03 {
	padding-inline: 0.9375em;
	margin-bottom: 2em;
}
.wellcoop .use_wrap .use_item .other_area03 .other_text {
	margin-bottom: 1.08333333333em;
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 1;
}
.wellcoop .use_wrap .use_item .other_area03 .other_text span {
	font-size: 1.5em;
	vertical-align: text-bottom;
	padding-inline: 0.1em;
}
.wellcoop .use_wrap .use_item .other_area03 .other_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.625rem 3%;
	margin-bottom: 2.4375em;
}
.wellcoop .use_wrap .use_item .other_area03 .other_item li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: calc((100% - 6%) /3);
	min-height: 4.34615384615em;
	font-size: 1.625rem;
	color: #282828;
	background: #fff;
	padding: 0.5em;
	border-radius: 5em;
	border: solid 1px #282828;
	filter: drop-shadow(0.5em 0.5em 0px var(--item-color));
}
.wellcoop .use_wrap .use_item .other_area03 .other_item li:nth-child(4),
.wellcoop .use_wrap .use_item .other_area03 .other_item li:nth-child(5) {
	width: 36%;
}
.wellcoop .use_wrap .use_item .other_area03 .text {
	text-align: center;
	font-size: 1.625rem;
}
.wellcoop .use_wrap .use_item .function_area {
	background: #fff;
	border-radius: 0.9375em;
	padding: 2em 1.375em;
	margin: 2.5625em 2.0625em 1.5em;
	position: relative;
	z-index: 0;
}
.wellcoop .use_wrap .use_item .function_title {
	font-size: 2.25rem;
	font-weight: 600;
	color: #fff;
	background: var(--item-color);
	margin-bottom: 0.80555555555em;
	padding: 0.5em 1em;
	border-radius: 0.27777777777em;
	position: relative;
	z-index: 0;
}
.wellcoop .use_wrap .use_item .function_title::before {
	position: absolute;
	z-index: -1;
	margin: auto;
	background: url(../img/img_use03-03.png) no-repeat;
	background-size: contain;
	inset: auto -10% -1.5% auto;
	display: block;
	content: "";
	width: 34.63497453310696%;
	aspect-ratio: 204/216;
}
.wellcoop .use_wrap .use_item .function_area .function_item {
	display: flex;
	justify-content: center;
	gap: 8%;
}
.wellcoop .use_wrap .use_item .function_area .function_item li {
	width: 45%;
}
.wellcoop .use_wrap .use_item .function_area .function_item li .img {
	margin-bottom: 1.4375em;
}
.wellcoop .use_wrap .use_item .function_area .function_item li .function_lead {
	text-align: center;
	font-size: 1.75rem;
	font-weight: bold;
	margin-bottom: 0.25em;
}
.wellcoop .use_wrap .use_item .function_area .function_item li .text {
	font-size: 1.625rem;
	color: #282828;
	line-height: 1.4;
}
.wellcoop .regist_wrap .sec_h2 {
	flex-direction: row;
	text-align: left;
	margin-bottom: 1.88095238095em;
}
.wellcoop .regist_wrap .sec_h2 .img_area {
	width: 16.9333333333%;
	margin-right: 0.5em;
}
.wellcoop .regist_wrap .sec_h2 span {
	font-size: 0.7619047619047619em;
}
.wellcoop .regist_wrap .regist_lead {
	margin-bottom: 2.25em;
	position: relative;
	z-index: 0;
	padding-inline: 1.653846153846154em 1.23076923077em;
	text-align: left;
	color: #282828;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: -0.5px;
}
.wellcoop .regist_wrap .regist_lead img {
	width: 23.3333333333%;
}
.wellcoop .regist_wrap .regist_lead span {
	color: #4aa85a;
	font-weight: 600;
}
.wellcoop .regist_wrap .regist_lead::before {
	position: absolute;
	z-index: -1;
	margin: auto;
	background: url(../img/img_regist02.png) no-repeat;
	background-size: contain;
	inset: -65% 4% auto auto;
	display: block;
	content: "";
	width: 34.1333333333%;
	aspect-ratio: 256/257;
}
.tab_change {
	padding-inline: 2em;
	position: relative;
	z-index: 1;
}
.tab_change .tab_list {
	display: flex;
	gap: 2%;
}
.tab_change .tab_list li {
	width: 49%;
}
.tab_change .tab_list label {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #cecece;
	font-size: 1.675em;
	color: #888888;
	border-radius: 0.57692307692em 0.57692307692em 0 0;
	padding: 0.25em;
}
.tab_change .tab_list label em {
	font-size: 1.30769230769em;
}
.tab_change>input[type="radio"] {
	display: none;
}
.tab_change>input[type="radio"]~.tab_table .tab_content {
	overflow: hidden;
	opacity: 0;
	max-height: 0;
	z-index: -10;
	visibility: hidden;
	transition: opacity .4s;
}
.wellcoop .regist_wrap .tab_change>input[type="radio"] {
	position: absolute;
	z-index: -100;
	width: 0;
	top: 0;
	left: 0;
}
.wellcoop .regist_wrap .tab_change>input[type="radio"]~.tab_views .tab_content {
	position: relative;
	z-index: -10;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity .4s;
}
.wellcoop .regist_wrap .tab_change>input[id$="01"]:checked~.tab_views *[class$="01"],
.wellcoop .regist_wrap .tab_change>input[id$="02"]:checked~.tab_views *[class$="02"] {
	z-index: 10;
	max-height: 100%;
	overflow: visible;
	opacity: 1;
}
.wellcoop .regist_wrap .tab_change>input[id$="01"]:checked~.tab_controller *[for$="01"],
.wellcoop .regist_wrap .tab_change>input[id$="02"]:checked~.tab_controller *[for$="02"] {
	color: #ffffff;
	background: #4aa85a;
}
.wellcoop .regist_wrap .tab_change .tab_views {
	margin-bottom: 3.1875em;
	border: 2px solid #4aa85a;
	background: #fff;
	padding: 2.9375em 2.5625em;
}
.wellcoop .regist_wrap .tab_change .tab_views .img01 {
	margin-bottom: 1.5625em;
}
.wellcoop .regist_wrap .tab_change .tab_views .img02 {
	position: relative;
	z-index: 0;
	text-align: left;
}
.wellcoop .regist_wrap .tab_change .tab_views .img02 img {
	width: 55%;
}
.wellcoop .regist_wrap .tab_change .tab_views .img02 .img_text {
	position: absolute;
	z-index: 1;
	font-size: 1.75rem;
	color: #282828;
	letter-spacing: -1px;
	margin: auto;
	height: fit-content;
	inset: 0 auto 0 48%;
}
.wellcoop .regist_wrap .tab_change .tab_views .img02 .img_text em {
	font-weight: 600;
}
.wellcoop .regist_wrap .tab_change .tab_views .img02 .img_text sup {
	font-size: 0.7em;
}
.wellcoop .regist_wrap .tab_change .tab_views .img02 .img_text span {
	font-size: 0.85714285714em;
}
.wellcoop .regist_wrap .tab_change .tab_views .img03 {
	margin-left: -1em;
}
.wellcoop .regist_wrap .tab_change .tab_views .img04 {
	margin-bottom: 2.375em;
}
.wellcoop .regist_wrap .tab_change .tab_views .text01 {
	margin-bottom: 0.5em;
	font-size: 1.675rem;
	font-weight: 600;
	line-height: 1;
	color: #4aa85a;
}
.wellcoop .regist_wrap .tab_change .tab_views .text01 span {
	font-size: 1.5em;
	vertical-align: text-bottom;
	padding-inline: 0.25em;
}
.wellcoop .regist_wrap .tab_change .tab_views .text02 {
	font-size: 1.475rem;
	font-weight: 600;
	color: #282828;
	letter-spacing: -0.08em;
}
.wellcoop .regist_wrap .trouble_area {
	padding-inline: 2em;
}
.wellcoop .regist_wrap .trouble_title {
	font-size: 2.375rem;
	font-weight: 600;
	color: #fff;
	padding: 0.25em 1em;
	margin-bottom: 1.25em;
	border-radius: 0.26315789473em;
	background: #69371a;
}
.wellcoop .regist_wrap a {
	position: relative;
	z-index: 0;
	display: inline-block;
	font-size: 1.75rem;
	color: #fff;
	background: #4aa85a;
	border-radius: 0.35714285714em;
	padding: 1em 2.5em;
	margin-bottom: 1.5em;
	text-decoration: none;
	transition: 0.3s;
}
@media (any-hover: hover) {
	.wellcoop .regist_wrap a:hover {
		transform: translateY(5px);
	}
}
.wellcoop .regist_wrap a::before {
	position: absolute;
	z-index: -1;
	margin: auto;
	background: url(../img/icon_arrow02.png) no-repeat;
	background-size: contain;
	inset: 50% 0.5em auto auto;
	translate: 0 -50%;
	display: block;
	content: "";
	width: 1.071428571428571em;
	aspect-ratio: 1/1;
}
.wellcoop .regist_wrap .trouble_col {
	display: flex;
	margin-bottom: 4.1875em;
}
.wellcoop .regist_wrap .trouble_col li {
	width: 50%;
}
.wellcoop .regist_wrap .trouble_col li .lead_area {
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-size: 1.5rem;
	margin-bottom: 0.875em;
	min-height: 3em;
}
.wellcoop .regist_wrap .trouble_col li .lead_area .num {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 1.25em;
	font-weight: 600;
	line-height: 0.85;
	background: #fff;
	width: 1.5em;
	aspect-ratio: 1/1;
	border-radius: 2em;
	border: solid 1px #282828;
	filter: drop-shadow(2px 2px 0px #a97d46);
}
.wellcoop .regist_wrap .trouble_col li .lead_area .lead_text {
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	color: #282828;
}
.wellcoop .regist_wrap .trouble_col li:nth-child(1) img {
	width: 60%;
}
.wellcoop .regist_wrap .trouble_col li:nth-child(2) img {
	transform: translateX(2.375em);
}
.wellcoop footer {
	background: #f0ead9;
	padding: 4.1875em 2em 14em;
	border-top: 2px dotted;
}
.wellcoop footer .foot_text {
	font-size: 1.75rem;
	letter-spacing: -0.1em;
	font-weight: 600;
	margin-bottom: 2.428571428571429em;
}
.wellcoop footer small {
	font-size: 1.375rem;
	font-weight: 500;
	display: inline-block;
}
.wellcoop footer .download_area {
	position: fixed;
	z-index: 1000;
	max-width: 687px;
	inset: auto 2em 0;
	margin-right: 0.75em;
	background: #fff;
	padding: 0.75em 1em;
	border-radius: 0.625em;
	border: solid 1px #282828;
	margin-inline: auto;
	margin-bottom: 1.5em;
	filter: drop-shadow(0.75em 0.75em 0px #69371a);
}
.wellcoop footer .download_area .text {
	font-size: 1.75rem;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	margin-bottom: 0.5em;
}
.wellcoop footer .download_area .text span {
	font-size: 1.5em;
	vertical-align: text-bottom;
}
.wellcoop footer .download_area .download_col {
	display: flex;
	justify-content: center;
	gap: 6%;
}
.wellcoop footer .download_area .download_col img {
	max-height: 42px;
	width: auto;
}
@media screen and (min-width: 767px) {
	.wellcoop .contect_area {
		width: min(96%, 1320px);
		margin-inline: auto;
		padding-inline: 2%;
		box-sizing: content-box;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
		gap: 0;
	}
	.wellcoop .contect_area::before {
		content: "";
		display: block;
		background: url(../img/bg01.jpg);
		background-size: cover;
		width: 100vw;
		height: 100vh;
		position: fixed;
		inset: 0;
		z-index: -1;
	}
	.wellcoop .content_pc {
		position: relative;
		z-index: 10;
		display: block;
		width: 546px;
		height: 100vh;
	}
	.wellcoop .content_pc_inner {
		position: fixed;
		width: inherit;
		margin: auto;
		z-index: 1;
		inset: 50% auto auto;
		translate: 0 -50%;
		height: fit-content;
	}
	.wellcoop .content_pc .pc_lead {
		font-size: 2.625rem;
		font-weight: 700;
		margin-bottom: 1em;
	}
	.wellcoop .content_pc .app_area {
		display: flex;
		justify-content: center;
		gap: 2em;
		margin-bottom: 3em;
	}
	.wellcoop .content_pc .app_area .text_area {
		text-align: left;
	}
	.wellcoop .content_pc .app_area .text {
		font-size: 1.75rem;
		font-weight: 700;
	}
	.wellcoop .content_pc .app_area .arrow {
		margin-left: -0.5em;
	}
	.wellcoop .content_pc .qr_area {
		display: flex;
		gap: 6%;
		justify-content: center;
	}
	.wellcoop .content_pc .qr_item .qr_img {
		margin-bottom: 1em;
	}
	.wellcoop .content_pc .qr_item a {
		margin-bottom: 1em;
		transition: opacity 0.3s;
	}
	@media (any-hover: hover) {
		.wellcoop .content_pc .qr_item a:hover {
			opacity: 0.7;
		}
	}
	.wellcoop .use_wrap .use_item .att_area .text_area img {
		width: 226px;
	}
	.wellcoop .regist_wrap .tab_change .tab_views .img02 .img_text {
		left: 46%;
	}
	.wellcoop .content_main {
		width: 750px;
		zoom: 1;
		text-size-adjust: auto;
		-webkit-text-size-adjust: auto;
		-ms-text-size-adjust: auto;
		-moz-text-size-adjust: auto;
	}
	.wellcoop .content_inner {
		margin-block: 3em;
		border-radius: 30px;
		box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.25);
		overflow: clip;
	}
	.wellcoop footer {
		padding-bottom: 2em;
	}
	.wellcoop footer .download_area {
		position: static;
		margin-block: 1em 0;
	}
}
@media screen and (max-width: 900px) and (min-width:769px) {
	.wellcoop .content_pc {
		display: none !important;
	}
	.wellcoop footer .download_area {
		display: block;
	}
}
@media screen and (max-width:1400px) and (min-width:769px) {
	.wellcoop .contect_area {
		justify-content: center;
		gap: 8%;
	}
}
@media screen and (min-width:1025px) {
	.wellcoop .content_main {
		zoom: 0.6;
	}
}
@media screen and (max-width:1400px)  and (min-width:1025px) {
	.wellcoop .content_pc {
		zoom: 0.8;
		width: calc(96% - 750px);
		text-size-adjust: auto;
		-webkit-text-size-adjust: auto;
		-ms-text-size-adjust: auto;
		-moz-text-size-adjust: auto;
	}
}
@media screen and (min-width:1240px){
	.wellcoop .content_main {
		zoom: 0.8;
	}
}
@media screen and (max-width:1024px) and (min-width:769px) , only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
	.wellcoop .content_pc {
		display: none;
	}
	.wellcoop footer {
		padding-bottom: 10em;
	}
	.wellcoop footer .download_area {
		position: fixed;
		margin-bottom: 4.5em;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
	.wellcoop .content_main {
		zoom: 1;
	}
}