@charset "utf-8";

/* --------------------------------
	common
-------------------------------- */
* { box-sizing: border-box }
*:focus { outline: none }

html { font-size: 10px }
@media (max-width: 1440px) {
	html { font-size: 0.694vw; }
}
@media (max-width: 768px) {
	html { font-size: 1.5vw; }
}

html {
	width: 100%;
	height: 100%;
}

body {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background-color: #FFFDF5;
	color: #333;
	font-size: 1.5rem;
	font-weight: normal;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .2rem;
	font-feature-settings: "palt";
	line-height: 2;
}
@media (max-width: 768px) {
	body {
		font-size: 2rem;
		letter-spacing: .1rem;
	}
}

.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}
.delayed-image2 {
	/* じわっと画像が表示される */
 	animation: fadeIn 9s ease 0s 1 normal;
    -webkit-animation: fadeIn 9s ease 0s 1 normal;
}
 
/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
 
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


main {
	flex: 1;
	width: 100%;
	background: url(../img/bg.png) repeat-y;
	background-size:contain;
}
@media (max-width: 768px) {
main {
	flex: 1;
	width: 100%;
	background: url(../img/bg_sp.png) repeat-y;
	background-size:contain;
}
}
/*
a {
	text-decoration: underline;
	transition: opacity 0.2s ease-out;
	color: #0E98A1;
	word-break: break-all;
}
*/

a:hover {
	opacity: 0.8;
	text-decoration: none;
}

a img {
	transition: opacity 0.2s ease-out;
}

/* a img:hover {
	opacity: 0.8;
} */

img {
	max-width: 100%;
	width: auto;
}

img[src$=".svg"] {
	width: 100%;
	height: auto;
}

button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	transition: opacity 0.2s ease-out;
	letter-spacing: .1em;
	width: 100%;
}

a button:hover {
	opacity: 1.0;
}

.sp {
	display: none;
}

.inner {
	margin: 0 auto;
	max-width: 1140px;
}

@media (max-width: 768px) {
	.sp {
		display: block!important;
	}

	.pc {
		display: none!important;
	}
	.inner {
		padding: 2rem;
	}
	
}

.creamTxt {
	color: #E0D4B7;
}

.bold {
	font-weight: 600;
}

