@charset "UTF-8";
/* =========================================================
reset
========================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; 
  font-size: 1rem;
}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; 
  margin-left:auto;
  margin-right:auto;
  display:inline-block;
  width:100%;
}

a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer; }

blockquote, q {
  quotes: none; }

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

input, select {
  vertical-align: middle; }

main{
/*  max-width:800px;*/
  margin:auto;
}

/* =========================================================
base
========================================================= */
html {
  font-size: 32px; 
}
  @media screen and (max-width: 800px) {
    html {
      font-size: 4vw; } 
}

html, body {
  width: 100%;
  height: auto;
  /*overflow-x: hidden;*/ }

body {
  font-family: "メイリオ", Meiryo, Osaka, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  color: #111;
  background: #fff; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a.link-disabled {
    pointer-events: none; }
  @media screen and (min-width: 990px) {
    a:hover {
      opacity: 0.7; } }

figure {
  line-height: 0; }

.pc-ui {
  display: block; }
  @media screen and (max-width: 599px) {
    .pc-ui {
      display: none; } }

.tab-ui {
  display: none; }
  @media screen and (max-width: 989px) {
    .tab-ui {
      display: block; } }

.sp-ui {
  display: none; }
  @media screen and (max-width: 599px) {
    .sp-ui {
      display: block; } }

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* =========================================================
header
========================================================= */
header {
  width: 100%;
  background: blue;
  color: #fff;
  position: relative; 
/*  max-width: 800px;*/
  margin:auto;
  text-align: center;
  font-size:1.3rem;
  line-height:1.2;
  padding-top:0.5rem;
  padding-bottom:0.5rem;

}

.header2-i {
  margin-top:0.7rem;
  margin-bottom:0.7rem;
  width: 100%;
  background: #fff;
  color: #000;
  max-width: 800px;
  position: relative; 
  border-bottom: 0.1rem dashed #ff66cc;
}

.header2-o {
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  width: 100%;
  background: #fff;
  color: #000;
  max-width: 800px;
  position: relative; 
  border-left: 1rem solid #ff66cc;
}

.border-area{
  width: calc ( 100% - 1rem );  
  max-width: 800px;
  border: 0.1rem solid #ff9900;
  text-align: center;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}

.header-ttl {
  font-size: 2rem; }
  .header-ttl span {
    font-size: 1rem;
    display: block;
    letter-spacing: 0.05em; }

.bookmarkme-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;}
  .bookmarkme-btn a {
    background: #ed7444;
    border-radius: 1.1rem;
    color: #fff;
    font-weight: bold;
    padding: 0.7rem 2rem;
    position: relative; }
    .bookmarkme-btn a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 1rem;
      width: 0.6rem;
      height: 0.6rem;
      border-right: 0.3rem solid #fff;
      border-top: 0.3rem solid #fff;
      -webkit-transform: rotate(45deg) translateY(-0.1rem);
      -ms-transform: rotate(45deg) translateY(-0.1rem);
      transform: rotate(45deg) translateY(-0.1rem);
      -webkit-transform-origin: right 50% 0;
      -ms-transform-origin: right 50% 0;
      transform-origin: right 50% 0; }

/* =========================================================
breadcrumbList
========================================================= */
.breadcrumb-wrap {
  width: 100%;
  background: #f1ede1;
  position: relative;
  padding: 1rem; }
  @media screen and (max-width: 599px) {
    .breadcrumb-wrap {
      padding: 2vw; } }

.breadcrumb-list-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.breadcrumb-list {
  font-size: 0.6rem; }
  .breadcrumb-list a {
    display: inline-block;
    position: relative;
    margin-right: 1.7rem; }
    .breadcrumb-list a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: -0.85rem;
      width: 0.25rem;
      height: 0.25rem;
      border-right: 0.1rem solid #111;
      border-top: 01.rem solid #111;
      -webkit-transform: rotate(45deg) translateY(-0.1rem);
      -ms-transform: rotate(45deg) translateY(-0.1rem);
      transform: rotate(45deg) translateY(-0.1rem);
      -webkit-transform-origin: right 50% 0;
      -ms-transform-origin: right 50% 0;
      transform-origin: right 50% 0; }

/* =========================================================
content
========================================================= */
.content-wrap {
  max-width: 1240px;
  padding: 0 1rem;
  margin: 0 auto;
  position: relative;
  z-index: 1; 
  margin-top:1rem;
  line-height:1.2rem;
}

.content-box-wrap {
  padding: 3.8rem 0 0; }

.site-ttl {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 1.5rem;
  border-style: solid; border-color: #F5BC47;border-width: 2px;border-radius: 8px
}

.page-ttl {
  font-size: 1.6rem;
  margin-bottom: 1.5rem; }

.btn-box {
  padding: 2rem 0 0; }

