<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*  
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/


.home #contents &gt; .inner {/* トップページ幅 100% */
	width:100%;
	max-width:100%;
}
.topinner {/* コンテンツは1000pxに */
	width:1000px;
	margin:0 auto;
	max-width:96%;
}

/* tinyMCE用に見出しをリセット */
.toppage h3,
.toppage h4,
.toppage h5 {
	background:none;
	border:none;
	color:inherit;
	font-size:inherit;
	font-weight: bold;
	line-height:inherit;
	margin:0;
	padding:0;
}
.toppage h3::before,
.toppage h3::after ,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
	display:none;
}


/*==========================
	　mainimage
==========================*/

/*-- スライダーの時 ------------*/

.slider { }
.slick-slide img { margin:0 auto;}

button.slick-arrow {/* 矢印ボタン */
	background:none;
	border:none;
	position:absolute;
	top:50%;
	margin-top:-20px;
	height:40px;
	width:16px;
	text-indent:-9px;
	z-index:1;
}
button.slick-arrow:hover {
 	cursor:pointer;
	opacity:0.7;
}
button.slick-prev {/* 矢印（前へ）ボタン */
	background:url(../img/btn_prev.png) no-repeat;
	left:18%;
	margin-left:-16px;
}
button.slick-next {/* 矢印（次へ）ボタン */
	background:url(../img/btn_next.png) no-repeat;
	right:18%;
	margin-right:-16px;
}
@media screen and (max-width: 1650px) {
button.slick-prev {	left:13.7%;}
button.slick-next {	right:13.7%;}
}
@media screen and (max-width: 1400px) {
button.slick-prev {	left:8%;}
button.slick-next {	right:8%;}
}
@media screen and (min-width: 1200px) {
.slick-track {}
.slick-slide:not(.slick-center) {/* 前と次の画像を半透明に */
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}
}

/*==========================
	新着情報
==========================*/
.topnews .news {
	margin-bottom:0;
	position:relative;
}

/* 新着情報見出し */

.topnews h3 {
	font-size:28px;
	padding:0.4em 0 0.6em 2.6em;
	background:url(../img/h3_icon.svg) no-repeat 0.6em top;
	position:relative;
	text-align:left;
	margin-bottom:1.2em;
}
.topnews h3::before ,
.topnews h3::after {
	position:absolute;
	content:"";
	display:block;
	bottom:0;
	left:0;
	height:2px;
}
.topnews h3::before {
	background:#ccc;
	width:100%;
}
.topnews h3::after {
	background:#1a1a1a;
	width:24%;
}

/* 一覧へボタン */

.topnews .btn {
	position:absolute;
	top:10px;
	right:20px;
}
.topnews .news .btn a {
	display:inline-block;
	line-height:1.2;
	padding:0.25em 0.5em 0.15em;
	text-decoration:none;
	color:#555;
	font-size:16px;
	letter-spacing:0.08em;
}
.topnews .news .btn a:hover {
	color:#ff0000;
}

/* 新着情報 */
.topnews .news dl {
	line-height:1.3;
	margin:1.2em 0;
}
.topnews .news dt {
	 font-weight:nomal;
	 color:#ff0000;
	padding:0 20px 7px;
}
.topnews .news dd {
	margin-bottom:18px;
	padding:0 20px 15px;
	border-bottom:1px dashed #e6e6e6;
}
.topnews .news dd a {
	 text-decoration:none;
	 color:#555;
}
.topnews .news dd a:hover {
	color:#ff0000;
}
.top01 dt {
    padding: 1em 0 0.1em;
	color: #361e0f;
}
.top01 dd {
    border-bottom: 1px dashed #b1afad;
    padding: 0 0 1em;
	color: #361e0f;
}
.top01 dd a:hover {
    color: #977247;
    text-decoration: underline;
}
/*==========================
	汎用に使えるボタン
==========================*/
.btn-style { text-align:center; }
.btn-style a {
	background: #fff;
    width: 293px;
    max-width: 100%;
    padding: 0.8em 2em 0.9em 1em;
    text-align: center;
    color: #dab57d;
    display: inline-block;
    text-decoration: none;
    line-height: 1.1;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 6px;
    position: relative;
    border: 2px solid #dab57d;
}
.btn-style a::after {
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 44%;
    right: 2%;
    margin: -3px 0 0 0;
    border-top: solid 2px #dab57d;
    border-right: solid 2px #dab57d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-style a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
 	cursor:pointer;
}
.under .btn-style a {
	width:auto;
	min-width:280px;
}

/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 200px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 200px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 300px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}

/*==========================
	　TOP コンテンツ
==========================*/

