@charset "utf-8";

/* PC */
body {
	_display: inline;
	_zoom:1;
}

/*  全体 */
@media screen and (max-width: 767px) {

}

.sp {
	display: none;
}

/*EFFECT*/
.effect-fade {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 500ms;
}

.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}

div#Header {
	width: 1100px;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}

div#Header .HeaderL {
	width: 300px;
	padding-top: 15px;
	padding-left: 5px;
}

div#Header .HeaderL span {
	font-size: 26px;
}

div#Header .HeaderL a {
	color: #000000;
	text-decoration: none;
}

div#Header .HeaderR {
	width: 650px;
	padding-top: 40px;
}

.site-header {
    display: flex;
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
}

.site-header.fixed {
    position: fixed;
    top: 0;
    z-index: 99999;
}

/*mainimage*/
.main_img {
	width: 1400px;
	height: 700px;
    margin-top: 115px;
    margin-left: auto;
    margin-right: auto;
}

#slider {
	width: 100%;
	text-align: center;
}

#Wrap{
    width: 100%;
}

.WrapTop {
	padding-top: 100px;
}

/*TOP*/
article#Top .InfoArea {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP', sans-serif;
}

article#Top .InfoArea .TopIconBox {
	height: 175px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/top/topics_back.png");
    background-position: center;
    background-repeat: no-repeat;
}

article#Top .InfoArea .TopIconBox .TopiTitle {
    padding-top: 60px;
    text-align: center;
}

article#Top .InfoArea .TopIconBox .TopiTitle .TopicsTitle {
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 10px;
}

article#Top .InfoArea .TopIconBox .TopiTitle .TopicsText {
    font-size: 18px;
    font-weight: 400;
}

article#Top .InfoArea .InfoBox {
	padding-top: 40px;
	padding-bottom: 100px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

article#Top .InfoArea .InfoBox ul {
	display: flex;
    justify-content: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #000000;
}

article#Top .InfoArea .InfoBox .Date {
	width: 150px;
    padding-left: 20px;
}

article#Top .InfoArea .InfoBox a {
	color: #000000;
	text-decoration:none;
}

article#Top .InfoArea .InfoBox a:hover {
	color: #B5B5B6;
	text-decoration:none;
}

article#Top .SubImgArea {
	width: 100%;
}

article#Top .SubImgArea .ImgArea {
	width: 1100px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

article#Top .SubImgArea .ImgArea .PhotoBox {
	width: 550px;
    height: 340px;
    box-shadow: 2px 2px 5px 0 rgb(0, 0, 0);
}

article#Top .SubImgArea .ImgArea .LinkTextBox {
	width: 545px;
}

article#Top .SubImgArea .ImgBox_01 {
	width: 100%;
	height: 380px;
    background-color: #cadaca;
	background-image: url("../images/top/obi01.png");
	background-repeat: no-repeat;
	background-position: top center;
    margin-bottom: 100px;
}

article#Top .SubImgArea .ImgBox_02 {
	width: 100%;
	height: 360px;
	background-image: url("../images/top/obi02.png");
	background-repeat: no-repeat;
	background-position: top center;
    margin-bottom: 100px;
}

article#Top .SubImgArea .ImgBox_02 .PhotoBox {
    order: 1;
}

article#Top .SubImgArea .CateIcon01 {
	text-align: center;
	padding-top: 50px;
}

article#Top .SubImgArea .CateTitle {
	font-size: 40px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	padding-top: 17px;
}

article#Top .SubImgArea .CateTitleJp {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
	text-shadow: 1px 2px 3px #808080;
}

article#Top .SubImgArea .CateDetail {
	width: 270px;
	font-size: 17px;
	font-weight: 700;
	line-height: 62px;
	color: #FFFFFF;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
    background-image: url("../images/top/bt01.png");
}

article#Top .SubImgArea .CateDetail a {
	text-decoration: none;
	color: #FFFFFF;
	transition: all 0.3s linear;
}

article#Top .SubImgArea .CateDetail a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*Company*/
article#Company .Head_img {
	background-image: url("../images/company/mainimage.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 115px;
	width: 100%;
	height: 400px;
}

article#Company .Head_img .Head_copy {
	width: 360px;
    padding-left: 175px;
    padding-top: 150px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 2px 3px #808080;
}

article#Company .Head_img .Head_copy .Head_F40 {
	font-size: 40px;
	font-weight: 500;
}

article#Company .Head_img .Head_copy .Head_F18 {
	font-size: 18px;
	font-weight: 500;
}

article#Company .CompSubLogo {
	width: 100%;
    text-align: center;
    margin: -50px 0 0;
}

article#Company .IdeaArea {
    width: 100%;
    text-align: center;
	padding: 95px 0px 85px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-weight: 400;
}