.mincho {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* --------------------------------
	追跡バナー
-------------------------------- */
.flotingbtn {
	position: fixed;
	bottom: 1rem;
	backdrop-filter: blur(12px);
	border-radius: 3rem;
    height: auto;
    text-align: center;
    margin: calc(10vh - 90px) auto;
    background: rgba(#fff,.1);
	margin: auto;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 10px 20px;
}

.flotingbtn_flex{
	display: -webkit-flex;
	display: flex;
	margin: auto;
	text-align: center;
}
.flotingbtn_flex img{
	width: 30rem;
}
@media (max-width: 768px) {
	.flotingbtn {
		padding: 10px 10px;
		margin-bottom: 2rem;
	}
}


/* --------------------------------
	header
-------------------------------- */
.header_mainline{
	background-color: #11b5c1;
	padding: 0.5rem 0rem;
}
.header_mainflex {
	color: #fff;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.header_mainflex div:nth-child(1) img{
	height: 70px;
}
#header{
	padding: 1rem 0rem;
	letter-spacing: .1em;
  }
  .header_top {
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
  }
  .header_top div:nth-child(1) {
	padding-top: 2rem;
  }
  .header_top div:nth-child(2) img{
	width: 250px;
  }
  .btn_flex {
	display: flex;
  }
  .btn_flex div{
	margin: 5px 5px;
  }

  .h_contact {
	padding: 1rem 3rem;
	color: #0E98A1;
	background-color: #FFDF7A;
	border-radius: 5rem;
	height: 50px;
	border: #0E98A1 1px solid;
	font-size: 2rem;
	margin-top: 0.8rem;
	line-height: 30px;
  }
  .h_contact a{
	text-decoration: none;
  }
  .h_contact img{
	height: 30px;
	padding-right: 0.5rem;
	line-height: 30px;
  }
  .h_recruit {
	padding: 1rem 3rem;
	background-color: #ffffff;
	border-radius: 5rem;
	height: 50px;
	color: #E17526;
	border: #E17526 1px solid;
	font-size: 2rem;
	margin-top: 0.8rem;
	line-height: 30px;
  }
  .h_recruit a{
	text-decoration: none;
  }
  .h_recruit img{
	height: 30px!important;
	width: auto;
	padding-right: 0.5rem;
	line-height: 30px;
  }
  .h_logo{
	position: absolute;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	margin-top: 80px;
	width: 150px;
  }
h1{
	font-size: 1.5rem;
	letter-spacing: 0rem;
	margin-top: -10px;
}

  @media (max-width: 768px) {
	#header{
		background: #11b5c1;
		border-radius: 0% 0% 15% 15%;
		height: 80px;
		z-index: 100;
		margin-top: -10px;
		position: fixed;
		width: 100%;
	  }
	.h_logo_sp {
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.h_logo_sp img{
		width: 15rem;
	}
	h1{
		color: #fff;
		font-size: 1.7rem;
		margin-top: -5px;
	}
  }

/* --------------------------------
	navi　PC
-------------------------------- */
/*========= ナビゲーションドロップダウンのためのCSS ===============*/

/*==ナビゲーション全体の設定*/
nav{
	color:#333;
	text-align: center;
	padding-top: 1rem;
  }
  /*ナビゲーションを横並びに*/
  nav ul{
	list-style: none;
	display: flex;
	justify-content: space-around;
  }
  /*2階層目以降は横並びにしない*/
  nav ul ul{
	display: block;
  }
  
  /*下の階層のulや矢印の基点にするためliにrelativeを指定*/
  nav ul li{
	position: relative;
	border-left: 1px dotted #11b5c1;
  }
  nav ul li:nth-last-child(1){
	border-right: 1px dotted #11b5c1;
  }
  nav ul li img {
	height: 30px;
	padding-right: 0.8rem;
  }
  
  /*ナビゲーションのリンク設定*/
  nav ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	padding:10px 35px;
	transition:all .3s;
  }
  
  nav ul li li a{
	padding:10px 25px;
  }
  
  nav ul li a:hover{
	color:#11b5c1; 
  }
  
  /*== 2・3階層目の共通設定 */
  
  /*下の階層を持っているulの指定*/
  nav li.has-child ul{
	  /*絶対配置で位置を指定*/
	position: absolute;
	left:0;
	top:62px;
	z-index: 4;
	  /*形状を指定*/
	background:#11b5c1;
	width:230px;
	  /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
	  /*アニメーション設定*/
	transition: all .3s;
	border-radius:1rem;
  }
  
  /*hoverしたら表示*/
  nav li.has-child:hover > ul,
  nav li.has-child ul li:hover > ul,
  nav li.has-child:active > ul,
  nav li.has-child ul li:active > ul{
	visibility: visible;
	opacity: 1;
  }
  
  /*ナビゲーションaタグの形状*/
  nav li.has-child ul li a{
	color: #fff;
	border-bottom:solid 1px rgba(255,255,255,0.6);
  }
  
  nav li.has-child ul li:last-child a{
	border-bottom:none;
  }
  
  nav li.has-child ul li a:hover,
  nav li.has-child ul li a:active{
	background:#0E98A1;
	border-radius:1rem;
  }
  
  
  /*==768px以下の形状*/
  @media screen and (max-width:768px){
	nav{
	  padding: 0;
	}
	
	nav ul{
	  display: block;
	}
	
	nav li.has-child ul,
	nav li.has-child ul ul{
	position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;/*JSで制御するため一旦表示*/
	opacity:1;/*JSで制御するため一旦表示*/
	display: none;/*JSのslidetoggleで表示させるため非表示に*/
	transition:none;/*JSで制御するためCSSのアニメーションを切る*/
  }
	
  nav ul li a{
	border-bottom:1px solid #ccc;
  }
  
  /*矢印の位置と向き*/
  
  nav ul li.has-child::before{
	left:20px;  
  }
  
  nav ul ul li.has-child::before{
	  transform: rotate(135deg);
	left:20px;
  }
	  
  nav ul li.has-child.active::before{
	  transform: rotate(-45deg);
  }
  }


  
