@charset "utf-8";
/*
CSS Information
 File name:      common.css
 Author:         Administrator
 Style Info:     Modify YUI Reset CSS, YUI Fonts CSS
 *http://developer.yahoo.com/yui/license.html
 *version: 3.3.0 build: 3167
----------------------------------------------------- \*/
/* reset.css
*************************** \*/
html {
  color: #000;
  background: #fff;
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
* html input,
* html textarea,
* html select {
  font-size: 100%;
}
* + html input,
* + html textarea,
* + html select {
  font-size: 100%;
}
legend {
  color: #000;
}

/* fonts.css
*************************** \*/

body {
  font: 13px/1.231 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, arial,
    sans-serif;
}
* html input {
  font-size: small;
}
* + html input {
  font-size: small;
}
select,
input,
button,
textarea {
  font: 99% "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, arial, sans-serif;
}
table {
  font-size: inherit;
}
* html table {
  font: 100% "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, arial, sans-serif;
}
pre,
code,
kbd,
samp,
tt {
}
* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 108%;
}
* + html pre,
* + html code,
* + html kbd,
* + html samp,
* + html tt {
  font-size: 108%;
}

/* base.css
*************************** \*/

/* clearfix \*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  font-size: 0.1em;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
}

/* マージン・インデント \*/
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}

.mt-5 {
  margin-top: -5px;
}
.mt-10 {
  margin-top: -10px;
}
.mt-15 {
  margin-top: -15px;
}
.mt-20 {
  margin-top: -20px;
}
.mt-25 {
  margin-top: -25px;
}
.mt-30 {
  margin-top: -30px;
}

.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}

.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
font-family: monospace;
line-height: 100%;
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}

.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}

.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}

.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}

.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}

.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}

/* break word */
.break-word {
  word-break: break-word;
}

/* リンク \*/
a:link,
a:visited,
a:hover,
a:active {
  color: #fe2323;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* フォーム \*/
form.inline,
div.inline {
  display: inline;
}

/* 要素設定 \*/
html,
body {
  color: #333;
  text-align: center;
  /*height: 100%;*/
}
ul,
dl,
ol {
  text-indent: 0;
  list-style-position: outside;
}
th,
td {
  vertical-align: top;
}
p {
  text-align: justify;
}
img {
  max-width: 100%;
}

/* テキスト位置 \*/
.alignC,
.alC {
  text-align: center;
}
.alignR {
  text-align: right;
}
.alignL {
  text-align: left !important;
}

.notes {
  color: #f00;
}

.small_notes {
  color: #f00;
  font-size: 96%;
  line-height: 1.5;
}

/* baseLayout
*************************** \*/
#wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  /*background: url(//img.undernavi.work/admin/pc/common/bg.jpg) repeat;*/
  /*overflow-x: hidden;*/
}
.contentsBlock {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  position: relative;
}
.contentsBlock2 {
  margin: 0 auto;
  width: 962px;
  text-align: left;
  position: relative;
}
#staff #nav .contentsBlock,
#staff #subNav .contentsBlock {
  width: 980px;
}

/* Header \*/
#header {
  position: relative;
  /*width: 100%;*/
  max-width: 1200px;
  min-width: 950px;
  background: transparent;
  padding: 5px 20px 0 20px;
}
#header > .contentsBlock {
  width: 100%;
}
#header .welcomeMsg {
  padding: 5px 0;
  color: #ffffff;
  font-size: 90%;
  background: #333333;
  border-radius: 30px;
  /*border-bottom: 1px solid #b2b1b1;*/
}
#header .welcomeMsg p {
  text-align: center;
}
#header h1 {
  float: left;
  width: 330px;
  height: 85px;
}
#header .qrCode {
  float: left;
  padding: 5px 5px 5px 70px;
  width: 380px;
  background: #fff url(../../images/web/qr.png) 5px center no-repeat;
  border: 1px solid #999;
  font-size: 93%;
  margin-right: 30px;
}
* html #header .qrCode {
  width: 290px;
}
#header .qrCode a {
  display: block;
  padding: 3px;
  background: #595959;
  color: #fff;
  text-align: center;
}
#header .qrCode a:hover {
  text-decoration: none;
}
#header .otherLink {
  float: right;
  width: 220px;
  font-size: 93%;
  text-align: center;
}
#header .otherLink .lnkLogout,
#header .otherLink .lnkPreview,
#header .otherLink .lnkComic {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 0;
  color: #fff;
}
* html #header .otherLink .lnkLogout,
* html #header .otherLink .lnkPreview,
* html #header .otherLink .lnkComic {
  display: inline;
  zoom: 1;
}
* + html #header .otherLink .lnkLogout,
* + html #header .otherLink .lnkPreview,
* + html #header .otherLink .lnkComic {
  display: inline;
  zoom: 1;
}
#header .otherLink .lnkLogout:hover,
#header .otherLink .lnkPreview:hover,
#header .otherLink .lnkComic:hover {
  text-decoration: none;
}
#header .otherLink .lnkLogout {
  float: left;
  margin-right: 5px;
  width: 107px;
  /*background: #56a8c6;*/
  background: #666;
}
#header .otherLink .lnkPreview {
  float: left;
  width: 108px;
  /*background: #fc7495;*/
  background: #00b7bf;
}
#header .otherLink .lnkComic {
  margin-bottom: 5px;
  clear: both;
  width: 220px;
  background: #595959;
}
#header .otherLink .searchBox input {
  display: inline-block;
  margin-top: 5px;
  vertical-align: bottom;
}
* html #header .otherLink .searchBox input {
  display: inline;
  zoom: 1;
  font-size: 100%;
}
* + html #header .otherLink .searchBox input {
  display: inline;
  zoom: 1;
}
#header .otherLink .searchBox .inputText {
  margin: 0;
  padding: 3px;
  width: 185px;
  height: 23px;
  border: 1px solid #999;
}
* html #header .otherLink .searchBox .inputText {
  width: 190px;
  height: 20px;
}
#header p#bnr_zopim {
  float: right;
  padding-top: 10px;
}
/* Navigation \*/
#nav {
  height: 38px;
  background: rgb(254, 151, 200); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(254, 151, 200, 1) 0%,
    rgba(244, 99, 146, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(254, 151, 200, 1) 0%,
    rgba(244, 99, 146, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(254, 151, 200, 1) 0%,
    rgba(244, 99, 146, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe97c8', endColorstr='#f46392',GradientType=0 ); /* IE6-9 */
  font-size: 93%;
}
#nav ul {
  padding-top: 3px;
}
#nav ul li {
  display: block;
  float: left;
  width: 103px;
  height: 32px;
  overflow: hidden;
}
#nav ul li.first {
  border-left: 1px solid #fc95c4;
}
#nav ul li.last {
  border-right: 1px solid #f26693;
}
* html #nav ul li.first,
* html #nav ul li.last {
  width: 121px;
}
#nav li a {
  display: block;
  width: 107px;
  height: 32px;
  overflow: hidden;
  border-right: 1px solid #f26693;
  border-left: 1px solid #fc95c4;
  color: #fff;
  text-align: center;
}
* html #nav li a {
  width: 120px;
}
#nav li a:hover {
  color: #666666;
  text-decoration: none;
}
#nav li a span {
  display: block;
  padding-top: 8px;
}

