@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================
*/
.baseTit {
  color: #394b55;
  font-weight: bold;
  font-size: 22px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.baseTable01 table {
  width: 100%;
  border-collapse: collapse;
}
.baseTit span {
  border: solid 1px #357ca5;
  border-radius: 5px;
  color: #357ca5;
  font-size: 14px;
  padding: 0 10px;
  margin: 0 0 5px 10px;
  display: inline-block;
  vertical-align: middle;
}
.baseTit span.txt{
	margin: 0;
	border: none;
	padding: 0;
	color: #000;
	font-weight: normal;
}
.baseTit.ntSubTit {
  margin-bottom: 0;
}
.baseTit.ntTxt {
  margin-bottom: 10px;
}
.baseTit.ntTxt + p {
  margin-bottom: 20px;
  padding: 0 10px;
}
.baseTit.ntSubTit + h3 {
  font-size: 34px;
  padding-left: 10px;
  font-weight: bold;
  color: #357ca5;
}
.sort {
  margin-top: 10px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: dashed 1px #c9d1db;
}
.sort p {
  width: 30%;
}
.sort .select {
  width: 70%;
}
.sort .data {
  margin: 10px 0;
  padding-top: 10px;
  border-top: dashed 1px #ccc;
  width: 100%;
}
.sort .data p {
  width: 100%;
  margin-bottom: 10px;
}
.sort ul {}
.sort ul li {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
.sort ul li span {
  font-size: 22px;
  color: #357CA5;
}
.sort ul li:nth-of-type(2) {
  margin-top: 10px;
}
.date {
  padding: 5px 10px;
  text-align: right;
  border-top: solid 1px #c9d1db;
  border-bottom: solid 1px #c9d1db;
  margin-bottom: 20px;
}
.date br {
  display: none;
}
.baseTable01 table thead {
  display: none;
}
.baseTable01 table tbody tr {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 1.7px 2.4px 5px 0px rgba(182, 182, 182, 0.3);
  border-top: solid 3px #357ca5;
}
.baseTable01 table tbody tr:not(:last-of-type) {
  margin-bottom: 30px;
}
.baseTable01 table tbody tr td {
  padding: 10px;
}
.baseTable01 table tbody tr td:before {
  content: attr(data-label);
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.baseTable01 table tbody tr td.txtalc {
  text-align: left !important;
}
.baseTable01 table tbody tr td:first-of-type, .baseTable01 table tbody tr td:nth-of-type(2) {
  border-right: solid 1px #e5e8eb;
}
.baseTable01 table tbody tr td:first-of-type, .baseTable01 table tbody tr td:nth-of-type(2), .baseTable01 table tbody tr td:nth-of-type(3) {
  width: 33.333%;
}
.baseTable01 table tbody tr td:nth-of-type(4) {
  width: 100%;
  border-top: solid 1px #e5e8eb;
  border-bottom: solid 1px #e5e8eb;
}
.baseTable01 table tbody tr td:nth-of-type(5) {
  width: 40%;
  border-right: solid 1px #e5e8eb;
}
.baseTable01 table tbody tr td:nth-of-type(6) {
  width: 30%;
  border-right: solid 1px #e5e8eb;
}
.baseTable01 table tbody tr td:nth-of-type(7) {
  width: 30%;
}
.baseTable01 table tbody tr td:nth-of-type(8) {
  border-right: solid 1px #e5e8eb;
}
.baseTable01 table tbody tr td:nth-of-type(8), .baseTable01 table tbody tr td:nth-of-type(9) {
  width: 50%;
  border-top: solid 1px #e5e8eb;
}
.baseTable01.baseList table tbody tr td:first-of-type {
  width: 100%;
}
.baseTable01.baseList table tbody tr td:nth-of-type(2){
	border-top: solid 1px #e5e8eb;
  width: 100%;
}
.baseTable01.baseList table tbody tr td:nth-of-type(3) {
  width: 40%;
  border-top: solid 1px #e5e8eb;
}
.baseTable01.baseList table tbody tr td:nth-of-type(4) {
  width: 30%;
  border-right: solid 1px #e5e8eb;
  border-left: solid 1px #e5e8eb;
  border-bottom: none;
}
.baseTable01.baseList table tbody tr td:nth-of-type(5){
  width: 30%;
  border-top: solid 1px #e5e8eb;
}
.baseTable01.baseList table tbody tr td:nth-of-type(6){
	width: 50%;
  border-top: solid 1px #e5e8eb;
}
.baseTable01.baseList table tbody tr td:nth-of-type(7) {
  width: 50%;
  border-top: solid 1px #e5e8eb;
}
.baseTable01 table tbody tr td:nth-of-type(8), .baseTable01 table tbody tr td:nth-of-type(9) {
  width: 50%;
  border-top: solid 1px #e5e8eb;
}
.baseTable01.invoiceTable tbody tr td:nth-of-type(1) {
  width: 100% !important;
  border-bottom: solid 1px #e5e8eb;
}
.baseTable01.invoiceTable tbody tr td:nth-of-type(2), .baseTable01.invoiceTable tbody tr td:nth-of-type(3) {
  width: 50%;
}
.baseTable01.invoiceTable tbody tr td:nth-of-type(2):before {
  color: #000;
}
.baseTable01.invoiceTable tbody tr td:nth-of-type(2) {
  color: #ffa733;
}
.baseTable01.invoiceTable tbody tr td:nth-of-type(5) {
  width: 36%;
}
.baseTable01.invoiceTable tbody tr td:nth-of-type(6), .baseTable01.invoiceTable tbody tr td:nth-of-type(7) {
  width: 32%;
}
.baseTable01 table tbody tr td .stat {
  display: block;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-weight: normal;
}
.baseTable01 table tbody tr td .type01 {
  background: #3c8dbc;
}
.baseTable01 table tbody tr td .type02 {
  background: #79aa66;
}
.baseTable01 table tbody tr td .type03 {
  background: #ff9b30;
}
.baseTable01 table tbody tr td .type04 {
  background: #666;
}
.baseTable01 table tbody tr td.action a {
  display: flex;
  text-decoration: none;
  color: #ff462f;
}
.pageNation {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  border-radius: 5px;
  align-items: center;
}
.pageNation li a {
  display: flex;
  padding: 8px 14px;
  background-image: -moz-linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 50%);
  background-image: -webkit-linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 50%);
  background-image: -ms-linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 50%);
  text-decoration: none;
  color: #747474;
}
.pageNation li.stay a, .pageNation li a:hover {
  background: #075887;
  color: #fff;
}
.pageNation li {
  border-top: solid 1px #cbcbcb;
  border-bottom: solid 1px #cbcbcb;
  overflow: hidden;
  border-left: solid 1px #cbcbcb;
}
.pageNation li:first-of-type {
  border-radius: 5px 0 0 5px;
}
.pageNation li:first-of-type a, .pageNation li:last-of-type a {
  padding: 8px 5px;
}
.pageNation li:last-of-type {
  border-radius: 0 5px 5px 0 0;
  border-right: solid 1px #cbcbcb;
}
.pageNation li a span {
  padding: 2px;
}
.infomation {
  background: #075887;
  padding: 15px;
}
/*
.infomation.grayBg {
  background: #ddd;
}
.infomation.grayBg p {
  color: #000;
}
.infomation.grayBg p:before {
  background: #000;
}
*/
.infomation.grayBg {
  background: #ffc412;
}
.infomation.grayBg p {
	color: #000;
	font-weight: bold;
}
.infomation.grayBg p:before {
  background: #000;
}
.infomation p {
  color: #fff;
  padding-left: 20px;
  position: relative;
}
.infomation p:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 10px;
}
.infomation ul {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.infomation ul.single li {
  width: 100%;
}
.infomation ul li {
  width: 48%;
}
.infomation ul li:nth-of-type(2) {
  margin-left: 4%;
}
.infomation ul li input {
  border: solid 1px #fff;
  padding: 10px !important;
  color: #fff;
  font-weight: bold;
}
.infomation ul li input.blueBtn {
  background: #357ca5;
  color: #fff;
  font-weight: bold;
}
#estInfoBlock, #estUserBlock {
  box-shadow: 1.7px 2.4px 5px 0px rgba(0, 0, 0, 0.05), -2px -2px 10px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}
