<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;family=Roboto:wght@400;900&amp;display=swap');
html {
font-size: 62.5%;
margin:0;
padding:0;
}
body {
margin:0;
padding:0;
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Arial, Verdana, Meiryo, sans-serif;
font-size: 1.6em;
font-size: 1.6rem;
font-weight: 400;
line-height: 1.6;
color:#fff;
background: url("../images2/back.jpg") center top / cover no-repeat fixed;
}


_:lang(x)::-ms-backdrop, .selector {
    font-family: "Segoe UI", Meiryo, sans-serif;
}
ul li, ol li {
	list-style: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
	vertical-align:bottom;
	border:0;
	width:100%;
	line-height:0;
	font-size:0;
	height: auto;
backface-visibility: hidden;
border-radius: 10px;
}
a {
color:#333;
text-decoration:none;
transition: 0.3s;
}
a:hover {
color: #222;
text-decoration:none;
}
h1,h2,h3,h4,h5,strong{
font-weight: 700 !important;
}
p {
font-weight: normal !important;
}

.photo {
position: relative;
width: 100%;
overflow: hidden;
border-radius: 10px;
}
.photo:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.photo span {
    display: block;
    position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.photo span img {
	vertical-align:middle;
}
.photo-l {
border-radius: 10px;
}

#headerarea {
position: absolute;
width:100%;
}
#mainarea {
overflow: hidden;
width:100%;
height: 100vh;
z-index: 3;
position:relative;
}
#mainarea .box {
display: flex;
flex-direction: column;
width:100%;
height: 100vh;
justify-content: center;
align-items: center;
background: rgba(0,0,0,0.2);
}
h1#bilogo {
width: 48%;
z-index: 3;
position:relative;
}
#mainarea p.date {
width: 62%;
z-index: 3;
position:relative;
}
article {
padding: 15rem 8% 0rem 8%;
}
article section {
margin-bottom: 15rem;
}

#topbody #anniversary-area {
padding-top: 30%;
}
.messagearea {
display: flex;
justify-content: space-between;
}
.messagearea .photo-l {
width: 35%;
}
.messagearea .box {
width: 60%;
}
.messagearea header {
margin-bottom:3rem;
}
.messagearea header p {
font-size:8em;
font-size:8rem;
font-weight: 700 !important;
line-height: 0.3;
  font-style: italic;
  font-family:'Goudy Bookletter 1911',Georgia,"Times New Roman", Times, serif;
  margin-bottom: 0;
  color: aqua;
opacity: 0.5;
position: relative;
z-index: -1;
}
.messagearea header h2 {
font-size:4em;
font-size: 4rem;
line-height: 1.4;
padding-left:2rem;
}
.messagearea .message p {
font-size:2em;
font-size: 2rem;
line-height: 1.65;
margin-bottom:1.5rem;
}


#topicsarea header {
margin-bottom:15rem;
text-align: center;
}
#topicsarea header p.en {
font-size:7em;
font-size:7rem;
font-weight: 700 !important;
line-height: 1.4;
  font-style: italic;
  font-family:'Goudy Bookletter 1911',Georgia,"Times New Roman", Times, serif;
  margin-bottom: 1rem;
  color: aqua;
margin-bottom:5rem;
}
#topicsarea header h2 {
font-size:6.4em;
font-size: 6.4rem;
font-weight: 600 !important;
line-height: 1.4;
  position: relative;
  display: inline-block;
  /*padding: 0 60px 0 30px;*/
}
/*#topicsarea header h2:before,
#topicsarea header h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 4px;
  background-color: #fff;
}
#topicsarea header h2:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
#topicsarea header h2:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}*/
#topicsarea .txtbox {
margin-bottom: 10rem;
text-align: center;
font-size:2.4em;
font-size: 2.4rem;
}
#topicsarea .txtbox p {
margin-top: 2rem;
font-weight: 600 !important;
}
#topicsarea .box {
text-align: center;
margin-bottom: 15rem;
}
#topicsarea .lead {
font-size:3.4em;
font-size: 3.4rem;
font-weight: 600 !important;
line-height: 1.4;
  color: aqua;
}

