@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,div,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,div{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #dee2e6;margin:1em 0;padding:0}input,select{vertical-align:middle}
/*----------------------------------------------
 追加reset styles
----------------------------------------------*/
main{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;display:block}
/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  box-sizing: border-box;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;  font-size: 1.6em; /* =16px */
  font-weight: 500;
  color: #353a40;
}
body.modalNoScrol {
  width: 100%; 
  height: 100%;
  overflow: hidden;
  position: fixed;
}
*, *:before, *:after {
  box-sizing: inherit;
}
:root {
  --gray: #dee2e6;
	--green: #00b900;
}
@media screen and (max-width:767px) {
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 1.5em; /* =15px */
  }
  body.noScrol {
    width: 100%; 
    height: 100%;
    overflow: hidden;
    position: fixed;
  }
}
a {
  color: #353a40;
  text-decoration: none;
  transition: 0.3s all;
}
ul {
  list-style: none;
}
em {
  font-style: normal;
}
.hidden {
  display: none !important;
}
.spOnly {
  display: none;
}
.flex {
  display: flex;
	flex-wrap: wrap;
}
.flex.nowrap{
  display: flex;
	flex-wrap: nowrap;
}
.flex.between {
  justify-content: space-between;
}
.flex.center {
  justify-content: center;
}
.flex.end {
  justify-content: flex-end;
}
.flex.yCenter {
  align-items: center;
}
.flex.between .count {
	margin-top: -7px;
}
.fs13 {
  font-size: 1.3rem !important;
}
.fs19 {
  font-size: 1.9rem !important;
}
.fs20 {
  font-size: 2.0rem !important;
}
.fwB {
  font-weight: bold !important;
}
.wAuto {
	min-width: auto !important;
  width: auto !important;
}
.w60 {
  width: 60px !important;
}
.w80 {
  width: 80px !important;
}
.w100 {
  width: 100px !important;
}
.w120 {
  width: 120px !important;
}
.w150 {
  width: 150px !important;
}
.w160 {
  width: 160px !important;
}
.w200 {
  width: 200px !important;
}
.w230 {
  width: 230px !important;
}
.w240 {
  width: 240px !important;
}
.w280 {
  width: 280px !important;
}
.w100-20 {
  width: calc(100% - 20px) !important;
}
.mw5em {
  min-width: 5em !important;
}
.mw7em {
  min-width: 7em !important;
}
.mw8em {
  min-width: 8em !important;
}
.mw10em {
  min-width: 10em !important;
}
.mw11em {
  min-width: 11em !important;
}
.mw12em {
  min-width: 12em !important;
}
.mw14em {
  min-width: 14em !important;
}
.mw15em {
  min-width: 15em !important;
}
.mw16em {
  min-width: 16em !important;
}
.w100per {
  width: 100% !important;
}
.h37 {
	height: 37px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr7 {
  margin-right: 7px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mx5 {
	margin-right: 5px !important;
	margin-left: 5px !important;
}
.mx7 {
	margin-right: 7px !important;
	margin-left: 7px !important;
}
.ml7 {
	margin-left: 7px !important;
}
.ml0 {
	margin-left: 0 !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml-15 {
	margin-left: -15px !important;
}
.ml-20 {
	margin-left: -20px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb30sp15 {
  margin-bottom: 30px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt30sp15 {
  margin-top: 30px !important;
}
.mAuto {
  margin: auto !important;
}
.supText {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #999;
  margin-top: 10px;
}
.supText + .supText {
	margin-top: 0 !important;
}
.txtC,
.txtCspL {
  text-align: center;
}
.nowrap{
  white-space: nowrap;
}
.colRed {
  color: #EB4E3D !important;
}
.colBlue {
	color: #008ac8 !important;
}
.colGreen {
	color: var(--green);
}
.borderNo {
  border: none !important;
}
.lh15 {
  line-height: 1.5;
}
.lh16 {
  line-height: 1.6;
}
.boxBgLg {
  background-color: #F9F9F9;
  border: 1px solid var(--gray);
  border-radius: 3px;
  padding: 10px 20px;
}
.boxBd {
  border: 1px solid var(--gray);
  border-radius: 3px;
  padding: 10px 20px;
}
.textBgLg {
	line-height: 1.6;
  color: #666F86;
  background-color: #F9F9F9;
  border: 1px solid var(--gray);
  border-radius: 3px;
  padding: 15px 20px;
  margin-top: 30px;
}
.textBgRed {
	text-align: center;
	line-height: 1.6;
	color: #eb4e3d;
  background-color: #fdedeb;
  border: 1px solid #eb4e3d;
  border-radius: 3px;
  padding: 10px;
}
.textBgBlue {
	text-align: center;
	line-height: 1.6;
	color: #0098ff;
  background-color: #f5fbff;
  border: 1px solid #0098ff;
  border-radius: 3px;
  padding: 10px;
}
@media screen and (max-width:767px) {
  .w30per {
    width: 100% !important;
  }
  .w60per {
    width: 100% !important;
  }
  .mb30sp15 {
    margin-bottom: 15px !important;
  }
  .mt30sp15 {
    margin-top: 15px !important;
  }
  .supText {
    font-size: 1.3rem;
  }
  .spBlock {
    display: block !important;
  }
	.spMt10 {
		margin-top: 10px !important;
	}
	.spMt70 {
		margin-top: 70px;
	}
  .boxBgLg,
  .boxBd {
    padding: 10px;
  }
  .txtCspL {
    text-align: left;
  }
	.spMb10 {
		margin-bottom: 10px;
	}
	.textBgLg {
		padding: 10px;
		margin-top: 15px;
	}
	.textBgRed {
		text-align: left;
	}
	.textBgBlue {
		text-align: left;
	}
	.spFs14 {
		font-size: 1.4rem !important;
	}
}

/* ----------------------------------------------
header
----------------------------------------------*/
header {
  position: relative;
  height: 60px;
  padding: 0 30px 0 25px;
  color: #fff;
  background-color: #ec1c24;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 255px;
}
header .logo img {
  height: 23px;
  width: auto;
}
header .h1 {
  text-align: left;
  width: calc(100% - 500px);
  font-size: 2.5rem;
}
header .idNum {
  display: flex;
  justify-content: flex-end;
  line-height: 1.3;
}
@media screen and (max-width:767px) {
  header {
    position: fixed;
    width: 100%;
    height: auto;
    min-height: 50px;
    padding: 15px 10px 5px;
    z-index: 10;
    display: block;
  }
  header .logo {
    width: 100%;
  }
  header .logo img {
    height: 17px;
    width: auto;
    display: block;
    margin: auto;
  }
  header .h1 {
    width: 100%;
    font-size: 2.0rem;
    line-height: 1.3;
    margin-top: 10px;
  }
  header .idNum,
  header .idBox {
    display: none;
  }
.h1.spFs14 {
    font-size: 1.4rem !important;
  }
}
/* ----------------------------------------------
container
----------------------------------------------*/
#container {
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
}
@media screen and (min-width:768px) {
  #container {
    display: flex;
    background-color: #f9f9f9; /* side 用グレー */
  }
}
/* side styles */
#side {
  position: relative;
  width: 280px;
  border-left: 1px solid var(--gray);
  padding-top: 50px;
  float: left;
}
@media screen and (min-width:768px) {
  #side {
    float: none;
    background-color: #f9f9f9;
  }
}
#trigger {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 240px;
  width: 40px;
  height: 45px;
  cursor: pointer;
}
#trigger span {
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
  background: #353a40;
  z-index: 20;
  transition: 0.5s all;
}
#trigger span:nth-child(2) {
  top: 22px;
}
#trigger span:nth-child(3) {
  top: 28px;
}
#side .idNum {
  display: none;
}
#side ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-left: 20px;
	white-space: nowrap;
}
#side ul li.on a {
  color: #fff;
}
#side ul li a .img {
  display: flex;
  align-items: center;
  width: 37px;
  height: 45px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#side ul li.menu1 a .img {
  background-image: url("../img/icon/nav1-2.svg");
  background-size: 23px auto;
}
#side ul li.menu2 a .img {
  background-image: url("../img/icon/nav2-2.svg");
  background-size: 23px auto;
}
#side ul li.menu3 a .img {
  background-image: url("../img/icon/nav3-2.svg");
  background-size: 23px auto;
}
#side ul li.menu4 a .img {
  background-image: url("../img/icon/nav4-2.svg");
  background-size: 23px auto;
}
#side ul li.menu5 a .img {
  background-image: url("../img/icon/nav5-2.svg");
  background-size: 23px auto;
}
#side ul li.menu6 a .img {
  background-image: url("../img/icon/nav6-2.svg");
  background-size: 23px auto;
}
#side ul li.menu7 a .img {
  background-image: url("../img/icon/nav7-2.svg");
  background-size: 23px auto;
}
#side ul li.menu8 a .img {
  background-image: url("../img/icon/nav8-2.svg");
  background-size: 23px auto;
}
#side ul li.menu9 a .img {
  background-image: url("../img/icon/nav9-2.svg");
  background-size: 23px auto;
}
#side ul li.menu10 a .img {
  background-image: url("../img/icon/nav10-2.svg");
  background-size: 23px auto;
}
#side ul li.menu11 a .img {
  background-image: url("../img/icon/nav11-2.svg");
  background-size: 23px auto;
}
#side ul li.menu12 a .img {
  background-image: url("../img/icon/nav12-2.svg");
  background-size: 23px auto;
}
#side ul li.menu13 a .img {
  background-image: url("../img/icon/nav13-2.svg");
  background-size: 23px auto;
}
#side ul li.menu14 a .img {
  background-image: url("../img/icon/nav14-2.svg");
  background-size: 23px auto;
}
#side ul li.menu15 a .img {
  background-image: url("../img/icon/nav15-2.svg");
  background-size: 23px auto;
}
#side ul li.menu16 a .img {
  background-image: url("../img/icon/nav16.svg");
  background-size: 23px auto;
}
#side ul li.menu17 a .img {
  background-image: url("../img/icon/nav17-2.svg");
  background-size: 23px auto;
}
#side ul li.menu18 a .img {
  background-image: url("../img/icon/nav22-2.svg");
  background-size: 23px auto;
}
#side ul li.shoplist a .img {
  background-image: url("../img/icon/nav18-2.svg");
  background-size: 23px auto;
}
#side ul li.infolist a .img {
  background-image: url("../img/icon/nav19-2.svg");
  background-size: 23px auto;
}
#side ul li.groupmake a .img {
  background-image: url("../img/icon/nav20-2.svg");
  background-size: 23px auto;
}
#side ul li.logout a .img {
  background-image: url("../img/icon/nav21-2.svg");
  background-size: 23px auto;
}
#side ul li.menu1.on a {
  background-color: #0db2e7;
}
#side ul li.menu2.on a {
  background-color: var(--green);
}
#side ul li.menu3.on a {
  background-color: #f8b500;
}
#side ul li.menu4.on a {
  background-color: #f29100;
}
#side ul li.menu5.on a {
  background-color: #4798ed;
}
#side ul li.menu6.on a {
  background-color: #a93f91;
}
#side ul li.menu7.on a {
  background-color: #cca400;
}
#side ul li.menu8.on a {
  background-color: #ed1e79;
}
#side ul li.menu9.on a {
  background-color: #c26ca8;
}
#side ul li.menu10.on a {
  background-color: #ab8e77;
}
#side ul li.menu11.on a {
  background-color: #ec6301;
}
#side ul li.menu12.on a {
  background-color: #0085ce;
}
#side ul li.menu13.on a {
  background-color: #d4bc00;
}
#side ul li.menu14.on a {
  background-color: #00a693;
}
#side ul li.menu15.on a {
  background-color: #00a2e5;
}
#side ul li.menu16.on a {
  background-color: var(--green);
}
#side ul li.menu17.on a {
  background-color: #E60012;
}
#side ul li.menu18.on a {
  background-color: #CC0033;
}
#side ul li.shoplist.on a {
  background-color: #27A536;
}
#side ul li.infolist.on a {
  background-color: #2B74DD;
}
#side ul li.groupmake.on a {
  background-color: #EC6301;
}
#side ul li.logout.on a {
  background-color: #EC1C24;
}
#side ul li.menu23.on a {
  background-color: #eb4e3d;
}
#side ul li.menu24.on a {
  background-color: var(--green);
}
#side ul li a .img img {
  width: 23px;
  height: auto;
}
#side ul li.on a .img img {
  display: none;
}
#side ul li.menu23.on a .img img,
#side ul li.menu24.on a .img img {
  display: block;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(96deg) brightness(96%) contrast(108%);
}

@media screen and (min-width:768px) {
  .resize #side {
    width: 65px;
  }
  .resize #side + #trigger {
    left: 25px;
  }
  .resize #side ul li a {
    width: 65px;
  }
  .resize #side ul li a span:last-child {
    display: none;
  }
  #side ul li a:hover {
    color: #fff;
  }
  #side ul li.menu1 a:hover {
    background-color: #0db2e7;
  }
  #side ul li.menu2 a:hover {
    background-color: var(--green);
  }
  #side ul li.menu3 a:hover {
    background-color: #f8b500;
  }
  #side ul li.menu4 a:hover {
    background-color: #f29100;
  }
  #side ul li.menu5 a:hover {
    background-color: #4798ed;
  }
  #side ul li.menu6 a:hover {
    background-color: #a93f91;
  }
  #side ul li.menu7 a:hover {
    background-color: #cca400;
  }
  #side ul li.menu8 a:hover {
    background-color: #ed1e79;
  }
  #side ul li.menu9 a:hover {
    background-color: #c26ca8;
  }
  #side ul li.menu10 a:hover {
    background-color: #ab8e77;
  }
  #side ul li.menu11 a:hover {
    background-color: #ec6301;
  }
  #side ul li.menu12 a:hover {
    background-color: #0085ce;
  }
  #side ul li.menu13 a:hover {
    background-color: #d4bc00;
  }
  #side ul li.menu14 a:hover {
    background-color: #00a693;
  }
  #side ul li.menu15 a:hover {
    background-color: #00a2e5;
  }
  #side ul li.menu16 a:hover {
    background-color: var(--green);
  }
  #side ul li.menu17 a:hover {
    background-color: #E60012;
  }
	#side ul li.menu18 a:hover {
    background-color: #CC0033;
  }
	#side ul li.shoplist a:hover {
  background-color: #27A536;
}
	#side ul li.infolist a:hover {
		background-color: #2B74DD;
	}
	#side ul li.groupmake a:hover {
		background-color: #EC6301;
	}
	#side ul li.logout a:hover {
		background-color: #EC1C24;
	}
	#side ul li.menu23 a:hover {
		background-color: #eb4e3d;
	}
	#side ul li.menu24 a:hover {
		background-color: var(--green);
	}
  #side ul li a:hover .img img {
    display: none;
  }
	#side ul li.menu23 a:hover .img img,
	#side ul li.menu24 a:hover .img img {
    display: block;
  }
	#side ul li.menu23 a:hover .img img,
	#side ul li.menu24 a:hover .img img {
	 filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(96deg) brightness(96%) contrast(108%);
	}
}
@media screen and (max-width:767px) {
  #container {
    background-color: transparent;
		display: block;
  }
  #side {
    width: 68.8%;
    height: 100%;
    background-color: #fff;
    border-left: none;
    padding-top: 0;
    float: none;
    position: fixed;
    top: 0;
    z-index: 20;
    overflow-y: scroll;
    padding-bottom: 60px;
    left: -68.8%;
  }
  #side.on {
    left: 0;
  }
  #trigger {
    position: fixed;
    right: auto;
    left: 0;
    z-index: 30;
  }
  #trigger span {
    background: #fff;
  }
  #side.on + #trigger {
    left: 68.8%;
  }
  #side.on + #trigger span {
    transform: rotate(225deg);
    top: 24px;
  }
  #side.on + #trigger span:nth-child(2) {
    transform: rotate(0);
    top: 24px;
    opacity: 0;
  }
  #side.on + #trigger span:nth-child(3) {
    transform: rotate(-225deg);
    top: 24px;
  }
  #side .idNum {
    display: block;
    background-color: #f9f9f9;
    padding: 15px 15px;
    border-bottom: 1px solid var(--gray);
    line-height: 1.3;
  }
  #side .idNum a {
    color: #00a0e9;
    margin: 0 4px;
  }
  #side ul li a {
    border-bottom: 1px solid var(--gray);
    height: 45px;
  }
  #side dt {
    background-color: #f9f9f9;
    padding: 8px 15px;
    border-bottom: 1px solid var(--gray);
    font-size: 1.2rem;
  }
  #side dd a {
    display: flex;
    align-items: center;
    padding-left: 20px;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid var(--gray);
  }
  #side ul li a:active {
    color: #fff;
  }
  #side ul li.menu1 a:active {
    background-color: #0db2e7;
  }
  #side ul li.menu2 a:active {
    background-color: var(--green);
  }
  #side ul li.menu3 a:active {
    background-color: #f8b500;
  }
  #side ul li.menu4 a:active {
    background-color: #f29100;
  }
  #side ul li.menu5 a:active {
    background-color: #4798ed;
  }
  #side ul li.menu6 a:active {
    background-color: #a93f91;
  }
  #side ul li.menu7 a:active {
    background-color: #cca400;
  }
  #side ul li.menu8 a:active {
    background-color: #ed1e79;
  }
  #side ul li.menu9 a:active {
    background-color: #c26ca8;
  }
  #side ul li.menu10 a:active {
    background-color: #ab8e77;
  }
  #side ul li.menu11 a:active {
    background-color: #ec6301;
  }
  #side ul li.menu12 a:active {
    background-color: #0085ce;
  }
  #side ul li.menu13 a:active {
    background-color: #d4bc00;
  }
  #side ul li.menu14 a:active {
    background-color: #00a693;
  }
  #side ul li.menu15 a:active {
    background-color: #00a2e5;
  }
  #side ul li.menu16 a:active {
    background-color: var(--green);
  }
  #side ul li.menu17 a:active {
    background-color: #E60012;
  }
	#side ul li.menu23 a:active {
		background-color: #eb4e3d;
	}
	#side ul li.menu24 a:active {
		background-color: var(--green);
	}
  #side ul li a:active .img img {
    display: none;
  }
	#side ul li.menu23 a:active .img img,
	#side ul li.menu24 a:active .img img {
    display: block;
  }
	#side ul li.menu23 a:active .img img,
	#side ul li.menu24 a:active .img img {
	 filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(96deg) brightness(96%) contrast(108%);
	}
	#side.on ul + dl {
		display: block;
	}
}