#estUserBlock {
  margin-bottom: 40px;
}
#estInfoBlock > ul > li, #estUserBlock > ul > li {
  padding: 10px 15px;
  border-bottom: solid 1px #f0f0f0;
}
#estInfoBlock > ul > li p, #estUserBlock > ul > li p {
  font-size: 18px;
}
#estUserBlock li p.address span {
  display: block;
}
#estInfoBlock > ul > li p span {
  font-size: 14px;
}
#estInfoBlock > ul > li p span.days {
  background: #ededed;
  padding: 0 10px;
  margin-left: 10px;
  border-radius: 3px;
}
#estInfoBlock .listTit, #estUserBlock .listTit {
  color: #919191;
}
#estInfoBlock ul li.stPlace {
  position: relative;
  padding-bottom: 20px;
  border-bottom: dotted 4px #ddd;
}
#estInfoBlock ul li.stPlace + li {
  padding-top: 20px;
}
#estInfoBlock ul li.stPlace:before {
  content: attr(data-label);
  position: absolute;
  border: solid 1px #d3d3d3;
  border-radius: 5px;
  padding: 0 15px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  background: #fff;
  z-index: 2;
}
#estInfoBlock ul li.option ul {
  margin-top: 10px;
}
#estInfoBlock ul li.option ul li span {
  border: solid 1px #d3d3d3;
  border-radius: 5px;
  padding: 0 15px;
  color: #767676;
  display: inline-block;
  margin-bottom: 5px;
}
#estInfoBlock ul li.option ul li p {
  font-size: 16px;
}
#estInfoBlock ul li.option ul li:not(:last-of-type) p {
  margin-bottom: 10px;
}
#estInfoBlock ul li.option ul li p:nth-of-type(2){
	border-top: dotted 1px #ccc;
	padding-top: 20px;
	margin-top:20px;
}
.formControl {
  margin: 40px 0;
  padding: 0 20px;
}
.formControl li:not(:last-of-type) {
  margin-bottom: 15px;
}
.mypageNav {
  display: flex;
  padding-bottom: 20px;
  border-bottom: solid 1px #c9d1db;
  margin-bottom: 30px;
}
.mypageNav.double li {
  width: 50%;
}
.mypageNav li {
  width: 25%;
  padding: 0 5px;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.mypageNav li:after {
  content: "";
  background: #c9d1db;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mypageNav li:last-of-type:after {
  display: none;
}
.mypageNav .material-symbols-outlined {
  display: block;
  text-align: center;
}
.mypageNav li a, .mypageNav li p {
  color: #1c3553;
  text-decoration: none;
  cursor: pointer;
  display: block;
  position: relative;
}
.mypageNav li .count {
  background: #ff462f;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: -6px;
  left: 55%;
  pointer-events: none;
}
#messageBox {
  box-shadow: 1.7px 2.4px 5px 0px rgba(0, 0, 0, 0.05), -2px -2px 10px 0px rgba(0, 0, 0, 0.05);
  border: solid 1px #dfdfdf;
  margin-top: 40px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
#messageBox .reload {
  text-align: center;
  background: #f6f6f6;
  border-bottom: dotted 1px #dfdfdf;
  padding: 10px 0;
  cursor: pointer;
}
#messageBox .reload span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
#messageIn {
  padding: 10px 15px;
}
#messageIn .icon {
  display: none;
}
#messageIn > div {
  display: flex;
  max-width: 98%;
  margin-bottom: 30px;
}
#messageIn > div#videoSchedule {
  display: block;
}
#messageIn > div#videoSchedule p {
  text-align: center;
  font-weight: bold;
  color: #0948A1
}
#messageIn > div#videoSchedule p:nth-of-type(2) {
  border: solid 1px #0948a1;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px;
  font-size: 20px;
  line-height: 1.4;
}
#messageIn > div#videoSchedule p:nth-of-type(2) span {
  display: block;
}
#messageIn > div#videoSchedule p:nth-of-type(2) span:before {
  content: "開始時間";
  font-size: 16px;
  margin-right: 5px;
}
#messageIn > div#videoSchedule p:nth-of-type(2) a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  margin-top: 10px;
  background: #103365;
  border-radius: 3px;
  color: #fff;
  padding: 15px;
  font-weight: normal;
}
#messageIn > div#videoSchedule p:nth-of-type(2) a span {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
#messageIn > div#videoSchedule p:nth-of-type(2) a span:before {
  display: none;
}
#messageIn > div .txt {
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  width: calc(100% - 75px);
  position: relative;
  box-shadow: 1.7px 2.4px 5px 0px rgba(207, 207, 207, 0.6);
}
#messageIn > div .txt .schedule {
  font-size: 18px;
  color: #0948a1;
  font-weight: bold;
}
#messageIn > div .txt .schedule span {
  display: block;
}
#messageIn > div .txt .schedule span:before {
  content: "開始時間";
  font-size: 14px;
  margin-right: 5px;
}
#messageIn .agent .txt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #f6f6f6 transparent transparent;
  position: absolute;
  left: -10px;
  top: 30px;
}
#messageIn .user .txt:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #f1f7ff;
  right: -10px;
  z-index: 5;
  top: 30px;
}
#messageIn .user {
  justify-content: flex-end;
}
#messageIn .user .txt {
  background: #f1f7ff;
}
#messageIn .agent .txt {
  background: #f6f6f6;
}
#messageIn .user .time {
  text-align: right;
}
#messageIn > div .time {
  font-size: 12px;
  line-height: 1.4;
  padding: 5px;
  width: 65px;
}
#messageIn .linkBlock {
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}
#messageIn .linkBlock .price {
  font-size: 28px;
  color: #0948a1;
  line-height: 1.2;
  margin-bottom: 10px;
}
#messageIn .linkBlock .price:before {
  content: "見積金額(総額)";
  font-size: 14px;
  display: block;
  color: #000;
}
#messageIn .linkBlock .price:after {
  content: "円";
  font-size: 14px;
  color: #000;
  margin-left: 3px;
}
#messageIn .linkBlock ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
#messageIn .linkBlock ul li a {
  display: block;
  text-decoration: none;
  color: #000 !important;
  background-image: -moz-linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 50%);
  background-image: -webkit-linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 50%);
  background-image: -ms-linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 50%);
  box-shadow: 1.7px 2.4px 5px 0px rgba(182, 182, 182, 0.5);
  border: solid 1px #eee;
  padding: 10px 15px 10px 40px;
  font-size: 14px;
  border-radius: 5px;
  position: relative;
  line-height: 1.4;
  text-align: center;
}
#messageIn .linkBlock ul li a:before {
  font-size: 24px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Material Symbols Outlined';
  pointer-events: none;
}
#messageIn .linkBlock ul li a.docRoute:before {
  content: "flag";
}
#messageIn .linkBlock ul li a.doc:before {
  content: "description";
}
#messageBox #formInput ul {
  display: flex;
  flex-wrap: wrap;
	border-top: solid 1px #ccc;
}
#messageBox #formInput li {
  width: 100%;
}
#messageBox #formInput li:nth-of-type(2) ~ li {
  width: 50%;
}
#messageBox #formInput li:nth-of-type(2) {
  padding: 10px;
}
#messageBox #formInput li:nth-of-type(3) {
  border-right: solid 1px #bababa;
}
#messageBox #formInput textarea {
  background: #fff;
  border: none;
  resize: none;
  display: block;
  border-radius: 0;
  width: 100%;
  height: 55px;
  max-height: 200px;
}
#messageBox #formInput textarea:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
#messageBox #formInput li input {
  background: #103365;
  color: #fff;
  border-radius: 5px;
  display: block;
}
#messageBox #formInput li .btn {
  border-top: solid 1px #bababa;
  text-align: center;
  padding: 10px;
}
#messageBox #formInput li .btn span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
}
.modal {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
.js-modal .mdTit + p {
  background: #f0f0f0;
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.mdTit:before {
  content: "note_add";
  font-family: 'Material Symbols Outlined';
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-variation-settings:
    'FILL'1, 'wght'400, 'GRAD'0, 'opsz'48
}
#mdDelete .mdTit:before {
  content: "delete";
}
#mdVideo .mdTit:before {
  content: "video_call";
}
#mdMove .mdTit:before {
  content: "low_priority";
}
#mdDecline .mdTit:before{
	content: "cancel";
}
#mdDecline .mdTit{
	color: #f00;
}
.mdTit {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #1c3553;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  border-radius: 5px;
  background: #fff;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 700px;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.modalControl li input[type="submit"] {
  background: #ccc;
  border-radius: 5px;
  border: none;
  padding: 10px;
}
.modalControl li:not(:first-of-type) {
  margin-top: 10px;
}
.modal .listTit {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
.modal .listTit .req {
  background: #ff462f;
  color: #fff;
  padding: 0 10px;
  margin-left: 10px;
  font-size: 12px;
}
.modal textarea {
  min-height: 90px;
}
#mdEstimate ul li {
  margin-bottom: 10px;
}
#mdEstimate ul.estimateList li:first-of-type,#mdEstimate ul.estimateList.type05 li:nth-of-type(2){
	font-size: 20px;
}
#mdEstimate ul.estimateList li:nth-of-type(2) input,#mdEstimate ul.formList li:first-of-type input,#mdEstimate ul.estimateList.type05 li:nth-of-type(3) input {
  width: 80%;
  margin-right: 5px;
}
#mdDocument .docBox ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
#mdDocument .docBox {
  border: solid 1px #e5e8eb;
  margin-bottom: 10px;
  position: relative;
  padding: 10px;
}
#mdDocument .docBox .closeBtn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -12px;
  top: -14px;
  text-align: right;
  z-index: 10;
}
#mdDocument .txtArea {
  margin-bottom: 10px;
}
#mdDocument .addDoc {
  border: solid 1px #bababa;
  border-radius: 5px;
  width: 80%;
  margin: 10px auto;
  text-align: center;
  padding: 5px;
  background-image: -moz-linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 50%);
  background-image: -webkit-linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 50%);
  background-image: -ms-linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 50%);
}
#mdDocument .addDoc span {
  vertical-align: top;
  display: inline-block;
  margin: 0 5px 0 0;
}
#mdVideo .formList {
  margin-bottom: 20px;
}
#mdVideo .formList > li:not(:first-of-type) {
  margin-top: 20px;
}
#mdVideo .formList li .videoDay {
  display: flex;
}
#mdVideo .formList li .videoDay li {
  width: 45%;
}
#mdVideo .formList li .videoDay li select {
  padding: 15px 10px;
  font-family: futura-pt, 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  background: #ebebeb;
}
#mdVideo .formList li .videoDay li:last-of-type {
  margin-left: 10%;
  position: relative;
}
#mdVideo .formList li .videoDay li:last-of-type:before {
  content: ":";
  position: absolute;
  left: -20%;
  text-align: center;
  width: 20%;
  top: 50%;
  transform: translateY(-50%);
}
#estSendBlock {
  margin-bottom: 40px;
}
#estSendBlock .estList {
  margin-bottom: 40px;
}
#estSendBlock .formBtn {
  padding: 0 15px;
}
#estSendBlock .formBtn li:not(:first-of-type) {
  margin-top: 20px;
}
#estSendBlock .formBtn li p {
  background-image: -moz-linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 50%);
  background-image: -webkit-linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 50%);
  background-image: -ms-linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 50%);
  box-shadow: 1.7px 2.4px 5px 0px rgba(182, 182, 182, 0.5);
  border: solid 1px #eee;
  padding: 10px 15px 10px 10px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