#subNav {
  /*height: 30px;*/
  background: #e6eadf;
  font-size: 93%;
}
#subNav ul {
  /*width: 1088px !important;*/
  padding-top: 3px;
}
#subNav ul li {
  display: block;
  float: left;
  width: 119px;
  height: 24px;
  margin-bottom: 3px;
  border-right: 1px solid #6d5140;
  overflow: hidden;
}
* html #subNav ul li {
  width: 121px;
}
#subNav ul li.last {
  border-right: none;
}
#subNav li a {
  display: block;
  width: 120px;
  height: 24px;
  overflow: hidden;
  color: #6d5140;
  text-align: center;
}
#subNav li a:hover {
  color: #78bd41;
  text-decoration: none;
}
#subNav li a span {
  display: block;
  padding-top: 5px;
}

/* article \*/
#article {
  position: relative;
  /*margin: 0 auto;
	padding: 20px 0 180px;
	width: 960px;*/
  text-align: left;
  /*width: 100%;*/
  max-width: 1200px;
  min-width: 950px;
}
* html #article {
  width: 900px;
}

/* footer \*/
#footer {
  width: 100%;
  /*background: -moz-linear-gradient(top, rgba(244,99,146,0.29) 0%, rgba(254,151,200,0.08) 100%);*/ /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top, rgba(244,99,146,0.29) 0%,rgba(254,151,200,0.08) 100%);*/ /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, rgba(244,99,146,0.29) 0%,rgba(254,151,200,0.08) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4af46392', endColorstr='#14fe97c8',GradientType=0 );*/ /* IE6-9 */
  font-size: 93%;
  /*border-top: 1px solid #fd567e;*/
  position: absolute;
  left: 0;
  bottom: 0;
  height: 160px;
  background: #1a1a1a;
  color: #fff;
}
#footer > .contentsBlock {
  width: 100%;
}
#footer > .contentsBlock a {
  color: #fff;
  text-decoration: underline;
}
#footer p {
  /*text-align: center;*/
  text-align: left;
  padding-left: 8vw;
}
#footer .copyright {
  padding-top: 60px;
}

/* Err and Info Message
*************************** \*/
#article .errMsg {
  padding: 10px 10px 10px 50px;
  background: #ffd4ed url(../../images/web/icon_err.png) left center no-repeat;
  border: 2px dotted #eb1744;
  color: #eb1744;
}
#article .infoMsg {
  padding: 10px 10px 10px 50px;
  background: #e9ffe8 url(../../images/web/icon_info.png) left center no-repeat;
  border: 2px dotted #2cb34f;
  color: #2cb34f;
}
#article .alertMsg {
  padding: 10px 10px 10px 50px;
  background: #fdf3bd url(../../images/web/icon_ex.png) 10px center no-repeat;
  border: 1px solid #ff6701;
}
#article .alertMsg a {
  color: #fe1a02;
  text-decoration: underline;
}
p.cation,
th span.cation {
  color: #f00;
}
/* Title Setting
*************************** \*/
#article h2.title {
  padding: 1px;
  margin-bottom: 10px;
  border: 1px solid #a7a7a7;
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
#article h2.title span {
  display: block;
  padding: 10px 5px 10px 15px;
  font-weight: bold;
  border-left: 10px solid #8e816e;
  /*font-size: 1.05rem;*/
  font-size: 0.95rem;
}