#topicsarea .article-list {
margin: 0 0 2rem 0;
counter-reset: number;
}
#topicsarea .article-list li {
margin-bottom: 15rem;
display: flex;
justify-content: space-between;
position: relative;
z-index: 1;
}
#topicsarea .article-list2 li:nth-child(3n) {
margin-right: 0;
}
#topicsarea .article-list li:before {
  position: absolute;
  font-style: italic;
  font-family:'Goudy Bookletter 1911',Georgia,"Times New Roman", Times, serif; 
  content: counter(number)".";
  counter-increment: number;
  left: 42%;
  top: -4rem;
  font-weight: bold;
font-size:16em;
font-size: 16rem;
line-height: 0;
z-index: 0;
color: aqua;
opacity: 0.5;
}
#topicsarea .article-list li:nth-child(2n):before {
  left: -1%;
}
#topicsarea .article-list li .photo {
width: 40%;
}
#topicsarea .article-list li .info {
position: relative;
z-index: 1;
width: 55%;
}
#topicsarea .article-list li .title {
font-size:4em;
font-size: 4rem;
line-height: 1.3;
margin-bottom:1rem;
}
#topicsarea .article-list li .description {
font-size:2.0em;
font-size: 2.0rem;
font-weight: 700 !important;
line-height: 1.5;
margin-bottom:1rem;
}
#topicsarea .article-list li .update {
margin-bottom: 3rem;
    padding-right: 18px;
    font-size: 1.6em;
    font-size: 1.6rem;
    background: url(../common2/update.svg) right top 0.3rem no-repeat;
    background-size: 15px auto;
    text-align: right;
}
#topicsarea .article-list li:nth-child(2n) .photo {
order: 2;
}
#topicsarea .article-list li:nth-child(2n) .info {
order: 1;
}
.link {
margin: 2rem 0;
}
.link a {
    display: block;
    padding: 0.8rem 2.5rem 0.8rem 3.5rem;
    background: url(../common2/arrow.svg) left 1.5rem center no-repeat;
    background-size: 13px auto;
    color: #fff;
	border-radius: 2rem;
	border: #fff 1px solid;
}
.link a:hover {
    background: rgba(255,255,255,0.2) url(../common2/arrow.svg) left 1.5rem center no-repeat;
    background-size: 13px auto;
}
.ftlinklist {
display: flex;
justify-content: space-between;
width: 100%;
margin-top: 1.5rem;
}
.ftlinklist.last {
justify-content: flex-end;
}
.ftlinklist li {
font-size: 1.6em;
font-size: 1.6rem;
}
.ftlinklist li:nth-child(1) a {
 display: block;
color: #fff;
padding-left:1.75rem;
position: relative;
}
.ftlinklist li:nth-child(1) a::before {
position: absolute;
top: 7px;
left: 0;
content: "";
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(-135deg);
}
.ftlinklist.last a,
.ftlinklist li:nth-child(2) a {
 display: block;
color: #fff;
padding-right:1.75rem !important;
position: relative;
}
.ftlinklist.last a::before,
.ftlinklist li:nth-child(2) a::before {
position: absolute;
top: 7px;
left: inherit !important;
right: 0 !important;
content: "";
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg) !important;
}
.ftlinklist li a:hover {
opacity:0.7;
}
#topicsarea .article-list2 {
margin: 0;
display: flex;
justify-content:flex-start;
flex-wrap: wrap;
}
#topicsarea .article-list2 li {
width: 30.666666%;
margin-right: 4%;
margin-bottom: 3rem;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#topicsarea .article-list2 li .photo {
margin-bottom: 2rem;
}
#topicsarea .article-list2 li .info {
display: flex;
flex-direction: column;
justify-content: space-between;
flex-grow: 2;
}
#topicsarea .article-list2 li .title {
font-size:2.8em;
font-size: 2.8rem;
line-height: 1.3;
margin-bottom:1.5rem;
}
#topicsarea .article-list2 li .description {
font-size:1.8em;
font-size: 1.8rem;
font-weight: 700 !important;
line-height: 1.5;
margin-bottom:1rem;
flex-grow: 3;
}
#topicsarea .article-list2 li .update {
margin-bottom: 3rem;
    padding-right: 18px;
    font-size: 1.4em;
    font-size: 1.4rem;
    background: url(../common2/update.svg) right top 0.2rem no-repeat;
    background-size: 15px auto;
    text-align: right;
}


