@charset "utf-8";

/*-------------------------------
basic
---------------------------------*/
* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1.9;
	color: #000;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: #f5f9ed;
}

a {
	text-decoration: none;
	color: #6FB2E6;
}

img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

a[href*="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}


/*-------------------------------
header
---------------------------------*/
.header {
    position: fixed;
	background:#FFF;
    top: 0;
    right: 0px;
    width: 100%;
	z-index:100;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

.mv {
	margin-top:153px;
}

a.anchor{
    display: block;
    padding-top: 95px;
    margin-top: -95px;
}

@media screen and (max-width: 1200px) {
.mv {
	margin-top:12.5vw;
}

a.anchor{
    display: block;
    padding-top: 8vw;
    margin-top: -8vw;
}
}

@media screen and (max-width: 959px) {
.mv {
	margin-top:12.5vw;
}

a.anchor{
    display: block;
    padding-top: 8vw;
    margin-top: -8vw;
}
}

@media screen and (max-width: 768px) {
.mv {
	margin-top:40vw;
}

a.anchor{
    display: block;
    padding-top: 27vw;
    margin-top: -27vw;
}
}

header .inner-header {
	background: #fff;
	padding: 15px 0 25px;
}

header .inner-header p.catch {
	font-size:0.875rem;
	margin:0;
	font-weight:bold;
}


.container1200 ul {
	overflow:hidden;
	list-style:none;
	padding:0;
	margin:0;
}

.container1200 li {
	float:left;
	box-sizing: border-box;
	font-weight:bold;
}

.logo {
	margin: 0;
	line-height: 0;
	display: table;
	padding-top: 14px;
}

.logo a,
.logo img {
	display: block;
}

.logo a {
	text-decoration: none;
	line-height: 0;
}

.logo a img {
	width: 500px;
	height: auto;
	margin: 0;
	transition: all .4s;
}

.logo a:hover img {
	opacity: .7;
}

.header-btn_sp {
	position: absolute;
	top: 15px;
	right: 20px;
	font-weight: 700;
	color: #000;
	text-align: center;
	line-height: 1;
	background: #d7e6b4;
	border: 1px solid #d7e6b4;
	padding: .3em .5em;
	display: none;
	transition: all .4s;
}

.header-btn_sp:hover {
	color: #d7e6b4;
	background: #fff;
}
.nagasaki {
	background:#004DA1;
	color:#FFF;
	width:220px;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	border:solid #004DA1 1px;
}

a:hover .nagasaki {
	background:#FFF;
	color:#004DA1;
}

.container1200 .toi {
	font-size:0.8rem;
	width:440px;
	margin-left:40px;
	margin-top:-4px;
}

.container1200 .toi p {
    float: left;
    padding-right: 1em;
}


.toi_tel {
    position: relative;
    font-size: 1.75rem;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    line-height: 1.5;
    padding-left: 34px;
    display: table;
    transition: all .4s;
}

.toi_tel:before {
	position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  content: "";
  width: 28px;
  height: 22px;
  background: transparent url(../img/common/icon_tel.svg) no-repeat center center/contain;
}

.toi_tel:hover {
	opacity: .5;
}

@media screen and (max-width: 1200px) {
header .inner-header {
	padding-bottom: 24px;
}

.logo {
	width:40%;
	margin-top:4px;
	padding-top: 0;
}

.logo a img {
	width: 100%;
}

.nagasaki {
	width:20%;
	font-size:1.5vw;
}

.container1200 .toi {
	width:36%;
	margin-left:4%;
	font-size:1vw;
}

}

@media screen and (max-width: 959px) {
header .inner-header {
	padding-bottom: 22px;
}

.logo {
	width:40%;
	margin-top:6px;
	padding-top: 0;
}

.container1200 .toi {
	width:37%;
	margin-left:3%;
	font-size:1.1vw;
}
}

@media screen and (max-width: 768px) {
header .inner-header {
	padding: 10px 0;
}

.logo {
	width:80%;
	padding-top: 0;
}

.header-btn_sp {
	display: table;
}

.container1200 .toi {
	width:65%;
	margin-left:0;
	margin-top:10px;
	font-size:2vw;
	line-height:1.5em;
}

.nagasaki {
	width:32%;
	font-size:2.3vw;
	margin-left:3%;
	margin-top:1.6vh;
}

.toi_tel {
	font-size: 1.2rem;
	line-height: 1;
	padding-left: 29px;
}

.toi_tel:before {
  width: 20px;
  height: 18px;
}

}



/*-------------------------------
navigation
---------------------------------*/
.nav-wrap	{
	background: #c2d98f;
}

.nav-wrap	.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

nav.gnav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: flex;
}

nav.gnav ul > li {
	width: 20%;
	display: inline-block;
	border-left: 1px solid #fff;
}

nav.gnav ul > li:last-child {
	border-right: 1px solid #fff;
}

nav.gnav ul > li a {
	font-size: 1.25rem;
	font-weight: 700;
	color: #000;
	text-align: center;
	line-height: 1;
	width: 100%;
	display: block;
	padding: .8em;
	background: #d7e6b4;
	transition: all .4s;
}

nav.gnav ul > li a:hover {
	color: #c2d98f;
	background: #fff;
}

@media screen and (max-width: 800px) {
	nav.gnav ul > li a {
		font-size: 1rem;
	}
}

@media screen and (max-width: 768px) {
	nav.gnav ul {
		font-size: 0;
		display: inline-block;
		vertical-align: top;
	}

	nav.gnav ul > li {
		font-size: 1rem;
		width: 50%;
		vertical-align: top;
	}

	nav.gnav ul > li:nth-child(2),
	nav.gnav ul > li:nth-child(3) {
		border-bottom: 1px solid #fff;
	}

	nav.gnav ul > li:last-child {
		border-right: none;
	}

	nav.gnav ul > li.link_top {
		display: none;
	}
}

/*-------------------------------
footer
---------------------------------*/
footer {
	padding: 40px 0;
	background: #f5f9ed;
}

footer .copyright {
	font-size: 1.25rem;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	footer .copyright {
		font-size: .75rem;
	}
}

/*-------------------------------
frontpage
---------------------------------*/
/* mainvisual */
.mv {
	position: relative;
	width: 100%;
	height: 410px;
	background: #fff url(../img/top/mv-bg.png) no-repeat center center/cover;
}

/* section */
.heading-section {
	margin-top: 80px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}


.heading-section h2 {
	position: relative;
	font-size: 1.75rem;
	font-weight: 700;
	border-left: 10px solid #c2d98f;
	margin: 0;
	padding: .5em 1em;
	z-index: 2;
}

.heading-section h2:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(50% 100% 90deg,rgba(143, 195, 31, 1) 0%,rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(143, 195, 31, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(143, 195, 31, 1) ),color-stop(1,rgba(255, 255, 255, 1) ));
  background: -o-linear-gradient(90deg, rgba(143, 195, 31, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(90deg, rgba(143, 195, 31, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(143, 195, 31, 1) 0%, rgba(255, 255, 255, 1) 100%);
  opacity : 0.25;
	z-index: -1;
}

.heading-section .inner {
	padding: 50px 70px 70px;
}

.heading-section .inner .text01 {
	font-size: 1.8125rem;
	margin: 0;
}

.heading-section .inner .text02 {
	font-size: 1.5rem;
	margin: 0;
}

.heading-section .inner .text03 {
	line-height: 0;
	margin: 0;
	margin-top: 40px;
	width: 100%;
	max-width: 820px;
}

.heading-section .inner .text03 img {
	width: 100%;
	height: auto;
	pointer-events: none;
}

.heading-section .inner .heading01 {
	font-size: 2.0625rem;
	font-weight: 700;
	margin: 0;
	margin-top: 1.5em;
}

.heading-section .inner ul.list_checkbox {
  margin-top: 50px;
	margin-bottom: 20px;
}

.box_use {
	position: relative;
	border: 5px solid #b8d372;
	border-radius: 20px;
	background: #fff;
	margin-top: 70px;
	padding: 40px;
}

.box_use:before,
.box_use:after {
	position: absolute;
	content: "";
	width: 40px;
	height: 5px;
	background: #fff;
}

.box_use:before {
	top: -5px;
	left: 100px;
}

.box_use:after {
	bottom: -5px;
	right: 100px;
}

.box_use h4 {
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #000;
}

.box_use p {
	font-size: 1.5rem;
	margin: 0;
}

.box_use .illust01 {
	position: absolute;
	bottom: 0;
	right: 25px;
	width: 320px;
	height: auto;
	display: block;
	pointer-events: none;
}

.box_use .arrow {
	position: absolute;
  bottom: -54px;
  left: 50%;
  -ms-transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  margin: 0 auto;
	display: block;
	width: 38px;
	height: auto;
	pointer-events: none;
}


.info_access h3 {
	font-size: 1.8125rem;
	font-weight: 700;
	margin: 0;
	margin-bottom: .1em;
}

.info_access .link_tel {
	margin-top: 10px;
}

.map-wrap {
	line-height: 0;
}

.map-wrap iframe {
	width: 100%;
	height: 550px;
}

@media screen and (min-width: 769px) {
	.box_use h4 {
		text-align: center;
	}
}

@media screen and (max-width: 1200px) {
	.box_use .illust01 {
    width: 250px;
	}
}

@media screen and (max-width: 1024px) {
	.heading-section .inner {
    padding: 30px 40px 40px;
	}

	.box_use.careplan p {
		padding-right: 200px;
	}

	.box_use .illust01 {
    width: 200px;
	}
}

@media screen and (max-width: 768px) {
	.heading-section {
		margin-top: 70px;
	}

	.heading-section .inner {
    padding: 20px 30px 50px;
	}

	.heading-section h2 {
		font-size: 1.5625rem;
	}

	.heading-section .inner .text01,
	.heading-section .inner .text02 {
    font-size: 1.375rem;
	}

	.heading-section .inner .text03 {
		max-width: 500px;
	}

	.heading-section .inner .heading01 {
    font-size: 1.875rem;
	}

	.box_use {
		margin-top: 50px;
		padding: 30px;
	}

	.box_use:before {
		left: 50px;
	}

	.box_use:after {
		right: 50px;
	}

	.box_use h4 {
		font-size: 1.5625rem;
	}

	.box_use p {
		font-size: 1.375rem;
		margin: 0;
	}

	.box_use .arrow {
		bottom: -40px;
		width: 30px;
	}

	.box_use.careplan p {
		padding-right: 170px;
	}

	.box_use .illust01 {
    width: 150px;
	}

	.info_access h3 {
		font-size: 1.5625rem;
	}

	.map-wrap iframe {
		height: 300px;
	}
}

@media screen and (max-width: 568px) {
	.heading-section h2 {
		font-size: 1.375rem;
	}

	.heading-section .inner .text01,
	.heading-section .inner .text02 {
    font-size: 1.25rem;
	}

	.heading-section .inner .heading01 {
    font-size: 1.5625rem;
	}

	.box_use {
		padding: 25px;
	}

	.box_use:before {
		left: 40px;
	}

	.box_use:after {
		right: 40px;
	}

	.box_use h4 {
		font-size: 1.375rem;
	}

	.box_use p {
		font-size: 1.25rem;
	}

	.info_access h3 {
		font-size: 1.375rem;
	}
}

@media screen and (max-width: 480px) {
	.mv {
		height: 250px;
		background: #fff url(../img/top/mv-bg_sp.png) no-repeat center center/cover;
	}

	.heading-section .inner {
    padding: 20px;
	}

	.heading-section h2 {
		font-size: 1.25rem;
	}

	.heading-section .inner .text01,
	.heading-section .inner .text02 {
    font-size: 1.125rem;
	}

	.heading-section .inner .heading01 {
    font-size: 1.375rem;
	}

	.box_use h4 {
		font-size: 1.25rem;
	}

	.box_use p {
		font-size: 1.125rem;
	}

	.box_use.careplan p {
		padding-right: 0;
		padding-bottom: 70px;
	}

	.text_time01 {
		display: block;
	}

	.info_access h3 {
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 375px) {
	.info_access h3 {
		font-size: 1rem;
	}
}

/*-------------------------------
display
---------------------------------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/*-------------------------------
layout
---------------------------------*/
/* container */
.container1200 {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}

@media screen and (max-width: 1240px) {
	.container1200 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	.container1200 {
		padding-left: 5%;
		padding-right: 5%;
	}
}

/* column */
.row {
	display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.col-1 {flex:1;}
.col-2 {flex:2;}
.col-3 {flex:3;}
.col-4 {flex:4;}
.col-5 {flex:5;}
.col-6 {flex:6;}
.col-7 {flex:7;}
.col-8 {flex:8;}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8 {
  margin: 0 20px;
}

.order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

@media screen and (min-width: 769px) {
	.row > div:first-child {
	    margin-left: 0;
	}
	.row > div:last-child {
	    margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.row {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8 {
		margin: 20px 0;
	}

	.order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.order-2 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
}

/*-------------------------------
background
---------------------------------*/
.bg_grn {
	position: relative;
	background: #f5f9ed;
}

/*-------------------------------
heading
---------------------------------*/
.heading_band01 {
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: .5em 1em;
	border-radius: 20px;
	background: #ebf2d5;
}

.heading_brd01 {
	position: relative;
	font-size: 1.75rem;
	font-weight: 700;
	margin: 1.5em 0 .5em;
	padding-bottom: .3em;
	padding-left: 20px;
	border-bottom: 5px solid #b8d372;
	display: table;
}

.heading_brd01:before {
	position: absolute;
	top: 21px;
	left: 0;
	content: "";
	width: 13px;
	height: 13px;
	background: #000;
	border-radius: 50%;
}

@media screen and (max-width: 768px) {
	.heading_band01 {
		font-size: 1.375rem;
		margin-top: 10px;
	}

	.heading_brd01 {
		font-size: 1.5625rem;
	}

	.heading_brd01:before {
    top: 18px;
	}
}

@media screen and (max-width: 568px) {
	.heading_band01 {
		font-size: 1.25rem;
	}

	.heading_brd01 {
		font-size: 1.375rem;
	}

	.heading_brd01:before {
    top: 14px;
	}
}

@media screen and (max-width: 480px) {
	.heading_band01 {
		font-size: 1.125rem;
	}

	.heading_brd01 {
		font-size: 1.25rem;
	}

	.heading_brd01:before {
    top: 13px;
	}
}

/*-------------------------------
link
---------------------------------*/
.link_brd {
	position: relative;
	font-size: 1.5rem;
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 10px;
	padding-left: 50px;
	background: #fff;
	width: 100%;
	max-width: 650px;
}

.link_brd:before {
	position: absolute;
  top: 50%;
  left: 20px;
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
	font-family: FontAwesome;
	content: "\f054";
	color: #ccc;
}

.link_brd a {
	font-size: 1.5rem;
	color: #29abe2;
	text-decoration: none;
	display: block;
	transition: all .4s;
}

.link_brd a:hover {
	text-decoration: underline;
	opacity: .7;
}

.link_tel {
	position: relative;
	font-size: 2.8125rem;
	font-weight: 700;
	color: #ed1c24;
	text-decoration: none;
	line-height: 1;
	padding-left: 49px;
	display: table;
	transition: all .4s;
}

.link_tel:before {
	position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  content: "";
  width: 40px;
  height: 31px;
  background: transparent url(../img/common/icon_tel.svg) no-repeat center center/contain;
}

.link_tel:hover {
	opacity: .7;
}

@media screen and (max-width: 768px) {
	.link_brd,
	.link_brd a {
		font-size: 1.125rem;
	}

	.link_tel {
		font-size: 1.875rem;
		padding-left: 44px;
	}

	.link_tel:before {
		width: 30px;
	  height: 23px;
	}
}

@media screen and (max-width: 375px) {
	.link_brd,
	.link_brd a {
		font-size: 1rem;
	}

	.link_tel {
		font-size: 1.5625rem;
		padding-left: 35px;
	}

	.link_tel:before {
		width: 25px;
	  height: 19px;
	}
}

/*-------------------------------
list
---------------------------------*/
ul.list_checkbox {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

ul.list_checkbox > li {
  position: relative;
	font-size: 2.0625rem;
	line-height: 1.6;
  margin-bottom: .5em;
  padding-left: 1.9em;
  display: block;
}

ul.list_checkbox > li:last-child {
  margin-bottom: 0;
}

ul.list_checkbox > li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 39px;
  height: 36px;
  background: transparent url(../img/common/checkbox.svg) no-repeat center center/contain;
}

ul.list_checkbox > li span {
	font-weight: 700;
	background: linear-gradient(transparent 60%, #f8ea7d 65%);
}

@media screen and (max-width: 768px) {
	.heading-section .inner ul.list_checkbox {
    margin-top: 30px;
	}

	ul.list_checkbox > li {
    font-size: 1.875rem;
	}

	ul.list_checkbox > li:before {
	  width: 35px;
	  height: 32px;
	}
}

@media screen and (max-width: 568px) {
	ul.list_checkbox > li {
    font-size: 1.5675rem;
	}

	ul.list_checkbox > li:before {
		top: 8px;
	  width: 27px;
	  height: 25px;
	}
}

@media screen and (max-width: 480px) {
	ul.list_checkbox > li {
    font-size: 1.375rem;
	}

	ul.list_checkbox > li:before {
		top: 5px;
	  width: 24px;
	  height: 22px;
	}
}

/*-------------------------------
image
---------------------------------*/
.img-wrap {
	line-height: 0;
}

.img-wrap img {
	width: 100%;
	height: auto;
	display: block;
	pointer-events: none;
}

/*-------------------------------
table
---------------------------------*/
.scroll-table {
	margin-bottom: 10px;
	overflow: auto;
  white-space: nowrap;
}

.scroll-table table {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

table.table_type01 {
  width: 100%;
	max-width: 670px;
	border-collapse: collapse;
}

table.table_type01 tr th,
table.table_type01 tr td {
	font-size: 1.75rem;
	font-weight: 400;
  text-align: center;
  padding: .4em;
	border: 1px solid #ccc;
}

table.table_type01 thead th {
  background: #ebf2d5;
}

table.table_type01 tr td .small {
	font-size: 1rem;
	line-height: 1;
	display: block;
}

@media screen and (max-width: 1024px) {
	table.table_type01 tr th,
	table.table_type01 tr td {
		font-size: 1rem;
	}

	table.table_type01 tr td .small {
    font-size: .75rem;
	}
}

/*-------------------------------
margin
---------------------------------*/
.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mt-90 {
	margin-top: 90px !important;
}
.mt-100 {
	margin-top: 100px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.mb-90 {
	margin-bottom: 90px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}

/*-------------------------------
animation
---------------------------------*/
.fadein {
  opacity : 0;
  transition : .7s all;
}

.fadein.ttb {
	transform : translate(0, -40px);
}
.fadein.btt {
	transform : translate(0, 40px);
}
.fadein.ltr {
	transform : translate(-40px, 0);
}
.fadein.rtl {
	transform : translate(40px, 0);
}

.fadein.scrollin {
    opacity : 1;
}

.fadein.ttb.scrollin,
.fadein.btt.scrollin,
.fadein.ltr.scrollin,
.fadein.rtl.scrollin {
	transform : translate(0, 0) !important;
}

.fadein02 {
	-moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}
.fadein03 {
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
}
.fadein04 {
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
}
.fadein05 {
    -moz-transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
}
.fadein06 {
    -moz-transition-delay: 1200ms;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
}

@media screen and (max-width: 768px) {
    .fadein02,
    .fadein03,
    .fadein04,
    .fadein05,
    .fadein06 {
        -moz-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
    }
}




.bg_org {
    background-color: #94B950;
	padding: 0 20px;
}

.bg_org p {
	margin: 0;
	padding: 0;
}

.txt_wht a {
    color: #fff;
}

.txt_ss {
    font-size: 0.7rem;
}

.text_R {
    text-align: right
}



.left, .right {
  display: inline-block;
}

.right {
	text-align: right;
}

.left {
  margin-right: auto;
}

.frame {
  display: flex;
}


.text_time01 {
	margin: 0 auto;
	margin-bottom: .5em;
	display: none;
	font-size:75%;
}

@media screen and (max-width: 768px) {
	.text_time01 {
		display: block;
	}
}


