@charset "UTF-8";

/* reset
-------------------------------------*/
html {
	background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

img {
	vertical-align: top;
	pointer-events: none;
}

address,
caption,
em,
strong,
th {
	font-style: normal;
	font-weight: normal;
}

ol,
ul,
li {
	list-style: none;
}

caption,
th,
td {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

sup {
	vertical-align: super;
	font-size: 84%;
}

sub {
	vertical-align: sub;
	font-size: 84%;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
}

/* setting
-------------------------------------*/
html {
	font-size: 62.5%;
}

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: auto;
	width: 100%;
	-webkit-font-feature-settings: “palt” 1;
	font-feature-settings: “palt” 1;
	margin: auto;
	background-size: 100%;
	background-color: #fff;
	font-size: 100%;
	line-height: 1.7rem;
}

main {
	display: block;
}

a {
	display: block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

table {
	width: 100%;
}

p,
a,
ul,
li {
	text-align: justify;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

body {
	width: 100%;
	min-width: 1120px;
	font-feature-settings: "pkna"1;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1.2px;
}

body .sp {
	display: none;
}

body .ctn {
	width: 1080px;
	margin: auto;
}

/*--------------------------------
	header
--------------------------------*/
header #header_bar {
	position: relative;
	z-index: 1;
}

header #header_bar h1 {
	width: 250px;
	background: #fff;
	padding: 20px;
	border: solid 4px #eee;
	border-top: none;
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
}

header nav ol li {
	padding: 25px;
}

header nav ol li a {
	text-align: center;
}

header nav ol li a:hover {
	color: #fb8ca6;
}

header nav ol li span {
	font-weight: 500;
	letter-spacing: 2px;
	display: block;
	margin-top: 10px;
}

header .mv {
	overflow: hidden;
	margin-top: -80px;
}

header .mv .main,
header .mv .sub {
	width: 89.58%;
	min-width: 1080px;
	margin: 0 auto;
}

header .mv .main {
	height: 800px;
	background: url("/img/common/mv.png") center center no-repeat;
	background-size: cover;
	position: relative;
}

header .mv .main .cc {
	position: absolute;
	bottom: 100px;
	left: 15.63%;
}

header .mv .sub {
	height: 400px;
	background: url("/img/common/sv.png") center center no-repeat;
	background-size: cover;
}

header .mv .sub .ctn {
	height: 100%;
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
}

header .mv .sub .title {
	width: 500px;
	max-width: 100%;
	height: 180px;
	border-radius: 10px;
	background: #54d7b4;
	padding: 50px;
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	font-size: 30px;
	font-size: 3rem;
	color: #fff;
	font-weight: 600;
	text-align: center;
	position: relative;
}

header .mv .sub .title::before,
header .mv .sub .title::after {
	content: '';
	display: block;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

header .mv .sub .title::before {
	width: 100px;
	min-width: 100px;
	height: 104px;
	background-image: url("/img/common/sv-obj-01.png");
	left: -20px;
}

header .mv .sub .title::after {
	width: 88px;
	min-width: 88px;
	height: 107px;
	background-image: url("/img/common/sv-obj-02.png");
	right: -20px;
}

/*--------------------------------
	footer
--------------------------------*/
footer {
	border-top: solid 5px #d5f0ee;
	padding: 65px 0 40px 0;
}

footer .info a,
footer .info p {
	line-height: 26px;
	text-align: center;
}

footer .box2 ol li {
	margin: 10px 5px;
}

footer .box2 ol li:not(:last-child) {
	margin-right: 5px;
}

footer .box2 ol li:not(:last-child) a::after {
	content: '\FF0F';
	display: inline-block;
	margin-left: 10px;
}

footer .box2 ol a {
	font-size: 14px;
	font-size: 1.4rem;
}

footer .box2 .sns a:not(:first-child) {
	margin-left: 30px;
}

footer small {
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	color: #333;
}

footer small span,
footer small a {
	display: inline-block;
}

footer small a {
	margin: 0 5px;
}

footer #fix_btn {
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 90;
	transition: none;
	transition: .4s;
}

footer #fix_btn img {
	transition: none;
}

footer #fix_btn i {
	font-size: 46px;
	font-size: 4.6rem;
	color: #514f4e;
}

footer #fix_btn.slide-none {
	transition: .4s;
	right: -200px;
}

/*--------------------------------
	common
--------------------------------*/
#main p,
#sub p {
	line-height: 30px;
}

#main .button,
#sub .button {
	margin-top: 40px;
}

#main .button a,
#sub .button a {
	width: 260px;
	max-width: 100%;
	padding: 20px;
	border-radius: 5px;
	background: #2cb5a9;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 500;
}

#main .button a:hover,
#sub .button a:hover {
	background: #25aa9e;
}