/* Heading
*************************** \*/
#article h2#pageTitle {
  /*float: left;
	width: 430px;
	font-size: 123.1%;*/
  background: #00b7bf;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 10px 0;
  margin-bottom: 10px;
  position: relative;
}
/*#article h2#pageTitle span {
	display: block;
	padding-left: 10px;
	border-left: 10px solid #fe9ab1;
}*/
#article .loginBtn form {
  clear: both;
  margin-bottom: 10px;
  text-align: right;
}
#article .loginBtn form input {
  padding: 3px 5px;
  letter-spacing: 1px;
}
#article #pageCheck {
  float: right;
  width: 295px;
  background: #e6eadf;
}
#article #pageCheck em,
#article #pageCheck a {
  display: inline-block;
  padding: 5px 0;
}
* html #article #pageCheck em,
* html #article #pageCheck a {
  display: inline;
  zoom: 1;
}
* html + #article #pageCheck em,
* html + #article #pageCheck a {
  display: inline;
  zoom: 1;
}
#article #pageCheck em {
  padding-right: 20px;
  padding-left: 5px;
  background: url(../../images/sp/icon_arrow.png) right center no-repeat;
  color: #f15970;
}
#article #pageCheck a {
  color: #6d5140;
}
#article #pageCheck a span {
  padding: 0 10px;
  border-right: 1px solid #6d5140;
}
#article #pageCheck a.last span {
  border-right: none;
}
#article #pageCheck a:hover {
  text-decoration: underline;
}
#article #memberCount {
  float: right;
  width: 295px;
  text-align: right;
}
#article #memberCount dl {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 10px 20px;
  background: #efefef;
}
* html #article #memberCount dl {
  display: inline;
  zoom: 1;
}
* + html #article #memberCount dl {
  display: inline;
  zoom: 1;
}
#article #memberCount dl dt {
  float: left;
  width: 70px;
  text-align: left;
}
#article #memberCount dl dd {
  padding-left: 75px;
}

#article #mailCategory {
  float: right;
  width: 450px;
  text-align: right;
}
#article #mailCategory dl {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 10px 20px;
  background: #efefef;
}
* html #article #mailCategory dl {
  display: inline;
  zoom: 1;
}
* + html #article #mailCategory dl {
  display: inline;
  zoom: 1;
}
#article #mailCategory dl dt {
  display: inline-block;
  text-align: left;
}
#article #mailCategory dl dd {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #696969;
}
#article #mailCategory dl dd.last {
  border-right: none;
}
#article a.loginShop {
  float: right;
}

.c-heading {
  font-weight: normal;
  font-size: 1rem;
}
.c-heading--centered {
  text-align: center;
}

/* boxes
*************************** \*/

.c-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid hsla(0deg, 0%, 0%, 0.25);
}
.c-box.is-active {
  background-color: hsla(0deg, 50%, 50%, 0.25);
}
.c-box__thumb {
  width: 100%;
}
.c-box__thumb > * {
  width: 100%;
}
.c-box__texts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-box__text {
  margin: 0;
}
.c-box__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.c-box-list {
  --cols: 3;
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: 10px;
}

/* Movie
*************************** \*/
#article #movieboxes {
  margin-bottom: 20px;
  padding: 10px 10px 20px 10px;
  border: 1px solid #ccc;
}
#article #movieboxes ul {
  width: 850px;
  margin: 0 auto;
}

#article #movieboxes ul li {
  float: left;
  width: 220px;
  height: 190px;
  margin: 20px 0 0 2px;
  padding: 5px;
  background-color: #ccc;
  list-style: none;
  text-align: center;
}

/* Pager
*************************** \*/
.pager {
  margin-bottom: 10px;
  text-align: center;
}
.pager li {
  display: inline-block;
  width: 2em;
  margin: 0 3px;
  font-size: 108%;
  line-height: 2em;
  background: transparent;
}
.pager li:first-child,
.pager li:last-child,
.pager li:first-child span,
.pager li:last-child span {
  width: 5em;
  display: inline-block;
}
.pager li a {
  display: inline-block;
  width: 100%;
  color: #8e816e;
  background: #ffffff;
  text-decoration: none;
  border: 1px solid #8e816e;
  border-radius: 15px;
}
.pager li span,
.pager li.current {
  display: block;
  width: 100%;
  color: #ffffff;
  background: #8e816e;
  border: 1px solid #8e816e;
  border-radius: 15px;
}
.pager li a:hover {
  color: #ff557d;
  background: #fee1e9;
  border-color: #ff557d !important;
}

/* tableLayout
*************************** \*/
/* typeA \*/
table.typeA {
  --th-width: auto;
  margin-bottom: 15px;
  border: 1px solid #cccccc;
  border-collapse: collapse;
  border-spacing: 0;
}
table.typeA th,
table.typeA td {
  border: 1px solid #cccccc;
  vertical-align: top;
  line-height: 1.7;
  word-break: break-word;
}
#shop table.typeA td {
  vertical-align: middle;
}
table.typeA th {
  width: var(--th-width);
  color: #ffffff;
  text-align: left;
  background: #8e816e;
  vertical-align: middle;
}
table.typeA th small,
table.typeA td small {
  display: block;
  padding: 5px;
  font-size: 93%;
  font-weight: normal;
  text-align: justify;
  text-indent: 0;
  color: #000;
}
div#wrapper div#article table.fromk th {
  background: #fff2cd;
  color: #1f1f1f;
  vertical-align: middle;
  text-align: center !important;
}
div#wrapper div#article table.fromk a {
  text-decoration: underline;
  color: #74769d;
}
div#wrapper div#article table.fromk th:nth-child(2) {
  color: #bf4132;
}
/* commonSetting \*/
table {
  width: 100%;
}
* html table {
  width: auto;
}
table th,
table td {
  padding: 5px;
}

