/* ===== merged from business/business.css ===== */
@charset "UTF-8";
/*------------------------------------*
		INDEX
*------------------------------------*/
/**
 * -- 共通 --
 * 【00】・・・各ページ共通
 *
 * -- トップ系 --
 * 【01】・・・トップ
 * 【02】・・・xxx
 *
 * -- サービス系 --
 * 【03】・・・駅データ
 * 【04】・・・xxx
 * 【xx】・・・xxx
 * 【xx】・・・xxx
 *
 * -- xx系 --
 * 【xx】・・・xxx
 * 【xx】・・・xxx
 *
 * -- その他 --
 * 【xx】・・・お問い合わせ
 * 【xx】・・・エラー
 */
 
/*------------------------------------*
	【00】各ページ共通
*------------------------------------*/
html {
	min-height: 100%;
	/* position: relative; */
}

body {
	font: 13px / 1.6 "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic";
	font-size: 15px;
	min-width: 1120px;
}

.body-wrap { /*common.cssの打ち消し*/
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

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

.flt-l {
	float: left;
}

.flt-r {
	float: right;
}

.inner {
	margin:0 0 40px 0;
}

.layout-basic footer {
	margin-top: 0; /*common.cssの打ち消し*/
}

/* ヘッダー */
.header-wrap .header-business.header-inner {
	height: 80px;
}

.logo-wrap.for-business {
	width: 290px;
}
	
.logo-wrap.for-business .logo {
	display: block;
	text-indent: -300px;
	margin-top: 20px;
	background-image: url(../../img/pc/common/site-logo-type02.png);
	background-position: unset!important;
	background-repeat: no-repeat;
	width: 240px;
	/* height: 36px; */
	margin-left: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx){
		.logo-wrap.for-business .logo {
			background-image: url("../../img/pc/common/site-logo-type02@2x.png");
			background-size: 240px 36px;
		}
}

.header-wrap .header-account li::before {
    vertical-align: middle;
}
/* ヘッダー内お問い合わせ */
.header-contact-wrap {
	display: table;
    padding-top: 18px;
    margin-left: auto;
}

.header-contact-wrap .contact-item {
	width: 240px;
    vertical-align: top;
}

.header-contact-wrap .contact-item.contact-tel {
	text-align: right;
	padding-right: 0;
}

.header-contact-wrap .contact-item.contact-tel span {
	font-size: 11px;
}

.header-contact-wrap .contact-item.contact-tel a {
	margin-bottom: 0;
}


/* フッター */
body.error-page { /*エラーページ用に調整*/
	margin-bottom: 60px;
}

body.error-page .footer-copyright-wrap { /*エラーページ用に調整*/
	bottom: 0;
	height: 60px;
	position: absolute;
}

.footer-copyright-wrap {
	background-color: #eee;
	width: 100%;
	height: 60px;
}

.layout-basic .footer-wrap .footer-copyright.type02 {
	font-size: 12px;
	line-height: 60px;
	padding: 0;
}

/* 見出し */
h2.ttl-line01 {
	font-size: 26px;
	font-weight: bold;
	border-bottom: 4px solid #cdcdcd;
	padding-bottom: 15px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
	margin-top: 0;
}

h2.ttl-line01:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100px;
	border-bottom: 4px solid #4073cb;
}

h2.ttl-normal {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.7px;
	margin-top: 0;
	margin-bottom: 25px;
}

h2.ttl-center01 {
	font-size: 32px;
	font-weight: bold;
    text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	position: relative;
}

h3.ttl-normal {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: -0.5px;
	margin-top: 0;
}

h3.ttl-normal.small {
	font-size: 16.5px;
    line-height: 32px;
}

h3.ttl-line02 {
	border-left: 8px solid #4073cb;
	font-size: 22px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	margin-bottom: 40px;
}

h3.ttl-center02 {
	font-size: 24px;
	font-weight: bold;
    text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	width: 100%;
	position: relative;
}

h3.ttl-center02 span {
    border-bottom: 3px solid #4073cb;
    padding-bottom: 6px;
}

h3.ttl-box {
	background-color: #f3f3f3;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px;
}

h4.ttl-icon {
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-left: 55px;
	margin-top: 0;
}

/*ボタン*/
.btn-type { 
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
}

.btn-type.type01 { /*ボタン(大)*/
	font-size: 20px;
	height: 56px;
	line-height: 56px;
	box-shadow: -2px -4px 0 rgba(0,0,0,0.25) inset;
	vertical-align: bottom;
}

.btn-type.type02 { /*ボタン(小)*/
	font-size: 15px;
	height: 56px;
	line-height: 56px;
    box-shadow: -2px -4px 0 rgba(0,0,0,0.25) inset;
}
.btn-type.type03 {
	font-size: 30px;
	height: 62px;
	line-height: 62px;
	box-shadow: -2px -4px 0 rgba(0,0,0,0.25) inset;
	vertical-align: bottom;
}
.btn-type.type03:hover {
	height: 58px;
	margin-top: 4px;
	box-shadow: 2px 4px 0 rgba(0,0,0,0.25) inset;
	opacity: 1;
}
/*ヘッダー内お問い合わせボタン*/
.header-contact-wrap .btn-type.type01 { 
	font-size: 15px;
	height: 44px;
	line-height: 44px;
    box-shadow: -1px -2px 0 rgba(0,0,0,0.25) inset;
}

.btn-type {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}

.btn-type.type01:hover,
.btn-type.type02:hover {
	height: 52px;
	margin-top: 4px;
	box-shadow: 2px 4px 0 rgba(0,0,0,0.25) inset;
	opacity: 1;
}
.header-contact-wrap .btn-type.type01:hover {
	height: 42px;
	margin-top: 2px;
	box-shadow: 1px 2px 0 rgba(0,0,0,0.25) inset;
}