#estSendBlock .formBtn li p:before {
  font-family: 'Material Symbols Outlined';
  content: "note_add";
  font-variation-settings:
    'FILL'1, 'wght'400, 'GRAD'0, 'opsz'48;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px 5px 0;
  pointer-events: none;
}
#estSendBlock input[type="radio"] {
  display: none;
}
#estSendBlock input[type="radio"] + label {
  position: relative;
  width: 18px;
  display: block;
  margin: 0 auto;
}
#estSendBlock input[type="radio"] + label:before {
  content: "";
  border-radius: 50%;
  background-image: -moz-linear-gradient(125deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 100%);
  background-image: -webkit-linear-gradient(125deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 100%);
  background-image: -ms-linear-gradient(125deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 100%);
  box-shadow: 0px 3px 10px 0px rgba(9, 1, 3, 0.1), -1.118px -1.658px 5px 0px rgba(230, 230, 230, 0.4);
  border: solid 1px #ccc;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#estSendBlock input[type="radio"]:checked + label:before {
  background: #357ca5;
  border: solid 1px #357ca5;
}
#estSendBlock input[type="radio"]:checked + label:after {
  content: "";
  border-radius: 50%;
  background: #fff;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#estSendBlock .listTable.list01 table, #estSendBlock .listTable.list02 table {
  border-collapse: collapse;
  width: 100%;
}
#estSendBlock .listTable.list01 table thead, #estSendBlock .listTable.list02 table thead {
  display: none;
}
#estSendBlock .listTable table tbody tr {
  box-shadow: 1.7px 2.4px 5px 0px rgba(0, 0, 0, 0.05), -2px -2px 10px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
}
#estSendBlock .listTable.list01 table tbody tr td {
  font-weight: normal;
}
#estSendBlock .listTable.list01 table tbody tr.checked {
  background: #ebf8ff;
}
#estSendBlock .listTable.list01 table tbody tr.checked:before {
  content: "選択中";
  position: absolute;
  left: 10px;
  top: -12px;
  color: #357ca5;
  font-size: 14px;
}
#estSendBlock .listTable.list01 table tbody tr td span.price {
  font-size: 22px;
  color: #357ca5;
}
#estSendBlock .listTable.list01 table tbody tr td a.material-symbols-outlined {
  text-decoration: none;
  font-size: 28px;
  color: #000;
}
#estSendBlock .listTable.list01 table tbody tr td a.material-symbols-outlined.disable {
  opacity: 0.1;
  pointer-events: none;
}
#estSendBlock .listTable.list01 table tbody tr td:before {
  content: attr(data-label);
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#estSendBlock .listTable.list01 table tbody tr td:nth-of-type(1) {
  width: 60%;
  padding: 10px 15px;
}
#estSendBlock .listTable.list01 table tbody tr td:nth-of-type(2){
  text-align: center;
  padding: 10px 0;
  width: 40%;
  border-left: solid 1px #e5e8eb;
}
#estSendBlock .listTable.list01 table tbody tr td:nth-of-type(3),#estSendBlock .listTable.list01 table tbody tr td:nth-of-type(4) {
  position: static;
  border: none;
  background: noone;
  padding: 15px;
  width: 100%;
  height: auto;
  text-align: center;
  border-top: solid 1px #E5E8EB;
  border-radius: 0;
}
#estSendBlock .listTable.list01 table tbody tr td:nth-of-type(3){
	color: #f00;
}
#estSendBlock .listTable.list01 table tbody tr td:nth-of-type(3):before,#estSendBlock .listTable.list01 table tbody tr td:nth-of-type(4):before {
  display: inline-block;
  margin-right: 10px;
}
#estSendBlock .listTable table tbody tr td:last-of-type {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  border: solid 1px #e5e8eb;
  padding: 2px;
}
#estSendBlock .listTable table tbody tr td:last-of-type span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
#estSendBlock .listTable.list02 table tbody tr {
  align-items: center;
}
#estSendBlock .listTable.list02 table tbody tr td {
  font-weight: normal;
  font-size: 18px;
}
#estSendBlock .listTable.list02 table tbody tr td:nth-of-type(2) {
  font-size: 14px;
  width: 44%;
}
#estSendBlock .listTable.list02 table tbody tr td:nth-of-type(2):before {
  content: "送信日";
  display: block;
}
#estSendBlock .listTable.list02 table tbody tr td:first-of-type span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 3px;
}
#estSendBlock .listTable.list02 table tbody tr td:first-of-type {
  width: 56%;
  padding: 15px;
}
#infoCont {
  box-shadow: 1.7px 2.4px 5px 0px rgba(0, 0, 0, 0.05), -2px -2px 10px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 40px;
  border: solid 4px #E00909;
}
#infoCont p {
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #f0f0f0;
  color: #E00909;
  text-align: center;
}
#infoCont .formControl {
  margin: 0;
  padding: 20px;
}
#reserveInfo {
  box-shadow: 1.7px 2.4px 5px 0px rgba(0, 0, 0, 0.05), -2px -2px 10px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 40px;
  border: solid 4px #357ca5;
}
#reserveInfo.cancel {
  border-color: #E00909;
}
#reserveInfo.cancel h2, #reserveInfo.cancel ul li .price {
  color: #e00909;
}
#reserveInfo h2 {
  padding: 10px 15px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #f0f0f0;
  color: #357ca5;
}
#reserveInfo .listTit {
  font-size: 14px;
  display: block;
  line-height: 1;
}
#reserveInfo ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#reserveInfo li {
  padding: 15px 10px;
  width: 22%;
  text-align: center;
  border-left: solid 1px #f0f0f0;
}
#reserveInfo li:nth-of-type(1) {
  width: 56%;
  text-align: left;
  border-left: none;
  padding: 15px;
}
#reserveInfo .cancelControl li:nth-of-type(1){
	width: 78%;
}
#reserveInfo .cancelControl li:nth-of-type(3){
	width: 100%;
	border-top: solid 1px #f0f0f0;
}
#reserveInfo li:nth-of-type(4) {
  width: 100%;
  border-top: solid 1px #f0f0f0;
}
#reserveInfo li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 6px;
}
#reserveInfo li a.disable {
  opacity: 0.1;
  pointer-events: none;
}
#reserveInfo .price {
  font-size: 24px;
  font-weight: bold;
  color: #357ca5;
  line-height: 1.5;
}
#prfileBox dl {
  box-shadow: 1.7px 2.4px 5px 0px rgba(0, 0, 0, 0.05), -2px -2px 10px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}
