@charset "euc-jp";

/* Property Reset CSS¡¡¡ÊYUI¡Ë */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
img {
	vertical-align:bottom;
}

/* ---------- Property Reset CSS end ---------- */



html {height:100%;}

body {
  font-family:'¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','¥á¥¤¥ê¥ª',Meiryo,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
  text-align:center;
  min-width:1000px;
  position:relative;
  height:100%;
  background-color:#efd5d5;
  animation: bg-color-animation 12s linear infinite;
  font-size:14px;
  color:#38393C;
}

@keyframes bg-color-animation {
  0%, 100%{
    background-color: #f5e6e6;
  }
  15% {
    background-color: #f4e4d6;
  }
  30% {
    background-color: #f2eed2;
  }
  45% {
    background-color: #e6f0dd;
  }
  60% {
    background-color: #ddf3ed;
  }
  75% {
    background-color: #e1eaf5;
  }
  90% {
    background-color: #e7e1f4;
  }
}

.link_pepapon {
  display:block;
  width:29px;
  top:-116px;
  right:5px;
  position:absolute;
}

.logo_cms_wrap {
  text-align:center;
  padding-top:80px;
}

.err_txt {
  font-size:131%;
  font-weight:800;
  padding-top:30px;
}

.err_txt02_wrap {
  background-color: rgba(255,255,255,0.8);
  padding:20px 0;
  width:800px;
  margin:15px auto 0;
  border-radius:5px;
}

.err_txt02_wrap503 {
  background-color: rgba(255,255,255,0.8);
  padding:20px 0;
  width:800px;
  margin:15px auto 30px;
  border-radius:5px;
}

.err_title02 {
  display: block;
  margin-bottom: 5px;
  font-size: 131%;
  font-weight: 800;
  color: #00a6c1;
}

.err_txt_desc {
  font-size: 116%;
}

.link_err_info {
  font-size: 116%;
}

.link_err_info_500 {
  border-top: #dadada solid 1px;
  margin: 15px 25px 0;
  padding-top: 15px;
}

.link_err_info a {
  font-weight: bold;
  margin: 0 5px;
}

.err_txt02 {
  font-size:131%;
  font-weight:800;
}

.err_txt_wrap {
  font-size:131%;
  font-weight:800;
  padding:30px 0 20px;
}

.err_txt_mail {
  font-size:77%;
  width:600px;
  padding:15px 0;
  margin:15px auto 0;
  background-color:#ffffff;
  border-radius:5px;
}

a {color:#00a4ba;text-decoration:none;}
a:link,a:visited {color:#00a4ba;}
a:hover,a:active {color:#0093a6;}

.err_wrap {
  width:814px;
  margin:0 auto;
  height:350px;
  background-position:50% 100%;
  background-repeat:no-repeat;
  background-color:transparent;
  position:relative;
}

.err_403_wrap {background-image:url(../img/bg_403.png?20181226);}
.err_404_wrap {background-image:url(../img/bg_404.png?20181226);}
.err_500_wrap {background-image:url(../img/bg_500.png);}
.err_503_wrap {background-image:url(../img/bg_503.png);}

.err_wrap .err_element_wrap {
  position: absolute;
}

.err_403_wrap .err_element_wrap {
  left: 344px;
  top: 68px;
  animation: error-403 2.8s linear infinite;
}

@keyframes error-403 {
  0%, 80%, 100% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}

.err_404_wrap .err_element_wrap {
  width: 166px;
  left: 319px;
  bottom: 0;
  opacity: 0.6;
  animation: error-404 1.8s linear infinite;
}

@keyframes error-404 {
  0%, 100% {
    bottom: 0;
    opacity: 0.6;
  }
  50% {
    bottom: 10px;
    opacity: 0.1;
  }
}

.err_500_wrap .err_element_wrap {
  left: 182px;
  top: 47px;
}

.err_element01 {
  left:268px;
  bottom:121px;
  -webkit-animation-name:rotate_elm;
  -moz-animation-name:rotate_elm;
  -o-animation-name:rotate_elm;
  animation-name:rotate_elm;
}

.err_element02 {
  left:271px;
  bottom:90px;
  -webkit-animation-name:rotate_elm_reverse;
  -moz-animation-name:rotate_elm_reverse;
  -o-animation-name:rotate_elm_reverse;
  animation-name:rotate_elm_reverse;
}

.err_element03 {
  left:227px;
  bottom:102px;
  -webkit-animation-name:rotate_elm;
  -moz-animation-name:rotate_elm;
  -o-animation-name:rotate_elm;
  animation-name:rotate_elm;
}

.err_element04 {
  left:198px;
  bottom:100px;
  -webkit-animation-name:rotate_elm_reverse;
  -moz-animation-name:rotate_elm_reverse;
  -o-animation-name:rotate_elm_reverse;
  animation-name:rotate_elm_reverse;
}

.err_503_wrap .err_element {
  display:block;
  position:absolute;
  -webkit-animation-duration:1.5s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:linear;
  -moz-animation-duration:1.5s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:linear;
  -o-animation-duration:1.5s;
  -o-animation-iteration-count:infinite;
  -o-animation-timing-function:linear;
  animation-duration:1.5s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
}

.err_503_wrap .err_element_wrap {
  left: 0;
  bottom: 0;
}

@-webkit-keyframes rotate_elm {
  0%   {-webkit-transform: rotate(0deg);}
  100%  {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate_elm {
  0%   {-moz-transform: rotate(0deg);}
  100%  {-moz-transform: rotate(360deg);}
}

@-o-keyframes rotate_elm {
  0%   {-o-transform: rotate(0deg);}
  100%  {-o-transform: rotate(360deg);}
}

@keyframes rotate_elm {
  0%   {transform: rotate(0deg);}
  100%  {transform: rotate(360deg);}
}

@-webkit-keyframes rotate_elm_reverse {
  0%   {-webkit-transform: rotate(360deg);}
  100%  {-webkit-transform: rotate(0deg);}
}

@-moz-keyframes rotate_elm_reverse  {
  0%   {-moz-transform: rotate(360deg);}
  100%  {-moz-transform: rotate(0deg);}
}

@-o-keyframes rotate_elm_reverse  {
  0%   {-o-transform: rotate(360deg);}
  100%  {-o-transform: rotate(0deg);}
}

@keyframes rotate_elm_reverse  {
  0%   {transform: rotate(360deg);}
  100%  {transform: rotate(0deg);}
}

.err_banner {
  position:absolute;
  right:156px;
  bottom:1px;
  border:4px solid #38393C;
}

.m_info_list_wrap {
  position:relative;
  width:710px;
  margin:30px auto 0;
}

.m_info_tit {
  color:#00a6c1;
  font-weight:bold;
  padding:6px 100px 0 0;
}

.m_t {
  position:absolute;
  right:184px;
  top:0;
}

.m_fb {
  position:absolute;
  right:140px;
  top:1px;
}

.err_footer {
  padding:15px 0;
  text-align:center;
  width:100%;
}

.err_footer_ex {
  margin-top:50px;
  padding:15px 0;
  text-align:center;
  width:100%;
}