<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";



#main1, #main2, #main3 {
	width: 100%;
	height: 400px;
	text-align: center;
	position: relative;
}
#main1 {background: url(../../images/rigaku/main1_pc.jpg) no-repeat; background-size: cover;}
#main2 {background: url(../../images/rigaku/main2_pc.jpg) no-repeat; background-size: cover;}
#main3 {background: url(../../images/rigaku/main3_pc.jpg) no-repeat; background-size: cover;}
#main1 h2, #main2 h2, #main3 h2 {
	font-size: 3.5rem;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#main1 h2 span, #main2 h2 span, #main3 h2 span {
	background: rgba(197,229,248,0.8);
}

#mess1, #mess2, #mess3 {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}

#mess1 h3, #mess2 h3, #mess3 h3 {
	text-align: center;
	margin-top: -20px;
}
#mess1 h3 span, #mess2 h3 span, #mess3 h3 span {
	display: inline;
	font-size: 2.4rem;
	line-height: 2.2;
	font-weight: normal;
	background: rgba(197,229,248,0.8);
	padding: 5px;
}



#graph1 {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
#graph2 {
	width: 1070px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
#graph1 h4 {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 20px;
}
#graph2 h4, #graph3 h4 {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 10px;
}
#graph2 h5 {
	text-align: center;
	font-size: 1.8rem;
}
#graph1 li {
	background: #c7e8fa;
	width: 100%;
	font-size: 1.8rem;
	border-radius: 10px;
	padding: 28px;
	box-sizing: border-box;
	margin-bottom: 8px;
}
#graph1 li:nth-child(1), #graph1 li:nth-child(2) {
	width: 545px;
	background: #ededed;
	text-align: center;
}
#graph1 li:nth-child(3) ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#graph1 li:nth-child(3) ul li {
	width: 25%;
	background: none;
	text-align: center;
	padding: 0;
	position: relative;
}

/* #graph1 li:nth-child(3) ul li:nth-child(2) {
	width: 50%;
}
#graph1 li:nth-child(3) ul li:nth-child(2) span {
	font-size: 1.6rem;
}
#graph1 li:nth-child(3) ul li:nth-child(4) {
	width: 75%;
	padding: 0 40px;
	margin-top: 1em;
} */
#graph1 li:nth-child(3) ul li:before {
	position: absolute;
	content: '|';
	color: #666;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
#graph1 li:nth-child(3) ul li:last-child:after {
	position: absolute;
	content: '|';
	color: #666;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

#graph1 li:nth-child(4) ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

#graph1 li:nth-child(4) ul li:nth-child(1),
#graph1 li:nth-child(4) ul li:nth-child(2),
#graph1 li:nth-child(4) ul li {
	width: auto;
	background: none;
	padding: 0
}
#graph1 li:nth-child(4) ul li:nth-child(1),
#graph1 li:nth-child(4) ul li:nth-child(2) {
	font-size: 1.8rem;
	line-height: 1;
	padding: 0 40px;
	box-sizing: border-box;
}
#graph1 li:nth-child(4) ul li:nth-child(3) {
	padding-top: 40px;
}
#graph1 li:nth-child(4) ul li:nth-child(1) strong,
#graph1 li:nth-child(4) ul li:nth-child(2) strong {
	font-size: 9.1rem;
}
#graph1 li:nth-child(4) ul li:nth-child(1) span,
#graph1 li:nth-child(4) ul li:nth-child(2) span {
	font-size: 3.2rem;
}

#graph2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
#graph2 li {
	background: #c7e8fa;
	width: 100%;
	font-size: 1.8rem;
	border-radius: 10px;
	box-sizing: border-box;
	margin-bottom: 8px;
	padding: 20px;
	overflow: hidden;
}
#graph2 li:nth-child(1), #graph2 li:nth-child(2), #graph2 li:nth-child(3) {
	width: 350px;
	text-align: center;
}
#graph2 li:nth-child(1) {
	padding: 0;
}
#graph2 li:nth-child(1) h4 {
	margin-top: 20px;
}
#graph2 li:nth-child(1) p {
	padding: 5px 20px 20px 20px;
	text-align: left;
}
#graph2 li:nth-child(2) {
	position: relative;
}
#graph2 li:nth-child(2) div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#graph2 li:nth-child(3) img {
	width: 100%;
	margin: 20px 0 40px 0;
}
#graph2 li:nth-child(4) p {
	text-align: center;
}
#graph2 li:nth-child(4) div {
	margin-top: 40px;
	text-align: center;
}
#graph2 li:nth-child(5) {
	padding: 30px;
}
#graph2 li:nth-child(5) p {
	text-align: center;
	padding-bottom: 1em;
}

