
html {
	height: 100%;
}

body {
	font: 100% 
	YuGothic, 
	"Yu Gothic Medium", 
	"Yu Gothic",
	"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	background: #fff;
	color: #3c3c3c;
	height: 100%;
	/* width: 100%; */
}

.body-inner {
	overflow-x: hidden;
	position: relative;
	width: 100%;
	height: 100%;	
}

/************************** 
	windows overflow 
***************************/

.popup-overflow {
	overflow: hidden;
}



/************************** 
	Scroll FadeIn 
***************************/

.fadein-scroll {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}

.fadein-scroll[data-is-fadein="true"] {
	opacity : 1;
	transform : translate(0, 0);
}


/************************** 
	rainbow bar 
***************************/

.flex-rainbow-bar {
	display: flex;
	list-style: none;
	justify-content: center;
	width: 100%;
}
.flex-rainbow-bar-top {
	position: absolute;
	top: 0;
	left: 0;
}
.flex-rainbow-bar-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

.flex-rainbow-bar > li {
	width: calc(100%/6);
	height: 8px;
}
.flex-rainbow-bar > li.red {
	background: #FC007D;
}
.flex-rainbow-bar > li.blue {
	background: #00ADFF;
}
.flex-rainbow-bar > li.green {
	background: #00E976;
}
.flex-rainbow-bar > li.orange {
	background: #FF8C0D;
}
.flex-rainbow-bar > li.purple {
	background: #D900F8;
}
.flex-rainbow-bar > li.yellow {
	background: #FFEB17;
}


/************************** 
	font color 
***************************/

.font-yellow {
	color: #FFEB17;
}

.font-pink {
	color: #FC007D;
}

.font-black {
	color: #3C3C3C;
}

.font-bigger-160 {
	font-size: 160%;
}

.font-bigger-140 {
	font-size: 140%;
}


.font-align-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

/************************** 
	button
***************************/

button {
	cursor: pointer;
	min-width: 274px;
}

.btn-round {
	border-radius: 3em;
	padding: 1em 6em;
	border: none;
}

.btn-small {
	padding: 0.5em 2em;
	min-width: 160px;
}

.btn-orange {
	background: #FF8C0D;
	color: #f2f2f2;
}

.btn-blue {
	background: #00ADFF;
	color: #f2f2f2;
}


.btn-white-border {
	background: none;
	border: 1px solid #f2f2f2;
	color: #f2f2f2;
}

.btn-go-to-contact {
	position: fixed;
	right: 2em;
	bottom: 2em;
	display: none;
}

.btn-go-to-contact.show {
	display: block;
}


/************************** 
	nav 
***************************/

#nav-fixed {
	background: #000;
	color: #f2f2f2;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

#nav-fixed .inner {
	padding: 1em 1em;
	max-width: 1050px;
	margin: 0 auto;
}

.nav-list-large {
	list-style: none;
	display: flex;
	align-items: center;
}
.nav-list-large .logo {
	margin-right: auto;
}
.nav-list-large .logo img {
	vertical-align: bottom;
}

.nav-list-large .item {
	padding-left: 1.5em;
	font-size: 75%;
	text-align: center;
	position: relative;
}

