@charset "UTF-8";
/*
======================================================================
* ファイル名：default.css (for WEB-BOX)
* 概要　　　：ブラウザ間の差を無くし、WEB-BOXの機能を適正にするためのCSSです。
* バージョン：v1.0.7
* 更新日時　：2018/08/09
* 
* YUI reset css Lisence
* YUI 3.18.1 (build f7e7bcb)
* Copyright 2014 Yahoo! Inc. All rights reserved.
* Licensed under the BSD License.
* http://yuilibrary.com/license/
======================================================================*/
html {
  color: #000;
  background-color: transparent;
  background-image: none;
  overflow-y: scroll;
  /*縦スクロールバーを常に表示*/
  box-sizing: border-box;
}

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

body {
  line-height: 1.4;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote {
  margin: 0;
  padding: 0;
}

input,
textarea,
th,
td {
  margin: 0;
}

table {
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  *font-size: 100%;
  max-width:100%;
  /*to enable resizing for IE*/
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

blockquote {
  background-color: #eee;
  display: block;
  padding: 12px;
  border-left: 5px solid #ddd;
  color: #333;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 WEB-BOX 
-----------------------------------------------------------
----------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto !important;
}

/*
---------------------------------------------------------
 HTMLエディタ
 (下記設定を上書きするとHTMLエディタの機能に不具合が生じます) 
--------------------------------------------------------- */
h1 {
  font-size: 189%;
}

h2 {
  font-size: 159%;
}

h3 {
  font-size: 144%;
}

h4 {
  font-size: 122%;
  margin-bottom:4px;
}

h5 {
  font-size: 107%;
}

h6 {
  font-size: 107%;
}

ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}

ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

hr {
  margin: 14px 0;
  padding: 0px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: separate;
}

/*
======================================================================
device-common
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 Btn-pagetop
-----------------------------------------------------------
----------------------------------------------------------- */
.Btn-pagetop {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 20px;
  z-index: 100;
}

.Btn-pagetop a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
  border: 1px solid #FEA912;
  display: block;
  text-indent: -9999px;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(/img/common/icon_arrow02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px auto;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 transition 
-----------------------------------------------------------
----------------------------------------------------------- */
a {
  /* @mixin:transition($value) */
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 clearfix 
-----------------------------------------------------------
----------------------------------------------------------- */
.clearfix {
  /* @mixin:clearfix */
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 OTHERS
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  color: #484848;
}

/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  color: #FF0000;
  font-size: 12px;
}

/*
---------------------------------------------------------
 ul.No-list
--------------------------------------------------------- */
.No-list {
  list-style: none;
  padding-left: 0;
}

/*
---------------------------------------------------------
 Colorbox
--------------------------------------------------------- */
#colorbox {
  box-sizing: content-box;
}

/*
---------------------------------------------------------
 HTMLeditor
--------------------------------------------------------- */
.HTMLeditor {
  /* @mixin:clearfix */
}
.HTMLeditor:after {
  content: "";
  display: block;
  clear: both;
}

.HTMLeditor iframe {
  max-width: 100%;
}

img.card {
  background-color:#fff;
}
