@charset "utf-8";

/* =======================================

  reset.css
  v.1.1.0
  (2024/11/28)

======================================= */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,figure,figcaption,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: none;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

small {
  font-size: inherit;
}
strong {
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

option {
  padding-right: 10px;
}

/* ------------------------------
HTML5 ELEMENTS
------------------------------ */
main,
header,
article,
aside,
section,
footer,
nav,
menu,
details,
hgroup,
summary {
  display: block;
}

/* ------------------------------
Anchor(<a>) style
------------------------------ */
a {
  -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: inherit;
}

a[href^="fax"] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

/*---------------------------------------
Input style
---------------------------------------*/
input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  border: none;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}


/*---------------------------------------
シンプルブック用css

リッチテキストエディター外枠に
「sb_style」のクラス名を付与して使用
---------------------------------------*/
/* ------------------------------
Anchor(<a>) style
------------------------------ */
.sb_style a {
  text-decoration: underline;
}
.sb_style a {
  color: #008bf7;
}

/* ------------------------------
Text style
------------------------------ */
.sb_style strong{
  font-weight: bold;
}
.sb_style em {
  font-style: italic;
}

/* ------------------------------
Heading style
------------------------------ */
.sb_style h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.sb_style h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.sb_style h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.sb_style h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.sb_style h5 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.sb_style h6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}

/* ------------------------------
List style
------------------------------ */
.sb_style ol,
.sb_style ul {
  list-style: revert;
}
.sb_style ul {
  padding-left: 2em;
}
.sb_style ul li {
  margin-bottom: 0.5em;
}
.sb_style ol {
  padding-left: 2em;
}
.sb_style ol li {
  margin-bottom: 0.5em;
}

/* ------------------------------
Table style (SP)
------------------------------ */
@media screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}