@charset "utf-8";
/* CSS Document */

/*--作業用*/
.outer-menu{display:;}
.loading {display:;}
/*--------------------------------------------------------------------------ページ全体を包括*/
#wrapper {
width: 100%;
margin: 0 auto;
overflow: hidden;/* 作業用 */
}

.fixed{
	position:fixed;
	top: 0;
	left: 0;
}

a:hover img{opacity:1.00;filter:alpha(opacity=100);-ms-filter: "alpha( opacity=100 )";}

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1.8s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150000;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1.0s;
  background-color:#FFF;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.loading img {
	width: 400px;
	height: 397px;
}

body {
  animation: disableScroll .1s linear 1.0s both;
}

@media screen and (max-width:767px){
.loading img {
	width: 240px;
	height: 238px;
}
}
h1,h2,h3,h4,h5,h6 { font-weight: normal;}
/*--------------------------------------------------------------------------ヘッダー*/

header {
	position: fixed;
	width: 100%;
	height: auto;
	text-align: center;
	top: 0;
	left: 0;
	margin: 0 auto;
	z-index: 10000;
	transition: 0.5s;
}
header:hover {
	background-color: #FFF;
}
header.scroll-nav {
  background: #FFF;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}
.head {
	width: 100%;
	height: 110px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}
h1{
	width: 295px;
	height: 70px;
	padding: 0;
	border: 0;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
	position: absolute;
	z-index: 10000;
	transition: 0.4s;
}
h1 img{
	width: 295px;
	height: 70px;
}

/*　上に上がる動き　*/
#header.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-90px);
  }
}

/*　下に下がる動き　*/
#header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-90px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


@media screen and (max-width:767px){
header {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	top:0 !important;
	left:0 !important;
	background-color: #FFF;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.head {
	width: 100%;
	min-width: 320px;
	height: 70px;
	text-align: left;
	margin: 0 auto;
}
h1 {
	width: 211px;
	height: 50px;
	text-align: left;
	border: 0;
	font-size: 0px;
	line-height: 0px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 0;
	position: relative;
	float: left;
}
h1 img{
	width: 211px;
	height: 50px;
	margin-top: 0px;
}
#header.UpMove{
	animation: none;
}
#header.DownMove{
	animation: none;
}
}


/* グローバルナビ　PC*/

#gNavi {
	width: 100%;
	height: 60px;
	margin-top: 30px;
	position: absolute;
}
ul.gnv {
	width: 100%;
	height: 80px;
	float: right;
	margin-right: 245px;
}
ul.gnv li {
	width: auto;
	height: 80px;
	font-size: 17px;
	letter-spacing: 3px;
	line-height: 40px;
	float: right;
	text-align: center;
	list-style: none;
	transition: .4s;
	margin-left: 40px;
	padding-top: 3px;
	color: #000;
	font-weight: 500;
	display: block;
	transition: 0.4s;
}
.arrow_u {
  width: 100%;
  position: relative;
  display: inline-block;
  padding-right:0px;
  text-decoration: none;
}
.arrow_u:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #239178;
  border-right: solid 2px #239178;
  position: absolute;
  top: 50%;
  left: 45%;
  margin-top: 20px;
  transform: rotate(45deg);
  transition: 0.4s;
}
.arrow_u:hover:after {
  top: 75%;
}

ul.gnv li a{
	display:block;
	color: #000;
	transition: 0.3s;
}
ul.gnv li a:hover{
	color: #000;
	text-decoration:none;
	margin-top: -5px;
}
ul.gnv li:hover{
	background-color:;
}
.dropdwn_menu{
    width: 100%;
	height: auto;
	padding-left: 0%;
	padding-right: 0%;
    display: none;
    position: absolute;
	top: 100px;
	left: 0;
	margin: 0;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: ;
}
.dropdwn_menu01{
    width: calc(100%-3px);
	height: auto;
	border-radius: 0 0 20px 20px;
    display: none;
    position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: rgba(255,255,255,1.0);
	border:3px solid #239178;
	opacity: 0.85;
	z-index: 1;
}
.dropdwn_menu01:hover{ opacity:1.0; transition: 0.4s;}
.dropdwn_menu01:after{ 
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
	background-color: #FFF;
    display: block;
	z-index: 2;
}