table th {
  font-weight: bold;
}
table th.valignM,
table td.valignM {
  vertical-align: middle;
}
table th.valignB,
table td.valignB {
  vertical-align: bottom;
}
table th.borderless,
table td.borderless {
  border: none !important;
}
table tr.even {
  background: #fedee6;
}
table tr.close {
  background: #999 !important;
}
table tr.close.color-right {
  background: #ddd !important;
}
table tr.trial {
  background: #fff799 !important;
}
table tr.mens {
  background: #99ffff !important;
}
table th p.icon_new {
  background: #ff6371;
  color: #fff;
  text-align: center;
  width: 100px;
  border-radius: 2px;
  font-size: 0.75rem;
  font-weight: bold;
}
.box_select {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 9px;
}
.box_select:last-of-type {
  margin-bottom: 0;
}
.box_select > p {
  width: 70px;
}
.box_select > p.w02 {
  width: 145px;
}
.box_select > p.w03 {
  width: 70px;
}

/* formLayout
*************************** \*/
#article input.text {
  width: 70%;
}
#article textarea {
  width: 80%;
  height: 12em;
}
#article label {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
* html #article label {
  display: inline;
  zoom: 1;
}
* + html #article label {
  display: inline;
  zoom: 1;
}
#article td.cell label {
  width: 20%;
}
#article label input.radio,
#article label input.checkbox {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
* html #article label input.radio,
* html #article label input.checkbox {
  display: inline;
  zoom: 1;
}
* + html #article label input.radio,
* + html #article label input.checkbox {
  display: inline;
  zoom: 1;
}

.loginBtn {
  position: relative;
}
#article .loginBtn form {
  float: right;
}