/* ----------------------------------------------
main
----------------------------------------------*/
main {
  background-color: #fff;
}
@media screen and (min-width:768px) {
	main {
    float: none;
    flex: 1;
    width: auto;
		min-width: 0;
    min-height: auto;
  }
  .resize main {
		width: auto;
  }
}
.slideNav {
  width: 100%;
  height: 50px;
  padding: 0 30px;
  border-bottom: 1px solid var(--gray);
  position: relative;
}
.slideNav ul {
  display: flex;
  background-color: #fff;
  width: auto;
  overflow-x: scroll;
  -ms-overflow-style: none;
}
.slideNav ul::-webkit-scrollbar {
    display:none;
}
.slideNav ul li a {
  white-space: nowrap;
  height: 49px;
  display: flex;
  align-items: center;
  padding: 4px 5px 0;
  margin: auto 10px;
  border-bottom: 4px solid transparent;
}
.slideNav ul li.on a {
  color: #0DB2E7;
  border-bottom: 4px solid #0DB2E7;
}
.slideNav ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width:767px) {
  main {
    float: none;
    width: 100%;
    min-height: auto;
  }
  .slideNav {
    padding: 0;
    margin-top: 50px;
  }
  .slideNav + .slideNav {
    margin-top: 0;
  }
  .slideNav ul {
    width: 100%;
  }
  .slideNav ul li a {
    border-bottom-width: 3px !important;
  }
  .slideNav ul li.on a {
    border-bottom-width: 3px !important;
  }
}
.menu8Sty .slideNav ul li.on a {
  color: #ed1e79;
	border-color: #ed1e79;
}
.menu23Sty .slideNav ul li.on a {
  color: #eb4e3d;
	border-color: #eb4e3d;
}
.menu24Sty .slideNav ul li.on a,
.slideNav.rewardItem ul li.on a {
  color: var(--green);
	border-color: var(--green);
}
.slideNav.pointsRedeem ul li.on a {
	color: #eb4e3d;
	border-color: #eb4e3d;
}

.formMessage {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 50px;
  text-align: center;
  padding: 15px 10px 0;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(0, 185, 0, 0.9);
}
.formMessage.bgRed {
  background-color: rgba(235, 78, 61, 0.9);
}
@media screen and (max-width:767px) {
  #bodyCover {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
  }
  .formMessage {
    padding: 12px 10px;
    height: auto;
  }
}

/* ----------------------------------------------
footoer
----------------------------------------------*/
footer {
  border-top: 1px solid var(--gray);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 0 10px 0 20px;
  font-size: 1.2rem;
}
footer ul {
  display: flex;
}
footer ul li a {
  margin: 0 13px;
}
@media screen and (max-width:767px) {
  footer {
    display: none;
  }
}

/*----------------------------------------------
 form base styles
----------------------------------------------*/
:-ms-input-placeholder {
  color: #adb5bd;
}
::placeholder {
  color: #adb5bd;
}
input::-ms-clear {
  visibility: hidden
}
input::-ms-reveal {
  visibility: hidden
}
select::-ms-expand {
  display: none;
}
input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  outline: none;
  border: 1px solid var(--gray);
  border-radius: 2px;
  width: 100%;
  font-size: 100%;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="search"], input[type="url"] {
  height: 37px;
  padding: 10px;
}
input.calendar {
  background-image: url("../img/form-img/icon-calendar.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 45.5px auto;
  padding-left: 55px;
  width: 230px;
}
textarea {
  display: block;
  height: 125px;
  padding: 10px;
}
textarea.long {
	height: 250px;
}
select {
  height: 37px;
  padding-left: 10px;
  padding-right: 25px;
	color: #353a40;
  background: #fff url("../img/form-img/arrow-select.svg") no-repeat calc(100% - 10px) 50%;
  background-size: 8px 6px;
}
input:focus, textarea:focus, select:focus {
  border-color: #353A40;
}
@media screen and (max-width:767px) {
  input, textarea, select {
    font-family: -apple-system, 'BlinkMacSystemFont', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  textarea {
    height: 150px;
  }
}

/* ラジオボタン*/
.radiobox {
  cursor: pointer;
}
.radiobox.block {
  display: block;
}
.radiobox input {
  display: none;
}
.radiobox input[type="radio"] + span {
  display: inline-flex;
	align-items: center;
  padding-left: 22px;
  background: url("../img/form-img/radio-off.png") no-repeat 0 10px;
  background-size: 16.5px;
  min-width: 22px;
  min-height: 16.5px;
  margin-right: 20px;
  line-height: 2;
  padding-top: 3px;
}
.radiobox input[type="radio"]:checked + span {
  background-image: url(../../common/img/form-img/radio-on.png);
}
.radiobox input[type="radio"] + span.mh37 {
  height: 37px;
}
.radiobox input[type="radio"] + span input {
  display: inline-flex;
	align-items: center;
}
.radiobox.block input[type="radio"] + span { 
  line-height: 1.4;
  padding-top: 8px;
  width: 100%;
}
.radiobox.inputIn input[type="radio"] + span,
.radiobox.inputIn2 input[type="radio"] + span {
  background: url("../img/form-img/radio-off.png") no-repeat 0 63%;
  background-size: 16.5px;
}
.radiobox.inputIn input[type="radio"]:checked + span,
.radiobox.inputIn2 input[type="radio"]:checked + span {
  background: url("../img/form-img/radio-on.png") no-repeat 0 63%;
  background-size: 16.5px;
}
.radiobox.inputIn2 input[type="radio"] + span input {
	margin: 0 0.5em;
}
.radiobox.btnType input[type="radio"] + span {
  color: #ADB5BD;
  background: #EDEFF0;
  border: 1px solid var(--gray);
  padding: 10px;
  border-radius: 2px;
  line-height: 1;
  margin-right: 10px;
}
.radiobox.btnType input[type="radio"]:checked + span {
  color: #fff;
  background: var(--green);
}
.radiobox.imgIn input[type="radio"] + span {
  background: url("../img/form-img/radio-off.png") no-repeat 0 50%;
  background-size: 16.5px;
}
.radiobox.imgIn input[type="radio"]:checked + span {
  background: url("../img/form-img/radio-on.png") no-repeat 0 50%;
  background-size: 16.5px;
}
.radiobox.imgIn input[type="radio"] + span img,
.radiobox.imgIn input[type="radio"] + span video {
	width: auto;
	max-width: 200px;
	height: auto;
	max-height: 200px;
	display: inline-block;
	margin-right: 10px;
}
.radiobox.subTextIn input[type="radio"] + span {
	flex-wrap: wrap;
}
.radiobox.subTextIn input[type="radio"] + span span {
	display: block;
	margin-left: 10px;
	color: #999;
}
.radioCountIn .radiobox input[type="radio"] + span {
	display: block;
}
.radiobox.inputIn input[type="radio"] + span select,
.radiobox.inputIn input[type="radio"] + span input {
	background-color: #EDEFF0;
}
.radiobox.inputIn input[type="radio"]:checked + span select,
.radiobox.inputIn input[type="radio"]:checked + span input {
	background-color: #fff;
}
.radiobox input[type="radio"] + span + .radioDetailSelect {
	margin-top: 7px;
	margin-left: 7px;
}
.radiobox input[type="radio"] + span + .radioDetailSelect select {
	background-color: #EDEFF0;
}
.radiobox input[type="radio"]:checked + span + .radioDetailSelect select {
	background-color: #fff;
}
@media screen and (max-width:767px) {
  .radiobox input[type="radio"] + span {
    background: url("../img/form-img/radio-off.png") no-repeat 0 10px;
    background-size: 16.5px;
    line-height: 2.5;
    padding-top: 0;
  }
	.radiobox.imgIn input[type="radio"] + span {
		display: block;
		background: url("../img/form-img/radio-off.png") no-repeat 0 10px;
		background-size: 16.5px;
	}
	.radiobox.imgIn input[type="radio"]:checked + span {
		background: url("../img/form-img/radio-on.png") no-repeat 0 10px;
		background-size: 16.5px;
		margin-bottom: 20px;
	}
	.radiobox.imgIn input[type="radio"] + span img,
	.radiobox.imgIn input[type="radio"] + span video {
		display: block;
		max-width: 100%;
		margin-bottom: 0;
	}
	.radiobox.subTextIn input[type="radio"] + span span {
		display: inline-block;
		width: 100%;
		margin-left: 0;
		margin-top: -10px;
	}
	.radiobox input[type="radio"] + span.lh15 {
    line-height: 1.5;
    padding-top: 7px;
  }
}

/* ラジオ＋入力要素 共通化 */
.radioGroup .radiobox {
  display: block;
}
.radioGroup .radiobox input[type="radio"] + span {
  width: 100%;
  line-height: 1.4;
  padding-top: 8px;
  background-position: 0 63%;
}
.radioGroup .radiobox input[type="radio"]:checked + span {
  background-position: 0 63%;
}
.radioWrBtn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width:767px) {
  .radioGroup .radiobox input[type="radio"] + span {
    background-position: 0 63%;
  }
}

/* radioInputGroup */
.radioInputGroup select {
  width: 200px;
}
/* radioLimit */
.radioLimit input[type="tel"] {
  width: 80px;
  margin: 0 0.5em;
}
/* radioPeriodLimit */
.radioPeriodLimit .periodSelect {
  margin-top: 8px;
}
.radioPeriodLimit .periodRow {
  display: flex;
  align-items: center;
  line-height: 3;
}
.radioPeriodLimit .periodRow select {
  width: 6em;
}
.radioPeriodLimit .periodRow span {
  white-space: nowrap;
}
.radioPeriodLimit .periodRow + .periodRow {
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .radioPeriodLimit .periodRow {
    flex-wrap: wrap;
    align-items: center;
    row-gap: 4px;
  }
  .radioPeriodLimit .periodRow select {
    width: auto;
    min-width: 4.5em; /* XX / XXXX を想定 */
  }
}

.radiobtn {
  cursor: pointer;
}
.radiobtn input {
  display: none;
}
.radiobtn input[type="radio"] + span {
  font-size: 1.6rem;
  color: #adb5bd;
	background: #EDEFF0;
  border: 1px solid var(--gray);
  border-radius: 2px;
  padding: 0 20px;
  height: 37px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s all;
  white-space: nowrap;
}
.radiobtn input[type="radio"]:checked + span {
  color: #fff;
  background: var(--green);
  border: 1px solid var(--green);
	flex-wrap: wrap;
}

/* ラジオボタン（2択） */
.radios {
  display: flex;
	justify-content: center;
}
.radios label {
	display: block;
	color: #ADB5BD;
  border: solid 1px var(--gray);
}
.radios label:first-child {
  border-radius: 3px 0 0 3px;
	border-right: none;
}
.radios label:last-child {
  border-radius: 0 3px 3px 0;
}
.radios label input {
	display: none;
}
.radios label input + span {
  display: block;
	white-space: nowrap;
  background: #fff;
  padding: 8px 10px;
	cursor: pointer;
}
.radios label input[type=radio]:checked + span {
  color: #ffffff;
  background: var(--green);
}

/* チェックボックス*/
.checkbox {
  cursor: pointer;
}
.checkbox.block {
  display: block;
}
.checkbox input {
  display: none;
}
.checkbox input[type="checkbox"] + span {
  display: inline-block;
  padding-left: 22px;
  background: url("../img/form-img/check-off.png") no-repeat 0 10px;
  background-size: 16.5px;
  min-width: 22px;
  min-height: 16.5px;
  line-height: 2;
  margin-right: 20px;
  padding-top: 3px;
}
.checkbox input[type="checkbox"]:checked + span {
  background-image: url("../img/form-img/check-on.png");
}
.checkbox input[type="checkbox"] + span input {
  display: inline-block;
  padding: 0;
}
.checkbox.inputIn input[type="checkbox"] + span input {
  display: inline-flex;
	align-items: center;
	padding: 10px;
}
.checkbox.inputIn input[type="checkbox"] + span {
  background: url("../img/form-img/check-off.png") no-repeat 0 50%;
	background-size: 16.5px;
}
.checkbox.inputIn input[type="checkbox"]:checked + span {
  background-image: url("../img/form-img/check-on.png");
}
.checkbox.w100per input[type="checkbox"] + span {
  width: 100%;
}
.checkbox.w100per + .checkbox.w100per input[type="checkbox"] + span {
  margin-top: 10px
}
@media screen and (max-width:767px) {
  .checkbox input[type="checkbox"] + span {
    background: url("../img/form-img/check-off.png") no-repeat 0 10px;
    background-size: 16.5px;
    line-height: 2.5;
    padding-top: 0;
  }
  .checkbox input[type="checkbox"]:checked + span {
    background-image: url(../../common/img/form-img/check-on.png);
  }
	.checkbox input[type="checkbox"] + span.lh15 {
    line-height: 1.5;
    padding-top: 7px;
  }
}

/* チェックボックス マークのみ*/
.checkboxIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.checkboxIcon input[type="checkbox"] + span {
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
  line-height: normal;
  background-position: center;
}

/* ボタン */
button {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: var(--green);
  border: none;
  border-radius: 2px;
  padding: 0 20px;
  min-width: 6em;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s all;
  white-space: nowrap;
}
button.type2 {
  color: var(--green);
  background: #fff;
  border: 1px solid var(--green);
}
button.bgOrange {
  background: #F8B500;
}
button.bgRed {
  background: #EB4E3D;
}
button[type="reset"],
button.bgG {
  color: #353a40;
  background: #cfd4da;
}
button:hover {
  background-color: #009321;
}
button.type2:hover {
  color: #009321;
  background: #fff;
  border: 1px solid #009321;
}
button.bgOrange:hover {
  background-color: #DFA300;
}
button.bgRed:hover,
button.delButton:hover {
  background-color: #D34637;
}
button[type="reset"]:hover,
button.bgG:hover {
  color: #fff;
  background: #666f86;
}
button.search {
  background-image: url("../img/form-img/icon-search.png");
  background-size: 15px auto;
  background-position: 13px 50%;
  padding-left: 28px;
  background-repeat: no-repeat;
}
button.kaihei {
  background-color: #666F86;
  min-width: auto;
  width: 38px;
  height: 38px;
}
button.kaihei:hover {
  opacity: 0.7;
}
button.kaihei span {
  display: block;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  width: 11px;
  height: 11px;
  transform: rotate(-135deg);
  position: absolute;
  top: 13px;
  left: 15px;
}
.open button.kaihei span {
  transform: rotate(45deg);
  top: 17px;
}
button.keyword {
  color: var(--green);
  background: #fff;
  border: 1px solid var(--green);
	padding: 0 15px;
}
button.keyword span {
	display: block;
	position: relative;
  width: 15px;
  height: 15px;
	margin-right: 5px;
}
button.keyword span::before {
	content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
	top: 7px;
	left: 0;
  border-top: 1px solid var(--green);
}
button.keyword span::after {
	content: "";
	position: absolute;
  display: inline-block;
	width: 15px;
  height: 15px;
	left: -7px;
  border-top: 1px solid var(--green);
  transform: rotate(90deg);
}
button.keyword:hover {
	color: #009321;
  background: #fff;
  border: 1px solid #009321;
}
button.keyword:hover span::before,
button.keyword:hover span::after {
	border-top: 1px solid #009321;
}
button.close span {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
	cursor: pointer;
}
button.close span::before,
button.close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: var(--green);
	margin-left: 5px;
}
button.close span::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
button.close span::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
button.close:hover span::before,
button.close:hover span::after {
  background: #009321;
}
button.inFlex {
	display: inline-flex;
}
button.sizeL {
  font-size: 1.8rem;
  height: 44px;
}
button.noUse {
	background-color: #EFEFEF !important;
	cursor: default !important;
}
button.noUse:hover {
	opacity: 1;
}
button.login {
	background-color: #ec1c24 !important;
}
button.login:hover {
	background-color: #d51820 !important;
}
@media screen and (max-width:767px) {
  button {
    font-size: 1.4rem;
    font-weight: normal;
    height: 33px;
  }
  button.kaihei {
    width: 34px;
    height: 34px;
  }
  button.kaihei span {
    top: 10px;
  }
  .open button.kaihei span {
    top: 15px;
  }
	button.keyword span {
		width: 11px;
		height: 11px;
		margin-bottom: 3px;
	}
	button.keyword span::before {
		width: 11px;
		height: 11px;
		top: 5px;
	}
	button.keyword span::after {
		width: 11px;
		height: 11px;
		left: -5px;
	}
	button.close span {
		width: 13px;
		height: 13px;
		margin-bottom: 1px;
	}
	button.close span::before,
	button.close span::after {
		height: 13px;
	}
}

