@charset "UTF-8";

html {
  /*font-family: sans-serif;*/

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

:root {
	--font-family: 游ゴシック Medium, 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* HTML5 display definitions
   ========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

@media screen and (min-width: 900px) {
  h1 {
    font-size: 200%;
    text-align:center;
  }
}
@media screen and (max-width: 899px) {
  h1 {
    font-size:160%;
    text-align:center;
  }
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,input,optgroup,select,textarea {
  font: inherit;
  margin: 0;
  color: inherit;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  cursor: pointer;

  -webkit-appearance: button;
}

button[disabled],html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,th {
  padding: 0;
}

@font-face {
  /*font-family: "MyYuGothicM";
  font-weight: normal;*/
  font-family: var(--font-family) !important;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  /*font-family: "MyYuGothicM";
  font-weight: bold;*/
  font-family: var(--font-family) !important;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

@media screen and (max-width: 374px) {
  .sps-none {
    display: none !important;
  }
}

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

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

/* ===================================================
   default
==================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 900px) {
  html {
    overflow: auto;
  }
  body {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  html,body {
    min-width: 1220px;
  }
}

html {
  font-size: 62.5%;
}

body {
  /*font-family: MyYuGothicM, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Noto Sans Japanese", "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, sans-serif;*/
  font-family: var(--font-family) !important;
  /*font-size: 14px;
  font-size: 1.4rem;*/
  font-size:140%;
  line-height: 1.6em;
  position: relative;
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;

  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 899px) {
  body {
    font-size: 14px;
    /*font-size: 1.4rem;*/
  }
  input {
    font-size:16px;
  }
}

h1,h2,h3,h4 {
  line-height: 1;
  margin: 0;
}

ul,ol,dd,figure {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;
}

p,section {
  margin: 0;
  padding: 0;
}

em,address {
  font-style: normal;
}

img {
  border: none;
}

s {
  text-decoration: line-through;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #1badcf;
  /*color:#0088FF;*/
}
a:hover {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  text-decoration: underline;
}
a:hover img {
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  opacity: .8;
}
@media screen and (min-width: 900px) {
  a.anchor{
    /*ページ内リンク用*/
    display: block;
    padding-top: 173px;
    margin-top: -173px;
    cursor: default;
  }
}

strong { font-weight:bold; }

.clearfix{clear:both;}


/* ===========================================
  flex
=========================================== */
@media screen and (max-width: 899px) {
  .fleximg {
    zoom: 1;
    width: 100%;
    height: auto;
  }
  .fleximgH {
    zoom: 1;
    width: auto;
    height: 100%;
  }
  .imghalf {
    zoom: .5;
    -moz-transform: scale(.5, .5);
    -moz-transform-origin: left top;
  }
}

@media screen and (max-width: 899px) {
  .fleximg_s {
    zoom: 1;
    width: 100%;
    height: auto;
  }
}

/* ===========================================
  layout
=========================================== */
html,body {
  width: 100%;
  /*height: 100%;*/
}
@media screen and (max-width: 899px) {
  article {
    padding:0 10px 0 10px;
  }
}
/* ===========================================
  contents
=========================================== */
@media screen and (min-width: 900px) {
  /*.contents {*/
  main.contents {
    width: 1200px;
    min-width: 1200px;
    margin: 10px auto 50px auto;
    /*padding-bottom: 50px;*/
    padding-top:173px;/*ヘッダスクロール用*/
  }
}

@media screen and (max-width: 899px) {
  /*.contents {*/
  main.contents {
    width: 100%;
    margin:0 0 20px 0;
  }
}

/* ===========================================
  breadcrumb
=========================================== */
@media screen and (min-width: 900px) {
  .breadcrumb {
    /*font-size: 12px;
    font-size: 1.2rem;*/
    font-size:90%;
    margin: 20px 0 0 0;
  }
  .breadcrumb > li {
    display: inline-block;
    color: #333;
  }
  .breadcrumb > li > a {
    padding: 0 0 2px;
    text-decoration: none;
    color: #1badcf;
  }
  .breadcrumb > li > a:hover {
    text-decoration: underline;
  }
  .breadcrumb > li::after {
    margin: 0 0 0 5px;
    padding: 0 3px 0 0;
    content: "＞";
    color: #333;
  }
  .breadcrumb > li:last-child::after {
    content: "";
  }
}

@media screen and (max-width: 899px) {
  .breadcrumb {
    display: none;
  }
}

/* ===========================================
  leaad text
=========================================== */
div#pageLead {
  margin:0 0 50px 0;
  padding:0 0 0 0;
  text-align:center;
}
@media screen and (max-width: 899px) {
  div#pageLead {
    padding:0 10px 0 10px;
    margin:0 0 30px 0;
    text-align:left;
  }
}

div#pageLead {
  font-size:120%;
}

div#pageLead p{
  margin:0 0 0 0;
  padding:0 0 10px 0;
  line-height:1.8em;
}
@media screen and (max-width: 899px) {
div#pageLead {
  font-size:100%;
}
  div#pageLead p{
    margin:0 0 0 0;
    padding:0 0 10px 0;
    line-height:1.8em;
  }
}

/* ===========================================
  gradation border
=========================================== */
.graBorder {
    position: relative;
    width: 100%;
    margin: 50px 0;
    padding: 20px 0;
    color: #333;
    font-size: 18px;
    text-align: center;
}
.graBorder::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #000 25%, #000 75%, transparent);
    background-image: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}


/* ===========================================
  icon
=========================================== */
.icon_outerlink {
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .icon_outerlink {
    width: 15px;
    margin: 0 0 2px 10px;
  }
}

@media screen and (max-width: 899px) {
  .icon_outerlink {
    width: 12px;
    margin: 0 0 2px 10px;
    zoom: 1 !important;
  }
}