/* --------------------------------
	navi　スマホ
-------------------------------- */
/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #11b5c1;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	top:-50px;
    left:calc(50% - 50px);/*50%から円の半径を引いた値*/
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
	width: 90%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 3rem;
	font-weight: bold;
	border-bottom:  #fff 1px dotted;
}

#g-nav li:nth-child(1) img{
	height: 20rem;
}
#g-nav li:nth-last-child(1) img{
	width:100%;
	height: auto;
}



/*========= ボタンのためのCSS ===============*/
.openbtn1{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
	top:15px;	
}

.openbtn1 span:nth-of-type(2) {
	top:23px;
}

.openbtn1 span:nth-of-type(3) {
	top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}




/* --------------------------------
	top
-------------------------------- */
.main_v{
	background-image: url(../img/mv_img.jpeg);
	background-repeat: no-repeat;
	width: 100%;
	height:70rem;
	background-size:cover;
	background-position:center bottom;
}
.main_v dl{
	padding-top: 15rem;
}
.main_v dt{
	font-size: 10rem;
	color: #E76100;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.main_v dd{
	font-size: 4rem;
	color: #ffffff;
	text-shadow:2px 2px 0 #333, -2px -2px 0 #333,
              -2px 2px 0 #333, 2px -2px 0 #333,
              0px 2px 0 #333,  0-2px 0 #333,
              -2px 0 0 #333, 2px 0 0 #333;
}

@media screen and (max-width:768px){
	.main_v{
		background-image: url(../img/mv_img.jpeg);
		background-repeat: no-repeat;
		width: 100%;
		height:110rem;
		background-size:cover;
		background-position:center bottom;
	}
	.main_v dl{
		padding: 20rem 5rem 20rem 5rem;
	}
	.main_v dt{
		text-align: center;
	}
	.main_v dd{
		padding-top: 5rem;
		text-align: center;
		font-size: 4rem;
		color: #000;
		text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
	}
	
}

main h3{
	font-size: 3rem;
	padding: 2rem 1rem;
}
main h3 span{
	border-bottom: dashed 2px #87CEFA;
	text-align: center;
	padding-bottom: 1rem;
}
.contents_one{
	text-align: center;
	padding: 5rem 0rem;
}
.contents_one p{
	font-size: 2rem;
}
@media screen and (max-width:768px){
	.contents_one p{
		font-size: 2.5rem;
	}
}
/* --------------------------------
	ボタン　緑
-------------------------------- */
.linkbtn {
	background: url(../img/btn.png) no-repeat center;
	margin: auto;
	height: 9rem;
	background-size: contain;
	color: #fff;
	margin: 2rem 0rem;
	text-align: center;
	padding: 0.5rem 1rem 1rem 1rem;
	font-size: 1.8rem;
}

.linkbtn p{
	padding-top: 2rem;
}
/* --------------------------------
	ボタン　ピンク
-------------------------------- */
.linkbtn_pink {
	background: url(../img/btn_pink.png) no-repeat center;
	margin: auto;
	height: 9rem;
	background-size: contain;
	color: #fff;
	margin: 2rem 0rem;
	text-align: center;
	padding: 1rem;
	font-size: 1.8rem;
}

.linkbtn_pink p{
	padding-top: 2rem;
}
/* --------------------------------
	ボタン　ブルー
-------------------------------- */
.linkbtn_blue {
	background: url(../img/btn_blue.png) no-repeat center;
	margin: auto;
	height: 9rem;
	background-size: contain;
	color: #fff;
	margin: 2rem 0rem;
	text-align: center;
	padding: 1rem;
	font-size: 2rem;
	padding-top: 3rem;
}

