@charset "utf-8";

/* Document */

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

body {
    font-family: "Helvetica Neue", Helvetica, "Open Sans", "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.7;
    color: #333333;
}

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, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
   font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    letter-spacing: 0.05em;
    font-weight: normal;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
li {
    list-style: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
}
th, td {
    text-align: left;
    vertical-align: top;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
p {
    margin: 0.5em 0;
    line-height: 1.7;
}

/* 画像の隙間 */
img {
    vertical-align: top;
}

/* clearfix
   ================================================== */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom: 1;
}


/* clear
   ================================================== */
.clear-both {
    clear:both;
}


/* リンク画像装飾[**********************/
a img, a:link img, a:visited img, a:hover img, a:active img {
  text-decoration: none;
  border-bottom: none;
}
a:hover {
    opacity:0.8;
    color:#333;
}
a:hover img {
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.70;
}


/* =======================================
調整用
========================================== */

/* フォントサイズ 1em 14px*/
.fs10 {
    font-size: 0.7142em;
    font-size: 10px;
}
.fs11 {
    font-size: 0.7857em;
    font-size: 11px;
}
.fs12 {
    font-size: 0.8em;
    font-size: 12px;
}
.fs13 {
    font-size: 0.9285em;
    font-size: 13px;
}
.fs14 {
    font-size: 1em;
}
.fs15 {
    font-size: 1.0714em;
}
.fs16 {
    font-size: 1.1428em;
}
.fs17 {
    font-size: 1.2142em;
}
.fs18 {
    font-size: 1.2857em;
}
.fs19 {
    font-size: 1.3571em;
}
.fs20 {
    font-size: 1.4285em;
}
.fs21 {
    font-size: 1.5em;
}
.fs23 {
    font-size: 1.6428em;
}
.fs24 {
    font-size: 1.7142em;
}
.fs25 {
    font-size: 1.7857em;
}
.fs26 {
    font-size: 1.8571em;
}
.fs27 {
    font-size: 1.9285em;
}
.fs28 {
    font-size: 2em;
}
.fs29 {
    font-size: 2.0714em;
}
.fs30 {
    font-size: 2.1428em;
}
.fs31 {
    font-size: 2.0666em;
}
.fs32 {
    font-size: 2.2857em;
}

/* マージン */
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}

/* パディング */
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb50 {
    padding-bottom: 50px;
}
.pr10 {
    padding-right: 10px;
}
.pr20 {
    padding-right: 20px;
}
.pl10 {
    padding-left: 10px;
}
.pl20 {
    padding-left: 20px;
}

.bold {
    font-weight: bold;
}

/* インデント */
.liIndent01 {
    padding-left: 1em;
    text-indent: -1em;
}
.liIndent02 {
    padding-left: 2em;
    text-indent: -2em;
}

/* フロート */
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

/* カラー */
.noColor {
    background-color: transparent;
}

/*  テーブル*/
.noRBorder {
    border-right: none;
}

/* リスト */
.ulAfter {
    display: block;
    clear: both;
    content: "";
}

/* センターあわせ */
.cneter {
    text-align: center;
}
.tright {
    display: block;
    text-align: right;
}
.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* インデント */
.indent01 li{
    padding-left: 1em;
    text-indent: -1em;
}
.indent02 li{
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.indent03 li{
    padding-left: 2em;
    text-indent: -2em;
}


/* mg pd クリア */
#content .clrear {
    margin: 0;
    padding: 0;
    line-height: 0;
}
i {
    font-family: FontAwesome;
    font-style: normal;
}



/*　高さをそろえる  */
.row--v-middle {
  font-size: 0;
}
 
.row--v-middle > [class*="col-"] {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}


/* フォーム変換の文字色対応 */
/*
::selection {
  color: #333;
}
::-moz-selection {
  color: #333;
}
*/