@charset "UTF-8";
@import url(https: //fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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


#pagetop {
    position: fixed;
    right: 20px;
    bottom: 2%;
    cursor: pointer;
    z-index: 999;
    background: rgba(0,0,0,0.9);
    width: 100px;
    height:100px;
    border-radius: 50%;
    line-height: 100px;
    color: #fff;
    font-size: 90%;
    text-align: center;
}

@media screen and (max-width: 660px) {
#pagetop {
    right: 1%;
    bottom: 1%;
    width: 80px;;
    height:80px;
    border-radius: 50%;
    line-height: 80px;
    color: #fff;
    font-size: 80%;
    text-align: center;
}
}

/* -----------------------------------------
	common 
-----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
img{
  vertical-align: bottom;
  display: block;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a {
  text-decoration: none;
  margin:0;
  padding:0;
}

.clear {
  overflow: hidden;
}

.clear:after {
  clear: both;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: auto;
}

.alignleft {
  float: left;
}

.red {
  color: #d80000;
}

.bold {
  font-weight: bold;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

article{
  max-width: 1000px;
  margin:0 auto;
}

ul{
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.tab{
  padding: 0 20px;
}

@media screen and (max-width: 660px) {
ul{
  max-width: 1000px;
  display: block;
}
ul.tab li{
  margin-top:3%;
}
ul.tab li:first-of-type{
  margin-top:0;
}  
}

/* -----------------------------------------
	content
-----------------------------------------*/
.mv {
  max-width:1200px;
  margin:0 auto;
}
.mv h1{
  text-align: center;
}

.block01,
.block02,
.block03,
.block04{
  max-width: 1200px;
  text-align: center;
  display: inline-block;
  margin:0 auto;
  padding:0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align:middle;
}
footer ul{
  max-width: 1200px;
  margin:0 auto;
  display: flex;
}



/* -----------------------------------------
	middle
-----------------------------------------*/
@media screen and (max-width: 1200px) {
  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }

  .cmn_w {
    margin: 0 auto;
    width: 100%;
  }

}

/* -----------------------------------------
	SP
-----------------------------------------*/
@media screen and (max-width: 660px) {
  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }

  body {
    font-size: 28px;
    font-size: 1.6rem;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }


  .mv .inner {
    width: 90%;
    padding: 0 0 100%;
    position: relative;
  }

  .mv .inner .logo {
    width: 60%;
  }

  .mv .inner .copy {
    position: absolute;
    top: 15%;
    right: 5%;
  }

  .link {
    width: 85%;
    margin: 8% auto;
    padding: 3% 5% 2%;
  }

  #footer {
    padding: 2% 0 1%;
    background: #dcdcdc;
  }

}

/*# sourceMappingURL=style.css.map */
