@charset "utf-8";

/* ----------------------------------------
	block-style.css
---------------------------------------- */


/* ----------------------------------------
o-download
---------------------------------------- */
.download-wrapper {
    background: linear-gradient(90deg, #6EB6FE 0%, #2565FE 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.download-wrapper::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -60px;
  width: 692px;
  height: 357px;
  display: block;
  background: url("../images/download_deco.webp") no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.download-container {
  position: relative;
  z-index: 2;
}

.download-container p {
    color: #fff;
    text-align: center;
}

.download-container p:first-of-type {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.download-container p:nth-of-type(2) {
    margin-bottom: 1rem;
}

.download-container ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.btn {
  font-size: 18px;
  color: #fff;
  padding: 1.2rem 1.5rem;
  display: block;
  border-radius: 50px;
  text-align: center;
  background-size: 180% auto;
  transition: all .3s ease-out;
}

.btn-gradient {
  background-image: linear-gradient(to left, #F45D13 0%, #F8B18C 100%);
  background-size: 200% auto;
  background-position: right center;
  transition: background-position .3s ease-out;
}

.btn-gradient:hover {
  background-position: left center;
}

/* 画面幅1024px以下 */
@media screen and (max-width:1024px) {

  .download-wrapper {
    padding: 5rem 0;
  }

  .download-container p:first-of-type {
    font-size: 1.3rem;
	margin-bottom: 0.5rem;
  }

  .download-wrapper::after {
    width: 520px;
    bottom: -140px;
  }
}

/* 画面幅768px以下 */
@media screen and (max-width:768px) {

  .download-wrapper {
    padding: 3rem 1rem;
  }

  .download-container p:first-of-type {
    font-size: 1.3rem;
    line-height: 1.5;
	margin-bottom: 1rem;
  }

  .download-container p:nth-of-type(2) {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .for-sp {
	display: block;
  }

  .btn {
    width: 100%;
    max-width: 260px;
    font-size: 16px;
    padding: 1rem;
  }

  .download-wrapper::after {
	width: 480px;
  }
}

/* 画面幅575px以下 */
@media screen and (max-width: 575px) {
 .download-container p:first-of-type {
    font-size: 1.05rem;
  }

  .download-container p:nth-of-type(2) {
    font-size: 0.9rem;
  }

  .download-wrapper::after {
	width: 350px;
	bottom: -200px;
  }
}



/* ----------------------------------------
o-top-ship-visit
---------------------------------------- */
#top-ship-visit {
	margin: 8rem 15%;
}

.top-ship-intro {
	text-align: center;
	margin-bottom: 6rem;
}

.ship-flow-content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6rem;
	margin-bottom: 8rem;
}

/* #top-ship-visit div:last-of-type {
	margin-bottom: 0;
} */

.ship-flow-content.reverse {
    flex-direction: row-reverse;
}

.image-wrap {
  position: relative;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-wrap::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: #ECF4FF;
  border-radius: 50%;
  z-index: 0;
}

.image-wrap img {
  position: relative;
  z-index: 1;
  width: 180x;
  height: auto;
}

#top-ship-visit h3 {
	font-size: 1.5rem;
	font-weight: 500;
	border-bottom: 1px solid #488CFE;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	white-space: nowrap;
}

#top-ship-visit h3 span {
	color: #488CFE;
	font-size: 2rem;
	font-weight: 900;
}

.ship-flow-content-right-margin {
	margin-bottom: 2rem;
}

#top-ship-visit ul {
	display: flex;
  	gap: 1rem;
}

.ship-flow-content-right .btn {
	max-width: 150px;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.5rem 1rem;
}

.ship-flow-content-right span.note {
	font-size: 0.9rem;
}

.top-visit {
	background-color: #ECF4FF;
	padding: 2rem;
}

.top-visit-text-ttl {
	background-color: #fff;
	padding: .5rem 0;
	color: #488CFE;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 4rem;
}

.top-visit-text-list {
	width: fit-content;
	margin: 0 auto;
}

.top-visit-text-list p:first-child {
	color: #488CFE;
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 3rem;
	position: relative;
	padding-left: 100px;
}

