@charset "utf-8";
/* --- color ------------------------------- */
/* --- base color ------------------------------- */
/* --- btn color ------------------------------- */
/* --- font-weight -------------------------------  */
/* --- base ------------------------------- */
html {
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  font-weight: 400;
  font-size: 100%;
  color: #232222;
}
html body {
  font-size: 16px;
}

a {
  color: #52a4de;
  text-decoration: none;
}

/* --- btn -------------------------------  */
.main__color--btn {
  background: #616161;
  color: #ffffff;
  font-weight: 600;
  display: block;
  border-radius: 26px;
  font-size: 17px;
  padding: 15px;
  line-height: 1.3;
  opacity: .9;
  -webkit-tap-highlight-color: #999999;
}
.main__color--btn:hover {
  background: #999999;
}

/* --- header ------------------------------- */
header {
  padding: 24px 22px 30px;
}
header .back--btn a img {
  width: 7px;
  height: auto;
}

/* ------ ここから ----------------------------- */

@media screen and (min-width: 769px) {
.pc-none {
	display: none !important;
}
}
@media screen and (max-width: 768px) {
.sp-none {
	display: none !important;
}
}

a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

/* alignment {{{ */

.txt-left { text-align: left !important; }
.txt-center { text-align: center !important; }
.txt-right { text-align: right !important; }

/* }}} */

/* font {{{ */

.txt-bold { font-weight: bold !important; }

/* }}} */
/* IME {{{ */

.imeoff { ime-mode: disabled; }
.imeon { ime-mode: active; }

/* }}} */
/* clearfix {{{ */

.clearfix:after {
    content: ".";
    display:  block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* }}} clearfix */

/* margin padding {{{ */
.mtop05em { margin-top: 0.5em !important; }
.mtop1em { margin-top: 1em !important; }
.mtop2em { margin-top: 2em !important; }
.mtop3em { margin-top: 3em !important; }
.mtop-1p { margin-top: -1%; }
.mtop00 { margin-top: 0 !important; }
.mtop1p { margin-top: 1%; }
.mtop2p { margin-top: 2%; }
.mtop3p { margin-top: 3%; }
.mtop4p { margin-top: 4%; }
.mtop5p { margin-top: 5%; }
.mtop8p { margin-top: 8%; }
.mtop10p { margin-top: 10%; }
.mtop11p { margin-top: 11%; }
.mtop12p { margin-top: 12%; }
.mtop13p { margin-top: 13%; }
.mleft1p { margin-left: 1%; }
.mleft2p { margin-left: 2%; }
.mleft3p { margin-left: 3%; }
.mleft4p { margin-left: 4%; }
.mleft5p { margin-left: 5%; }
.mleft8p { margin-left: 8%; }
.mleft10p { margin-left: 10%; }
.mbtm00 { margin-bottom: 0 !important; }
.mbtm1p { margin-bottom: 1%; }
.mbtm2p { margin-bottom: 2%; }
.mbtm3p { margin-bottom: 3%; }
.mbtm4p { margin-bottom: 4%; }
.mbtm5p { margin-bottom: 5%; }

.ml0 { margin-left: 0 !important; }
.mr0 { margin-right: 0 !important; }
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

.ml05em {margin-left: 0.5em;}
.ml1em {margin-left: 1em;}
.ml2em {margin-left: 2em;}
.ml3em {margin-left: 3em;}
.ml4em {margin-left: 4em;}
.ml5em {margin-left: 5em;}
.ml5em {margin-left: 1em;}
.mr05em {margin-right: 0.5em;}
.mr1em {margin-right: 1em;}
.mr2em {margin-right: 2em;}
.mr3em {margin-right: 3em;}
.mr4em {margin-right: 4em;}
.mr5em {margin-right: 5em;}
.mr5em {margin-right: 1em;}


.mt1em {margin-top: 1em;}
.mt2em {margin-top: 2em;}
.mt3em {margin-top: 3em;}
.mt5em {margin-top: 5em;}
.mt8em {margin-top: 8em;}
.mt10em {margin-top: 10em;}

.mb05em {margin-bottom: 0.5em;}
.mb1em {margin-bottom: 1em;}
.mb2em {margin-bottom: 2em;}
.mb3em {margin-bottom: 3em;}
.mb5em {margin-bottom: 5em;}
.mb8em {margin-bottom: 8em;}
.mb10em {margin-bottom: 10em;}

.ptop1em { padding-top: 1em; }
.pleft05em { padding-left: 0.5em; }
.pleft1em { padding-left: 1em; }
.pleft2em { padding-left: 2em; }
.pleft3em { padding-left: 3em; }
.pleft4em { padding-left: 4em; }

.pright05em { padding-right: 0.5em; }
.pright1em { padding-right: 1em !important; }
.pright2em { padding-right: 2em; }
.pright3em { padding-right: 3em; }
.pright4em { padding-right: 4em; }
.pright15em { padding-right: 1.5em !important; }

/* }}} */
/* width {{{ */

.w10 { width: 10px; }
.w20 { width: 20px; }
.w40 { width: 40px; }
.w60 { width: 60px; }
.w80 { width: 80px; }
.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }

.w10p { width: 10% !important; }
.w30p { width: 30% !important; }
.w40p { width: 40% !important; }
.w50p { width: 50% !important; }
.w60p { width: 60% !important; }
.w70p { width: 70% !important; }
.w100p { width: 100% !important; }

.w2em { width: 2em !important }
.w3em { width: 3em !important }
.w4em { width: 4em !important }
.w5em { width: 5em !important }
.w6em { width: 5em !important }
.w8em { width: 8em !important }
.w10em { width: 10em !important }
.w12em { width: 12em !important }
.w15em { width: 15em !important }
.w20em { width: 20em !important }
.w25em { width: 25em !important }
.w30em { width: 30em !important }
.w40em { width: 40em !important }

/* }}} */

/* flexbox {{{ */

.flexbox {
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flexbox.vtop {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.flexbox.vcenter {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flexbox.vbottom {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
}
.flexbox.jstart {
    -ms-flex-pack:flex-start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
}
.flexbox.jcenter {
    -ms-flex-pack:center;
    -webkit-justify-content: center;
    justify-content:center;
}
.flexbox.jaround {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flexbox.jend {
    -ms-flex-pack:flex-end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
}
.flexbox.start {
    -ms-flex-pack:flex-start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
}
.flexbox.stretch {
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
}

/* }}} */

/* vim: set ts=4 sw=4 sts=0 foldmethod=marker : */