/*----------------------------------------------
 content styles
----------------------------------------------*/
.mainContainer {
  margin: 50px 50px;
}
@media screen and (max-width:767px) {
  .mainContainer {
    margin: 15px 15px 30px;
  }
}
.contentsHead {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray);
  position: relative;
  margin-bottom: 30px;
}
.contentsHead h1 {
  font-size: 3.0rem;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 5px;
}
.contentsHead .summary {
  line-height: 1.5;
  color: #999;
  margin-top: 15px;
}
.contentsHead .summary em {
  color: #EB4E3D;
}
.contentsHead .summary a {
	color: var(--green);
}
.contentsHead .buttonWr {
  position: absolute;
  top: 5px;
  right: 0;
}
.contentsHead .buttonWr button + button {
  margin-left: 10px;
}
.contentsHead button {
  font-size: 1.7rem;
  display: inline-block;
}
.headAct {
  position: absolute;
  top: 5px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.headActRow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.yearMonth {
  width: 140px;
  flex: 0 0 auto;
}
@media screen and (max-width:767px) {
  .contentsHead {
    margin-bottom: 15px;
  }
  .contentsHead h1 {
    font-size: 2.1rem;
  }
  .contentsHead .buttonWr {
    position: static;
    text-align: right;
    margin-top: 10px;
  }
  .contentsHead button {
    font-size: 1.4rem;
  }
	.headAct {
    position: static;
    margin-top: 10px;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }
  .headActRow {
    width: 100%;
    justify-content: flex-end;
  }
  .yearMonth {
    width: min(140px, 100%);
  }
}

.content {
  margin: 30px auto;
  position: relative;
}
.content h2 {
  font-size: 2.3rem;
  font-weight: normal;
  margin-bottom: 30px;
}
.content .h2ButtonWr {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.content .h2ButtonWr.yEnd {
  align-items: flex-end;
}
.content .h2ButtonWr h2 {
  margin-bottom: 0;
}
.content h2 + .btnWr {
  display: flex;
}
.content h2 + .btnWr button + button,
.content h2 + button {
  margin-left: 10px;
}
.content + .content {
  border-top: 1px solid var(--gray);
  padding-top: 30px;
}
.content h2 + .summary,
.content .h2ButtonWr + .summary {
  line-height: 1.5;
  color: #999;
  margin: -10px 0 30px;
}
@media screen and (max-width:767px) {
  .content {
    margin: 15px auto;
  }
  .content h2 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 auto 15px;
  }
  .content .h2ButtonWr {
    margin-bottom: 15px;
  }
  .content .h2ButtonWr.spBlock {
    display: block;
  }
  .content .h2ButtonWr h2 {
    margin: 0;
  }
  .content .h2ButtonWr.spBlock .btnWr {
    justify-content: flex-end;
    margin-top: 15px;
  }
}

/* table styles */
.tableWr {
  width: 100%;
  overflow-x: auto;
}
table {
  width: 100%;
  border: 1px solid var(--gray);
}
.tableWr table {
  min-width: 100%;
  width: auto;
}
table + table {
  margin-top: 10px;
}
table th,
table td {
  line-height: 1.3;
  padding: 7px 15px;
  border: 1px solid var(--gray);
  vertical-align: middle;
  height: 50px;
  text-align: center;
	overflow: hidden;
}
table th {
  white-space: nowrap;
  background-color: #EDEFF0;
}
table th .sort:hover {
  cursor: pointer;
}
table td.txtL {
  text-align: left !important;
}
table td.txtC {
  text-align: center !important;
}
table td.txtR {
  text-align: right !important;
}
table td.break {
	word-break: break-all;
}
table th.bgPink {
  background-color: #FBDCD8;
}
table th.bgBlue {
  background-color: #DAEAFB;
}
table th.bgW {
  background-color: #FFF;
}
table th.fwB,
table td.fwB {
  font-weight: bold;
}
table tr.bgLg,
table tr.bgLg th {
  background-color: #F9F9F9;
}
table tr.bgG {
  background-color: #EDEFF0;
}
table tr.bgPink {
  background-color: #FDEDEC;
}
table th.bgGreen,
table td.bgGreen {
  background-color: #E5F8E5;
}
table td a {
  text-decoration: underline;
}
table td a:hover {
  text-decoration: none;
}
table.trHover tbody tr:hover th,
table.trHover tbody tr:hover td {
  background-color: #F9F9F9;
}
table tr.bgRed,
table tr.bgRed:hover td {
	color: #fff;
  background: #EB4E3D !important;
}
table td.qNum {
  background: url("../img/common/icon-move.svg") no-repeat 15px 48%;
  background-size: 14px 14px;
  padding-left: 40px;
  text-align: left;
}
table td.qNum:hover {
  cursor:-moz-grab;
  cursor:-webkit-grab;
  cursor: grab;
}
table td .supText {
	margin-top: 3px;
}
table td .richImg {
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: auto;
	max-width: 100px;
	height: auto;
	max-height: 100px;
}
table td.urlCell {
  word-break: break-all;
}
table .total td {
	font-weight: bold;
}
table.thLeftType th {
	width: 10em;
	text-align: left;
}
table.thLeftType tr:hover th {
	background-color: #EDEFF0 !important;
}
table.thLeftType td {
	line-height: 1.5;
	text-align: left;
}
table.thLeftType td img {
	display: block;
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 100px;
	margin: 5px 0;
}
table td .checkboxIcon {
  margin: 0 auto;
}
table td button  {
	display: block;
	margin: auto;
}
table .idWide,
table .nameWide {
	min-width: 8em;
}
table .productWide {
	min-width: 15em;
}
@media screen and (max-width:767px) {
  table td .gen {
    font-size: 1.5rem;
  }
  table td .zou {
    font-size: 1.5rem;
  }
	table.thLeftType th {
		width: 8em;
		padding: 5px;
	}
}

/* 操作ボタン */
.tableWr td .sousa {
  display: flex;
}
.tableWr td .sousa a:nth-of-type(n+2) {
  margin-left: 10px;
}
.delButton {
  display: block;
  background: #eb4e3d url("../img/common/icon-delete.png") no-repeat 50% 48%;
  background-size: 20px auto;
  width: 39px;
	min-width: 39px;
  height: 35px;
  border-radius: 2px;
  margin: auto;
}
.delButton.noUse {
	background-color: #EFEFEF;
	cursor: default;
}
.delButton.noUse:hover {
	opacity: 1;
}
.detailButton {
  display: block;
  background: var(--green) url("../img/common/icon-detail.png") no-repeat 50% 48%;
  background-size: 17px auto;
  width: 39px;
  height: 35px;
  border-radius: 2px;
  margin: auto;
}
.mailButton {
  display: block;
  background: var(--green) url("../img/common/icon-mail.png") no-repeat 50% 48%;
  background-size: 24.5px auto;
  width: 39px;
  height: 35px;
  border-radius: 2px;
  margin: auto;
}
.hiddenButton {
  display: block;
  background: #eb4e3d url("../img/common/icon-hidden.svg") no-repeat 50% 48%;
  background-size: 20px auto;
  width: 39px;
  height: 35px;
  border-radius: 2px;
  margin: auto;
}
[class$="Button"] a:hover {
  opacity: 0.7;
}

/* 移動用アイコン */
table td.iconMove {
  background: url("../img/common/icon-move.svg") no-repeat 50% 50%;
  background-size: 14px 14px;
}
table td.iconMove:hover {
  cursor:-moz-grab;
  cursor:-webkit-grab;
  cursor: grab;
}

/* alert styles */
.alert {
  line-height: 1.6;
  padding: 15px 20px;
  color: #EB4E3D;
  background-color: #FDEDEB;
  border: 1px solid #EB4E3D;
  margin-bottom: 20px;
}
.alert a {
  color: #EB4E3D;
  text-decoration: underline;
}
.alert a:hover {
  text-decoration: none;
}

/* pagination styles */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 45px auto;
}
.pagination li {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: var(--gray);
  border: 1px solid var(--gray);
  border-right: none;
  width: 34px;
  height: 36px;
  position: relative;
}
.pagination li:last-child {
  border-right: 1px solid var(--gray);
}
.pagination li.on {
  color: #ffffff;
  background-color: #666f86;
  border-color: #666f86;
}
.pagination li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-decoration: none;
}
.pagination li a:hover {
  color: #353a40;
  background-color: #e0e2e7;
  cursor: pointer;
}
.pagination li.arrowL {
  background: url("../img/common/arrow-l.png") no-repeat 50% 50%;
  background-size: auto 14px;
}
.pagination li.arrowL a {
  background: url("../img/common/arrow-l-a.png") no-repeat 50% 50%;
  background-size: auto 14px;
}
.pagination li.arrowL a:hover {
  background: #e0e2e7 url("../img/common/arrow-l-a.png") no-repeat 50% 50%;
  background-size: auto 14px;
}
.pagination li.arrowR {
  background: url("../img/common/arrow-r.png") no-repeat 50% 50%;
  background-size: auto 14px;
}
.pagination li.arrowR a {
  background: url("../img/common/arrow-r-a.png") no-repeat 50% 50%;
  background-size: auto 14px;
}
.pagination li.arrowR a:hover {
  background: #e0e2e7 url("../img/common/arrow-r-a.png") no-repeat 50% 50%;
  background-size: auto 14px;
}

.paginationArea {
	position: relative;
}
.paginationArea button.bgRed {
	position: absolute;
	right: 0;
	top: 0;
}
@media (max-width: 767px) {
	.paginationArea button.bgRed {
		position: static;
		margin: -10px 0 auto auto;
	}
}

/* 一覧のページ選択 */
#pageSelect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 15px;
}
#pageSelect .text {
  margin: 0 7px;
  line-height: 1;
}
#pageSelect .selectBox {
  display: flex;
  align-items: center;
}
#pageSelect select {
  width: 50px;
  background-position: 90% 50%;
}
#pageSelect .pageNavi {
  display: flex;
  align-items: center;
}
#pageSelect .pagination {
  margin: 0;
}
#pageSelect .pagination li a {
  height: 37px;
}

/* タブ切り替え */
.pageChange {
  margin: 50px 0 30px;
  border-bottom: 1px solid var(--gray);
  width: 100%;
}
.pageChange + .pageChange {
	margin-top: -20px;
}
.pageChange ul {
  display: flex;
  margin: 0 0 -1px;
  overflow-x: auto;
  -ms-overflow-style: none;
}
.pageChange ul::-webkit-scrollbar {
  display: none;
}
.pageChange ul li {
  height: 40px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  white-space: nowrap;
}
.pageChange ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  text-decoration: none;
}
.pageChange ul li a:hover {
  opacity: 0.7;
}
.pageChange ul li.on a {
  color: var(--green);
  border: 1px solid var(--gray);
  border-bottom: 1px solid #fff;
}
.pageChange ul li.on a:hover {
  opacity: 1;
}
.pageChange.type2 {
	border-bottom: none;
}
.pageChange.type2 ul {
  display: flex;
	flex-wrap: wrap;
	overflow-x: hidden;
}
.pageChange.type2 ul li {
	border-bottom: 1px solid var(--gray);
	margin-bottom: 5px;
}
.pageChange.type2 ul li.on {
	border-bottom: none;
}
@media screen and (max-width:767px) {
  .pageChange {
    margin: 25px 0;
  }
}

/* タグ */
[class^="tag"] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  min-width: auto;
  width: 80px;
  height: 30px;
  border-radius: 2px;
  background-color: #fff;
	margin: auto;
  white-space: nowrap;
	text-decoration: none;
}
[class^="tag"] a:hover {
  opacity: 0.7;
}
.tagGreen {
  color: var(--green);
  border: 1px solid var(--green);
}
.tagOrange {
  color: #EB4E3D;
  border: 1px solid #EB4E3D;
}
.tagDark {
  color: #808080;
  border: 1px solid #808080;
}
.tagBgGreen {
  color: #fff;
  background-color: var(--green);
}
.tagBgDark {
  color: #fff;
  background-color: #666f86;
}
.tagBlue {
  color: #0098ff;
  border: 1px solid #0098ff;
}
.tagRed {
  color: #ff0000;
  border: 1px solid #ff0000;
}
[class^="tag"] a,
a [class^="tag"] {
	color: inherit !important;
	text-decoration: none;
}