.top-visit-text-list p:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1em;
  width: 80px;
  height: 80px;
  background: url("../images/recommend.webp") no-repeat center/contain;
}

.top-visit-text-list p:nth-child(n+2) {
	font-weight: 500;
	margin-bottom: 1rem;
}

.top-visit .fa-circle-dot {
	color: #488CFE;
}

.btn-wrapper .btn {
	width: fit-content;
	margin: 0 auto;
}

.btn-wrapper-ship {
	margin-top: -4rem;
	margin-bottom: 8rem;
}

.btn-wrapper-visit {
	margin-top: 3rem;
}

.btn-wrapper p {
	margin-top: .5rem;
	text-align: center;
	margin-bottom: 1rem;
}

.top-visit {
	position: relative;
}

.top-visit::after {
  content: "";
  position: absolute;
  width: 236px;
  height: 274px;
  background-image: url("../images/visit-news.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: -25%;
  right: 2%;
}

@media (max-width:1024px) {
	#top-ship-visit {
		margin: 6rem 8%;
	}

	.ship-flow-content {
		flex-direction: column;
		gap: 2rem;
		text-align: center;
	}

	.ship-flow-content.reverse {
		flex-direction: column;
	}

	#top-ship-visit ul {
		justify-content: center;
	}

	.top-visit::after {
		width:180px;
		height:auto;
		top:-15%;
	}
}

@media (max-width:768px) {
	#top-ship-visit{
		margin:5rem 5%;
	}

	#top-ship-visit h2 {
		font-size:1.3rem;
	}

	.top-ship-intro {
		text-align: left;
		margin-bottom:4rem;
	}

	.ship-flow-content {
		margin-bottom:5rem;
	}

	.ship-flow-content p {
		text-align: left;
	}

	.image-wrap {
		width:180px;
		height:180px;
	}

	.image-wrap::before {
		width:180px;
		height:180px;
	}

	.image-wrap img {
		width:140px;
	}

	#top-ship-visit h3 {
		font-size:1.1rem;
	}

	#top-ship-visit h3 span {
		font-size:1.5rem;
	}

	.top-visit {
		padding: 1rem;
	}

	.top-visit-text-ttl {
		padding: .5rem;
		text-align: left;
	}

	.btn-wrapper p {
		text-align: left;
	}
}

/* 画面幅575px以下 */
@media screen and (max-width: 575px) {
  #top-ship-visit h2 {
		font-size:1.1rem;
	}
}

/* ----------------------------------------
o-top-certificate
---------------------------------------- */
.o-top-certificate {
	padding: 8rem 15%;
	background-color: #ECF4FF;
	text-align: center;
}

.o-top-certificate-title {
	text-align: center;
	margin-bottom: 2.5rem;
}

.o-top-certificate-title p {
	font-size: 1rem;
	letter-spacing: .1rem;
	margin-top: 1rem;
}

.o-top-certificate-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	text-align: left;
}

.o-top-certificate-content-col {
	flex: 0 0 49%;
	width: 49%;
	margin-bottom: 1rem;
	padding: 0 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: justify;
}

.o-top-certificate-content-col:first-child {
	border-right: dashed 1px #535353;
}

.o-top-certificate-content-col h3 {
	font-size: 1rem;
	color: #488CFE;
	padding: 1rem 0 .5rem;
	letter-spacing: .2rem;
}

.o-top-certificate-content-col p {
	margin-top: .5rem;
	font-size: .9rem;
	line-height: 2;
}

.o-top-certificate-content-col img {
	width: 35%;
	height: auto;
	filter: drop-shadow(rgba(0, 0, 0, 0.2) 1.95px 1.95px 2.6px);
}

.o-top-certificate-content-bottom {
	background-color: #fff;
	margin-top: 3rem;
	padding: 2rem;
}

.o-top-certificate-content-bottom-col {
	padding: 2rem 1rem 0;
	display: flex;
}

.o-top-certificate-content-bottom > p {
	background-color: #ECF4FF;
	color: #488CFE;
	font-size: 1.1rem;
	text-align: center;
	padding: .5rem 0;
	width: 100%;
}