.linkbtn_blue p{
	padding-top: 2rem;
}

@media screen and (max-width:768px){
	.linkbtn{
		font-size: 2.5rem;
		padding: 2rem 1rem 1rem 1rem;
	}
	.linkbtn_pink{
		font-size: 2.5rem;
	}
	.linkbtn_blue{
		font-size: 2.5rem;
	}
	main h3{
		font-size: 3.5rem;
	}
}
/* --------------------------------
	top　ふぁむはこんな場所です
-------------------------------- */
.contents_two {
	display: flex;
}
.contents_two div:nth-child(1) img{
	width: 55rem;
	padding-right: 3rem;
}
.contents_two p{
	font-size: 2rem;
}

@media screen and (max-width:768px){
	.contents_two {
		display: block;
	}
	.contents_two p{
		font-size: 2.5rem;
	}
	.contents_two div:nth-child(1) img{
		width: 100%;
		padding-right: 3rem;
	}
	.contents_two div:nth-child(2){
		width: 100%;
		text-align: center;
	}
}
/* --------------------------------
	topグループホーム
-------------------------------- */
.contents_three h3{
	width: 70rem;
	margin: auto;
}
.c_three_inner {
	background: #F5C4CD url(../img/c_three_bg.png) no-repeat center bottom;
	text-align: center;
	margin-top: -2rem;
	border-radius: 2rem;
	padding-bottom: 4rem;
}
@media screen and (max-width:768px){
	.contents_three h3{
		width: 100%;
		margin: auto;
	}
	.c_three_inner {
		padding: 2rem;
		background-size: contain;
	}
}
main .c_three_inner h4{
	font-size: 3rem;
	padding: 4rem 1rem 2rem 1rem;
}
main .c_three_inner h4 span{
	border-bottom: dashed 2px #ED7980;
	text-align: center;
	padding-bottom: 1rem;
}
.ghome_flex{
	display: -webkit-flex;
	display: flex;
	padding: 1rem;
}
.ghome_flex li{
	width: 33%;
	background: #fff;
	padding: 1rem;
	margin: 1rem;
	border-radius: 1rem;
	text-align: left;
}
.ghome_flex li img{
	border-radius: 1rem;
	height: 25rem;
	object-fit:cover;
	margin-bottom: -2.5rem;
}
.ghome_flex li p{
	padding: 1rem;
}
.ghome_photo span{
	position: relative;
	top:-23rem;
	left: 1rem;
}
.label_mens {
	background: #2F86DB;
	border-radius: 1rem;
	padding: 1rem;
	color: #fff;
}
.label_ladies {
	background: #ED7980;
	border-radius: 1rem;
	padding: 1rem;
	color: #fff;
}
.ghome_title {
	font-size: 2rem;
}
.ghome_txtpop {
	font-size: 4rem;
	color: #E95962;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
	margin-bottom: -2rem;
}

@media screen and (max-width:768px){
	.ghome_flex{
		display: block;
	}
	.ghome_flex li{
		width: 100%;
		background: #fff;
		padding: 1rem;
		margin: 1rem;
		border-radius: 1rem;
		text-align: left;
	}
	.ghome_flex li img{
		width: 100%;
	}
	main .c_three_inner h4{
		font-size: 3.5rem;
	}
}