/* Buttons
*************************** \*/
.shop_btn {
  float: right;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0 10px;
  color: #ffffff !important;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  background: #f3576d;
  border: 1px solid #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.shop_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

a.smallBtn,
a.smallBtn:visited,
a.smallBtn:active {
  display: inline-block;
  padding: 2px 5px;
  background: #efefef;
  border: 1px solid #696969;
  color: #000;
  cursor: pointer;
}
a.smallBtn:hover,
.list a.smallBtn.active {
  background: #666;
  border: 1px solid #333;
  color: #fff;
  text-decoration: none;
}

a.largeBtn,
a.largeBtn:visited,
a.largeBtn:active {
  display: inline-block;
  padding: 0 20px;
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
  line-height: 30px;
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background: rgb(254,186,85);
    background: -moz-linear-gradient(top, rgba(254,186,85,1) 0%, rgba(254,161,46,1) 100%);
    background: -webkit-linear-gradient(top, rgba(254,186,85,1) 0%,rgba(254,161,46,1) 100%);
    background: linear-gradient(to bottom, rgba(254,186,85,1) 0%,rgba(254,161,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feba55', endColorstr='#fea12e',GradientType=0 );*/
  border: none;
  border-radius: 3px;
  /*box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.6);*/
  cursor: pointer;
  background: #ff6371;
  box-shadow: none;
  text-shadow: none;
}
a.largeBtn:hover {
  opacity: 0.8;
  text-decoration: none;
}
#localNav a.largeBtn {
  margin: 0 5px 5px 0;
}

.formBtn {
  display: inline-block;
  padding: 5px 45px;
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
  line-height: 30px;
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background: rgb(254,186,85);
    background: -moz-linear-gradient(top, rgba(254,186,85,1) 0%, rgba(254,161,46,1) 100%);
    background: -webkit-linear-gradient(top, rgba(254,186,85,1) 0%,rgba(254,161,46,1) 100%);
    background: linear-gradient(to bottom, rgba(254,186,85,1) 0%,rgba(254,161,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feba55', endColorstr='#fea12e',GradientType=0 );*/
  border: none;
  border-radius: 3px;
  /*box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.6);*/
  cursor: pointer;
  background: #ff6371;
  box-shadow: none;
  text-shadow: none;
}
.formBtn.--green {
  background: #00b7bf;
}
a.formBtn {
  display: inline-block;
  padding: 5px 45px;
  color: #ffffff;
  font-size: 124%;
  font-weight: bold;
  line-height: 30px;
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background: rgb(254,186,85);
    background: -moz-linear-gradient(top, rgba(254,186,85,1) 0%, rgba(254,161,46,1) 100%);
    background: -webkit-linear-gradient(top, rgba(254,186,85,1) 0%,rgba(254,161,46,1) 100%);
    background: linear-gradient(to bottom, rgba(254,186,85,1) 0%,rgba(254,161,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feba55', endColorstr='#fea12e',GradientType=0 );*/
  border: none;
  border-radius: 3px;
  /*box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.6);*/
  cursor: pointer;
  background: #ff6371;
  box-shadow: none;
  text-shadow: none;
}
* html .formBtn {
  width: 150px;
}
.formBtn:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* stars */

.c-stars {
  --item-font-size: 1em;
  position: relative;
  z-index: 1;
  display: block;
}
.c-stars__wrapper {
  display: flex;
  gap: 0.25rem;
  position: relative;
  z-index: 1;
}
.c-stars__wrapper--front {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.c-stars__item {
  --level: 0;
  position: relative;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: var(--item-font-size);
}
.c-stars__item::before,
.c-stars__item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "★";
  color: #c4c4c4;
}
.c-stars__item::after {
  width: calc(1em * var(--level));
  overflow: hidden;
  color: #ffb906;
}

/* averages */

.c-average {
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-average__label {
  display: flex;
  justify-content: flex-end;
  min-width: 5ic;
  font-size: 1em;
}
.c-average__num {
  font-weight: bold;
  font-size: 1.1em;
}
.c-average__text {
  font-size: 1em;
}

/* client_whatsnew */
.whatsNew .borderBox {
  padding: 10px;
  border: 1px solid #a7a7a7;
}

/* ブーストボタン */
.boost_btn {
  position: fixed;
  width: 147px;
  height: 145px;
  text-align: center;
  line-height: 44px;
  right: 3%;
  bottom: 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  border-radius: 10px;
}
.boost_btn a {
  display: block;
}
.boost_btn a img:hover {
  cursor: pointer;
  filter: alpha(opacity=80); /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)"; /* ie 8 */
  -moz-opacity: 0.8; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8; /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
}
.tooltip_box {
  position: absolute;
  top: -105px;
  right: 0;
  display: inline-block;
  width: 268px;
  margin: 1.5em 0;
  padding: 7px 10px;
  color: #555;
  font-size: 14px;
  letter-spacing: -2px;
  background: #fff09cf2;
  border-radius: 10px;
}
.tooltip_box:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 77%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff09cf2;
}
.tooltip_box .tooltip {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  font-weight: bold;
}

/* コンテンツ説明 */
.cont_desc {
  /*clear: both;
	display: block;
	overflow: hidden;
	margin: 0 0 15px;
	padding: 5px 10px 5px;
	line-height: 1.8;
	background: rgba(255, 255, 255, 0.8);
	border-left: 5px solid #fc99b1;
	border-radius: 0 5px 5px 0;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.6);
	position: relative;*/
  margin-bottom: 10px;
  border: 1px solid #a7a7a7;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  padding: 10px 5px 10px 15px;
  font-weight: bold;
  border-left: 10px solid #8e816e;
  font-size: 0.8rem;
}
/*未読メールページ*/
.photo01 {
  float: left;
}
.mailbox_r {
  width: 65%;
  float: right;
}
.unread_btn {
  clear: both;
  text-align: center;
  padding-top: 50px;
}
.unread_btn a {
  width: 10%;
  margin-right: 10px;
}
.add_newbtn {
  display: block;
  width: 30%;
  margin: 0 auto 30px;
  text-align: center;
  border: solid 1px #bfbfbf;
  background: #f2f2f2;
  padding: 10px;
  color: #000 !important;
  border-radius: 5px;
}
div#wrapper div#article table.fromk a:hover {
  background: none;
  opacity: 0.7;
}
.typeA.fromk #first_input input {
  width: 80% !important;
}
/* */

.new_now {
  display: block;
  color: #fff !important;
  background: #ff557e;
  margin: 10px 0;
  padding: 15px 0 15px 75px;
  text-decoration: underline !important;
  position: relative;
  font-weight: bold;
}
.new_now:before {
  position: absolute;
  top: -6px;
  left: 5px;
  content: "";
  width: 57px;
  height: 56px;
  background: url("../../images/web/icon_now.png") no-repeat;
}

/* 店舗向けお知らせ */
#infobox {
  background: #fff;
  border: 1px solid rgba(244, 99, 146, 0.29);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 12px;
  position: relative;
  overflow: visible;
}
#infobox .infotitle {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 0 0 0 70px;
}
#infobox .infotitle::before {
  content: url("http://img.undernavi.work/admin/pc/common/un_door.png");
  display: block;
  position: absolute;
  top: -58px;
  left: 0;
}

#infobox ul {
  height: 600px;
  overflow: scroll;
}
#infobox ul li em {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 0 0 4px 0;
}
#infobox ul li .date {
  margin: 0 0 12px 0;
}
#infobox ul li {
  border-bottom: 1px dotted #333;
  margin: 0 0 18px 0;
  padding: 0 0 18px 0;
}
#infobox ul li:last-child {
  bobrder: none;
  margin: 0;
}

/* renewal
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  body {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }
  .flex_box02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  /*************** [ LAYOUT ] ***************/
  .wrapper {
    height: 100%;
    min-height: 100%;
  }
  .l-header {
    /*background-color: #000000;*/
    background: #00b7bf;
    color: #fff;
    height: 60px;
  }
