@charset "UTF-8";
/**
 * Font
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Roboto', sans-serif;
 * ================================================== */
/**
 * Setting
 * ================================================== */
/**
 * Base
 * ================================================== */
body {
  background-color: #fff;
  animation: loading 0.8s;
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Scroll Animation
 * ================================================== */
/* スクロールCSS */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}

.fadein-up {
  transform: translate(0, 50px);
}

.fadein-down {
  transform: translate(0, -50px);
}

.fadein-left {
  transform: translate(-50px, 0);
}

.fadein-right {
  transform: translate(50px, 0);
}

.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein02 .sec02_inner_img{
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein02 .sec02_inner_img h2{
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms 0.5s;
}
.fadein02 p,.fadein02 div.info{
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms 1s;
}
.fadein02.scrollin .sec02_inner_img,.fadein02.scrollin .sec02_inner_img h2,.fadein02.scrollin p,.fadein02.scrollin div.info{
  opacity: 1;
  transform: translate(0, 0);
}
/**
 * Component
 * ================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

.inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px 0;
}
@media screen and (max-width: 920px) {
  .inner {
    padding: 0 20px 0;
  }
}

p,
ul,
dl,
a,
div {
  font-size: 16px;
}

/**
 * Header
 * ================================================== */






/**
 * Footer
 * ================================================== */
/**
 * Index
 * ================================================== */


.onecoin {
  overflow: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
}
.onecoin .pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .onecoin .pc {
    display: none;
  }
}
.onecoin .sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .onecoin .sp {
    display: block;
  }
}
.onecoin p {
  margin: 0;
  line-height: 1.8;
}
.onecoin h1,
.onecoin h2,
.onecoin h3,
.onecoin h4 {
  margin: 0;
}
.onecoin .w_auto {
  width: auto;
}
.onecoin .abstxt {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 920px) {
  .onecoin .abstxt {
    font-size: 10px;
  }
}
.onecoin section {
  position: relative;
}
.onecoin .abs {
  position: absolute;
}