#pagetop {
position: fixed;
z-index: 5;
bottom: 20px;
right: 20px;
width: 50px;
padding: 0;
margin: 0;
}
#pagetop a {
display: block;
background: rgba(0,0,0,0.6);
padding: .8em .8em .8em .8em;
color:#fff;
border-radius: 5rem;
}

#footerarea {
position: relative;
bottom: 0;
left: 0;
z-index: 3;
margin:0;
padding:5rem 7% 5rem 7%;
width: 100%;
display: flex;
align-items: flex-start;
}
#footerarea &gt; nav {
order: 2;
width: 70%;
display: flex;
justify-content: flex-end;
align-items: flex-start;
}
.ftnavarea ul.language li {
font-size: 1.3em;
font-size: 1.3rem;
font-weight: normal;
line-height: 1.5;
margin-bottom:0.75rem;
}
#footerarea svg {
fill: #fff;
}
#footerarea nav &gt; ul.language {
width: 50%;
display: flex;
flex-wrap: wrap;
}

#footerarea nav &gt; ul.snslist li:last-child {
margin-top: 2rem;
}
.ftnavarea {
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.ftnavarea ul.language {
display: flex;
justify-content: flex-end;
margin-top: 3rem;
}
.ftnavarea ul.language li {
font-size: 2em;
font-size: 2rem;
}
#footerarea nav ul.language li+li::before {
    display: inline-block;
    padding: 0 2rem;
    color: #fff;
    content: "/";
}

.ftnavarea ul li {
margin-right: 0;
}

.snsarea {
    display: flex;
	justify-content: flex-end;
align-items: flex-start;
background: rgba(0,255,255,0.5);
	padding: 1.5rem 3rem;
	border-radius: 6rem;
}
.snsarea p {
    white-space: nowrap;
	margin-right: 2rem;
	line-height: 2;
}
#footerarea .snslist {
    display: flex;
}
#footerarea .snslist li {
    width: 30px;
margin-left: 2.5rem;
}
#footerarea &gt; div {
order: 1;
width: 30%;
}
#footerarea a {
color:#fff;
}
#ftlogo {
width: 60%;
margin-bottom: 2rem;
}
#copyright {
font-size: 1.1em;
font-size: 1.1rem;
line-height: 1.5;
letter-spacing: 1px;
margin-bottom: 0.5rem;
color:#fff;
}


.fdin-btm {
transition: all 1s ease-out;
transform: translateY(30px);
opacity: 0;
}
.fdin-btm.active {
transform: translateY(0%);
opacity: 1;
}

.yellow {
    color: #ffff66;
}
.yellow a {
    color: #ffff66;
}
.highlight {
    color: #fff;
}
.highlight a {
    color: #fff;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.center {
    text-align: center !important;
}
.txt-lll {
font-size: 2.6em !important;
font-size: 2.6rem !important;
}
.txt-ll {
font-size: 2.2em !important;
font-size: 2.2rem !important;
}
.txt-l {
font-size: 1.8em !important;
font-size: 1.8rem !important;
}
.txt-m {
font-size: 1.6em !important;
font-size: 1.6rem !important;
}
.txt-s {
font-size: 1.4em !important;
font-size: 1.4rem !important;
}
.txt-ss {
font-size: 1.2em !important;
font-size: 1.2rem !important;
}

.mrgTll {
    margin-top: 8rem !important;
}
.mrgTl {
    margin-top: 4rem !important;
}
.mrgT {
    margin-top: 2rem !important;
}
.mrgTs {
    margin-top: 1rem !important;
}
.mrgTss {
    margin-top: 0.5rem !important;
}
.mrgTno {
    margin-top: 0 !important;
}
.mrgBl {
    margin-bottom: 4rem !important;
}
.mrgB {
    margin-bottom: 2rem !important;
}
.mrgBs {
    margin-bottom: 1rem !important;
}
.mrgBss {
    margin-bottom: 0.5rem !important;
}
.mrgBno {
    margin-bottom: 0 !important;
}
.mrgRno {
    margin-right: 0 !important;
}
.mrgLno {
    margin-left: 0 !important;
}