#graph1 .btnblock {
	width: 340px;
	margin-left: auto;
}
#graph1 .btnblock a {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 10px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}
#graph2 .btnblock {
	width: 100%;
	margin-left: auto;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #fff;
	border-radius: 30px;
	padding: 10px;
	display: inline-block;
	box-sizing: border-box;
}
#graph2 li:nth-child(5) .btnblock {
	width: 340px;
	display: block;
	margin: 0 auto;
	border: 1px solid #000;
}




.point1, .point2, .point3 {
	background: #ededed;
	padding: 100px 0;
	margin-bottom: 100px;
}

.point1 h4, .point2 h4, .point3 h4 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 100px;
}


.point1 .inner, .point2 .inner, .point3 .inner {
	width: 1100px;
	margin: 0 auto;
}
.point1 ol {
	position: relative;
}
.point1 li, .point2 li, .point3 li {
	position: relative;
}

.point1 li:nth-child(2) { padding-bottom: 350px;}
.point1 li:nth-child(3) { padding-bottom: 240px;}
.point1 li:nth-child(4) { padding-bottom: 240px;}
.point1 li:nth-child(5) { padding-bottom: 200px;}
.point2 li:first-child { padding-bottom: 300px;}
.point2 li:nth-child(2) { padding-bottom: 280px;}
.point2 li:last-child { padding-bottom: 200px;}
.point3 li:first-child { padding-bottom: 270px;}
.point3 li:nth-child(2) { padding-bottom: 290px;}
.point3 li:last-child { padding-bottom: 200px;}
.point1 dd, .point2 dd, .point3 dd {
	position: absolute;
	top: 315px;
	left: 50%;
	width: 915px;
	background: rgba(255,255,255,.9);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	padding: 65px;
	box-sizing: border-box;
}

.point1 dd span, .point2 dd span, .point3 dd span {
	font-size: 1.8rem;
}
.point1 dd h5, .point2 dd h5, .point3 dd h5 {
	font-size: 3rem;
	position: relative;
	margin-bottom: 30px;
}
.point1 dd h5:after, .point2 dd h5:after, .point3 dd h5:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #000;
	width: 50px;
	margin-bottom: -15px;
}
.point1 dd p, .point2 dd p, .point3 dd p {
	font-size: 2rem;
	margin-bottom: 1em;
}
.point1 dd p:last-child, .point2 dd p:last-child, .point3 dd p:last-child {
	margin-bottom: 0;
}

.point1 dd .btnblock, .point2 dd .btnblock {
	width: 340px;
	margin: 0 auto;
}
.point1 dd .btnblock a, .point2 dd .btnblock a {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 10px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}