.top .mainblock a {
	text-decoration:none;
}
.top .mainblock a:hover {
}

/*-- 余白・背景 --------------*/

.top01 {
	background:url(../img/top01_bg.jpg) no-repeat;
	background-size:cover;
	padding: 3em 0 4.5%;
}

.top02 {
	padding:3em 0 1.5em;
}

.top03 {
	background-size:cover;
}
.top03 .topinner {
	box-sizing:border-box;
	background:rgba(255,255,255,.8);
	padding:3.4em 2em;
}

.topnews {
	padding:3em 0;
}
.bottom_box1 {
    margin-top: 4%;
	padding-bottom: 3%;
}
.bottom_box2 {
    padding-bottom: 5%;
}
/*-- 見出し --------------*/
.top01 h2 {
	background-position:bottom;
	padding-bottom: 1.5em;
	margin-bottom: 10px;
}
.top02 h2 {
    padding-bottom: 1.5%;
}
.bottom_box1 {
    margin-top: 4%!important;
	padding-bottom: 3%;
}
p.acs {
    color: #371e0f;
    line-height: 1.8;
    margin: 1.5em 0;
	letter-spacing: 0.1em;
}
.bottom p{
    color: #371e0f;
}
.b_time{
	font-size:18px;
    margin-bottom: 2em;
}
.bottom .col_r img{
	margin-bottom:10px;
}
/*-- ボックスその他 --------------*/

/* top01 */

