@charset "UTF-8";
/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-size: 80%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: sans-serif;
  margin: 0;
}

span.error_sub {
    font-size: 30px;
		line-height: 1em;
}

p.error {
    font-size: 46px;
		line-height: 1.2em;
    /*width: 960px;*/
    margin: auto;
		font-weight:bold;
}
.error_sub_copy {
   /* width: 960px;*/
    margin: 0 auto;
}
.error_sub_copy p {
   font-size:1em;
   margin-top:12px;
}
.error_sub_copy p a {
   text-decoration: underline;
}
.error_sub_copy p a:hover {
   color:#d00;
   text-decoration: none;
}
.error_sub_copy p a strong {
   font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

th, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p, blockquote, dl, dd, figure {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}


strong, b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  letter-spacing: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

body {

}

* html body {
  font-size: 92%;
  line-height: 1.6em;
  color: #333333;
}

main {
  display: block;
}

ol, ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

ul {
  list-style-type: none;
}

img {
  border: none;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

/* ==========================================================================
   parts
   ========================================================================== */
/* p-btn
   ========================================================================== */


/* ==========================================================================
   modules
   ========================================================================== */
/* m-breadcrumb
   ========================================================================== */
main.content {
    margin: 60px 5%;
}

.m-breadcrumb {
  position: relative;
  width: 100%;
  padding-top: 145px;
  padding-bottom: 10px;
  /*min-width: 960px;*/
  background-color: #333;
}

.m-breadcrumb::after {
  z-index: 0;
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background-image: linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%);
}

.m-breadcrumb-list {
  /*width: 960px;*/
  margin: 0 auto;
}

.m-breadcrumb-item {
  position: relative;
  display: inline-block;
  margin-right: 13px;
  color: #fff;
  font-size: 11px;
}

.m-breadcrumb-item::after {
  position: absolute;
  top: -2px;
  right: -12px;
  color: #fff;
  content: ">";
  display: block;
}

.m-breadcrumb-item:last-of-type::after {
  content: "";
  display: none;
}

.m-breadcrumb-item a {
  position: relative;
  color: #fff;
  font-size: 11px;
}

.m-breadcrumb-item a:hover {
  text-decoration: none;
  color: #d00;
}

/* m-commonTable
   ========================================================================== */




@media screen and (min-width:480px){
.sp{
	display: none;
}

.pc{
	display:block;
}
	
	
header ul li {
   
    border-left: none!important;
}	
	
	
}