.dropdwn_menu02{
    width: calc(100%-3px);
	height: auto;
	border-radius: 0 0 20px 20px;
    display: none;
    position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: rgba(255,255,255,1.0);
	border:3px solid #239178;
	opacity: 0.85;
	z-index: 1;
}
.dropdwn_menu02:hover{ opacity:1.0; transition: 0.4s;}
.dropdwn_menu02:after{ 
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
	background-color: #FFF;
    display: block;
	z-index: 2;
}
#dmenu {
	width: 1100px;
	padding: 0px 0px 50px 0px;
	height: auto;
	margin: 0 auto;
	display: flex;
    flex-direction: row;
	justify-content:space-between;
	flex-wrap:wrap;
}
#dmenuttl{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
#dmenuttl .contentsttl a{
	width: auto;
	height: 35px;
	float: left;
	font-size: 35px;
	line-height: 35px;
	font-weight: 600px;
	letter-spacing: 1px;
	text-align: left;
	padding-right: 55px;
	background-image: url(../web/object/drmenu_ac01.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #000;
}
#dmenuttl .contentsttl a:hover{
	color: #239178;
	margin-top: 0px !important;
}
#dmenuttl .contentsttlac{
	width: auto;
	height: 13px;
	float: left;
	clear: both;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	margin-top: 10px;
}
#dmenu .menu a{
	width: 340px;
	height: 39px;
	margin-top: 40px;
	text-align: left;
	font-size: 18px;
	line-height: 37px;
	border-bottom: 1px solid #999;
	background-image: url(../web/object/drmenu_ac02.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #000;
}
#dmenu .menu a:hover{
	color: #239178;
	border-bottom: 1px solid #239178;
}
#dmenu .empty{
	width: 340px;
	height: 40px;
	margin-top: 40px;
}

.hcontact a{
	display: block;
	position: absolute;
	width: 200px;
	height: 40px;
	border-radius: 20px;
	background: url(../web/object/htel.png),linear-gradient(90deg, rgba(35, 145, 120, 1), rgba(150, 205, 75, 1));
	right: 10px;
	top: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	text-indent: 10px;
	transition: 0.2s;
}
.hcontact a:hover{
	transform: scale(1.03);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width:767px){
#gNavi { display:none;}
.hcontact { display:none;}
}

/*--ハンバーガーメニュー*/
@media screen and (min-width:768px){
.outer-menu { display: none;}
}
.outer-menu {
  position: fixed;
  top: 15px;
  right: 90px;
  z-index: 100000;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 80px;
  height: 80px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: .75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity .4s ease .4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

.outer-menu .checkbox-toggle:checked + .hamburger {
	background-color: #666;
}

.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 80px;
  padding: .5em 1em;
  background-color: #239178;
  cursor: pointer;
  transition: box-shadow .4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 40px;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 90%;
  height: 3px;
  background: #fff;
  transition: all .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -12px;
  left: 0;
  width: 100%;
  height: 3px;
  background: inherit;
  transition: all .4s ease;
}
.outer-menu .hamburger > div:after {
  top: 12px;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div {
  width: 300vw;
  height: 300vw;
  color: #FEFEFE;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  transition: all .4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div {
  text-align: center;
  max-width: 100vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity .4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  justify-content: center;
}
.outer-menu .menu > div > div{
    scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/  
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/}
.outer-menu .menu > div > div::-webkit-scrollbar{
	  display: none;
}
#dmcontainer {
  width: 1100px;
  height: auto;
  padding-top: 0px;
  overflow-y: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dmcontainer::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
}
#dmcontainer::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}


/* グローバルナビ　モバイル*/
@media screen and (max-width:767px){
.outer-menu {
  position: fixed;
  top: 12px;
  right: 50px;
  z-index: 100000;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 45px;
  height: 45px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger {
	background-color: #239178;
}

.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 45px;
  height: 45px;
  padding: .5em 1em;
  background-color: #239178;
  cursor: pointer;
  transition: box-shadow .4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 200%;
  height: 2px;
  background: #FFF;
  transition: all .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all .4s ease;
}
.outer-menu .hamburger > div:after {
  top: 7px;
}
#dmcontainer {
  width: 280px;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #;
}
.outer-menu .menu > div > div{
    scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/  
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/}
.outer-menu .menu > div > div::-webkit-scrollbar{
	  display: none;
}