.o-top-certificate-content-bottom-content p:first-child {
	color: #488CFE;
	font-size: 1.5rem;
	font-weight: bold;
	padding: .5rem 1rem;
}

.o-top-certificate-content-bottom-content p:nth-child(2) {
	color: #488CFE;
	font-size: 1rem;
	padding: .5rem 1rem;
	line-height: 1.5;
	text-align: justify;
}

.o-top-certificate-content-bottom-col img {
	width: 150px;
	height: auto;
}

.o-top-certificate a {
	margin-top: 2rem;
}

@media screen and (max-width:1180px) {
	.o-top-certificate {
		padding: 4rem 6%;
	}
	.o-top-certificate-title h2 {
		font-size: 1.5rem;
	}
	.o-top-certificate-content-col p {
		padding: 0 1rem;
	}
	.o-top-certificate-content-bottom-col {
		align-items: center;
	}
	.o-top-certificate-content-bottom-col img {
		width: auto;
		height: 150px;
	}
}

@media screen and (max-width:767px) {
	.o-top-certificate {
		padding: 3rem 1rem;
	}
	.o-top-certificate-title {
		margin-bottom: 2rem;
	}
	.o-top-certificate-title h2 {
		font-size: 1.2rem;
		line-height: 1.25;
	}
	.o-top-certificate-title p {
		font-size: 1rem;
		text-align: left;
	}
	.o-top-certificate-content p {
		text-align: left;
	}
	.o-top-certificate-content-col {
		flex: 0 0 100%;
		width: 100%;
		padding: 1rem 0;
	}
	.o-top-certificate-content-col h3 {
		font-size: 1rem;
		letter-spacing: .1rem;
	}
	.o-top-certificate-content-col p {
		font-size: 1rem;
	}
	.o-top-certificate-content-col:first-child {
		border-right: none;
		border-bottom: dashed 1px #535353;
		padding-bottom: 3rem;
	}
	.o-top-certificate-content-bottom {
		margin: 0;
		padding: 1rem;
	}
	.o-top-certificate-content-bottom > p {
		font-size: 1rem;
		text-align: left;
		margin-bottom: 2rem;
		padding: 1rem;
	}
	.o-top-certificate-content-bottom-content p:first-child {
		font-size: 1.1rem;
		text-align: left;
		padding: 1rem 0 0;
	}
	.o-top-certificate-content-bottom-content p:nth-child(2) {
		padding: 1rem 0 0;
	}
	.o-top-certificate-content-bottom-col {
		display: inherit;
		padding: 0;
		text-align: center;
	}
	.o-top-certificate a {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
}

/* ----------------------------------------
o-page-certificate
---------------------------------------- */
.o-page-certificate {
	background-color: #DAEEF0;
	padding: 4rem 6%;
}

.o-page-certificate-title {
	text-align: center;
	margin-bottom: 2.5rem;
}

.o-page-certificate-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	text-align: left;
}

.o-page-certificate-content-col {
	flex: 0 0 49%;
	width: 49%;
	margin-bottom: 1rem;
	padding: 0 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: justify;
}

.o-page-certificate-content-col:first-child {
	border-right: dashed 1px #535353;
}

.o-page-certificate-content-col h3 {
	font-size: 1rem;
	color: #43b2e6;
	padding: 1rem 0 .5rem;
	letter-spacing: .2rem;
}

.o-page-certificate-content-col p {
	margin-top: .5rem;
	padding-top: 0;
	font-size: .9rem;
	line-height: 2;
}

.o-page-certificate-content-col img {
	width: 35%;
	height: auto;
	filter: drop-shadow(rgba(0, 0, 0, 0.2) 1.95px 1.95px 2.6px);
}

.o-page-certificate-content-bottom {
	background: #fff;
	margin-top: 3rem;
	padding: 2rem;
}

.o-page-certificate-content-bottom-col {
	padding: 2rem 1rem 0;
	display: flex;
}

.o-page-certificate-content-bottom > p {
	background: #DAEEF0;
	color: #43b2e6;
	font-size: 1rem;
	text-align: center;
	padding: .5rem 0;
	width: 100%;
}

