@charset "utf-8";

/* =======================================

  reset.css
  v.1.0.0
  (2024/07/24)

======================================= */

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;
  border: 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,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

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」のクラス名を付与して使用
---------------------------------------*/

.sb_style a {
  text-decoration: underline;
}

.sb_style strong{
  font-weight: bold;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

/*---------------------------------------
リッチエディタ内のベーススタイリング
---------------------------------------*/
@media screen and (min-width: 768px) {
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 28px;
    padding-bottom: 8px;
  }
  .sb_style h2 {
    font-size: 26px;
  }
  .sb_style h3 {
    font-size: 24px;
    padding: 5px 10px;
  }
  .sb_style h4 {
    padding-bottom: 8px;
    font-size: 20px;
  }
  .sb_style h5 {
    font-size: 18px;
    padding: 5px 10px;
  }
  .sb_style h6 {
    font-size: 16px;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
}
@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;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
  }
  .sb_style h2 {
    font-size: 5.5vw;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
  }
  .sb_style h6 {
    font-size: 4.2vw;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
}