/* --------------------------------
	top　就労支援
-------------------------------- */
main .c_four_inner h4{
	font-size: 3rem;
	padding: 4rem 1rem 2rem 1rem;
}
main .c_four_inner h4 span{
	border-bottom: dashed 2px #2F86DB;
	text-align: center;
	padding-bottom: 1rem;
}
.contents_four h3{
	width: 70rem;
	margin: auto;
}
.c_four_inner {
	background: #B8DFF5;
	background-size: contain;
	height: auto;
	text-align: center;
	margin-top: -2rem;
	border-radius: 2rem;
	padding: 2rem;	
}
.workimg {
	background: url(../img/c_four_bg.jpg) center;
	background-size: cover;
	height: 40rem;
	margin-top: 4rem;
}
p.work_txtpop{
	padding-top: 6rem;
	font-size: 4rem;
	color: #126CC4;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}

@media screen and (max-width:768px){
	.contents_four h3{
		width: 100%;
		margin: auto;
	}
	main .c_four_inner h4{
		font-size: 3.5rem;
	}
}


/* --------------------------------
	top　会社案内
-------------------------------- */
.contents_five {
	margin-top:5rem;
	display: -webkit-flex;
	display: flex;
}
.contents_five div:nth-child(1) img{
	width: 45rem;
	padding-right: 3rem;
}
.contents_five p{
	font-size: 2rem;
}
@media screen and (max-width:768px){
	.contents_five {
		display: block;
	}
	.contents_five h3{
		text-align: center;
		font-size: 3.5rem;
	}
	.contents_five div:nth-child(1) img{
		width: 100%;
		padding-right: 3rem;
	}
	.contents_five p{
		font-size: 2.5rem;
		text-align: center;
	}
}

/* --------------------------------
	top　お知らせ
-------------------------------- */
.contents_sixbg {
	margin-top: 5rem;
	margin-bottom: 5rem;
	padding-top: 6rem;
	background: url(../img/c_six_bg.png) top left no-repeat;
}
.contents_six {
	background: #fff;
	border-radius: 2rem;
	border: #11b5c1 2px solid;
	padding: 4rem;
}
.contents_six p{
	font-size: 2rem;
}

.contents_six h4 {
	color: #11b5c1;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 5rem;
}
.contents_six dl {
	border-bottom: dashed 2px #62C0B4;
	padding-bottom: 1rem;
	display: -webkit-flex;
	display: flex;
	padding-top: 1rem;
}
.contents_six dt {
	padding-right: 3rem;
	color: #969696;
}
.contents_six dd a{
	color: #333;
	text-decoration: none;
}
.contents_six dd a:hover{
	color: #333;
	text-decoration: underline;
}
.contents_six .linkbtn {
	margin-top: 4rem;
}
@media screen and (max-width:768px){
	.contents_six p{
		font-size: 2.5rem;
	}
	.contents_six h4 {
		font-size: 3.5rem;
	}
	.contents_six dl {
		display: block;
		padding-top: 1rem;
	}
	.contents_six dd{
		font-size: 2.5rem;
	}
}
/* --------------------------------
	Instagram	
-------------------------------- */
.contents_instagram {
	text-align: center;
	margin-top: 7rem;
}
.contents_instagram h3 img{
	width: 20rem;
}
.contents_instagram h4{
	font-size: 2.5rem;
}
.contents_instagram_flex {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.contents_instagram_flex div{
	width: 33%;
	padding: 1rem;
}
@media screen and (max-width:768px){
	.contents_instagram_flex {
		display: block;
	}
	.contents_instagram_flex div{
		width: 100%;
		padding: 1rem;
	}
}

/* --------------------------------
	footer
-------------------------------- */
#footer{
	background-color: #11b5c1;
	color: #fff;
	padding: 1rem 0rem;
	padding-bottom: 10rem;
	margin-top: 7rem;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
.f_area {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.f_area div{
	border-left: #fff dotted 1px;
	padding: 1rem;
}
.f_area li{
	padding: 0.5rem 0rem;
}
.f_area div:nth-child(1),.f_area div:nth-child(2){
	border-left: none;
}
.f_area div:nth-child(1) img{
	width: 100px;
}
.f_logo_flex {
	display: -webkit-flex;
	display: flex;
}
.f_logo_flex div:nth-child(2){
	margin-top: 2rem;
}
.copyright {
	background: #B8F1F5;
	text-align: center;
	padding: 1rem;
}