.o-page-certificate-content-bottom-content p:first-child {
	color: #43b2e6;
	font-size: 1.5rem;
	font-weight: bold;
	padding: .5rem 1rem;
}

.o-page-certificate-content-bottom-content p:nth-child(2) {
	color: #43b2e6;
	font-size: 1rem;
	padding: .5rem 1rem;
	line-height: 1.5;
	text-align: justify;
}

.o-page-certificate-content-bottom-col img {
	width: 150px;
	height: auto;
}

@media screen and (max-width:1180px) {
	.o-page-certificate-content-col img {
		width: 50%;
	}
	.o-page-certificate-content-bottom > p {
		text-align: left;
		padding: .5rem 1rem;
	}
	.o-page-certificate-content-bottom-col {
		align-items: center;
		flex-direction: column;
		padding: 0;
	}
	.o-page-certificate-content-bottom-col img {
		margin: 1rem 0;
	}
}
@media screen and (max-width:767px) {
	.o-page-certificate {
		padding: 3rem 1rem;
	}
	.o-page-certificate-title {
		margin-top: 0;
		margin-bottom: 1rem;
	}
	.o-page-certificate-title h2 {
		font-size: 1.2rem;
		line-height: 1.25;
		margin-bottom: .5rem;
	}
	.o-page-certificate-title p {
		font-size: 1rem;
	}
	.o-page-certificate-content p {
		text-align: left;
	}
	.o-page-certificate-content-col {
		flex: 0 0 100%;
		width: 100%;
		padding: 2rem 0 3rem;
	}
	.o-page-certificate-content-col img {
		width: 35%;
	}
	.o-page-certificate-content-col p {
		margin-top: 0;
		padding: 0;
	}
	.o-page-certificate-content-col:first-child {
		border-right: 0;
		border-bottom: dashed 1px #535353;
	}
	.o-page-certificate-content-bottom {
		padding: 1rem;
	}
	.o-page-certificate-content-bottom-content p:first-child {
		font-size: 1.2rem;
		padding: 0;
		margin-bottom: 1rem;
	}
	.o-page-certificate-content-bottom-content p:nth-child(2) {
		padding: 0;
	}
}

/* ----------------------------------------
o-page-certificate-type
---------------------------------------- */
.o-page-certificate-type {
	background-color: #DAEEF0;
	padding: 4rem 6%;
}

.o-page-certificate-sample {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	text-align: left;
	margin: 5rem 0;
}

.o-page-certificate-sample-col {
	flex: 0 0 49%;
	width: 49%;
	margin-bottom: 1rem;
	padding: 0 2.5rem;
	display: flex;
	flex-direction: column;
	text-align: justify;
}

.o-page-certificate-sample-col h3 {
	font-size: 1.5rem;
	color: #43b2e6;
	letter-spacing: .2rem;
}

.o-page-certificate-sample-col p {
	padding-top: 1rem;
	font-size: .9rem;
	line-height: 2;
}

.o-page-certificate-sample-col a {
	margin-top: 2rem;
	padding: 1rem;
	background: #43b2e6;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 50vh;
	width: 60%;
}

.o-page-certificate-sample-col img {
	height: auto;
}

.o-page-certificate-pattern {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	text-align: left;
	margin-top: 5rem;
}

.o-page-certificate-pattern-col {
	flex: 0 0 50%;
	width: 33%;
	padding: 2.5rem;
	display: flex;
	flex-direction: column;
	text-align: justify;
}

.o-page-certificate-pattern-col:nth-child(odd) {
  border-right: dashed 1px #535353;
}

.o-page-certificate-pattern-col:first-child,
.o-page-certificate-pattern-col:nth-child(2) {
	border-bottom: dashed 1px #535353;
}

.o-page-certificate-pattern-col h3 {
	margin-bottom: 1.5rem;
	font-size: 1rem;
	text-align: center;
}

.o-page-certificate-pattern-col h3 span {
	color: #43b2e6;
	letter-spacing: .2rem;
	border: solid 2px #43b2e6;
	border-radius: 50vh;
	padding: .25rem 2rem;
}

.o-page-certificate-pattern-col p {
	padding-top: 1rem;
	font-size: .9rem;
	line-height: 2;
}