#prfileBox dl:first-of-type {
  margin-bottom: 40px;
}
#prfileBox dl dt {
  font-size: 14px;
  padding: 15px 15px 0 15px;
  line-height: 1;
}
#prfileBox dl dd {
  padding: 15px;
  border-bottom: solid 1px #f0f0f0;
  font-weight: bold;
}
#prfileBox dl dd:last-of-type {
  border-bottom: none;
}
.unfinished {
  background: #fff;
  text-align: center;
  padding: 15px 0;
  border: dotted 2px #357CA5;
  border-radius: 5px;
  font-weight: bold;
  color: #357ca5;
}
.errorBox {
  background: #FFEDED;
  text-align: center;
  padding: 15px 0;
  border: dotted 2px #f00;
  border-radius: 5px;
  font-weight: bold;
  color: #f00;
}
.baseTable01 + #news {
  margin-top: 30px;
  border-top: dashed 1px #ccc;
  padding-top: 30px;
}
.newsBlock {
  box-shadow: 1.7px 2.4px 5px 0px rgba(182, 182, 182, 0.3);
  background: #fff;
}
.newsBlock ul.newsList li {
  padding: 20px;
  border-bottom: dotted 1px #e5e8eb;
  position: relative;
}
.newsBlock ul.newsList li .js-modal-open {
  position: absolute;
  right: 10px;
  top: 10px;
}
.newsBlock ul.newsList li .txt span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.newsBlock ul.inputBox {
  padding: 20px;
}
.newsBlock ul.inputBox li #textCount {
  text-align: right;
  font-size: 14px;
}
.newsBlock ul.inputBox li #textCount span {
  color: #357ca5;
  font-weight: bold;
}
.newsBlock ul.inputBox li:last-of-type {
  margin-top: 10px;
}
#videoSchedule {
  border-top: dotted 2px #103365;
  border-bottom: dotted 2px #103365;
  padding: 20px 0;
  margin-bottom: 0 !important;
}
.moveList{
	background: #fff;
	color: #000;
	margin-bottom: 40px;
	padding: 8px 30px 8px 8px;
	border-radius: 5px;
	font-size: 14px;
	border: solid 1px #ccc;
  box-shadow: 1.7px 2.4px 5px 0px rgba(0, 0, 0, 0.05), -2px -2px 10px 0px rgba(0, 0, 0, 0.05);
	position: relative;
	text-align: center;
}
.moveList:after{
  font-family: 'Material Symbols Outlined';
	content: "\e5cc";
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
#messageReload{
	text-align: center;
}
#messageReload button:before{
  content: "restart_alt";
  font-family: 'Material Symbols Outlined';
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
#messageReload button{
	background: none;
	border:solid 2px #103365;
	padding: 10px 30px;
	color: #103365;
	font-weight: bold;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
}
#messageReload time{
	font-weight: normal;
	font-size: 14px;
	color: #777;
}
#messageReload time:before{
	content: "最終更新:";
	font-size: 12px;
}
.select:after {
  font-family: 'Material Symbols Outlined';
  content: "\e5cf";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#mdDecline .select{
	margin-bottom: 20px;
}
#mdDecline .select select {
	background: #ebebeb;
	padding: 15px;
}
.errorTit{
	font-size: 40px !important;
	line-height: 1;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 5px 0;
}
@media screen and (min-width: 600px) {
  .inner {
    position: relative;
  }
  .baseTit {
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .baseTit span {
    font-size: 16px;
    margin: 0 0 5px 15px;
  }
.baseTit span.txt{
	margin: 0;
	display: block;
}
  .baseTit.ntTxt + p {
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .baseTit.ntSubTit + h3 {
    font-size: 40px;
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .sort {
    margin-top: 20px;
    padding: 20px;
    display: flex;
  }
  .sort p {
    width: auto;
    margin-right: 10px;
  }
  .sort .select {
    width: auto;
  }
  .sort .data {
    align-items: center;
    margin: 0 0 0 10px;
    padding-top: 0;
    border-top: none;
    width: 56%;
    display: flex;
    background: #fff;
    border-radius: 5px;
    padding: 10px 10px;
  }
  .sort .data p {
    width: 200px;
    margin-bottom: 0;
    text-align: center;
    line-height: 1;
  }
  .sort ul {
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sort ul li {
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .sort ul li:nth-of-type(2) {
    margin-top: 0;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
  }
  .sort ul li:nth-of-type(2):before {
    content: "";
    background: #ccc;
    height: 16px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .date {
    position: absolute;
    padding: 0;
    right: 0;
    top: 45px;
    border: none;
    width: 150px;
    text-align: left;
  }
  .date br {
    display: block;
  }
  .baseTit + .date {
    top: -4px;
  }
  .baseTable01 {
    background: #fff;
    box-shadow: 1.7px 2.4px 5px 0px rgba(182, 182, 182, 0.3);
    padding-bottom: 30px;
  }
  .baseTable01 table {
    min-width: 1200px;
  }
  .baseTable01 table thead {
    display: block;
    width: 100%;
  }
  .baseTable01 table thead tr {
    display: flex;
    border-bottom: solid 1px #e5e8eb;
  }
  .baseTable01 table thead th {
    font-weight: normal;
    font-size: 14px;
    padding: 15px 10px;
    width: 10%;
    text-align: left;
    position: relative;
  }
  .baseTable01 table thead th:after {
    content: "";
    background: #e5e8eb;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .baseTable01 table tbody tr {
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    border-top: none;
    border-bottom: dotted 1px #e5e8eb;
  }
  .baseTable01 table tbody tr:not(:last-of-type) {
    margin-bottom: 0;
  }
  .baseTable01 table tbody tr {
    flex-wrap: nowrap;
  }
  .baseTable01 table tbody tr td {
    padding: 20px 10px;
    border: none !important;
    width: 10% !important;
  }
  .baseTable01.baseList table thead th:nth-of-type(2), .baseTable01.baseList table tbody tr td:nth-of-type(2){
    width: 22% !important;
  } .baseTable01.baseList table thead th:nth-of-type(3), .baseTable01.baseList table tbody tr td:nth-of-type(3){
    width: 14% !important;	  
	}
  .baseTable01.baseList table thead th:nth-of-type(4), .baseTable01.baseList table tbody tr td:nth-of-type(4) {
    width: 10% !important;
  }
  .baseTable01.baseList table thead th:nth-of-type(6), .baseTable01.baseList table tbody tr td:nth-of-type(6) {
    width: 16% !important;
  }
  .baseTable01 table thead th:nth-of-type(4), .baseTable01 table thead th:nth-of-type(5), .baseTable01 table thead th:nth-of-type(8), .baseTable01 table tbody tr td:nth-of-type(4), .baseTable01 table tbody tr td:nth-of-type(5), .baseTable01 table tbody tr td:nth-of-type(8) {
    width: 16% !important;
  }
  .baseTable01 table thead th:nth-of-type(9), .baseTable01 table tbody tr td:nth-of-type(9) {
    width: 12% !important;
  }
  .baseTable01 table tbody tr td:before {
    display: none;
  }
  .baseTable01 table tbody tr td .stat {
    font-size: 14px;
  }
  .baseTable01 table tbody tr td.action a {
    font-size: 14px;
    align-items: center;
    justify-content: center;
  }
  .baseTable01 table tbody tr td.action a span {
    font-size: 18px;
  }
  .baseTable01 table tbody tr td.txtalc {
    text-align: center !important;
  }
  .baseTable01.invoiceTable table thead th:nth-of-type(1), .baseTable01.invoiceTable tbody tr td:nth-of-type(1) {
    width: 10% !important;
  }
  .baseTable01.invoiceTable table thead th:nth-of-type(2), .baseTable01.invoiceTable tbody tr td:nth-of-type(2), .baseTable01.invoiceTable table thead th:nth-of-type(3), .baseTable01.invoiceTable tbody tr td:nth-of-type(3) {
    width: 15% !important;
  }
  .baseTable01.invoiceTable table thead th:nth-of-type(4), .baseTable01.invoiceTable tbody tr td:nth-of-type(4) {
    width: 22% !important;
  }
  .baseTable01.invoiceTable table thead th:nth-of-type(5), .baseTable01.invoiceTable tbody tr td:nth-of-type(5) {
    width: 18% !important;
  }
  .baseTable01.invoiceTable tbody tr td:nth-of-type(2), .baseTable01.invoiceTable tbody tr td:nth-of-type(3) {
    width: 50%;
  }
  .baseTable01.invoiceTable tbody tr td:nth-of-type(2):before {
    color: #000;
  }
  .baseTable01.invoiceTable tbody tr td:nth-of-type(2) {
    color: #ffa733;
  }
  .baseTable01.invoiceTable tbody tr td:nth-of-type(5) {
    width: 36%;
  }
  .baseTable01.invoiceTable tbody tr td:nth-of-type(6), .baseTable01.invoiceTable tbody tr td:nth-of-type(7) {
    width: 32%;
  }
  .pageNation {
    justify-content: flex-end;
    margin-right: 30px;
  }
  .scrollTable {
    overflow-x: auto;
  }
  .infomation {
    display: flex;
    background: #075887;
    padding: 20px 40px;
    align-items: center;
  }
  .infomation p {
    font-size: 18px;
  }
  .infomation p:before {
    top: 13px;
  }
  .infomation ul {
    margin-top: 0;
    margin-left: 20px;
    width: 400px;
  }
  .infomation ul.single {
    width: 200px;
  }
  .infomation ul li input:hover {
    opacity: 0.6;
  }
  #estUserBlock {
    margin-bottom: 60px;
  }
  #estInfoBlock > ul, #estUserBlock > ul {
    display: flex;
    flex-wrap: wrap;
  }
  #estInfoBlock > ul > li, #estUserBlock > ul > li {
    padding: 20px;
    border-right: solid 1px #f0f0f0;
    width: 22%;
  }
  #estInfoBlock ul li p, #estUserBlock > ul li p {
    font-size: 20px;
  }
  #estUserBlock li p.address span {
    display: inline-block;
  }
  #estUserBlock > ul > li:nth-of-type(1), #estUserBlock > ul > li:nth-of-type(2) {
    width: 25%;
  }
  #estUserBlock > ul > li:nth-of-type(3) {
    width: 50%;
    border-right: none;
  }
  #estUserBlock > ul > li:nth-of-type(4) {
    width: 100%;
    border-right: none;
  }
  #estUserBlock > ul > li:nth-of-type(4) ~ li {
    width: 25%;
  }
  #estUserBlock > ul > li:last-of-type {
    border-right: none;
  }
  #estInfoBlock > ul > li:nth-of-type(3) {
    width: 56%;
  }
  #estInfoBlock > ul > li:nth-of-type(4), #estInfoBlock > ul > li:nth-of-type(5) {
    width: 50%;
    border-right: none;
  }
  #estInfoBlock > ul > li:nth-of-type(4) br, #estInfoBlock > ul > li:nth-of-type(5) br {
    display: none;
  }
  #estInfoBlock > ul > li:nth-of-type(6), #estInfoBlock > ul > li:nth-of-type(7) {
    width: 26%;
    border-right: solid 1px #f0f0f0;
  }
  #estInfoBlock > ul > li:nth-of-type(8) {
    width: 15%;
  }
  #estInfoBlock > ul > li:nth-of-type(9) {
    width: 33%;
    border-right: none;
  }
  #estInfoBlock > ul > li:nth-of-type(10) {
    width: 100%;
    border-right: none;
    border-bottom: none;
  }
  #estInfoBlock ul li.stPlace {
    padding-bottom: 0;
    border-bottom: solid 1px #f0f0f0;
  }
  #estInfoBlock ul li.stPlace:before {
    right: 40px;
    left: auto;
    transform: none;
    bottom: 24px;
  }
  #estInfoBlock ul li.stPlace:after {
    content: "";
    width: 140px;
    border-top: dotted 4px #ccc;
    position: absolute;
    height: 1px;
    right: 10px;
    bottom: 35px;
  }
  #estInfoBlock ul li.option ul {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  #estInfoBlock ul li.option ul li {
    display: flex;
    align-items: flex-start;
  }
  #estInfoBlock ul li.option ul li span {
    margin-right: 10px;
    text-align: center;
  }
  #estInfoBlock ul li.option ul li p {
    font-size: 18px;
  }
  #estInfoBlock ul li.option ul li:nth-of-type(1), #estInfoBlock ul li.option ul li:nth-of-type(2) {
    width: 26%;
  }
  #estInfoBlock ul li.option ul li {
    width: 16%;
  }
  #estInfoBlock ul li.option ul li:last-of-type {
    width: 100%;
	  flex-wrap: wrap;
  }
  #estInfoBlock ul li.option ul li:last-of-type span {
    width: 98px;
  }
  #estInfoBlock ul li.option ul li:last-of-type p {
    width: calc(100% - 110px);
  }