.fouryears {
	width: 100%;
	margin-bottom: 120px;
}
.fouryears.cont {
	margin-bottom: 0;
}
.fouryears .inner {
	width: 1100px;
	margin: 0 auto;
}
.fouryears.cont h4.title {
	margin-bottom: 40px;
}
.fouryears h4.title {
	font-size: 3rem;
	margin-bottom: 80px;
	text-align: center;
}
.fouryears h4.title+p {
	font-size: 1.8rem;
	margin-bottom: 80px;
	text-align: center;
}
.fouryears .imgpic img {
	width: 100%;
}
.fouryears ol {
	width: 100%;
}
.fouryears ol dl {
	display: flex;
}
.fouryears li {
	border-bottom: 1px solid #fff;
}
.fouryears li:last-child {
	border-bottom: none;
}
.fouryears li:nth-child(1) dt { background: url(../../images/sagyo/fbg1_pc.jpg) no-repeat center bottom; background-size: cover; }
.fouryears li:nth-child(2) dt { background: url(../../images/sagyo/fbg2_pc.jpg) no-repeat center bottom; background-size: cover; }
.fouryears li:nth-child(3) dt { background: url(../../images/sagyo/fbg3_pc.jpg) no-repeat center top; background-size: cover; }
.fouryears li:nth-child(4) dt { background: url(../../images/sagyo/fbg4_pc.jpg) no-repeat center top; background-size: cover; }
.fouryears ol dt {
	width: 30%;
	padding: 100px 80px 0 80px;
	box-sizing: border-box;
}
.fouryears li dt div {
	font-size: 3rem;
	border-bottom: 1px solid #000;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
.fouryears li dt p {
	font-size: 1.8rem;
}
.fouryears ol dd {
	width: 70%;
	background: #c7e8fa;
	padding: 80px 80px 100px 80px;
	box-sizing: border-box;
}
.tmimg2 {
	margin-bottom: 30px;
}

.sagyoswiper {
	position: relative;
	padding-top: 300px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.sagyoswiper .swiper-wrapper {
	width: 810px !important;
	height: 460px;
	margin: 0 auto;
	align-items: stretch !important;
}

.sagyoswiper .swiper-slide {
	width: 100%;
	height: auto;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.sagyoswiper .swiper-slide .box {
	height: 100%;
}
.sagyoswiper .swiper-slide div img {
	width: 100%;
}
.sagyoswiper .title {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 20px 30px 10px;
}
.sagyoswiper .desc {
	font-size: 1.5rem;
	padding: 0 30px 10px;
	text-align: left;
}

.tm {
	margin: 50px 0;
}

.tm table {
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
}

.tm th, .tm td {
	padding: 2px 10px;
}
.tm th {
	background: #38b2d6;
	text-align: center;
	color: #fff;
	width: 16.6667%;
}
.tm .num1, .tm .num2, .tm .num3, .tm .num4, .tm .num5 {
	text-align: right;
	position: relative;
}
.tm .num1:before, .tm .num2:before, .tm .num3:before, .tm .num4:before, .tm .num5:before {
	position: absolute;
	left: 16px;
	font-size: 3.4rem;
}
.tm .num1:before {content: '1';}
.tm .num2:before {content: '2';}
.tm .num3:before {content: '3';}
.tm .num4:before {content: '4';}
.tm .num5:before {content: '5';}

.tm td {
	background: #c7e8fa;
}

.tm tr:nth-child(odd) th:nth-child(even),
.tm tr:nth-child(even) th:nth-child(odd) {
	background: #2a95d3;
}

.tm tr:nth-child(odd) td:nth-child(even),
.tm tr:nth-child(even) td:nth-child(odd) {
	background: #7ecef4;
}

.tmb {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.tmb ul {
	width: 30%;
	align-items: start;
}
.tmb li {
	border: none;
	font-size: 1.8rem;
}
.tmb li:first-child {
	border-bottom: 1px solid #000;
	font-size: 2rem;
}
.tmb .twoc li:first-child {
	border-bottom: 1px solid #000;
	font-size: 2rem;
	width: 100%;
}

.tmb .onec {
	width: 50%;
}
.tmb .onec+p {
	font-size: 1.8rem;
	margin-left: 30px;
	width: 50%;
}

.tmb .twoc {
	width: 65%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tmb .twoc li {
	width: 45%;
}

.grames {
	background: #ededed;
	padding: 100px 0;
	margin-bottom: 100px;
}

.grames h4 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 100px;
}

.grames .inner {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 400px;
}
.grames .p1, .grames .p2, .grames .p3, .grames .p4 {
	position: relative;
	padding-top: 50px;
}
.grames .p1 {	margin-bottom: 500px;}
.grames .p2 {	margin-bottom: 500px;}
.grames .p1 dd, .grames .p2 dd, .grames .p3 dd, .grames .p4 dd {
	position: absolute;
	top: 360px;
	left: 50%;
	width: 915px;
	background: rgba(255,255,255,.9);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	padding: 65px;
	box-sizing: border-box;
}
.grames dd h5 {
	font-size: 3rem;
	position: relative;
	margin-bottom: 30px;
}
.grames dd h5:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #000;
	width: 50px;
	margin-bottom: -15px;
}
.grames dd h6 {
	font-size: 2rem;
	position: relative;
	margin-bottom: 30px;
}
.grames dd h6:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #000;
	width: 50px;
	margin-bottom: -15px;
}
.grames dd p {
	font-size: 2rem;
	margin-bottom: 1em;
}
.grames dd p:last-child {
	margin-bottom: 0;
}

.grames dd .btnblock {
	width: 340px;
	margin: 0 auto;
}
.grames dd .btnblock a {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 10px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}


/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {

#main1, #main2, #main3 {
	height: 100vh;
}

#main1 {background: url(../../images/rigaku/main1_sp.jpg) no-repeat center center; background-size: cover;}
#main2 {background: url(../../images/rigaku/main2_sp.jpg) no-repeat center center; background-size: cover;}
#main3 {background: url(../../images/rigaku/main3_sp.jpg) no-repeat center center; background-size: cover;}
#main1 h2, #main2 h2, #main3 h2 {
	font-size: 3rem;
}

#mess1, #mess2, #mess3 {
	margin-bottom: 40px;
}