.btn-clr01 {
	background-color: #ff6060 !important;
	color: #fff !important;
}
.btn-clr02 {
	background-color: #4073cb !important;
	color: #fff !important;
	/* border: 2px solid #4073cb; */
    line-height: 52px !important;
}
.btn-clr03 {
	background-color: #bdbdbd !important;
	color: #fff !important;
	border: 2px solid #bdbdbd;
	line-height: 52px !important;
}
.btn-clr04 {
	background-color: #FFF !important;
	color: #555 !important;
	border: 2px solid #ddd;
	line-height: 52px !important;
	border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.btn-clr02:hover {
	border: none;
}
.btn-clr03:hover {
	border: none;
}
.btn-clr04:hover {
	/* border: none; */
	box-shadow: 1px 3px 0 rgba(0,0,0,0.15) inset!important;
    border-right: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
}
.btn-clr07 {
	background-color: #EB7F00 !important;
	color: #fff !important;
    box-shadow: 1px 2px 0 #BC6500 inset;
}
.btn-type.btn-l {
    width: 400px !important;
	font-size: 24px;
}

.btn-type.btn-m {
	width: 200px;
}

.contact-content .btn-type.btn-m.letter-2 {
	letter-spacing: 5px;
}

.btn-type.btn-s { /*未使用(使用時にサイズ調整)*/
	width: 100px;
}

.btn-type.btn-just { /*未使用(使用時にサイズ調整)*/
	display: inline-block;
	width: auto;
	padding: 0 50px;
}

.btn-type.btn-icon {
	display: inline-block;
	width: auto;
}

.btn-type.type01.btn-icon {
	padding: 0 50px 0 90px;
}

.btn-type.type02.btn-icon {
	padding: 0 35px 0 70px;
}

.header-contact-wrap .btn-type.type01.btn-icon {
	padding: 0 35px 0 70px;
}

.btn-type.type01.icon-mail-wh {
	background: url(../../img/pc/common/icon-mail-wh.png) no-repeat 50px center;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx){
		.btn-type.type01.icon-mail-wh {
			background: url("../../img/pc/common/icon-mail-wh@2x.png") no-repeat 50px center / 27px 20px;
		}
}

.btn-type.type02.icon-mail-wh {
	background: url(../../img/pc/common/icon-mail-wh-s.png) no-repeat 40px 17px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx){
		.btn-type.type02.icon-mail-wh  {
			background: url("../../img/pc/common/icon-mail-wh-s@2x.png") no-repeat 40px 17px / 22px 18px;
		}
}

.header-contact-wrap .btn-type.type01.icon-mail-wh {
	background: url(../../img/pc/common/icon-mail-wh-s.png) no-repeat 38px 12px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx){
        .header-contact-wrap .btn-type.type01.icon-mail-wh  {
			background: url("../../img/pc/common/icon-mail-wh-s@2x.png") no-repeat 38px 12px / 22px 18px;
		}
}

.btn-type.type01.icon-triangle-wh {
	padding: 0 20px 0 40px;
	background: url(../../img/pc/common/icon-triangle-wh.png) no-repeat 20px center;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx){
		.btn-type.type01.icon-triangle-wh {
			background: url("../../img/pc/common/icon-triangle-wh@2x.png") no-repeat 20px center / 14px 18px;
		}
}

/* btn フォントアイコン */
.btn-f-icon:before {
	font-family: "myfont";
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -31px;
	font-size: 16px;
	font-weight: normal;
}
.btn-f-icon.icon-return:before {
	content: "\EA07";
}
button[type="button"]:hover {
	opacity: 0.8;
}
/* チェックボックス */
.check-box-wrap {
	font-size: 14px;
}
.check-box-wrap input[type=checkbox] {
	display: none;
}
.check-box-set {
	position: relative;
	margin-right: 10px;
}
.check-box-wrap .checkbox-label {
	font-weight: normal;
	margin-bottom: 3px;
	display: inline-block;
	padding-left: 25px;
	font-size: 15px;
}
.check-box-wrap .checkbox-label::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 15px;
	background: #f4f4f4;
	border: 1px solid #bbb;
	border-radius: 3px;
	margin-top: -11px;
}
.check-box-wrap input[type="checkbox"]:checked + .checkbox-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 6px;
	height: 9px;
	margin-top: -9px;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	transform: rotate(45deg);
}