#estInfoBlock ul li.option ul li:last-of-type p:nth-of-type(2){
		margin-left: 110px;
	}
  #estInfoBlock ul li.option ul li:not(:last-of-type) p {
    margin-bottom: 0;
  }
  #estInfoBlock ul li.option ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .formControl {
    display: flex;
    margin: 60px auto 0 auto;
    padding: 0;
    width: 600px;
  }
  .formControl li {
    width: 49%;
  }
  .formControl li:nth-of-type(2) {
    margin-left: 2%;
  }
  .formControl li:not(:last-of-type) {
    margin-bottom: 0;
  }
  .mypageNav {
    padding: 20px 0;
    border-top: solid 1px #c9d1db;
  }
  .mypageNav li {
    font-size: 16px;
  }
  .mypageNav .material-symbols-outlined {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px 0;
  }
  .mypageNav li a, .mypageNav li p {
    font-weight: bold;
  }
  .mypageNav li .count {
    position: static;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    margin: 0 0 5px 5px;
  }
  #messageIn {
    padding: 40px;
  }
  #messageIn .icon {
    display: block;
    width: 100px;
    text-align: center;
  }
  #messageIn .icon span {
    display: block;
    border-radius: 50%;
    font-size: 100px;
    text-align: center;
    line-height: 1;
    color: #c0c0c0;
  }
  #messageIn .icon p {
    font-weight: bold;
  }
  #messageIn .icon p:after {
    content: "様";
    font-size: 14px;
  }
  #messageIn > div {
    max-width: 90%;
    margin-bottom: 40px;
  }
  #messageIn > div .txt {
    padding: 20px;
    font-size: 16px;
    width: calc(100% - 215px);
  }
  #messageIn > div .txt .schedule {
    font-size: 24px;
  }
  #messageIn > div .txt .schedule span {
    display: inline-block;
    margin-left: 20px;
  }
  #messageIn > div .txt .schedule span:before {
    vertical-align: middle;
  }
  #messageIn > div#videoSchedule {
    max-width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
  #messageIn > div#videoSchedule p {
    font-size: 22px;
  }
  #messageIn > div#videoSchedule p:nth-of-type(2) {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #0948a1;
    margin-top: 20px;
    padding: 15px;
    font-size: 26px;
  }
  #messageIn > div#videoSchedule p:nth-of-type(2) a {
    margin-left: 20px;
    margin-top: 0;
  }
  #messageIn .agent .txt:before, #messageIn .user .txt:before {
    top: 45px;
  }
  #messageIn .user {
    margin-left: auto;
  }
  #messageIn .agent .txt {
    margin-left: 20px;
  }
  #messageIn > div .time {
    font-size: 14px;
    padding: 5px 10px;
    width: 100px;
  }
  #messageIn .linkBlock {
    width: auto;
    display: inline-block;
    margin-top: 10px;
    padding: 20px 20px 10px 20px;
  }
  #messageIn .linkBlock .price {
    font-size: 32px;
  }
  #messageIn .linkBlock .price:before {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
  }
  #messageIn .linkBlock .price:after {
    font-size: 16px;
  }
  #messageIn .linkBlock ul {
    display: flex;
    flex-wrap: wrap;
  }
  #messageIn .linkBlock ul li {
    margin: 0 10px 10px 0;
  }
  #messageIn .linkBlock ul li a {
    padding: 12px 40px 12px 65px;
    font-size: 16px;
  }
  #messageIn .linkBlock ul li a:hover {
    opacity: 0.4;
  }
  #messageBox .reload {
    padding: 15px 0;
  }
  #messageBox #formInput ul li:nth-of-type(3) {
    border: none;
  }
  #messageBox #formInput li:first-of-type {
    width: 55%;
  }
  #messageBox #formInput li:nth-of-type(1) ~ li {
    width: 15%;
    padding: 10px 5px;
  }
  #messageBox #formInput li:last-of-type {
    padding: 10px 10px 10px 5px !important;
  }
  #messageBox #formInput textarea {
    width: 100%;
    height: 78px;
    max-height: 220px;
  }
  #messageBox #formInput li input {
    border-radius: 8px;
  }
  #messageBox #formInput li input:hover {
    opacity: 0.6;
  }
  #messageBox #formInput li .btn {
    border: solid 1px #bababa;
    border-radius: 5px;
    padding: 12px;
    background-image: -moz-linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 50%);
    background-image: -webkit-linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 50%);
    background-image: -ms-linear-gradient(90deg, rgb(247, 247, 247) 49%, rgb(255, 255, 255) 50%);
    cursor: pointer;
    transition: all 0.2s;
  }
  #messageBox #formInput li .btn:hover {
    opacity: 0.6;
  }
  .js-modal .mdTit:before {
    font-size: 36px !important;
  }
  .js-modal .mdTit + p {
    position: absolute;
    right: 20px;
    top: 20px;
    background: none;
    font-weight: bold;
    text-align: right;
    padding-left: 180px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    height: 40px;
  }
	#mdMove p{
		position: static;
		font-size: 18px;
		padding: 30px 0;
		justify-content: center;
		color: #E00909;
		border-top: dashed 1px #e00909;
		border-bottom: dashed 1px #e00909;
	}
  .mdTit {
    font-size: 24px;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .modalControl {
    width: 60%;
    margin: 20px auto;
    display: flex;
  }
  .modalControl li {
    width: 100%;
  }
  .modalControl li:not(:first-of-type) {
    margin-left: 4%;
    margin-top: 0;
  }
  .modalControl li input[type="submit"]:hover {
    opacity: 0.6;
  }
  .modal .listTit {
    font-size: 16px;
  }
  .modal .listTit .req {
    font-size: 14px;
  }
  .modal textarea {
    min-height: 100px;
  }
  #mdEstimate ul.formList {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #e5e8eb;
    padding-top: 10px;
  }
  #mdEstimate ul.formList li {
    width: 50%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dashed 1px #e5e8eb;
  }
	#mdEstimate ul.formList li:nth-of-type(3){
		width: 100%;
	}
	#mdEstimate ul.formList.estimateList li:nth-of-type(3){
		width: 50%;
	}
  #mdEstimate ul.formList li:last-of-type {
    width: 100%;
  }
  #mdEstimate ul.formList li:first-of-type input {
    width: 80%;
    font-size: 20px;
  }