@media screen and (max-width: 1199px) {
h1#bilogo {
width: 74%;
}
#mainarea p.date {
width: 74%;
}
article {
    padding: 10rem 5% 0rem 5%;
}
article section {
    margin-bottom: 10rem;
}
.messagearea header h2 {
    font-size: 3.4em;
    font-size: 3.4rem;
}
.messagearea .message p {
    font-size: 2.0em;
    font-size: 2.0rem;
    margin-bottom: 1.5rem;
}
#topicsarea header p.en {
    font-size: 6em;
    font-size: 6rem;
}
#topicsarea .lead {
font-size:3.0em;
font-size: 3.0rem;
}
#topicsarea header h2 {
    font-size: 5.6em;
    font-size: 5.6rem;
}
#topicsarea .lead {
font-size:3.4em;
font-size: 3.4rem;
font-weight: 600 !important;
line-height: 1.4;
  color: aqua;
}
#topicsarea header {
    margin-bottom: 14rem;
}
#topicsarea .article-list li:before {
    font-size: 12em;
    font-size: 12rem;
	left: 55%;
    top: -3rem;
}
#topicsarea .article-list li .title {
    font-size: 3.4em;
    font-size: 3.4rem;
}
#topicsarea .article-list li .description {
    font-size: 2.0em;
    font-size: 2.0rem;
}
#topicsarea .article-list2 li .title {
    font-size: 2.4em;
    font-size: 2.4rem;
    margin-bottom: 1.0rem;
}
#topicsarea .article-list2 li .description {
    font-size: 1.75em;
    font-size: 1.75rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}
#topicsarea .article-list2 li {
    margin-bottom: 2rem;
}

}
@media screen and (max-width: 992px) {
h1#bilogo {
width: 90%;
}
#mainarea p.date {
width: 90%;
}
article section {
    margin-bottom: 5rem;
}
.messagearea .box {
    width: 62%;
}
.messagearea header {
    margin-bottom: 2rem;
}
.messagearea header p {
    font-size: 6em;
    font-size: 6rem;
	line-height: 0.4;
}
.messagearea header h2 {
    font-size: 3.0em;
    font-size: 3.0rem;
    line-height: 1.3;
	padding-left: 1rem;
}
.messagearea .message p {
    font-size: 1.8em;
    font-size: 1.8rem;
    margin-bottom: 1.0rem;
}

#topicsarea header p.en {
    font-size: 4em;
    font-size: 4rem;
	margin-bottom: 4rem;
}
#topicsarea .lead {
font-size:2.6em;
font-size: 2.6rem;
}

#topicsarea header h2 {
    font-size: 4.4em;
    font-size: 4.4rem;
	padding: 0 50px;
}
#topicsarea header h2:before,
#topicsarea header h2:after {
    width: 50px;
    height: 3px;
}
#topicsarea header {
    margin-bottom: 5rem;
}
#topicsarea .txtbox {
    margin-bottom: 4rem;
    font-size: 2.0em;
    font-size: 2.0rem;
}
#topicsarea .txtbox p {
    margin-top: 1rem;
    font-weight: 600 !important;
}
#topicsarea .article-list li {
    margin-bottom: 2rem;
	align-items: flex-start;
}
#topicsarea .article-list li:before {
    font-size: 8em;
    font-size: 8rem;
    left: 0%;
    top: -2rem;
}
#topicsarea .article-list li .photo {
    width:48%;
}
#topicsarea .article-list li .info {
    width: 50%;
}
#topicsarea .article-list li .title,
#topicsarea .article-list2 li .title {
    font-size: 2.4em;
    font-size: 2.4rem;
}
#topicsarea .article-list li .description,
#topicsarea .article-list2 li .description {
    font-size: 1.6em;
    font-size: 1.6rem;
}
#topicsarea .article-list li .update,
#topicsarea .article-list2 li .update {
    margin-bottom: 3rem;
    padding-right: 18px;
    font-size: 1.2em;
    font-size: 1.2rem;
    background: url(../common2/update.svg) right top 0.1rem no-repeat;
    background-size: 15px auto;
    text-align: right;
}
#topicsarea .article-list2 {
    width: 100%;
    margin: 0;
    display: block;
}
#topicsarea .article-list2 li {
    width: 100%;
    margin-right: 0;
	flex-direction: row;
}
#topicsarea .article-list2 li .photo {
    width:37%;
}
#topicsarea .article-list2 li .info {
    width: 60%;
	display: block;
	flex-grow: 0;
}