article#Company .IdeaArea li {
    padding-bottom: 15px;
}

article#Company .IdeaArea span {
    font-size: 20px;
    font-weight: 400;
}

article#Company .InfoArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

article#Company .InfoArea .InfoTitleBox {
    letter-spacing: 4px;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 15px solid #cadaca;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

article#Company .InfoArea .InfoBox {
    width: 1100px;
    padding: 50px 0px 100px;
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

article#Company .InfoArea .InfoBox .Child {
    order: 1;
}

article#Company .InfoArea .InfoBox .PhotoBox {
    width: 550px;
    text-align: center;
}

article#Company .InfoArea .InfoBox .PhotoBox .Photo {
    padding-bottom: 35px;
    text-align: center;
}

article#Company .InfoArea .InfoBox .CompTxBox {
    width: 520px;
}

article#Company .InfoArea .InfoBox .CompTxBox .NameBox {
    padding-top: 40px;
    text-align: right;
}

article#Company .InfoArea .InfoBox .CompList {
    display: flex;
}

article#Company .InfoArea .InfoBox .CompList li {
    padding-bottom: 45px;
}

article#Company .InfoArea .InfoBox .CompList .CompListTitle {
    width: 140px;
}

article#Company .InfoArea .InfoBox .CompHisBox {
    width: 1000px;
}

article#Company .InfoArea .InfoBox .CompHisBox ul {
    display: flex;
    justify-content: flex-start;
}

article#Company .InfoArea .InfoBox .CompHisBox .HisYear {
    width: 90px;
}

article#Company .InfoArea .InfoBox .CompHisBox .HisMon {
    width: 40px;
    text-align: right;
}

article#Company .InfoArea .InfoBox .CompHisBox .History {
    padding-left: 40px;
}

article#Company .InfoArea .InfoBox .CompHisBox .Const {
    width: 160px;
    text-align: right;
}

/*Iwakuni*/
article#Iwakuni .Head_img {
	background-image: url("../images/iwakuni/mainimage.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 115px;
	width: 100%;
	height: 360px;
}

article#Iwakuni .Head_img .Head_copy {
	width: 360px;
    padding-left: 175px;
    padding-top: 150px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 2px 3px #808080;
}

article#Iwakuni .Head_img .Head_copy .Head_F40 {
	font-size: 40px;
	font-weight: 500;
}

article#Iwakuni .Head_img .Head_copy .Head_F18 {
	font-size: 18px;
	font-weight: 500;
}

article#Iwakuni .InfoTitleBox {
    width: 100px;
    letter-spacing: 4px;
	font-size: 20px;
	font-weight: 500;
    padding: 100px 0px 10px;
    margin-bottom: 100px;
	border-bottom: 6px solid #cadaca;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

article#Iwakuni .IwaBusiTitle {
    width: 1100px;
    font-size: 20px;
	font-weight: 500;
	padding-bottom: 15px;
    border-bottom: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 35px;
}

article#Iwakuni .IwaBusiArea {
    width: 1100px;
    font-size: 16px;
	font-weight: 400;
    line-height: 32px;
	padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

article#Iwakuni .IwaBusiBox {
    width: 525px;
}

article#Iwakuni .ListIwaBusiIma {
    padding: 32px 0px 60px;
}

article#Iwakuni .ListIwaBusiT01 {
    padding-left: 20px;
}

article#Iwakuni .ListIwaBusiText {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
    padding-bottom: 20px;
}

article#Iwakuni .IwaBusiMapArea {
    width: 1100px;
    font-size: 16px;
	font-weight: 400;
    line-height: 32px;
	padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

article#Iwakuni .IwaBusiMapBox {
    width: 525px;
}

article#Iwakuni .IwaBusiAdd {
    text-align: center;
    padding-bottom: 100px;
}

/*Mihara*/
article#Mihara .Head_img {
	background-image: url("../images/iwakuni/mainimage.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 115px;
	width: 100%;
	height: 360px;
}

article#Mihara .Head_img .Head_copy {
	width: 360px;
    padding-left: 175px;
    padding-top: 150px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 2px 3px #808080;
}

article#Mihara .Head_img .Head_copy .Head_F40 {
	font-size: 40px;
	font-weight: 500;
}

article#Mihara .Head_img .Head_copy .Head_F18 {
	font-size: 18px;
	font-weight: 500;
}

article#Mihara .InfoTitleBox {
    width: 100px;
    letter-spacing: 4px;
	font-size: 20px;
	font-weight: 500;
    padding: 100px 0px 10px;
    margin-bottom: 100px;
	border-bottom: 6px solid #cadaca;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

article#Mihara .MihBusiTitle {
    width: 1100px;
    font-size: 20px;
	font-weight: 500;
	padding-bottom: 15px;
    border-bottom: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 35px;
}

