@charset "UTF-8";
/* Regular */
@font-face {
	font-family: "Noto Sans JP";
	src: url("/fonts/NotoSansJP-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
/* Medium */
@font-face {
	font-family: "Noto Sans JP";
	src: url("/fonts/NotoSansJP-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
/* bold */
@font-face {
	font-family: "Noto Sans JP";
	src: url("/fonts/NotoSansJP-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
html{
	font-size: 62.5%;
	font-family: "Noto Sans JP","游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	scroll-behavior: smooth;
}
body, html {
	height: 100%;
}
body {
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	text-rendering: optimizeSpeed;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
}
img, picture, picture img {
	max-width: 100%;
	height: auto;
}
a {
	color: #009DEE;
	cursor: pointer;
}
.link {
	color: #C7FFFF;
	cursor: pointer;
}
.link:hover{
	text-decoration: underline;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}
li {
	list-style: none;
}
input,
button,
textarea,
select {
	font: inherit;
}
input, select, textarea {
	height: 32px;
	border: solid 1px #696969;
	border-radius: 5px;
	padding: 2px 10px;
	box-sizing: border-box;
	font-size: 1.6rem;
	font: inherit;
}
input[readonly], input[readonly]:focus{
	border: solid 1px #d9d9d9;
	background-color: whitesmoke;
	outline: none;
}
input[type=text]:read-only, input[type=search]:read-only, input[type= url]:read-only, input[type=tel]:read-only, input[type=email]:read-only, input[type=password]:read-only,
input[type=date]:read-only, input[type=week]:read-only, input[type=time]:read-only, input[type=datetime-local]:read-only, input[type=number]:read-only, textarea:read-only {
	background: #F6F6F4;
	color: #666;
    cursor: auto;
}
input[type=submit],
input[type=button],
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
label,
button,
select {
	cursor: pointer;
}
input:focus:not(input[type="submit"]:focus,input[type="button"]:focus,input[type=text]:read-only:focus),select:focus , textarea:focus {
	outline: none;
	border: solid 1px #00A2E9;
}
::placeholder {
	color: #D5D2D2;
	text-align: left;
}
::-webkit-input-placeholder,::-moz-placeholder ,::-ms-input-placeholder ,::-ms-input-placeholder {
	color: #D5D2D2;
}
input[type=button], input[type=file],input[type=submit], input[type="submit"]::-webkit-search-decoration,input[type="button"]::-webkit-search-decoration {
	font-family: "Noto Sans JP","游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	cursor: pointer;
}
input[type=button], a , input[type=file], input[type=submit], input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
	transition: 0.3s ;
}
input[type=checkbox] {
	height: auto;
}
input[type=radio] {
	display: none;
}
input[type=file] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
option {
	height: 40px;
}
/*****form独自装飾用******/
.radio {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px 5px 30px;
	position: relative;
	width: auto;
}
.radio::before {
	content: '';
	background: #fff;
	border: 1px solid #231815;
	border-radius: 50%;
	display: block;
	height: 16px;
	top: 50%;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	width: 16px;
}
.radio::after {
	background: #696969;
	border-radius: 50%;
	content: '';
	display: block;
	height: 10px;
	left: 8px;
	margin-top: -5px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 10px;
}
input[type=radio]:checked + .radio::after {
	opacity: 1;
}
select {
	-webkit-appearance: none;
	appearance: none; /* デフォルトのスタイルを無効 */
}
select::-ms-expand {
	display: none; /* デフォルトのスタイルを無効(IE用) */
}
.c-selectbox {
	position: relative;
}
.c-selectbox::after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 9.5px solid #696969;
	content: "";
	position: absolute;
	right: 9px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	pointer-events: none
}

.mosaic{
	-ms-filter: blur(2px);
	filter: blur(2px);
}

.form-control, .form-select {
	width: 100%;
	height: 32px;
	font-size: 1.4rem;
}

textarea.form-control {
	height: auto;
}
.form-select-date {
	display: block;
	width: 100%;
	height: 32px;
	padding: 3px 22px 3px 8px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	/* border: 1px solid #707070; */
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.2rem;
	border-radius: 0px;
}

.select2-container .select2-selection--single, .form-select {
	display: block;
	width: 100%;
	height: 32px;
	padding: 3px 22px 3px 8px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background: #fff url(/img/common/icon_select.png) right 0.75rem center/12px 8px no-repeat;
	/* border: 1px solid #707070; */
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"].b0,
.form-select.b0{
	border: 0;
}
input[type="text"].bt0,
.form-select.bt0{
	border-top: 0;
}
input[type="text"].bb0,
.form-select.bb0{
	border-bottom: 0;
}
input[type="text"].br0,
.form-select.br0,
.form-select.br0 + span span{
	border-right: 0;
}
.form-control:disabled {
	background: #F6F6F4;
    border-color: #DEDEDE;
    cursor: auto;
}
.form-select:disabled,
.form-select.disabled {
	cursor: auto;
	border-color: #DEDEDE;
	background: #eee url(/img/common/icon_select.png) right 0.75rem center/12px 8px no-repeat;
	pointer-events: none;
}
.form-select.size-amount {
	display: inline-block;
	min-width: 70px;
	font-size: 1.4rem;
	margin-left: 10px;
}
@media screen and (max-width: 1024px) {
	.form-select.size-amount {
		width: 4em;
	}
}
.form-control {
	display: block;
	width: 100%;
	padding: 3px 8px 3px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	/* border: none; */
	border-radius: 3px;
	outline: none;
}
.btn-clear {
	font-size: 1.4rem;
	text-decoration: underline;
	margin-top: 5px;
	text-align: right;
	display: block;
}

.form-radio .form-radio-label {
    position: relative;
    margin-left: 20px;
}
.form-radio input[type=radio] {
    display: none;
}
.form-radio input[type=radio] + .form-radio-text {
    position: relative;
    padding-left: 30px;
}
.form-radio input[type=radio] + .form-radio-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    background: url(/img/common/icon_radio_off.png) center center/100% 100% no-repeat;
    width: 20px;
    height: 20px;
}
.form-radio input[type=radio]:checked + .form-radio-text::before {
    background: url(/img/common/icon_radio_on.png) center center/100% 100% no-repeat;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

/**************l-main**************/
.l-main {
	/*padding: 100px 0 0;*/
	display: block;
	flex: 1 0 auto;
}
.l-mainWrap {
	padding: 20px 20px 0;
}
.l-main__pageHeadingWrap {
	max-width: 1280px;
	width: 100%;
	margin: 10px 0 20px;
	box-sizing: content-box;
}
.l-main__pageHeadingWrap.center {
	margin: 10px auto 20px;
}
.l-main__pageHeading {
	font-size: 2rem;
	font-weight: bold;
}
.c-breadcrumb {
    padding: 4px 50px;
    background: #fff;
}
.c-breadcrumb > ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-breadcrumb > ol > li {
    font-size: 1.2rem;
    color: #696969;

}
.c-breadcrumb > ol > li:not(:last-of-type)::after {
    content: "＞";
}
.c-breadcrumb > ol > li a {
    color: inherit;
	cursor: pointer;
	text-decoration: none;
}
/**************l-footer**************/
.l-footer {
	color: #fff;
	background: #333;
	min-width: 1320px;
	width: 100%;
}
/*.l-footer.type-amount {
	width: 100%;
	min-width: 1380px;
}*/
.l-footer a {
	color: inherit;
	text-decoration: none;
}
.l-footer .l-footer__inner {
	position: relative;
	max-width: 1320px;
	margin: 0 auto;
	padding: 35px 20px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.l-footer .l-footer__primary {
	font-size: 1.4rem;
}
.l-footer .footer-banner {
	text-align: center;
}
.l-footer .footer-logo {
	margin-bottom: 20px;
}
.l-footer .footer-sitemap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.l-footer .footer-sitemap .footer-sitemap__primary {
	-webkit-box-flex: 0;
		-ms-flex: 0 1 30%;
			flex: 0 1 30%;
}
.l-footer .footer-sitemap .footer-sitemap__secondary {
	-webkit-box-flex: 0;
		-ms-flex: 0 1 30%;
			flex: 0 1 30%;
}
.l-footer .footer-sitemap .sitemap-item {
	margin-bottom: 20px;
	text-decoration: none;
}
.l-footer .footer-sitemap .sitemap-item:not(:last-of-type) {
	margin-right: 30px;
}
.l-footer .copyright {
	font-size: 1.2rem;
	color: #949494;
}
/**************Utility**************/
.u-red {
	color: #E61211;
}
.u-gray {
	color: #999;
}
.u-bg-cellGray {
	background-color: #eee !important;
}
.u-bg-cellYellow {
	background-color: #FFFDF0 !important;
}
.u-bg-selectedYellow {
	background-color: #fff6b2 !important;
}
.u-bg-cellLightBlue {
	background-color: #f8f8ff;
}
.u-showToDisp {
	position: relative;
	right: 0;
}
.u-hideFromDisp {
	position: absolute;
	right: 100%;
}
.u-sp-bold {
	font-weight: normal;
}
.u-fontBold {
	font-weight: bold;
}
.u-size100 {
	width: 100%;
}
.u-size80 {
	width: 80%;
}
.u-size70 {
	width: 70%;
}
.u-size50 {
	width: 50%;
}
.u-size40 {
	width: 40%;
}
.u-size30 {
	width: 30%;
}
.u-size20 {
	width: 20%;
}
.u-dispPc {
	display: inline-block;
}
.u-dispMb {
	display: none;
}
.u-row-bottomMargin {
	margin-bottom: 8px;
}
.u-row-rightbutton {
	margin-left: 8px;
}
.u-topMargin10 {
	margin-top: 10px;
}
.u-textCenter {
	text-align: center;
}
.u-textLeft {
	text-align: left;
}
.u-textRight {
	text-align: right;
}
.u-ofMargin {
	margin: 0 8px;
}
.u-marginAuto {
	margin: auto;
}

.u-lineHeading {
	font-size: 2.6rem;
	border-left: solid 3px #009DEE;
	padding: 5px 0 5px 10px;
	line-height: 1;
}
.u-error input.input-error, .u-error select.input-error,.u-error textarea.input-error,
.u-error .select2-container--default .select2-selection--single {
	border: solid 1px #E92F2E;
	background-color: #ffebef;
}
.u-errorMessage {
	width: 100%;
	font-size: 1.4rem;
	font-weight: bold;
    color: #E92F2E;
    padding: 5px 5px 0px 5px;
    margin-top: 0px;
    line-height: 1.5;
	display: none;
}
.u-error .u-errorMessage.on {
	display: block;
}
.u-width160 {
	width: 160px;
}
.u-width120 {
	width: 120px;
}
.u-displayFlex {
	display: flex;
}
.u-displayFlex__alignCenter {
	align-items: center;
}
/**************component**************/

.c-btn-expand {
	position: absolute;
	top: 0;
	right: 0px;
}
.c-btn-container {
	position: relative;
	border: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.c-btn-container.minus::after {
	position: absolute;
	content: 'ー';
	top: -7px;
	right: 5px;
	font-size: 10px;
}
.c-btn-container.plus::after {
	position: absolute;
	content: '+';
	font-size: 18px;
	top: -14px;
	right: 5px;
}
.c-btn-register {
	background: linear-gradient(to bottom,
		#f8f8f8 0%,
		#fff 21.18%,
		#fff 34.48%,
		#efefef 80.3%,
		#e2e2e2 100%
	);
	border: 1px solid #DD4304;
	border-radius: 10px;
	color: #DD4304;
	font-weight: bold;
}
.c-bgBase {
	background-color: #F6F6F4;
}
.c-bgModal, .p-bgModal__ImportantNotices {
	display: none;
	height: 100vh;
	width: 100%;
	background: rgba(0,0,0,0.7);;
	position: fixed;
	top: 0;
	left: 0;
}
.c-bgModal__wrapper {
	background-color: #fff;
	padding: 30px;
}
.closeModal {
	cursor: pointer;
	float: right;
	transition: all 0.2s;
}
.closeModal:hover {
	opacity: 0.7;
}
.c-modal {
	background: #fff;
	position: relative;
	padding: 70px 20px;
	width: 50%;
	max-height: 85%;
	overflow-y: auto;
}
.c-modal__show  {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
}
.c-modal__btnClose {
	position: absolute;
	color: #333;
	font-size: 2rem;
	top: 20px;
	right: 20px;
}
.c-modal__heading {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 2.6rem;
	color: #333;
}
.c-modal__lead {
	text-align: center;
	color: #333;
	font-size: 1.6rem;
	margin: 0 auto 20px;
}
.c-form__psssWrap {
	position: relative;
}
.c-btn-videoPlay {
	position: relative;
}
.c-btn-videoPlay::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border-top: 5px solid transparent;
	border-left: 8px solid #D4D4D4;
	border-bottom: 5px solid transparent;
	pointer-events: none;
}
.c-btn__pass {
	position: absolute;
	width: 25px;
	height: 13px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	cursor: pointer;
}
.c-btn__passEye {
	background: url(../img/common/icon_eye.png) center center no-repeat;
	background-size: 100%;
}
.c-btn__passEye-slash {
	background: url(../img/common/icon_eye_slash.png) center center no-repeat;
	background-size: 100%;
}
.c-nf {
	padding: 50px 20px 100px;
	text-align: center;
	max-width: 1000px;
	margin: auto;
}
.c-nf__heading {
	font-size: 4rem;
	margin-bottom: 25px;
}
.c-nf .c-formWrap__txt {
	margin-bottom: 20px;
}
.c-nf ul li {
	line-height: 2;
}
.c-note {
	font-size: 1.2rem;
	padding-left: 1.3rem;
	position: relative;
}
.c-note::before {
	position: absolute;
	content: '※';
	font-size: 1.2rem;
	left: 0;
}
/*Btn*/
.c-btn__solid {
	color: #fff;
	width: 100%;
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.6rem;
	cursor: pointer;
	height: 50px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	transition: 0.3s
	/* padding: 15px 30px; */
}
.c-btn__solidInner {
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	padding: 10px 30px 9px 30px;
}
.c-btn__solid.next::before, .c-btn__solid.back::before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	box-shadow: 0 0px 3px #3F3F3F;
	pointer-events: none
}
.c-btn__solid.next::after, .c-btn__solid.back::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
}
.c-btn__solid.next::before {
	right: 10px;
}
.c-btn__solid.back::before {
	left: 10px;
}
.c-btn__solid.color-blue {
	border:solid 2px #00A2E9;
	background: linear-gradient(to bottom, #FFF,#E2E2E2 5%,#009DEE 8%,#0F86C3 30% ,#074C6F);
	text-shadow: 0 0 6px #0052B1;
}

.c-btn__solid.color-blue.next::after {
	border-left: 6px solid #00A2E9;
	right: 16px;
}
.c-btn__solid.color-blue.back::after {
	border-right: 6px solid #00A2E9;
	left: 16px;
}
.c-btn__solid.color-gold {
	border:solid 2px #B9A05C;
	background: linear-gradient(to bottom, #FFF,#E2E2E2 5%,#EAD7A4 8%,#B9A05C 20% ,#B9A05C 30% ,#886D26);
	text-shadow: 0 0 6px #725301;
}
.c-btn__solid.color-gold.next::after {
	border-left: 6px solid #B9A05C;
	right: 16px;
}
.c-btn__solid.color-gold.back::after {
	border-right: 6px solid #B9A05C;
	left: 16px;
}
.c-btn__solid.color-gray {
	border:solid 1px #848484;
	background: linear-gradient(to bottom, #F6F2F2,#FFFBFB 5%,#D3D9DB 8%,#B2B2B2 30% ,#757575);
	text-shadow: 0 0 6px #434446;
}
.c-btn__solid.color-lightgray {
	border: 1px solid #A3A3A3;
	background: linear-gradient(to bottom,
		#fff 40%,
		#f4f4f4 70%,
		#DDDDDD 100%
	);
	color: #696969;
}
.c-btn__solid.color-gray.next::after {
	border-left: 6px solid #848484;
	right: 16px;
}
.c-btn__solid.color-gray.back::after {
	border-right: 6px solid #848484;
	left: 16px;
}
.c-btn_lightGray {
	padding: 5px 10px;
	color: #333;
	border: solid 1px #979797;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 1% 5%, rgba(242, 242, 240, 1) 13%, rgba(232, 232, 232, 1) 31%, rgba(208, 208, 208, 1) 100%, rgba(179, 179, 179, 1) 79%);
	border-radius: 5px;
}
.c-btn-orange {
	color: #fff;
	border: 1px solid #DD4305;
	background: linear-gradient(to bottom,
		#fff 0%,
		#E96300 2%,
		#DE4504 100%
	);
	border-radius: 10px;
	font-weight: bold;
}
.c-btn__rowPuls , .c-btn__rowDel {
	display: none;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 5px;
	margin: 0 0 0 10px;
	box-sizing: border-box;
	position: relative;
}
.c-btn__rowPuls {
	background-color: #F98484;
}
.c-btn__rowDel {
	background-color: #979797;
}

.c-btn__rowPuls:before, .c-btn__rowPuls:after ,.c-btn__rowDel:before {
	display: inline-block;
	content: '';
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.c-btn__rowPuls:before {
	width: 2px;
	height: 10px;
}
.c-btn__rowDel {
	display: none;
}
.c-btn__rowPuls.active {
	display: inline-block;
}
.c-btn__rowDel.active {
	display: inline-block;
}
.c-btn {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	margin: 2px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.c-btn-search ,.c-btn.color-orange {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border: 2px solid #E96300;
	border-radius: 10px;
	color: #fff;
	background: -webkit-gradient(linear, left bottom, left top, from(#dc4005), color-stop(74.64%, #e96300), color-stop(91.72%, #e96300), color-stop(96.06%, #e2e2e2), to(#e2e2e2));
	background: linear-gradient(to top, #dc4005 0%, #e96300 74.64%, #e96300 91.72%, #e2e2e2 96.06%, #e2e2e2 100%);
	padding: 10px;
	min-width: 242px;
}
.c-btn-search::after, .c-btn.color-orange::after{
	content: "▲";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	font-size: 1rem;
	color: #fff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.c-btn-search:hover {
	opacity: 0.7;
}
.c-btn-search .c-icon {
	margin-bottom: -2px;
}
.c-btn-search2 {
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border: 2px solid #f47f29;
	border-radius: 20px;
	color: #fff;
	background: -webkit-gradient(linear, left bottom, left top, from(#dc4005), color-stop(74.64%, #e96300), color-stop(91.72%, #e96300), color-stop(96.06%, #e2e2e2), to(#e2e2e2));
	background: linear-gradient(to top, #dc4005 0%, #e96300 74.64%, #e96300 91.72%, #e2e2e2 96.06%, #e2e2e2 100%);
	background-image:none;
	padding: 3px 0px 4px;
	min-width: 120px;
	background-color:#f47f29;
}
.c-btn-search2::after {
	content: "▲";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	font-size: 1rem;
	color: #fff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top: -4px;
}
.c-btn-search2 .c-icon {
	margin-bottom: -3px;
}
.c-icon-search {
	display: inline-block;
	background: url("/img/common/icon_search.png") center center/100% 100% no-repeat;
	width: 16px;
	height: 16px;
	margin-left: -10px;
}
.c-btn-sort {
	font-size: 0;
	text-align: right;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.c-btn:hover {
text-decoration: none;
}
.c-btn-control-delete {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 1.4rem;
	line-height: 1;
	background: #F6F6F4;
	padding: 4px 12px;
	border: 1px solid #949494;
	border-radius: 5px;
	min-height: 34px;
	margin: auto;
}
.c-btn-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 1.4rem;
	line-height: 1;
	background: #F6F6F4;
	padding: 4px 15px;
	border: 1px solid #949494;
	border-radius: 5px;
	min-height: 34px;
}
.c-btn-control:hover {
	opacity: 0.7;
}
.c-btn-control:disabled {
	cursor: auto;
}
.c-btn-control:disabled:hover {
	opacity: 1;
}
.c-btn-control:disabled i {
	opacity: .3;
}
.c-btn-cancel {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border: 1px solid #A3A3A3;
	border-radius: 10px;
	color: #696969;
	background: -webkit-gradient(linear, left bottom, left top, from(#dc4005), color-stop(74.64%, #e96300), color-stop(91.72%, #e96300), color-stop(96.06%, #e2e2e2), to(#e2e2e2));
	background: linear-gradient(to top, #D9D9D9 0%, #EFEFEF 30%, #FFFFFF 70%, #FFFFFF 80%, #F8F8F8 100%);
	padding: 10px;
	min-width: 242px;
}
.c-btn-cancel::after {
	content: "▲";
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -5px;
	font-size: 1rem;
	color: #D4D4D4;
	-webkit-transform: rotate(270deg);
			transform: rotate(270deg);
}
.c-btn-number {
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	border: none;
	border-radius: 2px;
	color: #2284B6;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3D3D3));
	background: linear-gradient(to bottom, #FFFFFF 0%, #D3D3D3 100%);
	-webkit-box-shadow: 0 0 2px rgba(94, 94, 94, 0.6);
			box-shadow: 0 0 2px rgba(94, 94, 94, 0.6);
	padding: 7px;
	min-width: 50px;
}
.c-btn-number:hover {
	color: #fff;
	background: #2284B6;
}
.c-btn-number:disabled {
	background: linear-gradient(to bottom, #cdcdcd 0%, #c9c9c9 100%);
	color: #9d9d9d;
	cursor: unset;
}

.c-btnPlus , .c-btnMinus {
	border-radius: 50%;
	height: 18px;
	width: 18px;
	position: relative;
	display: block;
}
.c-btnPlus {
	background-color: #D59090;
}
.c-btnMinus {
	background-color: #5DA0BE;
}
.c-btnPlus::before, .c-btnMinus::before {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
	height: 2px;
	width: 10px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.c-btnPlus::after {
	content: '';
	position: absolute;
	display: block;
	background-color: #fff;
	height: 10px;
	width: 2px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;

}
.c-btn-type-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	position: relative;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border: 2px solid #E96300;
	border-radius: 10px;
	color: #fff;
	background: -webkit-gradient(linear, left bottom, left top, from(#dc4005), color-stop(74.64%, #e96300), color-stop(91.72%, #e96300), color-stop(96.06%, #e2e2e2), to(#e2e2e2));
	background: linear-gradient(to top, #dc4005 0%, #e96300 74.64%, #e96300 91.72%, #e2e2e2 96.06%, #e2e2e2 100%);
	padding: 10px;
	margin: 0;
	width: 406px;
	height: 90px;
}
.c-btn-type-1 .c-icon {
	margin-bottom: -2px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -19px;
}
.c-btn-type-1:hover {
	opacity: 0.7;
}
.c-btn-type-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	position: relative;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	border: 2px solid #5DB9E2;
	border-radius: 10px;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#008ad1), color-stop(9.85%, #36abe9), color-stop(15.76%, #42b2ef), color-stop(33.5%, rgba(53, 176, 244, 0.94)), color-stop(80.3%, #1d8dcc), to(#007ec1));
	background: linear-gradient(#008ad1 0%, #36abe9 9.85%, #42b2ef 15.76%, rgba(53, 176, 244, 0.94) 33.5%, #1d8dcc 80.3%, #007ec1 100%);
	padding: 10px;
	margin: 0;
	width: 764px;
	height: 120px;
}
.c-btn-type-4 .c-icon {
	margin-bottom: -2px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
}
.c-btn-type-4:hover {
	opacity: 0.7;
}
.c-btn-type-5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	position: relative;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	border: 2px solid #5DB9E2;
	border-radius: 10px;
	color: #2284B6;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(21.18%, #fff), color-stop(34.48%, rgba(255, 255, 255, 0.94)), color-stop(80.3%, #e3e3e3), to(#c1c1c1));
	background: linear-gradient(#fafafa 0%, #fff 21.18%, rgba(255, 255, 255, 0.94) 34.48%, #e3e3e3 80.3%, #c1c1c1 100%);
	padding: 10px;
	margin: 0;
	width: 764px;
	height: 120px;
}
.c-btn-type-5 .c-icon {
	margin-bottom: -2px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
}
.c-btn-type-5:hover {
	opacity: 0.7;
}
.c-icon {
	margin-right: 5px;
}
.c-icon__check {
	display: block;
	width: 12px;
	height: 7px;
	border-left: 2px solid #008cb5;
	border-bottom: 2px solid #008cb5;
	transform: rotate(-45deg);
	margin: auto;
}
/*輸送一覧の表示*/
.orderlist-table .c-icon {
	margin-right: 3px;
}
.orderlist-table .c-icon-photolight,
.orderlist-table .c-icon-photoroute,
.orderlist-table .c-icon-photopremium {
	width: 19px;
	height: 19px;
}
.c-odrTb-tooltip {
	width: 100%;
	text-align: center;
}
.c-icon-reload {
	display: inline-block;
	background: url(/img/common/icon_reload.png) center center/100% 100% no-repeat;
	width: 18px;
	height: 18px;
}
.c-icon-photolight {
	display: inline-block;
	background: url(/img/common/icon_camera_2.svg) center center/100% 100% no-repeat;
	width: 21px;
	height: 21px;
}
.c-icon-photopremium {
	display: inline-block;
	background: url(/img/common/icon_camera_1.svg) center center/100% 100% no-repeat;
	width: 21px;
	height: 21px;
}
.c-icon-photoroute {
	display: inline-block;
	background: url(/img/common/icon_camera_3.svg) center center/100% 100% no-repeat;
	width: 21px;
	height: 21px;
}
.c-icon-photoautolease {
	display: inline-block;
	background: url(/img/common/icon_camera_4.svg) center center/100% 100% no-repeat;
	width: 21px;
	height: 21px;
}
.c-icon-numbercat {
	display: inline-block;
	/* background: url(/img/common/icon_numbercut_1.svg) center center/100% 100% no-repeat; */
	background: url(/img/common/icon_numbercut_1_1w.svg) center center/100% 100% no-repeat;
	width: 21px;
	height: 21px;
}
.c-icon-numbercutsub {
	display: inline-block;
	background: url(/img/common/icon_numbercut_1_2w.svg) center center/100% 100% no-repeat;
	width: 21px;
	height: 21px;
}
.c-icon-carwash {
	display: inline-block;
	background: url(/img/common/icon_carwash_1.svg) center center/100% 100% no-repeat;
	width: 21px;
	height: 21px;
}
.c-icon-edit {
	display: inline-block;
	background: url("/img/common/icon_edit.png") center center/100% 100% no-repeat;
	width: 18px;
	height: 18px;
}
.c-icon-copy {
	display: inline-block;
	background: url("/img/common/icon_copy.png") center center/100% 100% no-repeat;
	width: 17px;
	height: 21px;
}
.c-icon-delete {
	display: inline-block;
	background: url("/img/common/icon_delete.png") center center/100% 100% no-repeat;
	width: 15px;
	height: 20px;
	margin: auto;
}
.c-icon-delete.bulk {
	margin-right: 5px;
}
.c-icon-import {
	display: inline-block;
	background: url("/img/common/icon_export.png") center center/100% 100% no-repeat;
	width: 25px;
	height: 20px;
}
.c-icon-export {
	display: inline-block;
	background: url("/img/common/icon_import.png") center center/100% 100% no-repeat;
	width: 25px;
	height: 20px;
}
.c-icon-signal {
	display: inline-block;
	background: url("/img/common/icon_signal.svg") center center/100% 100% no-repeat;
	width: 25px;
	height: 20px;
}
.c-icon-print {
	display: inline-block;
	background: url("/img/common/icon_print.svg") center center/100% 100% no-repeat;
	width: 25px;
	height: 20px;
}
.c-icon-create {
	display: inline-block;
	background: url("/img/common/icon_create.png") center center/100% 100% no-repeat;
	width: 18px;
	height: 18px;
}
.c-icon-logout {
	display: inline-block;
	background: url("/img/common/icon_logout.png") center center/100% 100% no-repeat;
	width: 21px;
	height: 27px;
}
.c-icon-search {
	display: inline-block;
	background: url("/img/common/icon_search.png") center center/100% 100% no-repeat;
	width: 20px;
	height: 20px;
}
.c-icon-question-1 {
	display: inline-block;
	background: url("/img/common/icon_question_1.png") center center/100% 100% no-repeat;
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	margin-right: 4px;
}
.c-icon-question-2 {
	display: inline-block;
	background: url("/img/common/icon_question_bl.svg") center center/100% 100% no-repeat;
	width: 16px;
	height: 16px;
	vertical-align: bottom;
	margin-left: 4px;
	margin-top: 2px;
}
.c-icon-question-span {
	display: inline-block;
	background: url("/img/common/icon_question_span.svg") center center/100% 100% no-repeat;
	width: 16px;
	height: 16px;
	vertical-align: bottom;
	margin-left: 4px;
	margin-top: 2px;
}
.c-icon-arrowR {
	position: absolute;
	top: calc(50% + 0.5px);
	right: 5px;
	transform: translateY(-50%);
	display: inline-block;
	background: url("/img/common/icon_arrow_right.svg") center center/100% 100% no-repeat;
	width: 12px;
	height: 12px;
}
.c-icon-arrowL {
	position: absolute;
	top: calc(50% + 0.5px);
	left: 5px;
	transform: translateY(-50%);
	display: inline-block;
	background: url("/img/common/icon_arrow_left.svg") center center/100% 100% no-repeat;
	width: 12px;
	height: 12px;
}
/* .c-style-arrow-right-bar {
	position: relative;
}
.c-style-arrow-right-bar::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 2px;
	border-radius: 5px;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
	background-color: #04A1E9;
}
.c-style-arrow-right::before {
	position: absolute;
	content: '';
	width: 2px;
	height: 7px;
	border-radius: 5px;
	top: 23%;
	right: 6px;
	transform: rotate(-45deg);
	background-color: #04A1E9;
}
.c-style-arrow-right::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 2px;
	border-radius: 5px;
	top: 58%;
	right: 3.5px;
	transform: rotate(-45deg);
	background-color: #04A1E9;
}
.c-style-arrow-left-bar {
	position: relative;
}
.c-style-arrow-left-bar::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 2.5px;
	border-radius: 5px;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
	background-color: #04A1E9;
} */
/* .c-style-arrow-left::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 2px;
	border-radius: 5px;
	top: calc(50% - 2px);
	left: 4px;
	transform: rotate(-45deg);
	background-color: #04A1E9;
}
.c-style-arrow-left::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 2px;
	border-radius: 5px;
	top: calc(50% + 2px);
	left: 4px;
	transform: rotate(45deg);
	background-color: #04A1E9;
} */
.c-input-double {
	position: relative;
	display: flex;
	width: 92px;
	transition: all 0.2s;
}
.p-routeDistance-formArea__flex:first-child .c-input-double:hover {
	cursor: pointer;
}
.c-input-double:focus-within {
	border: 1px solid #00A2E9 !important;
}
.c-input-double-interupt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.c-input-double input:first-child {
	border-right: none;
	width: 45px;
	text-align: center;
	box-sizing: border-box;
	padding-bottom: 4px;
}
.c-input-double input:last-child {
	border-left: none;
	width: 45px;
	text-align: center;
	box-sizing: border-box;
	padding-bottom: 4px;
}
.c-changeBorder {
	border-color: solid 1px #00A2E9;
}
.c-table {
	overflow-x: hidden;
    min-width: 1280px;
}
.c-table table {
	display: block;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
    table-layout: fixed;
}
.c-table thead {
	position: sticky;
    top: 0;
    z-index: 1;
}
.c-table th {
	position: relative;
	color: #fff;
    background: #696969;
    text-align: center;
    line-height: 1.1;
    height: 38px;
	padding: 10px 17px;
	vertical-align: middle;
	font-size: 1.2rem;
    border-left: 1px solid #E2E2E2;
    white-space: nowrap;
	box-sizing: border-box;
}
.c-table th:first-child {
	border-left: 1px solid #696969;
}
.c-table td {
	position: relative;
    text-align: center;
    line-height: 1.1;
    height: 32px;
	padding: 6px 25px;
	vertical-align: middle;
	font-size: 1.4rem;
    border: 1px solid #707070;
	border-top: none;
    white-space: nowrap;
	box-sizing: border-box;
	font-weight: bold;
}
.choose-copyBtn:hover {
	cursor: pointer;
	transition: all 0.2s;
}
.choose-copyBtn:hover {
	opacity: 0.7;
}
.c-icon-copy-ToRight {
	display: inline-block;
	background: url("/img/common/icon_copyToRight.svg") center center/100% 100% no-repeat;
	width: 40px;
	height: 40px;
}
.c-icon-copy-ToLeft {
	display: inline-block;
	background: url("/img/common/icon_copyToLeft.svg") center center/100% 100% no-repeat;
	width: 40px;
	height: 40px;
}
.c-icon-arrow {
	display: inline-block;
	width: 10px;
	height: 6px;
	vertical-align: bottom;
}
.c-icon-arrow.down {
	background: url("/img/common/icon_arrow_1.png") center center/100% 100% no-repeat;
}
.c-icon-arrow.up {
	background: url("/img/common/icon_arrow_1.png") center center/100% 100% no-repeat;
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
}
.c-icon-triangle-1 {
	display: inline-block;
	background: url("/img/index/icon_arw_1.png") center center/100% 100% no-repeat;
	width: 38px;
	height: 38px;
	font-size: 0;
}
.c-icon-triangle-4 {
	display: inline-block;
	background: url("/img/index/icon_arw_4.png") center center/100% 100% no-repeat;
	width: 9px;
	height: 14px;
	font-size: 0;
}

.c-icon-triangle-5 {
	display: inline-block;
	background: url("/img/index/icon_arw_5.png") center center/100% 100% no-repeat;
	width: 9px;
	height: 14px;
	font-size: 0;
}
.c-icon-night {
    display: inline-block;
    vertical-align: middle;
    background: url(/img/common/icon_night.svg) center center/100% 100% no-repeat;
    width: 20px;
    height: 26px;
	display: none;
}
.c-icon_headsup {
    display: inline-block;
    vertical-align: middle;
    background: url(/img/common/icon_headsup.svg) center center/100% 100% no-repeat;
    width: 25px;
    height: 25px;
}

.c-btn__fileclear {
	display: none;
}
.c-btn__fileUp {
	/*font-weight: bold;*/
}
.c-uploadFileName {
	margin: 5px 0 20px;
	color: #ccc;
}
.c-uploadFileName.active {
	color: #979797;
	word-break: break-all;
}
.c-form__required {
	display: inline-block;
	color: #E92F2E;
	margin-left: 5px;
	padding: 2px 0 0;
	font-size: 1.4rem;
}
/*c-form*/
.c-formWrap {
	padding:30px 20px 160px;
}
.c-formWrap__hedding {
	font-size: 3rem;
	margin-bottom: 5px;
	text-align: center;
}
.c-formWrap__txt {
	text-align: center;
	margin-top: 20px;
}
/*GOスタッフ登録完了画面＞アプリDLバナー*/
.c-formWrap .goappdl {
	display: flex;
	justify-content: center;
	margin: 50px auto 0;
}
.c-formWrap .goappdl_gp {
	margin-right: 5%;
}
.c-formWrap .goappdl_as {
	display: flex;
	align-items: center;
}
.c-formWrap .goappdl_gp img {
	width: 268.733px;
}
.c-formWrap .goappdl_as img {
	width: 225.867px;
}
@media screen and (max-width:652px) {
	.c-formWrap .goappdl {
	margin-top: 8.74vw;
}
	.c-formWrap .goappdl_gp img {
	width: 44vw;
}
	.c-formWrap .goappdl_as img {
	width: 36.5vw;
}
}
.c-form {
	max-width: 1280px;
	width: 100%;
	display: block;
	border-radius: 5px;
	background-color: #fff;
	margin: 20px auto 0;
	padding: 60px 20px 80px;
	box-sizing: border-box;
}
.c-form__inner {
	max-width: 820px;
	margin: 0 auto;
}
.c-form__row {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
}
.c-form__row .row-hedding {
	width: 345px;
	margin-right: 10px;
	padding: 5px 10px 0;
	display: inline-block;
	font-weight: bold;
}
/*ハイフンなし注記*/
.c-form__row .row-hedding .row-val__note {
    font-size: 1.2rem;
    font-weight: 400;
    color: #979797;
    padding-top: 5px;
}
@media screen and (max-width:520px) {
	.c-form__row .row-hedding br {
		display: none;
	}
	.c-form__row .row-hedding .row-val__note {
		margin-left: 5px;
	}
}
.c-form__confirm .c-form__row .row-hedding {
	padding: 0 10px 0;
}
.c-form__required {
	display: inline-block;
	color: #E92F2E;
	margin-left: 5px;
	padding: 1px 0 0;
	font-size: 1.4rem;
}
.c-form__row .row-val {
	max-width: 590px;
	width: 100%;
	padding: 0 10px 0 0;
}
.c-form__row .row-valCol2 {
	display: flex;
	justify-content: space-between;
}
.c-form__row .row-valCol2 .row-valCol2__item {
	width: 48%;
}
.c-form__row .row-valCol2 .row-valCol2__item:first-child {
	margin-bottom: 0;
}
.c-form__row .row-val .row-val__note {
	font-size: 1.2rem;
	color: #979797;
	padding-top: 5px;
}

.c-form__noticeBox {
	max-width: 700px;
	margin: 40px auto 20px;
	padding: 20px;
	text-align: center;
	background-color: #F8F8FB;
	box-sizing: border-box;
}
.noticeBox-text {
	margin-bottom: 20px;
}
.c-form__Agree {
	max-width: 500px;
	width: 100%;
	text-align: center;
	margin: 10px auto 20px;
}
.c-form__btnArea {
	max-width: 550px;
	margin: 40px auto;
}
.c-form__btnArea.btnArea_col2 {
	max-width: 620px;
	display: flex;
	flex-flow: row-reverse;
}
.c-form__btnArea.btnArea_col2 .c-btn__solid{
	max-width: 290px;
	width: 100%;
	margin-bottom: 0;
}
.c-form__btnArea.btnArea_col2 .c-btn__solid:first-child {
	margin-bottom: 0;
}
.c-form__linkArea {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    margin-top: 0px;
    margin-left: 30%;
}

.c-form__linkArea a {
    display: inline;
    margin: 0 5px;
}

.c-icon_complete {
	position: relative;
	margin: auto;
	width: 66px;
	height: 66px;
	background-color: #00A2E9;
	border-radius: 50%;
	margin-bottom: 30px;
}
.c-icon_complete::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 5px;
	width: 30px;
	height: 15px;
	margin: auto;
	border-left: 6px solid #fff;
	border-bottom: 6px solid #fff;
	transform: rotate(-45deg);
}
.c-icon_error {
	position: relative;
	margin: auto;
	width: 66px;
	height: 66px;
	background-color: #777;
	border-radius: 50%;
	margin-bottom: 30px;
}
.c-icon_error::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -30px;
	width: 0px;
	height: 6px;
	margin: auto;
	border-left: 6px solid #fff;
}
.c-icon_error::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 12px;
	width: 0px;
	height: 25px;
	margin: auto;
	border-left: 6px solid #fff;
}
.c-search {
	width: 1280px;
	margin: 0 auto;
}
.c-search .header-item {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-template-rows: 40px 40px 40px 40px 40px;
    gap: 0px 0px;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-template-rows: 32px;
    gap: 0px 1%;
    grid-template-areas: "item-col1 item-col2 item-col3 item-col4";
    margin-bottom: 0px;
    font-size: 1.2rem;
}
.c-search .header-item .item-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    /* width: 300px; */
}
.c-search .header-item .item-col1 {
    grid-area: item-col1;
}
.c-search .header-item .item-col2 { grid-area: item-col2; }
.c-search .header-item .item-col3 { grid-area: item-col3; }
.c-search .header-item .item-col4 { grid-area: item-col4; }
.c-search input,
.c-search select{
	border: none;
	border-radius: 0px;
	height: 30px;
}
.c-search .header-item dt,
.c-search .header-item dd,
.c-search .header-item dt *,
.c-search .header-item dd *{
	box-sizing: border-box;
}
.c-search .header-item .border01{
	border: 1px solid #696969;
}
.c-search .header-item .border02{
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	border-right: 1px solid #696969;
}
.c-search .header-item .border03{
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
}
.c-search .header-item .border04{
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
}
.c-search .header-item .border05{
	border-right: 1px solid #696969;
}
.c-search .header-item .border06{
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
}
.c-search .header-item dd.border_st > select{
	border-bottom: 1px solid #696969;
	border-right: 1px solid #696969;
	border-radius: 0px;
}
.c-search .form-control {
	border-radius: 0px;
}
.c-search .header-item .item-list > dt,
.c-search .header-item .item-list > dd{
	height: 32px;
}
.c-search .header-item .item-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}
.c-search .header-item .item-list > dt {
    flex: 0 0 89px;
    background: #F6F6F4;
    padding: 0px;
    margin-right: 0px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	height: 32px;
}
.c-search .header-item .item-list dd {
	width: 100%;
    padding: 0px;
}
.c-search .header-item .item-list dd.u-ofMargin {
	width: auto;
	margin: 0 2px;
	font-size: 1rem;
	padding-top: 8px;
}
.c-search .header-itembtn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: right;
    align-items: baseline;
}
.c-search .btn-clear {
	font-size: 1.2rem;
}
.c-search .wid_w {
  margin: 10px 10px 0px 15px;
}
.c-search td{
	vertical-align: middle;
}
.c-search th{
	background-color: #F6F6F4;
	width: 120px;
	height: 34px;
	font-weight: normal;
	font-size: 1.4rem;
	vertical-align: middle;
}
.c-search td.u-ofMargin{
	max-width: 20px;
	width: 20px;
	text-align: center;
	font-size: 1rem;
}
@media screen and (max-width: 1380px) {
	.c-search {
		margin-right: 50px;
	}
}
.c-searchTable th {
	background-color: #F6F6F4;
    width: 120px;
    height: 34px;
    font-weight: normal;
    font-size: 1.4rem;
    vertical-align: middle;
}
.c-searchTable td {
    vertical-align: middle;
	font-size: 1.4rem;
	padding-right: 10px;
}
.c-searchTable select {
    border-radius: 0px;
    width: 150px;
    height: 36px;
    padding: 3px 22px 2px 8px;
}
.c-searchTable__border {
	border: solid 1px #696969;
	height: 36px;
	display: inherit;
	vertical-align: middle;
}
.c-bodyTable th, .c-bodyTable td {
    font-size: 1.2rem;
    padding: 5px;
    border: 1px solid #E2E2E2;
    white-space: nowrap;
    vertical-align: middle;
}
.c-bodyTable__th {
    color: #fff;
    background: #696969;
    text-align: center;
}
.c-bodyTable__th.u-bgcol__darkgreen {
	background: #F8F8DD;
}
.c-bodyTable__th.u-bgcol__lightgreen {
	background: #94a385;
}
.c-bodyTable__th.u-bgcol__darkblue {
	background: #94a385;
}
.c-bodyTable__th.u-bgcol__lightblue {
	background: #859da3;
}
.c-bodyTable__th.u-bgcol__darkGray {
	background: #94a385;
}
.c-bodyTable__th.u-bgcol__lightGray {
	background: #D4D4D4;
	color: #b0acac;
}
.c-bodyTable td {
    padding: 3px 5px;
    white-space: normal;
}
.table-nav-wrapper {
	-webkit-overflow-scrolling: touch;
	margin-bottom: 10px;
	max-width: 1495px;
}
.table-nav-wrapper a {
	text-decoration: none;
}
.table-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	max-width: 1495px;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: space-between;
	align-items: flex-end;
}
.table-nav .table-nav-box-1 {
	-webkit-box-flex: 0;
		-ms-flex: 0 1 32%;
			flex: 0 1 32%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.table-nav .table-nav-box-1 .nav-item {
	margin-right: 10px;
}
.table-nav .table-nav-box-2 {
	-webkit-box-flex: 0;
		-ms-flex: 0 1 28%;
			flex: 0 1 28%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.table-nav .table-nav-box-2 .nav-item {
	margin-right: 10px;
}
.table-nav .table-nav-box-3 {
	-webkit-box-flex: 0;
		-ms-flex: 0 1 40%;
			flex: 0 1 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	padding-left: 1em;
}
.table-nav .table-nav-box-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
		justify-content: flex-end;
	padding-left: 1em;
}
.table-nav .nav-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
}
.table-nav .nav-text-1 {
	font-size: 1.2rem;
	color: #5DB9E2;
	white-space: normal;
}
.table-nav .nav-text-2 {
	font-size: 1.4rem;
	white-space: nowrap;
	margin: 0 0 0 10px;
}

.c-numBadge {
    position: absolute;
	height: 15px;
    right: 8px;
    top: 4px;
    background-color: #BC0000;
    color: #fff;
    text-align: center;
    padding: 3px  2px 0px 2px;
	border-radius: 40%;
	line-height: 1;
}
.c-numBadge.chat {
    padding: 3px  3px 0px 3px;
}
.c-numBadge::before {
	content: '';
	position: absolute;
	width:10px;
	height:15px;
	border-radius:100% 0 0 100%/50% 0 0 50%;
	background:#BC0000;
	top: 0;
    bottom: 0;
    left: -3px;
}
.c-numBadge::after{
	content: '';
	position: absolute;
	width:10px;
	height:15px;
	border-radius:0 100% 100% 0%/0 50% 50% 0;
	background:#BC0000;
	top: 0;
    bottom: 0;
    right: -3px;
}
.c-numBadge_inner {
	position: relative;
	z-index: 10;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1;
	vertical-align: text-top;
	cursor: default;
}
.c-numBadge__warp {
	position: relative;
	display: inline-block;
}
.c-numBadge__warp .c-numBadge {
	right: -12px;
    top: -9px;
}
.c-icon-new-rectangle {
	position: absolute;
    left: 2px;
    top: 2px;
	text-align: center;
    font-size: 8px;
    color: #ffffff;
    font-weight: bold;
    padding: 1px 2px;
    background-color: #dc030f;
	z-index: 1;
}

/*共通見出し*/
.page-heading-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
.page-heading-1::before {
	content: "";
	display: block;
	width: 40px;
	height: 6px;
	background: #5DB9E2;
	margin-top: 10px;
	margin-right: 20px;
}

.page-heading-1::after {
	content: "";
	display: block;
	width: 40px;
	height: 6px;
	background: #5DB9E2;
	margin-top: 10px;
	margin-left: 20px;
}

.page-heading-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 4rem;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 6px #008cb5;
}
.page-heading-2::before {
	content: "";
	display: block;
	width: 40px;
	height: 6px;
	background: #fff;
	margin-top: 10px;
	margin-right: 20px;
	-webkit-box-shadow: 0 0 6px #008cb5;
			box-shadow: 0 0 6px #008cb5;
}

.page-heading-2::after {
	content: "";
	display: block;
	width: 40px;
	height: 6px;
	background: #fff;
	margin-top: 10px;
	margin-left: 20px;
	-webkit-box-shadow: 0 0 6px #008cb5;
			box-shadow: 0 0 6px #008cb5;
}
/**contact**/
.contact {
	position: relative;
	z-index: 1;
	padding: 75px 20px;
	color: #fff;
	background: url("/img/index/top_contact_bg_1.jpg") center center/cover no-repeat;
}

.contact .contact__header {
	margin-bottom: 60px;
}

.contact .more:not(:last-of-type) {
	margin-bottom: 30px;
}

/***** 重要なおしらせモーダル *****/
.p-modalImportantNotices {
	min-width: 500px;
}
.p-modalImportantNotices__contents .c-btn {
	width: 200px;
	display: block;
	margin: auto;
}
.p-modalImportantNotices .c-modal__btnClose {
	color: #333;
}
@media screen and (min-width:520px) {
	input[type=submit]:hover, input[type=button]:hover, a:hover, input[type=file] ,button:hover, select:hover ,.c-btn__solid:hover, input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
		opacity: .8;
	}
}
@media screen and (max-width:1024px) {
	.l-main {
		padding: 60px 0 0;
	}
	.c-btn-type-4 {
		font-size: 2rem;
		width: 100%;
		height: 100px;
	}
	.c-btn-type-4 .c-icon {
		right: 10px;
	}
	.c-btn-type-5 {
		font-size: 2rem;
		width: 100%;
		height: 100px;
	}
	.c-btn-type-5 .c-icon {
		right: 10px;
	}
	.page-heading-1 {
		font-size: 2.6rem;
	}
	.page-heading-1::before {
		width: 20px;
		height: 3px;
		margin-top: 5px;
		margin-right: 10px;
	}
	.page-heading-1::after {
		width: 20px;
		height: 3px;
		margin-top: 5px;
		margin-left: 10px;
	}
	.page-heading-2 {
		font-size: 2.6rem;
	}
	.page-heading-2::before {
		width: 20px;
		height: 3px;
		margin-top: 5px;
		margin-right: 10px;
	}
	.page-heading-2::after {
		width: 20px;
		height: 3px;
		margin-top: 5px;
		margin-left: 10px;
	}
	.contact {
		padding: 30px 16px 60px;
	}
	.contact .contact__header {
		margin-bottom: 20px;
	}
	.c-icon-triangle-1 {
		width: 26px;
		height: 26px;
	}
	.c-btn-type-1 {
		font-size: 2rem;
		width: 300px;
		height: 70px;
	}
	.c-btn-type-1 .c-icon {
		margin-top: -12px;
	}
	.u-dispPc {
		display: none;
	}
}
@media screen and (max-width:520px) {
	.l-main {
		padding: 16vw 0 0;
	}
}
.RadioPostinRoop1::before,
.RadioPostinRoop2::before,
.RadioPostinRoop9::before {
	background-color: #eee;
}
.master_only {
	color: #007341;
}

.price-detail-btn-area {
	margin-top: 0px;
	margin-bottom: 5px;
}

.btn_detail {
	padding: 3px 5px;
}
.btn_detail.smart {
	padding: 0px 5px;
}

.p-item_Title {
    display: flex;
    flex-flow: row;
}

.p-item_Title .order {
    min-width: 66px;
}

.p-item_Title .title_fixed {
    word-break: break-all;
}
.c-mordal_title{
	text-align: center;
	margin-bottom: 16px;
	font-size: 2.6rem;
}