/* ===========================================
  header
=========================================== */
header {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

@media screen and (min-width: 900px) {
  header {
    min-width: 1200px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f1f1f1;
    /*以下4行ヘッダスクロール用*/
    position: fixed;
    top:0;
    left:0;
    z-index:100;
    background-color: rgba(255,255,255,0.95);
  }
}

@media screen and (max-width: 899px) {
  header {
    /*position: relative;*/
    background-color: rgba(255,255,255,0.95);
  }
  .header_logo img {
    /*width: 146px;*/
    width:200px;
  }
}

/* header info
========================================== */
.headerInfo {
  background: #333;
}

.headerInfo_infoTxt {
  color: #fff;
}
@media screen and (min-width: 900px) {
  .headerInfo_infoTxt {
    width:90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
  .headerInfo_infoTxt a {
  color: #fff;
}
.headerInfo_infoTxt span{
  padding-left: 1.0em;
  font-size: 80%;
}
@media screen and (min-width: 900px) {
  .headerInfo_inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    min-height: 40px;
    margin: 0 auto;
    padding: 2px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .headerInfo_infoBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 5px auto;
    /*text-align: center;*/
    color: #fff;
    -webkit-box-align: center;
    /*-webkit-align-items: center;*/
    -ms-flex-align: center;
    /*align-items: center;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  _:-ms-input-placeholder,:root .headerInfo_infoBox {
    margin: 10px auto 0;
  }
  .headerInfo_telBox {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  _:-ms-input-placeholder,:root .headerInfo_telBox {
    top: 50%;
    margin-top: -.9em;
  }
  .headerInfo_telNum {
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 10px;
    letter-spacing: .01em;
  }
  .headerInfo_telNum img {
    margin-right: 5px;
  }
  .headerInfo_telTime {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .headerInfo_telTime span {
    margin-left: 1px;
  }
  _:-ms-input-placeholder,:root .headerInfo_telTime {
    margin-top: -5px;
  }
  .headerInfo_sns {
  }
  .headerInfo_sns img{
    margin:2px 0 0 5px;
  }
}

@media screen and (max-width: 899px) {
  .headerInfo {
    padding: 10px;
  }
  .headerInfo_infoBox {
    /*font-size: 10px;
    font-size: 1rem;*/
    font-size:80%;
    text-align: center;
    color: #fff;
  }

  .headerInfo_infoBox a {
    color: #fff;
  }
  .headerInfo_telBox {
    display: none;
  }
}

/* header main
========================================== */
@media screen and (min-width: 900px) {
  .headerMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 899px) {
  .headerMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 10px 20px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* search area
=========================================== */
@media screen and (min-width: 900px) {
  .searchArea {
    width: 100%;
    margin: 0 22px 0 30px;
  }
  .searchArea_box {
    position: relative;
    height: 40px;
    /*border: 4px solid #fff;
    background: #f1f1f1;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);*/
    border: 1px solid #e9e9e9;
    padding:3px;
    background: #fff;
  }
  .searchArea_input {
    position: absolute;
    width: calc(100% - 50px);
    padding: 4px;
    border: none;
    outline:0;
    background: none;
  }
  :placeholder-shown { color: #ccc; }
  ::-webkit-input-placeholder { color: #ccc }
  :-moz-placeholder { color: #ccc; opacity: 1; }
  ::-moz-placeholder { color: #ccc; opacity: 1; }
  :-ms-input-placeholder { color: #ccc; }

  .searchArea_btn {
    position: absolute;
    top: 6px;
    right: 0;
    border: none;
    background: none;
  }
}

@media screen and (max-width: 899px) {
  .searchArea {
    width: 100%;
    padding: 0 10px 20px 10px;
  }
  .searchArea_box {
    position: relative;
    height: 45px;
    /*border: 5px solid #fff;
    background: #f1f1f1;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);*/
    border: 1px solid #e9e9e9;
    padding:5px;
    background: #fff;
  }
  .searchArea_input {
    position: absolute;
    width: calc(100% - 50px);
    padding: 4px;
    border: none;
    background: none;
    outline:0;
  }
  :placeholder-shown { color: #ccc; }
  ::-webkit-input-placeholder { color: #ccc }
  :-moz-placeholder { color: #ccc; opacity: 1; }
  ::-moz-placeholder { color: #ccc; opacity: 1; }
  :-ms-input-placeholder { color: #ccc; }

  .searchArea_btn {
    position: absolute;
    top: 11px;
    right: 3px;
    border: none;
    background: none;
  }
}

/* header link
=========================================== */
@media screen and (min-width: 900px) {
  .headerLink_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .headerLink_list li {
    margin: 0 0 0 10px;
    cursor: pointer;
  }
  .headerLink_list li a {
    display: block;
    width:85px;
    height:40px;
  }
  .headerLink_list li a:hover {
    background-color:#FFF;
    opacity:0.5;
    filter: alpha(opacity=50);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=50)";  /* ie 8 */
    -moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.5;              /* Safari 1.x */
    zoom:1;
  }

  .headerLink_list li a.sprite-new_btn{ background: url(/assets/img/header_btn/btn_regist_pc.png) no-repeat top left;}
  .headerLink_list li a.sprite-login_btn{ background: url(/assets/img/header_btn/btn_login_pc.png) no-repeat top left;}
  .headerLink_list li a.sprite-cart_btn{ background: url(/assets/img/header_btn/btn_cart_pc.png) no-repeat top left;}

  .headerLink_list li a.sprite-mypage_btn{ background: url(/assets/img/header_btn/btn_mypage_pc.png) no-repeat top left;}
  .headerLink_list li a.sprite-logout_btn{ background: url(/assets/img/header_btn/btn_logout_pc.png) no-repeat top left;}


}
@media screen and (max-width: 899px) {
  .headerLink_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .headerLink_list img {
    zoom: .5;
    -moz-transform: scale(.5, .5);
    -moz-transform-origin: left top;
  }
  .headerLink_list li {
    width: 40px;
    text-align: center;
    border-left: 1px solid /*#f1f1f1*/ #e9e9e9;
  }
  .headerLink_list li:last-child {
    border-right: none;
  }
  .headerLink_list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* headerSelectWork
/* sp only
=========================================== */
.headerSelectWork {
  padding: 20px 10px 15px;
}

/* ===========================================
  navigaition
=========================================== */
@media screen and (min-width: 900px) {
  .navArea {
    width: 1200px;
    margin: 0 auto;
  }
  .navArea_lists {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }
  /*.navArea_list:nth-of-type(3) {
    letter-spacing: -.05em;
  }*/
  /*.navArea_list:last-child {
    margin-left: auto;
  }*/

  .navArea_listItem {
   /* font-size: 16px;
    font-size: 1.6rem;*/
    font-size:100%;
    /*font-weight: bold;*/
    display: inline-block;
    /*width: 220px;*/
    margin: 0 20px 0 0;
    padding: 10px 10px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #333;
    /*border: 1px solid #e9e9e9;
    border-radius: 4px;*/
    border-bottom:2px solid #FFFFFF;
  }

  .navArea_listItem a {
    color: #333;
  }
  .navArea_listItem:hover {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    /*color: #fff;*/
    /*background: #1badcf;*/
    color:#1badcf;
    border-bottom:2px solid #1badcf;
  }
  .navArea_listItem:hover a {
    text-decoration: none;
    /*color: #fff;*/
    color:#1badcf;
  }
  .navArea_listItem.is-click {
    /*color: #fff;*/
    color:#1badcf;
    /*background: #1badcf;*/
    border-bottom:2px solid #1badcf;
  }
  .navArea_listItem img {
    margin: 0 5px 0 0;
  }
  _:-ms-input-placeholder,:root .navArea_listItem {
    padding: 10px 10px 5px;
  }
}

@media screen and (max-width: 899px) {
  .navArea {
    margin: 0 0 10px;
  }
  .navArea_lists {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navArea_list {
    font-weight: bold;
    width: 33%;
    margin: 0 10px 0 0;
    text-align: center;
    background:#fff;
  }
  .navArea_list:nth-child(3) {
    margin: 0;
  }
  .navArea_list img {
    zoom: .5;
    -moz-transform: scale(.5, .5);
    -moz-transform-origin: left top;
  }
  .navArea_listItem {
    line-height: 1.4em;
    width: 100%;
    cursor: pointer;
  }
  .navArea_listItem.is-item,
  .navArea_listItem.is-aim,
  .navArea_listItem.is-guide,
  .navArea_listItem.is-about,
  .navArea_listItem.is-biz,
  .navArea_listItem.is-support
  {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .navArea_listItem.is-item.is-click,
  .navArea_listItem.is-aim.is-click,
  .navArea_listItem.is-guide.is-click,
  .navArea_listItem.is-about.is-click,
  .navArea_listItem.is-biz.is-click,
  .navArea_listItem.is-support.is-click
  {
    color: #fff;
    border-radius: 4px;
    background: #1badcf;
  }
  .navArea_itemTxt {
    font-size: 12px;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navArea_aimTxt {
    font-size: 12px;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navArea_guideTxt {
    font-size: 12px;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* find nav ○○から探す
========================================== */
@media screen and (min-width: 900px) {
  .findNav {
    position: absolute;
    z-index:2147483644;/*最大値より3少ない*/
    top: 45px;
    left: 0;
    display: none;
    margin: 0 -500%;
    padding: 40px 500% 10px;
    /*background: #f1f1f1;*/
    background:#F5F1ED;
  }
  .findNav.is-block {
    display: block;
  }
  .findNav_inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .findNav_ttl {
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px solid #979797;
  }
  .findNav_lists {
    width: 100%;
    margin: 0 40px 0 0;
  }
  /**カテゴリ一覧用**/
  .findNav_inner.item .findNav_lists {
    width: calc( (100% - 80px ) / 6);
    margin: 0 20px 0 0;
  }
  .findNav_inner.item .findNav_lists.item2 {
    width: calc( (100% - 80px ) / 6 * 2);
    margin: 0 20px 0 0;
  }
  /**カテゴリ一覧用 ↑**/

  /**ガイド用**/
  .findNav_inner.guide .findNav_lists {
    width: calc( (100% - 120px ) / 5 * 1.5);
    margin: 0 40px 0 0;
  }
  .findNav_inner.guide .findNav_lists.guide2 {
    width: calc( (100% - 120px ) / 5 * 2);
    margin: 0 40px 0 0;
  }
  /**ガイド用 ↑**/


  .findNav_lists:last-child {
    margin: 0;
  }
  .findNav_lists a {
    color: #333;
    width:100%;
    min-width:179px;
    display:block;
    margin:0 0 0 0;
    padding:0 15px 0 10px;
    background:url("/assets/img/icon/icon_arrow_black_right_sml.png") left center no-repeat;
  }
  .findNav_lists a:hover {
    color:#1badcf;
    text-decoration: underline;
  }
  /*サポート用のボタン装飾*/
  .findNav_lists a.btnSupport {
    background: none;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    padding: 7px 5px 7px 5px;
    margin:0 0 5px 0;
    text-align: center;
    vertical-align: inherit;
    background-color: #1badcf;
    color: #fff;
    border: 1px solid #1badcf;
    font-size: 120%;
    line-height: 1.0em;
    width: 70%;
  }
  .findNav_lists a.btnSupport:hover {
    color: #fff;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    zoom: 1;
    text-decoration: none;
}

  /*サポート用のボタン装飾：ここまで*/
  .findNav_lists a.arw-none {
    background: none !important;
    display: inline;
    padding:0 0 0 0;
    color:#1badcf;
  }
  .findNav_lists a.arw-none:hover {
    background: none !important;
  }
  .findNav_list {
    margin: 0 0 15px;
  }

  .findNav_free {
    margin:0 0 20px 0;
    padding:0 0 0 0;
  }
  .findNav_free h2{
    font-size:100%;
    padding:10px 0 10px 0;
    margin:0 0 0 0;
  }
  .findNav_free p{
    font-size:90%;
    padding:0 0 0 0;
    margin:0 0 20px 0;
    line-height:1.4em;
    min-height:35px;
  }
  .findNav_free p.lab{
    font-size:100%;
    padding:0 0 0 0;
    margin:0 0 20px 0;
    line-height:1.4em;
    min-height:35px;
  }
  .findNav_free a{
    background:#FFF;
    padding:0 0 0 0;
    margin:0 0 0 0;
  }
  .findNav_free a:hover{
    background-color:#FFF;
    opacity:0.7;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    zoom:1;
  }

  .findNav_freedial {
    /*background:url("/assets/img/icon/icon_support_operator.png") right center no-repeat;*/
    height:145px;
  }
  .findNav_freedial h2{
    font-size:120%;
    padding:10px 0 10px 0;
    margin:0 0 0 0;
  }
  .findNav_freedial p.support_number{
    background:url("/assets/img/icon/icon_support_freedial.png") left center no-repeat;
    font-size:300%;
    font-weight:bold;
    padding:0 0 0 75px;
    margin:0 0 10px 0;
    line-height:1.4em;
    min-height:40px;
  }
  .findNav_freedial p.support_time{
    font-size:100%;
    padding:0 0 10px 0;
    margin:0 0 0 0;
  }
  .findNav_freedial p.support_form{
    font-size:100%;
    font-weight:bold;
    padding:0 0 10px 0;
    margin:0 0 0 0;
  }

  .findNav_close {
    position: absolute;
    top: -25px;
    right: 0;
    display: block;
    width: 1200px;
    margin: 0 auto;
    text-align: right;
  }
  .findNav_close img {
    cursor: pointer;
  }
  .findNav_slideUp {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .findNav {
    position: absolute;
    z-index:2147483644;/*最大値より3少ない*/
    top: 70px;
    left: 0;
    display: none;
    width: 100%;
    padding: 50px 30px 30px;
    /*background: #f1f1f1;*/
    background:#F5F1ED;
  }
  .findNav.is-block {
    display: block;
  }
  .findNav_inner {
    position: relative;
    width: 100%;
  }
  .findNav_ttl {
    font-weight: bold;
    padding: 0 0 10px;
    border-bottom: 1px solid #333;
  }
  .findNav_lists {
    width: 100%;
    text-align: left;
  }
  .findNav_lists a {
    color: #333;
  }
  .findNav_list {
    margin: 0 0 45px;
  }

  .findNav_free {
    margin:0 0 20px 0;
    padding:0 0 0 0;
  }
  .findNav_free h2{
    font-size:100%;
    padding:10px 0 10px 0;
    margin:0 0 0 0;
  }
  .findNav_free p{
    font-size: 90%;
    padding: 0 0 0 0;
    margin: 5px 0 10px 0;
    line-height: 1.4em;
    /*min-height: 35px;*/
    font-weight: normal;
  }
  .findNav_free p.lab{
    font-size:90%;
  }
  .findNav_free img.lab{
    max-width:100%;
  }

  .findNav_close {
    position: absolute;
    top: -30px;
    right: 0;
    display: inline-block;
    margin: 0 auto;
    text-align: right;
    /*
    bottom: -40px;
    right: 0;
    width: 100%;
    */
  }
  .findNav_close img {
    cursor: pointer;
  }
  /*.findNav_slideUp {
    position: relative;
    top: -5px;
    text-align: center;
    z-index:9999;
  }
  .findNav_slideUp img {
    cursor: pointer;
  }*/
  .findNav_slideUp {
    display: none;
  }
}

/* category navi
=========================================== */
@media screen and (min-width: 900px) {
  /*.categoryNav-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }*/
  .categoryNav_lists {
    margin: 0 0 0 0;
    padding:0 0 0 0;
  }
  .findNav .categoryNav_lists.clm2 {
    margin: 0 0 0 0;
    padding:0 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .categoryNav_lists li {
    line-height: 2.0;
  }
  .findNav .categoryNav_lists.clm2 li{
    width:50%;
  }
  .findNav .categoryNav_lists.clm2 li.clm1{
    width:100%;
  }
}

@media screen and (max-width: 899px) {
  .categoryNav_lists li {
    line-height: 1.5;
    border-bottom: 1px solid #979797;
  }
  .categoryNav_lists li a {
    display: block;
    padding: 15px 0;
    color: #333;
    /*background: url(../img/icon/icon_arrow_gray_right.png) right center no-repeat;*/
    background: url(../img/icon/icon_arrow_black_right.png) right center no-repeat;
    background-size: 11px;
  }
  .categoryNav_lists li a:hover {
    text-decoration: none;
  }
}

/* ===========================================
  footer
=========================================== */
footer {
  width: 100%;
  margin: 0;
}

.footer_inner {
  padding: 20px 0 0 0 ;
  /*background: #e9e9e9;*/
  background:#F6F6F6;
}

@media screen and (max-width: 899px) {
  footer {
    margin: 0;
    padding: 20px 0 0 0;
  }
  .footer_inner {
    padding: 0 0 0 0 ;
  }
}

/* footer nav
========================================== */
@media screen and (min-width: 900px) {
  .footerNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0 auto 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size:90%;
  }
}

@media screen and (max-width: 899px) {
  .footerNav {
    margin: 0 0 0 0;
    border-top: 1px solid #e9e9e9;

  }
  .footerNav_list {
    font-weight: bold;
    margin: 0 0 0 0;
  }

  .footerNav_list li {
    line-height: 1.5;
    border-bottom: 1px solid #e9e9e9;
  }
  .footerNav_list li.is-outerlink a {
    background: none;
  }
  .footerNav_list li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    /*background: url(../img/icon/icon_arrow_gray_right.png) 92% center no-repeat;*/
    background: url(../img/icon/icon_arrow_black_right.png) 95% center no-repeat;
    background-size: 11px;
  }
  .footerNav_list li a:hover {
    text-decoration: none;
  }
}


/* copyright
========================================== */
.copyright {
  text-align: center;
  background:#FFF;
  margin:0 0 0 0;
  padding: 20px 0 20px 0;
}
.footer_logo {
  width: 100%;
  margin:0 0 0 0;
  padding:0 0 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_logo a {
  margin:0 20px 0 0;
}
.footer_logo a:last-child {
  margin:0 0 0 0;
}

@media screen and (min-width: 900px) {
  .copyright small {
    /*font-size: 10px;
    font-size: 1.0rem;*/
    font-size:90%;
  }
}

@media screen and (max-width: 899px) {
  .copyright small {
    /*font-size: 10px;
    font-size: 1.0rem;*/
    font-size:90%;
  }
}

/* ===========================================
  footer simple
=========================================== */
@media screen and (max-width: 899px) {
  .footerOuter {
    padding: 0 0 90px;
  }
}

.footerSimple {
  width: 100%;
}

.footerSimple_inner {
  background: #e9e9e9;
}
@media screen and (min-width: 900px) {
  .footerSimple_inner {
    padding: 36px 0;
  }
}
@media screen and (max-width: 899px) {
  .footerSimple_inner {
    padding: 12px 0;
  }
}

.footerSimple_copyright {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .footerSimple_copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 899px) {
  .footerSimple_copyright {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* pagetop
========================================== */
.pagetop {
  line-height: 0;
  text-align: right;
}
@media screen and (min-width: 900px) {
  .pagetop {
    width: 1200px;
    margin: 20px auto 50px auto;
  }
}
@media screen and (max-width: 899px) {
  .pagetop {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 900px) {
  .footerSimple .pagetop {
    width: 1200px;
    margin: 20px auto 100px;
  }
}

@media screen and (max-width: 899px) {
  .footerSimple .pagetop {
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 900px) {
  .btnPagetop > img {
    width: 60px;
    height: auto;
  }
}

@media screen and (max-width: 899px) {
  .btnPagetop > img {
    width: 50px;
    height: auto;
  }
}


/* ===========================================
  title
=========================================== */
@media screen and (min-width: 900px) {
  .page_ttl-lv1 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;
  }
  .page_ttl-lv1::before,.page_ttl-lv1::after {
    display: inline;
    /* for IE */
    width: auto;
    height: 1px;
    content: "";
    border-top: 1px solid #333;

    -webkit-box-flex: 1;

    -webkit-flex-grow: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;
  }
  .page_ttl-lv1::before {
    margin-right: 100px;
  }
  .page_ttl-lv1::after {
    margin-left: 100px;
  }
  .page_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

@media screen and (max-width: 899px) {
  .page_ttl-lv1 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page_ttl-lv1::before,.page_ttl-lv1::after {
    display: inline;
    /* for IE */
    width: auto;
    height: 1px;
    content: "";
    border-top: 1px solid #333;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .page_ttl-lv1::before {
    margin-right: 40px;
  }
  .page_ttl-lv1::after {
    margin-left: 40px;
  }
  .page_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* ===========================================
  color
=========================================== */
.colorchip {
  display: inline-block;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}
.colorchip.is-white {
  border: 1px solid #ddd;
  background: #fff;
}
.colorchip.is-black {
  background: #000;
}
.colorchip.is-gray {
  background: #979797;
}
.colorchip.is-brown {
  background: #aa7128;
}
.colorchip.is-beige {
  background: #e8e8c5;
}
.colorchip.is-green {
  background: #88d382;
}
.colorchip.is-blue {
  background: #81cddf;
}
.colorchip.is-purple {
  background: #b6aae1;
}
.colorchip.is-yellow {
  background: #ffe246;
}
.colorchip.is-pink {
  background: #ff7a7a;
}
.colorchip.is-red {
  background: #fb5050;
}
.colorchip.is-orange {
  background: #ffa37a;
}

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.contents *,.contents *::before,.contents *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.contents .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 100px) {
  .contents .container {
    max-width: 100%;
  }
}
@media (min-width: 900px) {
  .contents .container {
    max-width: 1200px;
  }
}

.contents .container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.contents .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.contents .no-gutters > .col,.contents .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.contents .col-1,.contents .col-2,.contents .col-3,.contents .col-4,.contents .col-5,.contents .col-6,.contents .col-7,.contents .col-8,.contents .col-9,.contents .col-10,.contents .col-11,.contents .col-12,.contents .col,.contents .col-auto,.contents .col-sp-1,.contents .col-sp-2,.contents .col-sp-3,.contents .col-sp-4,.contents .col-sp-5,.contents .col-sp-6,.contents .col-sp-7,.contents .col-sp-8,.contents .col-sp-9,.contents .col-sp-10,.contents .col-sp-11,.contents .col-sp-12,.contents .col-sp,.contents .col-sp-auto,.contents .col-pc-1,.contents .col-pc-2,.contents .col-pc-3,.contents .col-pc-4,.contents .col-pc-5,.contents .col-pc-6,.contents .col-pc-7,.contents .col-pc-8,.contents .col-pc-9,.contents .col-pc-10,.contents .col-pc-11,.contents .col-pc-12,.contents .col-pc,.contents .col-pc-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.contents .col {
  max-width: 100%;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contents .col-auto {
  width: auto;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contents .col-1 {
  max-width: 8.33333%;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 8.33333%;

  -ms-flex: 0 0 8.33333%;

  flex: 0 0 8.33333%;
}

.contents .col-2 {
  max-width: 16.66667%;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 16.66667%;

  -ms-flex: 0 0 16.66667%;

  flex: 0 0 16.66667%;
}

.contents .col-3 {
  max-width: 25%;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 25%;

  -ms-flex: 0 0 25%;

  flex: 0 0 25%;
}

.contents .col-4 {
  max-width: 33.33333%;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 33.33333%;

  -ms-flex: 0 0 33.33333%;

  flex: 0 0 33.33333%;
}

.contents .col-5 {
  max-width: 41.66667%;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 41.66667%;

  -ms-flex: 0 0 41.66667%;

  flex: 0 0 41.66667%;
}

.contents .col-6 {
  max-width: 50%;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 50%;

  -ms-flex: 0 0 50%;

  flex: 0 0 50%;
}

.contents .col-7 {
  max-width: 58.33333%;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 58.33333%;

  -ms-flex: 0 0 58.33333%;

  flex: 0 0 58.33333%;
}

.contents .col-8 {
  max-width: 66.66667%;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 66.66667%;

  -ms-flex: 0 0 66.66667%;

  flex: 0 0 66.66667%;
}

.contents .col-9 {
  max-width: 75%;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 75%;

  -ms-flex: 0 0 75%;

  flex: 0 0 75%;
}

.contents .col-10 {
  max-width: 83.33333%;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 83.33333%;

  -ms-flex: 0 0 83.33333%;

  flex: 0 0 83.33333%;
}

.contents .col-11 {
  max-width: 91.66667%;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 91.66667%;

  -ms-flex: 0 0 91.66667%;

  flex: 0 0 91.66667%;
}

.contents .col-12 {
  max-width: 100%;

  -webkit-box-flex: 0;

  -webkit-flex: 0 0 100%;

  -ms-flex: 0 0 100%;

  flex: 0 0 100%;
}

.contents .order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.contents .order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.contents .order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.contents .order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.contents .order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.contents .order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.contents .order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.contents .order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.contents .order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.contents .order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.contents .order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.contents .order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.contents .order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.contents .order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.contents .order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.contents .offset-1 {
  margin-left: 8.33333%;
}

.contents .offset-2 {
  margin-left: 16.66667%;
}

.contents .offset-3 {
  margin-left: 25%;
}

.contents .offset-4 {
  margin-left: 33.33333%;
}

.contents .offset-5 {
  margin-left: 41.66667%;
}

.contents .offset-6 {
  margin-left: 50%;
}

.contents .offset-7 {
  margin-left: 58.33333%;
}

.contents .offset-8 {
  margin-left: 66.66667%;
}

.contents .offset-9 {
  margin-left: 75%;
}

.contents .offset-10 {
  margin-left: 83.33333%;
}

.contents .offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 100px) {
  .contents .col-sp {
    max-width: 100%;

    -webkit-flex-basis: 0;

    -ms-flex-preferred-size: 0;

    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .contents .col-sp-auto {
    width: auto;
    max-width: none;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 auto;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;
  }
  .contents .col-sp-1 {
    max-width: 8.33333%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 8.33333%;

    -ms-flex: 0 0 8.33333%;

    flex: 0 0 8.33333%;
  }
  .contents .col-sp-2 {
    max-width: 16.66667%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 16.66667%;

    -ms-flex: 0 0 16.66667%;

    flex: 0 0 16.66667%;
  }
  .contents .col-sp-3 {
    max-width: 25%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 25%;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;
  }
  .contents .col-sp-4 {
    max-width: 33.33333%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 33.33333%;

    -ms-flex: 0 0 33.33333%;

    flex: 0 0 33.33333%;
  }
  .contents .col-sp-5 {
    max-width: 41.66667%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 41.66667%;

    -ms-flex: 0 0 41.66667%;

    flex: 0 0 41.66667%;
  }
  .contents .col-sp-6 {
    max-width: 50%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 50%;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;
  }
  .contents .col-sp-7 {
    max-width: 58.33333%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 58.33333%;

    -ms-flex: 0 0 58.33333%;

    flex: 0 0 58.33333%;
  }
  .contents .col-sp-8 {
    max-width: 66.66667%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 66.66667%;

    -ms-flex: 0 0 66.66667%;

    flex: 0 0 66.66667%;
  }
  .contents .col-sp-9 {
    max-width: 75%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 75%;

    -ms-flex: 0 0 75%;

    flex: 0 0 75%;
  }
  .contents .col-sp-10 {
    max-width: 83.33333%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 83.33333%;

    -ms-flex: 0 0 83.33333%;

    flex: 0 0 83.33333%;
  }
  .contents .col-sp-11 {
    max-width: 91.66667%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 91.66667%;

    -ms-flex: 0 0 91.66667%;

    flex: 0 0 91.66667%;
  }
  .contents .col-sp-12 {
    max-width: 100%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 100%;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;
  }
  .contents .order-sp-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .contents .order-sp-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .contents .order-sp-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .contents .order-sp-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .contents .order-sp-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .contents .order-sp-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .contents .order-sp-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .contents .order-sp-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .contents .order-sp-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .contents .order-sp-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .contents .order-sp-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .contents .order-sp-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .contents .order-sp-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .contents .order-sp-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .contents .order-sp-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .contents .offset-sp-0 {
    margin-left: 0;
  }
  .contents .offset-sp-1 {
    margin-left: 8.33333%;
  }
  .contents .offset-sp-2 {
    margin-left: 16.66667%;
  }
  .contents .offset-sp-3 {
    margin-left: 25%;
  }
  .contents .offset-sp-4 {
    margin-left: 33.33333%;
  }
  .contents .offset-sp-5 {
    margin-left: 41.66667%;
  }
  .contents .offset-sp-6 {
    margin-left: 50%;
  }
  .contents .offset-sp-7 {
    margin-left: 58.33333%;
  }
  .contents .offset-sp-8 {
    margin-left: 66.66667%;
  }
  .contents .offset-sp-9 {
    margin-left: 75%;
  }
  .contents .offset-sp-10 {
    margin-left: 83.33333%;
  }
  .contents .offset-sp-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 900px) {
  .contents .col-pc {
    max-width: 100%;

    -webkit-flex-basis: 0;

    -ms-flex-preferred-size: 0;

    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .contents .col-pc-auto {
    width: auto;
    max-width: none;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 auto;

    -ms-flex: 0 0 auto;

    flex: 0 0 auto;
  }
  .contents .col-pc-1 {
    max-width: 8.33333%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 8.33333%;

    -ms-flex: 0 0 8.33333%;

    flex: 0 0 8.33333%;
  }
  .contents .col-pc-2 {
    max-width: 16.66667%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 16.66667%;

    -ms-flex: 0 0 16.66667%;

    flex: 0 0 16.66667%;
  }
  .contents .col-pc-3 {
    max-width: 25%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 25%;

    -ms-flex: 0 0 25%;

    flex: 0 0 25%;
  }
  .contents .col-pc-4 {
    max-width: 33.33333%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 33.33333%;

    -ms-flex: 0 0 33.33333%;

    flex: 0 0 33.33333%;
  }
  .contents .col-pc-5 {
    max-width: 41.66667%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 41.66667%;

    -ms-flex: 0 0 41.66667%;

    flex: 0 0 41.66667%;
  }
  .contents .col-pc-6 {
    max-width: 50%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 50%;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;
  }
  .contents .col-pc-7 {
    max-width: 58.33333%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 58.33333%;

    -ms-flex: 0 0 58.33333%;

    flex: 0 0 58.33333%;
  }
  .contents .col-pc-8 {
    max-width: 66.66667%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 66.66667%;

    -ms-flex: 0 0 66.66667%;

    flex: 0 0 66.66667%;
  }
  .contents .col-pc-9 {
    max-width: 75%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 75%;

    -ms-flex: 0 0 75%;

    flex: 0 0 75%;
  }
  .contents .col-pc-10 {
    max-width: 83.33333%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 83.33333%;

    -ms-flex: 0 0 83.33333%;

    flex: 0 0 83.33333%;
  }
  .contents .col-pc-11 {
    max-width: 91.66667%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 91.66667%;

    -ms-flex: 0 0 91.66667%;

    flex: 0 0 91.66667%;
  }
  .contents .col-pc-12 {
    max-width: 100%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 100%;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;
  }
  .contents .order-pc-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .contents .order-pc-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .contents .order-pc-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .contents .order-pc-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .contents .order-pc-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .contents .order-pc-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .contents .order-pc-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .contents .order-pc-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .contents .order-pc-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .contents .order-pc-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .contents .order-pc-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .contents .order-pc-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .contents .order-pc-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .contents .order-pc-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .contents .order-pc-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .contents .offset-pc-0 {
    margin-left: 0;
  }
  .contents .offset-pc-1 {
    margin-left: 8.33333%;
  }
  .contents .offset-pc-2 {
    margin-left: 16.66667%;
  }
  .contents .offset-pc-3 {
    margin-left: 25%;
  }
  .contents .offset-pc-4 {
    margin-left: 33.33333%;
  }
  .contents .offset-pc-5 {
    margin-left: 41.66667%;
  }
  .contents .offset-pc-6 {
    margin-left: 50%;
  }
  .contents .offset-pc-7 {
    margin-left: 58.33333%;
  }
  .contents .offset-pc-8 {
    margin-left: 66.66667%;
  }
  .contents .offset-pc-9 {
    margin-left: 75%;
  }
  .contents .offset-pc-10 {
    margin-left: 83.33333%;
  }
  .contents .offset-pc-11 {
    margin-left: 91.66667%;
  }
}

.contents .d-none {
  display: none !important;
}

.contents .d-inline {
  display: inline !important;
}

.contents .d-inline-block {
  display: inline-block !important;
}

.contents .d-block {
  display: block !important;
}

.contents .d-table {
  display: table !important;
}

.contents .d-table-row {
  display: table-row !important;
}

.contents .d-table-cell {
  display: table-cell !important;
}

.contents .d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.contents .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 100px) {
  .contents .d-sp-none {
    display: none !important;
  }
  .contents .d-sp-inline {
    display: inline !important;
  }
  .contents .d-sp-inline-block {
    display: inline-block !important;
  }
  .contents .d-sp-block {
    display: block !important;
  }
  .contents .d-sp-table {
    display: table !important;
  }
  .contents .d-sp-table-row {
    display: table-row !important;
  }
  .contents .d-sp-table-cell {
    display: table-cell !important;
  }
  .contents .d-sp-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .contents .d-sp-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 900px) {
  .contents .d-pc-none {
    display: none !important;
  }
  .contents .d-pc-inline {
    display: inline !important;
  }
  .contents .d-pc-inline-block {
    display: inline-block !important;
  }
  .contents .d-pc-block {
    display: block !important;
  }
  .contents .d-pc-table {
    display: table !important;
  }
  .contents .d-pc-table-row {
    display: table-row !important;
  }
  .contents .d-pc-table-cell {
    display: table-cell !important;
  }
  .contents .d-pc-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .contents .d-pc-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .contents .d-print-none {
    display: none !important;
  }
  .contents .d-print-inline {
    display: inline !important;
  }
  .contents .d-print-inline-block {
    display: inline-block !important;
  }
  .contents .d-print-block {
    display: block !important;
  }
  .contents .d-print-table {
    display: table !important;
  }
  .contents .d-print-table-row {
    display: table-row !important;
  }
  .contents .d-print-table-cell {
    display: table-cell !important;
  }
  .contents .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .contents .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.contents .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.contents .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.contents .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.contents .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.contents .flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.contents .flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.contents .flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.contents .flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.contents .flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.contents .flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.contents .flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.contents .flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.contents .justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.contents .justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.contents .justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.contents .justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.contents .justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.contents .align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.contents .align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.contents .align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.contents .align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.contents .align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.contents .align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.contents .align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.contents .align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.contents .align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.contents .align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.contents .align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.contents .align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.contents .align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.contents .align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.contents .align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.contents .align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.contents .align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 100px) {
  .contents .flex-sp-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .contents .flex-sp-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .contents .flex-sp-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .contents .flex-sp-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .contents .flex-sp-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .contents .flex-sp-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .contents .flex-sp-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .contents .flex-sp-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .contents .flex-sp-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .contents .flex-sp-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .contents .flex-sp-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .contents .flex-sp-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .contents .justify-content-sp-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .contents .justify-content-sp-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .contents .justify-content-sp-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .contents .justify-content-sp-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .contents .justify-content-sp-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .contents .align-items-sp-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .contents .align-items-sp-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .contents .align-items-sp-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .contents .align-items-sp-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .contents .align-items-sp-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .contents .align-content-sp-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .contents .align-content-sp-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .contents .align-content-sp-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .contents .align-content-sp-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .contents .align-content-sp-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .contents .align-content-sp-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .contents .align-self-sp-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .contents .align-self-sp-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .contents .align-self-sp-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .contents .align-self-sp-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .contents .align-self-sp-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .contents .align-self-sp-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 900px) {
  .contents .flex-pc-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .contents .flex-pc-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .contents .flex-pc-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .contents .flex-pc-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .contents .flex-pc-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .contents .flex-pc-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .contents .flex-pc-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .contents .flex-pc-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .contents .flex-pc-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .contents .flex-pc-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .contents .flex-pc-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .contents .flex-pc-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .contents .justify-content-pc-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .contents .justify-content-pc-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .contents .justify-content-pc-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .contents .justify-content-pc-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .contents .justify-content-pc-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .contents .align-items-pc-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .contents .align-items-pc-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .contents .align-items-pc-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .contents .align-items-pc-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .contents .align-items-pc-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .contents .align-content-pc-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .contents .align-content-pc-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .contents .align-content-pc-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .contents .align-content-pc-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .contents .align-content-pc-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .contents .align-content-pc-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .contents .align-self-pc-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .contents .align-self-pc-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .contents .align-self-pc-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .contents .align-self-pc-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .contents .align-self-pc-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .contents .align-self-pc-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media screen and (max-width: 899px) {
  .contents .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .contents .row > .col,.contents .row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .contents .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .contents .row.no-gutters > .col,.contents .row.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

/* ===========================================
  Sidenav
=========================================== */
@media screen and (min-width: 900px) {
  .bc-rowSidenavRight,.bc-rowSidenavLeft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    margin-left: -20px;

    -webkit-flex-wrap: nowrap;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bc-rowSidenavRight .bc-colNav,.bc-rowSidenavLeft .bc-colNav {
    position: relative;
    width: 240px;
    max-width: 240px;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;

    -webkit-flex-basis: 240px;

    -ms-flex-preferred-size: 240px;

    flex-basis: 240px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .bc-rowSidenavRight .bc-colContent,
  .bc-rowSidenavLeft .bc-colContent {
    position: relative;
    width: auto;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin:0 0 0 0;
  }
  .bc-rowSidenavLeft .bc-colNav {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .bc-rowSidenavLeft .bc-colContent {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;

  }
}

@media screen and (max-width: 899px) {
  .bc-rowSidenavRight .bc-colContent,.bc-rowSidenavLeft .bc-colContent {
    margin-bottom: 40px;
  }
}

/* ===========================================
  Sidenav SampleSuccess
=========================================== */
@media screen and (min-width: 900px) {
  .bc-rowSidenavSampleSuccess {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -28px;
    margin-left: -28px;

    -webkit-flex-wrap: nowrap;

    -ms-flex-wrap: nowrap;

    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bc-rowSidenavSampleSuccess .bc-colNav {
    position: relative;
    width: 396px;
    max-width: 396px;
    min-height: 1px;
    padding-right: 28px;
    padding-left: 28px;

    -webkit-flex-basis: 396px;

    -ms-flex-preferred-size: 396px;

    flex-basis: 396px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .bc-rowSidenavSampleSuccess .bc-colContent {
    position: relative;
    width: auto;
    min-height: 1px;
    padding-right: 28px;
    padding-left: 28px;

    -webkit-flex-basis: auto;

    -ms-flex-preferred-size: auto;

    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media screen and (max-width: 899px) {
  .bc-rowSidenavSampleSuccess .bc-colContent {
    margin-bottom: 12px;
  }
}

/* ===========================================
  section-margin
=========================================== */
/*@media screen and (min-width: 900px) {
  .bc-main {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 899px) {
  .bc-main {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.bc-main > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 899px) {
  .bc-main > h1:first-child {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 899px) {
  .bc-section,.bc-nav {
    padding-right: 10px;
    padding-left: 10px;
  }
}
*/

.bc-sideNav {
  width: 100%;
}
@media screen and (max-width: 899px) {
  .bc-sideNav {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.bc-pagetop {
  text-align: right;
}
@media screen and (min-width: 900px) {
  .bc-pagetop {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 899px) {
  .bc-pagetop {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 900px) {
  /*.bc-main .bc-pagetop {
    margin-bottom: 50px;
  }*/
}

@media screen and (max-width: 899px) {
  /*.bc-main .bc-pagetop {
    margin-bottom: 10px;
  }*/
}

/* ===========================================
  navSide
=========================================== */
img.bc-img {
  display: block;
  max-width: 100%;
  height: auto;

  -webkit-backface-visibility: hidden;
}

.bc-imgCol img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;

  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 899px) {
  .bc-imgCol img {
    margin-bottom: 15px;
  }
}

.bc-imgCard img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;

  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 899px) {
  .bc-imgCard img {
    margin-bottom: 15px;
  }
}

.bc-imgCard *:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 899px) {
  .bc-imgCard *:last-child {
    margin-bottom: 20px;
  }
}

.bc-imgCardBorder {
  position: relative;
  display: block;
  height: calc(100% - 12px);
  padding: 28px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 50px 0 rgba(51, 51, 51, .1);
  box-shadow: 0 0 50px 0 rgba(51, 51, 51, .1);
}
@media screen and (max-width: 899px) {
  .bc-imgCardBorder {
    padding: 12px;
  }
}
.bc-imgCardBorder img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;

  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 899px) {
  .bc-imgCardBorder img {
    margin-bottom: 15px;
  }
}
.bc-imgCardBorder *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 899px) {
  .bc-imgCardBorder *:last-child {
    margin-bottom: 10px;
  }
}
.bc-imgCardBorderOuter {
  margin-bottom: 40px;
}
@media screen and (max-width: 899px) {
  .bc-imgCardBorderOuter {
    margin-bottom: 20px;
  }
}
.bc-imgCardBorderOuter > [class*="col-"] {
  padding-right: 6px;
  padding-left: 6px;
}

.bc-imgOuter img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;

  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 899px) {
  .bc-imgOuter img {
    margin-bottom: 15px;
  }
}

a.bc-imgCardBorder {
  color: #333;
}

a.bc-imgCardBorder:hover,.bc-imgCardBorder.is-current {
  -webkit-transition: border-color .1s;
  -o-transition: border-color .1s;
  transition: border-color .1s;
  text-decoration: none;
  border-color: #1badcf;
}

.bc-imgCardBorder.is-current img {
  opacity: .8;
}

.contents .row.bc-imgCardBorderOuter {
  margin-right: -6px;
  margin-left: -6px;
}





/* ===========================================
  headinng
=========================================== */
/*.bc-h1,.bc-h1_mt0 {
  font-size: 30px;
  font-size: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 55px 0;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bc-h1::before,.bc-h1_mt0::before,.bc-h1::after,.bc-h1_mt0::after {
  display: inline;
  width: auto;
  min-width: 80px;
  height: 1px;
  content: "";
  border-top: 1px solid #333;

  -webkit-box-flex: 1;

  -webkit-flex-grow: 1;

  -ms-flex-positive: 1;

  flex-grow: 1;
}
.bc-h1::before,.bc-h1_mt0::before {
  margin-right: 80px;
}
.bc-h1::after,.bc-h1_mt0::after {
  margin-left: 80px;
}
@media screen and (max-width: 899px) {
  .bc-h1,.bc-h1_mt0 {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 25px 0;
  }
  .bc-h1::before,.bc-h1_mt0::before,.bc-h1::after,.bc-h1_mt0::after {
    min-width: 20px;
  }
  .bc-h1::before,.bc-h1_mt0::before {
    margin-right: 20px;
  }
  .bc-h1::after,.bc-h1_mt0::after {
    margin-left: 20px;
  }
}

.bc-h1_mt0 {
  margin-top: 0;
}
*/
.bc-h2,.bc-h2_c,.bc-h2_mt0,.bc-h2_imgCard,.bc-h2_red {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 35px 0;
}
@media screen and (max-width: 899px) {
  .bc-h2,.bc-h2_c,.bc-h2_mt0,.bc-h2_imgCard,.bc-h2_red {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 18px 0;
  }
}

.bc-h2_c {
  text-align: center;
}

.bc-h2_mt0 {
  margin-top: 0;
}

.bc-h2_imgCard {
  margin: 20px 0 15px;
}

.bc-h2_red {
  color: #fb5050;
}

.bc-h3,.bc-h3Thin_c,.bc-h3_c,.bc-h3_mt0,.bc-h3_imgCard,.bc-h3_border,.bc-h3_borderGray {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 35px 0;
}
@media screen and (max-width: 899px) {
  .bc-h3,.bc-h3Thin_c,.bc-h3_c,.bc-h3_mt0,.bc-h3_imgCard,.bc-h3_border,.bc-h3_borderGray {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 18px 0;
  }
}

.bc-h3Thin_c {
  font-weight: normal;
  text-align: center;
}

.bc-h3_c {
  text-align: center;
}

.bc-h3_mt0 {
  margin-top: 0;
}

.bc-h3_imgCard {
  margin: 20px 0 15px;
}

.bc-h3_border,.bc-h3_borderGray {
  padding-bottom: 30px;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 899px) {
  .bc-h3_border,.bc-h3_borderGray {
    padding-bottom: 20px;
    border-width: 1px;
  }
}

.bc-h3_borderGray {
  border-color: #979797;
}

.bc-h4,.bc-h4_mt0,.bc-h4_imgCard {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 30px 0;
}
@media screen and (max-width: 899px) {
  .bc-h4,.bc-h4_mt0,.bc-h4_imgCard {
    font-size: 10px;
    font-size: 1rem;
    margin: 16px 0;
  }
}

.bc-h4_mt0 {
  margin-top: 0;
}

.bc-h4_imgCard {
  margin: 20px 0 10px;
}

.bc-p,.bc-p_c {
  line-height: 2;
  margin-bottom: 24px;
}
@media screen and (max-width: 899px) {
  .bc-p,.bc-p_c {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 14px;
  }
}

.bc-p_c {
  text-align: center;
}

.bc- em {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.667;
  color: #fb5050;
}
@media screen and (max-width: 899px) {
  .bc- em {
    font-size: 9px;
    font-size: .9rem;
    line-height: 1.444;
  }
}

body a.bc-aBlue {
  color: #1badcf;
}
body a.bc-aBlue:hover,body a.bc-aBlue.hover,body a.bc-aBlue:active,body a.bc-aBlue:focus {
  text-decoration: underline;
}

@media screen and (max-width: 899px) {
  .breadcrumb + h1.bc-h1,.breadcrumb + h1.bc-h1_mt0 {
    margin-right: 10px;
    margin-left: 10px;
  }
}

/* ===========================================
  List
=========================================== */
.bc-ul {
  margin-bottom: 24px;
  padding-left: 1.8rem;
  list-style-type: disc;
}
@media screen and (max-width: 899px) {
  .bc-ul {
    margin-bottom: 14px;
  }
}
.bc-ul li {
  line-height: 2;
  padding-left: .7rem;
}
@media screen and (max-width: 899px) {
  .bc-ul li {
    font-size: 10px;
    font-size: 1rem;
  }
}

.bc-ul_none {
  margin-bottom: 24px;
}
@media screen and (max-width: 899px) {
  .bc-ul_none {
    margin-bottom: 14px;
  }
}
.bc-ul_none li {
  line-height: 2;
}
@media screen and (max-width: 899px) {
  .bc-ul_none li {
    font-size: 10px;
    font-size: 1rem;
  }
}

.bc-ulBtn li {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .bc-ulBtn li {
    margin-bottom: 12px;
  }
}

.bc-ol {
  margin-bottom: 24px;
  padding-left: 1.8rem;
  list-style-type: decimal;
}
@media screen and (max-width: 899px) {
  .bc-ol {
    margin-bottom: 14px;
  }
}
.bc-ol li {
  line-height: 2;
  padding-left: .7rem;
}
@media screen and (max-width: 899px) {
  .bc-ol li {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* ===========================================
  table
=========================================== */
.bc-table {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .bc-table {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 899px) {
  .bc-table {
    margin-bottom: 15px;
  }
}
.bc-table th,.bc-table td {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 899px) {
  .bc-table th,.bc-table td {
    font-size: 10px;
    font-size: 1rem;
    padding: 3px;
  }
}
.bc-table th {
  font-weight: normal;
  color: #fff;
  background-color: #fff;
  background-color: #565656;
}
.bc-table th:first-child {
  border-left: 1px solid #565656;
}
.bc-table th:last-child {
  border-right: 1px solid #565656;
}
.bc-table td:first-child {
  border-left: 1px solid #eee;
}
.bc-table *:first-child th {
  border-top: 1px solid #565656;
}
.bc-table *:first-child th:first-child {
  border-left: 1px solid #565656;
}
.bc-table *:first-child td {
  border-top: 1px solid #eee;
}
.bc-table tbody tr:last-child th {
  border-bottom: 1px solid #565656;
}
.bc-table > tr:last-child th {
  border-bottom: 1px solid #565656;
}

a.bc-btn,a.bc-btnReadmore,a.bc-btn_s,a.bc-btnBlock,a.bc-btnFacebook,.bc-btn,a.bc-btnReadmore,.bc-btnReadmore,a.bc-btn_s,.bc-btn_s,a.bc-btnBlock,.bc-btnBlock,a.bc-btnFacebook,.bc-btnFacebook {
  line-height: 1;
  display: inline-block;
  width: 100%;
  -webkit-transition: border-color .2s, background-color .2s, color .2s;
  -o-transition: border-color .2s, background-color .2s, color .2s;
  transition: border-color .2s, background-color .2s, color .2s;
  text-align: center;
  text-decoration: none;
  color: #1badcf;
  border: 1px #c8c6c7 solid;
  border-radius: 4px;
  background-color: #fff;
}
a.bc-btn:hover,a.bc-btnReadmore:hover,a.bc-btn_s:hover,a.bc-btnBlock:hover,a.bc-btnFacebook:hover,a.bc-btn.hover,a.hover.bc-btnReadmore,a.hover.bc-btn_s,a.hover.bc-btnBlock,a.hover.bc-btnFacebook,.bc-btn:hover,.bc-btnReadmore:hover,.bc-btn_s:hover,.bc-btnBlock:hover,.bc-btnFacebook:hover,.bc-btn.hover,.hover.bc-btnReadmore,.hover.bc-btn_s,.hover.bc-btnBlock,.hover.bc-btnFacebook {
  text-decoration: none;
  color: #fff;
  border-color: #1badcf;
  background-color: #1badcf;
}
@media screen and (min-width: 900px) {
  a.bc-btn,a.bc-btnReadmore,a.bc-btn_s,a.bc-btnBlock,a.bc-btnFacebook,.bc-btn,a.bc-btnReadmore,.bc-btnReadmore,a.bc-btn_s,.bc-btn_s,a.bc-btnBlock,.bc-btnBlock,a.bc-btnFacebook,.bc-btnFacebook {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 21px;
  }
}
@media screen and (max-width: 899px) {
  a.bc-btn,a.bc-btnReadmore,a.bc-btn_s,a.bc-btnBlock,a.bc-btnFacebook,.bc-btn,a.bc-btnReadmore,.bc-btnReadmore,a.bc-btn_s,.bc-btn_s,a.bc-btnBlock,.bc-btnBlock,a.bc-btnFacebook,.bc-btnFacebook {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 13px;
  }
}

a.bc-btnReadmore,.bc-btnReadmore {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px;
}
@media screen and (max-width: 899px) {
  a.bc-btnReadmore,.bc-btnReadmore {
    font-size: 10px;
    font-size: 1rem;
    padding: 8px;
  }
}

a.bc-btn_s,.bc-btn_s {
  width: auto;
  padding: 11px 30px;
}
@media screen and (max-width: 899px) {
  a.bc-btn_s,.bc-btn_s {
    padding: 5px 20px;
  }
}

a.bc-btnBlock,.bc-btnBlock {
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 899px) {
  a.bc-btnBlock,.bc-btnBlock {
    margin-bottom: 10px;
  }
}

a.bc-btnFacebook,.bc-btnFacebook {
  padding: 22px;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  color: #fff;
  border: none;
  background-color: #3b5998;
}
a.bc-btnFacebook:hover,a.bc-btnFacebook.hover,.bc-btnFacebook:hover,.bc-btnFacebook.hover {
  opacity: .8;
  background-color: #3b5998;
}
a.bc-btnFacebookOuter,.bc-btnFacebookOuter {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  a.bc-btnFacebookOuter,.bc-btnFacebookOuter {
    width: 580px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 899px) {
  a.bc-btnFacebookOuter,.bc-btnFacebookOuter {
    width: 172px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 900px) {
  a.bc-btnPagetop > img,.bc-btnPagetop > img {
    width: 60px;
    height: auto;
  }
}

@media screen and (max-width: 899px) {
  a.bc-btnPagetop > img,.bc-btnPagetop > img {
    width: 50px;
    height: auto;
  }
}

.bc-borderOuter {
  margin-bottom: 40px;
  padding: 40px;
  border: 2px solid #eee;
  background-color: #fff;
}
.bc-borderOuter > *:first-child {
  margin-top: 0;
}
.bc-borderOuter > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 899px) {
  .bc-borderOuter {
    margin-bottom: 15px;
    padding: 22px;
    border-width: 1px;
  }
}

.bc-hrGray {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #979797;
}

/* ===========================================
  margin padding / top bottom
=========================================== */
.bc-mt0 {
  margin-top: 0;
}

.bc-mb0 {
  margin-bottom: 0;
}

.bc-pt0 {
  padding-top: 0;
}

.bc-pb0 {
  padding-bottom: 0;
}

.bc-mt1 {
  margin-top: 1px;
}

.bc-mb1 {
  margin-bottom: 1px;
}

.bc-pt1 {
  padding-top: 1px;
}

.bc-pb1 {
  padding-bottom: 1px;
}

.bc-mt2 {
  margin-top: 2px;
}

.bc-mb2 {
  margin-bottom: 2px;
}

.bc-pt2 {
  padding-top: 2px;
}

.bc-pb2 {
  padding-bottom: 2px;
}

.bc-mt3 {
  margin-top: 3px;
}

.bc-mb3 {
  margin-bottom: 3px;
}

.bc-pt3 {
  padding-top: 3px;
}

.bc-pb3 {
  padding-bottom: 3px;
}

.bc-mt4 {
  margin-top: 4px;
}

.bc-mb4 {
  margin-bottom: 4px;
}

.bc-pt4 {
  padding-top: 4px;
}

.bc-pb4 {
  padding-bottom: 4px;
}

.bc-mt5 {
  margin-top: 5px;
}

.bc-mb5 {
  margin-bottom: 5px;
}

.bc-pt5 {
  padding-top: 5px;
}

.bc-pb5 {
  padding-bottom: 5px;
}

.bc-mt6 {
  margin-top: 6px;
}

.bc-mb6 {
  margin-bottom: 6px;
}

.bc-pt6 {
  padding-top: 6px;
}

.bc-pb6 {
  padding-bottom: 6px;
}

.bc-mt7 {
  margin-top: 7px;
}

.bc-mb7 {
  margin-bottom: 7px;
}

.bc-pt7 {
  padding-top: 7px;
}

.bc-pb7 {
  padding-bottom: 7px;
}

.bc-mt8 {
  margin-top: 8px;
}

.bc-mb8 {
  margin-bottom: 8px;
}

.bc-pt8 {
  padding-top: 8px;
}

.bc-pb8 {
  padding-bottom: 8px;
}

.bc-mt9 {
  margin-top: 9px;
}

.bc-mb9 {
  margin-bottom: 9px;
}

.bc-pt9 {
  padding-top: 9px;
}

.bc-pb9 {
  padding-bottom: 9px;
}

.bc-mt10 {
  margin-top: 10px;
}

.bc-mb10 {
  margin-bottom: 10px;
}

.bc-pt10 {
  padding-top: 10px;
}

.bc-pb10 {
  padding-bottom: 10px;
}

.bc-mt11 {
  margin-top: 11px;
}

.bc-mb11 {
  margin-bottom: 11px;
}

.bc-pt11 {
  padding-top: 11px;
}

.bc-pb11 {
  padding-bottom: 11px;
}

.bc-mt12 {
  margin-top: 12px;
}

.bc-mb12 {
  margin-bottom: 12px;
}

.bc-pt12 {
  padding-top: 12px;
}

.bc-pb12 {
  padding-bottom: 12px;
}

.bc-mt13 {
  margin-top: 13px;
}

.bc-mb13 {
  margin-bottom: 13px;
}

.bc-pt13 {
  padding-top: 13px;
}

.bc-pb13 {
  padding-bottom: 13px;
}

.bc-mt14 {
  margin-top: 14px;
}

.bc-mb14 {
  margin-bottom: 14px;
}

.bc-pt14 {
  padding-top: 14px;
}

.bc-pb14 {
  padding-bottom: 14px;
}

.bc-mt15 {
  margin-top: 15px;
}

.bc-mb15 {
  margin-bottom: 15px;
}

.bc-pt15 {
  padding-top: 15px;
}

.bc-pb15 {
  padding-bottom: 15px;
}

.bc-mt16 {
  margin-top: 16px;
}

.bc-mb16 {
  margin-bottom: 16px;
}

.bc-pt16 {
  padding-top: 16px;
}

.bc-pb16 {
  padding-bottom: 16px;
}

.bc-mt17 {
  margin-top: 17px;
}

.bc-mb17 {
  margin-bottom: 17px;
}

.bc-pt17 {
  padding-top: 17px;
}

.bc-pb17 {
  padding-bottom: 17px;
}

.bc-mt18 {
  margin-top: 18px;
}

.bc-mb18 {
  margin-bottom: 18px;
}

.bc-pt18 {
  padding-top: 18px;
}

.bc-pb18 {
  padding-bottom: 18px;
}

.bc-mt19 {
  margin-top: 19px;
}

.bc-mb19 {
  margin-bottom: 19px;
}

.bc-pt19 {
  padding-top: 19px;
}

.bc-pb19 {
  padding-bottom: 19px;
}

.bc-mt20 {
  margin-top: 20px;
}

.bc-mb20 {
  margin-bottom: 20px;
}

.bc-pt20 {
  padding-top: 20px;
}

.bc-pb20 {
  padding-bottom: 20px;
}

.bc-mt21 {
  margin-top: 21px;
}

.bc-mb21 {
  margin-bottom: 21px;
}

.bc-pt21 {
  padding-top: 21px;
}

.bc-pb21 {
  padding-bottom: 21px;
}

.bc-mt22 {
  margin-top: 22px;
}

.bc-mb22 {
  margin-bottom: 22px;
}

.bc-pt22 {
  padding-top: 22px;
}

.bc-pb22 {
  padding-bottom: 22px;
}

.bc-mt23 {
  margin-top: 23px;
}

.bc-mb23 {
  margin-bottom: 23px;
}

.bc-pt23 {
  padding-top: 23px;
}

.bc-pb23 {
  padding-bottom: 23px;
}

.bc-mt24 {
  margin-top: 24px;
}

.bc-mb24 {
  margin-bottom: 24px;
}

.bc-pt24 {
  padding-top: 24px;
}

.bc-pb24 {
  padding-bottom: 24px;
}

.bc-mt25 {
  margin-top: 25px;
}

.bc-mb25 {
  margin-bottom: 25px;
}

.bc-pt25 {
  padding-top: 25px;
}

.bc-pb25 {
  padding-bottom: 25px;
}

.bc-mt26 {
  margin-top: 26px;
}

.bc-mb26 {
  margin-bottom: 26px;
}

.bc-pt26 {
  padding-top: 26px;
}

.bc-pb26 {
  padding-bottom: 26px;
}

.bc-mt27 {
  margin-top: 27px;
}

.bc-mb27 {
  margin-bottom: 27px;
}

.bc-pt27 {
  padding-top: 27px;
}

.bc-pb27 {
  padding-bottom: 27px;
}

.bc-mt28 {
  margin-top: 28px;
}

.bc-mb28 {
  margin-bottom: 28px;
}

.bc-pt28 {
  padding-top: 28px;
}

.bc-pb28 {
  padding-bottom: 28px;
}

.bc-mt29 {
  margin-top: 29px;
}

.bc-mb29 {
  margin-bottom: 29px;
}

.bc-pt29 {
  padding-top: 29px;
}

.bc-pb29 {
  padding-bottom: 29px;
}

.bc-mt30 {
  margin-top: 30px;
}

.bc-mb30 {
  margin-bottom: 30px;
}

.bc-pt30 {
  padding-top: 30px;
}

.bc-pb30 {
  padding-bottom: 30px;
}

.bc-mt31 {
  margin-top: 31px;
}

.bc-mb31 {
  margin-bottom: 31px;
}

.bc-pt31 {
  padding-top: 31px;
}

.bc-pb31 {
  padding-bottom: 31px;
}

.bc-mt32 {
  margin-top: 32px;
}

.bc-mb32 {
  margin-bottom: 32px;
}

.bc-pt32 {
  padding-top: 32px;
}

.bc-pb32 {
  padding-bottom: 32px;
}

.bc-mt33 {
  margin-top: 33px;
}

.bc-mb33 {
  margin-bottom: 33px;
}

.bc-pt33 {
  padding-top: 33px;
}

.bc-pb33 {
  padding-bottom: 33px;
}

.bc-mt34 {
  margin-top: 34px;
}

.bc-mb34 {
  margin-bottom: 34px;
}

.bc-pt34 {
  padding-top: 34px;
}

.bc-pb34 {
  padding-bottom: 34px;
}

.bc-mt35 {
  margin-top: 35px;
}

.bc-mb35 {
  margin-bottom: 35px;
}

.bc-pt35 {
  padding-top: 35px;
}

.bc-pb35 {
  padding-bottom: 35px;
}

.bc-mt36 {
  margin-top: 36px;
}

.bc-mb36 {
  margin-bottom: 36px;
}

.bc-pt36 {
  padding-top: 36px;
}

.bc-pb36 {
  padding-bottom: 36px;
}

.bc-mt37 {
  margin-top: 37px;
}

.bc-mb37 {
  margin-bottom: 37px;
}

.bc-pt37 {
  padding-top: 37px;
}

.bc-pb37 {
  padding-bottom: 37px;
}

.bc-mt38 {
  margin-top: 38px;
}

.bc-mb38 {
  margin-bottom: 38px;
}

.bc-pt38 {
  padding-top: 38px;
}

.bc-pb38 {
  padding-bottom: 38px;
}

.bc-mt39 {
  margin-top: 39px;
}

.bc-mb39 {
  margin-bottom: 39px;
}

.bc-pt39 {
  padding-top: 39px;
}

.bc-pb39 {
  padding-bottom: 39px;
}

.bc-mt40 {
  margin-top: 40px;
}

.bc-mb40 {
  margin-bottom: 40px;
}

.bc-pt40 {
  padding-top: 40px;
}

.bc-pb40 {
  padding-bottom: 40px;
}

.bc-mt41 {
  margin-top: 41px;
}

.bc-mb41 {
  margin-bottom: 41px;
}

.bc-pt41 {
  padding-top: 41px;
}

.bc-pb41 {
  padding-bottom: 41px;
}

.bc-mt42 {
  margin-top: 42px;
}

.bc-mb42 {
  margin-bottom: 42px;
}

.bc-pt42 {
  padding-top: 42px;
}

.bc-pb42 {
  padding-bottom: 42px;
}

.bc-mt43 {
  margin-top: 43px;
}

.bc-mb43 {
  margin-bottom: 43px;
}

.bc-pt43 {
  padding-top: 43px;
}

.bc-pb43 {
  padding-bottom: 43px;
}

.bc-mt44 {
  margin-top: 44px;
}

.bc-mb44 {
  margin-bottom: 44px;
}

.bc-pt44 {
  padding-top: 44px;
}

.bc-pb44 {
  padding-bottom: 44px;
}

.bc-mt45 {
  margin-top: 45px;
}

.bc-mb45 {
  margin-bottom: 45px;
}

.bc-pt45 {
  padding-top: 45px;
}

.bc-pb45 {
  padding-bottom: 45px;
}

.bc-mt46 {
  margin-top: 46px;
}

.bc-mb46 {
  margin-bottom: 46px;
}

.bc-pt46 {
  padding-top: 46px;
}

.bc-pb46 {
  padding-bottom: 46px;
}

.bc-mt47 {
  margin-top: 47px;
}

.bc-mb47 {
  margin-bottom: 47px;
}

.bc-pt47 {
  padding-top: 47px;
}

.bc-pb47 {
  padding-bottom: 47px;
}

.bc-mt48 {
  margin-top: 48px;
}

.bc-mb48 {
  margin-bottom: 48px;
}

.bc-pt48 {
  padding-top: 48px;
}

.bc-pb48 {
  padding-bottom: 48px;
}

.bc-mt49 {
  margin-top: 49px;
}

.bc-mb49 {
  margin-bottom: 49px;
}

.bc-pt49 {
  padding-top: 49px;
}

.bc-pb49 {
  padding-bottom: 49px;
}

.bc-mt50 {
  margin-top: 50px;
}

.bc-mb50 {
  margin-bottom: 50px;
}

.bc-pt50 {
  padding-top: 50px;
}

.bc-pb50 {
  padding-bottom: 50px;
}

.bc-mt51 {
  margin-top: 51px;
}

.bc-mb51 {
  margin-bottom: 51px;
}

.bc-pt51 {
  padding-top: 51px;
}

.bc-pb51 {
  padding-bottom: 51px;
}

.bc-mt52 {
  margin-top: 52px;
}

.bc-mb52 {
  margin-bottom: 52px;
}

.bc-pt52 {
  padding-top: 52px;
}

.bc-pb52 {
  padding-bottom: 52px;
}

.bc-mt53 {
  margin-top: 53px;
}

.bc-mb53 {
  margin-bottom: 53px;
}

.bc-pt53 {
  padding-top: 53px;
}

.bc-pb53 {
  padding-bottom: 53px;
}

.bc-mt54 {
  margin-top: 54px;
}

.bc-mb54 {
  margin-bottom: 54px;
}

.bc-pt54 {
  padding-top: 54px;
}

.bc-pb54 {
  padding-bottom: 54px;
}

.bc-mt55 {
  margin-top: 55px;
}

.bc-mb55 {
  margin-bottom: 55px;
}

.bc-pt55 {
  padding-top: 55px;
}

.bc-pb55 {
  padding-bottom: 55px;
}

.bc-mt56 {
  margin-top: 56px;
}

.bc-mb56 {
  margin-bottom: 56px;
}

.bc-pt56 {
  padding-top: 56px;
}

.bc-pb56 {
  padding-bottom: 56px;
}

.bc-mt57 {
  margin-top: 57px;
}

.bc-mb57 {
  margin-bottom: 57px;
}

.bc-pt57 {
  padding-top: 57px;
}

.bc-pb57 {
  padding-bottom: 57px;
}

.bc-mt58 {
  margin-top: 58px;
}

.bc-mb58 {
  margin-bottom: 58px;
}

.bc-pt58 {
  padding-top: 58px;
}

.bc-pb58 {
  padding-bottom: 58px;
}

.bc-mt59 {
  margin-top: 59px;
}

.bc-mb59 {
  margin-bottom: 59px;
}

.bc-pt59 {
  padding-top: 59px;
}

.bc-pb59 {
  padding-bottom: 59px;
}

.bc-mt60 {
  margin-top: 60px;
}

.bc-mb60 {
  margin-bottom: 60px;
}

.bc-pt60 {
  padding-top: 60px;
}

.bc-pb60 {
  padding-bottom: 60px;
}

.bc-mt61 {
  margin-top: 61px;
}

.bc-mb61 {
  margin-bottom: 61px;
}

.bc-pt61 {
  padding-top: 61px;
}

.bc-pb61 {
  padding-bottom: 61px;
}

.bc-mt62 {
  margin-top: 62px;
}

.bc-mb62 {
  margin-bottom: 62px;
}

.bc-pt62 {
  padding-top: 62px;
}

.bc-pb62 {
  padding-bottom: 62px;
}

.bc-mt63 {
  margin-top: 63px;
}

.bc-mb63 {
  margin-bottom: 63px;
}

.bc-pt63 {
  padding-top: 63px;
}

.bc-pb63 {
  padding-bottom: 63px;
}

.bc-mt64 {
  margin-top: 64px;
}

.bc-mb64 {
  margin-bottom: 64px;
}

.bc-pt64 {
  padding-top: 64px;
}

.bc-pb64 {
  padding-bottom: 64px;
}

.bc-mt65 {
  margin-top: 65px;
}

.bc-mb65 {
  margin-bottom: 65px;
}

.bc-pt65 {
  padding-top: 65px;
}

.bc-pb65 {
  padding-bottom: 65px;
}

.bc-mt66 {
  margin-top: 66px;
}

.bc-mb66 {
  margin-bottom: 66px;
}

.bc-pt66 {
  padding-top: 66px;
}

.bc-pb66 {
  padding-bottom: 66px;
}

.bc-mt67 {
  margin-top: 67px;
}

.bc-mb67 {
  margin-bottom: 67px;
}

.bc-pt67 {
  padding-top: 67px;
}

.bc-pb67 {
  padding-bottom: 67px;
}

.bc-mt68 {
  margin-top: 68px;
}

.bc-mb68 {
  margin-bottom: 68px;
}

.bc-pt68 {
  padding-top: 68px;
}

.bc-pb68 {
  padding-bottom: 68px;
}

.bc-mt69 {
  margin-top: 69px;
}

.bc-mb69 {
  margin-bottom: 69px;
}

.bc-pt69 {
  padding-top: 69px;
}

.bc-pb69 {
  padding-bottom: 69px;
}

.bc-mt70 {
  margin-top: 70px;
}

.bc-mb70 {
  margin-bottom: 70px;
}

.bc-pt70 {
  padding-top: 70px;
}

.bc-pb70 {
  padding-bottom: 70px;
}

.bc-mt71 {
  margin-top: 71px;
}

.bc-mb71 {
  margin-bottom: 71px;
}

.bc-pt71 {
  padding-top: 71px;
}

.bc-pb71 {
  padding-bottom: 71px;
}

.bc-mt72 {
  margin-top: 72px;
}

.bc-mb72 {
  margin-bottom: 72px;
}

.bc-pt72 {
  padding-top: 72px;
}

.bc-pb72 {
  padding-bottom: 72px;
}

.bc-mt73 {
  margin-top: 73px;
}

.bc-mb73 {
  margin-bottom: 73px;
}

.bc-pt73 {
  padding-top: 73px;
}

.bc-pb73 {
  padding-bottom: 73px;
}

.bc-mt74 {
  margin-top: 74px;
}

.bc-mb74 {
  margin-bottom: 74px;
}

.bc-pt74 {
  padding-top: 74px;
}

.bc-pb74 {
  padding-bottom: 74px;
}

.bc-mt75 {
  margin-top: 75px;
}

.bc-mb75 {
  margin-bottom: 75px;
}

.bc-pt75 {
  padding-top: 75px;
}

.bc-pb75 {
  padding-bottom: 75px;
}

.bc-mt76 {
  margin-top: 76px;
}

.bc-mb76 {
  margin-bottom: 76px;
}

.bc-pt76 {
  padding-top: 76px;
}

.bc-pb76 {
  padding-bottom: 76px;
}

.bc-mt77 {
  margin-top: 77px;
}

.bc-mb77 {
  margin-bottom: 77px;
}

.bc-pt77 {
  padding-top: 77px;
}

.bc-pb77 {
  padding-bottom: 77px;
}

.bc-mt78 {
  margin-top: 78px;
}

.bc-mb78 {
  margin-bottom: 78px;
}

.bc-pt78 {
  padding-top: 78px;
}

.bc-pb78 {
  padding-bottom: 78px;
}

.bc-mt79 {
  margin-top: 79px;
}

.bc-mb79 {
  margin-bottom: 79px;
}

.bc-pt79 {
  padding-top: 79px;
}

.bc-pb79 {
  padding-bottom: 79px;
}

.bc-mt80 {
  margin-top: 80px;
}

.bc-mb80 {
  margin-bottom: 80px;
}

.bc-pt80 {
  padding-top: 80px;
}

.bc-pb80 {
  padding-bottom: 80px;
}

.bc-mt81 {
  margin-top: 81px;
}

.bc-mb81 {
  margin-bottom: 81px;
}

.bc-pt81 {
  padding-top: 81px;
}

.bc-pb81 {
  padding-bottom: 81px;
}

.bc-mt82 {
  margin-top: 82px;
}

.bc-mb82 {
  margin-bottom: 82px;
}

.bc-pt82 {
  padding-top: 82px;
}

.bc-pb82 {
  padding-bottom: 82px;
}

.bc-mt83 {
  margin-top: 83px;
}

.bc-mb83 {
  margin-bottom: 83px;
}

.bc-pt83 {
  padding-top: 83px;
}

.bc-pb83 {
  padding-bottom: 83px;
}

.bc-mt84 {
  margin-top: 84px;
}

.bc-mb84 {
  margin-bottom: 84px;
}

.bc-pt84 {
  padding-top: 84px;
}

.bc-pb84 {
  padding-bottom: 84px;
}

.bc-mt85 {
  margin-top: 85px;
}

.bc-mb85 {
  margin-bottom: 85px;
}

.bc-pt85 {
  padding-top: 85px;
}

.bc-pb85 {
  padding-bottom: 85px;
}

.bc-mt86 {
  margin-top: 86px;
}

.bc-mb86 {
  margin-bottom: 86px;
}

.bc-pt86 {
  padding-top: 86px;
}

.bc-pb86 {
  padding-bottom: 86px;
}

.bc-mt87 {
  margin-top: 87px;
}

.bc-mb87 {
  margin-bottom: 87px;
}

.bc-pt87 {
  padding-top: 87px;
}

.bc-pb87 {
  padding-bottom: 87px;
}

.bc-mt88 {
  margin-top: 88px;
}

.bc-mb88 {
  margin-bottom: 88px;
}

.bc-pt88 {
  padding-top: 88px;
}

.bc-pb88 {
  padding-bottom: 88px;
}

.bc-mt89 {
  margin-top: 89px;
}

.bc-mb89 {
  margin-bottom: 89px;
}

.bc-pt89 {
  padding-top: 89px;
}

.bc-pb89 {
  padding-bottom: 89px;
}

.bc-mt90 {
  margin-top: 90px;
}

.bc-mb90 {
  margin-bottom: 90px;
}

.bc-pt90 {
  padding-top: 90px;
}

.bc-pb90 {
  padding-bottom: 90px;
}

.bc-mt91 {
  margin-top: 91px;
}

.bc-mb91 {
  margin-bottom: 91px;
}

.bc-pt91 {
  padding-top: 91px;
}

.bc-pb91 {
  padding-bottom: 91px;
}

.bc-mt92 {
  margin-top: 92px;
}

.bc-mb92 {
  margin-bottom: 92px;
}

.bc-pt92 {
  padding-top: 92px;
}

.bc-pb92 {
  padding-bottom: 92px;
}

.bc-mt93 {
  margin-top: 93px;
}

.bc-mb93 {
  margin-bottom: 93px;
}

.bc-pt93 {
  padding-top: 93px;
}

.bc-pb93 {
  padding-bottom: 93px;
}

.bc-mt94 {
  margin-top: 94px;
}

.bc-mb94 {
  margin-bottom: 94px;
}

.bc-pt94 {
  padding-top: 94px;
}

.bc-pb94 {
  padding-bottom: 94px;
}

.bc-mt95 {
  margin-top: 95px;
}

.bc-mb95 {
  margin-bottom: 95px;
}

.bc-pt95 {
  padding-top: 95px;
}

.bc-pb95 {
  padding-bottom: 95px;
}

.bc-mt96 {
  margin-top: 96px;
}

.bc-mb96 {
  margin-bottom: 96px;
}

.bc-pt96 {
  padding-top: 96px;
}

.bc-pb96 {
  padding-bottom: 96px;
}

.bc-mt97 {
  margin-top: 97px;
}

.bc-mb97 {
  margin-bottom: 97px;
}

.bc-pt97 {
  padding-top: 97px;
}

.bc-pb97 {
  padding-bottom: 97px;
}

.bc-mt98 {
  margin-top: 98px;
}

.bc-mb98 {
  margin-bottom: 98px;
}

.bc-pt98 {
  padding-top: 98px;
}

.bc-pb98 {
  padding-bottom: 98px;
}

.bc-mt99 {
  margin-top: 99px;
}

.bc-mb99 {
  margin-bottom: 99px;
}

.bc-pt99 {
  padding-top: 99px;
}

.bc-pb99 {
  padding-bottom: 99px;
}

.bc-mt100 {
  margin-top: 100px;
}

.bc-mb100 {
  margin-bottom: 100px;
}

.bc-pt100 {
  padding-top: 100px;
}

.bc-pb100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 899px) {
  .bc-sp-mt0 {
    margin-top: 0;
  }
  .bc-sp-mb0 {
    margin-bottom: 0;
  }
  .bc-sp-pt0 {
    padding-top: 0;
  }
  .bc-sp-pb0 {
    padding-bottom: 0;
  }
  .bc-sp-mt1 {
    margin-top: 1px;
  }
  .bc-sp-mb1 {
    margin-bottom: 1px;
  }
  .bc-sp-pt1 {
    padding-top: 1px;
  }
  .bc-sp-pb1 {
    padding-bottom: 1px;
  }
  .bc-sp-mt2 {
    margin-top: 2px;
  }
  .bc-sp-mb2 {
    margin-bottom: 2px;
  }
  .bc-sp-pt2 {
    padding-top: 2px;
  }
  .bc-sp-pb2 {
    padding-bottom: 2px;
  }
  .bc-sp-mt3 {
    margin-top: 3px;
  }
  .bc-sp-mb3 {
    margin-bottom: 3px;
  }
  .bc-sp-pt3 {
    padding-top: 3px;
  }
  .bc-sp-pb3 {
    padding-bottom: 3px;
  }
  .bc-sp-mt4 {
    margin-top: 4px;
  }
  .bc-sp-mb4 {
    margin-bottom: 4px;
  }
  .bc-sp-pt4 {
    padding-top: 4px;
  }
  .bc-sp-pb4 {
    padding-bottom: 4px;
  }
  .bc-sp-mt5 {
    margin-top: 5px;
  }
  .bc-sp-mb5 {
    margin-bottom: 5px;
  }
  .bc-sp-pt5 {
    padding-top: 5px;
  }
  .bc-sp-pb5 {
    padding-bottom: 5px;
  }
  .bc-sp-mt6 {
    margin-top: 6px;
  }
  .bc-sp-mb6 {
    margin-bottom: 6px;
  }
  .bc-sp-pt6 {
    padding-top: 6px;
  }
  .bc-sp-pb6 {
    padding-bottom: 6px;
  }
  .bc-sp-mt7 {
    margin-top: 7px;
  }
  .bc-sp-mb7 {
    margin-bottom: 7px;
  }
  .bc-sp-pt7 {
    padding-top: 7px;
  }
  .bc-sp-pb7 {
    padding-bottom: 7px;
  }
  .bc-sp-mt8 {
    margin-top: 8px;
  }
  .bc-sp-mb8 {
    margin-bottom: 8px;
  }
  .bc-sp-pt8 {
    padding-top: 8px;
  }
  .bc-sp-pb8 {
    padding-bottom: 8px;
  }
  .bc-sp-mt9 {
    margin-top: 9px;
  }
  .bc-sp-mb9 {
    margin-bottom: 9px;
  }
  .bc-sp-pt9 {
    padding-top: 9px;
  }
  .bc-sp-pb9 {
    padding-bottom: 9px;
  }
  .bc-sp-mt10 {
    margin-top: 10px;
  }
  .bc-sp-mb10 {
    margin-bottom: 10px;
  }
  .bc-sp-pt10 {
    padding-top: 10px;
  }
  .bc-sp-pb10 {
    padding-bottom: 10px;
  }
  .bc-sp-mt11 {
    margin-top: 11px;
  }
  .bc-sp-mb11 {
    margin-bottom: 11px;
  }
  .bc-sp-pt11 {
    padding-top: 11px;
  }
  .bc-sp-pb11 {
    padding-bottom: 11px;
  }
  .bc-sp-mt12 {
    margin-top: 12px;
  }
  .bc-sp-mb12 {
    margin-bottom: 12px;
  }
  .bc-sp-pt12 {
    padding-top: 12px;
  }
  .bc-sp-pb12 {
    padding-bottom: 12px;
  }
  .bc-sp-mt13 {
    margin-top: 13px;
  }
  .bc-sp-mb13 {
    margin-bottom: 13px;
  }
  .bc-sp-pt13 {
    padding-top: 13px;
  }
  .bc-sp-pb13 {
    padding-bottom: 13px;
  }
  .bc-sp-mt14 {
    margin-top: 14px;
  }
  .bc-sp-mb14 {
    margin-bottom: 14px;
  }
  .bc-sp-pt14 {
    padding-top: 14px;
  }
  .bc-sp-pb14 {
    padding-bottom: 14px;
  }
  .bc-sp-mt15 {
    margin-top: 15px;
  }
  .bc-sp-mb15 {
    margin-bottom: 15px;
  }
  .bc-sp-pt15 {
    padding-top: 15px;
  }
  .bc-sp-pb15 {
    padding-bottom: 15px;
  }
  .bc-sp-mt16 {
    margin-top: 16px;
  }
  .bc-sp-mb16 {
    margin-bottom: 16px;
  }
  .bc-sp-pt16 {
    padding-top: 16px;
  }
  .bc-sp-pb16 {
    padding-bottom: 16px;
  }
  .bc-sp-mt17 {
    margin-top: 17px;
  }
  .bc-sp-mb17 {
    margin-bottom: 17px;
  }
  .bc-sp-pt17 {
    padding-top: 17px;
  }
  .bc-sp-pb17 {
    padding-bottom: 17px;
  }
  .bc-sp-mt18 {
    margin-top: 18px;
  }
  .bc-sp-mb18 {
    margin-bottom: 18px;
  }
  .bc-sp-pt18 {
    padding-top: 18px;
  }
  .bc-sp-pb18 {
    padding-bottom: 18px;
  }
  .bc-sp-mt19 {
    margin-top: 19px;
  }
  .bc-sp-mb19 {
    margin-bottom: 19px;
  }
  .bc-sp-pt19 {
    padding-top: 19px;
  }
  .bc-sp-pb19 {
    padding-bottom: 19px;
  }
  .bc-sp-mt20 {
    margin-top: 20px;
  }
  .bc-sp-mb20 {
    margin-bottom: 20px;
  }
  .bc-sp-pt20 {
    padding-top: 20px;
  }
  .bc-sp-pb20 {
    padding-bottom: 20px;
  }
  .bc-sp-mt21 {
    margin-top: 21px;
  }
  .bc-sp-mb21 {
    margin-bottom: 21px;
  }
  .bc-sp-pt21 {
    padding-top: 21px;
  }
  .bc-sp-pb21 {
    padding-bottom: 21px;
  }
  .bc-sp-mt22 {
    margin-top: 22px;
  }
  .bc-sp-mb22 {
    margin-bottom: 22px;
  }
  .bc-sp-pt22 {
    padding-top: 22px;
  }
  .bc-sp-pb22 {
    padding-bottom: 22px;
  }
  .bc-sp-mt23 {
    margin-top: 23px;
  }
  .bc-sp-mb23 {
    margin-bottom: 23px;
  }
  .bc-sp-pt23 {
    padding-top: 23px;
  }
  .bc-sp-pb23 {
    padding-bottom: 23px;
  }
  .bc-sp-mt24 {
    margin-top: 24px;
  }
  .bc-sp-mb24 {
    margin-bottom: 24px;
  }
  .bc-sp-pt24 {
    padding-top: 24px;
  }
  .bc-sp-pb24 {
    padding-bottom: 24px;
  }
  .bc-sp-mt25 {
    margin-top: 25px;
  }
  .bc-sp-mb25 {
    margin-bottom: 25px;
  }
  .bc-sp-pt25 {
    padding-top: 25px;
  }
  .bc-sp-pb25 {
    padding-bottom: 25px;
  }
  .bc-sp-mt26 {
    margin-top: 26px;
  }
  .bc-sp-mb26 {
    margin-bottom: 26px;
  }
  .bc-sp-pt26 {
    padding-top: 26px;
  }
  .bc-sp-pb26 {
    padding-bottom: 26px;
  }
  .bc-sp-mt27 {
    margin-top: 27px;
  }
  .bc-sp-mb27 {
    margin-bottom: 27px;
  }
  .bc-sp-pt27 {
    padding-top: 27px;
  }
  .bc-sp-pb27 {
    padding-bottom: 27px;
  }
  .bc-sp-mt28 {
    margin-top: 28px;
  }
  .bc-sp-mb28 {
    margin-bottom: 28px;
  }
  .bc-sp-pt28 {
    padding-top: 28px;
  }
  .bc-sp-pb28 {
    padding-bottom: 28px;
  }
  .bc-sp-mt29 {
    margin-top: 29px;
  }
  .bc-sp-mb29 {
    margin-bottom: 29px;
  }
  .bc-sp-pt29 {
    padding-top: 29px;
  }
  .bc-sp-pb29 {
    padding-bottom: 29px;
  }
  .bc-sp-mt30 {
    margin-top: 30px;
  }
  .bc-sp-mb30 {
    margin-bottom: 30px;
  }
  .bc-sp-pt30 {
    padding-top: 30px;
  }
  .bc-sp-pb30 {
    padding-bottom: 30px;
  }
  .bc-sp-mt31 {
    margin-top: 31px;
  }
  .bc-sp-mb31 {
    margin-bottom: 31px;
  }
  .bc-sp-pt31 {
    padding-top: 31px;
  }
  .bc-sp-pb31 {
    padding-bottom: 31px;
  }
  .bc-sp-mt32 {
    margin-top: 32px;
  }
  .bc-sp-mb32 {
    margin-bottom: 32px;
  }
  .bc-sp-pt32 {
    padding-top: 32px;
  }
  .bc-sp-pb32 {
    padding-bottom: 32px;
  }
  .bc-sp-mt33 {
    margin-top: 33px;
  }
  .bc-sp-mb33 {
    margin-bottom: 33px;
  }
  .bc-sp-pt33 {
    padding-top: 33px;
  }
  .bc-sp-pb33 {
    padding-bottom: 33px;
  }
  .bc-sp-mt34 {
    margin-top: 34px;
  }
  .bc-sp-mb34 {
    margin-bottom: 34px;
  }
  .bc-sp-pt34 {
    padding-top: 34px;
  }
  .bc-sp-pb34 {
    padding-bottom: 34px;
  }
  .bc-sp-mt35 {
    margin-top: 35px;
  }
  .bc-sp-mb35 {
    margin-bottom: 35px;
  }
  .bc-sp-pt35 {
    padding-top: 35px;
  }
  .bc-sp-pb35 {
    padding-bottom: 35px;
  }
  .bc-sp-mt36 {
    margin-top: 36px;
  }
  .bc-sp-mb36 {
    margin-bottom: 36px;
  }
  .bc-sp-pt36 {
    padding-top: 36px;
  }
  .bc-sp-pb36 {
    padding-bottom: 36px;
  }
  .bc-sp-mt37 {
    margin-top: 37px;
  }
  .bc-sp-mb37 {
    margin-bottom: 37px;
  }
  .bc-sp-pt37 {
    padding-top: 37px;
  }
  .bc-sp-pb37 {
    padding-bottom: 37px;
  }
  .bc-sp-mt38 {
    margin-top: 38px;
  }
  .bc-sp-mb38 {
    margin-bottom: 38px;
  }
  .bc-sp-pt38 {
    padding-top: 38px;
  }
  .bc-sp-pb38 {
    padding-bottom: 38px;
  }
  .bc-sp-mt39 {
    margin-top: 39px;
  }
  .bc-sp-mb39 {
    margin-bottom: 39px;
  }
  .bc-sp-pt39 {
    padding-top: 39px;
  }
  .bc-sp-pb39 {
    padding-bottom: 39px;
  }
  .bc-sp-mt40 {
    margin-top: 40px;
  }
  .bc-sp-mb40 {
    margin-bottom: 40px;
  }
  .bc-sp-pt40 {
    padding-top: 40px;
  }
  .bc-sp-pb40 {
    padding-bottom: 40px;
  }
  .bc-sp-mt41 {
    margin-top: 41px;
  }
  .bc-sp-mb41 {
    margin-bottom: 41px;
  }
  .bc-sp-pt41 {
    padding-top: 41px;
  }
  .bc-sp-pb41 {
    padding-bottom: 41px;
  }
  .bc-sp-mt42 {
    margin-top: 42px;
  }
  .bc-sp-mb42 {
    margin-bottom: 42px;
  }
  .bc-sp-pt42 {
    padding-top: 42px;
  }
  .bc-sp-pb42 {
    padding-bottom: 42px;
  }
  .bc-sp-mt43 {
    margin-top: 43px;
  }
  .bc-sp-mb43 {
    margin-bottom: 43px;
  }
  .bc-sp-pt43 {
    padding-top: 43px;
  }
  .bc-sp-pb43 {
    padding-bottom: 43px;
  }
  .bc-sp-mt44 {
    margin-top: 44px;
  }
  .bc-sp-mb44 {
    margin-bottom: 44px;
  }
  .bc-sp-pt44 {
    padding-top: 44px;
  }
  .bc-sp-pb44 {
    padding-bottom: 44px;
  }
  .bc-sp-mt45 {
    margin-top: 45px;
  }
  .bc-sp-mb45 {
    margin-bottom: 45px;
  }
  .bc-sp-pt45 {
    padding-top: 45px;
  }
  .bc-sp-pb45 {
    padding-bottom: 45px;
  }
  .bc-sp-mt46 {
    margin-top: 46px;
  }
  .bc-sp-mb46 {
    margin-bottom: 46px;
  }
  .bc-sp-pt46 {
    padding-top: 46px;
  }
  .bc-sp-pb46 {
    padding-bottom: 46px;
  }
  .bc-sp-mt47 {
    margin-top: 47px;
  }
  .bc-sp-mb47 {
    margin-bottom: 47px;
  }
  .bc-sp-pt47 {
    padding-top: 47px;
  }
  .bc-sp-pb47 {
    padding-bottom: 47px;
  }
  .bc-sp-mt48 {
    margin-top: 48px;
  }
  .bc-sp-mb48 {
    margin-bottom: 48px;
  }
  .bc-sp-pt48 {
    padding-top: 48px;
  }
  .bc-sp-pb48 {
    padding-bottom: 48px;
  }
  .bc-sp-mt49 {
    margin-top: 49px;
  }
  .bc-sp-mb49 {
    margin-bottom: 49px;
  }
  .bc-sp-pt49 {
    padding-top: 49px;
  }
  .bc-sp-pb49 {
    padding-bottom: 49px;
  }
  .bc-sp-mt50 {
    margin-top: 50px;
  }
  .bc-sp-mb50 {
    margin-bottom: 50px;
  }
  .bc-sp-pt50 {
    padding-top: 50px;
  }
  .bc-sp-pb50 {
    padding-bottom: 50px;
  }
  .bc-sp-mt51 {
    margin-top: 51px;
  }
  .bc-sp-mb51 {
    margin-bottom: 51px;
  }
  .bc-sp-pt51 {
    padding-top: 51px;
  }
  .bc-sp-pb51 {
    padding-bottom: 51px;
  }
  .bc-sp-mt52 {
    margin-top: 52px;
  }
  .bc-sp-mb52 {
    margin-bottom: 52px;
  }
  .bc-sp-pt52 {
    padding-top: 52px;
  }
  .bc-sp-pb52 {
    padding-bottom: 52px;
  }
  .bc-sp-mt53 {
    margin-top: 53px;
  }
  .bc-sp-mb53 {
    margin-bottom: 53px;
  }
  .bc-sp-pt53 {
    padding-top: 53px;
  }
  .bc-sp-pb53 {
    padding-bottom: 53px;
  }
  .bc-sp-mt54 {
    margin-top: 54px;
  }
  .bc-sp-mb54 {
    margin-bottom: 54px;
  }
  .bc-sp-pt54 {
    padding-top: 54px;
  }
  .bc-sp-pb54 {
    padding-bottom: 54px;
  }
  .bc-sp-mt55 {
    margin-top: 55px;
  }
  .bc-sp-mb55 {
    margin-bottom: 55px;
  }
  .bc-sp-pt55 {
    padding-top: 55px;
  }
  .bc-sp-pb55 {
    padding-bottom: 55px;
  }
  .bc-sp-mt56 {
    margin-top: 56px;
  }
  .bc-sp-mb56 {
    margin-bottom: 56px;
  }
  .bc-sp-pt56 {
    padding-top: 56px;
  }
  .bc-sp-pb56 {
    padding-bottom: 56px;
  }
  .bc-sp-mt57 {
    margin-top: 57px;
  }
  .bc-sp-mb57 {
    margin-bottom: 57px;
  }
  .bc-sp-pt57 {
    padding-top: 57px;
  }
  .bc-sp-pb57 {
    padding-bottom: 57px;
  }
  .bc-sp-mt58 {
    margin-top: 58px;
  }
  .bc-sp-mb58 {
    margin-bottom: 58px;
  }
  .bc-sp-pt58 {
    padding-top: 58px;
  }
  .bc-sp-pb58 {
    padding-bottom: 58px;
  }
  .bc-sp-mt59 {
    margin-top: 59px;
  }
  .bc-sp-mb59 {
    margin-bottom: 59px;
  }
  .bc-sp-pt59 {
    padding-top: 59px;
  }
  .bc-sp-pb59 {
    padding-bottom: 59px;
  }
  .bc-sp-mt60 {
    margin-top: 60px;
  }
  .bc-sp-mb60 {
    margin-bottom: 60px;
  }
  .bc-sp-pt60 {
    padding-top: 60px;
  }
  .bc-sp-pb60 {
    padding-bottom: 60px;
  }
  .bc-sp-mt61 {
    margin-top: 61px;
  }
  .bc-sp-mb61 {
    margin-bottom: 61px;
  }
  .bc-sp-pt61 {
    padding-top: 61px;
  }
  .bc-sp-pb61 {
    padding-bottom: 61px;
  }
  .bc-sp-mt62 {
    margin-top: 62px;
  }
  .bc-sp-mb62 {
    margin-bottom: 62px;
  }
  .bc-sp-pt62 {
    padding-top: 62px;
  }
  .bc-sp-pb62 {
    padding-bottom: 62px;
  }
  .bc-sp-mt63 {
    margin-top: 63px;
  }
  .bc-sp-mb63 {
    margin-bottom: 63px;
  }
  .bc-sp-pt63 {
    padding-top: 63px;
  }
  .bc-sp-pb63 {
    padding-bottom: 63px;
  }
  .bc-sp-mt64 {
    margin-top: 64px;
  }
  .bc-sp-mb64 {
    margin-bottom: 64px;
  }
  .bc-sp-pt64 {
    padding-top: 64px;
  }
  .bc-sp-pb64 {
    padding-bottom: 64px;
  }
  .bc-sp-mt65 {
    margin-top: 65px;
  }
  .bc-sp-mb65 {
    margin-bottom: 65px;
  }
  .bc-sp-pt65 {
    padding-top: 65px;
  }
  .bc-sp-pb65 {
    padding-bottom: 65px;
  }
  .bc-sp-mt66 {
    margin-top: 66px;
  }
  .bc-sp-mb66 {
    margin-bottom: 66px;
  }
  .bc-sp-pt66 {
    padding-top: 66px;
  }
  .bc-sp-pb66 {
    padding-bottom: 66px;
  }
  .bc-sp-mt67 {
    margin-top: 67px;
  }
  .bc-sp-mb67 {
    margin-bottom: 67px;
  }
  .bc-sp-pt67 {
    padding-top: 67px;
  }
  .bc-sp-pb67 {
    padding-bottom: 67px;
  }
  .bc-sp-mt68 {
    margin-top: 68px;
  }
  .bc-sp-mb68 {
    margin-bottom: 68px;
  }
  .bc-sp-pt68 {
    padding-top: 68px;
  }
  .bc-sp-pb68 {
    padding-bottom: 68px;
  }
  .bc-sp-mt69 {
    margin-top: 69px;
  }
  .bc-sp-mb69 {
    margin-bottom: 69px;
  }
  .bc-sp-pt69 {
    padding-top: 69px;
  }
  .bc-sp-pb69 {
    padding-bottom: 69px;
  }
  .bc-sp-mt70 {
    margin-top: 70px;
  }
  .bc-sp-mb70 {
    margin-bottom: 70px;
  }
  .bc-sp-pt70 {
    padding-top: 70px;
  }
  .bc-sp-pb70 {
    padding-bottom: 70px;
  }
  .bc-sp-mt71 {
    margin-top: 71px;
  }
  .bc-sp-mb71 {
    margin-bottom: 71px;
  }
  .bc-sp-pt71 {
    padding-top: 71px;
  }
  .bc-sp-pb71 {
    padding-bottom: 71px;
  }
  .bc-sp-mt72 {
    margin-top: 72px;
  }
  .bc-sp-mb72 {
    margin-bottom: 72px;
  }
  .bc-sp-pt72 {
    padding-top: 72px;
  }
  .bc-sp-pb72 {
    padding-bottom: 72px;
  }
  .bc-sp-mt73 {
    margin-top: 73px;
  }
  .bc-sp-mb73 {
    margin-bottom: 73px;
  }
  .bc-sp-pt73 {
    padding-top: 73px;
  }
  .bc-sp-pb73 {
    padding-bottom: 73px;
  }
  .bc-sp-mt74 {
    margin-top: 74px;
  }
  .bc-sp-mb74 {
    margin-bottom: 74px;
  }
  .bc-sp-pt74 {
    padding-top: 74px;
  }
  .bc-sp-pb74 {
    padding-bottom: 74px;
  }
  .bc-sp-mt75 {
    margin-top: 75px;
  }
  .bc-sp-mb75 {
    margin-bottom: 75px;
  }
  .bc-sp-pt75 {
    padding-top: 75px;
  }
  .bc-sp-pb75 {
    padding-bottom: 75px;
  }
  .bc-sp-mt76 {
    margin-top: 76px;
  }
  .bc-sp-mb76 {
    margin-bottom: 76px;
  }
  .bc-sp-pt76 {
    padding-top: 76px;
  }
  .bc-sp-pb76 {
    padding-bottom: 76px;
  }
  .bc-sp-mt77 {
    margin-top: 77px;
  }
  .bc-sp-mb77 {
    margin-bottom: 77px;
  }
  .bc-sp-pt77 {
    padding-top: 77px;
  }
  .bc-sp-pb77 {
    padding-bottom: 77px;
  }
  .bc-sp-mt78 {
    margin-top: 78px;
  }
  .bc-sp-mb78 {
    margin-bottom: 78px;
  }
  .bc-sp-pt78 {
    padding-top: 78px;
  }
  .bc-sp-pb78 {
    padding-bottom: 78px;
  }
  .bc-sp-mt79 {
    margin-top: 79px;
  }
  .bc-sp-mb79 {
    margin-bottom: 79px;
  }
  .bc-sp-pt79 {
    padding-top: 79px;
  }
  .bc-sp-pb79 {
    padding-bottom: 79px;
  }
  .bc-sp-mt80 {
    margin-top: 80px;
  }
  .bc-sp-mb80 {
    margin-bottom: 80px;
  }
  .bc-sp-pt80 {
    padding-top: 80px;
  }
  .bc-sp-pb80 {
    padding-bottom: 80px;
  }
  .bc-sp-mt81 {
    margin-top: 81px;
  }
  .bc-sp-mb81 {
    margin-bottom: 81px;
  }
  .bc-sp-pt81 {
    padding-top: 81px;
  }
  .bc-sp-pb81 {
    padding-bottom: 81px;
  }
  .bc-sp-mt82 {
    margin-top: 82px;
  }
  .bc-sp-mb82 {
    margin-bottom: 82px;
  }
  .bc-sp-pt82 {
    padding-top: 82px;
  }
  .bc-sp-pb82 {
    padding-bottom: 82px;
  }
  .bc-sp-mt83 {
    margin-top: 83px;
  }
  .bc-sp-mb83 {
    margin-bottom: 83px;
  }
  .bc-sp-pt83 {
    padding-top: 83px;
  }
  .bc-sp-pb83 {
    padding-bottom: 83px;
  }
  .bc-sp-mt84 {
    margin-top: 84px;
  }
  .bc-sp-mb84 {
    margin-bottom: 84px;
  }
  .bc-sp-pt84 {
    padding-top: 84px;
  }
  .bc-sp-pb84 {
    padding-bottom: 84px;
  }
  .bc-sp-mt85 {
    margin-top: 85px;
  }
  .bc-sp-mb85 {
    margin-bottom: 85px;
  }
  .bc-sp-pt85 {
    padding-top: 85px;
  }
  .bc-sp-pb85 {
    padding-bottom: 85px;
  }
  .bc-sp-mt86 {
    margin-top: 86px;
  }
  .bc-sp-mb86 {
    margin-bottom: 86px;
  }
  .bc-sp-pt86 {
    padding-top: 86px;
  }
  .bc-sp-pb86 {
    padding-bottom: 86px;
  }
  .bc-sp-mt87 {
    margin-top: 87px;
  }
  .bc-sp-mb87 {
    margin-bottom: 87px;
  }
  .bc-sp-pt87 {
    padding-top: 87px;
  }
  .bc-sp-pb87 {
    padding-bottom: 87px;
  }
  .bc-sp-mt88 {
    margin-top: 88px;
  }
  .bc-sp-mb88 {
    margin-bottom: 88px;
  }
  .bc-sp-pt88 {
    padding-top: 88px;
  }
  .bc-sp-pb88 {
    padding-bottom: 88px;
  }
  .bc-sp-mt89 {
    margin-top: 89px;
  }
  .bc-sp-mb89 {
    margin-bottom: 89px;
  }
  .bc-sp-pt89 {
    padding-top: 89px;
  }
  .bc-sp-pb89 {
    padding-bottom: 89px;
  }
  .bc-sp-mt90 {
    margin-top: 90px;
  }
  .bc-sp-mb90 {
    margin-bottom: 90px;
  }
  .bc-sp-pt90 {
    padding-top: 90px;
  }
  .bc-sp-pb90 {
    padding-bottom: 90px;
  }
  .bc-sp-mt91 {
    margin-top: 91px;
  }
  .bc-sp-mb91 {
    margin-bottom: 91px;
  }
  .bc-sp-pt91 {
    padding-top: 91px;
  }
  .bc-sp-pb91 {
    padding-bottom: 91px;
  }
  .bc-sp-mt92 {
    margin-top: 92px;
  }
  .bc-sp-mb92 {
    margin-bottom: 92px;
  }
  .bc-sp-pt92 {
    padding-top: 92px;
  }
  .bc-sp-pb92 {
    padding-bottom: 92px;
  }
  .bc-sp-mt93 {
    margin-top: 93px;
  }
  .bc-sp-mb93 {
    margin-bottom: 93px;
  }
  .bc-sp-pt93 {
    padding-top: 93px;
  }
  .bc-sp-pb93 {
    padding-bottom: 93px;
  }
  .bc-sp-mt94 {
    margin-top: 94px;
  }
  .bc-sp-mb94 {
    margin-bottom: 94px;
  }
  .bc-sp-pt94 {
    padding-top: 94px;
  }
  .bc-sp-pb94 {
    padding-bottom: 94px;
  }
  .bc-sp-mt95 {
    margin-top: 95px;
  }
  .bc-sp-mb95 {
    margin-bottom: 95px;
  }
  .bc-sp-pt95 {
    padding-top: 95px;
  }
  .bc-sp-pb95 {
    padding-bottom: 95px;
  }
  .bc-sp-mt96 {
    margin-top: 96px;
  }
  .bc-sp-mb96 {
    margin-bottom: 96px;
  }
  .bc-sp-pt96 {
    padding-top: 96px;
  }
  .bc-sp-pb96 {
    padding-bottom: 96px;
  }
  .bc-sp-mt97 {
    margin-top: 97px;
  }
  .bc-sp-mb97 {
    margin-bottom: 97px;
  }
  .bc-sp-pt97 {
    padding-top: 97px;
  }
  .bc-sp-pb97 {
    padding-bottom: 97px;
  }
  .bc-sp-mt98 {
    margin-top: 98px;
  }
  .bc-sp-mb98 {
    margin-bottom: 98px;
  }
  .bc-sp-pt98 {
    padding-top: 98px;
  }
  .bc-sp-pb98 {
    padding-bottom: 98px;
  }
  .bc-sp-mt99 {
    margin-top: 99px;
  }
  .bc-sp-mb99 {
    margin-bottom: 99px;
  }
  .bc-sp-pt99 {
    padding-top: 99px;
  }
  .bc-sp-pb99 {
    padding-bottom: 99px;
  }
  .bc-sp-mt100 {
    margin-top: 100px;
  }
  .bc-sp-mb100 {
    margin-bottom: 100px;
  }
  .bc-sp-pt100 {
    padding-top: 100px;
  }
  .bc-sp-pb100 {
    padding-bottom: 100px;
  }
}

/****************************************
送信ボタン
****************************************/
.btnBlack {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  padding: 7px 5px 7px 5px;
  text-align: center;
  vertical-align: inherit;
  background-color: #333;
  color: #FFFFFF;
  font-size: 100%;
  line-height: 1.0em;
  margin: 10px 0 0 0;
  width: 100%;
}
.btnBlack:hover {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
  text-decoration: none;
}
.btnBlackWaku {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  padding: 7px 5px 7px 5px;
  text-align: center;
  vertical-align: inherit;
  background-color: #fff;
  color: #333;
  border:1px solid #999;
  font-size: 100%;
  line-height: 1.0em;
  margin: 10px 0 0 0;
  width: 100%;
}
.btnBlackWaku:hover {
  transition-property: all;
  transition: 0.3s linear;
  border:1px solid #ccc;
  background:#eee;
  text-decoration:none;
}
.btnBlue {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  padding: 7px 5px 7px 5px;
  text-align: center;
  vertical-align: inherit;
  background-color: #1badcf;
  color: #fff;
  border:1px solid #1badcf;
  font-size: 100%;
  line-height: 1.0em;
  margin: 10px 0 0 0;
  width: 100%;
}
.btnBlue:hover {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
  text-decoration: none;
}
.btnBlueWaku {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  padding: 7px 5px 7px 5px;
  text-align: center;
  vertical-align: inherit;
  background-color: #fff;
  color: #333;
  border:1px solid #1badcf;
  font-size: 100%;
  line-height: 1.0em;
  margin: 10px 0 0 0;
  width: 100%;
}
.btnBlueWaku:hover {
  transition-property: all;
  transition: 0.3s linear;
  border:1px solid #1badcf;
  background:#1badcf;
  text-decoration:none;
  color:#fff;
}
.btnGray {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  padding: 7px 5px 7px 5px;
  text-align: center;
  vertical-align: inherit;
  background-color: #f1f1f1;
  color: #333;
  border:1px solid #e9e9e9;
  font-size: 100%;
  line-height: 1.0em;
  margin: 10px 0 0 0;
  width: 100%;
}
.btnGray:hover {
  transition-property: all;
  transition: 0.3s linear;
  border:1px solid #999;
  background:#fff;
  text-decoration:none;
}
.btnOcher {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  padding: 7px 5px 7px 5px;
  text-align: center;
  vertical-align: inherit;
  background-color: #D9A300;
  color: #fff;
  border:1px solid #D9A300;
  font-size: 100%;
  line-height: 1.0em;
  margin: 10px 0 0 0;
  width: 100%;
}
.btnOcher:hover {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
  text-decoration: none;
}
.btnRed {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  padding: 7px 5px 7px 5px;
  text-align: center;
  vertical-align: inherit;
  background-color: #e74c3c;
  color: #fff;
  border:1px solid #e74c3c;
  font-size: 100%;
  line-height: 1.0em;
  margin: 10px 0 0 0;
  width: 100%;
}
.btnRed:hover {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
  text-decoration: none;
}
.btnGreen {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  padding: 7px 5px 7px 5px;
  text-align: center;
  vertical-align: inherit;
  background-color: #2ecc71;
  color: #fff;
  border:1px solid #2ecc71;
  font-size: 100%;
  line-height: 1.0em;
  margin: 10px 0 0 0;
  width: 100%;
}
.btnGreen:hover {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
  text-decoration: none;
}
.btnNo {
  border-radius: 4px;
  display: block;
  padding: 7px 5px 7px 5px;
  text-align: center;
  vertical-align: inherit;
  background-color: #f1f1f1;
  color: #333;
  border:1px solid #e9e9e9;
  font-size: 100%;
  line-height: 1.0em;
  margin: 10px 0 0 0;
  width: 100%;
}


/****************************************
絞り込み
****************************************/
#refineMenu {
	width:200px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#refineMenu ul{}

#refineMenu .searchResult,
#refineMenu .searchRefine{
	border: 1px solid #e9e9e9;
	padding: 20px 20px 20px 20px;
	margin:0 0 10px 0;
}

#refineMenu .searchResult h3,
#refineMenu .searchRefine h3{
	font-weight: bold;
	font-size: 100%;
	padding: 0 0 5px 0;
  margin:0 0 10px 0;
  border-bottom:1px solid #979797;
}

#refineMenu .searchResult li,
#refineMenu .searchRefine li{
	display: block;
	width: 100%;
	margin:0 0 5px 0;
	padding:0 0 0 0;
	line-height: 2.0em;
  font-size:90%;
}

#refineMenu .searchResult li a,
#refineMenu .searchRefine li a{
}


#refineMenu .searchResult li.current,
#refineMenu .searchRefine li a.current{
	color:#FF9900;
	font-weight:bold;
}

#refineMenu .searchRefine li span.colorChip{
	display: inline-block;
	height: 18px;
	width: 18px;
	border: 1px solid #CCCCCC;
	margin:0 3px 0 0;
	cursor:pointer;
	vertical-align: middle;
}


#refineMenu ul.sideBanner {
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#refineMenu ul.subBanner li {
	width:100%;
	height:auto;
	margin:0 0 5px 0;
	padding:0 0 0 0;
	display: block;
}

#refineMenu ul.subBanner li a:hover {
	background-color:#FFF;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

#refineMenu #menuList {
	margin:0 0 0 0;
	padding:0 0 0 0;
}




/****************************************
スター
****************************************/
div.ratingS00,div.ratingS05,div.ratingS10,div.ratingS15,div.ratingS20,div.ratingS25,div.ratingS30,div.ratingS35,div.ratingS40,div.ratingS45,div.ratingS50,
div.ratingM00,div.ratingM05,div.ratingM10,div.ratingM15,div.ratingM20,div.ratingM25,div.ratingM30,div.ratingM35,div.ratingM40,div.ratingM45,div.ratingM50,
div.ratingL00,div.ratingL05,div.ratingL10,div.ratingL15,div.ratingL20,div.ratingL25,div.ratingL30,div.ratingL35,div.ratingL40,div.ratingL45,div.ratingL50{
  background: url(/assets/img/common/sprite_ratingstar.png) no-repeat top left;
	display: inline-block;
}
div.ratingS00,div.ratingS05,div.ratingS10,div.ratingS15,div.ratingS20,div.ratingS25,div.ratingS30,div.ratingS35,div.ratingS40,div.ratingS45,div.ratingS50{
  width: 70px;
  height: 13px;
}
div.ratingM00,div.ratingM05,div.ratingM10,div.ratingM15,div.ratingM20,div.ratingM25,div.ratingM30,div.ratingM35,div.ratingM40,div.ratingM45,div.ratingM50{
  width: 87px;
  height: 16px;
}
div.ratingL00,div.ratingL05,div.ratingL10,div.ratingL15,div.ratingL20,div.ratingL25,div.ratingL30,div.ratingL35,div.ratingL40,div.ratingL45,div.ratingL50{
    width: 117px;
    height: 21px;
}
div.ratingS00 { background-position: 0 0px; }
div.ratingS05 { background-position: 0 -13px; }
div.ratingS10 { background-position: 0 -26px; }
div.ratingS15 { background-position: 0 -39px; }
div.ratingS20 { background-position: 0 -52px; }
div.ratingS25 { background-position: 0 -65px; }
div.ratingS30 { background-position: 0 -78px; }
div.ratingS35 { background-position: 0 -91px; }
div.ratingS40 { background-position: 0 -104px; }
div.ratingS45 { background-position: 0 -117px; }
div.ratingS50 { background-position: 0 -130px; }
div.ratingM00 { background-position: 0 -143px; }
div.ratingM05 { background-position: 0 -159px; }
div.ratingM10 { background-position: 0 -175px; }
div.ratingM15 { background-position: 0 -191px; }
div.ratingM20 { background-position: 0 -207px; }
div.ratingM25 { background-position: 0 -223px; }
div.ratingM30 { background-position: 0 -239px; }
div.ratingM35 { background-position: 0 -255px; }
div.ratingM40 { background-position: 0 -271px; }
div.ratingM45 { background-position: 0 -287px; }
div.ratingM50 { background-position: 0 -303px; }
div.ratingL00 { background-position: 0 -319px; }
div.ratingL05 { background-position: 0 -340px; }
div.ratingL10 { background-position: 0 -361px; }
div.ratingL15 { background-position: 0 -382px; }
div.ratingL20 { background-position: 0 -403px; }
div.ratingL25 { background-position: 0 -424px; }
div.ratingL30 { background-position: 0 -445px; }
div.ratingL35 { background-position: 0 -466px; }
div.ratingL40 { background-position: 0 -487px; }
div.ratingL45 { background-position: 0 -508px; }
div.ratingL50 { background-position: 0 -529px; }


/****************************************
カスタマーレビューエリア
****************************************/
.detailReview {
	width:100%;
	margin:50px 0 0 0;
	padding:0 0 0 0;
	border-top:3px solid #333;
}

.detailReview h2{
	font-weight:bold;
	font-size:140%;
	margin:0 0 0 0;
	padding:20px 0 20px 0;
}


.detailReviewPost {
	margin:0 0 30px 0;
	padding:0 0 0 0;
}

.detailReviewPost div.detailReviewStar{
	margin:0 0 8px 0;
	padding:0 0 2px 0;
}

.detailReviewPost h3{
	font-size:120%;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0 0 6px 0;
}

.detailReviewPost h3 span.titleCapture{
	font-size:80%;
	font-weight:normal;
	color:#666;
}

.detailReviewPost div.detailReviewContent{
	margin:0 0 10px 0;
	padding:0 0 0 0;
	word-break:normal;
	line-height:1.4em;
}

.detailReviewPost div.detailReviewCaption{
	margin:0 0 10px 0;
	padding:0 0 0 0;
	line-height:1.4em;
}
.detailReviewPost .detailReviewItem{
	margin:0 0 10px 0;
	padding:0 0 0 0;
	line-height:1.0em;
	font-size:80%;
	color:#666;
}

.detailReviewPost div.detailReviewReply{
	margin:0 0 10px 0;
	padding:10px 10px 10px 10px;
	word-break:normal;
	line-height:1.4em;
  background:#F6F6F6;
}
.detailReviewPost div.detailReviewReply .replyComment{
	font-weight:bold;
}

.detailReviewPost div.detailReviewVote{
	margin:0 0 0 0;
	padding:0 0 10px 0;
	vertical-align:middle;
	border-bottom:1px solid #CCC;
}

.detailReviewPost div.detailReviewVote .voteFloat{
	float:left;
}

.detailReviewPost div.detailReviewVote .voteFloat .review {
  line-height: 1.2;
  width: 80px;
  margin: 0 0 0 5px;
  padding: 3px;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.detailReviewPost div.detailReviewVote .voteFloat .review:hover {
  color: #fff;
  background: #1badcf;
}
@media screen and (max-width: 899px) {
  .detailReviewPost div.detailReviewVote .voteFloat .review {
    font-size: 10px;
    font-size: 1rem;
    width: 50px;
  }
}



.detailReview div.detailReviewAll{
	margin:0 0 0 0;
	padding:0 0 0 0;
  text-align:right;
}



/****************************************
制作事例エリア
****************************************/
#blogSummaryBox {
	width:100%;
	margin:50px 0 0 0;
	padding:0 0 0 0;
	border-top:3px solid #333;
}

#blogSummaryBox h2{
	font-weight:bold;
	font-size:140%;
	margin:0 0 0 0;
	padding:20px 0 20px 0;
}

ul#blogSummaryList {
	width:100%;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

li.blogSummaryPost {
	width:300px;
	min-height:358px;
	margin:0 10px 20px 10px;
	padding:0 0 0 0;
	position:relative;
}

@media screen and (max-width: 899px) {
  ul#blogSummaryList {
    width: 100%;
    text-align:center;
  }

  li.blogSummaryPost {
    position: relative;
    width: 90%;
    margin: 0 auto 10px auto;
    display: inline-block;
  }
}
li.blogSummaryPost .summaryPostImg{
	text-align:center;
	margin:0 0 14px 0;
	padding:0 0 0 0;
	min-height:200px;
}

li.blogSummaryPost h4 {
	font-size:100%;
	font-weight:bold;
	line-height:1.4em;
	margin:0 0 0 0;
	padding:0 0 16px 0;
	min-height:40px;
  text-align:center;
}

li.blogSummaryPost .summaryPostLead {
	font-size:90%;
	font-weight:normal;
	margin:0 0 0 0;
	padding:0 0 10px;
	line-height:1.4em;
  text-align:center;
  height: 50px;
  overflow: hidden;
  position: relative;
}

li.blogSummaryPost a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

li.blogSummaryPost a:hover {
	background-color:#FFF;
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
	zoom:1;
}

#selectBlock ul {
	background: none !important;
}

/****************************************
FAQサマリーエリア
****************************************/
#faqSummaryBox {
	width:100%;
	margin:50px 0 0 0;
	padding:0 0 0 0;
	border-top:3px solid #333;
}

#faqSummaryBox h2{
	font-weight:bold;
	font-size:140%;
	margin:0 0 0 0;
	padding:20px 0 20px 0;
}

ul.faqSummaryList {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

li.faqSummaryPost {
	margin:0 0 10px 0;
	padding:0 0 0 0;
}

li.faqSummaryPost a {
	font-size:100%;
}


/****************************************
関連商品エリア
****************************************/

div._detailItemCarousel {
	width:100%;
	margin:50px 0 0 0;
	padding:0 0 0 0;
	border-top:3px solid #000;
}

div._detailItemCarousel h2{
	font-weight:bold;
	font-size:140%;
	margin:0 0 0 0;
	padding:20px 0 20px 0;
}

div._detailItemCarousel div.carouselGroup {
	padding: 0 0 0 0;
	margin:0 0 0 0;
	border:none;
}

/*
div._detailItemCarousel div.carouselGroup ul.slider {
  width:100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

div._detailItemCarousel div.carouselGroup ul.slider li{
	width:125px;
  min-height:200px;
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
	float: left;
	text-align: center;
	position:relative;
}

*/


@media screen and (min-width: 900px) {
  div._detailItemCarousel div.carouselGroup ul.slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 0;
   /*
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    */
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  div._detailItemCarousel div.carouselGroup ul.slider li {
    width: 150px;
    margin: 0 21px 0 0;
    cursor: pointer;
    position:relative;
    text-align:center;
  }
  div._detailItemCarousel div.carouselGroup ul.slider li:nth-child(7n) {
    margin-right: 0;
  }
  div._detailItemCarousel div.carouselGroup ul.slider li:last-child {
    margin-right: auto;
  }
  div._detailItemCarousel div.carouselGroup ul.slider li img{
    /*
    width:90px;
    height:90px;
    */
    margin:0 0 0 0;
    padding:0 0 0 0;
    width:100%;
  }
}
@media screen and (max-width: 899px) {
  div._detailItemCarousel div.carouselGroup ul.slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 0;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align:center;
  }
  div._detailItemCarousel div.carouselGroup ul.slider li {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
    cursor: pointer;
    position:relative;
    text-align:center;
  }
  div._detailItemCarousel div.carouselGroup ul.slider li:nth-child(3n) {
    margin-right: 0;
  }
  div._detailItemCarousel div.carouselGroup ul.slider li:last-child {
    margin-right: 0;
  }
  div._detailItemCarousel div.carouselGroup ul.slider li img{
    width:100%;
    height:auto;
    margin:0 0 0 0;
    padding:0 0 0 0;
  }
}


div._detailItemCarousel div.carouselGroup ul.slider li div.sliderImg{
	width:100%;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}

div._detailItemCarousel div.carouselGroup ul.slider li div.sliderItem{
	min-height:40px;
  margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size:90%;
  line-height:1.4em;
}

div._detailItemCarousel div.carouselGroup ul.slider li div.sliderStar{
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}

div._detailItemCarousel div.carouselGroup ul.slider li div.sliderPrice{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color:#333333;
}

div._detailItemCarousel div.carouselGroup ul.slider li a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

div._detailItemCarousel div.carouselGroup ul.slider li a:hover {
	background-color:#FFF;
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
	zoom:1;
}

/****************************************
無料テンプレート関連
****************************************/
div.detailDesignSample,
div.detailDesignCategory {
  width:100%;
	margin:50px 0 0 0;
	padding:0 0 0 0;
	border-top:3px solid #000;
}
div.detailDesignSampleAll{
  width:100%;
	margin:50px 0 0 0;
	padding:0 0 0 0;
}


div.detailDesignSampleAll h2,
div.detailDesignSample h2,
div.detailDesignCategory h2{
	font-weight:bold;
	font-size:140%;
	margin:0 0 0 0;
	padding:20px 0 20px 0;
}

div.detailDesignSampleAll ul,
div.detailDesignSample ul,
div.detailDesignCategory ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 0;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}


@media screen and (min-width: 900px) {
  div.detailDesignSampleAll li,
  div.detailDesignSample li {
    width: calc((100% - 50px) / 5);
    margin: 0 10px 10px 0;
    cursor: pointer;
    position:relative;
    text-align:center;
  }
  div.detailDesignSampleAll li:nth-child(5n),
  div.detailDesignSample li:nth-child(5n){
    margin-right: 0;
  }
  div.detailDesignCategory li {
    width: calc((100% - 100px) / 10);
    margin: 0 10px 10px 0;
    cursor: pointer;
    position:relative;
    text-align:center;
  }
  div.detailDesignCategory li:nth-child(10n){
    margin-right: 0;
  }
  div.detailDesignSampleAll li:last-child,
  div.detailDesignSample li:last-child,
  div.detailDesignCategory li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  div.detailDesignSampleAll li,
  div.detailDesignSample li,
  div.detailDesignCategory li {
    width: calc((100% - 20px) / 2);
    margin: 0 10px 10px 0;
    cursor: pointer;
    position:relative;
  }
  div.detailDesignSamplev li:nth-child(2n),
  div.detailDesignSample li:nth-child(2n),
  div.detailDesignCateogry li:nth-child(2n) {
    margin-right: 0;
  }
  div.detailDesignSampleAll li:last-child,
  div.detailDesignSample li:last-child,
  div.detailDesignCategory li:last-child {
    margin-right: 0;
  }
}
div.detailDesignSample div.detailDesignAll{
	margin:0 0 0 0;
	padding:0 0 0 0;
  text-align:right;
}

div.detailDesignSampleAll li a,
div.detailDesignSample li a {
  position: absolute;
  top:0;
  left:0;
  text-indent:-9999px;
  width: 100%;
  height: 100%;
}
div.detailDesignCategory li a {
}
div.detailDesignSampleAll li:hover,
div.detailDesignSample li:hover,
div.detailDesignCategory li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	zoom: 1;
}
div.detailDesignSampleAll li img,
div.detailDesignSample li img{
  width:100%;
  height:auto;
}
div.detailDesignCategory li img {
  max-width:100%;
  height:auto;
}