article#Mihara .MihBusiTitle {
    width: 1100px;
    font-size: 20px;
	font-weight: 500;
	padding-bottom: 15px;
    border-bottom: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 35px;
}

article#Mihara .MihBusiArea {
    width: 1100px;
    font-size: 16px;
	font-weight: 400;
    line-height: 32px;
	padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

article#Mihara .MihBusiBox {
    width: 525px;
}

article#Mihara .MihBusiImgBox01 {
    width: 100%;
    padding-bottom: 90px;
    text-align: center;
}

article#Mihara .MihBusiImgBox02 {
    width: 100%;
    padding-bottom: 60px;
    text-align: center;
}

article#Mihara .MihTeLinkBox {
    width: 1100px;
    font-size: 16px;
	font-weight: 400;
    line-height: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 45px;
}

article#Mihara .MihBusiMapArea {
    width: 1100px;
    font-size: 16px;
	font-weight: 400;
    line-height: 32px;
	padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

article#Mihara .MihBusiMapBox {
    width: 525px;
}

article#Mihara .MihBusiAdd {
    text-align: center;
    padding-bottom: 100px;
}

/*Recruit*/
article#Recruit .Head_img {
	background-image: url("../images/recruit/mainimage.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 115px;
	width: 100%;
	height: 360px;
}

article#Recruit .Head_img .Head_copy {
	width: 360px;
    padding-left: 175px;
    padding-top: 150px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 2px 3px #808080;
}

article#Recruit .Head_img .Head_copy .Head_F40 {
	font-size: 40px;
	font-weight: 500;
}

article#Recruit .Head_img .Head_copy .Head_F18 {
	font-size: 18px;
	font-weight: 500;
}

article#Recruit .InfoTitleBox {
    width: 620px;
    letter-spacing: 4px;
	font-size: 28px;
	font-weight: 500;
    padding: 100px 0px 10px;
    margin-bottom: 100px;
	border-bottom: 6px solid #cadaca;
    color: #339999;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*Inquiry*/
article#Inquiry .Head_img {
	background-image: url("../images/inquiry/mainimage.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 115px;
	width: 100%;
	height: 360px;
}

article#Inquiry .Head_img .Head_copy {
	width: 360px;
    padding-left: 175px;
    padding-top: 150px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 2px 3px #808080;
}


article#Inquiry .Head_img .Head_copy .Head_F40 {
	font-size: 40px;
	font-weight: 500;
}

article#Inquiry .Head_img .Head_copy .Head_F18 {
	font-size: 18px;
	font-weight: 500;
}

article#Inquiry .InquiryArea {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 80px;
}

article#Inquiry .InquiryArea .Inquiry_copy {
	width: 100%;
	text-align: center;
	padding-top: 75px;
	color: #000000;
}

article#Inquiry .InquiryArea .Inquiry_copy .Inquiry_F16 {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}

article#Inquiry .InquiryArea .Inquiry_copy .Inquiry_F40 {
	font-size: 40px;
	line-height: 70px;
	font-weight: 400;
}

article#Inquiry .InquiryArea .Inquiry_copy .Inquiry_F20 {
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
	padding-bottom: 50px;
}

article#Inquiry .InquiryBox {
    width: 965px;
	padding-top: 50px;
	padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

article#Inquiry .InqBox {
	font-size: 16px;
    font-weight: 400;
	display: flex;
	justify-content: space-between;
}

article#Inquiry .InqFoBoxLeft {
    width: 265px;
    padding-bottom: 30px;
}

article#Inquiry .InqFoBoxLeft span {
    font-size: 12px;
    color: #FF0000;
}

article#Inquiry .InqFoBoxRight ul {
    display: flex;
	justify-content: flex-start;
    gap: 28px;
}

article#Inquiry .InqFoBoxRight {
    width: 700px;
}

article#Inquiry .InqFoBoxRight .Input700 {
    width: 700px;
    height: 35px;
}

article#Inquiry .InqFoBoxRight .InputTextArea {
    width: 700px;
    height: 165px;
}

article#Inquiry .InqFoBoxRight .Input90 {
    width: 90px;
    height: 35px;
}

article#Inquiry .InqSubmitBox {
    width: 100%;
    padding-bottom: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

article#Inquiry .InqSubmitBox .SubmitButton {
	width: 290px;
	height: 40px;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
    cursor: pointer;
	background-color: #339797;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	opacity: 1;
}

article#Inquiry .InqSubmitBox .SubmitButton:hover {
	background-color: #dcdcb4;
    cursor: pointer;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	opacity: 0.5;
    color: #000000;
}

article#Inquiry .attention {
    font-size: 12px;
    line-height: 20px;
    color: #FF0000;
}