.o-page-certificate-pattern > p {
	width: 100%;
}

/*
.o-page-certificate-pattern-col a {
	margin-top: 2rem;
	padding: 1rem;
	background: rgba(46,147,224);
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 50vh;
	width: 60%;
}
*/

.o-page-certificate-pattern-col img {
	display: block;
	width: 55%;
	height: auto;
	margin: 0 auto;
	filter: drop-shadow(rgba(0, 0, 0, 0.2) 1.95px 1.95px 2.6px);
}

@media screen and (max-width:1180px) {
	.o-page-certificate-pattern-col h3 span {
		padding: 0.25rem 1rem;
	}
}
@media screen and (max-width:767px) {
	.o-page-certificate-type {
		padding: 3rem 1rem;
	}
	.o-page-certificate-pattern {
		margin: 0;
		flex-direction: column;
	}
	.o-page-certificate-pattern > p {
		padding: 0 1rem;
	}
	.o-page-certificate-pattern > a {
		margin: .5rem 1rem;
		text-align: center;
	}
	.o-page-certificate-pattern-col {
		flex: 0 0 100%;
		width: 100%;
		padding: 2rem 0;
	}
	.o-page-certificate-pattern-col p {
		font-size: 1rem;
		padding: 1rem;
	}
	.o-page-certificate-pattern-col h3 span {
		padding: 0.25rem 2rem;
	}
	.o-page-certificate-pattern-col:last-child {
		margin-bottom: 0;
	}

	.o-page-certificate-pattern-col:first-child,
	.o-page-certificate-pattern-col:nth-child(2),
	.o-page-certificate-pattern-col:nth-child(3) {
		border-right: none;
		border-bottom: dashed 1px #535353;
	}
}

/* ----------------------------------------
o-page-certificate-full
---------------------------------------- */
.o-page-certificate-full {
	background-color: #ECF4FF;
	padding: 8rem 15%;
}

.o-page-certificate-full h3 {
	color: #488CFE;
	letter-spacing: .2rem;
	border: solid 2px #488CFE;
	border-radius: 50vh;
	padding: .25rem 2rem;
	width: fit-content;
	margin: 0 auto 2.5rem auto;
	position: relative;
}

.o-page-certificate-full h3:before {
	content: url(../images/new_large.webp);
	position: absolute;
	top: -60px;
	left: -60px;
}