#main .btn-arrow a,
#sub .btn-arrow a {
	position: relative;
}

#main .btn-arrow a::after,
#sub .btn-arrow a::after {
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	background-image: url("/img/common/arrow-wht.png");
	background-size: contain;
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	margin: auto 0;
}

#main .col-gn,
#sub .col-gn {
	color: #2cb5a9;
}

#main .col-gl,
#sub .col-gl {
	color: #54d7b4;
}

#main .line-yl,
#sub .line-yl {
	border-bottom: solid 4px #f7f09e;
}

#main .bg-stripe,
#sub .bg-stripe {
	background-image: linear-gradient(-45deg, #f4f4f4 25%, #fff 25%, #fff 50%, #f4f4f4 50%, #f4f4f4 75%, #fff 75%, #fff);
	background-size: 8px 8px;
	background-attachment: fixed;
}

#main .wrap-table th,
#main .wrap-table td,
#sub .wrap-table th,
#sub .wrap-table td {
	line-height: 24px;
	padding: 15px;
	vertical-align: middle;
}

#main .wrap-table th,
#sub .wrap-table th {
	width: 30%;
	font-weight: 600;
}

#main .list-category,
#sub .list-category {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#main .list-category .box,
#sub .list-category .box {
	width: 320px;
	max-width: 100%;
}

#main .list-category .box:not(:nth-child(3n)),
#sub .list-category .box:not(:nth-child(3n)) {
	margin-right: 60px;
}

#main .list-category .box:nth-child(n+4),
#sub .list-category .box:nth-child(n+4) {
	margin-top: 50px;
}

#main .list-category .box h3,
#sub .list-category .box h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 20px;
	background: #fb8ca6;
	color: #fff;
	padding: 10px 15px;
}

#main .list-category .box p,
#sub .list-category .box p {
	line-height: 26px;
	margin-top: 10px;
}

#main article.bana_info section:not(:first-child),
#sub article.bana_info section:not(:first-child) {
	margin-top: 60px;
}

#main article.bana_info .wrap,
#sub article.bana_info .wrap {
	border-radius: 10px;
	padding: 50px;
}

#main .btn-tel a,
#sub .btn-tel a {
	font-size: 40px;
	font-size: 4rem;
	line-height: 40px;
	font-weight: 600;
	text-align: center;
}

#main .btn-tel a::before,
#sub .btn-tel a::before {
	content: '';
	display: inline-block;
	width: 36px;
	height: 36px;
	background-image: url("/img/top/ic-tel.png");
	background-size: contain;
	vertical-align: bottom;
	margin-right: 20px;
}

#main .bana-contact .wrap,
#sub .bana-contact .wrap {
	background: #54d7b4;
	position: relative;
}

#main .bana-contact .wrap::after,
#sub .bana-contact .wrap::after {
	content: '';
	display: block;
	width: 287px;
	height: 206px;
	background-image: url("/img/top/info-obj.png");
	background-size: contain;
	position: absolute;
	right: 60px;
	bottom: 40px;
}

#main .bana-contact h2,
#sub .bana-contact h2 {
	color: #fff;
}

#main .bana-contact .button a,
#sub .bana-contact .button a {
	width: 320px;
	background: #fff;
	color: #333;
	font-weight: 600;
}

#main .bana-contact .button a::after,
#sub .bana-contact .button a::after {
	background-image: url("/img/common/arrow-blk.png");
}

#main .bana-contact .button a:hover,
#sub .bana-contact .button a:hover {
	background: rgba(255, 255, 255, 0.8);
}

#main .bana-line a:hover,
#main .bana-online a:hover,
#main .bana-voice a:hover,
#sub .bana-line a:hover,
#sub .bana-online a:hover,
#sub .bana-voice a:hover {
	opacity: .8;
}

#main .bana-line .click,
#main .bana-online .click,
#main .bana-voice .click,
#sub .bana-line .click,
#sub .bana-online .click,
#sub .bana-voice .click {
	text-align: center;
}

#main .bana-line .click span,
#main .bana-online .click span,
#main .bana-voice .click span,
#sub .bana-line .click span,
#sub .bana-online .click span,
#sub .bana-voice .click span {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}

#main .bana-line .click span::before,
#main .bana-online .click span::before,
#main .bana-voice .click span::before,
#sub .bana-line .click span::before,
#sub .bana-online .click span::before,
#sub .bana-voice .click span::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 10px;
	background-image: url("/img/common/arrow-blk.png");
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}

#main .bana-line a,
#sub .bana-line a {
	background: #00b900;
	position: relative;
}

#main .bana-line a::before,
#main .bana-line a::after,
#sub .bana-line a::before,
#sub .bana-line a::after {
	content: '';
	display: block;
	background-size: contain;
	position: absolute;
}