#spmenu {
	position: relative;
	width: 100%;
	height: 20px;
	float: left;
}
#spmenu.f { margin-top: 30px;}
#spmenu::before {
	position: absolute;
	top: -2px;
	left: -10px;
    content: "・";
    color: #239178;
}
#spmenu .t1{
	width: 140px;
	height: 20px;
	padding-left: 10px;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	color: #000;
}
#spmenu .t2{
	width: 130px;
	height: auto;
	float: left;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
	color: #aaa;
}
#dmclogo {
	width: 100%;
	height: auto;
	margin-top: 50px;
	float: left;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #333;
}
#dmclogo img{
	width: 260px;
	height: auto;
	padding-bottom: 10px;
}
#dmctel a{
	width: 210px;
	height: 24px;
	margin-top: 30px;
	margin-left: 35px;
	float: left;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	text-align: right;
	color: #333;
	background-image: url(../web/object/dmctel.png);
	background-position: left;
	background-repeat: no-repeat;
}


}

/*--------------------------------------------------------------------------フッター*/
footer {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: left;
	padding-top: 0px;
	background: linear-gradient(90deg, rgba(35, 145, 120, 1), rgba(150, 205, 75, 1));
	z-index: 1;
}
footer:after{
	content: "";
	clear: both;
	display: block;
}
.fbackw {
	position: absolute;
	width: 100%;
	height: 150px;
	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 2;
}
#frecruit {
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content:space-between;
	z-index: 10;
}
#frcbox1 {
    position: relative;
    width: 50%;
    height: auto;
	background-color: ;
}
#frcbox1:before {
    content: "";
    display: block;
    padding-top: 55.55%;
}
#frcbox1inner {
	max-width: 500px;
    position: absolute;
    top: 0; 
    right: 0;
	padding-top: 0%;
	padding-right: 50px;
    width: 80%;
    height: auto;
	text-align: left;
}
#frctxt {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

#fhbox {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
#fhbox .t1{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
}
#frctxt .fh {
	position: relative;
	width: auto;
	height: auto;
	font-size: 65px;
	line-height: 65px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	font-style: italic;
	margin-top: 20px;
	color: #000;
}
#frctxt .fh::first-letter {
	color: #239178;
}
#frctxt .fh::after {
  content: '';
  width: 80px;
  height: 4px;
  display: inline-block;
  	background: linear-gradient(90deg, rgba(35, 145, 120, 1), rgba(150, 205, 75, 1));
  position: absolute;
  top: 32px;
  margin-left: 30px;
}
#frctxt .txt {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	font-weight: 500;
}
.frcbtn a{
	position: relative;
	display:block;
	width: 400px;
	height: 50px;
	margin-top: 30px;
	outline: 1px solid #fff;
	outline-offset: -1px;
	text-align: center;
	font-size: 17px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #fff;
	overflow: hidden;
	float: left;
}
.frcbtn a:hover{
	box-shadow: 5px 5px 0px rgba(255, 255, 255, 1.0);
	outline: 1px solid #fff;
}
.slidebtn::before,
.slidebtn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.slidebtn,
.slidebtn::before,
.slidebtn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.slidebtn:hover {
  color: #FFF;
  text-decoration: none;
}
.slidebtn::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.slidebtn:hover::after {
  top: 0;
  left: 0;
  background-color: #239178;
}

#frcbox2 {
    position: relative;
    width: 50%;
    height: auto;
	background-repeat: no-repeat;
	background-size: contain;
}
#frcbox2:before {
    content: "";
    display: block;
    padding-top: 55.55%;
	background-image: url(../web/object/frc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.fbanner {
	width: 1100px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	z-index: 10;
}
.fbanner img {
	transition: 0.4s;
}

.fbanner img:hover {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	transform: scale(1.01);
}

#foot {
	position: relative;
	width: 100%;
	height:auto;
	padding-top: 70px;
	padding-bottom: 30px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#foot:after{
	content: "";
	clear: both;
	display: block;
}
#footbox{
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
#footbox:after{
	content: "";
	clear: both;
	display: block;
}
#fbox01 {
	width: 300px;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}
