@charset "UTF-8";

/*--------------------------------------------------
  reset
--------------------------------------------------*/

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-weight:normal;/* Yutaka added */
  vertical-align: baseline;
}
/* 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;
}
/* Nob added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size:0;
  line-height: 0;
}
a, button, input, label > div{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

/*--------------------------------------------------
  body
--------------------------------------------------*/
* {
box-sizing: border-box;
}

body {
  font-family:'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  margin: 0 auto;
  padding: 0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
body a {
  text-decoration:none;
  color:#222222;
}
body li {
  list-style:none;
}
#wrap {
  width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
  background-color:#ffffff;
}




/*--------------------------------------------------
  org
--------------------------------------------------*/
.com-nmb{
  margin-bottom: 0 !important;
}
.com-wrap{
  width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
  background-color:#ffffff;
  box-shadow: 0 4px 6px rgba(14, 30, 57, 0.12);
}

.com-PosW01, .com-PosW02, .com-PosW03{
  display: block;
}

/*横幅ポジション*/
.com-PosW01{
  width:  calc( 560 / 640 * 100%);
  margin-left: calc( 40 / 640 * 100%);
  margin-right: calc( 40 / 640 * 100%);
  box-sizing: border-box;
}

.com-PosW02{
  width:  calc( 540 / 640 * 100%);
  margin-left: calc( 50 / 640 * 100%);
  margin-right: calc( 50 / 640 * 100%);
}
.com-PosW03{
  width:  calc( 500 / 640 * 100%);
  margin-left: calc( 70 / 640 * 100%);
  margin-right: calc( 70 / 640 * 100%);
}


/*文字*/
.com-txtBig{
  font-size: 24px;
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .com-txtAtt{
    font-size: calc(0.3125*24vw/2);
  }
}

.com-txtAtt{
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .com-txtAtt{
    font-size: calc(0.3125*16vw/2);
  }
}




