@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {content: "";display: block;clear: both;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.mwNone{	max-width: none !important;	}
.mt20{	margin-top: 20px !important;	}
.mt40{	margin-top: 40px !important;	}
.ml20{	margin-left: 20px !important;	}
.mb0{	margin-bottom: 0 !important;	}
.mb10{	margin-bottom: 10px !important;	}
.mb20{	margin-bottom: 20px !important;	}
.mb24{	margin-bottom: 24px !important;	}
.mb30{	margin-bottom: 30px !important;	}
.mb40{	margin-bottom: 40px !important;	}
.mw80{	max-width: 80px !important;	}
.mw150{	max-width: 150px !important;	}
.mw256{	max-width: 256px !important;	}
.mw330{	max-width: 330px !important;	}
.mw100p{	max-width: 100% !important;	}
.w330{	width: 325px !important;	}
.wAuto{	width: auto !important;	}
.wExpand{	width: 100% !important;	}
.w100{	width: 100px !important;	}
.mh160{	max-height: 160px !important;	}
.mh200{	max-height: 200px !important;	}
.mh240{	max-height: 240px !important;	}
.alignTop{	vertical-align: top !important;	}
.alignMiddle{	vertical-align: middle !important;	}
.alignBottom{	vertical-align: bottom !important;	}
.textCenter{	text-align: center !important;	}
.textLeft{	text-align: left !important;	}
.textRight{	text-align: right !important;	}
.textNowrap{	white-space: nowrap;	}
.textBold{	font-weight: 700;	}
.colBase {	color: #262626 !important;	}
.colRed {	color: #DA291C !important;	}
.isHidden {	display: none;	}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 1366px;
}

/*------------------------------------------------------------
	Simplebar
------------------------------------------------------------*/
.simplebar-scrollbar:before{
	background-color: #DBDBDB;
}
.simplebar-scrollbar.simplebar-visible:before{
	opacity: 1;
}
.simplebar-track.simplebar-vertical{
	width: 8px;
}
.simplebar-track.simplebar-horizontal{
	height: 8px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar{
	height: 4px;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
a.comLink01{
	color: #1A94BB;
	text-decoration: underline;
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
a.comBtn01{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #1A94BB;
	border-radius: 14px;
	padding: 0 15px;
	height: 28px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffffff;
}
a.comBtn02 {
	padding: 16px 10px;
	display: block;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	border-radius: 32px;
	background-color: #DA291C;
	border: 1px solid #DA291C;
}
a.comBtn02.blue {
	background-color: #1A94BB;
	border-color: #1A94BB;
}
a.comBtn02.border {
	background-color: #FFFFFF;
	border-color: #9D9D9D;
	color: #262626;
}
/* hover */
a[class*="comBtn0"]:hover {
	opacity: 0.7;
}
/* disabled */
a[class*=comBtn0]:disabled {
	pointer-events: none;
	border-color: #DDDDDD;
	background-color: #DDDDDD;
	color: #FFFFFF;
}
a[class*=comBtn0].disabled {
	pointer-events: none;
	border-color: #DDDDDD;
	background-color: #DDDDDD;
	color: #FFFFFF;
}
button.comBtn01{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #1A94BB;
	border-radius: 14px;
	padding: 0 15px;
	height: 28px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffffff;
}
button.comBtn02 {
	padding: 16px 10px;
	display: block;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	border-radius: 32px;
	background-color: #DA291C;
	border: 1px solid #DA291C;
}
button.comBtn03 {
	padding: 5px 20px 5px 20px;
	display: block;
	color: #1A94BB;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	border-radius: 32px;
    border-color: #1A94BB;
	background-color: #FFFFFF;
    outline: none !important;
    border: 1px solid #1a94bb;
}

button.comBtn03:disabled{
    border: 1px solid #DDDDDD;
}

button.comBtn02.blue {
	background-color: #1A94BB;
	border-color: #1A94BB;
}
button.comBtn02.border {
	background-color: #FFFFFF;
	border-color: #9D9D9D;
	color: #262626;
}
/* hover */
button[class*="comBtn0"]:hover {
	opacity: 0.7;
}
/* disabled */
button[class*=comBtn0]:disabled {
	pointer-events: none;
	border-color: #DDDDDD;
	background-color: #DDDDDD;
	color: #FFFFFF;
}

/*------------------------------------------------------------
	comBtnUl
------------------------------------------------------------*/
.comBtnUl {
	position: relative;
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.comBtnUl > * {
	margin: 0 5px;
	width: 249px;
}
.comBtnUl.comBtnUlColumn {
	align-items: center;
	flex-direction: column;
}
.comBtnUl.comBtnUlColumn > * + * {
	margin-top: 40px;
}
.comBtnUl .right{
	position: absolute;
	right: 0;
	width: auto;
}
.comBtnUl .right .comBtn01{
	margin: 18px 0 0;
}

.comBtnUl02 {
	display: inline-flex;
	flex-wrap: wrap;
	margin-left: 20px;
	margin-bottom: -10px;
}
.comBtnUl02 > * {
	margin-right: 20px;
	margin-bottom: 10px;
}
.comBtnUl02.comBtnUlColumn {
	align-items: center;
	flex-direction: column;
}
.comBtnUl02.comBtnUlColumn > * + * {
	margin-top: 40px;
}

/*------------------------------------------------------------
	comImg
------------------------------------------------------------*/
.comImg01{
	margin: 30px auto;
	text-align: center;
}
.comImg02{
	padding: 10px 0 38px;
	text-align: center;
}

/*------------------------------------------------------------
	comTitle
------------------------------------------------------------*/
.comTitle01{
	background-color: #000000;
	margin: 0 0 40px;
	padding: 0 20px;
	font-size: 2.2rem;
	color: #ffffff;
}
.comTitle02 {
	margin-bottom: 16px;
	padding-left: 20px;
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.81;
}
.comTitle02::before {
	width: 5px;
	height: 70%;
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 5px;
	background: #1A94BB;
	content: "";
}
.comTitle03{
	margin: 15px auto;
	font-weight: 700;
	font-size: 1.8rem;
}
.comTitle03 span{
	margin: 0 0 0 20px;
	font-size: 1.4rem;
	color: #DA291C;
}
.comText01{
	margin: 15px auto 40px;
}
p:not([class]),
.comText02 {
	font-size: 1.4rem;
	font-weight: 400;
}
.comTextMedium {
	font-weight: 500;
}
.comTextBold {
	font-weight: 700;
}
.comBtnUl{
	margin: 60px auto;
}

/*------------------------------------------------------------
	comTopttl
------------------------------------------------------------*/
.comTopttl {
	margin-bottom: 23px;
}
.comTopttl th {
	font-weight: 700;
}
.comTopttl td {
	padding: 0 0 1px 17px;
	font-weight: 400;
}

/*------------------------------------------------------------
	comDlList
------------------------------------------------------------*/
dl.comDlList {
	display: flex;
	justify-content: space-between;
	font-weight: 700;
}
dl.comDlList dt {
	width: 75px;
}
dl.comDlList dd {
	width: calc(100% - 78px);
}

/*------------------------------------------------------------
	comSwitchNavi
------------------------------------------------------------*/
.comSwitchNavi {
	margin-bottom: 24px;
	display: flex;
	position: relative;
}
.comSwitchNavi::before {
	width: 99999px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #DA291C;
	transform: translateX(-50%);
	content: "";
}
.comSwitchNavi.col5 li {
	width: 19.4%;
}
.comSwitchNavi.col5 li + li{
	margin: 0 0 0 .75%;
}
.comSwitchNavi.col6 li {
	width: 16%;
}
.comSwitchNavi.col6 li + li{
	margin: 0 0 0 .8%;
}
.comSwitchNavi li a {
	padding: 12px 10px 13px;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	border-radius: 4px 4px 0 0;
	border: 1px solid #DA291C;
	border-bottom: none;
	background: #FFF;
	opacity: 1;
}
.comSwitchNavi li.on a,
.comSwitchNavi li a:hover {
	color: #FFF;
	background: #DA291C;
}
/*------------------------------------------------------------
	comWhiteBox
------------------------------------------------------------*/
.comWhiteBox {
	margin-bottom: 21px;
}
.comWhiteBox:last-of-type {
	margin-bottom: 0;
}
.comWhiteBox .bgBox {
	padding: 59px;
	border-radius: 3px;
	border: 1px solid #DBDBDB;
	background: #FFF;
	position: relative;
}
.comWhiteBox .bgBox::after {
	content: "";
	background-color: #DA291C;
	position: absolute;
	top: -2px;
	left: -1px;
	width: calc(100% - -2px);
	height: 2px;
}
.comWhiteBox .bgBox > *:first-child {
	margin-top: 0;
}
.comWhiteBox .dateUl,
.comWhiteBox .operationUl {
	display: flex;
}
.comWhiteBox .dateUl li,
.comWhiteBox .operationUl li {
	width: 124px;
}
.comWhiteBox .dateUl li a,
.comWhiteBox .operationUl li a {
	padding: 3px 4px 5px;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	border-radius: 4px 4px 0 0;
	border: 1px solid #DA291C;
	background: #FFF;
}
.comWhiteBox .dateUl li {
	margin: 0 10px 0 0;
}
.comWhiteBox .dateUl li a {
	opacity: 1;
}
.comWhiteBox .dateUl li.on a,
.comWhiteBox .dateUl li a:hover {
	color: #FFF;
	background: #DA291C;
}
.comWhiteBox .operationUl {
	justify-content: flex-end;
}
.comWhiteBox .operationUl li {
	margin: 0 0 0 10px;
}
.comWhiteBox .operationUl li.disable a {
	color: #FFF;
	border-color: #FFF;
	background: #DBDBDB;
	cursor: default;
	pointer-events: none;
}
.comModal .comSec,
.comWhiteBox .comSec{
	margin: 60px 0;
}
.comModal .comSec:first-child,
.comWhiteBox .comSec:first-child{
	margin-top: 0;
}
.comModal .comSec:last-child,
.comWhiteBox .comSec:last-child{
	margin-bottom: 0;
}
.comWhiteBox .comSec.border{
	border-top: 1px solid #DBDBDB;
	padding-top: 40px;
}


/*------------------------------------------------------------
	Table
------------------------------------------------------------*/
col.w40{	width: 40px;	}
col.w80{	width: 80px;	}
col.w90{	width: 90px;	}
col.w100{	width: 100px;	}
col.w110{	width: 110px;	}
col.w120{	width: 120px;	}
col.w130{	width: 130px;	}
col.w140{	width: 140px;	}
col.w150{	width: 150px;	}
col.w160{	width: 160px;	}
col.w180{	width: 180px;	}
col.w200{	width: 200px;	}
col.w210{	width: 210px;	}
col.w230{	width: 230px;	}
col.w440{	width: 440px;	}

/*------------------------------------------------------------
	comFormTable
------------------------------------------------------------*/
.comFormTable {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.comFormTable:not(:last-of-type) {
	margin-bottom: 37px;
}
.comFormTable.btm01 {
	margin-bottom: 0 !important;
}
.comFormTable th,
.comFormTable td {
	padding: 12px 20px;
	word-break: break-all;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}
.comFormTable th {
	vertical-align: top;
}
.comFormTable > tbody > tr:nth-child(2n-1) > th:not(.skeleton),
.comFormTable > tbody > tr:nth-child(2n-1) > td:not(.skeleton) {
	background: #F9F9F9;
}
.comFormTable .trStyle03 td {
	background-color: #B2DCF9;
}
.comFormTable > tbody > tr > th {
	width: 184px;
	font-weight: 700;
}
.comFormTable th span {
	color: #1A94BB;
}
.comFormTable td {
	padding: 10px 30px 10px 0;
}
.comFormTable td .flexB {
	align-items: center;
}
.comFormTable .tdStyle01 {
	padding: 15px 30px 15px 0;
}
.comFormTable td select,
.comFormTable td textarea,
.comFormTable td input[type="text"],
.comFormTable td input[type="email"],
.comFormTable td input[type="tel"] {
	padding: 8px 15px;
	width: 100%;
	max-width: 370px;
	height: 30px;
	font-size: 1.4rem;
	border-radius: 3px;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
	-webkit-appearance: none;
	background-color: #fff;
}
.comFormTable .change01 {
	background-color: #FFF1F1;
}
.comFormTable .change01.is-selected {
	background-color: #D6EBFF;
}
.comFormTable td input[type="button"] {
	position: relative;
	top: -1px;
	margin-left: 5px;
	padding-bottom: 2px;
	width: 45px;
	height: 30px;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	border-radius: 3px;
	background: #1A94BB;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	cursor: pointer;
}
.comFormTable td input[type="button"]:hover {
	opacity: 0.7;
}
.comFormTable td input::-webkit-input-placeholder {
	color: #262626;
	opacity: 1;
}
.comFormTable td input:-moz-placeholder {
	color: #262626;
	opacity: 1;
}
.comFormTable td input::-moz-placeholder {
	color: #262626;
	opacity: 1;
}
.comFormTable td input:-ms-input-placeholder {
	color: #262626;
	opacity: 1;
}
.comFormTable td .fmDl {
	display: flex;
	width: 55%;
	align-items: center;
}
.comFormTable td .fmDl dt {
	width: 10%;
	font-weight: 700;
}
.comFormTable td .fmDl dt span {
	color: #DA291C;
}
.comFormTable td .fmDl dd {
	width: 90%;
}
.comFormTable td .fmDl dd a {
	margin-left: 25px;
	padding: 1px 5px;
	width: 55px;
	display: inline-block;
	color: #262626;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	border-radius: 14px;
	box-sizing: border-box;
	border: 1px solid #da291c;
	background-color: #fff;
	vertical-align: top;
}
.comFormTable td .fmDl dd a:hover {
	opacity: 0.7;
}
.comFormTable td .fmDl dd input {
	width: 73%;
}
.comFormTable .radioList li {
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
}
.comFormTable .radioList li.disabled {
	color: #dbdbdb;
}
.comFormTable .radioList li:last-of-type {
	margin-right: 0;
}
.comFormTable .radioList li input {
	display: none;
}
.comFormTable .radioList li input + span {
	padding-left: 30px;
	display: inline-block;
	vertical-align: top;
	background: url(../../img/common/icon01.png) no-repeat left top calc(50% - 1px) / 22px auto;
}
.comFormTable .radioList li input:checked + span {
	background-image: url(../../img/common/icon02.png);
}
.comFormTable .radioList01 li {
	padding: 7px 20px;
	display: block;
}
.comFormTable .radioList01 li:nth-child(2n - 1) {
	background-color: #F9F9F9;
}
.comFormTable td select {
	padding: 4px 30px 4px 15px;
	background: #fff url(../../img/common/icon03.png) no-repeat right 12px center / 9px auto;
}
.comFormTable td select.change01 {
	background-image: url(../../img/common/icon03_red.png);
}
.comFormTable td select.change01.is-selected {
	background-image: url(../../img/common/icon03.png);
}
.comFormTable td .checkList li {
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
}
.comFormTable td .checkList li.disabled {
	color: #dbdbdb;
}
.comFormTable td .checkList li:last-of-type {
	margin-right: 0;
}
.comFormTable td .checkList li input {
	display: none;
}
.comFormTable td .checkList li input + span {
	padding-left: 30px;
	min-height: 22px;
	display: inline-block;
	vertical-align: top;
	background: url(../../img/common/icon04.png) no-repeat left center / 22px auto;
}
.comFormTable td .checkList li input:checked + span {
	background-image: url(../../img/common/icon05.png);
}
.comFormTable td .add,
.comFormTable td .less,
.comFormTable td input[type="button"].add,
.comFormTable td input[type="button"].less {
	margin-left: 10px;
	margin-top: 7px;
	width: 22px !important;
	height: 22px !important;
	vertical-align: -6px;
	background: url(../../img/common/icon06.png) no-repeat center center / cover !important;
}
.comFormTable td .less,
.comFormTable td input[type="button"].less {
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 0;
	background-image: url(../../img/common/icon07.png) !important;
}
.comFormTable td .title {
	margin-bottom: 11px;
	font-weight: 700;
}
.comFormTable td textarea {
	width: 100%;
	height: 84px;
	padding: 2px 15px;
	line-height: 1.93;
	border-radius: 3px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	vertical-align: top;
	resize: inherit;
}
.comFormTable td .borderBox ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.comFormTable td .textList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.comFormTable td .textList li:not(:last-of-type) {
	margin-right: 23px;
}
.comFormTable td .textList li a {
	padding: 1px 5px 3px;
	min-width: 70px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	text-align: center;
	box-sizing: border-box;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #da291c;
}
.comFormTable td .textList li a:hover {
	opacity: 0.7;
}
.comFormTable td .link{
	margin: 15px 0 0;
}
.comFormTable .tableBox {
	padding: 5px 0 20px;
}
.comFormTable .comFromSelect02 {
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	padding: 4px 4px 4px 0;
}
.comFormTable .comFromSelect02 select {
	border: none;
	border-radius: 0;
	background: none;
	padding: 0 15px;
	height: auto;
	width: 100%;
}
.comFormTable .comFromSelect02 select::-webkit-scrollbar {
	width: 4px;
}
.comFormTable .comFromSelect02 select::-webkit-scrollbar-track {
	background: transparent;
}
.comFormTable .comFromSelect02 select::-webkit-scrollbar-thumb {
  border-radius: 2px;
	background: #dbdbdb;
}
.comFormTable .comFromSelect02 option {
	text-decoration: underline;
	color: #1A94BB;
	padding: 5px 0;
}
@media all and (-ms-high-contrast:none) {
	.comFormTable td select,
	.comFormTable td textarea,
	.comFormTable td input[type='text'],
	.comFormTable td input[type='email'],
	.comFormTable td input[type='tel'] {
		padding: 4px 15px;
	}
}
/*------------------------------------------------------------
	comFormTable01
------------------------------------------------------------*/
.comFormTable01 thead tr th:first-of-type {
	border-left-color: transparent;
}
.comFormTable01 td {
	padding-right: 20px;
}
.comFormTable01 .comScrollBox .comTable th.empty {
	background: none !important;
	border-top: none;
}
.comFormTable01 td .checkList li input + span {
	padding-left: 22px;
}
.comFormTable01 td select {
	padding: 0 30px 0 0;
	width: auto;
	background: url("../..//img/common/icon08.png") no-repeat right center;
	border: none;
}
.comFormTable01:first-of-type {
	margin-bottom: 29px;
}

/*------------------------------------------------------------
	comFormTable02
------------------------------------------------------------*/
.comFormTable02 td,
.comFormTable02 th {
	background-color: #F9F9F9;
}
.comFormTable02 tr:nth-child(2n-1) td,
.comFormTable02 tr:nth-child(2n-1) th {
	background-color: #fff;
}

/*------------------------------------------------------------
	comFormTable03
------------------------------------------------------------*/
.comFormTable03 th,
.comFormTable03 td {
	padding: 7px 20px;
}
.comFormTable03 td {
	padding: 7px 30px 3px 0;
}

/*------------------------------------------------------------
	comFormTableWrap
------------------------------------------------------------*/
.comFormTableWrap .comFormTable td,
.comFormTableWrap .comFormTable th {
	background-color: #F9F9F9;
}
.comFormTableWrap .comFormTable tr:nth-child(2n-1) th,
.comFormTableWrap .comFormTable tr:nth-child(2n-1) td {
	background-color: #fff;
}

/*------------------------------------------------------------
	comInfoTable
------------------------------------------------------------*/
.comInfoTable {
	margin: 15px 0;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.comInfoTable th{
	width: 120px;
}

/*------------------------------------------------------------
	comFeeTable
------------------------------------------------------------*/
.comFeeTable {
	margin: 40px 0;
	width: 49.42%;
	border-collapse: collapse;
	table-layout: fixed;
}
.comFeeTable th,
.comFeeTable td{
	border: 1px solid #DBDBDB;
	padding: 10px 20px;
	font-weight: normal;
}
.comFeeTable th{
	width: 60px;
}

/*------------------------------------------------------------
	comNotice
------------------------------------------------------------*/
.comNotice {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #F9F9F9;
	margin: 40px 0;
	padding: 15px 20px;
}
.comNoticeText{
	margin: 0 20px 0 0;
}

/*------------------------------------------------------------
	comScrollBox
------------------------------------------------------------*/
.comScrollBox .comTable {
	table-layout: fixed;
}
.comScrollBox .comTable th,
.comScrollBox .comTable td {
	white-space: nowrap;
}
@media all and (-ms-high-contrast:none) {
	.comScrollBox {
		width: 100%;
		height: auto !important;
		overflow: auto !important;
		box-sizing: border-box;
	}
}
.comScrollBoxVerticalHead .comTable{
	table-layout: fixed;
}
.comScrollBoxVertical .comScrollBox{
	border-bottom: 1px solid #DBDBDB;
	max-height: 115px;
}
.comScrollBoxVertical .comScrollBox .comTable{
	border-bottom: none;
}
.comScrollBoxVertical .comScrollBox .comTable {
	width: 100% !important;
}
.comScrollBoxVertical .comScrollBox .comTable th,
.comScrollBoxVertical .comScrollBox .comTable td {
	border-top: none;
	border-bottom: none;
	white-space: unset;
}
.comScrollBoxHorizon{
	display: flex;
	white-space: nowrap;
}
.comScrollBoxHorizon .comScrollBox{
	width: 100%;
	overflow-x: auto;
}
.comScrollBoxHorizon .comScrollBox .comTable tbody tr td:first-child{
	border-left: none;
}
.comScrollBoxHorizon .comScrollBox .tableBox{
	padding-bottom: 0;
}
.comScrollBoxHorizon .comTable thead th.empty{
	background-color: transparent;
	border-top: none;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	box-sizing: border-box;
	width: 100%;
	border-collapse: collapse;
}
.comTable.priceTable {
	width: 49.42%;
}
.comTable.fixed{
	table-layout: fixed;
}
.comTable th,
.comTable td {
	padding: 6px 20px;
	word-break: break-all;
	text-align: center;
	vertical-align: top;
	border: 1px solid #DBDBDB;
	background: #ffffff;
	box-sizing: border-box;
}
.comTable td ul li + li{
	margin: 15px 0 0;
}
.comTable.guideTable th {
	padding: 10px;
}
.comTable.guideTable td {
	text-align: left;
}
.comTable.guideTable td.over input {
	display: none;
}
.comTable.guideTable td.over input + span {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	background: url(../../img/common/icon04.png) no-repeat left center / 22px auto;
}
.comTable.guideTable td.over input:checked + span {
	background-image: url(../../img/common/icon05.png);
}
.comTable thead th {
	padding: 9px 20px;
	font-weight: 700;
	border: 1px solid #DBDBDB;
	background: #F5F5F5;
}
.comTable tbody tr:nth-child(2n) th:not(.skeleton),
.comTable tbody tr:nth-child(2n) td:not(.skeleton) {
	background: #F9F9F9;
}
.comTable a,
.comTable .cor01 {
	color: #1A94BB;
	text-decoration: underline;
}
.comTable .taLeft {
	text-align: left;
}
.comTable.priceTable:not(:last-of-type) {
	margin-bottom: 20px;
}
.comTable.priceTable th {
	padding: 9px 10px;
}
.comTable.priceTable td {
	text-align: right;
}
.comTable.priceTable td:last-child {
	text-align: center;
}
.comTable.priceTable td span {
	display: inline-block;
	vertical-align: top;
}
.comTable.priceTable td .txt01 {
	min-width: 35px;
}
.comTable.priceTable td .icon {
	margin: 0 12.95% 0 10.59%;
}
.comTable th.skeleton,
.comTable td.skeleton {
	background-color: #fff;
	border: none;
	padding-left: 0;
	padding-right: 0;
}
@media all and (max-width: 1255px) {
	.comTable.priceTable td {
		padding: 6px 10px;
	}
}

/*------------------------------------------------------------
	jsp
------------------------------------------------------------*/
select::-ms-expand { display: none; }
.jspHorizontalBar {
	height: 4px;
	bottom: 10px !important;
	background: transparent;
}
.jspVerticalBar{
	width: 4px;
	right: 10px !important;
	background: transparent;
}
.jspTrack {
	background-color: transparent;
}
.jspDrag {
	border-radius: 2px;
	background: #dbdbdb;
}

/*------------------------------------------------------------
	comTextList01
------------------------------------------------------------*/
.comTextList01 {
	margin: 2px 0 8px;
}
.comTextList01 .lTxt {
	min-width: 122px;
	font-weight: 600;
	display: inline-block;
}
.comTextList01 li {
	margin-bottom: 3px;
}

/*------------------------------------------------------------
	comModal
------------------------------------------------------------*/
.comModal {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	opacity: 0;
	pointer-events: none;
	transition: all .35s ease;
}
.comModal.is-show {
	opacity: 1;
	pointer-events: all;
}
.comModalContent {
	position: relative;
	z-index: 0;
	margin-left: 25px;
	margin-right: 25px;
	width: 1136px;
}
.comModalInner {
	overflow-x: hidden;
	overflow-y: auto;
	border-radius: 3px;
	background-color: #FFFFFF;
	max-height: 470px;
	padding: 60px;
}
.comModalClose {
	position: absolute;
	top: -25px;
	right: -25px;
}
.comModalCloseButton {
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
}
.comModalCloseButton::before,
.comModalCloseButton::after {
	content: "";
	border-radius: 2px;
	border-top: 3px solid #FFFFFF;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
}
.comModalCloseButton::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.comModalCloseButton::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.comModalOverlap {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
/* after */
.comModal .comTitle02 {
	margin-bottom: 30px;
}
.comModal .comBtnUl {
	margin-top: 40px;
	margin-bottom: 0;
}
.comModal .comBtnUl + *:not(.comModalClose) {
	margin-top: 60px;
}
.comModal .comFormTable:first-of-type {
	margin-bottom: 0;
}
.comModal .comFormTable textarea {
	height: 150px;
}
.comModal .comScrollBox {
	max-height: 160px;
}

/*------------------------------------------------------------
	comCalendar
------------------------------------------------------------*/
.comCalendar {
	display: inline-block;
	position: relative;
}
.comCalendar input {
	box-sizing: border-box;
}
.comCalendar input[type=date] {
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	background-color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 8px 56px 8px 15px;
	height: 30px;
}
.comCalendar input[type=date]::-webkit-inner-spin-button,
.comCalendar input[type=date]::-webkit-clear-button {
	-webkit-appearance: none;
}
.comCalendar input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.comCalendar .icon {
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto 0;
}
.comCalendar .icon.iconCalendar {
	width: 23px;
}


/*------------------------------------------------------------
	comCard
------------------------------------------------------------*/
.comCard{
	float: left;
	background-color: #ffffff;
	border-radius: 3px;
  border: 1px solid #DBDBDB;
	margin: 0 0 25px;
	width: 49%;
}
.comCard.right{
	float: right;
}
.comCardHeader{
  border-bottom: 1px solid #DBDBDB;
	padding: 7px 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.comCardBody{
	padding: 20px;
}
.comCardBody h3{
	margin: 0 0 17px;
	font-size: 1.8rem;
	font-weight: bold;
}
.comCardBody ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.comCardBody ul li{
	width: 49%;
}
.comCardBody ul li:nth-child(n+3){
	margin: 10px 0 0;
}
.comCardBody ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../../img/common/icon10.png) no-repeat right 20px center;
	background-size: 10px auto;
	border: 1px solid #9D9D9D;
	border-radius: 32px;
	height: 64px;
	font-size: 1.6rem;
	font-weight: bold;
}
.comCardBox + .comCardBox{
	margin: 35px 0 0;
}

/*------------------------------------------------------------
	comScrollArea
------------------------------------------------------------*/
.comScrollAreaAgreement {
    margin-top: 10px;
}
.comScrollAreaAgreement > .comScrollAreaAgreementContent {
    border: 1px solid #dbdbdb;
}
.comScrollAreaAgreementContent{
    width: 100%;
    margin-top:5px;
    margin-bottom:5px;
    padding:15px 4px 15px 10px;
    height:100%;
    min-height:250px;
    max-height:300px
}
.comScrollAreaAgreementBody{
    width: 100%;
    min-height:250px;
    border: none;
}
/*------------------------------------------------------------
	checkbox
------------------------------------------------------------*/
.checkboxInput2{
    accent-color: #808080;
}