#main .bana-line a::before,
#sub .bana-line a::before {
	width: 200px;
	height: 111px;
	background-image: url("/img/top/line-obj-01.png");
	left: 50px;
	bottom: 80px;
}

#main .bana-line a::after,
#sub .bana-line a::after {
	width: 180px;
	height: 212px;
	background-image: url("/img/top/line-obj-02.png");
	right: 50px;
	bottom: 0;
}

#main .bana-line h3,
#sub .bana-line h3 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 56px;
	color: #fff;
	font-weight: 600;
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
}

#main .bana-line h2,
#sub .bana-line h2 {
	font-size: 48px;
	font-size: 4.8rem;
	color: #fff;
}

#main .bana-line p,
#sub .bana-line p {
	font-size: 14px;
	font-size: 1.4rem;
}

#main .bana-online a,
#sub .bana-online a {
	width: 680px;
	max-width: 100%;
	margin: 0 auto;
	background: url("/img/top/onlineshop-bg.png") left top no-repeat;
	background-size: cover;
}

#main .bana-online .box,
#sub .bana-online .box {
	width: 50%;
	margin-left: auto;
}

#main .bana-online h2,
#sub .bana-online h2 {
	font-size: 50px;
	font-size: 5rem;
	font-weight: 600;
	line-height: 56px;
	margin-bottom: 15px;
}

#main .bana-online h3,
#sub .bana-online h3 {
	text-align: center;
}

#main .bana-online h3 span,
#sub .bana-online h3 span {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	background: #fff;
	padding: 3px 15px;
}

#main .bana-voice .wrap,
#sub .bana-voice .wrap {
	padding: 35px 70px;
	position: relative;
	overflow: hidden;
}

#main .bana-voice .wrap::after,
#sub .bana-voice .wrap::after {
	content: 'VOICE';
	font-size: 50px;
	font-size: 5rem;
	color: #f7f09e;
	line-height: 50px;
	font-weight: 600;
	position: absolute;
	right: -5px;
	bottom: -5px;
}

#main .bana-voice a,
#sub .bana-voice a {
	width: 680px;
	max-width: 100%;
	margin: 0 auto;
	background: url("/img/top/voice-bg.png") left top no-repeat;
	background-size: cover;
}

#main .bana-voice h2,
#sub .bana-voice h2 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 40px;
	font-weight: 600;
	text-align: right;
	margin-bottom: 0;
}

#main .bana-voice h2 span,
#sub .bana-voice h2 span {
	font-size: 24px;
	font-size: 2.4rem;
}

#main .bana-voice h2 .col-gn,
#sub .bana-voice h2 .col-gn {
	font-size: 40px;
	font-size: 4rem;
	font-weight: 800;
}

#main article {
	padding: 100px 0;
}

#main article .ctn {
	position: relative;
}

#main h2 {
	font-size: 40px;
	font-size: 4rem;
	line-height: 60px;
	font-weight: 800;
	margin-bottom: 40px;
}

#main h2 .ruby {
	position: absolute;
	z-index: 1;
}

/*--------------------------------
	news
--------------------------------*/
#main article.news {
	padding-bottom: 0;
}

#main article.news h2,
#main article.news .btn-arrow {
	margin: 0;
}

#main article.news h2 span {
	top: -80px;
	left: 0;
}

#main article.news .btn-arrow {
	position: absolute;
	top: 110px;
	left: 0;
}

#main article.news .btn-arrow a {
	width: 210px;
	max-width: 100%;
}

#main article.news .wrap {
	width: 980px;
	max-width: 100%;
	margin-left: auto;
	padding: 60px 70px 60px 140px;
	margin-top: -30px;
}

#main article.news .wrap a {
	background: #fff;
	padding: 20px 30px;
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
}

#main article.news .wrap a:not(:first-child) {
	margin-top: 20px;
}

#main article.news .wrap a:hover {
	background: rgba(251, 140, 166, 0.1);
}

#main article.news .wrap a time,
#main article.news .wrap a span,
#main article.news .wrap a p {
	display: block;
}

#main article.news .wrap a .tag {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin-left: 50px;
}

#main article.news .wrap a .tag span {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	background: #fb8ca6;
	color: #fff;
	padding: 5px;
	white-space: nowrap;
}

#main article.news .wrap a .ttl {
	margin-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*--------------------------------
	about
--------------------------------*/
#main article.about {
	overflow: hidden;
}

#main article.about .ctn {
	z-index: 1;
}

#main article.about .ctn::before {
	content: '';
	display: inline-block;
	width: 348px;
	height: 553px;
	background-image: url("/img/top/about-obj.png");
	background-size: contain;
	position: absolute;
	top: -60px;
	right: -420px;
}

#main article.about .ruby {
	top: 0;
	right: 0;
}

#main article.about figure {
	margin-left: -420px;
}

#main article.about .box {
	width: 540px;
	max-width: 100%;
}

