@charset "UTF-8";
/*=================================================================*/
/* 全デバイス共通                                                                                           */
/*=================================================================*/
/*	reset
---------------------------------------------------------------*/
* {
  padding: 0px;
  margin: 0px;
}

/*	img
---------------------------------------------------------------*/
img {
  border: none;
  vertical-align: middle;
}

/*	table
----------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

/*	clearfix
---------------------------------------------------------------*/
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End hide from IE-mac */
/*	link
---------------------------------------------------------------*/
a,
a:visited,
a:active {
  color: #000000;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

/*	color
---------------------------------------------------------------*/
#wrap .red {
  color: #E80B74;
}

/*	font size
---------------------------------------------------------------*/
.xsmall {
  font-size: 75%;
}

.small {
  font-size: 90%;
}

.large {
  font-size: 125%;
}

/*	align
---------------------------------------------------------------*/
#wrap .center {
  text-align: center;
}

#wrap .left {
  text-align: left;
}

#wrap .right {
  text-align: right;
}

/*	float
---------------------------------------------------------------*/
#wrap .fleft {
  float: left;
}

#wrap .fright {
  float: right;
}

/*	space
---------------------------------------------------------------*/
#wrap .mb0 {
  margin-bottom: 0 !important;
}

#wrap .mb10 {
  margin-bottom: 10px;
}

#wrap .mb15 {
  margin-bottom: 15px;
}

#wrap .mb30 {
  margin-bottom: 30px;
}

#wrap .mb50 {
  margin-bottom: 50px;
}

/*	ul
---------------------------------------------------------------*/
li {
  list-style-type: none;
}

/*	p
---------------------------------------------------------------*/
p {
  color: #333333;
}

/*=================================================================*/
body {
  line-height: 160%;
  margin: 0 auto;
  text-align: left;
  word-break: break-all;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background: #fff;
}

/*******************************************************************/
/* PC */
/*******************************************************************/
/*<start>==========================================================*/
html {
  height: 100%;
  font-size: 62.5%;
}

/*10px相当にreset*/
body {
  height: 100%;
  margin: 0;
  font-size: 16px;
  /*css3の効かないブラウザ用*/
  font-size: 1.6rem;
  /*bodyのベースサイズをセット（ここでは16px）以下各要素は10pxを基準にサイズ指定1.2rem（12px）1.4rem（14px）など）*/
  font-weight: 500;
}

#wrap {
  position: relative;
}

.sp {
  display: none !important;
}

.content_h {
  width: 100%;
  margin: 0 auto;
}

.content {
  max-width: 1280px;
  min-width: 1000px;
  margin: 0 auto;
}

.content_s {
  max-width: 1110px;
  min-width: 1000px;
  margin: 0 auto;
}

.hamburger {
  display: none !important;
}

/*フェードインアニメーション*/
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.0s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*フェードインアニメーション 印刷時 */
@media print {
  .fadein {
    opacity: 1;
    transform: translate(0, 0);
  }
  .delay-show div {
    opacity: 1 !important;
  }
  ul.delay-show2 li {
    opacity: 1 !important;
  }
}

/*=================================================================*/
/*	header */
/*=================================================================*/
h1.logo_box {
  width: 402px;
  height: 90px;
  display: flex;
  align-items: center;
  padding: 0 0 0 16px;
  box-sizing: border-box;
  background: url(../images/union/bg_header.png) no-repeat center;
}

h1.logo_box img{
  border: solid 1px #fff;
}

h1.logo_box .ttl_logo {
  font-size: 1.4rem;
  color: #fff;
  margin: 0 0 0 16px;
  line-height: 140%;
}

/*=================================================================*/
/*	pagetop */
/*=================================================================*/
.pagetop {
  display: block !important;
  width: 56px;
  height: 56px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 56px;
  height: 56px;
  background: url(../images/union/footer_ic001.png) no-repeat 0 0;
  text-indent: -9999px;
}

/*=================================================================*/
/*	footer */
/*=================================================================*/
footer .f_box {
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
}

footer .f_box .f_logo{
  font-size: 1.4rem;
  color: #1b1426;
  margin-left: 16px;
}

footer .f_box .f_logo a {
  font-size: 1.4rem;
  color: #157f8c;
}

footer .f_box ul {
  display: flex;
  justify-content: flex-end;
  margin-right: 16px;
}

footer .f_box ul li {
  font-size: 1.4rem;
  margin-left: 30px;
}

footer p.copy {
  width: 100%;
  height: 20px;
  background: #000;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  line-height: 20px;
}

/*<end>============================================================*/
/*<end>============================================================*/