/* ページ下部のリンク部分 */
.linkArea {
  border-top: 1px solid var(--gray);
  padding-top: 30px;
  position: relative;
  text-align: center;
  margin: 0 auto 30px;
}
.linkText a {
  text-decoration: underline;
  padding-left: 15px;
  position: relative;
}
.linkText a:hover {
	text-decoration: none;
}
.linkArea .linkText a {
  position: absolute;
  left: 0;
  top: 40px;
}
.linkText a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 2px;
}
.linkText.next a::before {
  transform: rotate(-135deg);
	top: 5px;
}
.linkArea button {
  font-size: 1.8rem;
  width: 130px;
  height: 44px;
  margin: auto;
}
.linkArea .btnWr {
  display: flex;
  justify-content: center;
	flex-wrap: wrap;
}
.linkArea .btnWr button {
  margin: 0;
}
.linkArea .btnWr button + button {
  margin-left: 10px;
}
.linkArea button.mr0 {
  margin-right: 0;
}
.linkArea + .supText {
	text-align: center;
	margin-top: -15px;
}
@media screen and (min-width:768px) {
	.linkArea button.right0 {
		position: absolute;
		right: 0;
		top: 30px;
	}
}
@media screen and (max-width:767px) {
  .linkArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .linkArea.spBlock {
    display: block;
  }
	.linkArea.spCenter {
		justify-content: center;
	}
  .linkArea .linkText a {
    position: relative;
    top: auto;
  }
  .linkText a::before {
    top: 5px;
  }
  .linkArea button {
    margin: 0;
  }
  .linkArea.spBlock .btnWr {
    margin-top: 30px;
  }
	.linkArea .btnWr.btn3in button {
		width: auto !important;
		min-width: auto;
	}
	.linkArea + .supText {
		text-align: left;
	}
}

/* searchArea styles */
.searchArea {
  background-color: #F9F9F9;
  border: 1px solid var(--gray);
  border-radius: 3px;
  position: relative;
	container-type: inline-size;
}
.searchArea dl {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  min-height: 55px;
}
.searchArea dl + dl {
  border-top: 1px solid var(--gray);
}
.searchArea dl dt {
  width: 7em;
}
.searchArea dl:not(.fieldRow) dd {
  width: calc(100% - 7em);
}
.calendarWr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.calendarWr span {
	margin: 0 0.5em;
}
.searchArea .flex {
  border-top: 1px solid var(--gray);
}
.searchArea .flex dl {
  width: 50%;
}
.searchArea .flex.type3 dl {
	width: calc(100% / 3);
}
.searchArea .flex dl + dl {
  border-top: none;
}
.searchArea .flex + dl {
  border-top: 1px solid var(--gray);
}
.searchBtnWr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.searchBtnWr.yStart {
  align-items: flex-start;
}
.searchBtnWr .leftBox {
  width: calc(100% - 110px);
}
.searchBtnWr .leftBox.calc-220 {
  width: calc(100% - 220px);
}
.searchBtnWr .leftBox.block {
  display: block;
  width: 100%;
}
.searchBtnWr .btnWr {
  display: flex;
  justify-content: flex-end;
}
.searchBtnWr .btnWr button + button {
	margin-left: 10px;
}
.searchBtnArea {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
.searchBtnArea .checkboxWr {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.searchArea dl dd .inputWr {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}
.searchArea dl dd .inputWr span {
	margin: 0 0.5em;
}
@media screen and (min-width:768px) {
  .searchArea dl.yStart {
    align-items: flex-start;
  }
  .searchArea dl.yStart dt {
    padding-top: 12px;
  }
  .searchArea dl.yStart .searchBtnWr {
    align-items: flex-start;
  }
	.searchArea .flex dl.dt3em dt {
    width: 3em;
  }
  .searchArea .flex dl.dt3em dd {
    width: calc(100% - 3em);
  }
  .searchArea .flex dl.dt5em dt {
    width: 5em;
  }
  .searchArea .flex dl.dt5em dd {
    width: calc(100% - 5em);
  }
  .searchArea dl.dt9em dt {
    width: 9em;
  }
  .searchArea dl.dt9em dd {
    width: calc(100% - 9em);
  }
	.searchArea dl.dt11em dt {
    width: 11em;
  }
  .searchArea dl.dt11em dd {
    width: calc(100% - 11em);
  }
}
@media screen and (max-width:767px) {
  .searchArea dl {
    display: block;
    padding: 10px;
  }
  .searchArea dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .searchArea dl dd {
    width: 100%;
    display: block;
  }
  .searchArea .flex {
    display: block;
  }
  .searchArea .flex dl,
	.searchArea .flex.type3 dl {
    width: 100%;
  }
  .searchArea .flex dl + dl {
    border-top: 1px solid var(--gray);
  }
  .searchBtnWr {
    display: block;
  }
  .searchBtnWr .leftBox,
	.searchBtnWr .leftBox.calc-220 {
    display: block;
    width: 100%;
  }
  .searchBtnWr .btnWr {
    margin-top: 20px;
  }
	.searchBtnArea .btnWr {
    display: flex;
    justify-content: flex-end;
		margin-top: 20px;
	}
  .calendarWr input:last-of-type {
    display: block;
    margin-top: 10px;
  }
	.searchArea dl dd .inputWr.spBlock {
		display: block;
	}
	.searchArea dl dd .inputWr input:last-of-type {
		display: block;
		margin-top: 10px;
	}
}
.searchArea > div.flex:first-child {
  /* 最初の .flex にだけスタイル適用 */
	border-top: none;
}
/* searchArea dl.fieldRow styles */
.searchArea dl.fieldRow {
  display: grid;
  grid-template-columns:
    minmax(4em, max-content) 1fr
    minmax(4em, max-content) 1fr;
  column-gap: 20px;
  row-gap: 10px;
  align-items: center;
}
dl.fieldRow dt {
	width: auto;
}
 /* 交換ポイント */
.pointRange {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.pointRangeInputs {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
}
.pointRangeInputs input {
  width: 80px;
}
.pointRangeInputs span {
  white-space: nowrap;
}
.pointRange .search {
  margin-left: auto;
}
@media (min-width: 768px) {
	.searchArea dl.fieldRow .calendarWr {
		flex-wrap: nowrap;
	}
	.searchArea dl.fieldRow .calendarWr input.calendar {
		min-width: 0;
		flex: 1 1 200px;
		width: auto;
	}
	@container (max-width: 1200px) {
  .searchArea dl.fieldRow.calendarWr2in {
			grid-template-columns: minmax(5em, max-content) 1fr;
		}
	}
}
@media (max-width: 767px) {
  .searchArea dl.fieldRow {
    grid-template-columns: 1fr;
  }
	.searchArea dl.fieldRow dt:nth-of-type(n+2) {
		padding-top: 10px;
		border-top: 1px solid var(--gray);
		position: relative;
	}
	.searchArea dl.fieldRow dt:nth-of-type(n+2)::before {
		content: "";
		width: 10px;
		height: 1px;
		background-color: var(--gray);
		position: absolute;
		top: -1px;
		left: -10px;
	}
	.searchArea dl.fieldRow dt:nth-of-type(n+2)::after {
		content: "";
		width: 10px;
		height: 1px;
		background-color: var(--gray);
		position: absolute;
		top: -1px;
		right: -10px;
	}
}

/* info styles */
.infoWr {
  display: flex;
  justify-content: space-between;
}
#info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}
#info dl {
  border: 1px solid var(--gray);
  border-radius: 3px;
  width: 160px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#info dl:last-of-type {
  margin-right: 0;
}
#info dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  background-color: #F9F9F9;
  border-bottom: 1px solid var(--gray);
}
#info dl dd {
  text-align: center;
  width: 100%;
  min-height: 55px;
  padding: 15px 10px;
}
#info dl dd em {
  font-size: 2.5rem;
  margin: 0 0.2em;
}
@media screen and (max-width:767px) {
  #info {
    justify-content: space-between;
  }
  #info dl {
    width: 48%;
    margin-right: 0;
  }
  #info dl dd {
    line-height: 1.4;
  }
  #info dl dd em {
    font-size: 2.0rem;
  }
  .infoWr {
    display: block;
  }
  .infoWr #info {
    margin-bottom: 10px;
  }
  .infoWr button {
    margin: 0 0 20px auto;
  }
}

/* form styles */
dl.formSty {
  width: 100%;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
}
dl.formSty.text {
  line-height: 1.5;
}
dl.formSty dt {
  width: 200px;
  padding: 18px 30px 15px 0;
  text-align: right;
}
dl.formSty dt.pt15 {
	padding-top: 15px;
}
dl.formSty dt.pt21 ,
dl.formSty.text dt.pt21 {
	padding-top: 21px;
}
dl.formSty.text dt {
  padding: 15px 30px 15px 0;
}
dl.formSty dt.rankDt {
	padding-top: 22px !important;
}
span.hissu {
  color: #EB4E3D;
  border: 1px solid #EB4E3D;
  border-radius: 2px;
  font-size: 1.1rem;
  vertical-align: middle;
  padding: 3px;
  margin-left: 5px;
}
dl.formSty dd {
  width: calc(100% - 200px);
  padding: 15px 30px 15px 0;
}
dl.formSty dd span {
  margin: 0 5px;
}
dl.formSty dd span + span {
	margin-left: -5px;
}
dl.formSty.dt220 dt {
  width: 220px;
}
dl.formSty.dt220 dd {
  width: calc(100% - 220px);
}
dl.formSty.bgLg {
  background-color: #F9F9F9;
  border: 1px solid var(--gray);
  border-radius: 3px;
  padding: 10px 0;
}
dl.formSty.lh16 {
  line-height: 1.6;
}
dl.formSty.lh16 dt {
  padding: 15px 30px 15px 0;
}
dl.formSty.text dd img {
  display: block;
	width: auto;
  max-width: 200px;
  height: auto;
  max-height: 200px;
	margin-top: 7px;
}
dl.formSty dd .qr img {
	display: block;
	width: auto;
  max-width: 100px;
  height: auto;
  max-height: 100px;
	margin-top: 10px;
}
dl.formSty dd .supText {
  margin-top: 5px;
}
dl.formSty dd .radioWr .supText,
dl.formSty dd .radioWr .errorText,
dl.formSty dd .radioWr + .supText,
dl.formSty dd .radioWr + .errorText,
dl.formSty dd .radioWr + .supText + .errorText {
  margin-left: 7px;
}
dl.formSty dd .checkboxWr .supText,
dl.formSty dd .checkboxWr .errorText,
dl.formSty dd .checkboxWr + .supText,
dl.formSty dd .checkboxWr + .errorText,
dl.formSty dd .checkboxWr + .supText + .errorText {
  margin-left: 4px;
}
.countWr {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.countWr.wrap {
	flex-wrap: wrap;
}
.countWr input {
	width: calc(100% - 55px);
}
.countWr textarea + .count {
	display: block;
	width: 100%;
	text-align: right;
}
.count {
  color: #ADB5BD;
  display: flex;
  justify-content: flex-end;
	text-align: right;
}
.count em {
  color: #353A40;
}
dl.formSty.lh16 dd a {
  text-decoration: underline;
}
dl.formSty.lh16 dd a:hover {
  text-decoration: none;
}
.formBgEven .formSty:nth-of-type(even) {
	background-color: #F9F9F9;
}
/* sp only */
@media screen and (max-width:767px) {
  dl.formSty {
    min-width: 100%;
    line-height: 1.8;
    display: block;
    margin-top: 20px;
  }
  dl.formSty dt,
  dl.formSty.text dt,
  dl.formSty.lh16 dt,
	dl.formSty dt.pt15,
	dl.formSty dt.pt21 {
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
  }
  dl.formSty dt br {
    display: none;
  }
  dl.formSty dd {
    width: 100%;
    display: block;
    padding: 5px 0 20px 0;
  }
  dl.formSty.dt220 dt,
  dl.formSty.dt220 dd {
    width: 100%;
  }
  dl.formSty.bgLg dt {
    padding: 0 10px;
  }
  dl.formSty.bgLg dd {
    padding: 5px 10px 20px 10px;
  }
  dl.formSty dt.lh3 {
    line-height: 1.8;
  }
	dl.formSty dd .lh3 {
		line-height: 3;
	}
	dl.formSty dd .radioWr .supText,
	dl.formSty dd .radioWr .errorText,
	dl.formSty dd .radioWr + .supText,
	dl.formSty dd .radioWr + .errorText,
	dl.formSty dd .radioWr + .supText + .errorText {
		margin-left: 4px;
	}
	.formBgEven .formSty:not(:first-of-type){
		background-color: transparent;
		border-top: 1px solid var(--gray);
		padding-top: 15px;
	}
}

/* ファイル登録 */
.fileUp {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.fileUp [type=file] {
  font-size: 100%;
  border: none;
  width: auto;
}
.fileUp [type=file]::-webkit-file-upload-button {
  border: 1px solid var(--green);
  border-radius: 2px;
  color: var(--green);
  background-color: #fff;
  padding: 7px 1em;
  cursor: pointer;
}
.fileUp [type=file]::file-selector-button {
  border: 1px solid var(--green);
  border-radius: 2px;
  color: var(--green);
  background-color: #fff;
  padding: 7px 1em;
  cursor: pointer;
}
.fileUp + .fileUp {
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .fileUp {
    display: block;
  }
  .fileUp select {
    margin: 10px 0 !important;
  }
  .fileUp + .fileUp {
    margin-top: 30px;
  }
}

/* エラー表示 */
#errorInfo {
  color: #ff0000;
  background-color: #fdedeb;
  border-radius: 2px;
  border: 1px solid;
  padding: 15px;
  line-height: 1.5;
  margin: 20px 0;
	display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
}
#errorInfo dt {
  white-space: nowrap;
}
.errorText {
  font-size: 1.4rem;
  color: #ff0000;
  margin-top: 5px;
}
.radioWr + .errorText,
.checkboxWr + .errorText {
  margin-top: 0;
}
input.error,
select.error,
textarea.error {
  background-color: #fdedeb;
  border: 1px solid #ff0000;
}
.error span {
  color: #ff0000 !important;
}
@media screen and (max-width:767px) {
  #errorInfo {
    grid-template-columns: 1fr;
    row-gap: 5px;
    margin: 0 0 20px;
  }
  .radioWr + .errorText,
  .checkboxWr + .errorText {
    margin-top: 10px;
  }
}