.l-side {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	width: 85%;
	height: inherit;
	min-height: 100%;
	color: #fff;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	overflow-y: auto;
	overflow-x: hidden;
}
  .l-content {
    padding: 3%;
  }
  .l-footer {
  }

  /*************** [ HEADER ] ***************/
  .header-txt {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    line-height: 2.8;
  }
  .icon-nav {
    /*position: absolute;
	font-size: 2.4rem;
    line-height: 2.4;
    padding-left: 4.2%;
    z-index: 1000;*/
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0%, -50%);
    padding: 0;
    z-index: 10;
  }
  .icon-nav > img {
    width: 30px;
    vertical-align: middle;
  }

  /*************** [ LOGO ] ***************/
  .logo {
    width: 100%;
    height: 60px;
    background: #fff;
  }
  .logo img {
    width: 40%;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
  }
  .btn_close {
    display: none;
  }

  /*************** [ SIDE NAVI ] ***************/
  .side-nav {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /*************** [ SUB-NAVI ] ***************/
  .nav_sub-nav {
    background-color: #00736d;
    width: 64px;
    height: 100vh;
  }
  .sub-nav {
    text-align: center;
    margin-top: 20px;
  }
  .sub-nav-item a {
    display: inline-block;
    background-color: #2e2e2e;
    font-size: 2.4rem;
    line-height: 1.9;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #2e2e2e;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .sub-nav-item a:hover {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00736d;
    border: 3px solid #fff;
    transition: all 0.3s ease 0s;
  }

  /*************** [ MAIN-NAVI ] ***************/
  .nav_main-nav {
    /*background-color: #f3f7f8;*/
    background: #00b7bf;
    width: 100%;
  }
.main-nav {
	width: calc(100% + 17px);
	height: 100%;
	padding: 0 17px 100px 0;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
  .main-nav-item {
    width: calc(100% + 17px);
    font-size: 0.8rem;
    line-height: 3;
    text-indent: 1rem;
    text-align: left;
    background: #f3f7f8;
    color: #ccc;
    position: relative;
  }
  .new_icon {
    background: #ff6371;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    padding: 1px 15px;
    font-size: 0.75rem;
    font-weight: bold;
    margin-left: 8%;
    border-radius: 2px;
    text-decoration: none;
    line-height: 1.5;
    text-indent: initial;
  }
  .main-nav-item a {
    display: block;
    color: #2e2e2e;
  }
  .main-nav-item a:hover,
  .main-nav-item.current > a {
    display: block;
    background-color: #5e666e;
    color: #fff;
    text-indent: 2.1rem;
    transition: all 0.3s ease 0s;
  }
  .main-nav-item.current > a.invalid {
    background-color: #00b7bf;
    color: #fff;
    text-indent: inherit;
  }
  .is-nav-header {
    /*background-color: #1b1b1b;*/
    background: #00b7bf;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #fff;
    font-size: 0.93rem;
  }
  .is-nav-header > a {
    color: #fff;
  }
  .message_count {
    background: #fd6071;
    color: #fff;
    text-align: center;
    margin: 0 0 0 10px;
    border-radius: 50%;
    height: 30px;
    overflow: hidden;
    width: 30px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    display: inline-flex;
    text-indent: 0;
    line-height: initial;
    font-size: 18px;
  }
  /*************** [ TITLE ] ***************/
  .ttl-page {
    /*background-color: #434343;*/
    background: #dfdbcf;
    font-size: 1.8rem;
    font-weight: bold;
    /*color: #FFF;*/
    color: #8e816e;
    text-align: left;
    margin-bottom: 20px;
    padding: 10px 15px;
  }
  .ttl-content {
    /*background-color: #e5e5e5;*/
    background: #f3f7f8;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px 15px;
  }

  /*************** [ CONTENT ] ***************/
  .block {
    border: 1px solid #cccdcd;
    padding: 6px !important;
    margin-bottom: 10px;
  }
  .block:last-child {
    margin-bottom: 0;
  }
  .block-container {
    padding: 5px 0px;
  }

  /*************** [ LIST ] ***************/
  .list-group {
  }
  .list-group-item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .list-group-item:last-child {
    border-bottom: none;
  }
  .list-item {
    padding: 0px 1%;
  }
  .is-label {
    width: 100%;
    font-weight: bold;
    text-align: left;
  }
  .is-input,
  .is-input-dis {
    width: 100%;
    text-align: left;
  }

  /*************** [ FORM ] ***************/

  /*************** [ TEXT ] ***************/

  /*************** [ COPYRIGHT ] ***************/
  footer {
    background: #1a1a1a;
    color: #fff;
  }
  /*footer > p {
    text-align: center;
    text-indent: -250px;
    font-size: 1.2rem;
    padding-top: 10px;
}*/
  footer > p a {
    color: #fff;
    text-decoration: underline;
  }
  small {
    display: block;
    /*background-color: #000;*/
    background: #1a1a1a;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    padding: 25px 5px 5px 5px;
    letter-spacing: 1px;
    font-style: italic;
  }
  .l-header,
  .l-content,
  .l-footer {
    margin-left: 230px;
  }
  .l-side {
    width: 230px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .l-content {
    padding: 20px;
  }
  /*.l-footer{width: 100%;}*/

  /*************** [ HEADER ] ***************/
  /*.icon-nav{padding-left: 20px;}*/
  .fa-bars {
    cursor: pointer;
  }

  /*************** [ LOGO ] ***************/
  .logo {
  }
  .logo image {
  }

  /*************** [ SUB-NAVI ] ***************/
  .nav_sub-nav {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1000;
  }

  /*************** [ MAIN-NAVI ] ***************/
  .nav_main-nav {
    /*margin-left: 64px;*/
  }

  /*************** [ NAVI HIDE ] ***************/
  .open {
  }
  .close {
  }

  /*************** [ TITLE ] ***************/
  .ttl-page {
    font-size: 2rem;
  }
  .ttl-content {
    font-size: 1.5rem;
    color: #535353;
  }

  /*************** [ LIST ] ***************/
  .list-group {
  }
  .list-group-item {
    display: table;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .list-group-item:last-child {
    border-bottom: none;
  }
  .list-item {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 25px;
  }
  .is-label {
    width: 15%;
    text-align: right;
  }
  .is-input,
  .is-input-dis {
    width: 85%;
    text-align: left;
  }

  /*************** [ FORM ] ***************/

  /*************** [ COPYRIGHT ] ***************/
  .foot {
    background: #000;
    color: #fff;
    font-size: 13px;
    margin-top: 30px;
    padding: 20px 0 15px 0;
  }
  .foot > p {
    font-size: 13px;
    text-align: center !important;
  }
  .foot > p > a {
    color: #fff;
    text-decoration: underline;
  }
  .foot > p.copyright {
    font-size: 12px;
    font-style: italic;
    padding-top: 45px;
  }
  small {
    text-indent: -250px;
    width: 100%;
  }

  table th,
  table td {
    line-height: 1.7;
  }

  /* pagetop
---------------------------------------------*/
  #page_top {
    position: fixed;
    bottom: 30px;
    right: 10px;
  }
  #page_top a {
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 17px 17px;
  }
  #page_top a:hover {
    background-color: #666;
    text-decoration: none;
  }

  /* 2021-10/27
---------------------------------------------------*/
  .supplement {
    width: 80%;
    padding: 2%;
    border: 2px solid #ff6371;
    box-sizing: border-box;
    color: #ff6371;
    margin: 0 auto 10px auto;
  }
  .supplement > h2 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .supplement > ul {
    margin-bottom: 5px;
  }
  .supplement > ul li {
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  /*************** [ BASE ] ***************/
  #wrapper {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
  }
  #header .welcomeMsg,
  #header .qrCode {
    display: none;
  }
  #header .otherLink {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  #header .otherLink .lnkLogout,
  #header .otherLink .lnkPreview {
    /*width: 49%;*/
    width: 18.5%;
  }
  .sp_none {
    display: none;
  }
  #article {
    position: relative;
    text-align: left;
    max-width: 100%;
    min-width: inherit;
  }
  .overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.85);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 949;
  }
  .btnSearch {
    width: auto;
  }
  /*************** [ LAYOUT ] ***************/
  .wrapper {
    height: 100%;
    min-height: 100%;
  }
  .l-header {
    /*background-color: #000000;*/
    background: #00b7bf;
    color: #fff;
    height: 60px;
  }
  .l-side {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 85%;
    height: inherit;
    min-height: 100%;
    color: #fff;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .l-content {
    padding: 0 1.5%;
  }
  .l-footer {
  }

  /*************** [ HEADER ] ***************/
  #article h2#pageTitle {
    width: 106%;
    margin-left: -3%;
    font-size: 0.9rem;
    padding: 15px 0;
  }
  .header-txt {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    line-height: 2.8;
  }
  .icon-nav {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0%, -50%);
    padding: 0;
    z-index: 1000;
  }
  .icon-nav.close {
    position: fixed;
    top: 25%;
    left: 89.3% !important;
    z-index: 1000;
  }
  .icon-nav > img {
    width: 23px;
    vertical-align: middle;
  }

  /*************** [ LOGO ] ***************/
  .logo {
    width: 100%;
    height: 60px;
  }
  .logo img {
    width: 31%;
    display: block;
    margin: 0 auto;
    padding-top: 8px;
  }

  /*************** [ SIDE NAVI ] ***************/
  .side-nav {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 1px;
  }

  /*************** [ SUB-NAVI ] ***************/
  .nav_sub-nav {
    background-color: #00736d;
    width: 64px;
    height: 100vh;
  }
  .sub-nav {
    text-align: center;
    margin-top: 20px;
  }
  .sub-nav-item a {
    display: inline-block;
    background-color: #2e2e2e;
    font-size: 2.4rem;
    line-height: 1.9;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #2e2e2e;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .sub-nav-item a:hover {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00736d;
    border: 3px solid #fff;
    transition: all 0.3s ease 0s;
  }

  /*************** [ MAIN-NAVI ] ***************/
  .nav_main-nav {
    background-color: #f3f7f8;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .main-nav {
    width: calc(100% + 17px);
    height: 100vh;
    padding: 0 17px 100px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .main-nav-item {
    width: calc(100% + 17px);
    font-size: 0.9rem;
    line-height: 3;
    text-indent: inherit;
    text-align: left;
    /*padding-left: 2%;*/
    text-indent: 0.4rem;
    color: #ccc;
    position: relative;
  }
  .new_icon {
    background: #ff6371;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%);
    padding: 1px 15px;
    font-size: 0.75rem;
    border-radius: 2px;
    text-decoration: none;
    line-height: 1.5;
    text-indent: initial;
  }
  .main-nav-item a {
    display: block;
    color: #2e2e2e;
  }
  .main-nav-item.current > a {
    display: block;
    background-color: #5e666e;
    color: #fff;
    text-indent: 1.4rem;
    transition: all 0.3s ease 0s;
  }
  .main-nav-item.current > a.invalid {
    background-color: #00b7bf;
    color: #fff;
    text-indent: inherit;
  }
  /*.main-nav-item a:hover{
        display: block;
        background-color: #5e666e;
        color: #FFF;
        text-indent: 2.8rem;
        transition: all 0.3s ease 0s;
    }*/
  .is-nav-header {
    /*background-color: #1b1b1b;*/
    background: #00b7bf;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .is-nav-header > a {
    color: #fff;
  }

  /*************** [ TITLE ] ***************/
  .ttl-page {
    /*background-color: #434343;*/
    background: #dfdbcf;
    font-size: 1.8rem;
    font-weight: bold;
    /*color: #FFF;*/
    color: #8e816e;
    text-align: left;
    margin-bottom: 20px;
    padding: 10px 15px;
  }
  .ttl-content {
    /*background-color: #e5e5e5;*/
    background: #f3f7f8;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px 15px;
  }

  /*************** [ CONTENT ] ***************/
  .block {
    border: 1px solid #cccdcd;
    padding: 6px !important;
    margin-bottom: 10px;
  }
  .block:last-child {
    margin-bottom: 0;
  }
  .block-container {
    padding: 5px 0px;
  }

  /*************** [ LIST ] ***************/
  .list-group {
  }
  .list-group-item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .list-group-item:last-child {
    border-bottom: none;
  }
  .list-item {
    padding: 0px 1%;
  }
  .is-label {
    width: 100%;
    font-weight: bold;
    text-align: left;
  }
  .is-input,
  .is-input-dis {
    width: 100%;
    text-align: left;
  }

  /*************** [ FORM ] ***************/
  input[type="text"],
  input[type="password"],
  input[type="email"],
  select,
  textarea {
    font-size: 0.95rem;
    padding: 5px;
    vertical-align: bottom;
  }
  input,
  select,
  textarea {
    width: 100%;
  }
  .btn-update {
  }

  /*************** [ TEXT ] ***************/
  .txt_caution {
    color: #ff0000;
    font-size: 1.3rem;
    line-height: 1.2;
    margin-top: 8px;
  }

  /*************** [ COPYRIGHT ] ***************/
  .foot {
    background: #000;
    color: #fff;
    font-size: 0.85rem;
    margin-top: 10px;
    padding: 15px 0 10px 0;
  }
  .foot > p {
    text-align: center;
    text-indent: 0px;
    font-size: 0.8rem;
    padding: 10px 1% 0 1%;
    line-height: 1.4;
  }
  .foot > p a {
    color: #fff;
    text-decoration: underline;
  }
  /* 追加コンテンツ
    ----------------------------------------------------------*/
  .l-content > .top_cont > li {
    width: 100%;
    border: 2px solid #ccc;
    padding: 10px 15px;
  }
  .l-content > .top_cont > li:first-child {
    margin-bottom: 10px;
  }
  #article h2.title span {
    display: block;
    padding: 10px 5px;
    font-weight: bold;
    border-left: 10px solid #8e816e;
    font-size: 0.85rem;
  }
  .l-content > .txt_status {
    font-size: 0.9rem;
    padding: 10px 0;
  }
  .l-content > .txt_status span {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 5px;
  }
  .tbl_cont-status {
    font-size: 0.8rem;
  }
  .tbl_cont-status th {
    vertical-align: middle;
  }
  .l-content #contDetail dt {
    float: none;
    padding: 2px 0;
    width: 100%;
    font-weight: bold;
    font-size: 0.85rem;
  }
  .l-content #contDetail dd {
    padding: 5px 0 15px 0;
    width: 100%;
    font-size: 0.8rem;
  }
  .l-content #contDetail dd:last-child {
    padding-bottom: 0;
  }
  .l-content .use_link {
    font-weight: bold;
    font-size: 90%;
  }
  img,
  .l-content .use_link > img,
  #middle > li > img,
  #large > li > img {
    width: 100%;
    height: auto;
  }
  .cont_desc {
    padding: 10px 5px 10px 5px;
    line-height: 1.4;
  }
  .pager li:first-child,
  .pager li:last-child,
  .pager li:first-child span,
  .pager li:last-child span {
    width: 4em;
    display: inline-block;
  }
  .pager li {
    display: inline-block;
    width: 1.5em;
    margin: 0 3px;
    font-size: 100%;
    line-height: 1.5em;
    background: transparent;
  }
  .formBtn {
    margin-bottom: 10px;
  }

  /* 2021-10/27
    ---------------------------------------------------*/
  .supplement {
    width: 80%;
    padding: 2%;
    border: 2px solid #ff6371;
    box-sizing: border-box;
    color: #ff6371;
    margin: 0 auto 10px auto;
  }
  .supplement > h2 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .supplement > ul {
    margin-bottom: 5px;
  }
  .supplement > ul li {
    margin-bottom: 2px;
  }
}

/* オンライン面接
-------------------------------------------*/
.ttl_online {
  background: #f5f5f5;
  color: #8e816e;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  border-top: 3px solid #8e816e;
  border-bottom: 3px solid #8e816e;
  margin: 0 auto 10px auto;
}
td > .ttl_online:nth-of-type(n + 2) {
  margin-top: 20px;
}

.w50 {
  width: 50%;
}
