@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*----------------------------------------------
 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%; box-sizing: border-box; } 
body {
	background-color: #F6F2EA;
	font-family: "Noto Sans Japanese","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.3em;/* =13px */
	line-height: 1.6;
	color: #333333;
	min-width: 1000px;
}
*, *:before, *:after {
  box-sizing: inherit;
}
@media screen and (max-width:767px) {
body {
	min-width: 100%;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}
th, td {
	word-break: break-all;
}
}
a {
	color: inherit
}
a:hover {
	text-decoration: none;
}
img {
	border-style: none;
}

/*----------------------------------------------
 clearfix
----------------------------------------------*/
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

/* ----------------------------------------------
header
----------------------------------------------*/
header {
	background-color: #2D3F8F;
	color: #FFFFFF;
	font-size: 1.4rem;
}
header .logo {
	background-color: #192C70;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: 1.6rem;
}
header nav ul {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}
header nav ul:after {
	content: "";
	display: block;
	clear: both;
}
header nav li {
	float: left;
	width: 16.6%;
}
header nav li a {
	display: block;
	border-radius: 4px;
	padding: 5px 0 5px 40px;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 32px 32px;
	color: #FFFFFF;
	text-decoration: none;
}
header nav .menu-profile a {
	background-image: url(../img/navi-profile.png);
}
header nav .menu-shubetsu a {
	background-image: url(../img/navi-shubetsu.png);
}
header nav .menu-detail a {
	background-image: url(../img/navi-detail.png);
}
header nav .menu-law a {
	background-image: url(../img/navi-law.png);
}
header nav .menu-faq a {
	background-image: url(../img/navi-faq.png);
}
header nav .menu-coupon a {
	background-image: url(../img/navi-coupon.png);
}
header nav .menu-taiki a {
	background-image: url(../img/navi-taiki.png);
}
header nav .menu-yoyaku a {
	background-image: url(../img/navi-yoyaku.png);
}
header nav .menu-miharai a {
	background-image: url(../img/navi-mibarai.png);
}
header nav .menu-miharaiList a {
	background-image: url(../img/navi-mibarai-delete.png);
}
header nav .menu-miharaiSearch a {
	background-image: url(../img/navi-mibarai-search.png);
}
header nav .menu-pointKouza a {
	background-image: url(../img/navi-kouza.png);
}
header nav .menu-kanteiRireki a {
	background-image: url(../img/navi-point-rireki.png);
}
header nav .menu-shiharaiList a {
	background-image: url(../img/navi-kanteiryo-rireki.png);
}
header nav .menu-chieSimei a {
	background-image: url(../img/navi-chie-simei.svg);
}
header nav .menu-qa a {
	background-image: url(../img/navi-point-qa.png);
}
header nav .menu-block a {
	background-image: url(../img/navi-block.svg);
}
header nav .menu-line a {
	background-image: url(../img/navi-line.png);
}
header nav .menu-pdf a {
	background-image: url(../img/navi-pdf.png);
}
header nav .menu-logout a {
	background-image: url(../img/navi-logout.png);
}
header nav li.menu-blank a {
	background-image: none;
	padding-left: 5px;
}
header nav .menu-blank a span {
	display: inline-block;
	background: url(../img/navi-blank.png) right center no-repeat;
	background-size: 16px 16px;
	padding-right: 24px;
}
header .hikoukai {
	width: 960px;
	margin: 0 auto;
	background-color: #FDE360;
	color: #CA1C24;
	font-weight: bold;
	font-size: 2.6rem;
	text-align: center;
}
header .online {
	width: 960px;
	margin: 0 auto;
	background-color: #FDE360;
	color: #CA1C24;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
}
header .news {
	padding: 15px 0;
}
header .news dl {
	width: 960px;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #FFFFFF;
	color: #333333;
}
header .news dl:after {
	content: "";
	display: block;
	clear: both;
}
header .news dt {
	color: #192C70;
	width: 6em;
	float: left;
}
header .news dd {
	margin-left: 6em;
}
@media print, screen and (min-width:768px) {
	header nav li a:hover,
	header nav .now a {
		background-color: rgba(255, 255, 255, 0.25);
	}
}
@media screen and (max-width:767px) {
	header nav {
		position: fixed;
		left: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
		bottom: -100%;
		overflow-y: scroll;
		background-color: #2D3F8F;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header nav ul {
		width: auto;
		padding: 10px 25px;
	}
	header nav li {
		width: 49%;
		border-bottom: 1px dotted #5C6AA8;
	}
	header nav li:nth-child(even) {
		margin-left: 2%;
	}
	header nav li a {
		padding: 10px 5px 10px 42px;
		background-position: 5px center
	}
	header .hikoukai,
	header .online{
		width: auto;
		font-size: 1.8rem;
		margin: 10px;
	}
	header .news {
		padding: 0 10px 10px;
	}
	header .news dl {
		width: auto;
		padding: 10px;
	}
	header .news dd {
		margin-left: 0;
	}
}

/* ----------------------------------------------
nav
----------------------------------------------*/
nav {
}