.top01 .columns .column {
	margin-bottom:1.5em;
	/*--padding-bottom: 40px;--*/
	position: relative;
}
.top01 .columns .column .btn {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.top01 .columns .column .btn a {
 display: block;
 width: 80px;
 padding: 5px;
 background: #361e0f;
 color: #fff;
 margin: 0 auto;
 text-align: center;
 font-size: 0.75em;
 line-height: 1.1em;
}

.top01 .con_l,
.top01 .con_c,
.top01 .con_r {
	margin-bottom:1.5em;
}
.top01_bn a {
	display:block;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:22px center;
	border-radius:8px;
	border:1px solid #90aba3;
	text-align:center;
	height:110px;
	box-sizing:border-box;
	position:relative;
	color:#703303;
	text-decoration:none;
	margin-bottom:0.5em;
	font-size:24px;
	font-weight:bold;
	padding-top:1.7em;
}
.top01_bn a::after {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	right: 10px;
	margin: -6px 0 0 0;
	border-top: solid 3px #1a1a1a;
	border-right: solid 3px #666;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top01_bn a:hover {
 	cursor:pointer;
	text-decoration:none;
	background-color: #666;
	color:#fff;
	border:1px solid #fff;
}
.top01_bn a:hover::after {
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
}
.block01 .con_l .top01_bn a { background-image:url(../img/top01_img01.svg) ; }
.block01 .con_c .top01_bn a { background-image:url(img/top01_img02.svg) ; }
.block01 .con_r .top01_bn a { background-image:url(img/top01_img03.svg) ; }
.block02 .con_l .top01_bn a { background-image:url(img/top01_img04.svg) ; }
.block02 .con_c .top01_bn a { background-image:url(img/top01_img05.svg) ; }
.block02 .con_r .top01_bn a { background-image:url(img/top01_img06.svg) ; }
.block01 .con_l .top01_bn a:hover { background-image:url(img/top01_img01_hover.svg) ; }
.block01 .con_c .top01_bn a:hover { background-image:url(img/top01_img02_hover.svg) ; }
.block01 .con_r .top01_bn a:hover { background-image:url(img/top01_img03_hover.svg) ; }
.block02 .con_l .top01_bn a:hover { background-image:url(img/top01_img04_hover.svg) ; }
.block02 .con_c .top01_bn a:hover { background-image:url(img/top01_img05_hover.svg) ; }
.block02 .con_r .top01_bn a:hover { background-image:url(img/top01_img06_hover.svg) ; }

.top01 ul { margin:0 5px 1em;}
.top01 ul li {
	padding:13px 0 11px 28px;
	border-bottom:1px dashed #fff;
	background:url(img/icon_arrow01.svg) no-repeat 3px 15px;
	line-height:1.4em;
}
.top01 ul li a { color:#555555; text-decoration:none;}
.top01 ul li a:hover { color:#ff0000;}

.top01 .box00 {
	background:url(img/box_bg01.png) ;
	padding:1.4em 1.4em 0.2em;
	border-radius:7px;
	border:1px solid #fff;
	text-align:center;
}

/* top02 */
.top02 .con_l,
.top02 .con_r {
	margin-bottom:2.4em;
}
.top02 {
	text-align:center;
}

.top02_box1_1 p{

	margin-bottom:0;
}
.top02_p {
    min-height: 109px;
    padding:1.5em 1.5em 0;
	text-align:left;
	color:#361e0f;
}
.top02_box2 p{
	font-size:16px;
	color:#361e0f;
	text-align:left;

}
.top02_box2 p span{
	color:#7b5c1a;
	font-weight:bold;
}
.top02_box2 img {
    max-width: 100%;
    margin-bottom: 1em;
}
.top02_box2{
	max-width:1282px;
	margin: 70px auto 2%;
	width:95%;
}
/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) {/* タブレットまで */

/*==========================
	mainimage
==========================*/

/*-- 一枚画像の時 ------------*/

.mainimage {
/*background:url(img/topimage.jpg) no-repeat center;*/
	background:url(../img/top01_bg.jpg) no-repeat;
	background-size:cover;
	/*height:551px;*/
} 

/*==========================
	　TOP コンテンツ
==========================*/

/*-- ボックスその他 --------------*/
.top01 .columns { 
	display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack: space-between;
	-webkit-box-pack:space-between;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content: space-between;
}
.top01 .columns .column {
	width:48%;
  -webkit-box-flex-basis: 48%;
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}


.top01 .col_l,
.top01 .col_r{
	width:48%;
}
.col_l{
	float:left;
}
.col_r{
	float:right;
}
.top01 .col_l { margin-right:2%;}
.bottom .bottom_box1 .col_l {
	width:45%;
}

.bottom .bottom_box1 .col_r {
	width:51%;
}
.bottom .bottom_box2 .col_l {
	width:48%;
}

.bottom .bottom_box2 .col_r {
	width:48%;
}
.top02_box1{
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}



.top02_box1_1 p{

	margin-bottom:0;
}
.top02_p {
    min-height: 109px;
    padding:1.5em 1.5em 0;
	text-align:left;
	color:#361e0f;
}
.top02 .top02_box1_1 {
/*  display: inline-block;
    margin: 0;
    width: 33.333333333333%;
    box-sizing: border-box;
    vertical-align: top;
*/

    width: 33.33333%;
	}
.ue .top02_box1_1:nth-child(2n) {
    background: #f9f9f3;
}
.sita .top02_box1_1:nth-child(odd) {
    background: #f9f9f3;
}


.top02_box2_1{
float: left;
    margin-right:1.76666666%;
    box-sizing: border-box;
    vertical-align: top;
	width:29.7%;
}
.top02_box2_1:last-child{
	width:5.6%;
	margin:0;
}
.top02_box1,
.top02_box2{
    font-size:0;
}
.top02_box1_1,
.top02_box2_1{
    font-size:16px;
    display:inline-block;
}

.top02 h4 {
	color:#703303;
	font-size:22px;
	margin-bottom:0.5em;
	line-height:1.36em;
	height:2.8em;
	box-sizing:border-box;
	padding-top:0.8em;
	padding-top:0;
}
}
.top02 .block01 .con_l h4 {
	padding-top:0;
}
.top02 .block01 .con_l h4 + p + p,
.top02 .block01 .con_r h4 + p + p{
	min-height:5.6em;
	font-size:16px;
}
.bottom_br{
	background:url(../img/bottom_br01.png) no-repeat center;
	background-size:cover;
	height:150px;
}


}

@media screen and (min-width: 768px)  and (max-width: 1280px) {/* 程よいブラウザサイズでメインイメージを縮小 */
.mainimage {
	background-size:cover;
/*	height:400px;*/
}
}
@media screen and (min-width: 768px)  and (max-width: 1041px) {
.top02 .con_l h4 + p + p,
.top02 .con_r h4 + p + p{
	min-height:5.6em;
}
.top02 .con_l h4 + p + p br, 
.top02 .con_r h4 + p + p br {
	display:none;
}
}

@media screen and (max-width: 1041px) {/*コンテンツが横幅いっぱいになったら*/

.h3_bg {
	background-image: url(../img/top01_bg_tab.svg) ;
	background-size:100% auto;
}
.h3_bg h3 {
	font-size:28px;
	line-height:1.4em;
}

/*-- top01 --------------*/
.top01_bn a {
	font-size:20px;
	height:95px;
	background-size:auto 70%;
	background-position: 15px center;
}
.top02 .block03 .con_l h4 {
    padding-top: 0;
}
.top02 .block03 .con_l h4 span.br {
	display:block;
}
.top03 h4 { font-size:22px;}

}

@media screen and (max-width: 767px) {/* スマホ */

.topinner {
	width:420px;
	margin:0 auto;
	box-sizing:border-box;
}

/*==========================
	　mainimage
==========================*/
.mainimage,
.slider {}

/*==========================
	新着情報
==========================*/
/*#main .news {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    position: relative;
}
#main .news h3 { font-size:20px;}
#main .news h3 .subtitle { font-size:12px; margin-left:0;}
#main .news dt,#main .news dd { padding-left:10px; padding-right:10px;}
#main .news .btn {
    right: 5px;
    top: 10px;
}
#main .news .btn a {
	font-size:12px;
}*/

/*==========================
	電話ボタン
==========================*/

#main &gt; .telbtn {
	margin-bottom:1.2em;
}
.telbtn {
	text-align:center; 
	margin-bottom:1em;
}
.telbtn a {
	background:#ff0000;
	text-align:center;
	width:280px;
	max-width:100%;
	color:#fff;
	display:inline-block;
	padding:10px 5px 10px;
	text-decoration:none;
	font-size:24px;
	box-sizing:border-box;
	letter-spacing:0.08em;
	border-radius:4px;
	line-height:1.2em;
}
.telbtn a .subtxt {
	font-size:14px;
	display:block;
	margin-bottom:1px;
}
.telbtn a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

/*==========================
	loop
==========================*/

.loopSlider {    height: 100px;}
.loopSlider ul {    height: 100px;}
.loopSlider ul li {
    width: 150px;
    height: 100px;
}

/*==========================
	　TOP コンテンツ
==========================*/

/*-- 余白・背景 --------------*/

.top01 {
	padding:2em 0;
}
.top_blog {
    margin: 4em 0;
}
.top02 {
	padding:2em 0 1em;
}
.top02 h2 {
    padding-bottom: 10%;
}
.top02_box2 {
    margin: 0 auto 2%;
}
.top02_box1,
.top02_box2{
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
	max-width: 96%;
}
.top03 {
	background-image:url(../img/top03_bg_sp.png);
	padding:2em 0;
}
.top03 .topinner {
	padding:0;
	background:none;
}

.topnews {
	padding:2em 0;
}

.bottom_contact {
background:#666 url(../img/bottom_br01_sp_bg.png);
padding: 35px 15px 15px;
margin-bottom: 20px;
}
.bottom_contact p {margin-bottom: 20px !important;}
.bottom_box2 .col_l {
    margin-bottom: 2em;
}
/*-- 見出し --------------*/

.h3_bg {
	background:#666 url(img/top01_bg_sp.svg) no-repeat center;
	background-size:100% auto;
}
.h3_bg h3 {
	padding:1em 0;
	font-size:20px;
}
.h3_bg h3 .bigtxt {
	font-size:1.4375em;
}

.top01 .box00 h4 {
	font-size:20px;
	background-size:1.6em;
}
.top02 .topinner h4 {
	font-size:20px;
}
.top03 h4 {
	font-size:20px;
}


/*-- ボックスその他 --------------*/

.h3_bg h3 .br {
	display:block;
}
}