.certificate-full-top {
	width: 90%;
	margin: 0 auto 5rem auto;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.certificate-full-top-left {
	width: 50%;
}

.certificate-full-top-right {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.certificate-full-top-left-text {
	line-height: 2;
	margin-bottom: 2rem;
}

.certificate-full-top-left i {
	color: #488CFE;
	margin: 0 1rem;
}

.certificate-full-top-left li {
	font-size: 1.1rem;
	font-weight: bold;
	border-bottom: solid 1px #ddd;
	padding: 1.5rem 0;
}

.certificate-full-top-left li:last-child {
	padding: 1rem 0;
}

.certificate-full-top-left li p {
	padding-top: 0;
}

.font-blue {
	color: #488CFE;
	font-weight: bold;
}

.device-img-text-box {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem 0;
}

.certificate-full-top-right-content {
	position: relative;
	width: 400px;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.certificate-full-top-right-content::before {
	/* content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 380px;
	height: 380px;
	background: #ECF4FF;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: 0; */
	content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 380px;
    height: 380px;
    background: #ECF4FF;
    border-radius: 50%;
    z-index: 0;
}

.certificate-full-top-right-content img {
	filter: drop-shadow(rgba(0, 0, 0, 0.2) 1.95px 1.95px 2.6px);
	position: relative;
	z-index: 1;
	width: 410px;
	height: auto;
	display: block;
}

.certificate-full-bottom {
	background: #fff;
	padding: 2rem
}

.certificate-full-bottom p {
	text-align: center;
	font-weight: bold;
	padding-top: 0;
}

p.certificate-full-bottom-ttl {
	background: #ECF4FF;
	color: #488CFE;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	padding: .5rem 0;
	width: 100%;
	margin-bottom: 3rem;
}

.certificate-full-bottom-middle {
	display: flex;
	justify-content: center;
	gap: 4rem;
	margin-bottom: 3rem;
}

.certificate-full-bottom-middle-content div {
	text-align: center;
	margin-bottom: 1rem;
}

.certificate-full-bottom-middle-content p {
	font-weight: bold;
}

.under-line {
	background: linear-gradient(transparent 65%, #F8B18C 30%);
	display: inline-block;
}

span.font-bold {
	font-size: 1.1rem;
	margin: 0 0.5rem;
}

.certificate-full-bottom p:nth-of-type(2) {
	margin-bottom: 1rem;
}

@media screen and (max-width:1180px) {
	.certificate-full-top {
		width: 100%;
	}

	.certificate-full-bottom {
		margin: 0;
	}
	.certificate-full-bottom-middle {
		gap: 2rem;
	}
	.certificate-full-top-left li {
		padding: 1rem 0;
	}
	.certificate-full-top-right-content {
		width: 370px;
		height: 370px;
	}
	.certificate-full-top-right-content::before {
		width: 350px;
		height: 350px;
	}
	.certificate-full-top-right-content img {
		width: 380px;
	}
}
@media screen and (max-width:767px) {
	.o-page-certificate-full {
		padding: 3rem 1rem;
	}
	.o-page-certificate-full h3 {
	margin-bottom: 1rem;
	}
	.o-page-certificate-full h3::before {
		top: -50px;
		left: -50px;
		transform: scale(0.6);
	}
	.certificate-full-ttl-box div {
		width: 15%;
	}
	.certificate-full-top {
		width: 100%;
		margin: 0 auto 2rem auto;
		display: block;
	}
	.certificate-full-top-left {
		width: 100%;
		margin-bottom: 2rem;
	}
	.certificate-full-top-right {
		width: 100%;
	}
	.certificate-full-top-right-content {
		width: 350px;
		height: 350px;
	}
	.certificate-full-top-right-content::before {
		width: 330px;
		height: 330px;
	}
	.certificate-full-top-right-content img {
		width: 360px;
	}
	.certificate-full-bottom {
		margin: 0;
		padding: 1rem;
	}
	.certificate-full-bottom p {
		text-align: left;
	}
	p.certificate-full-bottom-ttl {
		margin-bottom: 2rem;
		font-size: 1rem;
		margin-bottom: 2rem;
		padding: 1rem;
	}
	.certificate-full-bottom-middle {
		display: block;
		margin-bottom: 3rem;
	}
	.certificate-full-bottom-middle p {
		text-align: center;
	}
	.certificate-full-bottom-middle-content {
		margin-bottom: 2rem;
	}
}
/* ----------------------------------------
o-page-certificate-price
---------------------------------------- */
.o-page-certificate-price {
	padding: 4rem 6%;
	background-color: #DAEEF0;
}

.btn-text {
	text-align: center;
	margin-bottom: 1rem;
}

.table-size p {
	padding: 0;
}

.price-list {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	margin: 2rem 0;
}

.price-list th,
.price-list td {
	border: solid 1px #CCCCFF;
	vertical-align: middle;
}

.price-list tr {
	background-color: #fff;
	padding: .35em;
}

.price-list tr:last-child{
	border: none;
}

.price-list th {
	padding: 2em .5em;
}

.price-list thead th {
	text-align: center;
}

.price-list tbody th {
	background: rgba(255, 265, 0, .1);
	font-size: 0.9rem;
	font-weight: 400;
	text-align: center;
}

.price-list td {
	padding: 2em .5em;
	text-align: center;
}

.price-list thead tr{
	color:#fff;
}

.price-list th.non {
		border-right: none;
}

.price {
	font-weight: bold;
	font-size:1.4em
}

.price span {
	font-size: .5em;
	font-weight: 400;
}

.bg-gray {
	color: #43b2e6;
	background: #e9e9e9;
}

.bg-blue-02 {
	background: rgba(67,178,230,0.36);
}

.bg-blue-04 {
	background: rgba(67,178,230,0.52);
}

.bg-blue-06 {
	background: rgba(67,178,230,0.68);
}

.bg-blue-08 {
	background: rgba(67,178,230,0.84);
}

.bg-blue-1 {
	background: rgba(67,178,230,1);
}

.note {
	margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
	.o-page-certificate-price {
		padding: 3rem 1rem;
	}
	.wrap {
		overflow-x: scroll;
	}
	.price-list {
		width: 970px;
		border-spacing: 0;
	}
	.price-list th,
	.price-list td {
		border: 1px solid #CCCCFF;
		padding: 1em 0.5em;
		text-align: center;
	}
	.price-list thead tr {
		color: #fff;
	}
	.price-list tbody th {
		background-color: #FFFFE5;
		font-size: 0.95em;
	}
	.sticky {
		position: sticky;
		left: 0;
		z-index: 2;
		background-color: #FFFFE5;
		border-right: 1px solid #CCCCFF;
		border-left: 1px solid #CCCCFF;
		border-left: none;
	}
	.price {
		font-weight: bold;
		font-size: 1.3em;
	}
	.price span {
		font-size: 0.6em;
	}
	.bg-gray {
		background: #e9e9e9;
	}
}

.o-page-certificate-guide {
	margin-top: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.o-page-certificate-guide h3 {
	padding: 0.5rem 1.5rem;
	font-size: 1.4rem;
	letter-spacing: .1rem;
	text-align: center;
	background: #43b2e6;
	color: #fff;
	border-radius: 10px;
}

.o-page-certificate-guide p {
	padding: 0;
}

.guide-mark {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: .1rem;
	text-align: center;
	color: #43b2e6;
	padding: 3rem 0 !important;
}

.o-page-certificate-guide-set {
	display: flex;
	flex-direction: column;
	border: solid 1px #43b2e6;
	margin-top: 1.5rem;
}

.o-page-certificate-guide-title {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFE1;
}

.o-page-certificate-guide-title p {
	padding: 1rem 0;
	color: #43b2e6;
	font-size: 1rem;
	font-weight: bold;
}

.o-page-certificate-guide-sub-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	background: #e9e9e9;
}

.o-page-certificate-guide-sub-title p {
	font-size: .9rem;
	padding: .5rem 0 .5rem 1rem;
}

.o-page-certificate-guide-sub-title a {
	font-size: .9rem;
	padding: .5rem 1rem .5rem 0;
}

.o-page-certificate-guide-content p {
	padding: 1rem;
	font-size: .9rem;
}

.o-page-certificate-guide-content p:nth-child(2) {
	padding: 0 1rem 1rem;
}

@media screen and (max-width:1180px) {
	.o-page-certificate-guide h3 {
		text-align: justify;
		font-size: 1.1rem;
	}
	.guide-mark {
		font-size: 1.1rem;
	}
	.o-page-certificate-guide-sub-title {
		flex-direction: column;
	}
}
@media screen and (max-width:767px) {
	.table-size h4 {
		white-space: nowrap;
		margin-top: 2rem;
	}
	.table-size .charge {
		margin: 0;
	}
	.table-size .charge .thead {
		display: none;
	}
	.table-size .charge p {
		padding: 0 .5rem;
	}
	.table-size .charge-new td:first-child {
		background: rgba(255, 265, 0, .3);
	}
	.table-size .charge td {
		display: block;
		text-align: right;
		width: 100%;
		padding: 1rem;
	}
	.table-size .charge td::before {
		content: attr(data-label);
		float: left;
	}
	.table-size .charge td:nth-of-type(2),
	.table-size .charge td:nth-of-type(3),
	.table-size .charge td:nth-of-type(4) {
		font-size: 1rem;
	}
	.table-size .charge td:first-child {
		width: 100%;
	}
	.table-size .charge th,
	.table-size .charge td {
		display: block;
	}
	.o-page-certificate-guide {
		margin-top: 4rem;
	}
	.o-page-certificate-guide h3 {
		font-size: 1rem;
		text-align: left;
	}
	.guide-mark {
		padding: 1rem .5rem !important;
		text-align: justify;
		font-size: 1rem;
	}
	.o-page-certificate-guide-title p {
		padding: 1rem;
	}
}