/* modal styles */
.partsSetBoxBg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.confirmation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 420px;
  height: 200px;
  background-color: #fff;
  z-index: 300;
}
.confirmation .boxHead {
	width: 100%;
  height: 45px;
  border-bottom: 1px solid var(--gray);
  padding: 0 15px;
  font-size: 1.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
	gap: 10px;
}
.confirmation .boxHead .batsu {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
	cursor: pointer;
}
.confirmation .boxHead .batsu::before,
.confirmation .boxHead .batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: #353a40;
}
.confirmation .boxHead .batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.confirmation .boxHead .batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.confirmation .boxBody {
  height: calc(100% - 89px);
	position: relative;
}
.confirmation .boxBody .bodyMain {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
	overflow: hidden;
}
.confirmation .boxBody .bodyMain p {
  width: 100%;
  line-height: 1.6;
  padding: 0 15px;
}
.confirmation .boxBody .bodyMain .chui {
	width: 100%;
	padding: 15px;
	line-height: 1.8;
	text-align: left;
}
.confirmation .btnArea2 {
  display: flex;
}
.confirmation .btnArea2 button {
  width: 50%;
  height: 45px;
  border-radius: 0;
  font-size: 1.8rem;
}
.confirmation.imgOnly {
	height: 400px;
}
.confirmation.imgOnly .boxBody {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100% - 45px);
}
.confirmation.imgOnly .boxBody img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.confirmation.imgOnly.qr .boxBody img {
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 150px;
}
.confirmation.addText,
.confirmation.addEmoji {
	width: 700px;
  height: 500px;
	overflow-y: auto;
}
.confirmation.addText .boxHead,
.confirmation.addEmoji .boxHead {
	position: fixed;
	width: 700px;
	height: 45px;
	background-color: white;
	z-index: 100;
}
.confirmation.addText .boxBody,
.confirmation.addEmoji .boxBody {
	height: auto;
	padding-top: 45px;
	padding-bottom: 100px;
}
.confirmation.addText .boxBody .bodyMain div {
	width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  line-height: 2;
}
.confirmation.addText .boxBody .bodyMain div p:first-child {
	text-align: left;
	padding-left: 0;
	padding-right: 1em;
	word-break: break-all;
}
.confirmation.addEmoji .boxBody .bodyMain.kaoWr {
	padding: 10px 10px 0;
}
.confirmation.addEmoji .boxBody .bodyMain.kaoWr .kao {
	display: inline-block;
	padding: 10px;
	text-decoration: underline;
}
.confirmation.addEmoji .boxBody .bodyMain.kaoWr .kao:hover {
	text-decoration: none;
}
.confirmation.addText .boxBody .btnArea,
.confirmation.addEmoji .boxBody .btnArea {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.confirmation.addText .boxBody .btnArea button,
.confirmation.addEmoji .boxBody .btnArea button {
	margin-bottom: 25px;
}
.confirmation.addEmoji .boxBody .bodyMain ul {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 20px 0;
	margin-bottom: -15px;
}
.confirmation.addEmoji .boxBody .bodyMain ul li {
	margin: 0 15px 15px 0;
}
.confirmation.addEmoji .boxBody .bodyMain ul li img {
	width: 25px;
	height: auto;
}
.confirmation.addEmoji.scenario .boxBody {
	padding-bottom: 0;
}
.confirmation.addEmoji.scenario .boxBody .bodyMain {
	padding: 15px 15px 30px;
	line-height: 1.5;
	text-align: left;
}
/* sp only */
@media screen and (max-width:767px) {
  .confirmation {
    width: 90%;
    height: 32%;
  }
  .confirmation .btnArea2 {
    height: 44px;
    border-top: none;
  }
  .confirmation .btnArea2 button {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
  }
	.confirmation.addText,
	.confirmation.addEmoji {
		width: 90%;
    height: 80%;
	}
	.confirmation.addText .boxHead,
	.confirmation.addEmoji .boxHead {
		width: 90%;
	}
	.confirmation.addText .boxBody,
	.confirmation.addEmoji .boxBody {
		height: auto;
		padding-bottom: 80px;
	}
	.confirmation.addText .boxBody .bodyMain div,
	.confirmation.addEmoji .boxBody .bodyMain div {
		display: block;
		overflow: hidden;
	}
	.confirmation.addText .boxBody .bodyMain div button,
	.confirmation.addEmoji .boxBody .bodyMain div button {
		float: right;
		margin-top: 10px;
	}
	.confirmation.addEmoji .boxBody .bodyMain table td {
		padding: 5px 0;
		font-size: 1.3rem;
	}
}

/* modal styles listBox */
#modalParts .listBox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: 80%;
  background-color: #fff;
  z-index: 300;
  padding: 2% 4%;
  overflow: auto;
}
#modalParts .listBox .boxHead {
  height: 45px;
  border-bottom: 1px solid #dee2e6;
  font-size: 1.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
#modalParts .listBox .boxHead .midashi {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#modalParts .listBox .boxHead .midashi .tagBgGreen {
  color: #fff;
  background-color: #00B900;
  margin-left: 10px;
}
#modalParts .listBox .boxHead .midashi .tagBgRed {
  color: #fff;
  background-color: #EB4E3D;
  margin-left: 10px;
}
#modalParts .listBox .boxHead .midashi .tagBgOrange {
  color: #fff;
  background-color: #F8B500;
  margin-left: 10px;
}
#modalParts .listBox .boxHead .midashi .tagBgBlue {
  color: #fff;
  background-color: #0098ff;
  margin-left: 10px;
}
#modalParts .listBox .boxHead .close a span {
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  background: #353a40;
  transform: rotate(225deg);
  right: 6%;
}
#modalParts .listBox .boxHead .close a span:nth-child(1) {
  transform: rotate(225deg);
}
#modalParts .listBox .boxHead .close a span:nth-child(2) {
  transform: rotate(-225deg);
}
.listBox .boxHead + .info {
  font-weight: bold;
  color: #EB4E3D;
  line-height: 1.6;
  margin-bottom: 20px;
}
#modalParts .listBox .boxBody {
  padding-bottom: 25px;
}
#modalParts .listBox .boxBody table th {
  width: 10em;
  text-align: left;
}
#modalParts .listBox .boxBody table td {
  text-align: left;
  width: calc(100% - 10em);
}
#modalParts .listBox .boxBody table td em {
  font-weight: bold;
}
#modalParts .listBox .boxBody table + table {
  margin-top: 20px;
}
#modalParts .listBox .boxBody .btnArea {
  margin: 25px auto 0;
  position: relative;
}
#modalParts .listBox .boxBody .btnWr {
  margin: 25px auto 0;
  display: flex;
  justify-content: center;
}
#modalParts .listBox .boxBody button {
  font-size: 1.8rem;
  margin: auto;
  height: 45px;
}
#modalParts .listBox .boxBody .btnWr button {
  margin: auto 0;
}
#modalParts .listBox .boxBody .btnWr button + button {
  margin-left: 20px;
}
#modalParts .listBox .boxBody .btnArea button#shounin,
#modalParts .listBox .boxBody .btnArea button.kyakka {
  position: absolute;
  top: 0;
  right: 0;
}
#modalParts .listBox .boxBody .tableTtl {
	font-size: 1.7rem;
	margin-bottom: 10px;
}
#modalParts .listBox .boxBody table + .tableTtl {
	margin-top: 30px;
}
#modalParts .listBox .boxBody .note {
	text-align: center;
	margin-top: 20px;
	color: #EB4E3D;
	line-height: 1.3;
}
#modalParts .listBox .boxBody .note span {
	display: inline-block;
}
@media screen and (max-width:767px) {
  #modalParts .listBox {
    width: 90%;
    height: 90%;
  }
  #modalParts .listBox .boxHead .close a span {
    right: 10px;
  }
  #modalParts .listBox .boxBody table th {
    width: 100%;
    display: block;
    border: none;
    height: auto;
    padding: 10px;
  }
  #modalParts .listBox .boxBody table td {
    width: 100%;
    display: block;
    border: none;
    height: auto;
    padding: 10px 10px 20px;
  }
  #modalParts .listBox .boxBody table tr:not(:last-of-type) td {
    border-bottom: 1px solid #DEE2E6;
  }
  #modalParts .listBox .boxBody .btnArea {
    display: flex;
    justify-content: space-between;
  }
  #modalParts .listBox .boxBody .btnArea button {
    margin: 0;
  }
  #modalParts .listBox .boxBody .btnArea button#shounin {
    position: relative;
  }
}

.confirmation.loginInfoNews {
  position: fixed;
	top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  height: auto;
	width: 80%;
	max-width: 700px;
  max-height: 80vh;
	display: flex;
  flex-direction: column;
}
.confirmation.loginInfoNews .boxHead {
	height: auto;
	padding: 15px;
	flex: 0 0 auto;
	align-items: flex-start;
}
.confirmation.loginInfoNews .boxHead div {
	font-weight: bold;
	line-height: 1.5;
}
.confirmation.loginInfoNews .boxHead div time {
	display: block;
}
.confirmation.loginInfoNews .boxBody {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	height: auto;
  min-height: 0;
}
.confirmation.loginInfoNews .boxBody .newsDetail {
	line-height: 1.8;
	padding: 15px;
	flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}
.confirmation.loginInfoNews .boxBody button {
	width: 150px;
	height: 37px;
	margin: 15px auto 30px;
}

/*----------------------------------------------
 config common styles
----------------------------------------------*/
.configSty .slideNav ul li.on a {
  color: #CCA400;
  border-bottom: 4px solid #CCA400;
}
.white {
  color: var(--green);
}
.bronze {
  color: #7a1f04;
}
.gold {
  color: #cca400;
}
.platina {
  color: #999999;
}
.black {
  color: #000000;
}
.special {
  color: #e6000b;
}
.rank.white,.rank.bronze,.rank.gold,.rank.platina,.rank.black,.rank.special {
	font-size: 1.4rem;
	line-height: 1;
  width: 6em;
  text-align: center;
  padding: 7px 0;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
}
.rank.white {
	border: 1px solid  var(--green);
}
.rank.bronze {
  border: 1px solid  #7a1f04;
}
.rank.gold {
  border: 1px solid  #cca400;
}
.rank.platina {
  border: 1px solid  #999999;
}
.rank.black {
  border: 1px solid  #000000;
}
.rank.special {
  border: 1px solid  #e6000b;
}
.rank + .rank {
	margin-left: 0.5em;
}

/* ステータスラベル（チェックボックス） */
.rank.checkboxWr {
	line-height: 3;
}
.rank .checkbox span em {
  font-size: 1.4rem;
  font-style: normal;
  width: 6em;
  text-align: center;
  padding: 3px 5px;
  border-radius: 2px;
  color: #ADB5BD;
  border: 2px solid var(--gray);
  background-color: #EDEFF0;
  display: inline-block;
  line-height: 1.5;
}
.rank .checkbox input:checked + span em {
  background-color: transparent;
}
.rank .checkbox input#white:checked + span em {
  color: var(--green);
  border-color: var(--green);
}
.rank .checkbox input#bronze:checked + span em {
  color: #7a1f04;
  border-color: #7a1f04;
}
.rank .checkbox input#gold:checked + span em {
  color: #cca400;
  border-color: #cca400;
}
.rank .checkbox input#platina:checked + span em {
  color: #999999;
  border-color: #999999;
}
.rank .checkbox input#black:checked + span em {
  color: #000000;
  border-color: #000000;
}
.rank .checkbox input#special:checked + span em {
  color: #e6000b;
  border-color: #e6000b;
}

.rankSet {
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.rankSet .rank {
	margin-right: 2em;
}
.rankSet .text {
	width: calc(100% - 8em);
}
.rankSet + .rankSet {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.rankSet {
		display: block;
	}
	.rankSet .rank {
		margin-left: 0;
		margin-bottom: 10px;
	}
	.rankSet .text {
		width: 100%;
	}
}

table td.couponImg {
  padding: 0;
}
table td.couponImg img {
  display: block;
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 100px;
  margin: auto;
}

table td.bannerImg {
  padding: 5px;
}
table td.bannerImg img,
table td.bannerImg video {
  display: block;
  width: auto;
  max-width: 170px;
  height: auto;
  max-height: 130px;
  margin: auto;
}

/* サンプル */
.formSty dd .sampleBox {
  width: 100%;
  position: relative;
  padding-top: 39px;
  margin-top: 10px;
}
.formSty dd .sampleBox dt {
  color: var(--green);
  background-color: #fff;
  border: 1px solid;
  border-bottom: none;
  width: 130px;
  height: 40px;
  text-align: center;
  padding: 3px 30px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: normal;
}
.formSty dd .sampleBox dt .btn {
	position: absolute;
	top: 9px;
	right: 10px;
}
.formSty dd .sampleBox dt .btn span {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
.formSty dd .sampleBox dt .btn span::before,
.formSty dd .sampleBox dt .btn span::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  background:  var(--green);
}
.formSty dd .sampleBox dt .btn span::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.formSty dd .sampleBox dt .btn span::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.formSty dd .sampleBox dd {
  color: #808080;
  border: 1px solid var(--green);
  padding: 20px;
  width: 100%;
}
.formSty dd .sampleBox.close dt {
  border-bottom: 1px solid;
  padding: 3px 10px 0;
}
.formSty dd .sampleBox.close dt .btn {
  display: none;
}
.formSty dd .sampleBox.close dd {
  display: none;
}
@media screen and (max-width:767px) {
  .formSty dd .sampleBox dd {
    padding: 15px 10px;
  }
}

.searchArea.kaiheiBox .boxHead dl {
  padding-right: 10px;
}
.searchArea.kaiheiBox .searchBtnWr .leftBox {
  width: calc(100% - 160px);
}
.searchArea.kaiheiBox .searchBtnWr .btnWr button + button {
  margin-left: 10px;
}
.searchArea.kaiheiBox .boxBody {
  display: none;
  border-top: 1px solid var(--gray);
}
.searchArea.kaiheiBox.open .boxBody {
  display: block;
}
@media screen and (max-width:767px) {
  .searchArea.kaiheiBox .searchBtnWr .leftBox {
    width: 100%;
  }
}

.copyCell {
	color: #fff;
	background-color: #353A40;
}
table.trHover tbody tr:hover td.copyCell {
	background-color: #353A40;
}
.copyBtn {
	font-weight: normal;
	display: inline-flex;
  height: 30px;
	padding: 0 10px;
	margin-left: 1em;
}

@media screen and (max-width:767px) {
	#config .content h2 {
		padding-top: 60px;
		margin-top: -60px;
	}
}

/* 特別会員 カードの色 */
td.cardRed,
tr:hover td.cardRed {
  background-color: #e6000b !important;
}
td.cardBlue,
tr:hover td.cardBlue {
  background-color: #0071bc !important;
}
td.cardGreen,
tr:hover td.cardGreen {
  background-color: #009245 !important;
}
td.cardOrange,
tr:hover td.cardOrange {
  background-color: #f15a24 !important;
}
td.cardPurple,
tr:hover td.cardPurple {
  background-color: #93278f !important;
}

/* カード登録設定 */
.id {
	display: inline-block;
	line-height: 1;
  border-radius: 2px;
  background-color: #fff;
  white-space: nowrap;
	padding: 7px 15px;
	color: var(--green);
  border: 1px solid var(--green);
}
.id + .formSty {
	margin-bottom: 30px;
}