/*------------------------------------*
	【xx】お問い合わせ
*------------------------------------*/
/* 共通 */
hr {
	border-top: 4px solid #ddd;
	margin-bottom: 30px;
}
.contact-content {
	padding-top: 20px;
	border-top: 4px solid #e5e5e5;
	margin-bottom: 50px;
}
.contact-content.no-breadcrumb {
	padding-top: 0;
}
.narrow-wrap {
	width: 75%;
	margin: 40px auto 0;
}
.narrow-wrap .caption {
	font-size: 16px;
}
.support-tel {
	background: #e8eff6;
	padding: 30px;
	text-align: center;
}
.support-tel .tel {
	/*font-size: 26px;*/
	margin: 0 10px 0 30px;
}
.support-tel .tel:hover {
	opacity: 0.8;
}
.bg-gray {
	background: #F3F3F3;
}
/* 営業時間テーブル */
.hours-table {
    padding: 20px;
    margin-bottom: 20px!important;
}
.hours-table dl {
    display: table;
    width: 55%;
    margin: 0 auto 5px;
}
.hours-table dt {
	display:table-cell;
	font-size: 15px;
	font-weight: bold;
	width: 5em;
}
.hours-table dd {
	display:table-cell;
}
.hours-table dl:last-child {
    margin: 0 auto;
}
/* お問い合わせフォーム */
.required {
	vertical-align: top;
}
.required-note {
	font-size: 12px;
	text-align: right;
	color: #555;
}
.contact-form {
	width: 100%;
	margin-bottom: 40px;
}
.contact-form textarea {
    resize: none;
}
.form-control::-webkit-input-placeholder {
	color: #bbb;
}
.form-control::-moz-placeholder {
	color: #bbb;
}
.form-control:-ms-input-placeholder {
	color: #bbb;
}
.contact-form dl {
	display:table;
	width: 100%;
	margin-bottom: 25px;
}
.contact-form dl:first-child dt {
	padding-top: 5px;
}
.contact-form dt {
	display:table-cell;
	font-size: 15px;
	font-weight: bold;
	padding-top: 11px;
	width: 25%;
	vertical-align: top;
	height: 40px;
}
.contact-form dt span {
	font-weight: normal;
}
.contact-form dd {
	display:table-cell;
}
.contact-form .form-name {
	display: table;
	width: 100%;
}
.contact-form .form-name span {
	width: 45px;
	font-weight: bold;
	display: table-cell;
	font-size: 15px;
	vertical-align: middle;
}
.contact-form dd input {
	display: table-cell;
}
.contact-form .form-name input + span {
	padding-left: 20px;
	width: 45px;
	box-sizing: content-box;
}
.contact-form .form-control {
	border: 2px solid #ccc;
	border-radius: 5px;
	font-size: 15px;
}
.contact-form input.form-control {
	height: 40px;
}
.note-wrap.type02 {
	font-size: 14px;
	margin-bottom: 40px;
}
.note-wrap.type02 .title {
	font-size: 15px;
	font-weight: bold;
}
.note-wrap.type03 {
	font-size: 14px;
	margin-bottom: 40px;
	border: 1px solid #DDDDDD;
	padding: 15px;
}
.validation-wrap {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1;
}
.validation-wrap .caution {
	margin: 5px 0;
	font-size: 13px;
	color: #e83a22;
	letter-spacing: normal;
}
.validation-wrap p.caution {
	margin: 0;
}
.mark-warning {
	display: inline-block;
	background-color: #e83a22;
	border-radius: 4px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 1px 4px;
	white-space: nowrap;
	vertical-align: middle;
}
.caption-area .mark-warning {
	margin-right: 3px;
}
/*
.check-list label{
	display:block;
	position:relative;
	padding-left:1.5em;
	line-height:2em;
	font-size:15px;
}
.check-list label input{
	position:absolute;
	top:-0.2em;
	bottom:0;
	left:0;
	margin:auto;
}*/
.contact-item-list table {
	width: 100%;
}
.contact-item-list table th {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	width: 200px;
	padding-left: 15px;
}
.contact-item-list table td {
	border: 1px solid #ddd;
	padding: 18px 15px;
}
.contact-item-list.form-result table td {
	padding: 10px 0 10px 15px;
}
span.mark-warning-wrap {
    display: block;
    position: relative;
    height: auto;
}
.contact-item-list table th span.mark-warning {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
}
.contact-item-list table th, .contact-item-list table td {
	vertical-align: middle;
	height: 45px;
}
.contact-item-list.form-result li {
	margin-bottom: 5px;
}
.contact-item-list.form-result li .fe {
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
}
.contact-item-list span + span {
	margin-left: 1em;
}

/* お問い合わせ内容確認 */

.contact-confirm {
	display:table;
	width: 100%;
	margin-bottom: 30px;
}
.contact-confirm dl {
	display:table-row;
}
.contact-confirm dl:first-child dt {
	padding-top: 0;
}
.contact-confirm dt {
	display:table-cell;
	font-size: 15px;
	font-weight: bold;
	padding: 25px 0;
	width: 25%;
	border-bottom: 2px solid #ddd;
}
.contact-confirm dd span:first-child {
	margin-right: 1em;
}
.contact-confirm dd {
	display:table-cell;
	border-bottom: 2px solid #ddd;
	padding-bottom: 25px;
}
.contact-confirm dl:last-child dt,
.contact-confirm dl:last-child dd {
	border-bottom: 4px solid #ddd;
}
.btn-wrap {
	text-align: center;
}

/*------------------------------------*
【xx】エラーページ
*------------------------------------*/

/* 共通 */
h2.ttl-error {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}

.error-content-wrapper {
	/* width: 1120px;
	margin: 0 auto; */
	position: relative;
	text-align: center;
	border-top: 4px solid #e5e5e5;
}

.error-content {
	width: 1120px;
	margin: 0 auto;
	/* padding-top: 200px; */
	padding-top: 140px;
}

.error-content p {
	margin-bottom: 80px;
	line-height: 1.8;
}

hr.below-header {
	border-top: 4px solid #e5e5e5;
	margin: 0;
}

/* ===== merged from business/form.css ===== */
@charset "UTF-8";
/*------------------------------------*
		INDEX
*------------------------------------*/
/**
 * -- 共通 --
 * 【00】・・・各ページ共通
 *
 * -- トップ系 --
 * 【01】・・・トップ
 * 【02】・・・xxx
 *
 * -- サービス系 --
 * 【03】・・・駅データ
 * 【04】・・・xxx
 * 【xx】・・・xxx
 * 【xx】・・・xxx
 *
 * -- xx系 --
 * 【xx】・・・xxx
 * 【xx】・・・xxx
 *
 * -- その他 --
 * 【xx】・・・お問い合わせ
 * 【xx】・・・エラー
 */
 