.btn {
  display: block;
  width: 60%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 1rem;
  padding: 1rem 0;
  border-radius: 1.8rem;
  background: #F5BC47;
  color: #fff;
  font-weight: bold; }
  .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 0.6rem;
    height: 0.6rem;
    border-right: 0.2rem solid #fff;
    border-top:0.2rem solid #ffff;
    -webkit-transform: rotate(45deg) translateY(-0.1rem);
    -ms-transform: rotate(45deg) translateY(-0.1rem);
    transform: rotate(45deg) translateY(-0.1rem);
    -webkit-transform-origin: right 50% 0;
    -ms-transform-origin: right 50% 0;
    transform-origin: right 50% 0; }

.link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .link-box li {
    margin: 0 0.5rem;
    width: 32%;
    margin: 0 2% 1rem 0; }
    .link-box li:nth-child(3n) {
      margin: 0 0 1rem 0; }
    .link-box li img {
      border: #f1ede1 solid 1px;
      width: 100%; }
    .link-box li span {
      font-size: 0.7rem;
      font-weight: bold;
      margin: 0.5rem 0 0;
      letter-spacing: 0; }

.content-box-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0.5rem; }

.content-box-col2-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2rem 1.5rem;
  margin: 0 0.5rem 0 0;
  background: #f1ede1; }
  .content-box-col2-inner dt {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 1rem; }
  .content-box-col2-inner dd p {
    font-weight: bold;
    margin-bottom: 1rem; }
    .content-box-col2-inner dd p strong {
      color: #ed7444;
      font-size: 1.3rem; }
  .content-box-col2-inner dd li {
    text-indent: -1rem;
    padding-left: 1rem;
    margin-bottom: 0.5rem; }

.content-box-list li {
  text-indent: -2rem;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  font-weight: bold; }

.fig {
  text-align: center;
  margin-top: 1rem; }

/* =========================================================
footer
========================================================= */
footer {
  width: 100%;
  background: #3463ad;
  padding: 2rem 0;
  margin: 3rem 0 0;
  color: #fff; }

.footer-inner {
  max-width: 1240px;
  padding: 0 1rem;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.footer-ttl {
  font-size: 1.4rem;
  margin-bottom: 1rem; }

.footer-box-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0; }

.footer-box-col2-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2rem 1.5rem;
  margin: 0 0.5rem 0 0;
  background: #fff;
  text-align: center;
  color: #111; }
  .footer-box-col2-inner:last-child {
    margin: 0 0 0 0.5rem; }
  .footer-box-col2-inner dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1rem; }
  .footer-box-col2-inner dd a {
    font-size: 1.4rem;
    font-weight: bold;
    color: #3463ad; }

.copy-right {
  text-align: center;
  font-size: 0.6rem;
  margin-top: 2rem; }

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .footer-nav li {
    position: relative;
    margin-right: 1rem; }
    .footer-nav li a {
      display: block;
      margin: 0 auto;
      position: relative;
      text-align: center;
      font-size: 0.9rem;
      padding: 1rem 3rem;
      border-radius: 1.7rem;
      background: #ed7444;
      color: #fff;
      font-weight: bold; }
      .footer-nav li a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 2rem;
        width: 0.5rem;
        height: 0.5rem;
        border-right: 0.2rem solid #fff;
        border-top: 0.2rem solid #ffff;
        -webkit-transform: rotate(45deg) translateY(-0.1rem);
        -ms-transform: rotate(45deg) translateY(-0.1rem);
        transform: rotate(45deg) translateY(-0.1rem);
        -webkit-transform-origin: right 50% 0;
        -ms-transform-origin: right 50% 0;
        transform-origin: right 50% 0; }

.red-font{
  color:#ff0000
}

.blue-font{
  color:#0000ff
}

.white-font{
  color:whitesmoke
}

.orange-font{
  color:orange
}

.green-font{
  color:green
}

.yellow-font{
  color:yellow
}

.pink-font{
  color:hotpink
}

.gray-font{
  color:gray
}

.red-edge{
  text-shadow: 0px 0px 0.1rem #f00, 0px 0px 0.1rem #f00, 0px 0px 0.1rem #f00, 0px 0px 0.1rem #f00;
}

.green-edge{
  text-shadow: 0px 0px 0.1rem #0f0, 0px 0px 0.1rem #0f0, 0px 0px 0.1rem #0f0, 0px 0px 0.1rem #0f0;
}

.blue-edge{
  text-shadow: 0px 0px 0.1rem #00f, 0px 0px 0.1rem #00f, 0px 0px 0.1rem #00f, 0px 0px 0.1rem #00f;
}

.white-edge{
  text-shadow: 0px 0px 0.1rem #fff, 0px 0px 0.1rem #fff, 0px 0px 0.1rem #fff, 0px 0px 0.1rem #fff;
}

.black-edge{
  text-shadow: 0px 0px 0.1rem #000, 0px 0px 0.1rem #000, 0px 0px 0.1rem #000, 0px 0px 0.1rem #000;
}

.orange-edge{
  text-shadow: 0px 0px 0.1rem orange, 0px 0px 0.1rem orange, 0px 0px 0.1rem orange, 0px 0px 0.1rem orange;
}