figure figcaption{
	bottom: 10px;
	right: 10px;
}
/*-------------------*/
/* ヘッダー */
.header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}
.header__inner h1{
	width: 76px;
	margin: 90px 10px 0 0;
}

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background: rgba(0,0,0,0.8);
  transition: ease .4s;
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.nav-items > div{
	margin-bottom: 30px;
}
.nav-items_title{
	color: #ffffff;
	position: relative;
	margin-bottom: 10px;
}
.nav-items_title::before{
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 60%;
	height: 2px;
	background-color: #ffffff;
}
.nav__items{
	padding: 0;
	margin: 0;
}
.nav-items__item::before{
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-right: 0;
    border-radius: 0;
    background: none;
	top: 8px;
	left: 0;
}
.nav-items__item{
	padding-left: 20px;
	margin-bottom: 15px;
}
.nav-items__item a {
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	text-align: left;
	font-size: 20px;
}
.nav-items__item a:hover{
	color: #ED6C00;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}
.header__nav .cv_btn{
	width: 100%;

}
.header__nav .cv_btn a{
	display: block;
	max-width: 450px;
	margin: 0 auto;
}


.header__hamburger {
	width: 80px;
	height: 100%;
	margin: 60px auto 0 20px;
	cursor: pointer;
}
.header__hamburger.active{
	margin: 30px 20px 0 auto;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}


.header__nav.active {
  transform: translateX(0);
}
.hamburger.active img{
	display: none;
}
.hamburger.active span {
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  position: relative;
  display: block;
}
.hamburger.active span:nth-child(2) {
  top: 2px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  top: 0;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
	.header__inner h1{
		width: 52px;
		margin: 40px 10px 0 0;
	}
	.nav-items{
		width: 80%;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		padding: 0;
		margin: 100px 50px 50px 50px;
	}
	.nav-items_title{
		font-size: 12px;
	}
	.nav-items__item a{
		font-size: 16px;
	}
	.nav-items__item{
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.nav-items_title{
		margin-bottom: 5px;
	}
	.header__inner{
		padding: 0 0 0 10px;
	}
	.header__hamburger {
		width: 68px;
		margin: 20px auto 0 0;
	}
	.header__hamburger.active{
		margin: 20px 0 0 auto;
	}
	.hamburger.active span{
		width: 80%;
	}
	.hamburger.active span:nth-child(2){
		top: -2px;
	}
	.hamburger.active span:nth-child(3){
		top: -4px;
	}
}

/*-------------------*/
/* kv */
.kv_box{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 100vh;
	max-height: 1000px;
	min-height: 600px;
}
.kv_img_box01{
	position: absolute;
	top: -50px;
	left: 50px;
	width: 40vw;
	height: 40vw;
	max-width: 400px;
	max-height: 400px;
	animation: animationZoom 15s ease-in-out infinite;
}
.kv_img_box02{
	position: absolute;
	top: -20px;
	right: 80px;
	width: 25vw;
	height: 25vw;
	max-width: 200px;
	max-height: 200px;
	animation: animationZoom02 19s ease-in-out infinite;
}
.kv_img_box03{
	position: absolute;
	bottom: 40px;
	left: 200px;
	width: 25vw;
	height: 25vw;
	max-width: 200px;
	max-height: 200px;
	animation: animationZoom03 14s ease-in-out infinite;

}
.kv_img_box04{
	position: absolute;
	bottom: 60px;
	right: 50px;
	width: 30vw;
	height: 30vw;
	max-width: 300px;
	max-height: 300px;
	animation: animationZoom04 16s ease-in-out infinite;
}
.kv_img_inner{
	position: relative;
}
.kv_img_inner img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
.kv_text01{
	width: 10vw;
	max-width: 65px;
	position: absolute;
	top: 20px;
	right: 100px;
}
.kv_text02{
	width: 10vw;
	max-width: 65px;
	position: absolute;
	bottom: 20px;
	left: 100px;
}
@media screen and (max-width: 767px) {
	.kv_text01{
		right: 0;
		top: 0;
	}
	.kv_text02{
		bottom: 0;
		left: 0;
	}
	.kv_box{
		height: 90vh
	}
	.kv_img_box01{
		top: 80px;
		left: -10px;
	}
	.kv_img_box02{
		top: -20px;
		right: -20px;
		width: 45vw;
		height: 45vw;
	}
	.kv_img_box03{
		bottom: 40px;
		left: -10px;
		width: 45vw;
		height: 45vw;
	}
	.kv_img_box04{
		bottom: 40px;
		right: -60px;
		width: 50vw;
		height: 50vw;
	}
}
.kv_title{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45%;
	max-width: 400px;
	transform: translate(-50%,-50%);
}
.kv_title h1{
	animation: animationTitle 3s ease-in-out 1s forwards;
	opacity: 0;
}
.kv_title div{
    position: absolute;
    top: 50%;
    left: 50%;
	width: 104%;
    max-width: 416px;
    transform: translate(-44.5%, -92.6%);
	animation: animationTitle02 3.2s ease-in-out 1s forwards;
	opacity: 0;
}
#kv_svg_ani{
	opacity: 0;
	animation: animationTitle03 1.5s ease-in-out 4s forwards;
}
@keyframes animationTitle {
  0%{
    transform:scale(3.0);
	  opacity: 0;
  }
  30% {
    transform:scale(1.5) translate(0);
	  opacity: 1;
  }
  100% {
    transform:scale(1) translate(0);
	  opacity: 1;
  }
}
@keyframes animationTitle02 {
  0%,30%{
		transform: translate(-19%, -99%) rotate(45deg);
		opacity: 0;
  }
  60%{
	  opacity: 1;
  }
  100% {
	transform: translate(-44.5%, -92.6%) rotate(0);
	  opacity: 1;
  }
}
@keyframes animationTitle03 {
  0%{
	  opacity: 0;
  }
  100% {
	  opacity: 1;
  }
}


@keyframes animationZoom {
  0%, 100%{
    transform:scale(1.0) translate(0);
  }
  20% {
    transform:scale(1.1) translate(10px,20px);
  } 
  40% {
    transform:scale(1.2) translate(0);
  } 
  60% {
    transform:scale(1.0) translate(-10px,20px);
  } 
  80% {
    transform:scale(1.2) translate(0);
  } 
}
@keyframes animationZoom02 {
  0%, 100%{
    transform:scale(1.0) translate(0);
  }
  20% {
    transform:scale(1.1) translate(-60px,30px);
  } 
  40% {
    transform:scale(1.2) translate(0);
  } 
  60% {
    transform:scale(1.3) translate(-10px,20px);
  } 

}
@keyframes animationZoom03 {
  0%, 100%{
    transform:scale(1.0) translate(0);
  }
  20% {
    transform:scale(1.1) translate(-10px,-20px);
  } 
  40% {
    transform:scale(1.2) translate(0);
  } 
  60% {
    transform:scale(1.2) translate(-10px,20px);
  } 
  80% {
    transform:scale(1.2) translate(0);
  } 
}
@keyframes animationZoom04 {
  0%, 100%{
    transform:scale(1.0) translate(0);
  }
  20% {
    transform:scale(1.1) translate(-10px,20px);
  } 
  40% {
    transform:scale(1.2) translate(0);
  } 
  60% {
    transform:scale(1.3) translate(-10px,20px);
  } 
}


.kv_img_opacity01{
	animation: kv_img_opacity 15s ease-in-out infinite;
}
.kv_img_opacity02{
	animation: kv_img_opacity 11s ease-in-out infinite;
}
@keyframes kv_img_opacity {
  0%, 100%{
    opacity: 0;
  }
  20% {
    opacity: 0;
  } 
  30%,50% {
    opacity: 1;
  } 
  60% {
    opacity: 0;
  } 
}
/*-------------------*/
/* 追従バナー */
.onecoin .hover_bnr {
  position: fixed;
  bottom: -200px;
  left: 0;
  width: 100%;
  z-index: 997;
  transition: 0.5s;
	line-height: 0;
}
.onecoin .hover_bnr a {
	text-decoration: none;
	display: block;
	text-align: center;
	background: #F07D00;
	position: relative;
	transition: 0.3s;
	line-height: 0;
}
.onecoin .hover_bnr a:hover{
	background: #FDD34E;
	transition: 0.3s;
}
.onecoin .hover_bnr a img{
	height: auto;
	width: 100%;
	max-width: 768px;
	margin-top: -17px;
}
.onecoin .hover_bnr.on {
  bottom: 0;
}
@media screen and (max-width: 767px) {
	.onecoin .hover_bnr a img{
		width: 95%;
		margin-top: -12px;
	}
}


/*-------------------*/
/*sec01*/
.sec01{
	padding: 80px 0 120px;

}
.sec01 p{
	text-align: center;
	font-size: 1.5rem;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.sec01 p{
		font-size: 1.25rem;
	}
	
}
/*-------------------*/
/*sec02*/
.sec02{
	background: url("../images/sec02_bg01.svg") no-repeat #5B6D77;
	background-size: 190px 190px;
	background-position: 30% 20px;
	position: relative;
	padding: 1px 0;
}
.sec02 .sec02_pop{
	width: 350px;
	margin: -50px auto 100px;
}
.sec02 .sec02_inner{
	max-width: 780px;
	margin: 100px auto;
	color: #ffffff;
}
.sec02 .sec02_inner .sec02_inner_img{
	height: 360px;
	background: url(../images/sec02_img01.webp) no-repeat;
	background-position: right;
	background-size: auto 100%;
	display: flex;
	align-items: center;
}
.sec02 .sec02_inner .sec02_inner_img  h2{
	font-size: 3rem;
	line-height: 1.7;
}
.sec02 .sec02_inner .sec02_inner_img  h2 strong{
	font-size: 3.75rem;
	border-bottom: 6px solid #ffffff;
	padding-bottom: 10px;
	font-weight: bold;
}
.sec02 .sec02_inner .sec02_inner_img  h2 span{
	font-size: 3.75rem;
	font-weight: bold;
}
.sec02 .sec02_inner p{
	font-size: 1.25rem;
	font-weight: normal;
	margin-top: 20px;
}
.sec02 .sec02_inner div.info{
	font-size: 0.875rem;
	margin: 20px 0;
}
.sec02 .sec02_inner div.info a,.sec02 .sec02_inner div.info a:visited{
	color: #ffffff;
	font-size: 0.875rem;
}
.sec02 .sec02_inner div.info a::after{
	content: none;
}

.sec02 .sec02_inner:nth-child(3) .sec02_inner_img{
	background: url(../images/sec02_img02.webp) no-repeat;
	background-position: left;
	background-size: auto 100%;
}
.sec02 .sec02_inner:nth-child(3) .sec02_inner_img  h2{
	margin-left: 302px;
}
.sec02 .sec02_inner:nth-child(4) .sec02_inner_img{
	background: url(../images/sec02_img03.webp) no-repeat;
	background-position: right;
	background-size: auto 100%;
}
.sec02 .sec02_inner:nth-child(5) .sec02_inner_img{
	background: url(../images/sec02_img04.webp) no-repeat;
	background-position: left;
	background-size: auto 100%;
}
.sec02 .sec02_inner:nth-child(5) .sec02_inner_img  h2{
	margin-left: 415px;
}
@media screen and (max-width: 750px) {
	.sec02{
		background: url("../images/sec02_bg01.svg") no-repeat #5B6D77;
		background-size: 150px 150px;
		background-position: 10% 20px;
		position: relative;
		padding: 1px 0;
	}
	.sec02 .sec02_pop{
		width: 300px;
		margin-top: -40px;
	}
	.sec02 .sec02_inner{
		margin: 60px auto;
	}
	.sec02 .sec02_inner .sec02_inner_img{
		height: 190px;
	}
	.sec02 .sec02_inner .sec02_inner_img  h2{
		font-size: 1.25rem;
		line-height: 1.7;
		margin-left: 20px;
	}
	.sec02 .sec02_inner .sec02_inner_img  h2 strong{
		font-size: 1.75rem;
		border-bottom: 3px solid #ffffff;
		padding-bottom: 7px;
		font-weight: bold;
	}
	.sec02 .sec02_inner .sec02_inner_img  h2 span{
		font-size: 1.75rem;
		font-weight: bold;
	}

	.sec02 .sec02_inner:nth-child(3) .sec02_inner_img  h2{
		margin-left: 42%;
	}
	.sec02 .sec02_inner:nth-child(5) .sec02_inner_img  h2{
		margin-left: 53%;
	}
	.sec02 .sec02_inner p{
		margin: 20px 20px;
		font-size: 1rem;
		font-weight: bold;
	}
	.sec02 .sec02_inner div.info{
		margin: 20px;
	}

	
}

/*-------------------*/
/*sec03*/
.sec03{
	background-color: #5B6D77;
	position: relative;
}
.sec03_pop{
	max-width: 574px;
	margin: 0 auto -50px;
	position: relative;
	z-index: 2;
}
.sec03 .sec03_inner{
	position: relative;
	overflow: hidden;
	padding-bottom: 1150px;
}
.sec03 .sec03_inner.box02,.sec03 .sec03_inner.box03,.sec03 .sec03_inner.box04{
	margin-top: -1100px;
}
.sec03 .sec03_inner.box04{
	padding-bottom: 100px;
}
.sec03 .sec03_inner .sec03_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	max-width: 180%;
	width: 180%;
	transform: translateX(55%) rotate(25deg);
	transition: all 1000ms ease-in-out;
}
.sec03 .sec03_inner.box02 .sec03_bg,.sec03 .sec03_inner.box04 .sec03_bg{
	max-width: 190%;
	width: 190%;
	transform: translateX(-100%) rotate(-25deg);
	transition: all 1000ms ease-in-out;
}