#mdEstimate ul.estimateList li:first-of-type{
	width: 100%;
}
#mdEstimate ul.estimateList.type05 li:first-of-type,#mdEstimate ul.estimateList.type05 li:nth-of-type(2){
	width: 50%;
	}
  #mdDocument .docBox ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #mdDocument .docBox:first-of-type {
    border-top: solid 1px #e5e8eb;
  }
  #mdDocument .docBox {
    border: none;
    border-bottom: dashed 1px #e5e8eb;
    padding: 10px 0;
  }
  #mdDocument .docBox ul {
    display: flex;
  }
  #mdDocument .docBox ul li {
    width: 58%;
  }
  #mdDocument .docBox ul li input[type="file"] {
    padding-top: 12px;
  }
  #mdDocument .docBox ul li:first-of-type {
    width: 40%;
    margin-right: 2%;
  }
  #mdDocument .docBox .closeBtn {
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  #mdDocument .addDoc {
    width: 40%;
    margin: 20px 0 10px auto;
    padding: 8px;
    cursor: pointer;
  }
  #mdDocument .addDoc span {
    vertical-align: middle;
  }
  #mdDocument .addDoc:hover, #mdDocument .docBox .closeBtn:hover {
    opacity: 0.6;
  }
  #mdVideo .formList {
    margin-bottom: 30px;
    display: flex;
  }
  #mdVideo .formList > li {
    width: 48%;
  }
  #mdVideo .formList > li:not(:first-of-type) {
    margin-top: 0;
    margin-left: 4%;
  }
  #estSendBlock input[type="radio"] + label:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
  }
  #estSendBlock input[type="radio"]:checked + label {
    font-size: 0;
  }
  #estSendBlock input[type="radio"]:checked + label:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -86%);
  }
  #estSendBlock {
    margin-bottom: 80px;
    display: flex;
  }
  #estSendBlock .estList {
    margin-bottom: 0;
    width: 54%;
    margin-right: 4%;
  }
  #estSendBlock .docList {
    width: 42%;
  }
  #estSendBlock .listTable {
    box-shadow: 1.7px 2.4px 5px 0px rgba(0, 0, 0, 0.05), -2px -2px 10px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
  }
  #estSendBlock .listTable table thead {
    display: block !important;
  }
  #estSendBlock .listTable table thead tr {
    display: flex;
    width: 100%;
    border-bottom: solid 1px #e5e8eb;
  }
  #estSendBlock .listTable table thead th {
    font-weight: normal;
    font-size: 14px;
    padding: 15px 10px;
    width: 10%;
    text-align: left;
    position: relative;
  }
  #estSendBlock .listTable table thead th:after {
    content: "";
    background: #e5e8eb;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #estSendBlock .listTable table thead th:last-of-type:after {
    display: none;
  }
  #estSendBlock .listTable.list01 table thead th:first-of-type, #estSendBlock .listTable.list01 table tbody td:first-of-type {
    width: 40% !important;
    text-align: left;
    padding-left: 30px !important;
  }
  #estSendBlock .listTable.list01 table thead th:nth-of-type(2), #estSendBlock .listTable.list01 table tbody td:nth-of-type(2) {
    width: 12% !important;
    text-align: center;
    border-left: none !important;
  }
  #estSendBlock .listTable.list01 table thead th:nth-of-type(3), #estSendBlock .listTable.list01 table tbody td:nth-of-type(3), #estSendBlock .listTable.list01 table tbody td:nth-of-type(4),#estSendBlock .listTable.list01 table thead th:nth-of-type(4) {
    width: 24% !important;
    border-top: none !important;
    text-align: left !important;
  }
  #estSendBlock .listTable table tbody tr {
    box-shadow: none;
    background: none;
    margin-bottom: 0;
    align-items: center;
    border-bottom: dashed 1px #f5f6f8;
  }
  #estSendBlock .listTable.list01 table tbody tr.checked:before {
    content: "選択中";
    position: absolute;
    left: 14px;
    top: -12px;
    color: #357ca5;
    font-size: 14px;
  }
  #estSendBlock .listTable.list01 table tbody tr td {
    padding: 15px 10px !important;
  }
  #estSendBlock .listTable.list01 table tbody tr td span.price {
    font-size: 24px;
  }
  #estSendBlock .listTable.list01 table tbody tr td a.material-symbols-outlined {
    font-size: 30px;
  }
  #estSendBlock .listTable table tbody tr td:before {
    display: none !important;
  }
  #estSendBlock .listTable.list01 table tbody tr td:nth-of-type(3), #estSendBlock .listTable.list01 table tbody tr td:nth-of-type(4) {
    border-left: none;
  }
  #estSendBlock .listTable.list01 table tbody tr td:nth-of-type(5) {
    text-align: left;
    background: none;
    border-top: none;
    font-size: 16px;
  }
  #estSendBlock .listTable.list01 table tbody tr td:nth-of-type(5):before {
    display: none;
  }
  #estSendBlock .listTable table tbody tr td:last-of-type {
    position: static;
    width: auto;
    height: auto;
    background: none;
    border: none;
    padding: 0;
  }
  #estSendBlock .listTable table tbody tr td:last-of-type span {
    font-size: 24px;
  }
  #estSendBlock .listTable.list02 table tbody td {
    font-size: 16px !important;
  }
  #estSendBlock .listTable.list02 table thead th:first-of-type, #estSendBlock .listTable.list02 table tbody td:first-of-type {
    width: 50% !important;
  }
  #estSendBlock .listTable.list02 table thead th:last-of-type, #estSendBlock .listTable.list02 table tbody td:last-of-type {
    width: 10% !important;
    text-align: center;
  }
  #estSendBlock .listTable.list02 table thead th:nth-of-type(2), #estSendBlock .listTable.list02 table tbody td:nth-of-type(2) {
    width: 40% !important;
  }
  #estSendBlock .formBtn {
    padding: 20px;
    display: flex;
    justify-content: center;
  }
  #estSendBlock .formBtn li:not(:first-of-type) {
    margin-top: 0;
    margin-left: 15px;
  }
  #estSendBlock .formBtn li p {
    padding: 10px 60px 0px 60px;
    transition: all 0.2s;
  }
  #estSendBlock .formBtn li p:hover {
    opacity: 0.6;
  }
  #infoCont {
    display: flex;
    width: 54%;
    align-items: center;
  }
  #infoCont p {
    width: 60%;
    border-bottom: none;
    text-align: left;
    padding: 0 30px;
  }
  #infoCont .formControl {
    margin: 0 0 0 auto;
    width: auto;
  }
  #infoCont .formControl li {
    width: 260px;
  }
  #reserveInfo {
    margin-bottom: 60px;
    border: solid 5px #357ca5;
    display: flex;
    align-items: center;
    width: 54%;
	  max-width: 900px;
  }
  #reserveInfo.cancel, #reserveInfo.reserveFix {
    width: 72%;
  }
  #reserveInfo.cancel li:nth-of-type(1), #reserveInfo.reserveFix li:nth-of-type(1) {
    width: calc(100% - 460px);
  }
  #reserveInfo.cancel li:nth-of-type(4), #reserveInfo.reserveFix li:nth-of-type(4) {
    width: 260px;
    border-top: none;
  }
  #reserveInfo h2 {
    width: 210px;
    padding: 20px 30px;
    font-size: 24px;
    border-bottom: none;
  }
  #reserveInfo ul {
    width: calc(100% - 210px);
  }
  #reserveInfo li {
    width: 100px;
    text-align: center;
    border-left: solid 1px #f0f0f0;
  }
  #reserveInfo li:nth-of-type(1) {
    width: calc(100% - 100px);
  }
  #reserveInfo li:nth-of-type(1) .listTit {
    display: inline-block;
  }
  #reserveInfo li a {
    font-size: 28px;
  }
