@charset "utf-8";

/* ===================================================================

Issued var1.0.0:2022/9/4

======================================================================*/
@font-face {
  /*font-family: 'Noto Sans CJK JP Japanese';*/
  font-family: 'WebSubsetFont';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
  /*font-family: 'Noto Sans CJK JP Japanese';*/
  font-family: 'WebSubsetFont';
  font-style: normal;
  font-weight: 600;
  src: url(../font/NotoSansJP-Bold.otf) format('opentype');
}

/* -------------------------------------------------------------------
 + reset
------------------------------------------------------------------- */
html{
  width:100%;
  font-size: 10px;
  line-height: 1.6;
  zoom: 1; /* IEのみ */
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, thead, tbody, tfoot, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas{
  margin: 0;
  padding: 0;
}
main{
  position: relative;
  display: block;
}
sub{
  display: inline-block;
  margin:0 2px;
  vertical-align: bottom;
}

article, aside, figure, figcaption,footer,h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li{
  list-style: none;
  box-sizing: border-box;  
}
img{
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  line-height: 0;
}
main{
  display: block;
}
div{
  box-sizing: border-box;  
}
dt,dd{  
  box-sizing: border-box;
}
section{
  display: block;
  background-color: #fff;
}
hr{
  height: 1px;
  margin-top: 30px;
  margin-bottom: 15px;
  background-color: #987b67;
  border: none;
}
input::-ms-clear {
  display: none;
}
input::placeholder {
  color: #ddd !important;
}
/* - ms style
------------------------------------------------------------------- */

/* - following ms share point style (excerpt from 'corev15.css') */
/*  don't edit these styles. */
/*  to override, go to 'kill or modify them' section. */

body{
  position: relative;
  width:100%;
  height: 100%;
  margin: 0;
  overflow: auto;
  background:#fff;
  background-repeat: no-repeat;
  background-size: cover;
  color: #0c0c0c;
  line-height: 1.6;
   font-size: 1.6rem;
  font-family: 'WebSubsetFont';
  word-wrap : break-word;
  overflow-wrap : break-word;
  word-break : break-all;
  zoom: 1; /* IEのみ */
}
a:hover{
 text-decoration: underline;
}
a{
  color: #0c0c0c;
  text-decoration: none;
  outline: none;
}
img{
  border: medium none;
}
iframe{
  border: medium none;
}
table {
  border-width: 0;
}
fieldset{
  border: none;  
}

input, select, label, textarea, button, option{
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;  
}
/* input[type="button"], input[type="reset"], input[type="submit"], button{
  min-width: 120px;
  height: 35px;
  padding: 0 30px;
  line-height: 32px\9;
  margin: 0 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
  border: none;
  border-radius: 3px;
  color: #fff;
} */
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover{
  cursor: pointer;
}
/* input[type="text"], input[type="password"], input[type="number"]{
  width:340px;
  height: 25px;
  border: solid 1px #b1b1b1;
  line-height: 25px\9;
  margin: 0 10px 0 0;
  padding: 0 8px;
  border-radius: 3px;
  box-shadow: none;
} */
input[type="number"]{
  -moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="text"].smallSize, input[type="password"].smallSize{
  width: 90px;  
}
input[type="text"].middleSize, input[type="password"].middleSize{
  width: 140px;  
}
input[type="text"].largeSize, input[type="password"].largeSize{
  width: 435px;
}
button,
select:focus,
input:focus{
  outline: none;
}
.error{
  background:#f3c7c7;
  border:solid 1px #E40065 !important;
}
textarea{
  box-shadow: none;
}
textarea.largeSize{
  width: 350px;
  height: 200px;
  margin-right:10px;
}
select{
  background: #fff;
}
* {
  -webkit-tap-highlight-color: transparent;
}
/*
input[type="radio"] {
  -webkit-appearance: none;
  position: relative;
  margin-top:-3px;
  margin-right: 5px;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdfdfd),
    to(#d1d1d1)
  );
  vertical-align: middle;
}

input[type="radio"]:checked {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#353535),
    to(#8f8f8f)
  );
}
input[type="radio"]:checked:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -4px 0 0 -4px;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
  content: "";
  border-radius: 5px;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdfdfd),
    to(#d1d1d1)
  );
}


input[type="checkbox"] {

  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  border-radius: 2px;
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdfdfd),
    to(#d1d1d1)
  );
}
input[type="checkbox"]:checked {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#353535),
    to(#8f8f8f)
  );
}
input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 11px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
  content: "";
  width: 10px;
  height: 4px;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 11px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
  width: 19px;
  height: 4px;
  background: #FFFFFF;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
*/
label{
  display: inline-block;
  margin-right:20px;
}
/* - clearfix
------------------------------------------------------------------- */
.clearfix:before,
.clearfix:after{
  content: " ";
  display: table;
}
.clearfix:after{
  clear: both;
}