.yellow-edge{
  text-shadow: 0px 0px 0.1rem yellow, 0px 0px 0.1rem yellow, 0px 0px 0.1rem yellow, 0px 0px 0.1rem yellow;
}

.pink-edge{
  text-shadow: 0px 0px 0.1rem pink, 0px 0px 0.1rem pink, 0px 0px 0.1rem pink, 0px 0px 0.1rem pink;
}



.red-flare{
  text-shadow: 0px 0px 0.3rem #f00, 0px 0px 0.3rem #f00;
}

.green-flare{
  text-shadow: 0px 0px 0.3rem #0f0, 0px 0px 0.3rem #0f0;
}

.blue-flare{
  text-shadow: 0px 0px 0.3rem #00f, 0px 0px 0.3rem #00f;
}

.white-flare{
  text-shadow: 0px 0px 0.3rem #fff, 0px 0px 0.3rem #fff;
}

.black-flare{
  text-shadow: 0px 0px 0.3rem #000, 0px 0px 0.3rem #000;
}

.orange-flare{
  text-shadow: 0px 0px 0.3rem orange, 0px 0px 0.3rem orange;
}

.yellow-flare{
  text-shadow: 0px 0px 0.3rem yellow, 0px 0px 0.3rem yellow;
}

.pink-flare{
  text-shadow: 0px 0px 0.3rem pink, 0px 0px 0.3rem pink;
}

.red-fog{
  text-shadow: 0px 0px 0.8rem #f00;
}

.green-fog{
  text-shadow: 0px 0px 0.8rem #0f0;
}

.blue-fog{
  text-shadow: 0px 0px 0.8rem #00f;
}

.white-fog{
  text-shadow: 0px 0px 0.8rem #fff;
}

.black-fog{
  text-shadow: 0px 0px 0.8rem #000;
}

.orange-fog{
  text-shadow: 0px 0px 0.8rem orange;
}

.yellow-fog{
  text-shadow: 0px 0px 0.8rem yellow;
}

.pink-fog{
  text-shadow: 0px 0px 0.8rem pink;
}


.red-3d{
  color:#f00;
  text-shadow: 0px 0.05rem 0.05rem #b22,
  0px 0.1rem  0.05rem #944,
  0px 0.15rem  0.05rem #777,
  0px 0.2rem  0.05rem #555,
  0px 0.2rem  0.25rem #000;
}

.green-3d{
  color:#0f0;
  text-shadow: 0px 0.05rem 0.05rem #2b2,
  0px 0.1rem  0.05rem #494,
  0px 0.15rem  0.05rem #777,
  0px 0.2rem  0.05rem #555,
  0px 0.2rem  0.25rem #000;
}

.blue-3d{
  color:#00f;
  text-shadow: 0px 0.05rem 0.05rem #22b,
  0px 0.1rem  0.05rem #449,
  0px 0.15rem  0.05rem #777,
  0px 0.2rem  0.05rem #555,
  0px 0.2rem  0.25rem #000;
}

.white-3d{
  color:#fff;
  text-shadow: 0px 0.05rem 0.05rem #bbb,
  0px 0.1rem  0.05rem #999,
  0px 0.15rem  0.05rem #777,
  0px 0.2rem  0.05rem #555,
  0px 0.2rem  0.25rem #000;
}

.black-3d{
  color:#000;
  text-shadow: 0px 0.05rem 0.05rem #888,
  0px 0.1rem  0.05rem #666,
  0px 0.15rem  0.05rem #444,
  0px 0.2rem  0.05rem #222,
  0px 0.20rem 0.25rem #000;
}

.orange-3d{
  color:#fc0;
  text-shadow: 0px 0.05rem 0.05rem #ba2,
  0px 0.1rem  0.05rem #974,
  0px 0.15rem  0.05rem #777,
  0px 0.2rem  0.05rem #555,
  0px 0.20rem 0.25rem #000;
}

.yellow-3d{
  color:#ff0;
  text-shadow: 0px 0.05rem 0.05rem #bb2,
  0px 0.1rem  0.05rem #994,
  0px 0.15rem  0.05rem #777,
  0px 0.2rem  0.05rem #555,
  0px 0.2rem  0.25rem #000;
}

.pink-3d{
  color:#f0f;
  text-shadow: 0px 0.05rem 0.05rem #b2b,
  0px 0.1rem  0.05rem #949,
  0px 0.15rem  0.05rem #777,
  0px 0.2rem  0.05rem #555,
  0px 0.2rem  0.25rem #000;
}


.red-3d-left{
  color:#f00;
  text-shadow: -0.05rem 0.05rem 0.05rem #b22,
  -0.1rem 0.1rem  0.05rem #944,
  -0.15rem 0.15rem  0.05rem #777,
  -0.2rem 0.2rem  0.05rem #555,
  -0.2rem 0.2rem  0.25rem #000;
}