/*News*/
article#News .Head_img {
	background-image: url("../images/inquiry/mainimage.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 115px;
	width: 100%;
	height: 360px;
}

article#News .Head_img .Head_copy {
	width: 360px;
    padding-left: 175px;
    padding-top: 150px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 2px 3px #808080;
}


article#News .Head_img .Head_copy .Head_F40 {
	font-size: 40px;
	font-weight: 500;
}

article#News .Head_img .Head_copy .Head_F18 {
	font-size: 18px;
	font-weight: 500;
}

article#News .ContentBox {
    width: 960px;
    font-family: 'Noto Sans JP';
    padding-top: 40px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

article#News .ContentBox .LeftContent {
    width: 920px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

article#News .ContentBox .LeftContent .TitleBox {
    width: 100%;
    border-bottom: 2px solid #000000;
}

article#News .NewsBox {
    padding-bottom: 130px;
}

article#News .ContentBox .LeftContent .TitleBox .TitleDay {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    padding-bottom: 10px;
}

article#News .ContentBox .LeftContent .TitleBox .Title {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
}

article#News .ContentBox .LeftContent .TitleBox a {
	color: #000000;
	text-decoration:none;
}

article#News .ContentBox .LeftContent .TitleBox a:hover {
	color: #B5B5B6;
	text-decoration:none;
}

article#News .ContentBox .LeftContent .TextBox {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    padding-bottom: 30px;
    padding-top: 30px;
}

article#News .ContentBox .LeftContent .LogoBox {
    width: 660px;
    background-color: #f1f9fe;
    padding: 15px;
    -moz-border-radius: 20px; /* Firefox */ 
	-webkit-border-radius: 20px; /* Safari and Chrome */ 
	border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

article#News .ContentBox .LeftContent .LogoBox .Logo {
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
}

article#News .ContentBox .LeftContent .LogoBox .LogoText {
    padding-top: 15px;
}

article#News .ContentBox .RightContent {
    width: 10px;
    float: right;
    padding-bottom: 20px;
}

article#News .TextTopBack {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Noto Sans JP';
    font-size: 22px;
    line-height: 50px;
	font-weight: 700;
    background-color: #004994;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    color: #FFFFFF;
    -moz-border-radius: 20px; /* Firefox */ 
	-webkit-border-radius: 20px; /* Safari and Chrome */ 
	border-radius: 20px;
}

article#News .TextTopBack:hover {
    background-color: #1D7FD8;
}

article#News .TextTopBack a:hover {
	color: #FFFFFFF;
	text-decoration:none;
}

article#News .TextTopBack a:link {
	text-decoration:none;
    color: #FFFFFF;
    display: block;
}

article#News .TextTopBack a:visited {
	text-decoration:none;
    color: #FFFFFF;
}

/*Pagenation*/
.pagenationBox {
    width: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}

.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/*共通*/
.AccessMapTitle {
	text-align: center;
	padding-bottom: 50px;
}

.MapTitle {
	font-size: 40px;
	font-weight: 400;
	padding-bottom: 15px;
}

.MapTitleJp {
	font-size: 18px;
	font-weight: 400;
}

.AccessMapArea {
	width: 760px;
	padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.AccessMapArea ul {
	display: flex;
	justify-content: space-between;
}

.AccessMapTitleText {
	width: 335px;
	padding-top: 20px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	background-color: #FFFFFF;
}

.AccessMap {
	width: 335px;
	background-color: #FFFFFF;
}

article .InqBtArea {
	text-align: center;
    padding-bottom: 100px;
}

article .FooterLogo {
	text-align: center;
    padding-bottom: 100px;
}

/*Footer*/
div.Footer {
	margin:0 auto;
	width: 100%;
	background-color: #339797;
}

div.Footer .FooterLogoArea {
    width: 1100px;
    padding-top: 45px;
    padding-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
}

div.Footer .FooterLogoArea .FooterLogoTextBox {
    width: 100%;
	text-align: center;
}

div.Footer .FooterLogoArea .FooterLogoTextBox li {
	font-size: 14px;
	line-height: 36px;
	font-weight: 500;
	color: #FFFFFF;
}

div.Footer .FooterLogoArea .FooterLogoTextBox span {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	color: #FFFFFF;
}

div.Footer .FooterLogoArea .FooterLogoMenuBox {
    width: 485px;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 35px;
	color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

div.Footer .FooterLogoArea .FooterLogoMenuBox ul {
	display: flex;
	justify-content: space-between;
}

div.Footer .FooterLogoArea .FooterLogoMenuBox a {
	text-decoration: none;
	color: #FFFFFF;
	transition: all 0.2s linear;
}

div.Footer .FooterLogoArea a:hover {
	color: #dcdcb4;
	text-decoration: none;
}