#reserveInfo .cancelControl li:nth-of-type(1){
	width: calc(100% - 300px);
}
#reserveInfo .cancelControl li:nth-of-type(2){
	width: 100px;
}
#reserveInfo .cancelControl li:nth-of-type(3){
	width: 200px;
	border-top:none;
}
  #reserveInfo .price {
    font-size: 40px;
    line-height: 1.3
  }
  #prfileBox {
    display: flex;
    align-items: flex-start;
  }
  #prfileBox dl {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
  }
  #prfileBox dl:first-of-type {
    margin-right: 4%;
    margin-bottom: 0;
  }
  #prfileBox dl dt {
    width: 30%;
    font-size: 16px;
    padding: 30px;
    line-height: 1.6;
    border-bottom: solid 1px #f0f0f0;
  }
  #prfileBox dl dd {
    width: 70%;
    padding: 30px;
    border-bottom: solid 1px #f0f0f0;
    font-weight: bold;
  }
  .unfinished,.errorBox {
    font-size: 22px;
    padding: 20px 0;
  }
  .baseTable01 + #news {
    margin-top: 60px;
    border-top: dashed 1px #ccc;
    padding-top: 40px;
  }
  .newsBlock ul.newsList .material-symbols-outlined {
    cursor: pointer;
  }
  .newsBlock ul.inputBox {
    display: flex;
  }
  .newsBlock ul.inputBox li {
    width: 15%;
  }
  .newsBlock ul.inputBox li:first-of-type {
    width: 83%;
    margin-right: 2%;
  }
  .newsBlock ul.inputBox li:first-of-type textarea {
    height: 58px;
  }
  .newsBlock ul.inputBox li:last-child {
    width: 15%;
    margin-top: 0;
  }
.moveList{
	position: absolute;
	right: 0;
	top: 200px;
	padding: 10px 30px 10px 20px;
	cursor: pointer;
}
	#messageReload{
		margin-bottom: 50px;
	}
	#messageReload button{
		transition: all 0.2s;
		cursor: pointer;
	}
	#messageReload button:hover{
		background: #eee;
	}
}