@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@font-face {
  font-family: 'Icons';
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#Icons") format("svg"); }
@font-face {
  font-family: 'Form';
  src: url("../fonts/form.eot");
  src: url("../fonts/form.eot?#iefix") format("embedded-opentype"), url("../fonts/form.woff") format("woff"), url("../fonts/form.ttf") format("truetype"), url("../fonts/form.svg#Form") format("svg"); }
body, select, input, textarea {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",  "ヒラギノ角ゴ Pro W3",  "メイリオ",   'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ","Meiryo", "HGPｺﾞｼｯｸM", "Osaka","ＭＳ Ｐゴシック",sans-serif,"Century Gothic",Arial; }

html {
  overflow-y: scroll; }

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, figure, blockquote {
  margin: 0px;
  padding: 0px; }

body {
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  min-width: 100%;
  -webkit-text-size-adjust: 100%; }
  body * {
    box-sizing: border-box; }

li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

i {
  font-style: normal;
  font-family: "Icons"; }

b {
  font-weight: normal; }

address {
  font-style: normal; }

img {
  border: 0px;
  vertical-align: bottom;
  box-sizing: content-box;
  max-width: 100%; }

input, select, option, textarea {
  font-size: 16px !important; }

label {
  cursor: pointer; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 0.2; }

:-moz-placeholder {
  color: #000;
  opacity: 0.2; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  cursor: pointer; }

option {
  cursor: pointer; }

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

select::-ms-expand {
  display: none; }

input, textarea {
  -webkit-appearance: none; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

#Bc {
  background: #f3f3f3; }
  #Bc p {
    width: 96%;
    margin: 0 auto;
    text-align: left;
    padding: 12px 0;
    line-height: 16px; }
    #Bc p span {
      font-size: 13px; }
    #Bc p span + span::before {
      content: '＞';
      font-family: 'Icons';
      font-size: 10px;
      margin: 0 10px; }
  @media screen and (max-width: 768px) {
    #Bc p {
      width: 100%;
      padding: 10px 20px; } }

footer {
  background: #333;
  text-align: center;
  padding: 50px 20px; }

#Ft {
  margin: 0px auto;
  max-width: 1125px;
  text-align: left; }
  #Ft h1 img {
    height: 25px; }
  #Ft nav.extended {
    margin-bottom: 130px;
  }
  #Ft nav {
    margin: 30px 0 20px; }
    #Ft nav ul li {
      float: left;
      margin-right: 30px;
      font-size: 14px;
      color: #fff;
      line-height: 30px; }
  #Ft .ft-copy {
    color: #fff;
    clear: both;
    font-size: 12px; }

/***************
** Label Page **
***************/
ul.label_ul {
  width: 100%;
  text-align: left;
  margin-left: 35px;
}

@media only screen and (max-width: 490px) {
  ul.label_ul {
    text-align: center;
    margin-left: auto;
  }
}

ul.label_ul li {
  margin: 5px;
  vertical-align: top;
  border-style: solid;
  border-width: thin;
  border-radius: 5px;
  border-color: #707070;
  display: inline-block;
  width: 250px;
  height: 300px;
}

ul.label_ul .img_block {
  height: 120px;
  min-height: 120px;
  border-bottom: 1px solid #707070;
  margin: 0 5px;
}

ul.label_ul img {
  margin-top: 5px;
}

ul.label_ul .justified {
  text-align: left;
  margin: 10px;
}

/******************************
** Notification Display Area **
******************************/
div.notification {
  background-color: #F7F5F5;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

.inner {
  margin: auto;
  max-width: 480px;
  text-align: left;
}

div.notification a::before {
  content: 'Ｌ';
  font-family: 'Icons';
  color: #FF6600;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
}

/*******************
** New Label Area **
*******************/
div.new_label {
  width: 94%;
  max-width: 1125px;
  text-align: center;
  margin: auto;
}

div.new_topics {
  width: 94%;
  max-width: 1125px;
  margin: 10px auto 60px auto;
}

div.new_label .h2a,
div.new_topics .h2a {
  border-bottom: none;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  margin: 50px 0 30px;
  text-align: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

div.new_label span,
div.new_topics span {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  display: block;
}

div.new_label .h2a::after,
div.new_topics .h2a::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #FF6600;
  margin-top: 25px;
}

/**********************
** Company Info Area **
**********************/
div.new_company {
  width: 94%;
  max-width: 1125px;
  text-align: center;
  margin: 0 auto 75px;
}

div.new_company .c-outline {
  text-align: left;
}

div.new_company .co_description {
  padding-bottom: 25px;
}

/******************
** Detail's Mods **
******************/

.bump_top {
  margin-top: 10px;
}