/*----------------------------------------------
 config auto point styles
----------------------------------------------*/
.calenderBtnWr {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.calenderBtnWr button {
	margin-right: 10px;
	margin-bottom: 10px;
}
.calenderSet {
	display: flex;
	flex-wrap: wrap;
}
.calenderSet li:first-child {
	font-weight: bold;
	padding-top: 3px;
}
.calenderSet + .calenderSet {
	margin-top: 15px;
}
.calenderDetailHead {
	font-size: 2.0rem;
}
.calenderDetailSet {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.calenderDetailSet ul {
	display: flex;
	margin-bottom: 10px;
}
.calenderDetailSet ul li:first-child {
	width: 7em;
	text-align: right;
	padding-right: 15px;
}

/*----------------------------------------------
 rireki common styles
----------------------------------------------*/
.rirekiSty .slideNav ul li.on a {
  color: #ED1E79;
  border-bottom: 4px solid #ED1E79;
}

/*----------------------------------------------
 album common styles
----------------------------------------------*/
.albumSty .slideNav ul li.on a {
  color: #A93F91;
  border-bottom: 4px solid #A93F91;
}
.bannerAddBox .inputWr {
	display: flex;
}
.bannerAddBox .inputWr .fileUp {
	width: auto;
	margin-right: 10px;
}
.bannerAddBox .selectImgWr {
	margin: 10px auto;
}
.bannerAddBox .selectImgWr .img img,
.bannerAddBox .selectImgWr .img video {
	display: block;
	width: auto;
  max-width: 200px;
  height: auto;
  max-height: 200px;
}
.bannerAddBox + .bannerAddBox {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.bannerAddBox .inputWr {
		display: block;
	}
	.bannerAddBox .inputWr input {
		margin: 5px auto;
	}
}
.albumSty .imgList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.albumSty .imgList li {
	width: calc(calc(100% - 30px) / 4);
	height: 300px;
	border: 1px solid var(--gray);
	margin-bottom: 30px;
}
.albumSty .imgList li .img {
	width: 100%;
	height: 200px;
}
.albumSty .imgList li .text {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	padding: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.albumSty .imgList li img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 200px;
	margin: auto;
}
.albumSty .imgList + .pagination {
	margin-top: 15px;
}
.albumSty .imgList + .btnWr {
	display: flex;
	justify-content: center;
}
.albumSty .imgList + .btnWr button {
	font-size: 1.8rem;
	height: 44px;
}
.albumSty .imgList + .btnWr button + button {
	margin-left: 10px;
}
@media screen and (max-width:428px) {
	.albumSty .imgList li {
		width: calc(calc(100% - 10px) / 2);
		height: 300px;
		border: 1px solid var(--gray);
		margin-bottom: 30px;
	}
}
.imgList .checkbox input[type="checkbox"] + .text {
  display: block;
  padding-left: 22px;
  background: url("../img/form-img/check-off.png") no-repeat 10px 10px;
  background-size: 16.5px;
	padding: 10px;
	text-indent: 1.8em;
	line-height: 1.4;
}
.imgList .checkbox input[type="checkbox"]:checked + .text {
  background-image: url("../img/form-img/check-on.png");
}
.albumSty .checkBtnWr {
	margin: 30px auto;
}
.albumSty .checkBtnWr .btnWr {
	display: flex;
	justify-content: center;
}
.albumSty .checkBtnWr .btnWr button + button {
	margin-left: 10px;
}
.albumSty .checkBtnWr .btnWr + button {
	margin: 10px auto auto;
	font-size: 1.8rem;
  height: 44px;
}

/*----------------------------------------------
 game common styles
----------------------------------------------*/
.gameSty .slideNav ul li.on a {
  color: #E60012;
  border-bottom: 4px solid #E60012;
}


/*----------------------------------------------
 line common styles
----------------------------------------------*/
.lineSty .slideNav ul li.on a {
  color: var(--green);
  border-bottom: 4px solid var(--green);
}

.headSupplement {
  line-height: 1.6;
  margin: 20px auto 30px;
}
.headSupplement #sentNum {
  font-size: 1.8rem;
  color: #adb5bd;
}
.headSupplement .noteList {
  font-size: 1.4rem;
  color: #adb5bd;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}

/*----------------------------------------------
 line message form styles
----------------------------------------------*/
.oritatamiHead {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.oritatamiHead h2 {
	margin-bottom: 0;
}
#searchZipcode {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
#range {
  width: 100%;
  border: 1px solid var(--gray);
	border-bottom: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #f9f9f9;
	margin-bottom: 50px;
}
#range dt,
#range dd {
  line-height: 1.3;
  padding: 0 15px;
  border-bottom: 1px solid var(--gray);
  height: 50px;
  text-align: center;
	display: flex;
	align-items: center;
}
#range dt {
	width: 9em;
}
#range dd {
	width: calc(100% - 9em);
}
#range dd .deliNum {
	font-size: 2.4rem;
	margin-right: 5px;
}
@media screen and (max-width:767px) {
	.oritatamiHead {
		display: block;
		overflow: hidden;
	}
	.oritatamiHead button {
		float: right;
	}
	#searchZipcode {
		display: block;
	}
	.zipcodeWr input {
		margin-bottom: 10px;
	}
	#range {
		margin-bottom: 30px;
	}
	#range dd {
		text-align: left
	}
}

/*----------------------------------------------
 line message log styles
----------------------------------------------*/
.imgInText img {
	display: block;
  width: auto;
  max-width: 170px;
  height: auto;
  max-height: 130px;
	margin-bottom: 10px;
}

/*----------------------------------------------
 line autoreply form styles
----------------------------------------------*/
.deliSet {
  border: 1px solid var(--gray);
  border-radius: 2px;
  margin-bottom: 20px;
}
.deliSet .boxHead {
  background-color: #f9f9f9;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.deliSet .boxHead .setParts {
  display: flex;
  flex-wrap: wrap;
}
.setParts li a {
  display: block;
  width: 44px;
  height: 35px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.setParts li.text {
  line-height: 1;
  margin: 0;
}
.setParts li.text a {
  background-image: url("../img/line-rich/haishin-i1.svg");
  background-size: 22px auto;
}
.setParts li.img a {
  background-image: url("../img/line-rich/haishin-i2.svg");
  background-size: 22px auto;
}
.setParts li.richText a {
  background-image: url("../img/line-rich/haishin-i3.svg");
  background-size: 22px auto;
}
.setParts li.move a {
  background-image: url("../img/line-rich/haishin-i4.svg");
  background-size: 22px auto;
}
.setParts li.richMove a {
  background-image: url("../img/line-rich/haishin-i5.svg");
  background-size: 22px auto;
}
.setParts li.card a {
  background-image: url("../img/line-rich/haishin-i6.svg");
  background-size: 22px auto;
}
.setParts li.coupon a {
  background-image: url("../img/line-rich/haishin-i7.svg");
  background-size: 22px auto;
}
.setParts li.on a,
.setParts li a:hover {
  background-color: var(--gray);
}
.deliSet .boxHead .operation {
  display: flex;
  align-items: center;
}
.deliSet .boxHead .operation p a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: relative;
}
.operation .up a span {
  display: flex;
  align-items: center;
  width: 15px;
  height: 15px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  margin-top: 5px;
}
.operation .down a span {
  display: flex;
  align-items: center;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  margin-bottom: 10px
}
.operation .batsu a span {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
	cursor: pointer;
}
.operation .batsu a span::before,
.operation .batsu a span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: #353a40;
}
.operation .batsu a span::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.operation .batsu a span::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.operation p a:hover {
  background-color: var(--gray);
  border-radius: 2px;
}
.deliSet .boxBody {
  padding: 20px;
}
.deliSet .boxBody > div:nth-child(n+2) {
  margin-top: 20px;
}
.deliSet .boxBody textarea,
.deliSet .boxBody input {
  margin-bottom: 10px;
}
.deliSet .boxBody img {
  width: auto;
  max-width: 100%;
  height: auto;
	margin-bottom: 10px
}
.textArea {
	width: 100%;
	height: 150px;
	padding: 10px;
	border: 1px solid var(--gray);
  border-radius: 2px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.textArea img {
	display: inline-block;
	vertical-align: middle;
	width: 24px !important;
	height: auto;
}
/* sp only */
@media screen and (max-width:767px) {
  .deliSet {
    margin: auto 10px 20px;
  }
	.deliSet .boxHead {
		align-items: flex-start;
	}
  .deliSet .boxBody {
    padding: 20px 10px;
  }
  .setParts li a:hover {
    background-color: transparent;
  }
  .setParts li a:active {
    background-color: var(--gray);
  }
	.richTextArea .flex.between {
		flex-wrap: wrap;
	}
	.richTextArea .flex.between .count {
		order: 1;
		width: 100%;
		text-align: right;
		margin-bottom: 10px;
	}
	.richTextArea .flex.between .flex {
		order: 2;
		width: 100%;
		justify-content: flex-end;
	}
	.richTextArea .flex.between .flex button {
		padding: 0 10px;
	}
}

/*----------------------------------------------
 line richmenu styles
----------------------------------------------*/
#contentSet .box {
	border: 1px solid var(--gray);
	padding: 20px 0;
}
#contentSet .box + .box {
	margin-top: 20px;
}
#contentSet #sampleImg {
	display: flex;
	padding: 20px;
}
#contentSet #sampleImg div {
	width: 200px;
}
#contentSet #sampleImg div + div {
	margin-left: 20px;
}
#contentSet #sampleImg div span {
	display: block;
	color: #999;
	margin-bottom: 5px;
}
#contentSet #sampleImg div img {
	display: block;
	width: 100%;
	height: auto;
}
#contentSet .box h3 {
	font-size: 2.3rem;
	font-weight: normal;
	color: var(--green);
	margin-left: 20px;
}
@media screen and (max-width:767px) {
	#contentSet .box {
		padding: 10px;
	}
	#contentSet .box + .box {
		margin-top: 10px;
	}
	#contentSet #sampleImg {
		padding: 10px;
	}
	#contentSet #sampleImg div + div {
		margin-left: 10px;
	}
	#contentSet .box h3 {
		font-size: 1.8rem;
		margin-left: 0;
		margin-bottom: -15px;
	}
}

/*----------------------------------------------
 line card form styles
----------------------------------------------*/
.box#card-sampleImg {
  display: flex;
	justify-content: center;
  width: 100%;
	height: auto;
  color: #999;
	margin-top: 10px;
	padding: 20px;
}
.box#card-sampleImg div {
	width: auto;
	max-width: 200px;
}
.box#card-sampleImg div + div {
	margin-left: 20px;
}
.box#card-sampleImg img {
  display: block;
  width: 100%;
  height: auto;
	margin-top: 10px;
}
#contentSet .pageChangeWr {
	position: relative;
}
#contentSet .pageChangeWr .pageChange {
	margin-bottom: 0;
}
#contentSet .pageChangeWr button {
  position: absolute;
  top: -10px;
  right: 0;
}
.cardClose {
  height: 40px;
	position: relative;
}
.cardClose .batsu {
	position: absolute;
	top: 10px;
	right: 0;
}
.cardClose span {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
	cursor: pointer;
}
.cardClose span::before,
.cardClose span::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  background: #353a40;
}
.cardClose span::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.cardClose span::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.cardFormBox {
  display: flex;
  width: 100%;
  margin: 20px 0;
}
.cardFormBox .card {
  color: #000;
  width: 280px;
  margin-right: 20px;
  position: relative;
}
.card > div {
  width: 280px;
  height: auto;
  border-radius: 10px;
  border: 1px solid #cfd4da;
}
.card .mainImg {
  width: 278px;
  height: auto;
}
.card .mainImg img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card .mainImg .cardLavel {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px;
  border-radius: 12px;
	width: auto;
  max-width: calc(100% - 30px);
  font-size: 1.3rem;
  z-index: 2;
	overflow: hidden;
}
.colorSelect {
	margin-top: 10px;
}
.col-1 {
	color: #fff;
  background-color: #666f86;
}
.col-2 {
  color: #666f86;
  background-color: #fff;
  border: 1px solid;
}
.col-3 {
	color: #fff;
  background-color: #eb4e3d;
}
.col-4 {
	color: #fff;
  background-color: #ed8937;
}
.col-5 {
	color: #fff;
  background-color: #00b900;
}
.col-6 {
	color: #fff;
  background-color: #5b82db;
}
.colorSelect .radiobox input[type="radio"] + span {
	width: 42px;
  height: 42px;
  border-radius: 21px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
	background: none;
	margin-right: 0;
	position: relative;
	color: #fff;
}
.colorSelect .radiobox input[type="radio"] + span::after {
	content: "A";
	position: absolute;
	left: 15px;
	top: 2px;
	font-size: 1.8rem;
}
.colorSelect .radiobox .col-1 + span {
  background-color: #666f86 !important;
}
.colorSelect .radiobox .col-2 + span {
  color: #666f86 !important;
  background-color: #fff !important;
  border: 1px solid !important;
}
.colorSelect .radiobox .col-3 + span {
  background-color: #eb4e3d !important;
}
.colorSelect .radiobox .col-4 + span {
  background-color: #ed8937 !important;
}
.colorSelect .radiobox .col-5 + span {
  background-color: #00b900 !important;
}
.colorSelect .radiobox .col-6 + span {
  background-color: #5b82db !important;
}
.colorSelect .radiobox input[type="radio"]:checked + span {
  background-image: url("../img/line-rich/check.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
	background-size: 20px auto;
}
.colorSelect .radiobox input[type="radio"]:checked + span::after {
	content: "";
}
.colorSelect .radiobox input[type="radio"].col-2:checked + span {
  background-image: url("../img/line-rich/check2.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.card .sample1 .cardBody {
  width: 278px;
  height: auto;
  padding: 15px 15px 20px;
  overflow: hidden;
  position: relative;
}
.card .sample1 .cardBody .cardTtl {
  font-size: 2.0rem;
  line-height: 1.2;
}
.card .sample1 .cardBody .cardEx {
  font-size: 1.3rem;
  line-height: 1.4;
  height: 85px;
  margin-top: 10px;
}
.card .sample1 .cardBody .cardPrice {
  text-align: right;
  font-size: 2.0rem;
  margin-bottom: 30px;
}
.card .sample1 .cardBody .actionLavel {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 15px;
}
.card .sample1 .cardBody .actionLavel a {
  color: #5b82db;
}
.card > div.sample2 {
  border: none;
}
.card .sample2 .mainImg {
  position: relative;
}
.card .sample2 .mainImg img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #cfd4da;
}
.card .sample2 .mainImg .actionLavel a {
	display: block;
	position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
	width: calc(100% - 30px);
  padding: 10px 15px;
  border-radius: 25px;
	white-space: nowrap;
	overflow: hidden;
}
.card .sample3-1 {
  height: 260px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sample3-1 a,
.sample3-2 a {
  color: #5b82db;
}
.card .sample3-2 .cardBody {
  width: 100%;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardFormBox .formSty {
	width: calc(100% - 278px);
}
.cardFormBox .formSty .imgAddBox {
	display: block;
}
.cardFormBox .formSty .imgAddBox .inputWr {
	display: block;
	margin-bottom: 10px;
}
.cardFormBox .formSty dt .checkbox span {
	margin-right: 0;
}
.cardFormBox .formSty dt.w100per {
	text-align: left;
}
@media screen and (max-width:767px) {
	#contentSet .pageChangeWr {
		margin-top: 60px;
	}
	#contentSet .pageChangeWr button {
		top: -40px;
	}
	.cardFormBox {
		display: block;
		margin-top: 0;
	}
	.cardFormBox + .cardFormBox {
		margin-top: 50px;
	}
	.cardFormBox .card {
		margin: auto;
	}
	.colorSelect .radiobox input[type="radio"] + span::after {
		top: -2px;
	}
}

.detailBox {
	display: flex;
}
.detailBox .richImg {
	width: 207px;
}
.detailBox .richImg img {
	width: 100%;
	height: auto;
}
.imgAddBox {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.imgAddBox .inputWr {
	margin-right: 15px;
	width: calc(100% - 215px);
}
.imgAddBox .selectImg img,
.imgAddBox .selectImg video {
	display: block;
	width: auto;
  max-width: 200px;
  height: auto;
  max-height: 200px;
}
.imgAddBox + .btnWr {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.imgAddBox + .btnWr button {
	font-size: 1.8rem;
	height: 44px;
}
.imgAddBox + .btnWr button + button {
	margin-left: 10px;
}
.detailBox .formSty dd .rank {
	margin-bottom: 10px;
}
@media screen and (max-width:767px) {
	.detailBox {
		display: block;
	}
	.imgAddBox {
		display: block;
	}
	.imgAddBox .inputWr {
		margin-right: 0;
		width: 100%;
	}
	.imgAddBox .selectImg {
		margin-top: 10px;
	}
}

/* 一覧のソートボタン */
.arrowParent span {
  display: inline-block;
  width: 12px;
  height: 18px;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}
.arrowParent span::before {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  border-right: 6px solid transparent;
  border-bottom: 8px solid #adb5bd;
  border-left: 6px solid transparent;
}
.arrowParent span.sortA::before {
  border-bottom: 8px solid #495057;
}
.arrowParent span::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  border-right: 6px solid transparent;
  border-top: 8px solid #adb5bd;
  border-left: 6px solid transparent;
}
.arrowParent span.sortZ::after {
  border-top: 8px solid #495057;
}

/*----------------------------------------------
 chain styles
----------------------------------------------*/
.chain-shoplistSty .slideNav ul li.on a {
  color: #27A536;
  border-bottom: 4px solid #27A536;
}
.chain-infoListSty .slideNav ul li.on a {
  color: #2B74DD;
  border-bottom: 4px solid #2B74DD;
}
.chain-configSty .slideNav ul li.on a {
  color: #00B900;
  border-bottom: 4px solid #00B900;
}
.chain-analysisSty .slideNav ul li.on a {
  color: #EB4E3D;
  border-bottom: 4px solid #EB4E3D;
}
.chain-history .slideNav ul li.on a {
  color: #ED1E79;
  border-bottom: 4px solid #ED1E79;
}

/*----------------------------------------------
 member styles
----------------------------------------------*/
.memberSty .slideNav ul li.on a {
  color: #00B900;
  border-bottom: 4px solid #00B900;
}
.membership {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
	margin: 20px auto;
}
.membership div {
  display: flex;
  align-items: flex-end;
}
.membership div dl {
  border: 1px solid var(--gray);
  border-radius: 2px;
  width: 172px;
  margin-right: 10px;
}
.membership div dl dt {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--gray);
  background: #f9f9f9;
}
.membership div dl dd {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1.6rem;
  padding-top: 12px;
}
.membership div dl dd em {
  font-size: 3.2rem;
  font-style: normal;
  margin-right: 5px;
}
#totalDetail {
	margin: 50px auto;
}
@media screen and (max-width:767px) {
  .membership {
    align-items: flex-start;
    margin: auto 0 20px;
  }
  .membership div {
    display: block;
  }
  .membership dl {
    margin-bottom: 10px;
  }
	#totalDetail {
		margin: 25px auto;
	}
}
.memberSty .searchBox {
	margin-bottom: 20px;
}
.searchBox .kensakuHead {
  background: #f9f9f9;
  border: 1px solid var(--gray);
  display: flex;
  align-items: center;
  padding: 0 20px 10px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.kensakuHead dt {
  font-weight: bold;
  white-space: nowrap;
  width: 6em;
	padding-top: 10px;
  margin-right: 20px;
}
.kensakuHead dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.kensakuHead dd input {
	margin-top: 10px;
}
.kensakuHead dd .btnWr {
  display: flex;
	flex-wrap: wrap;
	width: calc(100% - 280px);
}
.kensakuHead dd button {
  white-space: nowrap;
	margin-top: 10px;
	margin-left: 10px;
}
@media screen and (max-width:767px) {
  .searchBox .kensakuHead {
    display: block;
    padding: 10px;
  }
  .kensakuHead dt {
    display: block;
		padding-top: 0;
  }
	.kensakuHead dd input {
		width: 100% !important;
	}
	.kensakuHead dd .btnWr {
		width: 100%;
		justify-content: flex-end;
	}
}

.searchBox .oritatami {
  background: #f9f9f9;
  border: 1px solid var(--gray);
  border-top: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.oritatami .boxHead {
  display: flex;
  align-items: center;
  padding: 20px;
}
.oritatami .boxHead dt {
  font-weight: bold;
  white-space: nowrap;
  width: 6em;
  margin-right: 20px;
}
.oritatami .boxHead dd {
  display: flex;
  align-items: center;
}
.oritatami .boxHead dd button {
	padding-right: 40px;
	margin-right: 10px;
}
.oritatami .boxHead dd button.open::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #00b900;
  border-left: 2px solid #00b900;
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 13px;
}
.oritatami .boxHead dd button.close::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #00b900;
  border-left: 2px solid #00b900;
  transform: rotate(-135deg);
  position: absolute;
  right: 16px;
  top: 10px;
}
.oritatami .boxBody {
  padding: 0 20px 20px;
}
.oritatami .boxBody dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}
.oritatami .boxBody dt {
  text-align: right;
  width: 120px;
  padding: 10px 20px 10px 0;
}
.oritatami .boxBody dd {
  width: calc(100% - 120px);
  padding: 10px 0;
}
.oritatami .boxBody dd span {
	margin: 0 0.5em;
}
.oritatami .boxBody .btnWr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.oritatami .boxBody .btnWr button.close {
  position: relative;
  margin: 0;
  top: 0;
  bottom: 0;
  background: #fff url("../img/form-img/icon-close.png") no-repeat calc(100% - 10px) 50%;
  background-size: 15px auto;
  margin-left: 10px;
	padding-right: 30px;
}
@media screen and (max-width:767px) {
  .oritatami .boxHead {
    display: block;
		padding: 10px;
  }
  .oritatami .boxHead dd {
    display: block;
  }
  .oritatami .boxHead dd button {
    margin: 10px 0;
    width: 100%;
  }
  .oritatami .boxBody {
    padding: 0 10px 10px;
  }
  .oritatami .boxBody dl {
    display: block;
  }
  .oritatami .boxBody dt {
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }
  .oritatami .boxBody dd {
    width: 100%;
    padding: 0 0 10px;
  }
  .oritatami .boxBody .btnWr {
    justify-content: space-between;
    margin-top: 10px;
  }
  .oritatami .boxBody .btnWr button {
    width: 48%;
  }
  .oritatami .boxBody .btnWr button.close {
    right: 0;
  }
}