.sec03 .sec03_inner.scrollin .sec03_bg{
	transform: translateX(-5%) rotate(0);
}

.sec03 .sec03_inner.box02.scrollin .sec03_bg,.sec03 .sec03_inner.box04.scrollin .sec03_bg{
	transform: translateX(-38%) rotate(0);
}

.sec03 .sec03_inner .sec03_contents{
	position: relative;
	z-index: 1;
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 500ms 1s;
}
.sec03 .sec03_inner.scrollin .sec03_contents{
	opacity: 1;
	transform: translate(0);
}
.sec03 .sec03_inner .sec03_contents h2{
	width: 520px;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 40px;
}
.sec03 .sec03_inner.box02 .sec03_contents h2,.sec03 .sec03_inner.box04 .sec03_contents h2{
	margin-left: 0;
	width: 600px;
}
.sec03 .sec03_inner .sec03_contents .sec03_main{
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
	align-items: center;
}
.sec03 .sec03_inner.box02 .sec03_contents .sec03_main,.sec03 .sec03_inner.box04 .sec03_contents .sec03_main{
	flex-direction: row;
}
.sec03 .sec03_inner .sec03_contents .sec03_main figure{
	width: 42%;
}
.sec03 .sec03_inner .sec03_contents .sec03_main p{
	width: 30%;
	margin-right: 7%;
	font-size: 1.5rem;
}
.sec03 .sec03_inner.box02 .sec03_contents .sec03_main p,.sec03 .sec03_inner.box04 .sec03_contents .sec03_main p{
	margin-right: 0;
	margin-left: 7%;
}
.sec03 .sec03_inner .sec03_contents .sec03_info{
	max-width: 900px;
	margin: 30px auto;
}
.sec03 .sec03_inner .sec03_contents .sec03_info div{
	max-width: 150px;
	margin-left: 30px;
}
.sec03 .sec03_inner .sec03_contents .sec03_info ul li::before{
	background: #000000;
	top: 0.7em;
}
.sec03 .sec03_inner .sec03_contents .sec03_info ul li{
	font-size: 1.5rem;
}
@media (max-width: 767px) {
	.sec03{
		padding-top: 1px;
	}
	.sec03_pop{
		max-width: 90%;
		margin: 0 auto -110px;
		position: relative;
		z-index: 2;
	}
	.sec03 .sec03_inner .sec03_contents h2{
		width: 250px;
		margin-top: 150px;
		margin-bottom: 60px;
	}
	.sec03 .sec03_inner.box02 .sec03_contents h2,.sec03 .sec03_inner.box04 .sec03_contents h2{
		width: 300px;
	}
	.sec03 .sec03_inner.box02 .sec03_contents h2{
		margin-top: 160px;
		margin-bottom: 60px;
	}
	.sec03 .sec03_inner .sec03_bg{
		max-width: 115%;
		width: 115%;
		transform: translateX(115%);
		transition: all 1000ms ease-in-out;
	}
	.sec03 .sec03_inner.box02 .sec03_bg,.sec03 .sec03_inner.box04 .sec03_bg{
		max-width: 112%;
		width: 112%;
		transform: translateX(-100%);
		transition: all 1000ms ease-in-out;
	}
	.sec03 .sec03_inner.scrollin .sec03_bg{
		transform: translateX(-13%);
	}
	.sec03 .sec03_inner.box02.scrollin .sec03_bg,.sec03 .sec03_inner.box04.scrollin .sec03_bg{
		transform: translateX(-1%);
	}
	.sec03 .sec03_inner .sec03_contents .sec03_main{
		display: block;
	}
	.sec03 .sec03_inner .sec03_contents .sec03_main figure{
		width: 100%;
	}
	.sec03 .sec03_inner .sec03_contents .sec03_main p{
		width: 90%;
		margin: 30px auto;
		font-size: 1.25rem;
	}
	.sec03 .sec03_inner.box02 .sec03_contents .sec03_main p, .sec03 .sec03_inner.box04 .sec03_contents .sec03_main p{
		margin: 30px auto;
	}
	.sec03 .sec03_inner .sec03_contents .sec03_info div{
		width: 110px;
		margin-left: 20px;
	}
	.sec03 .sec03_inner .sec03_contents .sec03_info ul li{
		font-size: 1.25rem;
	}
	.sec03 .sec03_inner{
		padding-bottom: 500px;
	}
	.sec03 .sec03_inner.box02, .sec03 .sec03_inner.box03, .sec03 .sec03_inner.box04{
		margin-top: -500px;
	}
}
/*-------------------*/
/*message_box*/
.message_box{
	background-color: #F07D00;
	text-align: center;
	padding: 50px 0 77px;
}
.message_box p{
	font-size: 2.6rem;
	text-align:center;
	margin: 30px;
}
.message_box .message_box_img{
	max-width: 260px;
	margin: 30px auto;
	position: relative;
}
.message_box .message_box_img .message_box_img_fadein{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.message_box .message_box_img.scrollin .message_box_img_fadein{
	opacity: 1;
	transition: all 2s 1s;
}
.message_box .message_box_btn{
	max-width: 500px;
	margin: 0 auto;
}
.message_box .message_box_info{
	font-size: 2rem;
	margin: 10px 0;
}
.message_box_icon{
	max-width: 220px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.message_box .message_box_btn{
		width: 90%;
		margin: 0 auto;
	}
	.message_box p{
		font-size: 1.8rem;
	}
	.message_box .message_box_img{
		max-width: 200px;
	}
	.message_box .message_box_info{
		font-size: 1.4rem;
	}
}


/*-------------------*/
/*awy_box*/
.awy_box{
	text-align: center;
	padding: 60px 0 77px;
}
.awy_box h2{
	max-width: 350px;
	margin: 0 auto;
	font-size: 1.5rem;
}
.awy_box h2 div{
	margin-bottom: 20px;
}
.awy_box p{
	font-size: 1.25rem;
	text-align: center;
	margin: 60px 0;
}
.awy_box div.img01{
	max-width: 406px;
	margin: 30px auto;
}
.awy_box div.img02{
	max-width: 374px;
	margin: 30px auto;
}
.awy_box div.img03{
	max-width: 406px;
	margin: 30px auto;
}
@media (max-width: 767px) {
	.awy_box h2{
		max-width: 180px;
		font-size: 1.25rem;
	}
	.awy_box p{
		font-size: 1rem;
		margin: 30px 0;
	}
	.awy_box div.img01{
		overflow-x: hidden;
		margin: 30px 0;
		max-width: 100%;
		position: relative;
		z-index: 1;
	}
	.awy_box div.img02{
		overflow-x: hidden;
		margin: 0;
		margin-top: -19vw;
		max-width: 100%;
		position: relative;
		z-index: 0;
	}
	.awy_box div.img03{
		margin: 0;
	}
	.awy_box div.img01 img{
		width: 120%;
		max-width: 120%;
		transform: translateX(-10%);
	}
	.awy_box div.img02 img{
		width: 115%;
		max-width: 115%;
		transform: translateX(-6.5%);
	}
	.awy_box div.img03 img{
		width: 120%;
		max-width: 120%;
		transform: translateX(-12%);
	}
}
/*-------------------*/
/*about_box*/
.about_box{
	background-color: #000000;
	padding: 60px 0 77px;
}
.about_box h2{
	width: 270px;
	margin: 0 auto 40px;
}
.about_box > div{
	margin: 40px auto;
	width: 270px;
}
.about_box p{
	color: #ffffff;
	text-align: center;
	font-size: 1.25rem;
}
@media (max-width: 767px) {
	.about_box h2,.about_box > div{
		margin: 0 auto 20px;
		width: 130px;
	}
	.about_box p{
		font-size: 1rem;
	}
}
/*-------------------*/
/*sns_box*/
#sns_box_inner li::before{
	content: none;
}
#sns_box_inner li a::after{
	content: none;
}
#sns_box_inner li a img{
	width: 47px;
}
@media (max-width: 767px) {
	#sns_box_inner li a img{
		width: 39px;
	}
}
#sns_box_inner {
  padding: 35px 0px 0;
  background: #F5F4EF;
}
@media (min-width: 768px) {
  #sns_box_inner {
    padding: 77px 0px 0;
  }
}
#sns_box_inner .text {
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #000000;
}
@media (min-width: 768px) {
  #sns_box_inner .text {
    margin-bottom: 38px;
    font-size: 21px;
    line-height: 40px;
  }
}
#sns_box_inner .sns {
  display: flex;
  justify-content: center;
	margin: 0 auto;
}
#sns_box_inner .sns li {
  margin-right: 17px;
}
@media (min-width: 768px) {
  #sns_box_inner .sns li {
    margin-right: 37px;
  }
}
#sns_box_inner .sns li:last-child {
  margin-right: 0px;
}
#sns_box_inner .sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  border-radius: 62px;
  background: #fff;
}
@media (min-width: 768px) {
  #sns_box_inner .sns li a {
    width: 78px;
    height: 78px;
    border-radius: 78px;
    transition: 0s all;
  }
}
@media (min-width: 768px) {
  #sns_box_inner .sns li a:hover {
    transform: scale(1.05);
  }
}
#sns_box_inner .link {
  line-height: 18px;
  letter-spacing: 0.08em;
}
#sns_box_inner .link a {
  text-align: center;
  color: #fff;
}
#sns_box_inner .link .en {
  margin-bottom: 7px;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1em;
}