.txt-lll {
font-size: 2.4em !important;
font-size: 2.4rem !important;
}
.txt-ll {
font-size: 2.0em !important;
font-size: 2.0rem !important;
}
.txt-l {
font-size: 1.75em !important;
font-size: 1.75rem !important;
}
.txt-m {
font-size: 1.6em !important;
font-size: 1.6rem !important;
}
.txt-s {
font-size: 1.4em !important;
font-size: 1.4rem !important;
}
.txt-ss {
font-size: 1.1em !important;
font-size: 1.1rem !important;
}
.mrgTll {
    margin-top: 4rem !important;
}
.mrgTl {
    margin-top: 2rem !important;
}
.mrgT {
    margin-top: 1rem !important;
}
.mrgTs {
    margin-top: 0.5rem !important;
}
.mrgTss {
    margin-top: 0.3rem !important;
}
.mrgBl {
    margin-bottom: 2rem !important;
}
.mrgB {
    margin-bottom: 1rem !important;
}
.mrgBs {
    margin-bottom: 0.5rem !important;
}
.mrgBss {
    margin-bottom: 0.3rem !important;
}


}
@media screen and (max-width: 768px) {

body {
background: url("../images2/back_sp.jpg") center top / cover no-repeat fixed;
}
img {
    border-radius: 5px;
}
article {
    padding: 4rem 5% 0rem 5%;
}
article section {
    margin-bottom: 3rem;
}
h1#bilogo {
width: 90%;
}
#mainarea p.date {
width: 100%;
}
h1#bilogo {
    width: 100%;
}

.messagearea {
    flex-direction: column;
}
.messagearea header {
    margin-bottom: 1rem;
}
.messagearea header p {
    font-size: 4.4em;
    font-size: 4.4rem;
}
.messagearea header h2 {
    font-size: 2.6em;
    font-size: 2.6rem;
    padding-left:0;
}
.messagearea .message {
    margin-bottom: 1.5rem;
}
.messagearea .message p {
    font-size: 1.75em;
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
	font-weight: 400 !important;
}
.messagearea .box {
    width: 100%;
	order: 2;
}
.messagearea .photo-l {
    width: 70%;
	margin: 0 auto 1.5rem auto;
	text-align: center;
	border-radius: 5px;
	order: 1;
}
#topicsarea header p.en {
    font-size: 3.2em;
    font-size: 3.2rem;
	margin-bottom: 0.5rem;
}
#topicsarea .lead {
font-size:1.8em;
font-size: 1.8rem;
}
#topicsarea header h2 {
    font-size: 4em;
    font-size: 4rem;
	    padding: 0 30px;
}
#topicsarea header h2:before,
#topicsarea header h2:after {
    width: 30px;
    height: 3px;
}
#topicsarea .txtbox {
    margin-bottom: 5rem;
    font-size: 1.8em;
    font-size: 1.8rem;
}
#topicsarea .txtbox p {
    margin-top: 1rem;
	font-weight: 400 !important;
}
#topicsarea .article-list li {
    margin-bottom: 1.5rem;
    align-items: flex-start;
	flex-direction: column;
}