/* ----------------------------------------------
main
----------------------------------------------*/
main {
	margin-bottom: 100px;
}
main h1 {
	color: #192C70;
	font-size: 2.6rem;
	text-align: center;
	margin: 25px 0;
}
main h1 + p {
	text-align: center;
	font-size: 1.6rem;
	margin: 15px 0 25px;
}
.help {
	width: 960px;
	margin: 15px auto 0;
	position: relative;
}
.help a {
	display: block;
	position: absolute;
	left: 1000px;
	top: 0;
	z-index: 1;
	width: 88px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	font-size: 1.1rem;
	color: #F36990;
}
.help a span {
	display: block;
}
.error {
	background-color: #FDE360;
	width: 960px;
	margin: 0 auto 60px;
	padding: 30px 20px;
}
.error .midashi {
	font-size: 2.6rem;
	font-weight: bold;
	color: #CA1C24;
	text-align: center;
}
.error ul {
	list-style: none;
	margin: 15px auto 0;
	text-align: left;
	font-size: 1.8rem;
	color: #CA1C24;
}
.error li {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
}
.table {
	width: 960px;
	margin: 0 auto 60px;
}
.caution {
	color: #CA1C24;
}
.table > .caution {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 15px;
}
.table table {
	width: 100%;
	border: 1px solid #D7C4A4;
}
.table th {
	background-color: #D5C7A6;
	border-bottom: 1px solid #FFFFFF;
	width: 222px;
	text-align: left;
	padding: 15px 20px;
	font-size: 1.5rem;
	vertical-align: top;
}
.table tr:last-child th{
	border-bottom: 1px solid #D7C4A4;
}
.table td {
	padding: 15px 20px;
	border-bottom: 1px solid #D7C4A4;
	background-color: #FFFFFF;
	font-size: 1.4rem;
	vertical-align: top;
}
.table th > :first-child {
	display: block;
}
.table th [class^="icon"] {
	display: inline-block;
	border-radius: 4px;
	margin-right: 5px;
	padding: 0 5px;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 1.3rem;
}
.table th .icon-hissu {
	background-color: #E11C24;
}
.table th .icon-nini {
	background-color: #124EAD;
}
.table th .icon-hikoukai {
	background-color: #19966D;
}
.table td .icon-hissu {
	background-color: #E11C24;
}
.table td [class^="icon"] {
    display: inline-block;
    border-radius: 4px;
    margin-right: 5px;
    padding: 0 5px;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 1.3rem;
}
.table td:after {
	content: "";
	display: block;
	clear: both;
}
.table2 [class^="switchRow"] {
	display: none;
}
.table2 td {
	border-bottom: 0;
	border-top: 1px solid #D7C4A4;
}
.table2 th {
	border-bottom: 0;
	border-top: 1px solid #FFFFFF;
}
.table2 tr:first-child th {
	border-bottom: 0;
	border-top: 1px solid #D7C4A4;
}
.table2 [class^="switchRow"] th {
	border-top-style: none;
}
.table2 [class^="switchRow"] td {
	border-top-style: dashed;
}
.table2 tr .borderNone,.table2 tr .borderNone + * {
	border-top-style: none;
}
.table2 .sub {
	background-color: #F0EADF;
	width: 180px;
	font-weight: bold;
	line-height: 1.42;
}
.table3 th {
	background-color: #D5C7A6;
}
.table2 .dashed,.table2 .dashed + td {
	border-bottom-style: dashed;
}
.table2 .borderNone,.table2 .borderNone + td {
	border-bottom-style: none;
}
.table td p {
	color: #666666;
}
.telNum,.faxNum {
	float: left;
}
.telNum + .radioList,.faxNum + .radioList {
	float: left;
	margin-left: 40px;
}
.chatDetail {
	margin-left: 34px;
}
td > div + div {
	margin-top: 10px;
}
.photoSize {
	display: inline-block;
	margin-left: 1em;
}
.table2 .select {
	margin-top: 0;
	float: left;
	margin-left: 20px;
}
input,textarea {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border: 2px solid #CCCCCC;
	border-radius: 4px;
	padding: 8px;
	width: 100%;
	font-size: 100%;
	font-family: inherit;
}
textarea {
	min-height: 120px;
}
select {
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border: 2px solid #CCCCCC;
	border-radius: 4px;
	padding: 8px 25px 8px 8px;
	width: 300px;
	background: url(../img/arrow01.png) no-repeat right center;
	background-size: 21px 7px;
	font-size: 100%;
	font-family: inherit;
	color: #666666;
}
select::-ms-expand {
	display: none;
}
[type="radio"],
[type="checkbox"] {
	width: 0;
	padding: 0;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	opacity: 0;
}
[type="checkbox"] + label {
	display: inline-block;
	background: url(../img/check-off.png) no-repeat 0 0;
	background-size: 24px 24px;
	padding-left: 34px;
	min-height: 24px;
}
[type="checkbox"]:checked + label {
	background-image: url(../img/check-on.png);
}
[type="radio"] + label {
	display: inline-block;
	background-image: url(../img/radio-off.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 22px 22px;
	padding-left: 32px;
	min-height: 22px;
}
[type="radio"]:checked + label {
	background-image: url(../img/radio-on.png);
}
.table2 [type="checkbox"] + label {
	background-position: 0 center;
}
.radioboxesWrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.5em;
	margin-left: -0.5em;
}
.radioboxes {
	flex: 0 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: calc((2.9em + 4px) * 5);
	margin: 0.5em 0 0 0.5em;
}
.radioboxes .radiobox {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.radioboxes [type="radio"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
}
.radioboxes .label {
	flex: 0 0 auto;
	display: block;
	border: 2px solid #ccc;
	border-radius: 4px;
	background: linear-gradient(to bottom, #FFFFFF 20%, #E6E6E6 100%);
	width: 3em;
	padding: 0.4em 0;
}
.radioboxes :checked + .label {
	background: linear-gradient(to bottom, #192C70 0%, #3E4E98 100%);
	color: #fff;
}
[type="submit"] {
	border: none;
	border-radius: 2px;
	background: linear-gradient(to bottom, #3E4E98 0%, #192C70 100%);
	width: 200px;
	padding: 15px 0;
	font-weight: bold;
	font-size: 1.8rem;
	color: #FFFFFF;
}
.off [type="submit"] {
	border: none;
	border-radius: 2px;
	background: #B3B3B3;
	width: 200px;
	padding: 15px 0;
	font-weight: bold;
	font-size: 1.8rem;
	color: #8E8E8E;
}
form .table2 select {
	width: 200px;
}
form .uketuke select {
	width: 130px;
}
form .table2 [type="number"] {
	width: 60px;
}
.zipcode input,
.telNum input,
.chatTypeTelNum input,
.faxNum input {
	width: 80px;
}
input.year {
	width: 80px;
}
input.month, input.day {
	width: 60px;
}
.zipcode input:first-child {
	width: 60px;
}
.zipcode,.todofuken {
	float: left;
}
.todofuken {
	margin-left: 40px;
}
.table2 .price [type="text"] {
	width: 120px;
}
input.naiyou {
	width: 250px;
}
form .table2 select.mailText {
	width: 100px;
}
.radioList {
	list-style: none;
	display: table;
}
.radioList li {
	display: table-cell;
	position: relative;
}
.radioList input {
	display: block;
	opacity: 0;
	position: absolute;
}
.radioList [type="radio"] + label {
	display: block;
	padding: 8px 14px;
	border-radius: 0;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 2px 0px 2px 1px;
	background: linear-gradient(to bottom, #FFFFFF 20%, #E6E6E6 100%);
}
.radioList li:first-child [type="radio"] + label {
	border-radius: 4px 0 0 4px;
	border-left-width: 2px;
	border-right-width: 0;
}
.radioList li:last-child [type="radio"] + label {
	border-radius: 0 4px 4px 0;
	border-right-width: 2px;
}
.radioList [type="radio"]:checked + label {
	background: linear-gradient(to bottom, #192C70 0%, #3E4E98 100%);
	color: #FFFFFF;
}
.checkList {
	list-style: none;
	letter-spacing: -0.4em;
}
.checkList li {
	display: inline-block;
	min-width: 155px;
	margin-right: 10px;
	margin-bottom: 10px;
	letter-spacing: normal;
}
.checkList .other [type="text"] {
	width: 300px;
	margin-left: 10px;
}
.checkList2 li {
	min-width: 320px;
}
.checkList2 label.etc {
	padding-left: 37px;
}
.chatAppCheck {
	position: relative;
}
.table2 .price ul {
	list-style: none;
}
.table2 .price li + li {
	margin-top: 20px;
}
.table2 .price li label + div {
	margin-left: 34px;
	margin-top: 10px;
}
.table2 .price li label + div > div + div {
	margin-top: 5px;
}
.table2 .memo {
	color: #666666;
}
.teikyu .checkList li {
	min-width: 92px;
}
.table3 textarea {
	height: 80px;
}
.blogText {
	float: left;
	width: 700px;
}
form .btn {
	text-align: center;
}
.blogText + .btn {
	float: right;
	margin-top: 0;
}
.blogText + .btn input {
	font-size: 1.6rem;
	width: 180px;
	padding: 10px 0;
}

form ul.btn {
	list-style: none;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
form ul.btn:after {
	content: "";
	display: block;
	clear: both;
}
form ul.btn li {
	float: left;
}
form ul.btn li:first-child {
	float: right;
}

.check .table2 [class^="switchRow"] {
	display: table-row;
}


.detailPage .caution {
	font-size: 1.5rem;
	margin: 0 10px 10px;
	text-align: center;
}
.detailPage textarea.long {
	min-height: 300px;
}
.furikomibox01:after,.furikomibox02:after {
	content: "";
	display: block;
	clear: both;
}
.furikomibox01 > * {
	float: left;
	width: 49%;
}
.furikomibox01 > * + * {
	margin-left: 2%;
}
.furikomibox02 > * {
	float: right;
	width: calc(100% - 220px);
	
}
.furikomiSelect {
	margin-top: 1.6em;
	width: 200px;
	float: left;
}

.delete {
	width: 960px;
	margin: 0 auto 40px;
	color: #CA1C24;
	font-size: 1.5rem;
	display: table;
}
.delete > * {
	display: table-cell;
	padding: 0 20px;
}
.delete .btn {
	width: 240px;
}
.couponCaution {
	width: 960px;
	margin: 40px auto;
	padding: 0 20px;
	color: #CA1C24;
	font-size: 1.5rem;
}

.taikiDelete {
	display: table;
	width: 960px;
	margin: 0 auto 40px;
	background-color: #FFFFFF;
	border: 1px solid #D7C4A4;
	color: #CA1C24;
	font-size: 1.5rem;
}
.taikiDelete > * {
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
}
.taikiDelete .btn {
	width: 240px;
}
.taikiRadioList {
	list-style: none;
}
.taikiRadioList li{
	padding-bottom: 10px;
	position: relative;
}
.taikiCaution {
	text-align: center;
    font-size: 1.5rem;
    margin: 15px 0 25px;
	color: #CA1C24;
}
.time select {
	width: 80px;
}
.time span {
	vertical-align: middle;
}

.doui {
	font-size: 1.5rem;
	text-align: center;
	margin: 0 auto 40px;
	padding: 0 10px;
}
.doui span {
	display: inline-block;
	padding-left: 1em;
}
.miharaiPage .caution ul {
	list-style: none;
	display: inline-block;
	text-align: left;
	font-weight: normal;
}
.miharaiPage .caution li {
	text-indent: -1em;
	padding-left: 1em;
}

.yoyakubox {
	width: 1145px;
}
.yoyakubox th {
	vertical-align: middle;
	white-space: nowrap;
	font-size: 1.3rem;
	width: auto;
	padding: 5px 10px;
}
.yoyakubox thead th {
	text-align: center;
	padding: 5px;
	font-size: 1.1rem;
}
.yoyakubox thead th {
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.yoyakubox thead th:first-child {
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}
.yoyakubox tbody tr:nth-child(even) > td {
	background-color: #FAFAFA;
}
.yoyakubox td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	border-right: 1px dotted #EEE5D7;
	position: relative;
}
.yoyakubox tr td:last-child {
	white-space: nowrap;
}
.yoyakubox [type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.yoyakubox [type="checkbox"] + label {
	background-position: center center;
	background-size: 14px 14px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	min-height: 2.92em;
}
.yoyakubox [type="submit"] {
	display: inline-block;
	width: auto;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	background: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
	padding: 5px 8px;
	margin: 0;
	font-size: 1.3rem;
	font-weight: normal;
	color: #666666;
}
.yoyakubox [type="submit"]+ [type="submit"] {
	margin-left: 5px;
}
.yoyakubox tr.selectDay th {
	background-color:#2D3F8F;
	color: #fff;
}
@media print, screen and (min-width:768px) {
.yoyakubox tr.selectDay td {
	background-color:#F0F1F7;
}
}
.miharaiList {
	width: auto;
	padding: 0 20px;
}
.sort {
	position: relative;
	text-align: center;
	margin: 30px auto;
	max-width: 1310px;
}
.miharaiList table {
	width: auto;
	margin: 0 auto;
}
.miharaiList tr > * {
	border-left: 1px solid #FFFFFF;
	text-align: center;
}
.miharaiList tr > :first-child {
	border-left: none;
}
.miharaiList tr:first-child th {
	border-bottom: none;
}
.miharaiList th {
	width: auto;
	white-space: nowrap;
	padding: 5px;
}
.miharaiList td {
	width: auto;
	white-space: nowrap;
	padding: 5px;
	vertical-align: middle;
	border-left: 1px solid #D7C4A4;
}
.miharaiList td .longText {
	white-space: normal;
	text-align: left;
	display: inline-block;
}
.miharaiList [type="submit"] {
	display: inline-block;
	width: auto;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	background: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
	padding: 5px 8px;
	margin: 0;
	font-size: 1.3rem;
	font-weight: normal;
	color: #666666;
}

.searchResult {
	margin: 0 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}
.searchResult > p {
	margin-top: 20px;
}
.searchResult .message {
	font-weight: normal;
}

.kanteiPage .help {
	width: 100%;
}
.kanteiPage .help a {
	left: auto;
	right: 5px;
}
.kanteiList {
	width: auto;
	padding: 0 20px;
	margin-bottom: 40px;
}
.kanteiPage h1 + .clearfix {
	width: 750px;
	margin: 15px auto 25px;
}
.kanteiTxt {
	background-color: #FFFFFF;
	border: 1px solid #D7C4A4;
	width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
.clearfix > .kanteiTxt {
	float: left;
	width: 360px;
}
.clearfix > .kanteiTxt + .kanteiTxt {
	margin-left: 20px;
}
.kanteiTxt .midashi {
	margin-bottom: 5px;
	color: #192C70;
	font-weight: bold;
	font-size: 1.5rem;
}
.kanteiTxt .midashi + * {
	font-size: 1.4rem;
}
.kanteiTxt ol {
	list-style: none;
}
.kanteiTxt li:after {
	content: "";
	display: block;
	clear: both;
}
.kanteiTxt li .number {
	float: left;
	width: 2em;
}
.kanteiTxt li .number + * {
	margin-left: 2em;
}
.kanteiList table {
	width: auto;
	margin: 0 auto;
}
.kanteiList th {
	width: auto;
	border-left: 1px solid #D7C4A4;
	padding: 8px 5px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}
.kanteiList td {
	padding: 8px;
	border-left: 1px solid #D7C4A4;
	text-align: center;
	vertical-align: middle;
}
.kanteiList .pointCell,
.kanteiList .priceCell {
	text-align: right;
}
.kanteiList .priceCell + td + td {
	white-space: nowrap;
}
.kanteiList td [type="submit"] {
	display: inline-block;
	width: auto;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	background: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
	padding: 5px 8px;
	margin: 0;
	font-size: 1.3rem;
	font-weight: normal;
	color: #666666;
}
.kanteiList td [type="submit"] + [type="submit"] {
	margin-left: 8px;
}
.kanteiList td .mikakutei {
	color: #CA1C24;
}
.kanteiList thead tr > * {
	border-left: 1px solid #FFFFFF;
}
.kanteiList thead tr > :first-child {
	border-left: none;
}
.pager {
	list-style: none;
	margin-top: 40px;
	letter-spacing: -0.4em;
	text-align: center;
}
.pager li {
	display: inline-block;
	letter-spacing: normal;
}
.pager li + li {
	margin-left: 10px;
}
.pager li a {
	display: block;
	background-color: #FFFFFF;
	padding: 2px 8px;
	border: 1px solid #D7C4A4;
	color: #333333;
	text-decoration: none;
}
.kanteiList + .caution {
	width: 800px;
	margin: 0 auto 20px;
	padding: 20px;
	border: 1px solid #D7C4A4;
	background-color: #FFFFFF;
}
.kanteiList + .caution .midashi {
	font-size: 1.5rem;
	font-weight: bold;
}
.kanteiList + .caution ul {
	list-style: none;
	font-size: 1.4rem;
}
.kanteiList + .caution ul:after {
	content: "";
	display: block;
	clear: both;
}
.kanteiList + .caution li {
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
.caution + .kanteiTxt .midashi + div {
	height: 4.8em;
	padding: 0 10px;
	overflow-y: scroll;
}
.kanteiTxt pre {
	font-size: 1.4rem;
	font-family: "Noto Sans Japanese","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	width: 100%;
}
.pointKeep span {
	display: block;
}
.keepPt th {
	width: 240px;
}
.keepPt input {
	width: 8em;
}

.shiharaiBtn {
	width: auto;
	padding: 0 20px;
}
.shiharaiBtn table {
	width: auto;
	margin: 0 auto;
}
.shiharaiBtn tr > * {
	vertical-align: middle;
}
.shiharaiList > .caution {
	margin-top: 25px;
}
.shiharaiBtn td [type="submit"] {
	display: inline-block;
	width: auto;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	background: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
	padding: 5px 8px;
	margin: 0 0 0 20px;
	font-size: 1.3rem;
	font-weight: normal;
	color: #666666;
}
.shiharaiList th,
.shiharaiList td {
	border-left: 1px solid #D7C4A4;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.shiharaiList th {
	width: auto;
}
.shiharaiList .pointCell {
	text-align: right;
}
.shiharaiList thead tr > * {
	border-left: 1px solid #FFFFFF;
}
.shiharaiList thead tr > :first-child {
	border-left: none;
}
.shiharaiList table.total {
	margin: 20px 0;
}
.shiharaiList table.total .uketori{
	font-weight: bold;
}
.shiharaiList table.total ~ p {
	text-align: right;
}
.shiharaiList .csvBtn {
	display: block;
	width: 180px;
	margin: 20px 0 20px auto;
	text-align: center;
}
.shiharaiList .csvBtn a {
	display: block;
	width: 100%;
	padding: 10px 0 5px;
	border: 1px solid #2D3F8F;
	background-color:#2D3F8F;
	text-decoration: none;
	color: #fff;
}
.shiharaiList .csvBtn a img {
	width: 20px;
	margin: 0 0 10px 10px;
	height: auto;
	vertical-align: middle;
}
.kanteiMemo .btn {
	margin-bottom: 60px;
}
.kanteiMemo .table {
	margin: 0 auto 30px;
}
.kanteiMemo textarea {
	min-height: 180px;
}
.shiharaiList tr.chousei td {
	background-color: #FFF2F2;
}
/* 占い知恵袋の指名 */
.chiePage .kanteiList tr > td:nth-child(4) {
	text-align: left;
}
.chiePage .kanteiList td span {
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	width: 21em;
	text-overflow: ellipsis;
}
.chiePage .kanteiList td a {
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
	padding: 5px 8px;
	text-decoration: none;
	font-size: 1.3rem;
	color: #666;
}

/* ブロック一覧 */
.blockList {
	width: auto;
	padding: 0 20px;
}
.blockList [type="submit"] {
	display: inline-block;
	width: auto;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	background: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
	padding: 5px 8px;
	margin: 0;
	font-size: 1.3rem;
	font-weight: normal;
	color: #666666;
}
.blockList .sort select {
	height: 40px;
}
.blockList .sort input {
	display: inline-block;
	height: 40px;
	width: 100px;
	border-width: 2px;
	margin-left: 20px;
	font-size: 1.4rem;
}
.blockList table {
	width: auto;
	margin: 0 auto;
}
.blockList tr > * {
	border-left: 1px solid #FFFFFF;
	text-align: center;
}
.blockList tr > :first-child {
	border-left: none;
}
.blockList tr:first-child th {
	border-bottom: none;
}
.blockList th {
	width: auto;
	white-space: nowrap;
	padding: 5px;
}
.blockList td {
	width: auto;
	white-space: nowrap;
	padding: 5px;
	vertical-align: middle;
	border-left: 1px solid #D7C4A4;
}
.blockList td .longText {
	white-space: normal;
	text-align: left;
	display: inline-block;
}
.blockList [data-th="備考"] .text {
	white-space: normal;
	width: 14em;
	min-height: 1em;
	text-align: left;
}
.blockList [data-th="備考"] .text.long {
	position: relative;
	padding-right: -1em;
	overflow: hidden;
	max-height: calc(5em * 1.6);
}
.blockList [data-th="備考"] .text.long::before {
	content: "…";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1em;
	background-color: #fff;
	padding-left: 2px;
}
.blockList [data-th="備考"] .text.long::after {
	content: "";
	position: relative;
	float: right;
	width: 1em;
	height: 100%;
	background-color: #fff;
}
.blockList td [type="submit"] + [type="submit"] {
	margin-left: 8px;
}

/* ブロック登録・編集 */
.blockForm select {
	width: 6.8em;
}
.blockForm input[type="text"],
.blockForm input[type="email"],
.blockForm input[type="tel"] {
	margin-top: 0;
}
.blockForm td ul {
	list-style: none;
}
.blockForm td li:nth-child(n+2) {
	margin-top: 8px;
}
.blockForm [type="email"] {
	width: calc(100% - 10em);
}
.blockForm .telNum {
	float: none;
}
.blockForm [id="block_id"] {
	width: 15em;
}

/* 鑑定のカテゴリ登録 */
.nayamiCate {
	list-style: none;
	margin-top: 10px;
}
.nayamiCate li + li {
	margin-top: 15px;
}
.nayamiCate .checkList li {
	min-width: 33.33%;
	margin: 8px 0 0;
	position: relative;
}
.nayamiCate .checkList [type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.nayamiCate .checkList label {
	display: block;
}

/* 未払い者照合サービス利用規約 */
.miharaiKiyaku {
	width: 960px;
	margin: 45px auto 120px;
}
.miharaiKiyaku .kiyakuText {
	list-style: none;
	margin-bottom: 26px;
	font-size: 1.4rem;
}
.miharaiKiyaku .kiyakuText ul {
	list-style: disc;
	margin-left: 2.5em;
	margin-top: 0.5em;
}
.miharaiKiyaku .kiyakuText ul > li {
	padding-left: 0.5em;
}
.miharaiKiyaku .kiyakuText ol {
	list-style: none;
	counter-reset: count;
	margin-left: 1em;
	margin-top: 0.5em;
}
.miharaiKiyaku .kiyakuText ol > li {
	position: relative;
	padding-left: 2em;
}
.miharaiKiyaku .kiyakuText ol > li:before {
	content: "(" counter(count) ")";
	counter-increment: count;
	position: absolute;
	top: 0;
	left: 0;
}
.miharaiKiyaku .name {
	margin-top: 26px;
}
.miharaiKiyaku .btn {
	margin-top: 60px;
	text-align: center;
}
.miharaiKiyaku .btn a {
	display: inline-block;
	background-image: linear-gradient(to bottom, #3e4e98 0%, #192c70 100%);
	padding: 15px 30px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
@media print, screen and (min-width:768px) {
	.miharaiKiyaku .btn a:hover {
		background-image: linear-gradient(to bottom, #192C70 0%, #3E4E98 100%);
	}
	.shiharaiList .csvBtn a:hover {
		background-color: #6679CE;
	}
}

.check .btn {
	list-style: none;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.check .btn:after {
	content: "";
	display: block;
	clear: both;
}
.check .btn li {
	float: left;
}
.check .btn li:first-child {
	float: right;
}
.back [type="submit"] {
	background: linear-gradient(to bottom, #808080 0%, #333333 100%);
}

.thanks h1 + p {
	max-width: 950px;
	margin: 40px auto;
	color: #CA1C24;
}
.thanks h1 + p span {
	font-weight: bold;
}
.thanksTxt {
	text-align: center;
	font-size: 1.4rem;
	margin-top: 40px;
}
.thanksTxt p + p {
	margin-top: 1em;
}

/* ポイント精算の口座画面 */
.shitenbox {
	display: flex;
	margin-top: 0;
}
.shitenbox .radioboxesWrap {
	flex: 0 0 auto;
}
.shitenNo {
	flex: 0 0 8em;
	margin-left: 1.5em;
}
.shitenNo input {
	display: block;
	margin: 0;
}

/* 会員別ポイント精算の依頼履歴 */
.userhistoryPage .help {
	width: auto
}
.userhistoryPage .help a {
	left: auto;
	right: 5px;
}
.listHeader {
	max-width: 980px;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.4rem;
	border: 1px solid #D7C4A4;
}
.listHeader dl {
	flex: 1 0 33%;
	display: flex;
}
.listHeader dl:nth-child(-n+3) dt {
	border-bottom: 1px solid #fff;
}
.listHeader dl:nth-child(-n+3) dd {
	border-bottom: 1px solid #D7C4A4;
}
.listHeader dt {
	flex: 0 0 90px;
	min-width: 0;
	padding: 8px;
	background-color: #D5C7A6;
	font-weight: bold;
}
.listHeader dd {
	flex: 1 0 0%;
	min-width: 0;
	padding: 8px 18px;
	background-color: #fff;
}
.userhistoryPage .back {
	text-align: center;
	margin-top: 40px;
}
.userhistoryPage h1 + .back {
	margin: 30px auto;
}
.userhistoryPage .back a {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #D5C7A6;
	border-radius: 4px;
	padding: 8px 16px;
	background-color: #fff;
}

#pagetop {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#pagetop a {
	width: 90px;
	height: 70px;
	position: fixed;
	bottom: 0;
	margin-left: 1000px;
}
#yoyakupagetop, #yoyakupagebottom {
	width: 960px;
	margin: 0 auto;
	position: relative;
	display: none;
}
#yoyakupagetop a {
	width: 90px;
	height: 70px;
	position: fixed;
	bottom: 70px;
	margin-left: 1000px;
}
#yoyakupagebottom a {
	width: 90px;
	height: 70px;
	position: fixed;
	bottom: 0;
	margin-left: 1000px;
}
#copy_uketuke {
	border: none;
	border-radius: 2px;
	background: linear-gradient(to bottom, #3E4E98 0%, #192C70 100%);
	padding: 15px 0;
	font-weight: bold;
	font-size: 1.4rem;
	color: #FFFFFF;
}
#form_box2 .nextdate {
	width: 140px;
}
#form_box2 .nexttime {
	width: 60px;
}
.taiki_line {
	margin: 60px 0px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
@media print, screen and (min-width:768px) {
	.help a:hover img {
		opacity: 0.7;
	}
	.help a:hover span {
		text-decoration: underline;
	}
	[type="submit"]:hover {
		background: linear-gradient(to bottom, #192C70 0%, #3E4E98 100%);
		cursor: pointer;
	}
	.off [type="submit"]:hover {
		background:#B3B3B3;
		cursor: auto;
	}
	.back [type="submit"]:hover {
		background: linear-gradient(to bottom, #333333 0%, #808080 100%);
	}
	.yoyakubox [type="submit"]:hover {
		background: linear-gradient(to bottom, #E8E8E8 0%, #FFFFFF 100%);
	}
	.miharaiList [type="submit"]:hover {
		background: linear-gradient(to bottom, #E8E8E8 0%, #FFFFFF 100%);
	}
	.kanteiPage {
		min-width: 1280px;
	}
	.pager a:hover {
		background-color: #EEE5D7;
	}
	.kanteiList [type="submit"]:hover {
		background: linear-gradient(to bottom, #E8E8E8 0%, #FFFFFF 100%);
	}
	.shiharaiBtn [type="submit"]:hover {
		background: linear-gradient(to bottom, #E8E8E8 0%, #FFFFFF 100%);
	}
	.userhistoryPage .back a:hover {
		background-color: #EEE5D7;
	}
	#pagetop a:hover img {
		opacity: 0.7;
	}
	#yoyakupagetop a:hover img {
		opacity: 0.7;
	}
	#yoyakupagebottom a:hover img {
		opacity: 0.7;
	}
	.chiePage .kanteiList td a:hover {
		background: linear-gradient(to bottom, #E8E8E8 0%, #FFFFFF 100%);
	}
	.blockList [type="submit"]:hover {
		background: linear-gradient(to bottom, #E8E8E8 0%, #FFFFFF 100%);
	}
}

@media screen and (max-width:767px) {
	.help {
		width: auto;
	}
	.help a {
		left: auto;
		right: 0;
		top: -40px;
		width: 62px;
	}
	.help a img {
		width: 62px;
	}
	.help a span {
		display: none;
	}
	main h1 {
		font-size: 2.2rem;
	}
	main h1 > span {
		display: block;
	}
	main h1 + p {
		font-size: 1.3rem;
		padding: 0 10px;
	}
	.thanks p br.spnone {
	display: none;
}
	.thanks h1 + p span {
	font-weight: bold;
		display: inline-block;
}
	main h1 + p span {
		display: block;
	}
	main h1 + p span.caution {
		display: inline;
	}
	.error {
		width: auto;
		margin: 0 10px 30px;
		padding: 15px 10px;
	}
	.error .midashi {
		font-size: 2.0rem;
	}
	.error ul {
		font-size: 1.6rem;
	}
	.table {
		width: auto;
		margin: 0 10px 60px;
	}
	.table .caution {
		font-size: 1.3rem;
		text-align: left;
	}
	.table > .caution {
		font-size: 1.5rem;
	}
	.table table,
	.table tbody,
	.table tr,
	.table td {
		display: block;
	}
	.table th {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 5px 10px;
		width: auto;
	}
	.table th br {
		display: none;
	}
	.table th > :first-child {
		margin-right: auto;
	}
	.table th [class^="icon"] {
		margin-right: 0;
		margin-left: 5px;
		white-space: nowrap;
	}
	.table td {
		padding: 10px;
	}
	.table tr:last-child td {
		border-bottom: 0;
	}
	.table2 table {
		border-top: 0;
	}
	.table2 [class^="switchRow"] th {
		display: none;
	}
	.table2 [class^="switchRow"] td {
		border-top: 0;
	}
	.table2 .sub {
		width: auto;
		border-bottom: none;
	}
	.table2 .sub label {
		padding-top: 2px;
	}
	.table td p {
		font-size: 1.3rem;
	}
	.zipcode,.todofuken {
		float: none;
		margin-left: 0;
	}
	.todofuken {
		margin-top: 10px;
	}
	.photoSize {
		margin-left: 0;
		display: block;
	}
	.telNum,.faxNum,.telNum + .radioList,.faxNum + .radioList {
		float: none;
		margin-left: 0;
	}
	.telNum + .radioList,.faxNum + .radioList {
		margin-top: 10px;
	}
	[type="radio"] + label,
	[type="checkbox"] + label {
		display: block;
	}
	select {
		width: 100%;
	}
	.checkList li, .radioList li,.table2 .sub,.price li,.check,.radio {
		position: relative;
	}
	[type="radio"], [type="checkbox"] {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
	}
	.checkList li {
		min-width: 49%;
		width: auto;
		margin-right: 1%;
	}
	.radioboxesWrap {
		display: inline-block;
		margin-top: 0;
		margin-left: 0;
	}
	.radioboxes {
		flex-direction: row;
		justify-content: flex-start;
		height: auto;
		margin-left: -0.5em;
	}
	.radioboxes:nth-child(8) .radiobox + .radiobox,
	.radioboxes:last-child .radiobox + .radiobox {
		margin-left: auto;
	}
	.radioboxes .radiobox {
		margin-left: 0.5em;
	}
	.radioboxes .label {
		padding: 0.2em 0;
		width: 2.5em;
	}
	.teikyu .checkList li {
		min-width: 49%;
	}
	.checkList .other {
		min-width: 100%;
		margin-right: 0;
	}
	.checkList .other [type="text"] {
		width: 100%;
		margin: 5px 0 0;
	}
	.table2 .select {
		float: none;
		margin-left: 0;
		margin-top: 10px;
	}
	.table2 .select select {
		width: 100%;
	}
	.blogText {
		width: auto;
		float: none;
	}
	.blogText + .btn {
		float: none;
		margin-top: 10px;
	}

	form ul.btn {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
	form ul.btn li {
		width: 48%;
	}
	form ul.btn li [type="submit"] {
		width: 100%;
		margin: 0;
	}
	.check .table2 [class^="switchRow"] {
		display: block;
	}
	
	.detailPage .table th br {
		display: none;
	}
	.detailPage .table .sub + td {
		border-top: 0;
	}
	.furikomibox01 > * {
		float: none;
		width: auto;
	}
	.furikomibox01 > * + * {
		margin-left: 0;
		margin-top: 10px;
	}
	.furikomibox02 > * {
		float: none;
		width: auto;
	}
	.furikomiSelect {
		width: auto;
		margin-top: 0;
		margin-bottom: 10px;
	}
	form .furikomiSelect select {
		width: 100%;
	}
	
	.delete {
		width: auto;
		display: block;
		font-size: 1.3rem;
	}
	.delete > * {
		display: block;
		padding: 0;
	}
	.delete .btn {
		width: auto;
		margin-top: 10px;
	}
	td .year + span,td .month + spantd .day + span {
		vertical-align: middle;
	}
	td .year,td .month, td .day {
		margin: 5px;
	}
	.couponCaution {
		width: auto;
		padding: 0 10px;
		font-size: 1.3rem;
	}
	
	.taikiDelete {
		width: auto;
		display: block;
	}
	.taikiDelete > * {
		display: block;
		padding: 15px 10px;
	}
	.taikiDelete .btn {
		width: auto;
		padding-top: 0;
	}
	
	.doui span {
		padding-left: 0;
		font-size: 1.2rem;
	}
	
	.yoyakubox thead {
		display: none;
	}
	.yoyakubox table {
		border: 0;
	}
	.yoyakubox tbody tr {
		margin: 10px 0;
		border-left: 1px solid #D7C4A4;
		border-right: 1px solid #D7C4A4;
		border-top: 1px solid #D7C4A4;
	}
	.yoyakubox tbody tr:after {
		content: "";
		display: block;
		clear: both;
	}
	.yoyakubox tbody th {
		counter-reset: time;
		font-size: 1.5rem;
	}
	.yoyakubox td {
		padding: 0;
		float: left;
		width: 12.5%;
	}
	.yoyakubox td:last-child {
		float: none;
		clear: both;
		padding: 5px;
		width: auto;
		border-right: 0;
	}
	.yoyakubox td:nth-of-type(8n) {
		border-right: 0;
	}
	.yoyakubox tr:last-child td {
		border-bottom: 1px solid #D7C4A4;
	}
	.yoyakubox tbody tr:nth-child(even) > td {
		background-color: #FFFFFF;
	}
	.yoyakubox td:before {
		content: counter(time)"時";
		counter-increment: time;
		display: block;
		padding: 2px 0;
		background-color: #EEE5D7;
	}
	.yoyakubox th + td:before {
		counter-increment: time 0;
	}
	.yoyakubox tr td:last-child:before {
		content: "";
		display: none;
	}
	.yoyakubox [type="checkbox"] + label {
		position: static;
		width: 100%;
		height: 36px;
		min-height: 100%;
		background-size: 26px 26px;
	}
	
	.miharaiList {
		padding: 0;
	}
	.miharaiList table {
		border: 0;
	}
	.miharaiList tr {
		margin-bottom: 20px;
		-webkit-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: 1px solid #D7C4A4;
		border-right: 1px solid #D7C4A4;
	}
	.miharaiList tr:first-child {
		display: none;
	}
	.miharaiList tr:last-child td {
		border-bottom: 1px solid #D7C4A4;
	}
	.miharaiList tr td {
		padding: 0 5px 5px;
		width: 50%;
		border-left: 1px solid #D7C4A4;
		border-bottom: 1px solid #D7C4A4;
		white-space: normal;
		word-break: break-all;
	}
	.miharaiList tr td:first-child {
		border-left: 1px solid #D7C4A4;
		text-align: center;
	}
	.miharaiList tr td:nth-child(2) {
		text-align: center;
	}
	.miharaiList tr td:nth-child(5),
	.miharaiList tr td:nth-child(8),
	.miharaiList tr td:nth-child(9) {
		width: 100%;
		text-align: center;
	}
	.miharaiList tr td:before {
		display: block;
		content: "";
		padding: 5px;
		margin: 0 -5px 5px;

		font-weight: bold;
	}
	.miharaiList tr:nth-child(even) td:before{
		background-color: #E6DDCA;
	}
	.miharaiList tr:nth-child(odd) td:before{
		background-color: #C6BFAE;
	}
	.miharaiList tr td:first-child:before {
		content: "名前";
	}
	.miharaiList tr td:nth-child(2):before {
		content: "ふりがな";
	}
	.miharaiList tr td:nth-child(3):before {
		content: "性別";
	}
	.miharaiList tr td:nth-child(4):before {
		content: "生年月日";
	}
	.miharaiList tr td:nth-child(5):before {
		content: "住所";
	}
	.miharaiList tr td:nth-child(6):before {
		content: "電話番号";
	}
	.miharaiList tr td:nth-child(7):before {
		content: "携帯電話 / IP携帯2";
	}
	.miharaiList tr td:nth-child(8):before {
		content: "メールアドレス(PC)";
	}
	.miharaiList tr td:nth-child(9):before {
		content: "メールアドレス(携帯)";
	}
	.miharaiList tr td:nth-child(10):before {
		content: "未払年月";
	}
	.miharaiList tr td:nth-child(11):before {
		content: "入金日";
	}
	.miharaiList tr td:nth-child(12):before {
		content: "登録日";
	}
	.miharaiList tr td:last-child:before {
		content: "消込み";
	}
	.searchResult .caution span {
		display: inline-block;
	}
	.searchResult .resultTxt {
		text-align: left;
		display: inline-block;
		margin-bottom: 10px;
	}
	
	.kanteiPage .help a {
		left: auto;
		right: 0;
	}
	.kanteiTxt {
		width: auto;
		margin: 0 10px;
		padding: 10px;
	}
	.kanteiPage h1 + .clearfix {
		width: auto;
	}
	.clearfix > .kanteiTxt {
		float: none;
		width: auto;
	}
	.clearfix > .kanteiTxt + .kanteiTxt {
		margin-left: 10px;
		margin-top: 20px;
	}
	.kanteiList {
		padding: 0;
		margin-bottom: 30px;
	}
	.kanteiList table {
		border: 0;
	}
	.kanteiList tr {
		border-top: 1px solid #D7C4A4;
		border-right: 1px solid #D7C4A4;
		margin-bottom: 20px;
		-webkit-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.kanteiList th {
		display: none;
	}
	.kanteiList td {
		padding: 0 10px 8px;
		width: 50%;
	}
	.kanteiList tr:last-child td {
		border-bottom: 1px solid #D7C4A4;
	}
	.kanteiList td:nth-child(5),
	.kanteiList td:nth-child(6),
	.kanteiList td:nth-child(7),
	.kanteiList td:nth-child(8),
	.kanteiList td:nth-child(9),
	.kanteiList td:last-child {
		text-align: left;
		padding: 8px 10px;
		width: 100%;
	}
	.kanteiList tr td:nth-child(5),
	.kanteiList tr td:nth-child(6),
	.kanteiList tr td:nth-child(7),
	.kanteiList tr td:nth-child(8) {
		border-bottom: none;
		padding-bottom: 0;
	}
	.userhistoryPage .kanteiList tr td:nth-child(5) {
		border-bottom: 1px solid #D7C4A4;
	}
	.kanteiList tr td:nth-child(5):after,
	.kanteiList tr td:nth-child(6):after,
	.kanteiList tr td:nth-child(7):after,
	.kanteiList tr td:nth-child(8):after {
		padding-bottom: 8px;
		border-bottom: 1px dotted #D7C4A4;
	}
	.kanteiList td:nth-child(10){
		width: 40%;
	}
	.kanteiList td:nth-child(11),
	.kanteiList td:nth-child(12) {
		width: 30%;
	}
	.kanteiList td:nth-child(13) {
		width: 100%;
		min-height: 66px;
	}
	.kanteiList td:last-child {
		padding-bottom: 15px;
	}
	.kanteiList td:before {
		content: "";
		display: block;
		background-color: #E6DDCA;
		margin: 0 -10px 5px;
		padding: 3px;
		font-weight: bold;
		font-size: 1.5rem;
	}
	.kanteiList tr td:before {
		background-color: #E6DDCA;
	}
	.kanteiList tr:nth-child(even) td:before {
		background-color: #C6BFAE;
	}
	.kanteiList td:first-child:before {
		content: "依頼日";
	}
	.kanteiList td:nth-child(2):before {
		content: "会員ID";
	}
	.kanteiList td:nth-child(3):before {
		content: "会員名";
	}
	.kanteiList td:nth-child(4):before {
		content: "生年月日";
	}
	.kanteiList tr td:nth-child(5):before {
		content: "[キープしたPtの解除日時]";
		background-color: transparent;
		display: inline-block;
		margin: 0 5px 0 0;
		padding: 0;
		font-size: 100%;
	}
	.kanteiList tr td:nth-child(6):before {
		content: "[精算日時]";
		background-color: transparent;
		display: inline-block;
		margin: 0 5px 0 0;
		padding: 0;
		font-size: 100%;
	}
	.kanteiList tr td:nth-child(7):before {
		content: "[精算ポイント]";
		background-color: transparent;
		display: inline-block;
		margin: 0 5px 0 0;
		padding: 0;
		font-size: 100%;
	}
	.kanteiList tr td:nth-child(8):before {
		content: "[受取金額]";
		background-color: transparent;
		display: inline-block;
		margin: 0 5px 0 0;
		padding: 0;
		font-size: 100%;
	}
	.kanteiList tr td:nth-child(9):before {
		content: "[精算期限]";
		background-color: transparent;
		display: inline-block;
		margin: 0 5px 0 0;
		padding: 0;
		font-size: 100%;
	}
	.kanteiList td:nth-child(10):before {
		content: "キープ";
	}
	.kanteiList td:nth-child(11):before {
		content: "精算";
	}
	.kanteiList td:nth-child(12):before {
		content: "予約・ｵﾝﾗｲﾝ";
	}
	.kanteiList td:nth-child(13):before {
		content: "カテゴリ登録";
	}
	.kanteiList tr td:last-child:before {
		content: "[備考]";
		background-color: transparent;
		display: inline-block;
		margin: 0 5px 0 0;
		padding: 0;
		font-size: 100%;
	}
	.pager {
		margin-top: 20px;
	}
	.pager li {
		margin-top: 10px;
	}
	.kanteiList + .caution {
		width: auto;
		margin: 0 10px 20px;
		padding: 10px;
	}
	.kanteiList + .caution li {
		width: auto;
		float: none;
	}
	.kanteiList + .caution li:nth-child(odd) {
		margin-right: 0;
	}
	.caution + .kanteiTxt .midashi + div {
		height: 11.2em;
	}
	.pointKeep {
		text-align: left;
	}
	.pointKeep span {
		text-align: center;
	}
	.keepPt input + span {
		vertical-align: middle;
	}
	.keepPt > .caution > span {
		display: block;
	}
	
	.shiharaiBtn {
		padding: 0;
	}
	.shiharaiList .caution span {
		display: block;
	}
	.shiharaiList table:not(.total) {
		border: 0;
	}
	.shiharaiList  table:not(.total) thead {
		display: none;
	}
	.shiharaiList table:not(.total) tr {
		margin-bottom: 15px;
		-webkit-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.shiharaiList table:not(.total) tr:after {
		content: "";
		display: block;
		clear: both;
	}
	.shiharaiList table:not(.total) td {
		vertical-align: top;
		border-right: 1px solid #D7C4A4;
		width: 100%;
	}
	.shiharaiList table:not(.total) tr:last-child td {
		border-bottom: 1px solid #D7C4A4;
	}
	.shiharaiList table:not(.total) td:first-child {
		border-right: none;
	}
	.shiharaiList table:not(.total) td:first-child,
	.shiharaiList table:not(.total) td:first-child + td {
		width: 50%;
		border-top: 1px solid #D7C4A4;
	}
	.shiharaiList table:not(.total) td:first-child,
	.shiharaiList table:not(.total) td:first-child + td {
		width: 50%;
		border-top: 1px solid #D7C4A4;
	}
	.shiharaiList table:not(.total) tr td:nth-child(3),
	.shiharaiList table:not(.total) tr td:nth-child(4){
		padding-bottom: 0;
		border-bottom: 0;
	}
	.shiharaiList table:not(.total) td:nth-child(3):after,
	.shiharaiList table:not(.total) td:nth-child(4):after {
		border-bottom: 1px dotted #D7C4A4;
		padding-bottom: 8px;
	}
	.shiharaiList table:not(.total) td:nth-child(7),
	.shiharaiList table:not(.total) td:nth-child(8) {
		-webkit-order: -10;
		order: -10;
		margin-bottom: 15px;
		border-top: 1px solid #D7C4A4;
	}
	.shiharaiList table:not(.total) td:first-child:before,
	.shiharaiList table:not(.total) td:first-child + td:before,
	.shiharaiList table:not(.total) td:nth-child(7):before,
	.shiharaiList table:not(.total) td:nth-child(8):before{
		content: "ポイント精算日";
		display: block;
		margin: -10px -10px 10px;
		padding: 3px 5px;
		background-color: #E6DDCA;
		font-weight: bold;
	}
	.shiharaiList table:not(.total) td:first-child:before {
		content: "鑑定依頼日";
	}
	.shiharaiList table:not(.total) td:nth-child(3):before,
	.shiharaiList table:not(.total) td:nth-child(4):before,
	.shiharaiList table:not(.total) td:nth-child(5):before,
	.shiharaiList table:not(.total) td:nth-child(6):before {
		content: "計 [1] - [2] + [3]";
		display: block;
		float: left;
		text-align: left;
		font-weight: bold;
	}
	.shiharaiList table:not(.total) td:nth-child(3):before {
		content: "精算ポイント [1]";
	}
	.shiharaiList table:not(.total) td:nth-child(4):before {
		content: "手数料 [2]";
	}
	.shiharaiList table:not(.total) td:nth-child(5):before {
		content: "受取金額 [1]- [2]";
	}
	.shiharaiList table:not(.total) td:nth-child(7):before,
	.shiharaiList table:not(.total) td:nth-child(8):before{
		content: attr(data-ym);
		text-align: center;
	}
	.shiharaiList table.total {
		display: flex;
	}
	.shiharaiList table.total thead {
		width: 60%;
	}
	.shiharaiList table.total tbody{
		width: 40%;
	}
	.shiharaiList table.total th{
		padding: 10px;
		border-bottom: 1px solid #FFFFFF;
		border-left: none;
	}
	.shiharaiList table.total th br{
		display: none;
	}
	.shiharaiList table.total td {
		padding: 10px;
		border-bottom: 1px solid #D5C7A6;
		font-size: 1.5rem;
	}
	.shiharaiList table.total th:last-of-type,
	.shiharaiList table.total td:last-of-type {
	border-bottom: none;
}
	/* 占い知恵袋の指命 */
	.chiePage .kanteiList td span {
		width: 100%;
	}
	.chiePage .kanteiList td:nth-child(2):before {
		content: "ハンドルネーム";
	}
	.chiePage .kanteiList td:nth-child(3):before {
		content: "生年月日";
	}
	.chiePage .kanteiList td:nth-child(4) {
		padding-top: 0;
	}
	.chiePage .kanteiList td:nth-child(4):before {
		content: "相談内容";
		display: block;
		margin: 0 -10px 8px;
		padding: 3px;
		background-color: #e6ddca;
		text-align: center;
		font-size: 1.5rem;
	}
	.chiePage .kanteiList tbody tr:nth-child(even) td:nth-child(4):before {
		background-color: #c6bfae;
	}
	.chiePage .kanteiList td:nth-child(5):before {
		content: "[回答期限]";
	}
	.chiePage .kanteiList td:nth-child(6) {
		padding-top: 0;
	}
	.chiePage .kanteiList td:nth-child(6):before {
		content: "";
		display: none;
	}
	.chiePage .kanteiList td:last-child {
		border-top: 1px solid #D7C4A4;
		border-bottom: 1px solid #D7C4A4;
		padding-top: 0;
		padding-bottom: 8px;
	}
	.chiePage .kanteiList td:last-child:before {
		display: none;
	}
	.chiePage .kanteiList td:nth-child(5):after,
	.chiePage .kanteiList td:nth-child(6):after,
	.chiePage .kanteiList td:last-child:after {
		display: none;
	}
	.chiePage .kanteiList td:nth-child(7) {
		border-top: none;
	}
	.chiePage .kanteiList td:nth-child(7):before {
		content: "[100pt付与]";
		display: inline-block;
	}
	.chiePage .kanteiList td a {
		display: block;
		margin: 8px 0;
		text-align: center;
		letter-spacing: 0.05em;
		font-size: 1.5rem;
	}
	.chiePage .kanteiList td a:active {
		background: linear-gradient(to bottom, #E8E8E8 0%, #FFFFFF 100%);
	}

	/* ブロック一覧 */
	.blockList {
		padding: 0;
	}
	.blockList .sort {
		display: flex;
		justify-content: center;
	}
	.blockList .sort > * {
		flex: 0 0 auto;
	}
	.blockList .sort select {
		width: auto;
	}
	.blockList table {
		border: none;
	}
	.blockList thead {
		display: none;
	}
	.blockList tr {
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid #D7C4A4;
	}
	.blockList tr:nth-of-type(n+2) {
		margin-top: 20px;
	}
	.blockList td {
		flex: 0 0 100%;
		padding-top: 0;
		border-right: 1px solid #D7C4A4;
	}
	.blockList td:empty {
		height: 55px;
	}
	.blockList tr td:first-child {
		border-left: 1px solid #D7C4A4;
	}
	.blockList tr:last-child td {
		border-bottom: 1px solid #D7C4A4;
	}
	.blockList [data-th="名前"],
	.blockList [data-th="ふりがな"] {
		flex-basis: 50%;
		white-space: normal;
		line-height: 1.3;
	}
	.blockList [data-th="ふりがな"] {
		border-left: none;
	}
	.blockList [data-th="備考"] .text {
		width: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}
	.blockList [data-th="備考"] .text.long::before,
	.blockList [data-th="備考"] .text.long::after {
		display: none;
	}
	.blockList [data-th="編集"] {
		padding: 10px;
	}
	.blockList td::before {
		content: attr(data-th);
		display: block;
		background-color: #E6DDCA;
		padding: 2px;
		margin: 0 -10px 4px;
		font-weight: bold;
		text-align: center;
	}
	.blockList tr:nth-of-type(even) td::before {
		background-color: #C6BFAE;
	}
	.blockList [data-th="編集"]::before {
		display: none;
	}
	.blockList [data-th="編集"] input {
		width: 48%;
	}
	.blockList [type="submit"]:active {
		background: linear-gradient(to bottom, #E8E8E8 0%, #FFFFFF 100%);
	}
	
	/* ブロック登録・編集 */
	.blockForm select {
		width: auto;
		margin: 0;
	}
	.blockForm li label {
		display: block;
	}
	.blockForm [type="email"] {
		width: 100%;
	}
	.blockForm [type="tel"] {
		width: 5.6em;
	}
	.blockForm [type="submit"]:active {
		background: linear-gradient(to bottom, #192C70 0%, #3E4E98 100%);
		cursor: pointer;
	}

	/* 鑑定のカテゴリ登録 */
	.nayamiCate .checkList li {
		min-width: 50%;
	}

	/* 未払い者照合サービス利用規約 */
	.miharaiKiyaku {
		width: auto;
		margin: 20px 12px 150px;
		word-break: normal;
	}
	.miharaiKiyaku .kiyakuText {
		font-size: 100%;
	}
	.miharaiKiyaku .kiyakuText ul {
		margin-left: 1.5em;
	}
	.miharaiKiyaku .kiyakuText ul > li {
		padding-left: 0;
	}
	.miharaiKiyaku .kiyakuText ol {
		margin-left: 0em;
	}
	.miharaiKiyaku .kiyakuText ol > li {
		padding-left: 2em;
	}
	.miharaiKiyaku .name span {
		display: inline-block;
	}
	.miharaiKiyaku .btn {
		margin-top: 40px;
	}
	.miharaiKiyaku .btn a {
		display: block;
		font-size: 1.6rem;
		padding: 15px 0;
	}
	.miharaiKiyaku .btn a:active {
		background-image: linear-gradient(to bottom, #192C70 0%, #3E4E98 100%);
	}

	.check .btn {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
		padding-bottom: 40px;
	}
	.check .btn li {
		width: 49%;
	}
	.check .btn li input {
		width: 100%;
		font-size: 1.5rem;
	}

	.thanks h1 + p {
		font-size: 1.6rem;
		text-align: left;
	}
	.thanksTxt {
		text-align: left;
		margin: 40px 10px;
	}

	/* ポイント精算の口座画面 */
	.shitenbox .shitenNo {
		margin-top: 0.5em;
		margin-left: 0.5em;
		flex: 1 0 0%;
	}

	/* 会員別ポイント精算の依頼履歴 */
	.userhistoryPage .help a {
		right: 0;
	}
	.userhistoryPage h1 {
		line-height: 1.4;
	}
	.listHeader {
		display: block;
	}
	.listHeader dt {
		flex-basis: 88px;
		text-align: center;
		padding-left: 6px;
		padding-right: 6px;
	}
	.listHeader dl:not(:last-child) dt {
		border-bottom: 1px solid #fff;
	}
	.listHeader dl:not(:last-child) dd {
		border-bottom: 1px solid #D7C4A4;
	}
	.userhistoryPage .back a:active {
		background-color: #EEE5D7;
	}
	.userhistoryPage .kanteiList table {
		display: table;
		border-collapse: separate;
	}
	.userhistoryPage .kanteiList thead {
		display: table-header-group;
	}
	.userhistoryPage .kanteiList tbody {
		display: table-row-group;
	}
	.userhistoryPage .kanteiList tr {
		display: table-row;
	}
	.userhistoryPage .kanteiList th {
		display: table-cell;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		padding: 4px;
		font-size: 1.3rem;
	}
	.userhistoryPage .kanteiList td:nth-child(n) {
		display: table-cell;
		width: auto;
		padding: 6px 4px;
		text-align: center;
		word-wrap: break-word;
		font-size: 1.2rem;
	}
	.userhistoryPage .kanteiList table .pointCell {
		text-align: right;
	}
	.userhistoryPage .kanteiList td:first-child {
		white-space: nowrap;
	}
	.userhistoryPage .kanteiList td:nth-child(2) {
		width: 8.8em;
	}
	.userhistoryPage .kanteiList td:last-child {
		border-right: 1px solid #D7C4A4;
	}
	.userhistoryPage .kanteiList td:nth-child(n):before,
	.userhistoryPage .kanteiList td:nth-child(n):after {
		display: none;
	}
	.userhistoryPage .kanteiList td input {
		font-size: 1.2rem;
	}
	
	#pagetop, #yoyakupagetop, #yoyakupagebottom {
		width: auto;
	}
	#pagetop a {
		margin-left: 0;
		right: 5px;
		width: 54px;
		height: 53px;
		background: url(../img/pagetop@2x.png) no-repeat left top / 54px 53px;
	}
	#yoyakupagetop a {
		margin-left: 0;
		right: 5px;
		width: 54px;
		height: 53px;
		background: url(../img/pagetop@2x.png) no-repeat left top / 54px 53px;
		bottom: 0;
		z-index : 10;
	}
	#yoyakupagebottom a {
		margin-left: 0;
		right: 5px;
		width: 54px;
		height: 53px;
		background: url(../img/pagebottom@2x.png) no-repeat left top / 54px 53px;
		z-index : 10;
	}
	#pagetop a img, #yoyakupagetop a img, #yoyakupagebottom a img {
		display: none;
	}
	.sort {
	margin: 30px auto 50px;
}
}

/* ----------------------------------------------
footoer
----------------------------------------------*/
footer {
	display: none;
}
@media screen and (max-width:767px) {
	footer {
		display: block;
	}
	footer nav {
		background-color: #192C70;
		color: #FFFFFF;
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 1000;
	}
	footer nav ul {
		display: table;
		width: 100%;
	}
	footer nav li {
		display: table-cell;
		width: 20%;
		font-size: 1.1rem;
		text-align: center;
	}
	footer nav li a {
		display: block;
		background: url(../img/ft-point.png) no-repeat center 5px / 32px 28px;
		text-decoration: none;
		padding: 35px 0 5px;
	}
	footer nav li:first-child a {
		background-image: url(../img/ft-menu.png);
	}
	footer nav li:first-child a.close {
		background-image: url(../img/ft-close.png);
	}
	footer nav li:nth-child(2) a {
		background-image: url(../img/ft-taiki.png);
	}
	footer nav li:nth-child(3) a {
		background-image: url(../img/ft-yoyaku.png);
	}
	footer nav li:nth-child(4) a {
		background-image: url(../img/ft-mibarai.png);
	}
}


/* ----------------------------------------------
js/jquery-ui.structure.min.css の上書き
----------------------------------------------*/
.ui-dialog .ui-dialog-titlebar-close {
	width: 48px !important;
	height: 30px !important;
	top: 35% !important;
}

/* ----------------------------------------------
リモート鑑定関連
----------------------------------------------*/
#onlineBox .kanteiSwitch1 p {
	text-indent: -1em;
	margin-left: 1em;
}
@media print, screen and (min-width:768px) {
#onlineBox .kanteiSwitch1 .radioList {
	float: left;
}
#onlineBox .kanteiSwitch1 p {
	float: right;
	width: 84%;
}
}
/* ----------------------------------------------
LINE連携関連
----------------------------------------------*/
p.lineText {
	text-align: center;
	font-size: 1.6rem;
	margin: 25px 0 15px;
}
.btn.line,
.btn.line2,
.btn.line3 {
	margin-top: 25px;
	text-align: center;
}
.btn.line [type="submit"] {
	width: 350px;
}
.btn.line3 [type="submit"] {
	background: #666;
	width: 350px;
}
.btn.line2 [type="submit"] {
	background: #06C755;
	width: 350px;
}
@media print, screen and (min-width:768px) {
.btn.line2 [type="submit"]:hover {
		background:#04A546;
		cursor: pointer;
	}
.btn.line3 [type="submit"]:hover {
		background:#444444;
		cursor: pointer;
	}
}


@media screen and (max-width:767px) {
p.lineText {
		font-size: 1.5rem;
		padding: 0 5%;
	text-align: left;
	}
.btn.line3 [type="submit"] {
	width: 90%;
}
.btn.line2 [type="submit"] {
	background: #06C755;
	width: 90%;
}
}
/* ----------------------------------------------
再読み込み
----------------------------------------------*/
.sort select {
	background-color: #FFFFFF;
	width: 200px;
}
.sort .btnBox {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.sort button {	
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 10px 20px;
	font-size: 1.4rem;
	border: 1px solid #CA1C24;
  background-color: #CA1C24;
  color: #FFF;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.3s;
}
.sort button:hover {
  background-color: #E5454C; 
}
.sort button .icon {
  display: inline-block;
  margin-left: 12px;
}
.sort button img {
  width: 26px;
	vertical-align: middle;
}
@media screen and (max-width:767px) {
.sort .btnBox {
	position: absolute;
	right: 0;
	bottom: -55px;
	width: 100%;
	display: flex;
	align-items: center;
}
	.sort button {
		padding: 0.4em 20px;
}
	.sort button + button {
		margin-right: calc( ( 100% - 339px ) / 2 );
		padding: 0.4em 28px 0.4em 30px;
	}
}
/* ----------------------------------------------
マイクのテスト
----------------------------------------------*/
.sort button#test {
	margin-right: 10px;
	height: 48px;
	padding-top: 5px;
	border: 1px solid #9AC044;
	background-color: #9AC044;
}
.sort button#test:hover {
  background-color: #B3D36A; 
}
@media screen and (max-width:767px) {
.sort button#test {
	height: auto;
		padding: 0.7em 10px;
	margin-right: 10px;
}
	.sort button#test br {
		display: none;
	}
}
/* ----------------------------------------------
バーチャル背景
----------------------------------------------*/
.bg_select [type=file] {
  font-size: 100%;
  font-family: inherit;
	border: none;
}
.bg_select [type=file]::-webkit-file-upload-button {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border: 1px solid #c9c9c9;
  border-radius: 32px;
  color: #969696;
  background-color: #fff;
  padding: 6px 2.5em;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  transition-duration: 0.3s;
}
.bg_select [type=file]::file-selector-button {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border: 1px solid #c9c9c9;
  border-radius: 32px;
  color: #969696;
  background-color: #fff;
  padding: 6px 2.5em;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  transition-duration: 0.3s;
}
.bg_select .img img {
  max-width:100%;
	max-height:500px;
  margin-top: 6px;
}
@media print, screen and (min-width:768px) {
 .bg_select [type=file]:hover::-webkit-file-upload-button {
    border-color: #5958AA;
    background-color: #5958AA;
    color: #fff;
  }
 .bg_select [type=file]:hover::file-selector-button {
    border-color: #5958AA;
    background-color: #5958AA;
    color: #fff;
  }
}
/* ----------------------------------------------
占い師管理画面 追加
----------------------------------------------*/
.pageLink {
	width: 960px;
	margin: 20px auto;
}
.pageLink ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.pageLink ul li {
	width: 19%;
}
.pageLink ul li a {
	display: block;
	padding: 8px 14px;
	border: 2px solid #ccc;
	border-radius: 4px;
	background: #fff url("../img/arrow01.png") no-repeat center right;
	background-size: 25px auto;
	text-decoration: none;
}
@media print, screen and (min-width: 768px) {
.pageLink ul li a:hover {
	background-color: #DDDDDD;
}
}
@media screen and (max-width:767px) {
	.pageLink {
		width: auto;
		margin: 0 10px 20px;
	}
	.pageLink ul {
}
	.pageLink ul li a {
		width: 100%;
		font-size: 1.2rem;
		padding-left: 8px;
	display: block;
	background: #fff url("../img/arrow01.png") no-repeat 110% center;
	background-size: 20px auto;
}
	.pageLink ul li a span {
		display: none;
	}
	.pageLink ul li {
		flex: 1 1 auto;
		width: auto;
}
	.pageLink ul li + li {
		margin-left: 4px;
	}
}
@media screen and (max-width:374px) {
		.pageLink ul li a {
		width: 100%;
		font-size: 1.2rem;
		padding: 3px 0 14px;
			text-align: center;
	display: block;
	background: #fff url("../img/arrow01.png") no-repeat calc(50% + 4px ) 85%;
	background-size: 20px auto;
}
}
/* LINE連携ナビ*/
.border_box.regist_flow {
	width: 90%;
	max-width: 500px;
	margin: 30px auto;
	padding: 10px;
	border: 1px solid #B4B4B4;
	background-color: #fff;
	border-radius: 50px;
}
.border_box.regist_flow ul {
	display: flex;
	overflow: hidden;
	list-style: none;
}
.border_box.regist_flow li {
	flex: 1 0 auto;
	position: relative;
	padding: 0 20px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	color: #B4B4B4;
}
.border_box.regist_flow li:not(:first-child)::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 50%;
	transform: translateY(50%);
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #B4B4B4;
	z-index: 2;
}
.border_box.regist_flow .active ~ li {
	color: #B4B4B4;
}
.border_box.regist_flow .active ~ li::after {
	border-left-color: #B4B4B4;
}
.border_box.regist_flow .active {
	color: #192C70;
}
.border_box.regist_flow li.active::after {
	border-left-color: #B4B4B4;
}
.border_box.regist_flow .active + li::after {
	border-left-color: #192C70;
}
@media screen and (max-width:767px) {
	.border_box.regist_flow {
	width: 90%;
	max-width: 550px;
	margin: 30px auto;
	padding: 10px 0;
	border: 1px solid #B4B4B4;
	background-color: #fff;
	border-radius: 50px;
}
.border_box.regist_flow ul {
	display: flex;
	overflow: hidden;
	list-style: none;
}
.border_box.regist_flow li {
	flex: 1 0 auto;
	position: relative;
	padding: 0 0.5em;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
	color: #B4B4B4;
}
.border_box.regist_flow li:not(:first-child)::after {
	content: "";
	position: absolute;
	left: -0.5em;
	bottom: 50%;
	transform: translateY(50%);
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #B4B4B4;
	z-index: 2;
}
.border_box.regist_flow .active ~ li {
	color: #B4B4B4;
}
.border_box.regist_flow .active ~ li::after {
	border-left-color: #B4B4B4;
}
.border_box.regist_flow .active {
	color: #192C70;
}
.border_box.regist_flow li.active::after {
	border-left-color: #B4B4B4;
}
.border_box.regist_flow .active + li::after {
	border-left-color: #192C70;
}
}
#nav {
	text-align: center;
}
/* マイクテスト吹き出し*/
.now {
	position: relative;
}
.balloon,
.balloon2 {
	display: none;			
}
.now .balloon {
	display: block;
	position: absolute;
	top: -90px;
	right: 0;
}
#test.now .balloon {
	right: -45px;
}
.now .balloon2 {
	display: block;
	position: absolute;
	top: -90px;
	right: 0;
}
.balloon p {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 160px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #F36990;
	border-radius: 5px;
}

.balloon p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F36990;
}
#reload.now .balloon {
	max-width: 120%;
	min-width: 280px;
}
#reload .balloon p:before {
	left: auto;
	right: 65px;
}
.balloon2 p {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 300px;
  max-width: 100%;
  color: #fff!important;
  font-size: 16px!important;
  background: #F36990;
	border-radius: 5px;
	text-align: left;
}
.balloon2 p:before {
  content: "";
  position: absolute;
  top: 99%;
  right: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F36990;
}
@media print, screen and (min-width:768px) {
	.now .balloon {
	display: block;
	position: absolute;
	top: -90px;
	right: 0;
}
	#test.now .balloon {
	right: -15px;
}
#reload .balloon p:before {
	left: auto;
	right: 60px;
}
.balloon p {
  min-width: 120px;
}
.now .balloon2 {
	top: -95px;
	right:15px;
}
.balloon2 p {
  min-width: 400px;
}
}
/* スマホ表示調整*/
@media screen and (max-width:767px) {
.spnone {
	display: none!important;
}
}

.table td.time [type="checkbox"] + label {
	margin-left: 30px;
}
@media screen and (max-width:767px) {
	.table td.time [type="checkbox"] + label {
		margin-top: 20px;
	margin-left: 0;
}
}

/*　オンライン鑑定のポイント精算コメント */
p.comment {
	width: 90%;
	max-width: 600px;
	border: 2px solid #E11C24;
	background-color: #fff;
	text-align: center;
	font-size: 1.6rem;
	padding: 10px;
	margin: 15px auto 25px;
}
/* どんな人編集 */
h2.faqTitle {
	background-color: #2D3F8F;
	padding: 10px 20px;
	font-size: 1.7rem;
	color: #fff;
}
.faqlPage .caution {
	font-size: 1.5rem;
	margin: 0 10px 10px;
	text-align: center;
}
.table.faqTable th {
	width: 300px;
}
.table.faqTable td {
	padding: 15px 20px;
	border-bottom: 1px solid #D7C4A4;
	background-color: #FFFFFF;
	font-size: 1.4rem;
	vertical-align: top;
	overflow-wrap: anywhere;
	
}
.table.faqTable td.flexbox {
	display: flex;
	min-height: 103px;
}
.table.faqTable td.flexbox .preview {
	margin:0 0 0 20px;
}
.table.faqTable td.flexbox input {
	border: none;
	padding: 0;
}
.table.faqTable td.flexbox .check {
	margin-top: 30px;
}
.table.faqTable td.flexbox img {
	width: 100%;
	max-width: 300px;
	height: auto;
	max-height: 200px;
	object-fit: contain;
}
@media screen and (max-width:767px) {
	.table.faqTable th {
	width: 100%;
}
.faqlPage .caution {
	padding: 0 0 0 1em;
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
}

.table.faqTable td.flexbox {
	display: block;
	min-height: 100%;
}
.table.faqTable td.flexbox .preview {
	margin:20px 0 0; 
}
}