/*-------------------*/
/*FAQ*/
.onecoin #q_and_a ul li:before{
	content: none;
}
.onecoin #q_and_a ul li a::after{
	content: none;
}
.onecoin #q_and_a ul li p{
	text-align: left;
}
.onecoin #q_and_a ul li img{
	width: revert-layer;
	margin: 0 auto;
}
.onecoin #q_and_a {
	padding-top: 50px;
	background-color: #f5f4ef;
	text-align: left;
}


.onecoin #q_and_a_inner h2{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 20px;
}
.onecoin #q_and_a_inner h2 div{
	width: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.onecoin #q_and_a_inner h2{
		font-size: 1.3rem;
	}
	.onecoin #q_and_a_inner h2 div{
		width: 45px;
	}
}

.onecoin #q_and_a_inner {
	padding-bottom: 37px;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner {
		padding-bottom: 72px;
	}
}
.onecoin #q_and_a_inner .title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 124px;
	height: 25px;
	margin: -13px auto 27px;
	background: #000;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .title {
		width: 216px;
		height: 44px;
		margin: 0px auto 42px;
	}
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .title img {
		width: 40px;
	}
}
.onecoin #q_and_a_inner .content_desc {
	margin-bottom: 18px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.05em;
	text-align: center;
}
.onecoin #q_and_a_inner .q_and_a_list {
	margin: 0 20px 45px;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .q_and_a_list {
		width: 980px;
		margin: 0 auto 70px;
	}
}
.onecoin #q_and_a_inner .q_and_a_list li {
	margin-bottom: 10px;
	background: #fff;
}
.onecoin #q_and_a_inner .q_and_a_list li:last-child {
	margin-bottom: 0px;
}
.onecoin #q_and_a_inner .q_and_a_list li .question {
	position: relative;
	display: flex;
	align-items: center;
	padding: 17px 49px 13px;
	background: #fff;
	cursor: pointer;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .q_and_a_list li .question {
		padding: 9px 112px 8px;
	}
}
.onecoin #q_and_a_inner .q_and_a_list li .question::before,
.onecoin #q_and_a_inner .q_and_a_list li .question::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}
.onecoin #q_and_a_inner .q_and_a_list li .question::before {
	content: "Q";
	left: 18px;
	font-size: 23px;
	line-height: 1;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .q_and_a_list li .question::before {
		left: 34px;
		font-size: 28px;
	}
}
.onecoin #q_and_a_inner .q_and_a_list li .question::after {
	right: 20px;
	width: 16px;
	height: 14px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #000;
	transition: 0s all;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .q_and_a_list li .question::after {
		right: 31px;
		width: 22px;
		height: 19px;
	}
}
.onecoin #q_and_a_inner .q_and_a_list li .question.active::after {
	top: calc(50% - 7px);
	transform: rotate(180deg);
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .q_and_a_list li .question.active::after {
		top: calc(50% - 8px);
	}
}
.onecoin #q_and_a_inner .q_and_a_list li .question p {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.05em;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .q_and_a_list li .question p {
		font-size: 17px;
		line-height: 37px;
	}
}
.onecoin #q_and_a_inner .q_and_a_list li .question p.small {
	letter-spacing: 0em;
}
.onecoin #q_and_a_inner .q_and_a_list li .answer {
	display: none;
	padding: 0px 20px 20px;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .q_and_a_list li .answer {
		padding: 0px 112px 24px;
	}
}
.onecoin #q_and_a_inner .text {
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: center;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .text {
		margin-bottom: 35px;
		font-size: 30px;
		line-height: 48px;
		letter-spacing: 0.05em;
	}
}
.onecoin #q_and_a_inner .catch {
	margin-bottom: 35px;
	text-align: center;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .catch {
		margin-bottom: 57px;
	}
}
.onecoin #q_and_a_inner .btn_title {
	margin-bottom: 21px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.08em;
	text-align: center;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .btn_title {
		margin-bottom: 40px;
		font-size: 33px;
		letter-spacing: 0.05em;
	}
}
.onecoin #q_and_a_inner .diagnosis_title {
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .diagnosis_title {
		margin-bottom: 17px;
	}
}
.onecoin #q_and_a_inner .diagnosis_banner {
	margin-bottom: 9px;
	text-align: center;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .diagnosis_banner {
		margin-bottom: 14px;
	}
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .diagnosis_banner a {
		display: inline-block;
	}
}
.onecoin #q_and_a_inner .diagnosis_desc {
	padding-top: 28px;
	width: 295px;
	height: 196px;
	margin: 0 auto 25px;
	background: url("/campaign/speciallp/savetogether/img/01/q_and_a_diagnosis_bg.webp") no-repeat;
	background-size: contain;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .diagnosis_desc {
		width: 624px;
		height: 159px;
		margin: 0 auto 40px;
		padding-top: 35px;
		background: url("/campaign/speciallp/savetogether/img/01/pc/q_and_a_diagnosis_bg.webp") no-repeat;
		background-size: contain;
	}
}
.onecoin #q_and_a_inner .diagnosis_title {
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	letter-spacing: 0.08em;
	text-align: center;
	color: #ef8200;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .diagnosis_title {
		margin-bottom: 15px;
		font-size: 17px;
		line-height: 1;
		letter-spacing: 0.1em;
	}
}
.onecoin #q_and_a_inner .diagnosis_text {
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	letter-spacing: 0.03em;
	text-align: center;
	color: #552b22;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .diagnosis_text {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.1em;
	}
}
.onecoin #q_and_a_inner .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	margin: 0 auto;
	border: 1px solid #000;
	background: #000;
	font-size: 14px;
	line-height: 38px;
	letter-spacing: 0.11em;
	color: #fff;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .btn a {
		width: 414px;
		font-size: 22px;
		line-height: 63px;
		letter-spacing: 0.05em;
		transition: 0s all;
	}
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .btn a:hover {
		background: #fff;
		color: #000;
	}
}
.onecoin #q_and_a_inner .btn a .icon {
	height: 30px;
	margin-right: 10px;
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .btn a .icon {
		position: relative;
		height: 46px;
		margin-right: 12px;
	}
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .btn a .icon::after {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		z-index: 1;
		width: 49px;
		height: 49px;
		border-radius: 49px;
		background: #000;
	}
}
@media (min-width: 768px) {
	.onecoin #q_and_a_inner .btn a .icon img {
		position: relative;
		z-index: 2;
	}
}