#mess1 h3, #mess2 h3, #mess3 h3 {
	text-align: left;
	margin-top: -100px;
	margin-left: 20px;
}
#mess1 h3 span, #mess2 h3 span, #mess3 h3 span {
	font-size: 2rem;
}

#graph1, #graph2, #graph3 {
	width: 93.3333%;
}
#graph1, #graph2 {
	margin-bottom: 50px;
}
#graph1 li {
	margin-bottom: 20px;
}
#graph1 li:nth-child(3) ul {
	display: block;
	margin-bottom: 20px;
}
#graph1 li:nth-child(3) ul li:nth-child(1),
#graph1 li:nth-child(3) ul li:nth-child(2),
#graph1 li:nth-child(3) ul li:nth-child(3),
#graph1 li:nth-child(3) ul li:nth-child(4),
#graph1 li:nth-child(3) ul li {
	width: 100%;
	padding: 0;
}
#graph1 li:nth-child(3) ul li:before,
#graph1 li:nth-child(3) ul li:last-child:after {
	content: '';
}



#graph1 li:nth-child(4) ul li:nth-child(1),
#graph1 li:nth-child(4) ul li:nth-child(2) {
	padding: 0;
	width: 100%;
}
#graph1 li:nth-child(4) ul li:nth-child(3) {
	width: 100%;
	padding-top: 40px;
}
#graph1 li:nth-child(4) ul li:nth-child(1) strong {
	font-size: 19rem;
}

#graph1 li:nth-child(4) ul li:nth-child(2) strong {
	font-size: 9.1rem;
}
#graph1 li:nth-child(4) ul li:nth-child(1) span,
#graph1 li:nth-child(4) ul li:nth-child(2) span {
	font-size: 3.2rem;
}

#graph1 .btnblock {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#graph2 li:nth-child(1), #graph2 li:nth-child(2), #graph2 li:nth-child(3),
#graph2 li:nth-child(5), #graph2 li:nth-child(6), #graph2 li {
	width: 100%;
	margin-bottom: 20px;
}
#graph2 li:nth-child(2) {
	position: relative;
}
#graph2 li:nth-child(2) div {
	position: relative;
}
#graph2 li:nth-child(4) p {
	text-align: left;
}
#graph2 li:nth-child(4) div img {
	width: 80%;
}

#graph2 li:nth-child(5) p {
	text-align: left;
}
#graph2 li:nth-child(5) .btnblock {
	width: 100%;
}



.point1, .point2, .point3 {
	padding: 50px 0;
	margin-bottom: 50px;
}
.point1 h4, .point2 h4, .point3 h4 {
	margin-bottom: 50px;
}
.point1 .inner, .point2 .inner, .point3 .inner {
	width: 100%;
}
.point1 li:nth-child(2), .point1 li:nth-child(3),
.point1 li:nth-child(4), .point1 li:nth-child(5),
.point2 li:first-child, .point2 li:nth-child(2),
.point3 li:first-child, .point3 li:nth-child(2) {
	padding-bottom: 50px;
}
.point2 li:last-child, .point3 li:last-child {
	padding-bottom: 0;
}
.point1 dd, .point2 dd, .point3 dd {
	position: relative;
	top: 0;
	width: 100%;
	background: none;
	padding: 20px;
}

.point1 dd span, .point2 dd span, .point3 dd span {
	font-size: 1.3rem;
}
.point1 dd h5, .point2 dd h5, .point3 dd h5 {
	font-size: 2rem;
}
.point1 dd p, .point2 dd p, .point3 dd p {
	font-size: 1.6rem;
}

