@charset "utf-8";
/* CSS Document */
p span {
  font-weight: bold;
}

.grbg{
  background-image: linear-gradient(124deg, #e9f3fb, #cfe5ff 22%, #e8e3e9 73%, #f8d1d2);
}
.top-copy1 {
	margin-top: 30px;
  text-align: center;
  font-size: 30pt;
  font-size: 3.0rem;
}

.top-copy1 span,.top-copy2 span{
	font-weight: bold;
}

.top-copy1 span.perple{
	color: #ac52ff;
}

.top-copy2 {
  text-align: center;
  font-size: 28pt;
  font-size: 2.8rem;
}

.top-copy2 span.blue{
	color: #00aeff;
}
.top-copy2 span.red{
	color: #ff5252;
}
.top-copy3 {
	margin-bottom: 30px;
  text-align: center;
  font-size: 34pt;
  font-size: 3.4rem;
}
.fb {
  display: flex;
}
.fdc {
  flex-direction: column;
}
.jc-sb {
  justify-content: space-between;
}

.jc-c{
	justify-content: center;
}

.ai{
	align-items: center;
}
.w49 {
  width: 49%;
}

.pf-box{
	position: relative;
}

.pf-mark{
	position: absolute;
	top:50%;
left: 50%;
transform: translate(-50%,-50%);/*センター寄せの修正*/
}

.txtAC{
	text-align: center;
}
.obox {
  background: #ffe5ab;
  padding: 20px;
  border-radius: 20px;
}
.gbox {
  background: #d2eeea;
  padding: 20px;
  border-radius: 20px;
}
.ds {
  box-shadow: 1px 3px 6px 1px rgba(231, 129, 0, 0.25);
}
.gds {
  box-shadow: 1px 3px 6px 1px rgba(91, 121, 116, 0.25);
}
.obox .title, .gbox .title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.obox .title span, .gbox .title span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.obox .copy1, .gbox .copy1 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.obox .bartitle {
  padding: 10px 0;
  background: #e78100;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.gbox .bartitle {
  padding: 10px 0;
  background: #7abfb4;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.obox .o-btn a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  color: #FFFFFF;
  background: #904101;
  box-shadow: 1px 3px 6px 1px rgba(231, 129, 0, 0.25);
  text-decoration: none;
  transition: 0.3s;
}
.obox .o-btn a:hover {
  background: #5d2a00;
}
.gbox .g-btn a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  color: #FFFFFF;
  background: #419285;
  box-shadow: 1px 3px 6px 1px rgba(91, 121, 116, 0.25);
  text-decoration: none;
  transition: 0.3s;
}
.gbox .g-btn a:hover {
  background: #2b6e63;
}
.stxt {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 10px;
}
.mr20 {
  margin-right: 20px;
}

.mr10 {
  margin-right: 10px;
}

.bluebox{
	box-sizing: border-box;
	border: 4px solid #84d1e7;
	background: #eaf6fd;
	border-radius: 10px;
	padding: 10px;
}

.redbox{
	box-sizing: border-box;
	border: 4px solid #f9617d;
	background: #fdeff5;
	border-radius: 10px;
	padding: 10px;
}


.bluebox .title{
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #44a4bf;
}

.redbox .title{
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #d6445f;
}

.ultxt{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

@media (max-width:767px) {
	.top-copy1 {
	margin-top: 20px;
  text-align: center;
  font-size: 20pt;
  font-size: 2.0rem;
}



.top-copy2 {
  font-size: 18pt;
  font-size: 1.8rem;
}

.top-copy3 {
  font-size: 24pt;
  font-size: 2.4rem;
}
	.ultxt{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
	
	.sp-fdc {
  flex-direction: column;
}
	.sp-fdc .w49 {
  width: 100%;
}
	.pf-box{
	position: relative;
		padding-top: 120px;
}

.pf-mark{
	position: absolute;
	top:00%;
left: 50%;
transform: translate(-50%,0);/*センター寄せの修正*/
}
}