.q_and_a_list li a {
	display: inline-block;
	color: #169aff;
	text-decoration: underline;
}
.q_and_a_list li a:hover {
	text-decoration: none;
}
.q_and_a_list li a.link {
	margin: 30px 0px;
}
.q_and_a_list li a.link:last-child {
	margin: 30px 0px 0px;
}
.q_and_a_list li .answer_desc_default {
	margin-bottom: 24px;
	padding: 0 5px;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #3e3a39;
}
.q_and_a_list li .answer_desc_default:last-child {
	margin-bottom: 0px;
}
@media (min-width: 768px) {
	.q_and_a_list li .answer_desc_default {
		margin-bottom: 21px;
		font-size: 15px;
		line-height: 24px;
		letter-spacing: 0.14em;
		color: #000;
	}
	.q_and_a_list li .answer_desc_default:last-child {
		margin-bottom: 15px;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf {
	padding-top: 13px;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf {
		padding-top: 0px;
		padding-bottom: 15px;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item:nth-child(1) {
	margin-bottom: 40px;
}
.q_and_a_list li:nth-child(1) .about_wwf_item:nth-child(2) {
	margin-bottom: 31px;
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_question {
	position: relative;
	margin-bottom: 17px;
	padding-left: 29px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_question {
		margin-bottom: 15px;
		padding-left: 0px;
		font-size: 17px;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_question::before {
	content: "Q";
	position: absolute;
	top: -6px;
	left: 0px;
	font-size: 23px;
	line-height: 1;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_question::before {
		top: -6px;
		left: -79px;
		font-size: 28px;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer {
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 0.05em;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer {
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 0.14em;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .desc {
	padding: 0 5px;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 0.05em;
}

@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .desc {
		padding: 0px;
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 0.14em;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #000;
	border-width: 1px 1px 0 1px;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table {
		width: 600px;
		margin-top: 15px;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table tr th {
	width: 82px;
	padding: 8px 0 8px 13px;
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
	background: #e2e2e2;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: left;
	vertical-align: middle;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table tr th {
		width: 170px;
		padding: 8px 0 8px 20px;
		font-size: 13px;
		line-height: 22px;
		letter-spacing: 0.1em;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table tr th.small {
	font-size: 10px;
	letter-spacing: -0.05em;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table tr th.small {
		font-size: 13px;
		letter-spacing: 0.1em;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table tr td {
	padding: 8px 0 8px 13px;
	border: 1px solid #000;
	border-width: 0 0 1px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: 0.05em;
	vertical-align: middle;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table tr td {
		padding: 8px 0 8px 20px;
		font-size: 13px;
		line-height: 22px;
		letter-spacing: 0.08em;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table tr td.name {
	padding: 12px 0 12px 13px;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table tr td.name {
		padding: 16px 0 16px 20px;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table tr td.map {
	padding: 12px 0 12px 13px;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table tr td.map {
		padding: 16px 0 16px 20px;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table tr td.map .small {
	font-size: 10px;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: 0.05em;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table tr td.map .small {
		font-size: 13px;
		line-height: 22px;
		letter-spacing: 0.08em;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table tr td a {
	font-size: 10px;
	color: #179aff;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .info_table tr td a {
		font-size: 13px;
	}
}
.q_and_a_list li a {
	font-size: 10px;
	color: #179aff;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.q_and_a_list li a {
		font-size: 15px;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .action_list_item {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 0.05em;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .action_list_item {
		font-size: 15px;
		font-weight: bold;
		line-height: 25px;
		letter-spacing: 0.14em;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .activity_list {
	margin-top: 9px;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .activity_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 28px;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .activity_list_item {
	position: relative;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .activity_list_item {
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .activity_list_item:nth-last-child(-n+2) {
		margin-bottom: 0px;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .activity_list_item:last-child {
	margin-bottom: 0;
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .activity_list_item .num {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 0 15px;
	background: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 34px;
	letter-spacing: 0.05em;
	color: #fff;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .activity_list_item .num {
		padding: 0 15px;
		font-size: 13px;
		line-height: 34px;
		letter-spacing: 0.05em;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .activity_list_item .copy {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #fff;
	transform: scale(0.8);
	transform-origin: right bottom;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .activity_list_item .copy {
		font-size: 10px;
		line-height: 1;
		letter-spacing: 0.04em;
	}
}
.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .activity_list_item .ph img {
	width: 100%;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(1) .about_wwf_item .about_wwf_answer_box .activity_list_item .ph img {
		width: 368px;
	}
}
.q_and_a_list li:nth-child(3) .answer_desc {
	margin-bottom: 24px;
	padding: 0 5px;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #3e3a39;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(3) .answer_desc {
		margin-bottom: 21px;
		font-size: 15px;
		line-height: 24px;
		letter-spacing: 0.14em;
		color: #000;
	}
}
.q_and_a_list li:nth-child(3) .answer .pattern_a {
	margin-bottom: 10px;
	padding: 21px 0 13px;
	border: 1px solid #000;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(3) .answer .pattern_a {
		padding: 30px 0 32px;
	}
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(3) .answer .pattern_a .pattern_a_title_example {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		margin-bottom: 25px;
	}
}
.q_and_a_list li:nth-child(3) .answer .pattern_a_title {
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(3) .answer .pattern_a_title {
		margin-right: 14px;
		margin-bottom: 0px;
	}
}
.q_and_a_list li:nth-child(3) .answer .pattern_a .example {
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(3) .answer .pattern_a .example {
		margin-bottom: 0px;
	}
}
.q_and_a_list li:nth-child(3) .answer .pattern_a .graph {
	margin-bottom: 6px;
	text-align: center;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(3) .answer .pattern_a .graph {
		margin-bottom: 28px;
	}
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(3) .answer .pattern_a .graph_text {
		margin-bottom: 11px;
		text-align: center;
	}
}
.q_and_a_list li:nth-child(3) .answer .pattern_a .note {
	width: calc(121.3% - 30px);
	padding: 0 15px;
	font-size: 10px;
	transform: scale(0.9);
	transform-origin: top left;
	line-height: 16px;
	letter-spacing: 0.05em;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(3) .answer .pattern_a .note {
		width: 100%;
		padding: 0px;
		transform: scale(1);
		transform-origin: unset;
		font-size: 11px;
		line-height: 1;
		text-align: center;
	}
}
.q_and_a_list li:nth-child(3) .answer .pattern_b {
	margin-bottom: 16px;
	padding: 15px 0px 9px;
	border: 1px solid #000;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(3) .answer .pattern_b {
		margin-bottom: 24px;
		padding: 32px 0px 30px;
	}
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(3) .answer .pattern_b .pattern_b_title_calculation {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		margin-bottom: 16px;
	}
}
.q_and_a_list li:nth-child(3) .answer .pattern_b_title {
	margin-bottom: 11px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(3) .answer .pattern_b_title {
		margin-right: 21px;
		margin-bottom: 0px;
	}
}
.q_and_a_list li:nth-child(3) .answer .pattern_b .calculation {
	margin-bottom: 8px;
	line-height: 1;
	text-align: center;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(3) .answer .pattern_b .calculation {
		margin-bottom: 0px;
	}
}
.q_and_a_list li:nth-child(3) .answer .pattern_b .desc {
	margin: 0 19px 4px;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(3) .answer .pattern_b .desc {
		margin: 0 auto 7px;
		font-size: 12px;
		line-height: 1;
		letter-spacing: 0.1em;
		text-align: center;
	}
}
.q_and_a_list li:nth-child(3) .answer .pattern_b .note {
	width: 110%;
	padding-left: 15px;
	font-size: 10px;
	transform: scale(0.9);
	transform-origin: top left;
	line-height: 16px;
	letter-spacing: 0.05em;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(3) .answer .pattern_b .note {
		width: auto;
		padding-left: 0px;
		font-size: 11px;
		transform: scale(1);
		transform-origin: top center;
		line-height: 1;
		text-align: center;
	}
}
.q_and_a_list li:nth-child(3) .answer .link {
	line-height: 1;
	text-align: center;
}
.q_and_a_list li:nth-child(3) .answer .link a {
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.q_and_a_list li:nth-child(3) .answer .link a {
		font-size: 15px;
		letter-spacing: 0.09em;
	}
}
.q_and_a_list li:nth-child(3) .answer .link a:hover {
	text-decoration: none;
}



/*-------------------*/
/*information*/
.onecoin #information_inner a,.onecoin #information_inner a:visited{
	color: #000000;
	font-size: 100%;
}
.onecoin #information_inner a::after,.onecoin #information_inner li::before{
	content: none;
}
@media (max-width: 767px) {
	.onecoin #information_inner li{
		margin-bottom: 0;
	}
}
.onecoin #information_inner {
	padding: 37px 0 27px;
	background: #fff;
}
@media (min-width: 768px) {
	.onecoin #information_inner {
		padding: 65px 0 73px;
	}
}
.onecoin #information_inner .title {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
}
@media (min-width: 768px) {
	.onecoin #information_inner .title {
		margin-bottom: 21px;
		font-size: 28px;
	}
}
.onecoin #information_inner .desc {
	margin: 0 20px 25px;
	padding: 24px 0 20px;
	border: 1px solid #000;
	border-width: 1px 0px;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}
@media (min-width: 768px) {
	.onecoin #information_inner .desc {
		width: 843px;
		margin: 0 auto 40px;
		padding: 38px 0 35px;
		font-size: 23px;
		line-height: 41px;
		letter-spacing: 0.1em;
	}
}
.onecoin #information_inner .info {
	margin: 0 46px;
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 0.03em;
}
@media (min-width: 768px) {
	.onecoin #information_inner .info {
		display: flex;
		flex-wrap: wrap;
		width: 891px;
		margin: 0 auto;
		font-size: 22px;
		line-height: 1;
		letter-spacing: 0.03em;
	}
}
@media (min-width: 768px) {
	.onecoin #information_inner .info li {
		width: 393px;
		margin-bottom: 34px;
	}
}
@media (min-width: 768px) {
	.onecoin #information_inner .info li:nth-child(even) {
		width: 498px;
	}
}
@media (min-width: 768px) {
	.onecoin #information_inner .info li:nth-last-child(-n+2) {
		margin-bottom: 0px;
	}
}
.onecoin #information_inner .info a {
	display: inline-block;
	text-decoration: underline;
}