.red-3d-right{
  color:#f00;
  text-shadow: 0.05rem 0.05rem 0.05rem #b22,
  0.1rem 0.1rem  0.05rem #944,
  0.15rem 0.15rem  0.05rem #777,
  0.2rem 0.2rem  0.05rem #555,
  0.2rem 0.2rem  0.25rem #000;
}

.green-3d-left{
  color:#0f0;
  text-shadow: -0.05rem 0.05rem 0.05rem #2b2,
  -0.1rem 0.1rem  0.05rem #494,
  -0.15rem 0.15rem  0.05rem #777,
  -0.2rem 0.2rem  0.05rem #555,
  -0.2rem 0.2rem  0.25rem #000;
}

.green-3d-right{
  color:#0f0;
  text-shadow: 0.05rem 0.05rem 0.05rem #2b2,
  0.1rem 0.1rem  0.05rem #494,
  0.15rem 0.15rem  0.05rem #777,
  0.2rem 0.2rem  0.05rem #555,
  0.2rem 0.2rem  0.25rem #000;
}


.blue-3d-left{
  color:#00f;
  text-shadow: -0.05rem 0.05rem 0.05rem #22b,
  -0.1rem 0.1rem  0.05rem #449,
  -0.15rem  0.15rem  0.05rem #777,
  -0.2rem 0.2rem  0.05rem #555,
  -0.2rem 0.2rem  0.25rem #000;
}

.blue-3d-right{
  color:#00f;
  text-shadow: 0.05rem 0.05rem 0.05rem #22b,
  0.1rem 0.1rem  0.05rem #449,
  0.15rem  0.15rem  0.05rem #777,
  0.2rem 0.2rem  0.05rem #555,
  0.2rem 0.2rem  0.25rem #000;
}

.white-3d-left{
  color:#fff;
  text-shadow: -0.05rem 0.05rem 0.05rem #bbb,
  -0.1rem 0.1rem  0.05rem #999,
  -0.15rem 0.15rem  0.05rem #777,
  -0.2rem 0.2rem  0.05rem #555,
  -0.2rem 0.2rem  0.25rem #000;
}

.white-3d-right{
  color:#fff;
  text-shadow: 0.05rem 0.05rem 0.05rem #bbb,
  0.1rem 0.1rem  0.05rem #999,
  0.15rem 0.15rem  0.05rem #777,
  0.2rem 0.2rem  0.05rem #555,
  0.2rem 0.2rem  0.25rem #000;
}


.black-3d-left{
  color:#000;
  text-shadow: -0.05rem 0.05rem 0.05rem #888,
  -0.1rem 0.1rem  0.05rem #666,
  -0.15rem 0.15rem  0.05rem #444,
  -0.2rem 0.2rem  0.05rem #222,
  -0.2rem 0.20rem 0.25rem #000;
}

.black-3d-right{
  color:#000;
  text-shadow: 0.05rem 0.05rem 0.05rem #888,
  0.1rem 0.1rem  0.05rem #666,
  0.15rem 0.15rem  0.05rem #444,
  0.2rem 0.2rem  0.05rem #222,
  0.2rem 0.20rem 0.25rem #000;
}


.orange-3d-left{
  color:#fc0;
  text-shadow: -0.05rem 0.05rem 0.05rem #ba2,
  -0.1rem 0.1rem  0.05rem #974,
  -0.15rem 0.15rem  0.05rem #777,
  -0.2rem 0.2rem  0.05rem #555,
  -0.2rem 0.20rem 0.25rem #000;
}

.orange-3d-right{
  color:#fc0;
  text-shadow: 0.05rem 0.05rem 0.05rem #ba2,
  0.1rem 0.1rem  0.05rem #974,
  0.15rem 0.15rem  0.05rem #777,
  0.2rem 0.2rem  0.05rem #555,
  0.2rem 0.20rem 0.25rem #000;
}

.yellow-3d-left{
  color:#ff0;
  text-shadow: -0.05rem 0.05rem 0.05rem #bb2,
  -0.1rem 0.1rem  0.05rem #994,
  -0.15rem 0.15rem  0.05rem #777,
  -0.2rem 0.2rem  0.05rem #555,
  -0.2rem 0.2rem  0.25rem #000;
}

.yellow-3d-right{
  color:#ff0;
  text-shadow: 0.05rem 0.05rem 0.05rem #bb2,
  0.1rem 0.1rem  0.05rem #994,
  0.15rem 0.15rem  0.05rem #777,
  0.2rem 0.2rem  0.05rem #555,
  0.2rem 0.2rem  0.25rem #000;
}

.pink-3d-left{
  color:#f0f;
  text-shadow: -0.05rem 0.05rem 0.05rem #b2b,
  -0.1rem 0.1rem  0.05rem #949,
  -0.15rem 0.15rem  0.05rem #777,
  -0.2rem 0.2rem  0.05rem #555,
  -0.2rem 0.2rem  0.25rem #000;
}

