@charset "utf-8";
/* リニューアルphone_**.html用 スマホのみ 20220607 */
/*___________ 基本設定 ___________ */
html {
  font-size: 62.5%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
  margin: 0;
  color: #3D232B;
  font-size: 4.8vw;
  position: relative;
}
ol, ul {
  margin-top: 0;
  padding: 0;
  list-style-type: none;
}
p {
  margin: 0 0 .5em;
}
img {
  width: 100%;
  height: auto;
}
.txt_block {
  display: block;
}
.nowrap {
  display: inline-block;
  white-space: nowrap;
}
/* ____ リンクテキスト ____ */
a {
  color: #0066CC;
  text-decoration: underline;
}
a:visited {
  color: #0066CC;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #CC0000;
  text-decoration: none;
  transition: 0.5s;
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
/* ____ テキスト設定 ____ */
.txt_sm {
  font-size: 80%;
}
.txt_lg {
  font-size: 120%;
}
em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4em;
}
.b {
  font-weight: bold;
}
.s {
  text-decoration: line-through;
}
.u {
  text-decoration: underline;
}
/* ____ 見出し ____ */
h1 {
  padding: .5em 2vw;
  margin-bottom: 2em;
  color: #FFFFFF;
  font-size: .8em;
  background-color: #000000;
}
h2 {
  padding-left: .5em;
  margin: 1em 0;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4;
  border-left: 5px solid #FF0000;
}
/* ____ コンテンツ ____ */
.minbox {
  width: 94vw;
  margin: 0 auto 1em;
}
.tx-ind {
  padding-left: 1em;
  text-indent: -1em;
}
.phonebtn {
  width: 60%;
  margin: 2em auto;
}
.lvbox {
  width: 96vw;
  padding: .5em 2vw;
  margin: 2em auto;
  color: #0C5460;
  font-size: .8em;
  background-color: #D1ECF1;
  border-color: #BEE5EB;
  border-radius: 0.25rem;
}
.lvbox a {
  display: block;
  padding: 1em 0;
  margin: 1em 2vw;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #28A745;
  border-radius: 0.25rem;
}
/* ____ フッター ____ */
footer {
  border-top: 4px double #CCCCCC;
}
footer nav ul {
  margin-bottom: 0;
}
footer nav ul li {
  padding: 0.5em;
  font-size: 1em;
  border-bottom: 1px dotted #CCCCCC;
  position: relative;
}
footer nav ul li a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
}
footer nav ul li::after {
  content: "\03e";
  color: #0066CC;
  font-weight: bold;
  position: absolute;
  top: 1em;
  right: 1em;
}
footer .copy {
  padding: .5em 0;
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 0.8em;
  text-align: center;
  background-color: #000000;
}