.nav-list-large .item a.clickable {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/************************** 
	jumbotron 
***************************/

/* a */
.jumbotron-a {
	background: url('../img/jumbotron_a_bg.png') center center no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}

.jumbotron-a .inner {
	padding: 3em 0em 1em 0em;
}

.jumbotron-a .inner .image-frame {
}
.jumbotron-a .image-frame img {
	width: 100%;
}

.jumbotron-a .inner > .headline {
	padding: 1em 2em;
}

.jumbotron-a .inner > .headline img {
	width: 100%;
}

.jumbotron-a .btn-anker {
	color: #f2f2f2;
	cursor: pointer;
	position: relative;
	padding: 2em 1em;
}
.jumbotron-a .btn-anker .clickable{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}


/* b */
.jumbotron-b {
	background: url('../img/jumbotron_b_large.png') center center no-repeat;
	background-size: cover;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.jumbotron-b .flex-centering {
	
	padding: 12em 0em 8em 0em;
}

.jumbotron-b .inner {
    max-width: 715px;
	background: rgba(0,0,0, 0.7);
	color: #f2f2f2;
	position: relative;
}

.jumbotron-b .inner .msg {
	padding: 2em 4em;
}

.jumbotron-b .inner .msg h2 {
	font-size: 230%;
}




/************************** 
	block 
***************************/

.block-bg-line {
	background: url('../img/bg_line_small_top.png') center center no-repeat;
	background-size: cover;
	text-align: center;
	color: #f2f2f2;
}

.block-bg-line-shade {
	background: url('../img/bg_block_shade.png') center center no-repeat;
	background-size: cover;
	text-align: center;
	color: #f2f2f2;
}

.block-bg-line-large-shade {
	background: url('../img/bg_line_large_shade.png') center center no-repeat;
	background-size: cover;
	text-align: center;
	color: #f2f2f2;
}

.block-bg-nightsky {
	background: 
		linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
		url('../img/bg_nightsky.png') 
		center center no-repeat;
	background-size: cover;
	text-align: center;
	color: #f2f2f2;
}

.block-bg-note {
	background: 
		linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),
		url('../img/bg_note.png') 
		center center no-repeat;
	background-size: cover;
	text-align: center;
	color: #f2f2f2;
}

.block-bg-pink {
	background: #FC007D;
	text-align: center;
	color: #f2f2f2;
}


.block-bg-note > div.inner {
	padding-top: 2em;
	padding-bottom: 2em;
}


.block {
	position: relative;
}
.block > .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 4em 1em;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

.block > .inner-1100 {
	max-width: 1100px;
}
.block > .inner-900 {
	max-width: 800px;
}
.block > .inner-800 {
	max-width: 800px;
}


.block .inner > .text:not(:last-child) {
	margin-bottom: 2em;
}
.block .inner > .text p:not(:last-child) {
	margin-bottom: 1em;
}
.block .inner > .text.bold p {
	font-weight: bold;
	font-size: 90%;
}
.block .inner > .text p.large {
	font-size: 140%;
}


.block .inner > .description {
	margin-bottom: 4em;
}



/************************** 
	Block Pattern B only
***************************/

.block-businessman {

}

.block-businessman .inner-full-flex {
	display: flex;
	align-items: center;
}

.block-businessman .inner-full-flex 
.datail-frame {
	padding: 2em;
	width: 50%;
	flex-shrink: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}

.block-businessman .inner-full-flex 
.image-frame {
	line-height: 0;
    width: 75%;
    flex-shrink: 0;
    position: relative;
    right: 280px;
    z-index: -10;
}

.block-businessman .inner-full-flex 
.image-frame .inner {
	position: relative;
	width: 100%;
}
.block-businessman .inner-full-flex 
.image-frame .inner:before  {
    content: "";
    display: block;
    padding-bottom: 52.33333%;
}

.block-businessman .inner-full-flex 
.image-frame .inner .ratio {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block-businessman .inner-full-flex 
.image-frame .inner .ratio img {
	width: 100%;
}






/************************** 
	headline
***************************/

/*  */
.headline-small {}
.headline-small h2 {
	font-size: 130%;
}

/*  */
.headline-medium {
	font-size: 160%;
	margin-bottom: 1em;
}
.headline-medium h2 {
	padding: 0;
	margin: 0;
	font-size: 180%;
}

/*  */
.headline-large {
	font-size: 120%;
	margin-bottom: 2em;
}
.headline-large h2 {
	padding: 0;
	margin: 0;
	font-size: 270%;
	font-family: 'Open Sans', sans-serif;
}


/*  */
.headline-shade {
	background: rgba(0, 0, 0, 0.7);
	max-width: 518px;
	margin: 0 auto;
	padding: 1em;
	box-sizing: border-box;
	font-size: 120%;
}
.headline-shade p:not(:last-child) {
	margin-bottom: 0.5em;
}


/*  */
.headline-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 120%;
}

.headline-flex h2 {
	margin: 0;
	margin-right: 0.5em;
	font-size: 270%;
	font-family: 'Open Sans', sans-serif;
}


/*  */

.headline-triangle-flex {
	font-size: 120%;
	background: #fff;
	color: #3c3c3c;
	position: relative;
	margin-bottom: 2em;
}

.headline-triangle-flex:before,
.headline-triangle-flex:after {
	content: '';
	position: absolute;
	bottom: -35px;
	background: #fff;
	display: block;
	width: 50.5%;
	height: 80px;
	box-sizing: initial;
}
.headline-triangle-flex:before {
	transform: rotate(5deg);
	left: 0;
}
.headline-triangle-flex:after {
	transform: rotate(-5deg);
	right: 0;
}

.headline-triangle-flex .inner {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 2em 1em 0em 1em;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: center;
	position: relative;
	z-index: 10;
}

.headline-triangle-flex h2 { 
	font-size: 270%;
	margin: 0;
	margin-right: 0.5em;
	font-family: 'Open Sans', sans-serif;
}



/************************** 
	layout
***************************/


.layout-yz-center {
	display: table;
	margin: 0 auto;
	padding: 16em 0em;
}


.layout-yz-center .inner {
	display: table-cell;
	vertical-align: center;
}




.layout-2-col {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2em;
}

.layout-2-col .col:first-child {
	text-align: initial;
	margin-right: 1em;
	flex-shrink: 0;
}

.layout-2-col .image-frame img {
	max-width: 100%;
}



/************************** 
	list
***************************/


.list-about {
	list-style: none;
	display: flex;
	width: 100%;
	justify-self: center;
	flex-wrap: wrap;
	margin-bottom: 4em;
}

.list-about li {
	width: calc(100%/6 - 1em);
}

.list-about li:not(:last-child) {
	margin-right: 1em;
}

.list-about li img {
	width: 100%;
}

.iframe-wrap{
  position:relative;
  width:100%;
  height:0;
  padding-top:56%;
}

.iframe-wrap iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.list-flow {
	list-style: none;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: stretch;
}

.list-flow li {
}

.list-flow li.flow {
	max-width: 220px;
	position: relative;
	padding: 1em;
	box-sizing: border-box;
	box-shadow: 4px 4px 16px 1px rgb(0,0,0,0.2);
}
.list-flow li.flow.red {
	border-bottom: 16px solid #FC007D;
}
.list-flow li.flow.green {
	border-bottom: 16px solid #00E976;
}
.list-flow li.flow.orange {
	border-bottom: 16px solid #FF8C0D;
}
.list-flow li.flow.purple {
	border-bottom: 16px solid #D900F8;
}

.list-flow > li.arrow {
	align-items: center;
	display: flex;
	max-width: 18px;
	padding: 0em 1em;
}
.list-flow > li.arrow img {
	width: 100%;
}
/* .list-flow > li.arrow:nth-child(2n) {
	padding: 0em 1em;
} */

.list-flow > li > .label-frame {
	position: absolute;
	left: 0;
	top: 0;
}

.list-flow > li > .title {
	margin-bottom: 1em;
}
.list-flow > li > .image-frame {
	margin-bottom: 2em;
}


.list-flow li .text {
	font-size: 90%;
	font-weight: bold;
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}



/*  */
.list-case {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: space-around;
	font-weight: bold;
}


.list-case > li {
	cursor: pointer;
	text-align: left;
	margin-bottom: 2em;
	max-width: 340px;
	font-size: 90%;
}

.list-case > li > .image-frame {
	position: relative;
	margin-bottom: 1em;
}

.list-case > li > .image-frame > img {
	width: 100%;
}

.list-case > li > .image-frame > .label-frame {
	position: absolute;
	top: -20px;
	right: -20px;
}

.list-case > li > .company {
	color: #FFEB17;
	font-size: 100%;
	margin: 0;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}




/* list plan */

.list-plan {
	list-style: none;
	display: flex;
	margin-bottom: 2em;
	justify-content: center;
}

.list-plan > li {
	max-width: 100%;
}
.list-plan > li:not(:last-child) {
	margin-right: 1em;
}

.list-plan > li > .image-frame {
	margin-bottom: -1em;
}

.list-plan > li > .detail-frame {
	background: #f2f2f2;
	font-size: 80%;
}

.list-plan > li > .detail-frame 
h3 {
	padding: 1em;
	margin: 0;
}

.list-plan > li > .detail-frame 
.headline-bg-brawn {
	background: #6D3C17;
	color: #f2f2f2;
}

.list-plan > li > .detail-frame 
.headline-bg-gold {
	background: #917416;
	color: #f2f2f2;
}

.list-plan > li > .detail-frame 
.headline-bg-gray {
	background: #333333;
	color: #f2f2f2;
}



/* list-price */

.list-price {
	color: #3C3C3C;
}


.list-price > li {
	display: flex;
	align-items: center;
}
.list-price > li:before {
	content: '\25CF';
	font-size: 4px;
	display: block;
	align-self: flex-start;
}


.list-price > li:not(:last-child) {
	padding: 1em 0em 0.5em 0em;
	margin: 0em 1em;
	border-bottom: 1px solid #707070;
}
.list-price > li:not(:last-child):before {
	padding: 1.5em 1.5em 1.5em 0em;
}


.list-price > li:last-child {
	padding: 1em 0em;
	margin: 0em 1em;
  font-size: 20px;
}
.list-price > li:last-child:before {
	display: none;
}


.list-price > li > .title {
	text-align: left;
}

.list-price > li > .price {
	text-align: right;
	margin-left: auto;
	color: #D62020;
	font-weight: bold;
}


.list-faq {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.list-faq > li {
	width: calc(100% / 2 - 16px);
}

.list-faq > li:nth-child(2n) {
	margin-left: 1em;
}

.list-faq > li .header { 
	background: #f2f2f2;
	padding: 1em;
	color: #3C3C3C;
	display: flex;
	align-items: baseline;
	box-shadow: 4px 4px 16px 1px rgb(0,0,0,0.2);
	margin-bottom: 1.5em;
	cursor: pointer;
}

.list-faq > li > .header .btn-frame { 
	margin-right: 0.5em;
	flex-shrink: 0;
	line-height: 0;
	transition: transform 0.3s;
}

.list-faq > li > .header .title {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
}

.list-faq > li > .text {
	text-align: left;
	font-size: 90%;
	position: relative;
	transition: all 0.3s;
	opacity: 0;
	top: -10px;
	overflow: hidden;
	margin-bottom: 0em;
}


.list-faq > li[data-is-open="true"] 
> .header .btn-frame {
	transform: rotate(45deg);
}

.list-faq > li[data-is-open="true"] 
> .text {
	opacity: 1;
	top: 0;
	margin-bottom: 2em;
}



.list-checkbox {
	list-style: none;
	display: flex;
	padding: 2em 0em;
}

.list-checkbox li:not(:last-child) {
	margin-right: 2em;
}



/*  */
.plan-other-flex {
	display: flex;
	align-items: center;
	margin-bottom: 2em;
	font-size: 80%;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.plan-other-flex .col {
}


.plan-other-flex 
.plan-illustration {
	position: relative;
	margin-right: 2em;
	flex-shrink: 0;
	width: 43%;
}

.plan-other-flex 
.plan-illustration 
.image-frame {
	position: absolute;
	height: 100%;
	left: -100px;
	top: 0;
}
.plan-other-flex 
.plan-illustration 
.image-frame img {
	height: 100%;
}

.plan-other-flex 
.plan-illustration 
.detail-frame {
	background: #f2f2f2;
	padding-left: 20%;
    max-width: 420px;
}
.plan-other-flex 
.plan-illustration  
.detail-frame .headline-orange {
	color: #FF8C0D;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 1em;
	padding-bottom: 0;
	font-size: 110%;
	margin-bottom: -0.3em;
}


.list-note {
	list-style: none;
	padding: 2em;
	border: 1px solid #f2f2f2;
	text-align: left;
	box-sizing: border-box;
	max-width: 500px;
	margin: 0 auto;
    font-size: 90%;
}

.list-note > li {
	font-weight: bold;
}

.list-note > li:before {
	content: '※';
	font-size: 100%;
	display: inline-block;
	margin-right: 0.5em;
}




/************************** 
	card in block
***************************/

.block 
.card {}

.block 
.card:not(:last-child) {
	margin-bottom: 6em;
}

.block 
.card > .title {
	background: #FC007D;
	font-size: 90%;
	text-align: left;
	font-weight: bold;
	color: #f2f2f2;
	border-left: 8px solid #3c3c3c;
	padding: 1em;
	box-sizing: border-box;
	margin: 0;
	margin-bottom: 2em;
}

.block 
.card .image-frame {
	display: flex;
	margin-bottom: 2em;
}
.block 
.card .image-frame .col {
	width: calc(100% / 2 );
}
.block 
.card .image-frame .col:first-child {
	margin-right: 1em;
}
.block 
.card .image-frame img {
	width: 100%;
}

.block 
.card .paragraph-frame {
	text-align: left;
	font-size: 90%;
}
.block 
.card .paragraph-frame .header {
	font-weight: bold;
	margin-bottom: 1.5em;
}
.block 
.card .paragraph-frame .header 
.title {
	margin: 0;
	font-weight: bold;
	color: #FF8C0D;
	margin-bottom: 0.5em;
	font-size: 110%;
}
.block 
.card .paragraph-frame p {
	line-height: 1.8em;
}




/************************** 
	form
***************************/

.form-contact {
	text-align: initial;
	font-size: 90%;
}


.form-contact .item {
}
.form-contact .item:not(:last-child) {
	margin-bottom: 2em;
}

.form-contact .item p:not(:last-child) {
	margin-bottom: 1em;
}

.form-contact .item .title {
}

.form-contact .item .title.bold {
	font-weight: bold;
}

.form-contact .item input[type="text"],
.form-contact .item input[type="email"],
.form-contact .item input[type="number"]{
	border: 0;
	border-bottom: 2px solid #000;
	width: 100%;
	font-size: 100%;
    padding: 0.5em 0.5em;
	border-radius: 0;
	box-sizing: border-box;
	outline: none !important;
}
.form-contact .item input[type="text"]:focus,
.form-contact .item input[type="email"]:focus,
.form-contact .item input[type="number"]:focus {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}


.form-contact .item input[type="text"]::-webkit-input-placeholder,
.form-contact .item input[type="email"]::-webkit-input-placeholder,
.form-contact .item input[type="number"]::-webkit-input-placeholder,
.form-contact .item input[type="text"]::-ms-input-placeholder,
.form-contact .item input[type="email"]::-ms-input-placeholder,
.form-contact .item input[type="number"]::-ms-input-placeholder,
.form-contact .item input[type="text"]::placeholder,
.form-contact .item input[type="email"]::placeholder,
.form-contact .item input[type="number"]::placeholder  {
	color: #999;
}

.form-contact .item input[type="checkbox"] {
	padding: 0;
	margin: 0;
	margin-right: 0.5em;
}

.form-contact .item .msg-frame {
	position: relative;
    width: 100%;
}

.form-contact .item .msg-frame:before {
	content: "";
	display: block;
	padding-bottom: 33.33%;
}

.form-contact .item .msg-frame textarea {
	resize: none;
	border-radius: 0;
	border: 2px solid #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 0.5em;
}

.form-contact .item.note {
	margin-bottom: 4em;
}



.block--contact-confirm {
	padding: 3em 0em 1em 0em;
}

.block--contact-confirm 
.form-contact .item .msg-frame:before {
	display: none;
}

.block--contact-confirm 
.inner .headline-flex {
	margin-bottom: 2em;
}

.block--contact-confirm 
.inner > .text:not(:last-child) {
	margin-bottom: 4em;
}




.block--contact-thanks {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.block--contact-thanks
.inner .headline-flex {
	font-size: 160%;
	margin-bottom: 1em;
}

.block--contact-thanks
.inner > .text:not(:last-child) {
	margin-bottom: 4em;
}

.block--contact-thanks > .inner {
	max-width: 800px;
}

body.contact-thanks footer {
	position: fixed;
	bottom: 0;
	width: 100%;

}

/************************** 
	footer
***************************/

footer {
	padding-top: 8em;
	text-align: center;
}

footer .image-frame {
	padding: 0em 1em;
	margin-bottom: 1.5em;
}


footer .copyright {
	background: #000;
	color: #fff;
	font-size: 80%;
	padding: 1.5em 0em;
}



/************************** 
	popup
***************************/


.block-popup {
	position: fixed;
	background: rgb(0,0,0,0.5);
	height: 100%;
	width: 100%;
	z-index: 150;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	display: none;
}

.block-popup[data-is-popup="true"] {
	display: flex;
}


.block-popup .inner {
	display: cell;
	vertical-align: center;
	padding: 1em;
}

.block-popup .inner .card {
	background: #f2f2f2;
	padding: 1em;
	position: relative;
	max-width: 1000px;
}

.block-popup .inner .card .btn-frame {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 42px;
	height: 42px;
	cursor: pointer;
}
.block-popup .inner .card .btn-frame img {
	width: 100%;
}


.block-popup .inner .card .image-frame {
	margin-right: 1em;
	flex-shrink: 0;
}
.block-popup .inner .card .image-frame img {
	width: 100%;
}

.block-popup .inner .card .detail-frame {
	padding: 1em;
}

.block-popup .inner .card .detail-frame .company {
	margin-bottom: 1em;
	font-weight: bold;
}
.block-popup .inner .card .detail-frame .title {
	margin: 0;
	margin-bottom: 1em;
	font-size: 110%;
	padding: 0.5em;
	background: #FC007D;
	color: #f2f2f2;
}

.block-popup .inner .card .paragraph-frame {
	font-size: 90%;
}


.footer-sub-nav{
  display: flex;
  max-width: 360px;
  margin: 0 auto;
  list-style-type: none;
}

.footer-sub-nav li{
  margin: 0 auto;
}

.footer-sub-nav li a{
  color: #000;
  font-size: 14px;
}

/************************** 
	label
***************************/

.label-pink-rotate {
	background: #FC007D;
	color: #f2f2f2;
	padding: 0.3em 0.5em;
	font-size: 200%;
	position: absolute;
	margin: 0;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-5deg);
	text-align: center;
}