.pink-3d-right{
  color:#f0f;
  text-shadow: 0.05rem 0.05rem 0.05rem #b2b,
  0.1rem 0.1rem  0.05rem #949,
  0.15rem 0.15rem  0.05rem #777,
  0.2rem 0.2rem  0.05rem #555,
  0.2rem 0.2rem  0.25rem #000;
}

.embos{
 text-shadow: 0 -0.05rem 0.05rem #fff, 0.05rem 0.05rem 0.05rem #000;
}



.red-shadow{
  text-shadow: 1px 2px 0.1rem #f00, 1px 2px 0.1rem #f00, 1px 2px 0.1rem #f00, 1px 2px 0.1rem #f00;
}

.green-shadow{
  text-shadow: 1px 2px 0.1rem #0f0, 1px 2px 0.1rem #0f0, 1px 2px 0.1rem #0f0, 1px 2px 0.1rem #0f0;
}

.blue-shadow{
  text-shadow: 1px 2px 0.1rem #00f, 1px 2px 0.1rem #00f, 1px 2px 0.1rem #00f, 1px 2px 0.1rem #00f;
}

.white-shadow{
  text-shadow: 1px 2px 0.1rem #fff, 1px 2px 0.1rem #fff, 1px 2px 0.1rem #fff, 1px 2px 0.1rem #fff;
}

.black-shadow{
  text-shadow: 1px 2px 0.1rem #000, 1px 2px 0.1rem #000, 1px 2px 0.1rem #000, 1px 2px 0.1rem #000;
}

.orange-shadow{
  text-shadow: 1px 2px 0.1rem orange, 1px 2px 0.1rem orange, 1px 2px 0.1rem orange, 1px 2px 0.1rem orange;
}

.yellow-shadow{
  text-shadow: 1px 2px 0.1rem yellow, 1px 2px 0.1rem yellow, 1px 2px 0.1rem yellow, 1px 2px 0.1rem yellow;
}

.pink-shadow{
  text-shadow: 1px 2px 0.1rem pink, 1px 2px 0.1rem pink, 1px 2px 0.1rem pink, 1px 2px 0.1rem pink;
}



.italic{
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
    display: inline-block;
}

.bold{
    font-weight: bold;
}

.small{
  font-size: 0.9rem;
}

.smaller{
  font-size: 0.8rem; 
/*  color:#aaa*/
}

.bit-big{
  font-size:1.2rem;  
}

.big{
  font-size:1.4rem;  
}

.bigger{
  font-size:2.1rem;  
}


.flowers_t{
  width:100%;
  height: 0.65rem;
  background-image: url(../img/dot_flower_t.jpg);
  background-repeat:repeat;
}
.flowers_b{
  width:100%;
  height: 0.65rem;
  background-image: url(../img/dot_flower_b.jpg);
  background-repeat:repeat;
}

.charm_block{
  display: inline-block; 
}

.komainu-l{
  width: 3.5rem;
  margin-left:calc( 50% - 9rem )
}

.komainu-r{
  width: 3.5rem;
}

.item-image{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}



td{
vertical-align: middle;
}

