@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap');
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
	word-break: break-all;
}
html {
	scroll-behavior: smooth;
}
html,body{
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	-webkit-text-size-adjust: 100%!important;
	letter-spacing: 0.03em;
	font-weight: 500;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	background: #fff;
	color: #000000;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	animation: fadeIn 2s ease 0s;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.blinking{
	-webkit-animation:blink 1.5s infinite;
    -moz-animation:blink 1.5s infinite;
    animation:blink 1.5s infinite;}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
ul,
ol {
  padding: 0;
  margin: 0;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
	color: #454040;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor:pointer;
	text-decoration: none;
}
img{
	display:block;
	width: 100%;
	height: auto;
}
ul {
	list-style: none; }
.pc{
	display: none;
}
.sp{
	display: block;
}
@media screen and (min-width: 750px) {
.pc{
	display: block;
}
.sp{
	display: none;
}
}
.txt_small{
	font-size: 12px;
	line-height: 16px;
}
.txt_s{
	font-size: 2.5vw;
	line-height: 4.5vw;
}
.txt_l{
	font-size: 4.5vw;
	line-height: 7vw;
}
@media screen and (min-width: 750px) {
.txt_s{
	font-size: 18px;
	line-height: 35px;
}
.txt_l{
	font-size: 32px;
	line-height: 50px;
}
}
.txt_center{
	text-align: center;
}
.red{
	color: red!important;
}
.orange{
	color: #ec773b;
}
.marker_yellow {
  background-image: linear-gradient(90deg, #feff99, #feff99);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 30%;
}
/******************************
** FV
*******************************/
.contents{
	max-width: 750px;
	margin: 0 auto;
	background: linear-gradient(90deg,#f0ccd7,#e0d7f4,#c2cfe8);
}
.contents_inner{
	padding:2.5%;
	overflow: hidden;
}
.contents_inner_padding0{
	padding-top: 0!important;
}
.fv1{
	width: 100%;
	margin: 0 auto;
	padding: 5% 5% 4%;
}
.fv2{
	width: 100vw;
	margin: 0 -2.5% 0;
	max-width: 750px;
}
.fv3{
	width: 100vw;
	margin: 0 -2.5% 0;
	max-width: 750px;
	padding-top: 5%;
}
.fv_bt{
	width: 92.8169%;
	margin: 0 auto;
	background: url("../img/fv_bt.png")no-repeat center center;
	background-size: cover;
}
.fv_bt a{
	transition: .2s;
	display: block;
	padding: 27.76934% 0 0;
	background: url("../img/fv_bt.png")no-repeat center center;
	background-size: cover;
}
.fv_bt a:hover{
	background: url("../img/fv_bt_over.png")no-repeat center center;
	background-size: cover;
}
.fv_padding{
	padding: 0 0 5%!important;
}
/******************************
** page1
*******************************/
.page1_1{
	width: 100%;
	margin: 0 auto;
	padding: 4% 0 0;
}
.page1_2{
	width: 91.2676%;
	margin: 0 auto 0;
	padding-top: 10%;
}
.result_buzz{
	width: 31.625%;
	margin: 2% auto;
}
/******************************
** QUESTION
*******************************/
.question_text{
	position: relative;
	width: 93.421053%;
	margin: -54px auto 0;
	font-size: 3.8vw;
	line-height: 5.8vw;
	font-weight: 800;
	padding: calc( 1% + 48px ) 0 0 8%;
	pointer-events: none;
}
.question_text::before{
	content: "";
	position: absolute;
	top: 54px;
	left: 0;
	width:6%;
	background: url("../img/icon_q.png")no-repeat center center;
	background-size: cover;
	padding: 7% 0 0;
}

@media screen and (min-width: 750px) {
.question_text{
	font-size: 29px;
	line-height: 41px;
}
}
.question_wrap{
	width: 100%;
	background: #fff;
	padding: 0 0 0;
	min-height: calc(100vh - 1.2rem);
}
.question_wrap_height0{
	min-height:auto!important;
	padding-bottom: 8%!important;
}
.question_margin{
	margin-top: 4%!important;
}
.question_head{
	position: relative;
	height: 13vw;
}
.question_flow{
	width: 91.9718%;
	margin: 0 auto;
	padding: 5% 0;
}
.question_pic1{
	position: absolute;
	width: 27%;
	left: 4%;
	top: -117%;
}
.question_pic2{
	position: absolute;
	width: 22%;
	right: 3%;
	top: -117%;
}
.question{
	width: 93%;
	margin: 0 auto;
}
.question_bt_wrap{
	width: 94%;
	margin: 0 auto 5%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 3% 0 5%!important;
	border-bottom: 1px solid #cccccc;
}
.last{
	margin: 0 auto 0!important;
	background:none!important;
	padding: 3% 1.5% 0!important;
}
input[type=radio] {
	display: none;
}
*:focus {
  outline: none;
}
.label {
	display: block;
	width: 33.2%;
	padding: 13.06596% 0 0;
	transition: .2s;
	cursor: pointer;
	margin: -0.5% 0 0.5%;
}
.label:hover {
	margin: 0.5% 0 -0.5%;
}
input[type="radio"] + label.answer1 {
	background: url("../img/question_bt1.png")no-repeat center center;
	background-size: cover;
}
input[type="radio"]:checked + label.answer1,
input[type="radio"]:hover + label.answer1{
	background: url("../img/question_bt1_on.png")no-repeat center center;
	background-size: cover;
}
input[type="radio"] + label.answer2 {
	background: url("../img/question_bt2.png")no-repeat center center;
	background-size: cover;
}
input[type="radio"]:checked + label.answer2,
input[type="radio"]:hover + label.answer2{
	background: url("../img/question_bt2_on.png")no-repeat center center;
	background-size: cover;
}
input[type="radio"] + label.answer3 {
	background: url("../img/question_bt3.png")no-repeat center center;
	background-size: cover;
}
input[type="radio"]:checked + label.answer3,
input[type="radio"]:hover + label.answer3{
	background: url("../img/question_bt3_on.png")no-repeat center center;
	background-size: cover;
}
.submit_bt{
	width:70.14%;
	margin: auto auto 0;
	background: url("../img/bt_submit.png")no-repeat center center;
	background-size: cover;
	position: relative;
	bottom:-0.9%;
}
.submit_bt a,
.submit_bt button{
	transition: .2s;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 37vw;
	max-height: 290px;
	border: none;
	font-size: 0;
	background: url("../img/bt_submit.png")no-repeat center center;
	background-size: cover;
	padding: 0;
}

.submit_bt a:not([href]),
.submit_bt button:disabled {
	filter: saturate( 0 );
	cursor: not-allowed;
}

.submit_bt a[href]:hover,
.submit_bt button:not(:disabled){
	background: url("../img/bt_submit_over.png")no-repeat center center;
	background-size: cover;
}
.bt_next button{
	background: url("../img/bt_next.png")no-repeat center center!important;
	background-size: cover!important;
}
.bt_next button:hover{
	background: url("../img/bt_next_over.png")no-repeat center center!important;
	background-size: cover!important;
}
@media screen and (min-width: 750px) {
.question_head{
	height: 95px;
}
}
/************************************
******result
************************************/
.result_wrap{
	width: 100%;
	overflow: hidden;
}
.result_img1{
}
.result_img2 {
}
.result1{
	width: 98.875%;
	margin: 2% auto 4%;
}
.result_box{
	position: relative;
}
.result_box_inner{
	width: 100%;
	background: #333333;
	padding:7% 0 8%;
}
.result_title {
	margin: 0 auto 7%;
	width: 87.6%;
}
.result_text{
	width: 90%;
	margin: 0 auto 1%;
}
.result_bt{
	width: 90%;
	margin: 0 auto;
	background: url("../img/result_bt.png")no-repeat center center;
	background-size: cover;
}
.result_bt a{
	display: block;
	background: url("../img/result_bt.png")no-repeat center center;
	background-size: cover;
	padding: 30.9333% 0 0;
	transition: .2s;
}
.result_bt a:hover{
	background: url("../img/result_bt.png")no-repeat center center;
	background-size: cover;
}
/************************************
******loader
************************************/
.loaderContainer {
	position: fixed;
	z-index: 100;
	inset: 0;
	background: linear-gradient(to right bottom, #7fb2d2 0%, #e8c4d8 100%);
}

.loaderContainer.-ended {
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
}

.loader_txt{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	font-size: 32px;
	text-align: center;
	color:#fff;
}
.loader{
	position: absolute;
	top:42%;
	left: 50%;
	transform: translateX(-50%);
}
/**
 * Lines
 */
@-webkit-keyframes line-scale {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}

	50% {
		-webkit-transform: scaley(0.4);
		transform: scaley(0.4);
	}

	100% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
}

@keyframes line-scale {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}

	50% {
		-webkit-transform: scaley(0.4);
		transform: scaley(0.4);
	}

	100% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
}

.line-scale>div:nth-child(1) {
	-webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(2) {
	-webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(3) {
	-webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(4) {
	-webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(5) {
	-webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div {
	background-color: #fff;
	width: 4px;
	height: 35px;
	border-radius: 2px;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}

/************************************
******thx
************************************/
.thx_wrap{
	padding-bottom: 10%!important;
}
.thx1{
	width: 49.87%;
	margin: 0 auto;
	padding: 6% 0 3%;
}
.thx2{
	width: 87.37%;
	margin: 0 auto;
}
.thx3{
	margin: 4% 0 5%;
}
.thx4{
	width: 80.3%;
	margin: 0 auto;
}
.thx_text{
	text-align: center;
	padding: 3% 0 4%;
	font-weight: bold;
	font-size: 4vw;
	line-height: 6vw;
}
.thx_rank{
	font-size: 6vw;
	line-height: 8vw;
}
.thx_bt{
	width: 100%;
	background: url("../img/thx_bt.png")no-repeat center center;
	background-size: cover;
}
.thx_bt a{
	display: block;
	transition: .2s;
	width: 100%;
	background: url("../img/thx_bt.png")no-repeat center center;
	background-size: cover;
	padding: 29.542484% 0 0;
}
.thx_bt a:hover{
	background: url("../img/thx_bt_over.png")no-repeat center center;
	background-size: cover;
}
@media screen and (min-width: 750px) {
.thx_text{
	font-size: 28px;
	line-height: 36px;
}
.thx_rank{
	font-size: 40px;
	line-height: 48px;
}
}


/*
  ----------------------------------------------------------------------------*/

.slider {
	position: relative;
}

.slider_wrapper {
	display: flex;
	transition: transform .5s;
	gap:0 2.5%;

	/* transform: translateX(100%); */
}

.slider_slide {
	width: 100%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}

/************************************
******result_timer
************************************/
.head_timer{
	width: 82%;
	padding: 5% 0 3.5%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.head_timer_left{
	width: 30%;
	font-size: 2.8vw;
	line-height: 4vw;
	text-align: center;
}
.head_timer_left img{
	margin: 0 0 2%;
}
.head_timer_left b{
	font-size: 4vw;
	line-height: 5vw;
}
.head_timer_right{
	width: 69%;
	background: #fff;
	border: 0.5vw solid #d3d6b6;
	display: table;
	table-layout: fixed;
	padding: 2.5%;
}
.head_timer2{
	display: table-cell;
	vertical-align: middle;
	width: 12%;
	padding: 0 2% 0 0;
}
.head_timer_count{
	display: table-cell;
	vertical-align: middle;
	background: #111111;
	color: #fff100;
	width: 40%;
	font-family: 'Agdasima', sans-serif;
	text-align: center;
	padding: 4% 0;
	font-size: 9.5vw;
	line-height: 8.5vw;
	letter-spacing: 0.05em;
	border-radius: 1vw;
}
@media only screen and (min-width: 750px) {
.head_timer_left{
	font-size: 21px;
	line-height: 31px;
}
.head_timer_left b{
	font-size: 30px;
	line-height: 40px;
}
.head_timer_right{
	border: 2px solid #d3d6b6;
}
.head_timer_count{
	font-size: 72px;
	line-height: 68px;
	border-radius: 8px;
}
}
/************************************
******result1
************************************/
.result_bg1{
	padding: 8% 0;
	text-align: center;
	font-size: 4vw;
	line-height: 6.5vw;
	background: url("../img/result_bg1.jpg");
}
.result_bg1 p,
.result_bg4 p,
.result_bg3 p{
	margin: 4% 0;
}
.result_bg2{
	width:93%;
	margin: 6% auto;
	padding: 1.5%;
	background: url("../img/result_bg2.jpg");
}
.result_bg2_inner{
	padding:5% 0;
	background: #fff;
}
.result_c01{
	width: 47.25%;
	margin: 0 auto 6%;
}
.result_c02{
	margin: 8% auto 5%;
}
.result_cta_wrap{
	position: relative;
	z-index: 1;
	border-top: 0.7vw solid #00b900;
	border-bottom: 0.7vw solid #00b900;
}
.result_cta_inner{
	border: 2vw solid #fff100;
	background: #fff;
	padding: 3% 0 3%;
}
.result_cta1{
	width: 60.65%;
	margin: 3% auto 1%;
}
.result_cta_bt{
	width: 91.5%;
	margin: 0 auto 3%;
	display: block;
	border-radius: 120px;
	box-shadow: 0 5px 12px 0 rgba(0,0,0,0.3);
	overflow: hidden;
}
.result_cta_bt a{
	display: block;
	background: url("../img/result_cta_bt.png")no-repeat center center;
	background-size: cover;
	padding: 34.2896% 0 0;
	transition: .2s;
}
.result_cta_bt a:hover{
	background: url("../img/result_cta_bt_over.png")no-repeat center center;
	background-size: cover;
}
.c-button._shiny {
    position: relative;
    overflow: hidden;
	transition: 300ms;
}
.c-button._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}
.c-button._shiny:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
}
@-webkit-keyframes shinyshiny {
    from,0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100%,to { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.result_cta_timer_wrap{
	width: 70%;
	margin: 0 auto;
	display: table;
}
.result_cta_head_timer1{
	display: table-cell;
	vertical-align: middle;
	width: 36%;
}
.result_cta_head_timer2{
	display: table-cell;
	vertical-align: middle;
	width: 17%;
	padding: 0 1.5%;
}
.result_cta_head_timer_count{
	display: table-cell;
	vertical-align: middle;
	background: #111111;
	color: #fff100;
	width: 44%;
	font-family: 'Agdasima', sans-serif;
	text-align: center;
	padding: 2.5% 0;
	font-size: 7.5vw;
	line-height: 7.5vw;
	letter-spacing: 0.05em;
	border-radius: 1vw;
}
.result_cta_c01{
	position: absolute;
	z-index: 2;
	width: 30%;
	left: 0;
	right: 0;
	margin: auto;
	top: -8%;
}
@media only screen and (min-width: 750px) {
.result_bg1{
	font-size: 24px;
	line-height: 42px;
	background: url("../img/result_bg1.jpg");
}
.result_cta_wrap{
	border-top: 5px solid #00b900;
	border-bottom: 5px solid #00b900;
}
.result_cta_inner{
	border: 20px solid #fff100;
}
.result_cta_head_timer_count{
	font-size:54px;
	line-height: 54px;
	border-radius: 8px;
}
}
/************************************
******result2
************************************/
.result_bg3{
	padding: 4% 0;
	text-align: center;
	font-size: 4vw;
	line-height: 6.5vw;
	background:  #fff;
}

.result_c03{
	width: 71.125%;
	margin: 6% auto;
}
.result_c04{
	width: 75.875%;
	margin: 6% auto;
}
.result_c05{
	margin: 0 0 8%;
}
.result_c09{
	width: 84.75%;
	margin: 0 auto;
	padding: 5% 0 0;
}
.result_c10{
	width: 72.5%;
	margin: 8% auto -2%;
}
.result_c13{
	margin: 8% 0 0;
}
.result_bg4{
	padding: 4% 0;
	text-align: center;
	font-size: 4vw;
	line-height: 6.5vw;
	background:  #ffffe9;
}
.result_c14{
	width: 92.5%;
	margin: 6% auto;
}
.result_c15{
	width: 92.5%;
	margin: 0 auto;
}
.result_c16{
	width: 79%;
	margin: 0 auto;
	padding: 8% 0;
}
.result_c17{
	width: 85.875%;
	margin: 0 auto;
}
.result_c18{
	width: 93%;
	margin: 6% auto 0;
}
.result_c19{
	margin: 4% 0 0!important;
}
.margin_fix{
	margin-top: -4%!important;
}
.result_thx1{
	width: 84%;
	margin: 0 auto;
	padding: 3% 0;
}
.result_thx2{
	width: 88.375%;
	margin: 0 auto 3%;
}
.result_thx_bt a{
	display: block;
	background: url("../img/result_thx_bt.png")no-repeat center center;
	background-size: cover;
	padding: 29.625% 0 0;
	transition: .2s;
}
.result_thx_bt a:hover{
	background: url("../img/result_thx_bt_over.png")no-repeat center center;
	background-size: cover;
}
@media only screen and (min-width: 750px) {
.result_bg3{
	font-size: 24px;
	line-height: 42px;
}
.result_bg4{
	font-size: 24px;
	line-height: 42px;
}
}

.about_wrap{
	background: #bce5ff;
	padding: 15% 0 10%;
}
.about1{
	width: 96.25%;
	margin: 0 auto;
}
.about2{
	width: 93%;
	margin: 6% auto 10%;
}
.about3{
	margin-bottom: 8%;
}
.mediaid1{
	width: 90.125%;
	margin: 0 auto 5%;
}
.mediaid2{
	margin-bottom: 5%;
}
.bridge_count{
	width: 95%;
	margin: 0 auto 10%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	text-align: center;
	font-weight: bold;
	font-size: 2.7vw;
	line-height: 4.5vw;
}
.bridge_count01{
	position: relative;
	z-index: 1;
	width: 18%;
}
.bridge_count02{
	position: relative;
	z-index: 1;
	width: 45%;
}
.bridge_count03{
	width: 36%;
}
.bridge_count01::after,
.bridge_count02::after{
	position: absolute;
	z-index: 2;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(15deg);
	width: 1px;
	height: 100%;
	border-right: 1px solid #000;
}
.color1{
	color: #e012ff!important;
}
.color2{
	color: #7f4bff!important;
}
.color3{
	color: #3d7eff!important;
}
.count_big{
	font-size: 7.3vw;
	line-height: 7.3vw;
	font-family: 'Agdasima', sans-serif;
}
@media only screen and (min-width: 750px) {
.bridge_count{
	font-size: 20px;
	line-height: 30px;
}
.count_big{
	font-size:56px;
	line-height:56px;
}
}
/************************************
******leader
************************************/
.leader_wrap{
	background: url("../img/leader_bg.png")no-repeat right 20% center;
	background-size: cover;
	color: #fff;
	padding: 15% 32% 15% 3.8%;
	text-align: left!important;
}
.leader_logo{
	width: 90%;
}
.leader_name{
	padding: 8% 0 5%;
}
.last2{
	width: 82.625%;
	margin: 5% auto 0;
}
/*追加*/
.swiper-container{
	position: relative;
}
.swiper-button-next,
.swiper-button-prev {
	background-size: contain;
	width: 4vw;
	height: 5.8vw;
	max-width: 30px;
	max-height: 44px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev{
	right:5px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next{
	left:5px;
}
.swiper-button-next,
.swiper-button-prev{
	top:54%;
}
@media (min-width: 500px) {
	.swiper-button-next,
	.swiper-button-prev {
		top: 53%;
	}
}
@media (min-width: 750px) {
	.swiper-button-next,
	.swiper-button-prev {
		top: 50%;
	}
}

.swiper-button-next {
	background-image: url('../img/arrow-next.svg');
}

.swiper-button-prev {
	background-image: url('../img/arrow-prev.svg');
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after{
	content:none;
}
.swiper-container {
	width: 100vw;
	margin: 0 -2.5% 5%;
	max-width: 750px;
	overflow: hidden;
	box-shadow: 0 0 10px 7px rgba(27,42,54,0.14);
}
.footer{
	padding:2rem;
	text-align: center;
	font-size: 90%;
}
.footer .link{
	display: block;
	margin-bottom: 0.5rem;
}
@media (min-width: 750px) {
	.footer {
		display: flex;
		justify-content: center;
		gap: 0 2rem;
	}
	.footer .link{
		margin-bottom:0;
	}
}