@charset "UTF-8";


.fluffy {
  animation: fluffy 3s infinite;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

section.fv {
    padding: 90px 0 60px;
    background-image: url("../img/home/fv_bg_head.svg"), url("../img/home/fv_bg_bottom_2.svg"), url("../img/home/fv_bg_bottom.svg");
    background-position: left top, right bottom, right bottom;
    background-size: 50%, 55%, 75%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.fv_inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h1.fv_title {
    font-size: 6rem;
    font-weight: 600;
}

h1.fv_title span {
    display: block;
    line-height: 40px;
    font-size: 4rem;
    font-weight: 700;
}

.fv_main a {
    display: block;
    padding: 14px 20px;
    background: #E4007F;
	border: 1px solid #E4007F;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    width: 60%;
    margin: 30px 0;
    font-weight: 600;
    font-size: 1.8rem;
    transition: all 0.2s ease-in-out 0s;
}

.fv_main a:hover {
	color: #E4007F;
	border: 1px solid #E4007F;
	background: #fff;
}

.fv_main {
    width: 50%;
    position: relative;
    z-index: 999;
}

.fv_image {
    position: absolute;
    width: 52%;
    right: -1%;
    top: 50%;
    margin-top: -250px;
}

p.fv_ps {
    font-size: 1.2rem;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

ul.fv_badge {
    width: 15%;
    position: relative;
    z-index: 999;
}

ul.fv_badge li {
    width: 140px;
    overflow: hidden;
    height: 140px;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: -6px 6px 20px rgba(0,0,0,0.15);
    text-align: center;
    border-radius: 100%;
    padding: 4px;
    margin: 10px 0;
    background: #fff;
    font-weight: 500;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.partners {
    padding: 40px 0 100px;
    background: #f7f7f7;
    box-shadow: 0 0 60px rgba(0,0,0,0.1);
    border-top: 1px solid #fff;
}

h2.partners_title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    width: max-content;
    margin: 0 auto 30px;
}

h2.partners_title:before {
    position: absolute;
    display: block;
    content: "";
    width: 60px;
    height: 1px;
    background: #000;
    transform: rotate(60deg);
    top: 31px;
    left: -80px;
}

h2.partners_title:after {
    position: absolute;
    display: block;
    content: "";
    width: 60px;
    height: 1px;
    background: #000;
    top: 30px;
    right: -80px;
    transform: rotate(-60deg);
}

h2.partners_title span {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
}

.bg_pink_head {
	background-image: url("../img/home/bg_pink.svg");
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}

.slider_parent {
  position: relative;
  overflow: hidden;
}

.slider_parent .slider {
  display: flex;
}

.text_scroll {
  animation: scroll 20s linear infinite;
}

.logos {
  flex-shrink: 0;
}

.slider_parent ul li {
  margin-left: 20px;
  margin-right: 20px;
}

.slider_parent ul li {
  display: inline-block;
  height: 37px;
}

.slider_parent ul li img {
    height: 100%;
    width: auto;
}

.slider_parent ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.slider_parent ul li > a img {
  transition: 0.4s;
}
.slider_parent ul li > a img {
  max-width: 100% !important;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 991px) {
  .slider_parent ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .slider_parent ul li img {
    height: 50px;
    width: auto;
  }
  .text_scroll {
    animation: scroll 30s linear infinite;
  }
}

section.features {
    width: 96%;
    margin: -60px auto 0;
    padding: 80px 5%;
    backdrop-filter: blur(26px);
    background: rgba(255,255,255,0.5);
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    border-radius: 60px;
}

.features_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.features_inner h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 60px;
}

span.title_small {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 10px;
}

span.title_marker {
    font-size: 4rem;
    padding: 0px 8px 4px;
    background: #fff5fb;
    color: #E4007F;
    border-radius: 4px;
    margin: 0 5px;
}

ul.features_list {
    display: flex;
    justify-content: space-between;
}

ul.features_list li {
    width: 29%;
}

.features_list_image {
    width: 100%;
    height: 200px;
    background: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

ul.features_list li h3 {
    font-size: 2.1rem;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

ul.features_list li p {
    font-size: 1.3rem;
    line-height: 24px;
    color: #555;
    letter-spacing: 0.5px;
}

ul.cta_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.cta_btn li {
    width: 49%;
}

ul.cta_btn li a {
    display: flex;
    text-align: center;
    font-size: 2rem;
    border-radius: 100px;
    justify-content: center;
    padding: 25px 0;
    align-items: center;
	border: 1px solid #E4007F;
    font-weight: 700;
    transition: all 0.2s ease-in-out 0s;
}

ul.cta_btn li a:hover {
	color: #E4007F;
	border: 1px solid #E4007F;
	background: #fff;
}

ul.cta_btn li a:hover {
	
}

a.cta_panf:after {
    display: block;
    content: "3分でわかる";
    position: absolute;
    background: #fff;
    color: #E4007F;
    padding: 5px 0;
    border-radius: 100px;
    top: -21px;
    left: 50%;
    margin-left: -22%;
    width: 44%;
    font-size: 1.5rem;
    box-shadow: 0 4px 7px rgba(0,0,0,0.1);
}

a.cta_panf:before {
    background: #fff;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: 65px;
    margin-left: -4px;
    transform: rotate(45deg);
    border-radius: 1px;
    z-index: 99;
}

.cta_inner {
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    max-width: 800px;
    margin: 80px auto 0;
}

a.cta_panf {
    background: #E4007F;
    color: #fff;
	position: relative;
}

a.cta_contact {
    background: #fff5fb;
    color: #E4007F;
}

a.cta_panf img {
    width: 30px;
    filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(154deg) brightness(111%) contrast(100%);
    margin-right: 8px;
}

a.cta_contact img {
    width: 30px;
    margin-right: 10px;
	filter: invert(19%) sepia(65%) saturate(5908%) hue-rotate(314deg) brightness(84%) contrast(115%);
}

section.services {
    background: #E4007F;
    padding: 80px 0;
}

.services_inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.services_inner h2 {
    width: 18%;
    writing-mode: tb;
    font-size: 4rem;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.services_inner h2 span {
    padding: 6px 0px;
    margin: 5px 0;
    margin-bottom: 2px;
}

.services_contents {
    width: 75%;
}

p.services_cap {
    color: #fff;
    font-size: 2.2rem;
    line-height: 38px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.services_image {
    width: 68%;
    margin: 0 auto 30px;
}

ul.services_list li h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #E4007F;
    margin-bottom: 20px;
}

ul.services_list li {
    padding: 50px;
    background: #fff5fb;
    border-radius: 14px;
    margin-bottom: 20px;
}

ul.services_list li p {
    font-size: 1.3rem;
    line-height: 24px;
    color: #555;
    margin: 20px 0 0;
}

p.services_list_box_text {
    padding: 10px 5%;
    margin: 0!important;
}

.services_list_box {
    display: flex;
    justify-content: space-between;
}

.services_list_box_inner {
    width: 49%;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    background: #fff;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.05);
}

.services_list_box_inner h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    background: #E4007F;
    color: #fff;
    border-radius: 5px;
    display: flex;
    padding: 4px;
    align-items: center;
    justify-content: center;
}

section.media {
	padding: 0 0 80px 0;
	background: #E4007F;
}

.media_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.media_inner h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px;
}

ul.media_list {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

ul.media_list li img {
    height: auto;
    margin: 0 auto;
    width: 90%;
}

ul.media_list li {
    width: 16%;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin: 0.5%;
    text-align: center;
    font-weight: 600;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flow_bg {
	background-image: url("../img/home/bg_pink_under.svg"), url("../img/home/bg_pink.svg");
	background-size: 100%, 100%;
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
	padding-bottom: 150px;
}

section.flow {
    width: 96%;
    margin: 0 auto;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    border-radius: 60px;
    padding: 80px 5%;
    backdrop-filter: blur(20px);
    background-color: rgba(255,255,255,0.5);
}

.flow_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.flow_inner h2 {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.flow_inner h2 span {
    display: block;
    font-size: 2.4rem;
    margin-top: 10px;
    font-weight: 600;
}

span.pink_text {
    display: inline-block!important;
    color: #E4007F;
}

ul.flow_step {
    display: flex;
    border: 1px solid;
    justify-content: space-between;
    border-radius: 12px;
}

ul.flow_step li {
    padding: 35px;
    width: 25%;
    border-right: 1px solid;
	position: relative;
}

ul.flow_step li:after {
	width:0;
	height:0;
	border-style:solid;
	border-width: 18px 0 18px 14px;
	border-color: transparent transparent transparent #000000;
	content: "";
	display: block;
	right: -15px;
	top: 50%;
	margin-top: -18px;
	position: absolute;
}

ul.flow_step li:last-child:after {
	display: none;
}

ul.flow_step li:last-child {
    border: none;
}

ul.flow_step li h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 16px;
}

ul.flow_step li p {
    font-size: 1.3rem;
    line-height: 24px;
    color: #555;
}

section.quality {
    background: #E4007F;
    padding: 80px 0;
}

.quality_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.quality_inner h2 {
    text-align: center;
    font-size: 4rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 80px;
}

ul.quality_contents {
    display: flex;
    justify-content: space-between;
}

ul.quality_contents li {
    width: 32%;
    border: 1px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 4px 4px 0;
    background: #fff;
}

ul.quality_list li img {
    width: 14px;
    filter: invert(16%) sepia(87%) saturate(7487%) hue-rotate(319deg) brightness(90%) contrast(103%);
    margin-right: 6px;
}

.quality_image {
    background: #eee;
    border-radius: 15px;
    overflow: hidden;
}

.quality_image img {
    width: 100%;
    height: auto;
}

ul.quality_list {
    display: inherit!important;
    padding: 0 8% 20px;
}

ul.quality_list li {
    width: 100%!important;
    font-size: 1.3rem;
    line-height: 21px;
    display: flex;
    font-weight: 400;
    border: none!important;
    margin: 0 0 12px 0;
    border-radius: inherit!important;
    align-items: center;
}

ul.quality_contents li h3 {
    font-size: 2rem;
    font-weight: 700;
    padding: 24px;
    color: #E4007F;
    text-align: center;
}

.services_list_box_inner h4 img {
    width: 15px;
    margin-right: 5px;
    filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(154deg) brightness(111%) contrast(100%);
}

.certification {
    background: #fff;
    padding: 15px;
    border-radius: 14px;
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    align-items: center;
}

.certification_logo img {
    width: 65%;
    margin: 0 auto;
}

.certification_logo {
    width: 35%;
    height: 200px;
    border-radius: 8px;
    background: #f7f7f7;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ddd;
}

.certification_cap {
    width: 60%;
    padding: 20px 5% 20px 0;
}

.certification_cap h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.certification_cap p {
    font-size: 1.2rem;
    color: #555;
}

.certification_cap p span {
    font-weight: 500;
    border: 1px solid;
    padding: 3px 30px;
    font-size: 1.3rem;
    display: block;
    border-radius: 100px;
    width: max-content;
    margin-bottom: 8px;
}

.faq_inner {
    max-width: 1100px;
    margin: 0 auto;
}

section.faq {
    width: 96%;
    margin: 0 auto;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
    border-radius: 50px;
    backdrop-filter: blur(20px);
    padding: 80px 5%;
    background-color: rgba(255,255,255,0.5);
}

.faq_inner h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 60px;
}

.toggle {
    display: none;
}
.Label {
    padding: 30px;
    font-size: 2rem;
    display: flex;
    background: #f7f7f7;
    border-radius: 12px;
    font-weight: 500;
    align-items: center;
}
.Label::before{
    content:"";
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc( 50% - 7px );
    right: 30px;
    transform: rotate(135deg);
}
.Label,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.content p {
    display: flex;
    align-items: center;
    padding: 10px 0 0;
}
.content {
    height: 0;
    margin-bottom: 20px;
    margin-top: -10px;
    padding:0 20px;
    overflow: hidden;
    border-radius: 0 0 12px 12px;
    background: #f7f7f7;
}
.toggle:checked + .Label + .content {
    height: auto;
    padding: 0 40px 40px;
    transition: all .3s;
}
.toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
}

span.text_q {
    font-size: 2rem;
    font-weight: 500;
}

span.icon_q {
    width: 40px;
    height: 40px;
    background: #E4007F;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 2rem;
    font-family: "Inter", sans-serif;
    margin-right: 20px;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

span.icon_a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    margin-right: 30px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-size: 2rem;
    text-align: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

span.text_a a {
    color: #000;
    text-decoration: underline;
}

span.text_a {
    font-size: 1.6rem;
    line-height: 32px;
    width: 92%;
}

.bg_bottom {
	background-image: url("../img/home/bg_pink_under.svg"), url("../img/home/bg_grey_circle.svg");
	background-size: 100%, 100%;
	background-position: top center, bottom center;
	padding-bottom: 40px;
	background-repeat: no-repeat, no-repeat;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
section.fv {
    padding: 90px 5% 30px;
    background-size: 80%, 55%, 95%;
    overflow: hidden;
}

h1.fv_title span {
    font-size: 2rem;
    line-height: 27px;
}

h1.fv_title {
    font-size: 3rem;
}

.fv_main {
    width: 100%;
}

.fv_main a {
    font-size: 1.4rem;
    padding: 10px 25px;
    margin: 15px 0;
    width: max-content;
}

p.fv_ps {
    font-size: 1rem;
}

.fv_image {
    width: 69%;
    top: 4%;
    margin-top: 0;
    right: -25%;
}

ul.fv_badge {
    width: 98%;
    display: flex;
    justify-content: space-between;
    margin: 10px auto 0;
}

.fv_inner {
    display: block;
    width: 100%;
}

ul.fv_badge li img {
    width: 100%;
    height: auto;
}

ul.fv_badge li {
    height: auto;
    width: 32%;
    box-shadow: -2px 2px 12px rgba(0,0,0,0.1);
}

section.partners {
    padding: 20px 0 90px;
}

.slider_parent ul li {
    width: 90px;
    margin: 0 15px;
}

.slider_parent ul li img {
    width: 100%;
    height: auto;
}

h2.partners_title {
    font-size: 1.3rem;
    margin: 0 auto 20px;
}

h2.partners_title span {
    font-size: 2rem;
}

h2.partners_title:before {
    width: 40px;
    top: 26px;
    left: -45px;
}

h2.partners_title:after {
    width: 40px;
    top: 26px;
    right: -45px;
}

section.features {
    padding: 30px 5%;
    border-radius: 20px;
}

span.title_small {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.features_inner h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

span.title_marker {
    font-size: 2rem;
    padding: 0 2px;
    margin: 0 1px;
}

ul.features_list {
    display: block;
}

ul.features_list li {
    width: 100%;
    margin-bottom: 20px;
}

.features_list_image {
    margin-bottom: 15px;
    height: 180px;
}

ul.features_list li h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 26px;
}

ul.features_list li p {
    padding: 0 5%;
    font-size: 1.25rem;
    line-height: 24px;
    letter-spacing: 0;
}

ul.features_list li:last-child {
    margin-bottom: 0;
}

.cta_inner {
    margin: 30px auto;
    width: 90%;
    border-radius: 20px;
    display: block;
}

ul.cta_btn li a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    padding: 15px;
}

ul.cta_btn li {
    width: 100%;
    display: block;
}

ul.cta_btn {
    display: block;
}

a.cta_panf {
    margin-bottom: 10px;
}

a.cta_panf:after {
    font-size: 1.3rem;
}

a.cta_panf:before {
    bottom: 49px;
}

a.cta_panf img {
    width: 24px;
}

a.cta_contact img {
    width: 24px;
}

.bg_pink_head {
    padding-bottom: 20px;
}

section.services {
    padding: 20px 5%;
}

p.services_cap {
    font-size: 1.5rem;
    text-align: left;
    line-height: 25px;
    margin-bottom: 20px;
}

.services_inner {
    display: block;
    width: 100%;
}

.services_inner h2 {
    display: block;
    writing-mode: inherit;
    font-size: 2rem;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.services_contents {
    width: 100%;
}

p.services_cap br {
    display: none;
}

.services_image {
    width: 94%;
    margin: 0 auto 20px;
}

ul.services_list li {
    padding: 25px 6%;
    margin-bottom: 15px;
}

ul.services_list li h3 {
    font-size: 1.8rem;
    text-align: center;
}

ul.services_list li p {
    font-size: 1.25rem;
    line-height: 23px;
}

.services_list_box_inner {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.services_list_box {
    display: block;
}

ul.services_list li p {
    padding: 5px;
}

.services_inner h2 span {
    padding: 0px 4px 2px;
    margin-right: 5px;
}

section.flow {
    border-radius: 20px;
    padding: 30px 5% 5%;
}

.flow_bg {padding-bottom: 20px;}

.flow_inner {
    width: 100%;
}

.flow_inner h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.flow_inner h2 span {
    font-size: 1.5rem;
    margin-top: 5px;
}

ul.flow_step {
    display: block;
    border-radius: 10px;
}

ul.flow_step li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid;
    padding: 20px 7%;
}
	
ul.flow_step li:after {
    right: 50%;
    margin-right: -10px;
    bottom: -20px;
    top: inherit;
    border-width: 10px 10px 10px 10px;
    border-color: #000000 transparent transparent transparent;
}

ul.flow_step li h3 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

ul.flow_step li p {
    font-size: 1.25rem;
    line-height: 22px;
}

section.quality {
    padding: 20px 5%;
}

.quality_inner h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

ul.quality_contents {
    display: block;
}

ul.quality_contents li {
    width: 100%;
}

ul.quality_contents li h3 {
    font-size: 1.8rem;
    padding: 18px 0 12px;
}

ul.quality_contents li {
    font-size: 1.3rem;
    line-height: 20px;
    border-radius: 14px;
    margin-bottom: 15px;
}

ul.quality_list {
    padding: 0 5% 12px;
}

ul.quality_list li {
    margin-bottom: 7px;
}

.certification {
    padding: 7%;
    margin-top: 15px;
    display: block;
}

.certification_logo {
    background: none;
    border: none;
    width: 50%;
    margin: 0 auto;
    height: auto;
}

.certification_logo img {
    width: 100%;
}

.certification_cap {
    width: 100%;
    padding: 0;
    margin-top: 15px;
}

.certification_cap h3 {
    font-size: 1.6rem;
    text-align: center;
    line-height: 26px;
    margin-bottom: 14px;
}

.certification_cap p {
    text-align: center;
    font-size: 1.1rem;
    line-height: 18px;
}

.certification_cap p span {
    margin: 0 auto 10px;
}

.media_inner h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.media_inner {
    padding: 30px 0;
    width: 100%;
}

ul.media_list {
    flex-wrap: wrap;
}

ul.media_list li {
    width: 27%;
    padding: 5px;
    margin: 1%;
}

section.media {
    padding: 0 0 20px;
}

section.faq {
    padding: 30px 5%;
    border-radius: 20px;
}

.faq_inner h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.Label {
    font-size: 1.5rem;
    padding: 15px 30px 15px 15px;
    border-radius: 8px;
}

span.text_q {
    font-size: 1.4rem;
    line-height: 22px;
    width: calc(100% - 24px);
}

span.icon_q {
    width: 26px;
    height: 26px;
    font-size: 1.2rem;
    margin-right: 10px;
}

.Label::before {
    right: 17px;
    height: 6px;
    width: 6px;
    top: calc( 50% - 5px );
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

span.text_a {
    font-size: 1.25rem;
    line-height: 21px;
}

span.icon_a {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    font-size: 1.2rem;
}

.toggle:checked + .Label + .content {
    padding: 0 5% 5%;
}

.fluffy {
  animation: fluffy 3s infinite;
}
	
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
}