.fspBox {
	 background-color: #F9F9F9;
  border: 1px solid var(--gray);
  border-radius: 3px;
}
.fspBox dl {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 20px;
}
.fspBox dl dt {
	width: 130px;
}
.fspBox dl dd {
	width: calc(100% - 130px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fspBox dl + dl {
	border-top: 1px solid var(--gray);
}
@media screen and (max-width:767px) {
	.fspBox dl {
		display: block;
		padding: 10px;
	}
	.fspBox dl dt {
		width: 100%;
		padding-bottom: 10px;
	}
	.fspBox dl dd {
		width: 100%;
	}
	.fspBox dl dd.spBlock {
		overflow: hidden;
	}
	.fspBox dl dd.spBlock div + button {
		float: right;
	}
}

/*----------------------------------------------
enquete styles
----------------------------------------------*/
.enqueteSty .slideNav ul li.on a {
  color: #4798ed;
  border-bottom: 4px solid #4798ed;
}
#resetBox {
	text-align: center;
	margin: 50px auto 30px;
}
#resetBox h3 {
	font-size: 2.3rem;
  font-weight: normal;
  margin-bottom: 30px;
}
#resetBox p {
	line-height: 1.5;
	margin-bottom: 30px;
}
#resetBox p span {
	display: inline-flex;
}
.result-img img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/*----------------------------------------------
login styles
----------------------------------------------*/
.loginSty {
	position: relative;
  overflow: hidden;
}
.loginSty main {
  background-color: #f9f9f9;
	width: 100%;
	height: 100%;
	min-height: 100vh;
  display: flex;
	flex-direction: column;
	justify-content: center;
  align-items: center;
}
.loginSty .logo img {
  display: block;
  width: 180px;
  height: auto;
  margin: auto auto 50px;
}
.loginSty .formArea {
	width: 330px;
}
.loginSty .formbox {
  position: relative;
  z-index: 0;
  background-color: #fff;
  border-radius: 2px;
}
.loginSty .formbox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #DEE2E6;
  border-radius: 2px;
}
.loginSty .formbox::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #DEE2E6;
}
.loginSty .formbox input {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0);
  background-color: transparent;
  font-size: 1.6rem;
	width: 100%;
  height: 45px;
}
.loginSty .formbox input:focus {
  box-shadow: none;
  border-color: #353A40;
}
.loginSty .formArea button {
  width: 100%;
  height: 44px;
  background-color: #495057;
  margin-top: 25px;
  font-size: 1.6rem;
}
.loginSty .formArea button:hover {
  cursor: pointer;
  background-color: #32383e;
}
.loginSty .formArea .error {
  text-align: center;
  width: 100%;
  color: #ff0000;
  background-color: #fdedeb;
  border-radius: 2px;
  border: 1px solid;
  padding: 18px 10px 17px;
  margin-bottom: 10px;
}
.loginInfo {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #3e3a39;
	padding: 1em;
	width: 100%;	
}
.loginInfo button {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: normal;
  text-align: left;
  height: auto;
  padding: 0;
  background: transparent;
  white-space: normal;
}
.loginInfo button .news-date{
  flex: 0 0 7em;
}
.loginInfo button + button {
	margin-top: 10px;
}

.loginSty .twoFactorHead {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.loginSty .twoFactorText {
	line-height: 1.5;
	margin-bottom: 15px;
}
.loginSty .twoFactorFormbox {
  position: relative;
  z-index: 0;
  background-color: #fff;
  border: 1px solid #DEE2E6;
  border-radius: 2px;
}
.loginSty .twoFactorFormbox input {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0);
  background-color: transparent;
  font-size: 1.6rem;
	width: 100%;
  height: 45px;
}
.loginSty .twoFactorFormbox input:focus {
  box-shadow: none;
  border-color: #353A40;
}
.loginSty .twoFactorBtnWr {
	display: flex;
	gap: 10px;
}
.loginSty .twoFactorBtnWr .close {
	width: 120px;
}
.loginSty .twoFactorBtnWr .login {
	flex: 1;
}
.loginSty .resendLink {
	margin-top: 20px;
}
.loginSty .resendLink button {
	color: #000;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
	height: auto;
	padding: 0;
}
.loginSty .resendLink button:hover {
	background-color: transparent;
}
.loginFooter {
	position: fixed;
	bottom: 20px;
	z-index: 100;
	text-align: center;
  font-size: 1.2rem;
	color: #000;
	width: 100%;
	display: block;
}
.loginFooter p {
	font-size: 1.4rem;
	font-weight: bold;
	color: #979a9b;
	margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .loginSty .logo img {
    width: 105px;
    height: auto;
    margin: auto auto 25px;
  }
	.loginSty .formArea {
		width: 80%;
	}
  .loginSty .formArea .error {
    padding: 15px 10px 14px;
  }
}

/*----------------------------------------------
info styles
----------------------------------------------*/
.infoBox {
	border-top: 1px solid var(--gray);
	padding-top: 15px;
}
.infoBox p {
	line-height: 1.6;
	margin-top: 15px;
}
.infoBox p a {
	text-decoration: underline;
}
.infoBox p a:hover {
	text-decoration: none;
}
.infoBox img {
	display: block;
	width: auto;
	max-width: 500px;
	height: auto;
	max-height: 500px;
	margin-top: 15px;
}
@media screen and (max-width:767px) {
	.infoBox {
		padding-top: 0;
		margin-top: -15px;
	}
	.infoBox img {
		display: block;
		width: 100%;
		max-width: 428px;
		height: auto;
		max-height: auto;
	}
}

/*----------------------------------------------
dashboad styles
----------------------------------------------*/
#infoNumber {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
}
#infoNumber dl {
  border-radius: 3px;
  border: 3px solid #dee2e6;
  text-align: center;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 10px;
}
#infoNumber dl:last-child {
  margin-right: 0;
}
#infoNumber dl dt {
  font-size: 1.3rem;
  padding: 10px 10px 30px;
}
#infoNumber dl dd {
  font-size: 4.0rem;
  padding: 0px 10px 10px;
}
@media screen and (max-width:767px) {
  #infoNumber {
    margin: 20px 0;
  }
  #infoNumber dl dt {
    font-size: 1.2rem;
  }
  #infoNumber dl dd {
    font-size: 2.8rem;
  }
}
.dashboardSty .content + .content {
	border-top: none;
}
.dashboardSty .content h2 {
	margin-bottom: 20px;
}
.infoList {
  border: 2px solid #dee2e6;
  border-radius: 3px;
}
.infoList li {
  padding: 14px;
  line-height: 1.5;
  border-bottom: 1px solid #dee2e6;
}
.infoList li:last-child {
  border-bottom: none;
}
.infoList li a {
  display: block;
  text-decoration: underline;
}
.infoList li a:hover {
	text-decoration: none;
}
.infoList li a .date {
  display: inline-block;
  text-decoration: none;
  margin-right: 1em;
}
.infoList + .linkText {
	margin-top: 15px;
}
@media screen and (max-width:767px) {
	.dashboardSty .content h2 {
		margin-bottom: 15px;
	}
  .infoList li {
    padding: 10px;
  }
  .infoList li a .date {
    width: 100%;
  }
}

/*----------------------------------------------
fan styles
----------------------------------------------*/
.fanSty .slideNav ul li.on a {
  color: #c26ca8;
  border-bottom: 4px solid #c26ca8;
}
.bgEven tbody tr:nth-of-type(3) td,
.bgEven tbody tr:nth-of-type(4) td,
.bgEven tbody tr:nth-of-type(7) td,
.bgEven tbody tr:nth-of-type(8) td,
.bgEven tbody tr:nth-of-type(11) td,
.bgEven tbody tr:nth-of-type(12) td,
.bgEven tbody tr:nth-of-type(15) td,
.bgEven tbody tr:nth-of-type(16) td,
.bgEven tbody tr:nth-of-type(19) td,
.bgEven tbody tr:nth-of-type(20) td,
.bgEven tbody tr:nth-of-type(23) td,
.bgEven tbody tr:nth-of-type(24) td,
.bgEven tbody tr:nth-of-type(27) td,
.bgEven tbody tr:nth-of-type(28) td,
.bgEven tbody tr:nth-of-type(31) td,
.bgEven tbody tr:nth-of-type(32) td,
.bgEven tbody tr:nth-of-type(35) td,
.bgEven tbody tr:nth-of-type(36) td,
.bgEven tbody tr:nth-of-type(39) td,
.bgEven tbody tr:nth-of-type(40) td,
.bgEven tbody tr:nth-of-type(43) td,
.bgEven tbody tr:nth-of-type(44) td,
.bgEven tbody tr:nth-of-type(47) td,
.bgEven tbody tr:nth-of-type(48) td,
.bgEven tbody tr:nth-of-type(51) td,
.bgEven tbody tr:nth-of-type(52) td,
.bgEven tbody tr:nth-of-type(55) td,
.bgEven tbody tr:nth-of-type(56) td,
.bgEven tbody tr:nth-of-type(59) td,
.bgEven tbody tr:nth-of-type(60) td {
	background-color: #F9F9F9;
}

/*----------------------------------------------
keyword styles
----------------------------------------------*/
.keywordSty .slideNav ul li.on a {
  color: #ab8e77;
  border-bottom: 4px solid #ab8e77;
}
.keywordSty .formSty dd strong {
	font-size: 2.0rem;
	line-height: 1.3;
}