#fbox01 img{
	width: 280px;
	height: 66px;
	padding-bottom: 20px;
}

#fbox02 {
	width: 700px;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-left: 100px;
}
#fbox02list01{
	width: 130px;
	height: auto;
	float: left;
}
#fbox02list02{
	width: 130px;
	height: auto;
	float: left;
	margin-left: 50px;
}
#fbox02list03{
	width: 150px;
	height: auto;
	float: left;
	margin-left: 50px;
}
#fbox02list04{
	width: 150px;
	height: auto;
	float: left;
	margin-left: 40px;
}
#fbox02list05{
	width: 700px;
	height: auto;
	float: left;
	margin-top: 40px;
}


#fbox02 .l1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
}
#fbox02 .l1 a{
	color: #000;
}
#fbox02 .lm{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 3px;
}
#fbox02 .lm li{
	list-style: none;
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	margin-right: 0px;
	margin-top: 7px;
}
#fbox02 .lm li a{
	color: #000;
}
#fbox02 .l2{
	width: auto;
	height: auto;
	float: left;
	font-size: 15px;
	line-height: 15px;
	text-align: left;
	font-weight: 600;
	letter-spacing: px;
	margin-right: 40px;
}
#fbox02 .l2 a{
	color: #000;
}

#cr{
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 11px;
	line-height: 40px;
	color: #000;
	background-color: #fff;
	border-top: 1px solid #239178;
}




@media screen and (max-width:767px){
footer {
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}
.fbackw {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	background-color: #FFF;
	z-index: 2;
}
#frecruit {
	position: relative;
	width: 320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
    justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap-reverse;
	z-index: 10;
}
#frcbox1 {
    position: relative;
    width: 320px;
    height: 280px;
	margin-left: auto;
	margin-right: auto;
}
#frcbox1:before {
    content: "";
    display: block;
    padding-top: 0%;
}
#frcbox1inner {
	max-width: 320px;
    position: absolute;
    top: 0; 
    right: 0;
	padding-top: 0%;
	padding-right: 0;
    width: 100%;
    height: auto;
	text-align: left;
}
#frctxt {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

#fhbox {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
}
#fhbox .t1{
	width: 100%;
	height: auto;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #FFF;
	text-align: left;
}
#frctxt .fh {
	position: relative;
	width: auto;
	height: auto;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	font-style: italic;
	margin-top: 10px;
	color: #fff;
}
#frctxt .fh::first-letter {
	color: #239178;
}
#frctxt .fh::after {
  content: '';
  width: 30px;
  height: 2px;
  display: inline-block;
  background: #FFF;
  position: absolute;
  top: 14px;
  margin-left: 15px;
}
#frctxt .txt {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
	font-weight: 500;
}
.frcbtn a{
	position: relative;
	display:block;
	width: 310px;
	height: 40px;
	margin-top: 20px;
	margin-left: 5px;
	outline: 1px solid #fff;
	outline-offset: -1px;
	text-align: center;
	font-size: 13px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #fff;
	overflow: hidden;
	float: left;
}
.frcbtn a:hover{
	box-shadow: 5px 5px 0px rgba(255, 255, 255, 1.0);
	outline: 1px solid #fff;
}

#frcbox2 {
    position: relative;
    width: 320px;
    height: auto;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 10px;
}
#frcbox2:before {
    content: "";
    display: block;
    padding-top: 55.55%;
	background-image: url(../web/object/frc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.fbanner {
	width: 320px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	z-index: 10;
}
.fbanner img{
	width: 320px;
	height: 70px;
}
.fbanner img:hover {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.0);
	transform: scale(1.00);
}

#foot {
	width: 100%;
	height:auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#foot:after{
	content: "";
	clear: both;
	display: block;
}
#footbox{
	width: 320px;
	height: auto;
	margin: 0 auto;
}
#fbox01 {
	width: 320px;
	height: auto;
	float: left;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}
#fbox01 img{
	width: 250px;
	height: 59px;
	padding-bottom: 10px;
}


#fbox02 { display:none;}


#cr{
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	color: #000;
}
}