.point1 dd .btnblock, .point2 dd .btnblock {
	width: 100%;
}
.point1 dd .btnblock a, .point2 dd .btnblock a {
	background: #fff;
}

.fouryears .inner {
	width: 100%;
}
.fouryears h4.title {
	margin-bottom: 20px;
}
.fouryears .imgpic, .fouryears .ofsp {
	overflow: auto;
	padding: 0 20px;
}
.fouryears .imgpic {
	padding-top: 20px;
}
.fouryears .imgpic img {
	width: 250%;
}
.fouryears .ofsp .tm,
.fouryears .ofsp .tmb {
	width: 200%;
}

.fouryears ol dl {
	display: block;
}
.fouryears li {
	border-bottom: none;
}
.fouryears li:nth-child(1) dt { background: url(../../images/sagyo/fbg1_sp.jpg) no-repeat center bottom; background-size: cover; }
.fouryears li:nth-child(2) dt { background: url(../../images/sagyo/fbg2_sp.jpg) no-repeat center bottom; background-size: cover; }
.fouryears li:nth-child(3) dt { background: url(../../images/sagyo/fbg3_sp.jpg) no-repeat center top; background-size: cover; }
.fouryears li:nth-child(4) dt { background: url(../../images/sagyo/fbg4_sp.jpg) no-repeat center top; background-size: cover; }
.fouryears ol dt {
	width: 100%;
	padding: 110px 40px;
	box-sizing: border-box;
}
.fouryears ol dd {
	width: 100%;
	padding: 40px 0 50px 0;
}

.tmimg {
	width: 70%;
	margin: 0 auto;
}
.tmimg2 {
	width: 70%;
	margin: 0 auto 30px auto;
}

.sagyoswiper {
	padding-top: 20px;
}
.sagyoswiper .swiper-wrapper {
	padding-bottom: 40px;
}

.sagyoswiper .swiper-slide a {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 10px;
	transition: all .2s ease-in-out;
	color: #000;
	padding-bottom: 20px;
}
.sagyoswiper .swiper-slide a:hover {
	margin-top: 0;
	box-shadow: none;
	text-decoration: none;
}
.sagyoswiper .title {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 20px 30px 10px;
}
.sagyoswiper .desc {
	font-size: 1.5rem;
	padding: 0 30px 10px;
	text-align: left;
}
.sagyoswiper .swiper-button-prev:after, .sagyoswiper .swiper-button-next:after {
	content: '';
}
.sagyoswiper .swiper-button-prev {
	position: absolute;
	background: url(../../images/common/arrow_prev.png) no-repeat;
	width: 74px;
	height: 74px;
}
.sagyoswiper .swiper-button-next {
	position: absolute;
	background: url(../../images/common/arrow_next.png) no-repeat;
	width: 74px;
	height: 74px;
}

.grames {
	padding: 50px 0;
	margin-bottom: 50px;
}

.grames h4 {
	margin-bottom: 50px;
}

.grames .inner {
	width: 100%;
	padding: 0;
}
.grames .p1, .grames .p2, .grames .p3, .grames .p4 {
	padding-top: 20px;
}
.grames .p1 {	margin-bottom: 0;}
.grames .p2 {	margin-bottom: 0;}
.grames .p1 dd, .grames .p2 dd, .grames .p3 dd, .grames .p4 dd {
	position: relative;
	top: 0;
	width: 100%;
	background: none;
	padding: 20px;
}
.grames dd h5 {
	font-size: 2rem;
	position: relative;
	margin-bottom: 30px;
}
.grames dd h5:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #000;
	width: 50px;
	margin-bottom: -15px;
}
.grames dd h6 {
	font-size: 1.6rem;
	position: relative;
	margin-bottom: 30px;
}
.grames dd h6:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #000;
	width: 50px;
	margin-bottom: -15px;
}
.grames dd p {
	font-size: 1.6rem;
}
.grames dd p:last-child {
	margin-bottom: 0;
}

.grames dd .btnblock {
	width: 100%;
	margin: 0 auto;
}
.grames dd .btnblock a {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #fff;
	border-radius: 30px;
	padding: 10px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}




}
</pre></body></html>