/*------------------------------------*
	【00】各ページ共通
*------------------------------------*/
.layout-basic {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.footer-wrap {
    position: absolute;
    bottom: 0;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.font-attention {
    color: #E83A22;
}
.circle.font-attention li:before {
    background: #e83a22;
}
/* btn フォントアイコン */
.btn-f-icon:before {
	font-family: "myfont";
	position: absolute;
	top: 50%;
	/* left: 30px; */
	left: 20px;
	/* margin-top: -31px; */
	margin-top: -28px;
	font-size: 16px;
	font-weight: normal;
}
.btn-f-icon:hover:before {
	margin-top: -25px;
}
.btn-f-icon.icon-return:before {
	content: "\EA07";
}
button[type="button"]:hover {
	opacity: 0.8;
}
.border-wrap {
	border: 1px solid #ddd;
	padding: 10px 15px 8px;
}
/* フォーム disabled readonly*/
.form-control[disabled],
.form-control[readonly] {
    background-color: #e5e5e5;
}
/* チェックボックス */
.check-box-wrap {
	font-size: 14px;
}
.check-box-wrap input[type=checkbox] {
	display: none;
}
.check-box-set {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}
.check-box-wrap .checkbox-label {
	font-weight: normal;
	/* margin-bottom: 3px; */
	margin-bottom: 0;
	display: inline-block;
	padding-left: 25px;
	font-size: 15px;
	cursor: pointer;
}
.check-box-wrap .checkbox-label::before {
	content: "";
	display: block;
	position: absolute;
	/* top: 50%; */
	top: 14px;
	left: 0;
	width: 15px;
	height: 15px;
	background: #f4f4f4;
	border: 1px solid #bbb;
	border-radius: 3px;
	margin-top: -11px;
}
.check-box-wrap input[type="checkbox"]:checked + .checkbox-label::after {
	content: "";
	display: block;
	position: absolute;
	/* top: 50%; */
	top: 14px;
	left: 5px;
	width: 6px;
	height: 9px;
	margin-top: -9px;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	transform: rotate(45deg);
}
/* チェックボックス子要素 */
.check-box-set-child {
	margin-left: 20px;
	margin-top: 5px;
}
.check-box-set-child .check-box-set {
	display: inline-block;
}
.check-box-set-child ul li {
	display: inline-block;
	margin-right: 25px;
}
/* ラジオボタン */
.radio-btn-wrap {
	font-size: 14px;
}
.radio-btn-wrap input[type=radio] {
	display: none;
}
.radio-btn-set {
	position: relative;
	/* display: inline-block; */
	margin-right: 10px;
	margin-bottom: 3px;
}
.radio-btn-wrap .radio-label {
	font-weight: normal;
	margin-bottom: 3px;
	/* display: block; */
	display: inline-block;
	padding-left: 23px;
	font-size: 15px;
	cursor: pointer;
}
.radio-btn-wrap .radio-label::before {
	content: "";
	display: block;
	position: absolute;
    /* top: 50%; */
    top: 12px;
	left: 0;
	width: 15px;
	height: 15px;
	background: #f4f4f4;
	border: 1px solid #aaa;
	border-radius: 50%;
	margin-top: -9px;
}
.radio-btn-wrap input[type="radio"]:checked + .radio-label::after {
	content: "";
	display: block;
	position: absolute;
    /* top: 50%; */
    top: 13px;
	left: 5px;
	width: 5px;
	height: 5px;
	background: #666;
	border-radius: 50%;
	margin-top: -5px;
}
.radio-btn-set-textinput {
	margin-left: 23px;
}
/* ラジオボタンdisabled */
input[type=radio][disabled] + .radio-label {
	color: #ccc;
}
input[type=radio][disabled] + .radio-label::before {
	border: 1px solid #ddd;
}
.icon-radio-circle li img {
	margin-right: 13px;
    margin-left: 3px;
}
/* セレクトボックス */
.select-box-wrap {
	position: relative;
	width: 100%;
	/*display: inline-block;*/
	display: block;
	font-size: 0;
	vertical-align: top;
}
.select-box-wrap::after {
	content: "▼";
	font-size: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	pointer-events: none;
	background: none;
	display: initial;
	width: initial;
	height: initial;
}
.select-box-wrap.disabled::after {
	content: none;
}
.select-box-wrap select {
	background: #fff;
	background-image: none;
	height: 40px;
	line-height: 40px;
	padding-right: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding-left: 8px;
	vertical-align: top;
	width: 100%;
	border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
}
.select-box-wrap select[disabled] {
	cursor: default!important;
	background-color: #eee!important;
    color: #bbb!important;
}
.select-box-wrap select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #333;
}
.select-box-wrap select:-moz-focusring * {
	color: #333;
	text-shadow: none;
}
.select-box-wrap select::-ms-expand {
	display: none;
}
.select-box-wrap select:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
/* 住所入力ボタン */
.adress-btn {
	margin-top: -1px;
}
.adress-btn.btn-type.type03 {
	box-shadow: none;
}
.adress-btn.btn-type.type03:hover {
    height: 40px;
    margin-top: 0;
    box-shadow: none;
    opacity: 1;
}
/* フォームエラー */
.contact-form .form-control.form-error {
    background-color: #ffe1e1!important;
    border: 2px solid #e83a22;
}
.select-box-wrap select.form-error {
	background-color: #ffe1e1!important;
    border: 2px solid #e83a22;
}
.btn-type.type03.form-error {
    background-color: #ffe1e1!important;
    border: 2px solid #e83a22!important;
}
.btn-type.type04.form-error {
    background-color: #ffe1e1!important;
    border: 2px solid #e83a22!important;
}
td.form-error {
	background-color: #ffe1e1!important;
}
.form-error .radio-btn-wrap .radio-label::before {
    /* border: 2px solid #e83a22; */
}
.border-wrap.form-error {
    background-color: #ffe1e1!important;
    border: 2px solid #e83a22!important;
}
/*------------------------------------*
	【xx】お問い合わせ
*------------------------------------*/
/* 共通 */
hr {
	border-top: 4px solid #ddd;
	margin-bottom: 30px;
}
.contact-content {
	/* padding-top: 20px; */
	padding-top: 10px;
	border-top: 4px solid #e5e5e5;
	/* margin-bottom: 50px; */
	margin-bottom: 40px;
}
.contact-content.no-breadcrumb {
	padding-top: 0;
}
.narrow-wrap {
	width: 75%;
	margin: 40px auto 0;
}
.narrow-wrap .caption {
	font-size: 16px;
}
.support-tel {
	background: #e8eff6;
	padding: 30px;
	text-align: center;
}
.support-tel .tel {
	/*font-size: 26px;*/
	margin: 0 10px 0 30px;
}
.support-tel .tel:hover {
	opacity: 0.8;
}
.bg-gray {
	background: #F3F3F3;
}
.bg-blue {
	background: #EAF2F4;
}
/* 営業時間テーブル */
.hours-table {
    padding: 20px;
    margin-bottom: 20px!important;
}
.hours-table dl {
    display: table;
    /* width: 55%; */
	width: 50%;
    margin: 0 auto 5px;
}
.hours-table dt {
	display:table-cell;
	font-size: 15px;
	font-weight: bold;
	width: 5em;
}
.hours-table dd {
	display:table-cell;
}
.hours-table dl:last-child {
    margin: 0 auto;
}
/* お問い合わせフォーム */
.required {
	vertical-align: top;
}
.required-note {
	font-size: 12px;
	text-align: right;
	color: #555;
}
.contact-form {
	width: 100%;
	margin-bottom: 40px;
}
.contact-form textarea {
	resize: none;
	cursor: text;
}
.form-control::-webkit-input-placeholder {
	color: #bbb;
}
.form-control::-moz-placeholder {
	color: #bbb;
}
.form-control:-ms-input-placeholder {
	color: #bbb;
}
.contact-form dl {
	display:table;
	width: 100%;
	margin-bottom: 25px;
}
.contact-form dl:first-child dt {
	padding-top: 5px;
}
.contact-form dt {
	display:table-cell;
	font-size: 15px;
	font-weight: bold;
	padding-top: 11px;
	width: 25%;
	vertical-align: top;
	height: 40px;
}
.contact-form dt span {
	font-weight: normal;
}
.contact-form dd {
	display:table-cell;
}
.contact-form .form-name {
	display: table;
	width: 100%;
}
.contact-form .form-name span {
	width: 45px;
	font-weight: bold;
	display: table-cell;
	font-size: 15px;
	vertical-align: middle;
}
.contact-form dd input {
	display: table-cell;
}
.contact-form .form-name input + span {
	padding-left: 20px;
	width: 45px;
	box-sizing: content-box;
}
.contact-form .form-control {
	border: 2px solid #ccc;
	border-radius: 5px;
	font-size: 15px;
}
.contact-form input.form-control {
	height: 40px;
	cursor: text;
}
.note-wrap.type02 {
	font-size: 14px;
	margin-bottom: 40px;
}
.note-wrap.type02 .title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.note-wrap.type03 {
	font-size: 14px;
	margin-bottom: 40px;
	border: 1px solid #DDDDDD;
	padding: 15px;
}
.validation-wrap {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1;
}
.validation-wrap .caution {
	margin: 5px 0;
	font-size: 14px;
	color: #e83a22;
	letter-spacing: normal;
}
.validation-wrap p.caution {
	margin: 0;
}
.validation-wrap .caution .fe:before {
	vertical-align: middle;
	margin-right: 3px;
}
.mark-warning {
	display: inline-block;
	background-color: #e83a22;
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 4px;
	white-space: nowrap;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
}
.mark-warning.headline {
	line-height: 17.6px;
	margin: -1px 0 0 10px;
}

.caption-area .mark-warning {
	margin-right: 3px;
}
.check-box-wrap .mark-warning {
    margin-top: -3px;
    margin-right: 20px;
}
/*
.check-list label{
	display:block;
	position:relative;
	padding-left:1.5em;
	line-height:2em;
	font-size:15px;
}
.check-list label input{
	position:absolute;
	top:-0.2em;
	bottom:0;
	left:0;
	margin:auto;
}*/

.contact-item-list table {
	width: 100%;
}
.contact-item-list table th {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	width: 200px;
	padding-left: 15px;
}
.contact-item-list table td {
	border: 1px solid #ddd;
	/* padding: 18px 0 18px 15px; */
	padding: 18px 15px;
}
.contact-item-list.form-result table td {
	padding: 10px 0 10px 15px;
}
span.mark-warning-wrap {
    display: block;
    position: relative;
    height: auto;
}
.contact-item-list table th span.mark-warning {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -11px;
}
.contact-item-list table th, .contact-item-list table td {
	vertical-align: middle;
	height: 45px;
}
.contact-item-list.form-result li {
	margin-bottom: 5px;
}
.contact-item-list.form-result li .fe {
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 2px;
}
.contact-item-list span + span {
	margin-left: 1em;
}
/* 親子行デザイン */
.contact-item-list table .tr-parent th,
.contact-item-list table .tr-parent td {
	border-bottom: none;
}
.contact-item-list table .tr-child th,
.contact-item-list table .tr-child td {
	border-top: none;
	border-bottom: none;
	padding: 10px 15px;
}
.contact-item-list table .tr-child th {
	padding-left: 30px;
	font-weight: normal;
	padding: 10px 0 10px 30px;
}

.contact-item-list p,
.contact-item-list table td {
	word-wrap: break-word; 
}

/* お問い合わせ内容確認 */

.contact-confirm {
	display:table;
	width: 100%;
	margin-bottom: 30px;
}
.contact-confirm dl {
	display:table-row;
}
.contact-confirm dl:first-child dt {
	padding-top: 0;
}
.contact-confirm dt {
	display:table-cell;
	font-size: 15px;
	font-weight: bold;
	padding: 25px 0;
	width: 25%;
	border-bottom: 2px solid #ddd;
}
.contact-confirm dd span:first-child {
	margin-right: 1em;
}
.contact-confirm dd {
	display:table-cell;
	border-bottom: 2px solid #ddd;
	padding-bottom: 25px;
}
.contact-confirm dl:last-child dt,
.contact-confirm dl:last-child dd {
	border-bottom: 4px solid #ddd;
}
.btn-wrap {
	text-align: center;
}
/*------------------------------------*
【xx】tippyツールチップ
*------------------------------------*/
.tippy-box {
	pointer-events: auto!important;
}
.tippy-btn img {
	margin-top: -3px;
}
.tippy-btn:focus {
	outline:none;
}
.tippy-contents {
    padding: 15px;
	padding: 10px 5px 5px;
}
.tippy-contents .title {
    font-weight: bold;
}
.tippy-contents p:last-child {
    margin-bottom: 0;
}

/*------------------------------------*
【xx】エラーページ
*------------------------------------*/

/* 共通 */
h2.ttl-error {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}

.error-content-wrapper {
	/* width: 1120px;
	margin: 0 auto; */
	position: relative;
	text-align: center;
	border-top: 4px solid #e5e5e5;
}

.error-content {
	width: 1120px;
	margin: 0 auto;
	/* padding-top: 200px; */
	padding-top: 140px;
}

.error-content p {
	margin-bottom: 80px;
	line-height: 1.8;
}

hr.below-header {
	border-top: 4px solid #e5e5e5;
	margin: 0;
}
/*------------------------------------*
【xx】退会用お問い合わせフォーム
*------------------------------------*/
.contact-item-list-child {
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.contact-item-list-child h4 {
	background: #F3F3F3;
    font-size: 16px;
    padding: 14px 15px;
	line-height: 16px;
	margin: 0;
}

.contact-item-list.no-table table {
	
}
.contact-item-list.no-table table tr {

}
.contact-item-list.no-table table th {
	border: 0;
	background-color: transparent;
	width: 245px;
}
.contact-item-list.no-table table th.vertical-top {
	vertical-align: top;
	padding: 18px 0 18px 15px;
}
.contact-item-list.no-table table td {
	border: 0;
	padding: 18px 15px;
}
/* table padding無し */
.contact-item-list.no-table.no-padding table th,
.contact-item-list.no-table.no-padding table td {
    padding: 5px 0;
}
/* 画像アップローダー */
.image-uploader {

}
.image-uploader li {
	margin-bottom: 15px;
	position: relative;
}
.image-uploader li:last-child {
	margin-bottom: 0;
}
.image-uploader li.done {
	background: #F3F3F3;
    padding: 8px 50px 8px 12px;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 563px;
}
.image-uploader li.done:last-child {
	margin-bottom: 10px;
}
.image-uploader li .btn-delete {
	position: absolute;
    top: 50%;
    right: 15px;
    font-size: 20px;
    margin-top: -10px;
	color: #bbb;
	cursor: pointer;
}
.image-uploader li .btn-delete:hover {
	opacity: 0.8;
}
.image-uploader .validation-wrap .caution {
	margin-bottom: 10px;
}
.btn-type.type04 {
	font-size: 15px;
	height: 40px;
	line-height: 38px;
	/* box-shadow: -2px -4px 0 rgba(0,0,0,0.25) inset; */
	font-weight: normal;
}
.btn-type.type04:hover {
	/* height: 38px;
	margin-top: 4px;
	box-shadow: 2px 4px 0 rgba(0,0,0,0.25) inset;
	opacity: 1; */
	background-color: #d2f0ff;
}
.btn-clr05 {
	border: 2px solid #ccc;
	background: #fff;
	/* line-height: 40px !important; */
	/* border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; */
}

/* contact-info-area */
/* .contact-info-area {
	background: #EAF2F4;
	padding: 15px;
}
.contact-info-area dl {
	font-size: 0;
    width: 50%;
    margin: 0 auto;
}
.contact-info-area dt {
	display: inline-block;
    width: 75px;
    font-size: 15px;
}
.contact-info-area dd {
    display: inline-block;
    width: calc(100% - 75px);
    font-size: 14px;
} */

/* モーダル(白) */
.modal-white.modal-overlay.type01 {
    background-color: rgba(0, 0, 0, 0.25);
}
.modal-white.modal-content .modal-header {

    border-bottom: 2px solid #E5E5E5;
    background-color: #fff;
}
.modal-white.modal-content .modal-header .modal-ttl-wrap {
    margin: 9px 0 9px 30px;
    padding-left: 0;
    border-left: none;
    font-size: 20px;
}
.modal-white.modal-content .modal-header .btn-wrap.type05 .btn {
    height: 30px;
    padding: 4px 10px 4px 18px;
    line-height: 1.42857143;
}
.modal-white.modal-content .modal-header .btn-wrap.type05 .text {
    margin-left: 0;
}

.modal-white.modal-content .modal-header .btn-wrap.type05 .btn .fe:before {
    font-size: 12px;
	margin-top: -7px;
}
.modal-white .modal-info {
	padding: 0 30px;
}
.modal-white .modal-info p {
	margin:0;
}
.modal-white .modal-info .title {
	font-size: 15px;
    font-weight: bold;
	margin-bottom: 5px;
}
.modal-white .modal-info .number {
	background: #F3F3F3;
	display: inline-block;
    padding: 5px 10px;
	margin-bottom: 5px;
}

/* 確認画面 テーブル */
table.type-confirm-list {
	margin-bottom: 40px;
	table-layout: fixed;

}
table.type-confirm-list tr {

}
table.type-confirm-list th {
	border: none;
	border-bottom: 1px solid #ddd;
    background-color: transparent;
	width: 260px;
}
table.type-confirm-list td {
	border: none;
	border-bottom: 1px solid #ddd;
}
/*------------------------------------*
【xx】データ生成サービス
*------------------------------------*/
/* ファイルアップロード */
.h3-step-style {
	background: #E8EFF6;
    font-size: 20px;
    padding: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}
.download-data-table {
    background: #f3f3f3;
}
.form-add-text {
    font-weight: bold;
	font-size: 15px;
	margin-left: 15px;
}

.terms-of-service {
    border: 1px solid #ccc;
	padding: 20px 12px;
	height: 200px;
	overflow-y: auto;
	margin-bottom: 10px;
}
.terms-of-service-maintitle {
	font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}
.terms-of-service-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}
.terms-of-service p {
    margin-bottom: 5px;
	text-indent: 1em;
}
/* インデント */
ul.indent {
	/* padding-left: 30px; */
	padding-left: 40px;
}
.indent > li {
	position: relative;
	margin-bottom: 2px;
}
.indent > li span {
	position: absolute;
	top: 0;
	left: -2.5em;
	text-align: right;
	display: block;
	width: 2em;
}
.indent > li > .indent {
	margin-top: 10px;
	padding-left: 30px;
}
/* ファイルダウンロード_認証 */
.download-company-name {
	font-size: 20px;
	margin-bottom: 20px;
}
.download-company-name span {
    font-size: 16px;
}
.downloal-date-wrap {
	margin-bottom: 40px;
    padding: 10px 15px;
	border: 1px solid #ddd;
}
.downloal-date {
	margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
	color: #E83A22;
	text-align: center;
}

/* ファイルダウンロード_URL表示 */
.downloal-url-wrap {
	margin-bottom: 20px;
	color: #1B6BCF;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    border: 1px solid #ddd;
}
.downloal-url-wrap a {
	text-decoration: none;
}
.downloal-url-wrap a:hover {
	text-decoration: underline;
}

/*------------------------------------*
ステップチャート
*------------------------------------*/
.step-chart-list {
	padding: 0;
	margin: 0 0 20px 0;	
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.step-chart-list li {
	position: relative;
	background: #F3F3F3;
	font-size: 14px;
	width: 204px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin-right: 8px;
}
.step-chart-list li:last-child {
	margin-right: 0;
}
.step-chart-list li.active {
	background: #D3E0ED;
	font-weight: bold;
}
.step-chart-list li:before,
.step-chart-list li::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
}
.step-chart-list li:before {
    z-index: 1;
    border-width: 21px 0px 21px 8px;
    border-color: transparent transparent transparent #fff;
	left: 0;
}
.step-chart-list li::after {
    z-index: 2;
    border-width: 21px 0px 21px 8px;
    border-color: transparent transparent transparent #F3F3F3;
    right: -8px;
}
.step-chart-list li.active::after {
	border-color: transparent transparent transparent #D3E0ED;
}
.step-chart-list li:first-child::before {
	border-width: 0;
}
.step-chart-list li:last-child::after {
	border-width: 0;
}
/*------------------------------------*
分岐ページ
*------------------------------------*/
.contact-select-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.contact-select-box {
	width: 400px;
	border: solid 1px #DDD;
}

.contact-select-box:last-child {
	margin-left: auto ;
}

.contact-select-ttl {
	text-align: center;
	background: #F3F3F3;
	margin: 0;
	padding: 22px 0;
	font-size: 20px;
	font-weight: bold;
}
.contact-select-ttl img {
	margin-right: 10px;
    vertical-align: top;
}
.contact-select-ttl span {
    vertical-align: bottom;
}

.contact-select-text {
    min-height: 202px;
    padding: 30px 30px 20px;
}

.contact-select-text p:last-child {
	margin: 0;
}
.contact-select-box .btn-wrap {
	width: 340px;
	margin:  0 auto;
}

.contact-select-box .btn-type.btn-just {
    display: inline-block;
    width: 340px;
    padding: 0;
    text-align: center;
}

.contact-select-box .btn-type.btn-just:focus {
	text-decoration: none;
}

/*------------------------------------*
チェックが入ったら表示/非表示
*------------------------------------*/
.check-box-caution {
	margin: 5px 0 0 20px;
	color: #555555;
}

h3.ttl-box + * {
	font-size: 15px;
}

/*------------------------------------*
Form contact start
*------------------------------------*/
.contact-content .content-wrap.pass-three-steps {
	padding: 20px 0 40px 0;
}
.three-steps-ttl-wrap {
	text-align: center;
}
.three-steps-flow {
	display: flex;
	width: 385px;
	margin: 0 auto;
}
.three-steps-flow li {
	position: relative;
	margin-top: 25px;
	width: 33%;
}
.three-steps-flow li:nth-child(1) {
	margin-left: 8px;
}
.three-steps-flow li:nth-child(1)::before {
	width: 120%;
}
.three-steps-flow li:nth-child(1)::before, .three-steps-flow li:nth-child(2)::before {
	content: '';
	display: block;
	height: 3px;
	background: rgba(214, 214, 214, 1);
	position: absolute;
	top: -17px;
	left: 51px;
}
.three-steps-flow .num {
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -12px;
	background: rgba(214, 214, 214, 1);
	width: 24px;
	height: 24px;
	border-radius: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
}
.three-steps-flow li.active .num, .three-steps-flow li.finished .num {
	background: rgba(51, 51, 51, 1);
}
.three-steps-flow li.active .lead-txt {
	font-weight: bold;
}
.three-steps-flow li:nth-child(2) {
	margin-left: 24px;
	margin-right: 30px;
}
.three-steps-flow li:nth-child(2)::before {
	width: 120%;
}
.sales-arrangement {
	padding: 20px;
	text-align: center;
	border: 1px solid rgba(221, 221, 221, 1)
}
.logo-sale-wrap {
	width: 200px;
	height: 50px;
	margin: auto;
}
.b-none {
	border: none;
}
.check-box-wrap .form-error .checkbox-label::before {
	background-color: #ffe1e1 !important;
	border: 1px solid #e83a22;
}
.select-date-wrap {
	display: flex;
	width: 342px;
}
.select-date-wrap .select-date-year-wrap {
	width: 110px;
}
.select-date-wrap .select-date-month-wrap,
.select-date-wrap .select-date-day-wrap,
.select-date-wrap .select-date-hour-wrap,
.select-date-wrap .select-date-minute-wrap {
	width: 80px;
}
.icon-calendar::before {
    background: url(../../img/common/icon-calendar.svg) center / contain no-repeat;
}
.calendar-icon-wrap {
	width: 42px;
	height: 40px;
	position: relative;
	border: 2px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	justify-content: center;
}
.bootstrap-datetimepicker-widget {
	list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	margin: 2px 0;
	padding: 4px;
	width: 19em;
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid rgba(0, 0, 0, .15);
    border-right: 6px solid rgba(0, 0, 0, .15);
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid rgba(0, 0, 0, .15);
    border-right: 7px solid rgba(0, 0, 0, .15);
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}
.datepicker {
    border-radius: 4px;
    direction: ltr;
}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-spacing: 0;
    border-collapse: collapse;
}
.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}
.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    padding: 5px;
}
.datepicker table tr td, .datepicker table tr th {
    border-radius: 0;
}
.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    padding: 5px;
}
.datepicker table tr td, .datepicker table tr th {
    border-radius: 0;
}
.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch {
    margin: 10px auto;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
    height: 24px;
    padding: 0;
	background: #fff;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th.prev, .bootstrap-datetimepicker-widget table thead tr:first-child th.next {
    width: 24px;
	text-align: right;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th.prev {
    text-align: left;
	background: #fff;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th.prev > .fe, .bootstrap-datetimepicker-widget table thead tr:first-child th.next > .fe {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px;
    color: #1b6bcf;
    font-size: 75%;
}
.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month";
}
.bootstrap-datetimepicker-widget .datepicker-years thead,
.bootstrap-datetimepicker-widget .datepicker-years .disabled {
    display: none;
}
.table-condensed thead tr:first-child {
	background: #fff;
}
.table-condensed thead tr:nth-child(2) th {
	background: #fff;
}
.datepicker .datepicker-days table tbody {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.datepicker table tr td.old, .datepicker table tr td.new {
    color: #999999;
}
.datepicker .datepicker-days table tr td.day {
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.datepicker-days .table-condensed tr td.weekend:first-child {
    background-color: #ffedf9;
}
.datepicker-days .table-condensed tr td.weekend:last-child {
    background-color: #ecf5ff;
}
.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.active, .open > .dropdown-toggle.datepicker table tr td.active.highlighted {
    border-color: #e5e5e5;
    background-color: #2073db;
}
.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.bootstrap-datetimepicker-widget table td.today::before {
    bottom: 1px;
    right: 1px;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
	border: none;
}
.bootstrap-datetimepicker-widget table tbody tr:first-child td a, .bootstrap-datetimepicker-widget table tbody tr:last-child td a {
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 0;
    width: 24px;
    height: 24px;
}
.bootstrap-datetimepicker-widget .picker-switch table tbody tr td a {
    display: inline-block;
    width: 140px;
    height: 30px;
}
.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget table tbody tr:first-child td a span, .bootstrap-datetimepicker-widget table tbody tr:last-child td a span {
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    font-size: 75%;
    line-height: 22px;
    vertical-align: top;
}
.bootstrap-datetimepicker-widget .picker-switch table tbody tr td a .fe {
    font-size: 100%;
    width: 138px;
    height: 28px;
}
.bootstrap-datetimepicker-widget .picker-switch table tbody tr td a .fe::after {
    color: #333;
}
.bootstrap-datetimepicker-widget .picker-switch table tbody tr td a .fe-remove::after {
    content: "閉じる";
}
.bootstrap-datetimepicker-widget table td.today {
    position: relative;
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open > .dropdown-toggle.datepicker table tr td span.active, .open > .dropdown-toggle.datepicker table tr td span.active:hover, .open > .dropdown-toggle.datepicker table tr td span.active.disabled, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open > .dropdown-toggle.datepicker table tr td span.active, .open > .dropdown-toggle.datepicker table tr td span.active:hover, .open > .dropdown-toggle.datepicker table tr td span.active.disabled, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-image: none;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open > .dropdown-toggle.datepicker table tr td span.active, .open > .dropdown-toggle.datepicker table tr td span.active:hover, .open > .dropdown-toggle.datepicker table tr td span.active.disabled, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-color: #2073db;
    border-color: #2073db;
}
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
    width: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
	content: '';
	display: inline-block;
	position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #cccccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	top: -7px;
	left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	top: -6px;
	left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #cccccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	bottom: -7px;
	left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	bottom: -6px;
	left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
	left: auto;
	right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
	left: auto;
	right: 7px;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #fff;
}
.bootstrap-datetimepicker-widget table td span:hover {
	background: #d2f0ff;
}
/*------------------------------------*
Form contact end
*------------------------------------*/
.inquiry-text{
	background:#f3f3f3;
	border-bottom:1px solid #ddd;
}
.inquiry-number{
	padding:18px 15px;
}
.border1d{
	border:1px solid #ddd;
}
.error-notice-frame{
	background:#FFE1E1;
	border:1px solid #F2BABA;
	padding:5px 5px 3px 5px;
	color: #E83A22;
}
.d-flex{
	display:flex!important;
}
.flex-1{
	flex:1!important;
}
.w-3em{
	width:3em!important;
}
.p20{
	padding: 20px!important;
}
.p15{
	padding: 15px!important;
}
.select-box-wrap select.form-control {
	line-height: 25px;
}