.top-image{
  width:100%;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (min-width: 800px) {
.top-image{
}
}


.mini-p{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.yellow-underline{
  text-decoration: underline;
  text-decoration-color: yellow;
}

.red-underline{
  text-decoration: underline;
  text-decoration-color: red;
}

.black-underline{
  text-decoration: underline;
  text-decoration-color: black;
}

.blue-underline{
  text-decoration: underline;
  text-decoration-color: #0070C0;
}

.orange-underline{
  text-decoration: underline;
  text-decoration-color: orange;
}

.pink-underline{
  text-decoration: underline;
  text-decoration-color: hotpink;
}

.white-underline{
  text-decoration: underline;
  text-decoration-color: whitesmoke;
}


.red-marker{
 background:linear-gradient(#fff 40%, red 0%);
}

.blue-marker{
 background:linear-gradient(#fff 40%, blue 0%);
}

.blue-marker{
 background:linear-gradient(#fff 40%, orange 0%);
}

.yellow-marker{
 background:linear-gradient(#fff 40%, yellow 0%);
}

.orange-marker{
 background:linear-gradient(#fff 40%, orange 0%);
}

.pink-marker{
 background:linear-gradient(#fff 40%, #fdd 0%);
}


.red-border{
  border : solid 0.1rem red;
}

.blue-border{
  border : solid 0.1rem blue;
}

.yellow-border{
  border : solid 0.1rem yellow;
}

.orange-border{
  border : solid 0.1rem orange;
}

.pink-border{
  border : solid 0.1rem pink;
}

.white-border{
  border : solid 0.1rem whitesmoke;
}



.red-stetch{
  border : dashed 0.1rem red;
}

.blue-stetch{
  border : dashed 0.1rem blue;
}

.yellow-stetch{
  border : dashed 0.1rem yellow;
}

.orange-stetch{
  border : dashed 0.1rem orange;
}

.pink-stetch{
  border : dashed 0.1rem pink;
}

.white-stetch{
  border : dashed 0.1rem whitesmoke;
}

.red-l-index-i {
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  width: 100%;
  background: #fff;
  color: #000;
  position: relative; 
  border-bottom: 0.1rem dashed red;
}

.red-l-index-o {
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  width: 100%;
  background: #fff;
  color: #000;
  position: relative; 
  border-left: 1rem solid red;
}

.blue-l-index-i {
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  width: 100%;
  background: #fff;
  color: #000;
  position: relative; 
  border-bottom: 0.1rem dashed blue;
}

.blue-l-index-o {
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  width: 100%;
  background: #fff;
  color: #000;
  position: relative; 
  border-left: 1rem solid blue;
}

.yellow-l-index-i {
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  width: 100%;
  background: #fff;
  color: #000;
  position: relative; 
  border-bottom: 0.1rem dashed yellow;
}

.yellow-l-index-o {
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  width: 100%;
  background: #fff;
  color: #000;
  position: relative; 
  border-left: 1rem solid yellow;
}

.orange-l-index-i {
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  width: 100%;
  background: #fff;
  color: #000;
  position: relative; 
  border-bottom: 0.1rem dashed orange;
}

.orange-l-index-o {
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  width: 100%;
  background: #fff;
  color: #000;
  position: relative; 
  border-left: 1rem solid orange;
}

.pink-l-index-i {
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  width: 100%;
  background: #fff;
  color: #000;
  position: relative; 
  border-bottom: 0.1rem dashed pink;
}

.pink-l-index-o {
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  width: 100%;
  background: #fff;
  color: #000;
  position: relative; 
  border-left: 1rem solid pink;
}






.red-back{
  background-color: red;
}

.blue-back{
  background-color: blue;
}

.sky-back{
  background-color: skyblue;
}

.white-back{
  background-color: whitesmoke;
}

.orange-back{
  background-color: orange;
}

.pink-back{
  background-color: pink;
}

.yellow-back{
  background-color: yellow;
}

.gray-back{
  background-color: aliceblue;
}


.padding{
  padding:0.5rem;
}

.border-radius{
  border-radius: 0.5rem;
}

.text-center{
  text-align: center;
}

.component-table1{
  border-width: 0.1rem;
  border-style: solid; 
  color: black;
}

.component-table-top{
  background-color: cadetblue;
  border-width: 0.1rem;
  border-style: solid; 
  border-color:dodgerblue;
  color: whitesmoke;
}

.component-table-second{
  border-width: 0.1rem;
  border-style: solid; 
  border-color:dodgerblue;
  font-size: 1.4rem;
}

.component-table-third{
  border-top: 0.1rem;
  border-bottom: 0.1rem;
  border-right: 0.1rem;
  border-style: solid; 
  border-color:darkgreen;
  font-size: 1.4rem;
}

.button-bg{
  background: -moz-linear-gradient(to bottom,hotpink,pink 50%,deeppink); 
  background: -webkit-linear-gradient(to bottom,hotpink,pink 50%,deeppink); 
  background: linear-gradient(to bottom,hotpink,pink 50%,deeppink);
  border-width: 0.1rem;
  border-style: solid;
  border-color: deeppink;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 0.5rem;
  padding-top:0.5rem;
  padding-bottom: 0.5rem;
  
/*  font-family: HG正楷書体-PRO;*/
}

.button-fg{
  margin: 5px;
  background-color: limegreen;
  border-radius: 0.5rem;
}

#edit_date{
  color:black;
  font-size: 0.7rem;
}

/*-----------------------------------------------

back-to-top

-------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 990;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
  background: #F5BC47; }

.back-to-top a {
  display: block;
  position: relative;
  width: 3rem;
  height: 3rem;
  text-align: center;
  font-size: 90%;
  -webkit-transition: background ease .4s,color ease .4s;
  -o-transition: background ease .4s,color ease .4s;
  transition: background ease .4s,color ease .4s; }

.back-to-top a:after {
  content: "";
  position: absolute;
  top: 1.65rem;
  right: calc(50% - 0.2rem);
  width: 0.55rem;
  height: 0.55rem;
  border-left: 0.1rem solid #fff;
  border-top: 0.1rem solid #fff;
  -webkit-transform: rotate(45deg) translateY(-0.1rem);
  -ms-transform: rotate(45deg) translateY(-0.1rem);
  transform: rotate(45deg) translateY(-0.1rem);
  -webkit-transform-origin: right 50% 0;
  -ms-transform-origin: right 50% 0;
  transform-origin: right 50% 0; }

.swiper-wrapper{
  height:15rem; 
  max-width:85%;
  overflow:hidden;
}

.swiper-item{
  width:10rem;height: 14rem;padding: 0.25rem;
}

.swiper-image{
  height:7.5rem;
  margin:auto;
}

.flickity-viewport{
  max-width:800px;
}

.beige-back{
  background-color: bisque;
  padding: 1rem;
}

ul.indexed-ul  {
  position: relative;
  margin: 0;
  padding: 0
}
ul.indexed-ul li  {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25rem
}
ul.indexed-ul li span.index-span {
  position: absolute;
  left: 0;
  margin: 0
}

@keyframes bumping{
  0%{transform: scale(0.9, 0.9);}
  30%{transform: scale(1.1, 1.1);}
  60%{transform: scale(0.9, 0.9);}
  80%{transform: scale(0.8, 0.8);}
  100%{transform: scale(0.9, 0.9);}
}

.button-img{
  animation-name: bumping;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.wide-line{
  line-height: 2.0em;
}

@keyframes aurora-back{
  0%{background-color: #ffff88}
  33%{background-color: #8888ff}
  66%{background-color: #88ffff}
  100%{background-color: #ffff88}
}

.aurora-div{
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  animation-name: aurora-back;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


.mihon-div{
  background-color: gainsboro; 
  padding-left:0.5rem;
}

.spacer{
  background-color: aquamarine;
  width: 100%;
  height: 0.15rem;
}


/*-----------------------------------------------

レスポンシブ用 タグ定義

-------------------------------------------------*/

.flex-wrapper{
  display:flex;
  flex-direction: row;
}
@media screen and (max-width: 800px) {
 .flex-wrapper {
  flex-direction: column;
  margin-bottom:0;
  } }

.flex-wrapper-reverse{
  display:flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
 .flex-wrapper-reverse {
  flex-direction: column;
  margin-bottom:0;
  } }

.flex-wrapper-rotate{
  display:flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
 .flex-wrapper-rotate {
  flex-direction: row;
  margin-bottom:0;
  } }

.flex-wrapper-rotate-reverse{
  display:flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 800px) {
 .flex-wrapper-rotate-reverse {
  flex-direction: row;
  margin-bottom:0;
  } }


.flex-half-size-block{
  width:48%;
  margin-right:auto;
  margin-left:auto;
}
@media screen and (max-width: 800px) {
  .flex-half-size-block{
    width:100%;
  }
}

.flex-center{
   align-items: center;
}

.flex-1-3-size-block{
  width:32%;
  margin-right:auto;
  margin-left:auto;
}
@media screen and (max-width: 800px) {
  .flex-1-3-size-block{
    width:100%;
  }
}

.flex-2-3-size-block{
  width:65%;
  margin-right:auto;
  margin-left:auto;
}
@media screen and (max-width: 800px) {
  .flex-2-3-size-block{
    width:100%;
  }
}

.flex-rotate-half-block{
  width:100%;
}
@media screen and (max-width: 800px) {
  .flex-rotate-half-block{
    width:48%;
    margin-right:auto;
    margin-left:auto;
  }}

.flex-rotate-quater-block{
  width:100%;
}
@media screen and (max-width: 800px) {
  .flex-rotate-quater-block{
    width:24%;
    margin-right:auto;
    margin-left:auto;
  }}

.flex-rotate-3quater-block{
  width:100%;
}
@media screen and (max-width: 800px) {
  .flex-rotate-3quater-block{
    width:74%;
    margin-right:auto;
    margin-left:auto;
  }}


/*-----------------------------------------------

個別定義

-------------------------------------------------*/

/*-----トップイメージエリア----------------------*/

.top-image-area{
  position:relative;
  overflow:hidden;
/*  max-height:500px;*/
}

.asto-logo{
  position:absolute;
  width:40%;
  left:0.5rem;
  top:0.5rem;
}

#anchor-wrapper{
  margin-left:auto;
  margin-right:auto;
  max-width:800px;
}



.top-sales{
  position:absolute;
  top:4.5rem;
  font-size:2rem;
  font-weight:1000;
  color:#fc4;
  width:100%;
  text-shadow: 0rem 0rem 0.2rem blue, 0rem 0rem 0.1rem blue, 0rem 0rem 0.2rem black, 0rem 0rem 0.1rem black, 0rem 0rem 0.5rem black;
  text-align:center;
  line-height:1.5;
}

.top-sales2{
  position:absolute;
  top:17rem;
  font-size:1.5rem;
  font-weight:700;
  color:#FC4;
  width:100%;
  text-shadow: 0rem 0rem 0.2rem blue, 0rem 0rem 0.1rem blue, 0rem 0rem 0.2rem black, 0rem 0rem 0.1rem black, 0rem 0rem 0.5rem black;
  text-align:center;
  line-height:1.5;
}


/*-----本文エリア----------------------*/

.p-title{
  color:#00f;
  font-weight:bold;
  font-size:1.5rem;
}
.p-title-line{
  margin-top:0.5rem;
  width:95%;
  background:linear-gradient(to right, blue, white);
  height:0.5rem;
  margin:auto;
}

.card-content{
  margin-top:0.5rem;
  background:#ddd;
  width:95%;
  margin-left:auto;
  margin-right:auto;
  padding:1rem;
  box-shadow: inset -0.1rem -0.1rem 0 rgba(0,0,0,0.5), inset 0.1rem 0.1rem 0 rgba(255,255,255,0.5);
}

.card-title{
  color:blue;
  font-weight:bold;
}

 .card-content-wrapper {
  margin-top:0.5rem;
  display:flex;
  flex-direction: row;
  align-items: center;
}

.card-tention-image{
  width:24%;
}

.card-content-text{
  margin-left:4%;
  width:70%;
  line-height:1.5;
}

.card-content-table{
  line-height:1.5;
  margin-top:0.5rem;
  text-align:top;
  vertical-align:top !important;
}

.card-content-table td{
  vertical-align:top;
}

.access-button{
  width:80%;
  max-width:550px;
  text-align:center;
  font-weight:bold;
  font-size:1.2rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  border-radius:0.5rem;
  background-color:#a4f4a4;
  border:solid 1px black;
  margin-left:auto;
  margin-right:auto;
  box-shadow: inset -0.1rem -0.1rem 0 rgba(0,0,0,0.5), inset 0.1rem 0.1rem 0 rgba(255,255,255,0.5);
}

.access-button:hover{
  background-color:#d4ffff;
}

.access-button:active{
  animation: button-down 0.3s 1 ease-out;
}


@keyframes button-down{
  0%{
  box-shadow: inset 0.1rem 0.1rem 0 rgba(0,0,0,0.5), inset -0.1rem -0.1rem 0 rgba(255,255,255,0.5);
  }
  100%{
  box-shadow: inset -0.1rem -0.1rem 0 rgba(0,0,0,0.5), inset 0.1rem 0.1rem 0 rgba(255,255,255,0.5);
  }
}

.domain-table{
  border:solid 2px black;
}

.domain-table td{
  border:solid 1px black;
}

.domain-table th{
  border:solid 1px black;
  background-color:#ccc;
}

.domain-table tr td:nth-of-type(1){
  min-width:8rem;
  font-size:0.8rem;
}

.domain-table tr td:nth-of-type(2){
  font-size:0.6rem;
}

.domain-table tr:nth-of-type(2n){
  background-color:#dff;
}

.domain-table tr:nth-of-type(2n+1){
  background-color:#eff;
}

.embos-image{
  filter: drop-shadow(-0.05rem -0.05rem 0.05rem white) drop-shadow(0.05rem 0.05rem 0.05rem black) drop-shadow(-0.05rem -0.05rem 0.05rem white) drop-shadow(0.05rem 0.05rem 0.05rem black);
}



.black-stripe-title{
    background-color: #222;
    background-image:
	 repeating-linear-gradient(-45deg,#444, #444 2px,transparent 0, transparent 4px);
    margin-top:1rem;
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    font-size:1.2rem;
    font-weight:bold;
    text-align:center;
}

.top-bottom-margin{
  margin-top:1rem;
  margin-bottom:1rem;
}

.mission-area{
  position:relative;
  width:100%;
  height:5rem;
}

.mission-mark-wrap{
  position:absolute;
  left:5.5rem;
  top:0rem;
  width:5rem;
  height:5rem;
}

.mission-text{
  position:absolute;
  left:1rem;
  top:2rem;
  font-size:1.2rem;
  font-weight:bold;
}

.mission-under-line{
  position:absolute;
  left:0.5rem;
  right:0.5rem;
  top:3.5rem;
  height:0.2rem;
  background-color:orange;
}

.number-ling-area{
  position:relative;
}

.numbered-text{
  border-radius:0.5rem;
  border:solid 2px #f50;
  color:#f50;
  font-size:1rem;
  background-color:#ddd;
  padding:1rem;
  margin:0.5rem;
}


.corner-number{
  position:absolute;
  display:block;
  top:-0.5rem;
  left:0rem;
  width:1.5rem;
  height:1.5rem;
  text-align:center;
  background-color: #ff7437;
  background-image:
	 repeating-linear-gradient(-45deg,#f50, #f50 2px,transparent 0, transparent 4px);
  border-radius:1.5rem;
  font-seize:1.5rem;
  color:white;
  padding-top:0.2rem;
}


.orange-stripe-title{
    background-color: #ff7437;
    background-image:
	 repeating-linear-gradient(-45deg,#f50, #f50 2px,transparent 0, transparent 4px);
    margin-top:1rem;
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    font-size:1.2rem;
    font-weight:bold;
    text-align:center;
}

 .flex-column-wrapper {
  display:flex;
  flex-direction: column;
  margin-bottom:0;
  }

 .flex-row-wrapper {
  display:flex;
  flex-direction: row;
  margin-bottom:0;
  }

.flex-half-fix-size-block{
  width:48%;
  margin-right:auto;
  margin-left:auto;
}


.only-sp{
    display:none;
}
/*@media screen and (max-width: 800px) {
  .only-sp{
    display:block;
  }}

.only-pc{
    display:block;
}
@media screen and (max-width: 800px) {
  .only-pc{
    display:none;
  }}*/