@media screen and (max-width: 480px) {/* スマホ480px */
.inq01 {
    height: 60px;
}
}

@media screen and (max-width: 320px) {/* スマホ320px */
}



/*-- 追加　20200531 --------------*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 1em 2em 1em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
	text-align: center;
}

.cp_qa .cp_actab label span{
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 1em;
}
/*.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: '';
}*/
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	bottom: 0;
	right: 45%;
	font-family: "Font Awesome 5 Free";
	content: '\f078';
	display: inline-block;
	width: 2em;
	height: 1.8em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 1em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
/*.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: '';
}*/
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 100em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	/*-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;*/
	font-size: 1.7em;
	line-height: 1em;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
    transform: scaleY(-1);
}

.bg_white {
	background-color: rgba(255,255,255,1.00);
}


.osusume *, .osusume *:after, .osusume *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.osusume .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 3em 0;
	color: #1b2538;
}
.osusume .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.osusume .cp_actab label {
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 1em 2em 1em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(255,255,255,1.0);
	text-align: center;
}

.osusume .cp_actab label span{
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 1em;
}
.osusume .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
.osusume .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	bottom: 0;
	right: 45%;
	font-family: "Font Awesome 5 Free";
	content: '\f078';
	display: inline-block;
	width: 2em;
	height: 1.8em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.osusume .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 1em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.osusume .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.osusume .cp_actab input:checked ~ .cp_actab-content {
	max-height: 100em;
	border: 0px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.osusume .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.osusume .cp_actab input[type=checkbox]:checked + label::after {
	/*-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;*/
	font-size: 1.7em;
	line-height: 1em;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
    transform: scaleY(-1);
}
</pre></body></html>