/*--------------------------------
	category
--------------------------------*/
#main article.category {
	background: rgba(251, 140, 166, 0.1);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#main article.category::before,
#main article.category::after {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	background: #fff;
	position: absolute;
	left: 0;
	z-index: -1;
}

#main article.category::before {
	top: 0;
}

#main article.category::after {
	bottom: 0;
}

#main article.category .ruby {
	top: -100px;
	left: 0;
}

#main article.category .ctn::after {
	content: '';
	display: block;
	width: 141px;
	height: 290px;
	background-image: url("/img/top/category-obj.png");
	background-size: contain;
	position: absolute;
	left: -180px;
	bottom: -100px;
}

/*--------------------------------
	bana
--------------------------------*/
#main article.bana .button {
	margin-top: 0;
}

#main article.bana .button a {
	width: 460px;
	max-width: 100%;
	border-radius: 10px;
	padding: 30px 20px;
}

#main article.bana .button a::before {
	content: '';
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto;
	background-size: contain;
	margin-bottom: 10px;
}

#main article.bana .button.faq a::before {
	background-image: url("/img/top/faq-ic.png");
}

#main article.bana .button.flow a::before {
	background-image: url("/img/top/flow-ic.png");
}

/*--------------------------------
	achievements
--------------------------------*/
#main article.achievements .ruby {
	top: 0;
	right: 0;
}

#main article.achievements .wrap-slider {
	height: 300px;
	overflow: hidden;
}

#main article.achievements .wrap-slider a {
/*	width: 420px;*/
/*	min-width: 420px;*/
	position: relative;
	background: #fff;
}

#main article.achievements .wrap-slider a:not(:first-child) {
/*	margin-left: 10px;*/
}

#main article.achievements .wrap-slider a:hover img {
	opacity: .7;
}

#main article.achievements .wrap-slider a img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	font-family: 'object-fit:cover';
}

#main article.achievements .wrap-slider .inner {
	width: 100%;
	min-height: 60px;
	background: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#main article.achievements .wrap-slider .inner .tag {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin-right: 10px;
}

#main article.achievements .wrap-slider .inner .tag span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	white-space: nowrap;
	background: #f7f09e;
	padding: 4px;
}

#main article.achievements .wrap-slider .inner .ttl {
	color: #fff;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*--------------------------------
	feature
--------------------------------*/
#main article.feature {
	padding-bottom: 0;
	background: rgba(247, 240, 158, 0.5);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#main article.feature::before,
#main article.feature::after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
}

#main article.feature::before {
	height: 20px;
	background-image: linear-gradient(-45deg, #f4f4f4 25%, #fff 25%, #fff 50%, #f4f4f4 50%, #f4f4f4 75%, #fff 75%, #fff);
	background-size: 8px 8px;
	background-attachment: fixed;
	top: 0;
}

#main article.feature::after {
	height: 30px;
	background: #fff;
	bottom: 0;
}

#main article.feature .ctn::after {
	content: '';
	display: block;
	width: 1500px;
	height: 1500px;
	border-radius: 500rem;
	background: #f7f09e;
	position: absolute;
	left: -215px;
	bottom: -1000px;
	z-index: -1;
}

#main article.feature .ruby {
	top: -100px;
	left: 0;
}

#main article.feature .sec1 .box {
	width: 260px;
	max-width: 100%;
}

#main article.feature .sec1 .box:not(:first-child) {
	margin-left: 90px;
}

#main article.feature .sec1 .box .inbox {
	width: 260px;
	height: 260px;
	border: solid 6px #fff;
	border-radius: 50rem;
	text-align: center;
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

#main article.feature .sec1 .box .inbox h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
}

#main article.feature .sec1 .box p {
	line-height: 26px;
	margin-top: 20px;
}

#main article.feature .sec2 h3 {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	font-size: 40px;
	font-size: 4rem;
	line-height: 40px;
	color: #fb8ca6;
	font-weight: 800;
	letter-spacing: 2px;
	text-align: center;
}

#main article.feature .sec2 h3 span {
	font-size: 100px;
	font-size: 10rem;
	line-height: 100px;
}

#main article.feature .sec2 h3::before,
#main article.feature .sec2 h3::after {
	content: '';
	display: inline-block;
	width: 3px;
	height: 100px;
	background: #333;
	vertical-align: bottom;
}

#main article.feature .sec2 h3::before {
	transform: rotate(-35deg);
	margin-right: 50px;
}

#main article.feature .sec2 h3::after {
	transform: rotate(35deg);
	margin-left: 50px;
}

/*--------------------------------
	access
--------------------------------*/
#main article.access .box,
#main article.access figure {
	width: 520px;
	max-width: 100%;
}

#main article.access .box {
	background: #fff;
	padding: 40px;
}

#main article.access .box h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */