

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure,
hgroup, menu, nav, section,
time, mark, audio, video, figure {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
    vertical-align: bottom;
    display: block;
}

nav ul { 
  list-style:none;
}
ul li { 
  list-style: none;
}
main,section{
  display: block;
}

a{
  outline: none;
}


  /*!* ---------------------------------------------------------------------------------------------
    contents width
--------------------------------------------------------------------------------------------- *!*/

.section__1{
    max-width: 1080px;
  }
.section__2{
    max-width: 1270px;
  }

  /*!* ---------------------------------------------------------------------------------------------
    pc sp表示分け
--------------------------------------------------------------------------------------------- *!*/

@media all and (min-width:751px) {

    .pc_only {
      display: block;
    }
    .sp_only {
      display: none !important;
    }
  }
  
  @media all and (max-width:750px) {

    .pc_only {
      display: none !important;
    }
    .sp_only {
      display: block;
    }
  }

  @media all and (min-width:768px) {
    .gfooter__inner {
      margin-top: 0;
    }
  }
  @media all and (max-width:767px) {
    .mc-breadcrumb {
      margin-top: -50px;
    }
  }