@charset "UTF-8";
/*@import url(https://fonts.googleapis.com/css?family=Allura|Open+Sans:300,300i,400);*/

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    /*ユーザズームを無効にすることなく、横向きのiOSテキストサイズの調整を防止する */
    -ms-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
}

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

::after,
::before {
    text-decoration: inherit;
    /*:: beforeと:: afterの擬似要素に対して、text-decorationとvertical-alignを継承する*/
    vertical-align: inherit;
}

/* # =================================================================
   # General elements
   # ================================================================= */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

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

hr {
    overflow: visible;
    /*Edge,IE*/
}

[hidden],
template {
    display: none;
}

/*すべてのブラウザに、点線を定義。
Firefox40+に、テキストの装飾を削除。*/

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}

a {
    background-color: transparent;
    /*IE 10 アクティブリンクのグレーの背景を削除する*/
    -webkit-text-decoration-skip: objects;
    /*iOS 8以降とSafari 8以降の下線の空白を削除する*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, .25);
}

a:active,
a:hover,
a:focus {
    outline-width: 0;
}

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

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

del {
    text-decoration: line-through
}

/*IE 8/9*/

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

/* https://gist.github.com/unruthless/413930 */

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: bottom;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
    border-style: none;
}

svg {
    fill: currentColor;
}

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

progress {
    vertical-align: baseline;
}

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

/* # =================================================================
   # Forms
   # ================================================================= */

input,
textarea {
    border-radius: 0;
}

input,
select {
    vertical-align: middle;
}



/*IE10+ selectの矢印ボタン非表示*/

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

select::-ms-value {
    color: currentColor;
}

/*Firefox 36+*/

[type=number] {
    width: auto;
}

/*Safari 8+*/

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

optgroup {
    font-weight: bold;
}

button {
    overflow: visible;
    text-transform: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: none;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

legend {
    display: table;
    max-width: 100%;
    border: none;
    color: inherit;
    white-space: normal;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

/* text */
input::-ms-clear {
  visibility: hidden;
}

/* password */
input::-ms-reveal {
  visibility: hidden;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* # =================================================================
   # Acessibility
   # ================================================================= */

[aria-busy=true] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

::-moz-selection {
    background-color: #eaeaea;
    color: #333;
    text-shadow: none
}

::selection {
    background-color: #eaeaea;
    color: #333;
    text-shadow: none
}

/* # =================================================================
   # Custom
   # ================================================================= */

body,
html {
    height: 100%
}

html {
    font-size: 62.5%
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
    color: #0B1013;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Noto Sans",Meiryo, メイリオ,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.7;
    /*word-wrap: break-word;*/
    overflow-wrap: break-word;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

ol,
ul {
    list-style: none;
}

small {
    font-size: 83.3333%;
}

a {
    color: #0B1013;
    text-decoration: none;
}

a:hover {
    color: #E4002B;
    text-decoration: none;
}

img,
iframe {
    max-width: 100%;
}

img {
    height: auto;
}

h1, h2, h3 {
	font-size: inherit;
}

/* # =================================================================
   # font
   # ================================================================= */
@font-face {
  font-family: 'LigatureSymbols';
  src: url('../fonts/LigatureSymbols-2.11.eot');
  src: url('../fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
       url('../fonts/LigatureSymbols-2.11.woff') format('woff'),
       url('../fonts/LigatureSymbols-2.11.ttf') format('truetype'),
       url('../fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
  font-weight: normal;
  font-style: normal;
}

.pointer_none {
	pointer-events: none;
}

.cookie-consent {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.9);
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
        }
.cookie-text a{
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}
.cookie-text a:hover{
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}
.cookie-consent.is-show {
    visibility: visible;
}

.cookie-agree {
    color: #000;
    background: #fff;
    padding: .5em 1.5em;
    margin-left: 20px;
    font-weight: bold;
    border: 1px solid #fff;
}
.cookie-reject{
    color: #fff;
    background: transparent;
    padding: .5em 1.5em;
    margin-left: 20px;
    border: 1px solid #fff;
    font-weight: bold;
}
.cookie-agree:hover, .cookie-reject:hover {
    cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
    display: none;
}
/* ゆっくり消える */
.cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
}
@keyframes hide {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@media screen and (max-width: 767px) {
    .cookie-consent {
        flex-wrap: wrap;
    }
    .cookie-text {
        margin-bottom: 1em;
        width: 100%;
    }
    .cookie-agree{
        margin-left: 0;
    }
    .cookie-agree,.cookie-reject{
        width: 45%;
        text-align: center;
    }
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.w80{
    width: 80%;
    margin: auto;
}
.mt-80{
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .mt-80{
        margin-top: 40px;
    }
}