#topicsarea .article-list2 li {
    align-items: flex-start;
	margin-bottom: 1rem;
}
#topicsarea .article-list li:nth-child(2n) .photo {
    order: 1;
}
#topicsarea .article-list li:nth-child(2n) .info {
    order: 2;
}
#topicsarea .article-list li .photo {
    width: 100%;
	position: relative;
    z-index: -1;
	border-radius: 5px;
}
#topicsarea .article-list li .info {
    width: 100%;
    z-index: 0;
}
#topicsarea .article-list li .info {
    margin-top: 1.5rem;
}
#topicsarea .article-list li .title,
#topicsarea .article-list2 li .title {
    font-size: 2.2em;
    font-size: 2.2rem;
	    margin-bottom: 0.75rem;
}
#topicsarea .article-list li .description,
#topicsarea .article-list2 li .description {
	font-weight: 400 !important;
}
#topicsarea .article-list2 li .photo {
    width: 25%;
	border-radius: 5px;
}
#topicsarea .article-list2 li .info {
    width: 73%;
}
#topicsarea .article-list li .title, #topicsarea .article-list2 li .title {
    font-size: 1.6em;
    font-size: 1.6rem;
    margin-bottom: 0.3rem;
}
#topicsarea .article-list2 li .description {
    font-size: 1.4em;
    font-size: 1.4rem;
}
#topicsarea .article-list li .update,
#topicsarea .article-list2 li .update {
    margin-bottom: 1rem;
}

#footerarea {
    padding: 2rem 5% 2rem 5%;
	flex-direction: column;
}
#footerarea &gt; nav {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.ftnavarea ul:nth-child(1) {
    justify-content: center;
    margin-bottom: 1rem;
}
.ftnavarea {
    width: 100%;
    justify-content: center;
	text-align: center;
	margin: 0 auto;
}
#footerarea &gt; div {
    order: 2;
    width: 100%;
}
#ftlogo {
    width: 40%;
    margin: 2.5rem auto 1.5rem auto;
}
#copyright {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 0;
}

.snsarea {
    justify-content: center;
	padding: 1.5rem 1.5rem;
}
.snsarea p {
font-size: 1.4em;
font-size: 1.4rem;
}
#footerarea .snslist li {
    width: 28px;
    margin-left: 1.5rem;
}
.ftnavarea ul.language {
    justify-content: center;
    margin-top: 3rem;
}

.link {
    margin: 1rem 0;
}

.txt-lll {
font-size: 2.0em !important;
font-size: 2.0rem !important;
}
.txt-ll {
font-size: 1.8em !important;
font-size: 1.8rem !important;
}
.txt-l {
font-size: 1.7em !important;
font-size: 1.7rem !important;
}
.txt-m {
font-size: 1.6em !important;
font-size: 1.6rem !important;
}
.txt-s {
font-size: 1.4em !important;
font-size: 1.4rem !important;
}
.txt-ss {
font-size: 1.1em !important;
font-size: 1.1rem !important;
}
.mrgTll {
    margin-top: 1.5rem !important;
}
.mrgTl {
    margin-top: 1rem !important;
}
.mrgT {
    margin-top: 0.5rem !important;
}
.mrgTs {
    margin-top: 0.35rem !important;
}
.mrgTss {
    margin-top: 0.2rem !important;
}
.mrgBl {
    margin-bottom: 1rem !important;
}
.mrgB {
    margin-bottom: 0.5rem !important;
}
.mrgBs {
    margin-bottom: 0.35rem !important;
}
.mrgBss {
    margin-bottom: 0.2rem !important;
}
.cntbox-l {
    margin-top: 2rem;
}

}


@media screen and (max-width: 567px) {

.messagearea header h2 {
    font-size: 2.2em;
    font-size: 2.2rem;
}
#topicsarea .lead {
    font-size: 1.6em;
    font-size: 1.6rem;
}
#topicsarea header p.en {
    font-size: 2.5em;
    font-size: 2.5rem;
}
#topicsarea header h2 {
    font-size: 3.4em;
    font-size: 3.4rem;
}
#topicsarea .article-list2 li {
    display: block;
}
#topicsarea .article-list2 li .photo {
    width: 100%;
    border-radius: 5px;
}
#topicsarea .article-list2 li .info {
    width: 100%;
}
#topicsarea .article-list li:before {
    display: none;
}
#topicsarea header {
    margin-bottom: 3rem;
}
.messagearea .message p {
    font-size: 1.6em;
    font-size: 1.6rem;
	line-height: 1.5;
    margin-bottom: 0.75rem;
    font-weight: 400 !important;
}
#topicsarea .txtbox {
    margin-bottom: 3rem;
    font-size: 1.6em;
    font-size: 1.6rem;
}
}






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