/*--default style--*/
* {font-style:normal ; font-weight: normal ; margin:0 ; padding:0;}
table {border-collapse:collapse ; border-spacing:0;}
img {border:0 ; vertical-align : middle;}
ul,ol,li { list-style:none;}

body,h1,h2,h3,h4,h5,h6{
font-size: 16px; line-height: 1.6;
font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
/*HTML5_block*/
header, section, footer, aside, nav, article, figure, hgroup {
margin:0 ; padding:0 ; display: block;
}

a{text-decoration: none; color: #000;}

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select,
a:hover,
a:active,
a:focus{
  outline: 0;
}
/*firefox*/
html {overflow-y:scroll;}

.fl{float: left;}
.fr{float: right;}
.clfix:after {
  height: 0; visibility: hidden; content: ".";
  display: block; clear: both;
}
.img100{width: 100% ;}
.img100b{width: 100% ; display: block;}

.goshi {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

.mincho {
  font-family: YuMincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*-------------------------------------------
  base
--------------------------------------------*/

/*マウスオーバーでアニメ不透明*/
.hv_a{
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.hv_a:hover{
  filter: alpha(opacity=90);
  opacity: .9;
}
.hv_a img{
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.hv_a:hover img{
  filter: alpha(opacity=90);
  opacity: .9;
}

.nolink{
  pointer-events:none;
  display: block;
}
.nolink2{
  pointer-events:none;
}

.brnon{
    display: none;
}
.brsp{
    display: block;
}

.pc{
  display: block;
}
.sp{
  display: none;
}

/*---margin---*/
.mt10{
  margin-top: 10px;
}
.mt15{
  margin-top: 15px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}
.mt40{
  margin-top: 40px;
}
.mt50{
  margin-top: 50px;
}
.mt60{
  margin-top: 60px;
}
.mt70{
  margin-top: 70px;
}

.mb10{
  margin-bottom: 10px;
}
.mb15{
  margin-bottom: 15px;
}
.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 30px;
}
.mb40{
  margin-bottom: 40px;
}
.mb50{
  margin-bottom: 50px;
}
.mb60{
  margin-bottom: 60px;
}
.mb70{
  margin-bottom: 70px;
}

.pt10{
  padding-top: 10px;
}
.pt20{
  padding-top: 20px;
}
.pt30{
  padding-top: 30px;
}
.pt40{
  padding-top: 40px;
}
.pt50{
  padding-top: 50px;
}
.pt60{
  padding-top: 60px;
}

.pb10{
  padding-bottom: 10px;
}
.pb20{
  padding-bottom: 20px;
}
.pb30{
  padding-bottom: 30px;
}
.pb40{
  padding-bottom:40px;
}
.pb50{
  padding-bottom: 50px;
}
.pb60{
  padding-bottom: 60px;
}

.updn5{
  margin-top: 5px;
  margin-bottom: 5px;
}
.updn10{
  margin-top: 10px;
  margin-bottom: 10px;
}
.updn15{
  margin-top: 15px;
  margin-bottom: 15px;
}
.updn20{
  margin-top: 20px;
  margin-bottom: 20px;
}
.updn30{
  margin-top: 30px;
  margin-bottom: 30px;
}
.updn40{
  margin-top: 40px;
  margin-bottom: 40px;
}
.updn50{
  margin-top: 50px;
  margin-bottom: 50px;
}
.updn60{
  margin-top: 60px;
  margin-bottom: 60px;
}

.flow_box30{
  width: 1px;
  height: 30px;
}
.flow_box40{
  width: 1px;
  height: 40px;
}
.flow_box50{
  width: 1px;
  height: 50px;
}
.flow_box60{
  width: 1px;
  height: 60px;
}
.flow_box70{
  width: 1px;
  height: 70px;
}
.flow_box80{
  width: 1px;
  height: 80px;
}
.flow_box100{
  width: 1px;
  height: 100px;
}
.flow_box150{
  width: 1px;
  height: 150px;
}

.tacw{
  text-align: center;
}
.tacw2{
  text-align: center;
}
.tacw2 img{
  max-width: 100%;
}

/*-------------------------------------------
  mq
--------------------------------------------*/
@media (max-width: 640px){
  .pdd10{
    padding-left: 10px;
    padding-right: 10px;
  }
  .mdd10{
    margin-left: 10px;
    margin-right: 10px;
  }
  .nolink , .nolink2{
    pointer-events:auto;
  }
  .brnon{
      display: block;
  }
  .brsp{
    display: none;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .spimg{
    display: block;
    width: 100%;
  }

  .mt10{
    margin-top: 5px;
  }
  .mt15{
    margin-top: 7.5px;
  }
  .mt20{
    margin-top: 10px;
  }
  .mt30{
    margin-top: 15px;
  }
  .mt40{
    margin-top: 20px;
  }
  .mt50{
    margin-top: 25px;
  }
  .mt60{
    margin-top: 30px;
  }
  .mt70{
    margin-top: 35px;
  }

  .mb10{
    margin-bottom: 5px;
  }
  .mb15{
    margin-bottom: 7.5px;
  }
  .mb20{
    margin-bottom: 10px;
  }
  .mb30{
    margin-bottom: 15px;
  }
  .mb40{
    margin-bottom: 20px;
  }
  .mb50{
    margin-bottom: 25px;
  }
  .mb60{
    margin-bottom: 30px;
  }
  .mb70{
    margin-bottom: 35px;
  }

  .pt10{
    padding-top: 5px;
  }
  .pt20{
    padding-top: 10px;
  }
  .pt30{
    padding-top: 15px;
  }
  .pt40{
    padding-top: 20px;
  }
  .pt50{
    padding-top: 25px;
  }
  .pt60{
    padding-top: 30px;
  }

  .pb10{
    padding-bottom: 5px;
  }
  .pb20{
    padding-bottom: 10px;
  }
  .pb30{
    padding-bottom: 15px;
  }
  .pb40{
    padding-bottom: 20px;
  }
  .pb50{
    padding-bottom: 25px;
  }
  .pb60{
    padding-bottom: 30px;
  }

  .updn5{
    margin-top: 2.5px;
    margin-bottom: 2.5px;
  }
  .updn10{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .updn15{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .updn20{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .updn30{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .updn40{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .updn50{
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .updn60{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .flow_box30{
    height: 15px;
  }
  .flow_box40{
    height: 20px;
  }
  .flow_box50{
    height: 25px;
  }
  .flow_box60{
    height: 30px;
  }
  .flow_box70{
    height: 35px;
  }
  .flow_box80{
    height: 40px;
  }
  .flow_box100{
    height: 50px;
  }
  .flow_box150{
    height: 75px;
  }
}