/*----------------------------------------------
mail styles
----------------------------------------------*/
.mailSty .slideNav ul li.on a {
  color: #F8B500;
  border-bottom: 4px solid #F8B500;
}
#haishinSet {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
#haishinSet label {
	margin: 0 10px 10px 0;
}
#haishinSet label:last-of-type {
	margin-right: 0;
}
#haishinSet input {
	display: none;
}
#haishinSet input + span {
	display: inline-flex;
	width: 200px;
	height: 200px;
	padding-top: 130px;
	border: 2px solid var(--gray);
	background-color: var(--gray);
	background-image: url("../img/mail/haishin1.svg");
	background-repeat: no-repeat;
	background-position: 50% 30px;
}
#haishinSet input + span em {
	width: 100%;
	height: 66px;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 10px 5px 0 28px;
	background: white url("../img/form-img/radio-off.png") no-repeat 8px 13px;
	background-size: 15px 15px;
}
#haishinSet input:checked + span {
	background-image: url("../img/mail/haishin1-on.svg");
	border: 2px solid var(--green);
}
#haishinSet input:checked + span em {
	background: white url("../img/form-img/radio-on.png") no-repeat 8px 13px;
	background-size: 15px 15px;
}
#haishinSet .set2 input + span {
	background-image: url("../img/mail/haishin2.svg");
}
#haishinSet .set2 input:checked + span {
	background-image: url("../img/mail/haishin2-on.svg");
}
#haishinSet .set3 input + span {
	background-image: url("../img/mail/haishin3.svg");
	background-position: 50% 10px;
}
#haishinSet .set3 input:checked + span {
	background-image: url("../img/mail/haishin3-on.svg");
}
#haishinSet .set4 input + span {
	background-image: url("../img/mail/haishin4.svg");
	background-position: 50% 10px;
}
#haishinSet .set4 input:checked + span {
	background-image: url("../img/mail/haishin4-on.svg");
}
@media screen and (max-width:767px) {
	#haishinSet input + span {
		display: inline-flex;
		width: 160px;
		height: 180px;
		padding-top: 120px;
		background-size: 60% 60%;
		background-position: 50% 5px;
	}
	#haishinSet input + span em {
		font-size: 1.3rem;
		padding: 12px 5px 0 25px;
		height: 56px;
	}
}
@media screen and (max-width:413px) {
	#haishinSet label:nth-of-type(even) {
		margin-right: 0;
	}
	#haishinSet input + span em {
		padding: 10px 5px 0 25px;
	}
}

/*----------------------------------------------
stepmail styles
----------------------------------------------*/
.stepMailSty .slideNav ul li.on a {
  color: #f29100;
  border-bottom: 4px solid #f29100;
}
.formSty dd .formBox {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--gray);
	margin-bottom: 10px;
}
.formSty dd .formBox:last-of-type {
	margin-bottom: -15px;
}
.formSty dd .formBox div,
.formSty dd .formBox p {
	margin-left: 22px;
	margin-top: 10px;
}
.formSty dd .formBox div label.radiobox {
	height: 40px;
}
.formSty dd .formBox div label.radiobox input + span {
	margin-right: 0;
	background-position: 0 50%;
}
@media screen and (max-width:767px) {
	.formSty dd .formBox:last-of-type {
		margin-bottom: -5px;
	}
	.formSty dd .formBox div.flex.yCenter {
		line-height: 2.8;
	}
}

/*----------------------------------------------
jiokuru styles
----------------------------------------------*/
.geoSty .slideNav ul li.on a {
  color: #CC0033;
  border-bottom: 4px solid #CC0033;
}
.contentsHead .h1Sty {
  font-size: 3.0rem;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 5px;
}
.contentsHead + .slideNav {
	padding: 0;
}
.formTagWr {
	width: 170px;
}
.tagPoint {
  height: 25px;
	margin-right: 0;
  color: #fff;
  background-color: var(--green);
}
.tagCoupon {
	height: 25px;
	margin-right: 0;
  color: #fff;
  background-color: #0098ff;
}
.tagPreview {
	height: 25px;
	color: #fff;
	background: #F8B500;
}
.geoSty .mt-20 {
  margin-top: -20px !important;
}
td .flex [class^="tag"] {
	margin: 0 10px 5px 0;
}
.tagPreview:hover {
	cursor: pointer;
}
@media screen and (max-width:767px) {
  .contentsHead .h1Sty {
    font-size: 2.1rem;
  }
	.formTagWr [class^="tag"] {
		margin-left: 0;
	}
	.formTagWr + .formSty {
		margin-top: 5px;
	}
	.geoSty .mt-20 {
		margin-top: -18px !important;
	}
}

.geoSty.total {
	background-color: #F2F2F2;
}
.geoSty.total Nav {
	background-color: #fff;
}
.geoSty.total .mainContainer {
  margin: 0;
}
.geoSty.total .contentsHead {
	padding: 50px 50px 30px;
	background-color: #fff;
}
.geoSty.total .geoContent {
	padding: 0 50px 50px;
}
.geoContent #info li {
	display: block;
	width: 100%;
	border: 1px solid #DEE2E6;
	background-color: #fff;
	padding: 15px 20px;
	font-weight: bold;
  line-height: 1.6;
}
.geoContent #info li + li {
	margin-top: 10px;
}
.geoContent #info li .urlWr {
	display: inline-block;
	margin-left: 2em;
}
.geoContent #info li .urlTag {
	display: inline-block;
	color: #fff;
	background-color: #808080;
	padding: 3px 6px;
	border-radius: 2px;
	margin-right: 10px;
	font-size: 1.2rem;
}
.geoContent #info li .pointTag {
	display: inline-block;
	color: #fff;
	background-color: #00B900;
	padding: 3px 6px;
	border-radius: 2px;
	margin-right: 10px;
	font-size: 1.2rem;
}
.geoContent #info li .couponTag {
	display: inline-block;
	color: #fff;
	background-color: #0098ff;
	padding: 3px 6px;
	border-radius: 2px;
	margin-right: 10px;
	font-size: 1.2rem;
}
.geoContent #info2 {
	margin-top: 30px;
}
.geoContent #info2 .text {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 10px;
}
.geoContent #info2 .dlWr {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.geoContent #info2 .dlWr dl {
	width: 145px;
	height: 145px;
	background-color: #fff;
	padding: 15px;
	border-radius: 6px;
	margin: 0 10px 10px 0;
	font-weight: bold;
}
.geoContent #info2 .dlWr dl dt {
	font-size: 1.2rem;
}
.geoContent #info2 .dlWr dl dd .kensu {
	font-size: 2.9rem;
	text-align: right;
	margin-top: 15px;
}
.geoContent #info2 .dlWr dl dd .kakutoku {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 15px;
	color: #999999;
}
.geoContent #info2 .dlWr dl dd .tanka {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 10px;
}
.geoContent #info2 .dlWr dl dd .kakutoku span,
.geoContent #info2 .dlWr dl dd .tanka span{
	font-size: 1.2rem;
}
.geoContent .totalBox {
	background-color: #fff;
	border-radius: 6px;
	margin-top: 30px;
}
.totalBox [id^="total"] .boxHead {
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px 25px;
}
.totalBox #total01 .boxHead .graphNav {
	display: flex;
}
.totalBox #total01 .boxHead .graphNav ul {
	font-size: 1.4rem;
	display: flex;
	border: 1px solid #9C9A99;
	border-radius: 3px;
}
.totalBox #total01 .boxHead .graphNav ul + ul {
	margin-left: 10px;
}
.totalBox #total01 .boxHead .graphNav ul li {
	padding: 5px;
	color: #808080;
	background-color: #F2F2F2;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-width: 40px;
	cursor: pointer;
}
.totalBox #total01 .boxHead .graphNav ul li.on {
	color: #fff;
	background-color: #4798ED;
}
.totalBox #total01 .boxHead .graphNav ul li:first-of-type {
	border-radius: 2px 0 0 2px;
}
.totalBox #total01 .boxHead .graphNav ul li:last-of-type {
	border-radius: 0 2px 2px 0;
}
.totalBox #total01 .boxHead .graphNav ul li + li {
	border-left: 1px solid #9C9A99;
}
.totalBox #total01 .boxHead .graphNav ul:first-of-type li:first-of-type.on {
	background: #4798ED url("../img/geo-total/graph-icon1-on.svg") no-repeat 50% 50%;
}
.totalBox #total01 .boxHead .graphNav ul:first-of-type li:last-of-type.on {
	background: #4798ED url("../img/geo-total/graph-icon2-on.svg") no-repeat 50% 50%;
}
.totalBox #total01 .boxHead .graphNav ul:first-of-type li.on img {
	display: none;
}
.totalBox #total02 .boxHead {
	border-bottom: 1px solid #B3B3B3;
}
.totalBox #total02 .boxHead span {
	font-size: 1.4rem;
	font-weight: normal;
}
.totalBox [id^="total"] .boxBody {
	padding: 15px;
	width: 100%;
	overflow-x: auto;
}
.totalBox .geoTotalDetail .boxHead {
	text-align: center;
	background-color: #E6E6E6;
	padding: 15px 10px;
	position: relative;
	cursor: pointer;
	border-radius: 0 0 6px 6px;
}
.totalBox .geoTotalDetail.open .boxHead {
	border-radius: 0;
}
.totalBox .geoTotalDetail .boxHead::before {
	content: "詳細集計を開く▼";
}
.totalBox .geoTotalDetail.open .boxHead::before {
	content: "詳細集計を閉じる▲";
}
.totalBox .geoTotalDetail .boxBody {
	display: none;
}
.totalBox .geoTotalDetail.open .boxBody {
	display: block;
	padding: 30px;
}
.totalBox .geoTotalDetail .boxBody table {
	table-layout: fixed;
}
.totalBox .geoTotalDetail .boxBody table th {
	font-size: 1.4rem;
	font-weight: normal;
	height: auto;
	width: 20% !important;
}
.totalBox .geoTotalDetail .boxBody table td {
	font-size: 1.3rem;
	height: auto;
	text-align: right;
}
table .blue {
	background-color: #DAEAFB;
	color: #2A51E0;
}
table .red {
	background-color: #FFE5E5;
	color: #EA2227;
}
.totalBox .geoTotalDetail .boxBody table tr td:first-of-type {
	background-color: #F2F2F2;
	text-align: center;
}
.totalBox .geoTotalDetail .boxBody table tr:nth-last-of-type(-n + 2) {
	font-weight: bold;
}
.totalBox .geoTotalDetail .boxBody table tr.doyou td:first-of-type {
	color: #0098FF;
}
.totalBox .geoTotalDetail .boxBody table tr.nichiyou td:first-of-type {
	color: #ED1C24;
}
@media screen and (max-width:767px) {
	.geoSty.total .contentsHead {
		padding: 15px;
	}
	.geoSty.total .geoContent {
		padding: 0 15px 15px;
	}
	.geoContent #info li .urlWr {
		display: block;
		margin-left: 0;
	}
	.geoContent #info2 .dlWr dl {
		width: calc((100% - 10px) / 2);
		height: auto;
		margin-right: 0;
	}
	.geoContent #info2 .dlWr dl:nth-of-type(odd) {
		margin-right: 10px;
	}
	.totalBox [id^="total"] .boxHead {
		display: block;
		padding: 15px;
	}
	.totalBox #total01 .boxHead .graphNav ul {
		font-size: 1.0rem;
		margin-top: 10px;
	}
	.totalBox .geoTotalDetail.open .boxBody {
		padding: 15px;
		overflow-x: auto;
	}
	.totalBox .geoTotalDetail .boxBody table {
		table-layout: inherit;
	}
	.totalBox .geoTotalDetail .boxBody table th {
		width: auto !important;
	}
}
@media screen and (max-width:375px) {
	.totalBox #total02 .boxHead span {
		display: block;
		text-align: right;
		margin-top: 10px;
	}
}

.geoSty.stream table th:first-of-type {
	width: 8em;
	padding: 5px;
}
.geoSty.stream table th,
.geoSty.stream table td {
	padding: 0;
	text-align: center;
}
.geoSty.stream table ul {
	display: table;
	width: 100%;
}
.geoSty.stream table ul li {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	width: calc(100%/9);
}
.geoSty.stream table ul li + li {
	border-left: 1px solid var(--gray);
}
.geoSty.stream table td ul {
	border-top: 1px solid var(--gray);
}
.geoSty.stream table td div {
	text-align: left;
	padding: 10px;
}
.geoSty.stream table td div span[class^="tag"] {
	display: inline-flex;
	color: #fff !important;
	margin: 0 10px 0 2em;
	text-decoration: none !important;
}
.geoSty.stream table td ul li span {
	display: block;
	font-size: 1.1rem;
	color: #999999;
}
.geoSty.stream table td .bunseki {
	font-size: 1.4rem;
	color: #0098FF;
	background-color: #fff;
	border: 2px solid #0098FF;
	height: 30px;
	margin: 5px auto auto;
}

/*----------------------------------------------
202406 line tab styles
----------------------------------------------*/
table tr.tabSty .tabNum,
table tr.tabSty .bannerImg {
	padding: 0;
}
table tr.tabSty .tabNum ul li,
table tr.tabSty .bannerImg ul li {
	width: 100%;
	height: 140px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
table tr.tabSty .tabNum ul li + li,
table tr.tabSty .bannerImg ul li + li {
	border-top: 1px solid var(--gray);
}
.detailBox .richImg .tabNum {
	font-weight: bold;
	margin-bottom: 5px;
}
.detailBox .richImg .tabNum:nth-of-type(n + 2) {
	margin-top: 20px;
}
.formSty dt.tabNum {
	font-weight: bold;
	margin-right: calc(100% - 200px);
}
#sampleImgTab {
	display: flex;
	padding: 20px;
	border: 1px solid var(--gray);
}
#sampleImgTab div {
	width: 200px;
	margin-right: 20px;
}
#sampleImgTab div:last-of-type {
	margin-right: 0;
}
#sampleImgTab div span {
	display: block;
	color: #999;
	margin-bottom: 5px;
}
#sampleImgTab div img {
	display: block;
	width: 100%;
	height: auto;
}
.content .tabSelect {
	border-bottom: 1px solid var(--gray);
	margin-bottom: 50px;
}
.content .tabSelect ul {
	display: flex;
	margin-bottom: -1px;
}
.content .tabSelect li a {
	display: flex;
	width: 110px;
	height: 40px;
	justify-content: center;
	align-items: center;
}
.content .tabSelect li.on a {
	color: var(--green);
	border: 1px solid var(--gray);
	border-bottom: none;
	background-color: #fff;
}
@media screen and (max-width:767px) {
	.formSty dt.tabNum {
		margin-right: 0;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	#sampleImgTab,
	#sampleImg {
		flex-wrap: wrap;
		padding: 10px 0 10px 10px !important;
	}
	#sampleImgTab div,
	#sampleImg div {
		width: 100px !important;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	#sampleImg div + div {
		margin-left: 0 !important;
	}
	.content .tabSelect {
		margin-bottom: 30px;
	}
	.content .tabSelect li a {
		width: 90px;
	}
}

/* ローディング styles */
.formWrapper {
	position: relative;
}
.loading-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
	text-align: center;
  align-items: center;
  z-index: 2;
}
.spinner-round {
  width: 60px;
  height: 60px;
  border: 6px solid #ccc; /* グレー部分 */
  border-top-color: #ec1c24; /* 回転する赤の部分 */
  border-radius: 50%;
  animation: spin 1.0s linear infinite;
	margin: auto;
}
.loading-area p {
	font-weight: bold;
	color: #666;
	margin-top: 10px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*----------------------------------------------
anabuki add styles
----------------------------------------------*/
.codeTotalBox {
  display: flex;
	flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  margin: 20px auto;
}
.codeTotalBox .boxList {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}
.codeTotalBox .boxBtn {
  margin-left: auto;
  flex-shrink: 0;
}
.boxList .boxItem {
  border: 1px solid var(--gray);
  border-radius: 2px;
  font-weight: bold;
  flex: 0 0 160px; /* 常に同じ幅で横並び */
  margin: 0;
}
.boxItem dt {
  min-height: 35px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--gray);
  background: #f9f9f9;
	padding: 5px 10px;
}
.boxItem dd {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px; /* 数字と「券」の間 */
  padding: 5px 10px;
	font-weight: normal;
}
.boxItem dd em {
  font-size: 3.2rem;
	font-variant-numeric: tabular-nums;
	font-weight: bold;
}
.stockCount {
	font-weight: bold;
}
.stockCount.low,
.stockCount.low a{
	color: #ff0000;
}
@media (max-width: 767px) {
  .codeTotalBox {
		flex-direction: column-reverse;
    margin: 0 0 20px;
  }
  .codeTotalBox  .boxBtn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
  }
	.boxList .boxItem {
		flex: 0 0 auto;
	}
}