@media print, all and (min-width: 768px) {





.anchor-type01 a{
	display: inline-block;
	vertical-align: middle;
}
.anchor-type01 a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background-image: url(../images/common/anchor-type01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 8px auto;
	width: 8px;
	height: 14px;
}

/* BTN */
	
	
	.btn-type01 a{
		display: inline-block;
		vertical-align: middle;
		padding: 6px 25px;
		color: #ffffff;
		font-weight: bold;
		letter-spacing: 0.5pt;
		text-decoration: none;
		background-color: #688ada;
	}
	.btn-type01 a:before{
		display: inline-block;
		vertical-align: middle;
		content: "";
		margin-right: 5px;
		background-color: #ffffff;
		background-image: url(../images/common/anchor-type01.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 8px auto;
		width: 18px;
		height: 18px;
		border-radius: 50%;
	}
	.btn-type01.type_s a{
		padding: 10px 18px;
	}
	.btn-type01.type_s a:before{
		display: none;
	}
	.btn-type01.anchor-reload a:before{
		background-image: url("../images/common/anchor-reload.png");
		background-size: 20px auto;
		background-color: transparent;
		width: 20px;
		height: 20px;
		transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
	}
	.btn-type01.anchor-add a:before{
		background-image: url("../images/common/anchor-add.png");
		background-size: 20px auto;
		background-color: transparent;
		width: 20px;
		height: 20px;
		transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
	}
	.btn-type01.anchor-reload a:hover:before,
	.btn-type01.anchor-add a:hover:before{
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.btn-type01 a:hover {
		filter:alpha(opacity=60); /* IE 6,7*/
		-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
		-moz-opacity:0.6; /* FF , Netscape */
		-khtml-opacity: 0.6; /* Safari 1.x */
		opacity:0.6;
		zoom:1; /*IE*/
	}



/* listmark */

.listmark-disc > li{
	margin-left: 20px;
	list-style: disc;
}


.listmark-temp > li{
	margin-left:1em;
}
.listmark-temp > li span.mark{
	margin-left:-1em;
}

.listmark-temp02 > li{
    padding-left: 20px;
    position: relative;
}
.listmark-temp02 > li span.mark{
    position: absolute;
    top: 0;
    left: 0;
}

.listmark-temp03 > li{
    padding-left: 3em;
    position: relative;
}
.listmark-temp03 > li span.mark{
    position: absolute;
    top: 0;
    left: 0;
}

.listmark-decimal > li{
	list-style:decimal;
	margin-left:20px;
	margin-bottom:5px;
}
.listmark-indent > li {
    padding-left: 1em;
    text-indent: -1em;
}
	
.listmark-num{
    counter-reset: my-counter;
    padding: 0;
}
.listmark-num > li{
    padding-left: 30px;
}
.listmark-num > li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #f0f3fb;
    display: block;
    float: left;
    margin-top:3px;
    color: #688ada;
    font-size: 65%;
	font-weight: bold;
    letter-spacing: -0.5pt;
    text-indent: -0.5pt;
    line-height: 20px;
    margin-left: -30px;
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
.listmark-num.type02 > li:before {
    background-color: transparent;
	border: 1px solid #f0f3fb;
}
.listmark-num.type03 > li:before {
    background-color: #ffffff;
	border: 1px solid #688ada;
}
.listmark-num.type04 > li:before {
	color: #40180A;
    background-color: #ffffff;
	border: 1px solid #40180A;
}
.listmark-num > li:after{
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}


/* title-level */

.title-level01{
	margin-bottom: 20px;
	font-size: 162.5%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1pt;
}

.title-level02{
	margin-bottom: 10px;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 1pt;
}
.title-level02.bdbtm{
	margin-bottom: 15px;
	padding: 0 3px 3px;
	border-bottom: 1px solid #40180A;
}
.title-level02.c02{
	color: #688ada;
}

.title-level03{
	margin-bottom: 10px;
	font-size: 112.5%;
	font-weight: bold;
	letter-spacing: 1pt;
}
.title-level03.c02{
	color: #688ada;
}

.title-belt{
	margin-bottom: 20px;
	padding: 6px 15px;
	color: #688ada;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 1pt;
	background-color: #f0f3fb;
}
.title-belt.type_cat:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background-image: url(../images/common/anchor-cat.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	width: 20px;
	height: 20px;
}
	.title-belt.bdbtm{
		border-bottom: 1px solid #688ada;
	}
	.title-belt.type_w{
		background-color: #ffffff;
	}

.title-bd{
	margin-bottom: 20px;
	padding: 6px 15px;
	color: #688ada;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 1pt;
	background-color: #ffffff;
	border: 1px solid #688ada;
}
.title-bd.type02{
	color: #40180A;
	border-color: #40180A;
}
.title-bd.type03{
	background-color: #fff7f5;
}



/* box */

.bd-box{
    padding: 20px 30px;
    border: 1px solid #40180A;
}
.bd-box.type_s{
	padding: 10px 15px;
}
.bd-box02{
    padding: 20px 30px;
    border: 1px solid #688ada;
}
.bd-box03{
    padding: 20px 30px;
    border: 1px solid #b4b4b4;
}
.w-box{
    padding: 20px 30px;
    background-color: #ffffff;
}
.rq-box{
    padding: 20px 30px;
    border: 1px solid #da6868;
}
.box-type01{
    padding: 20px 30px;
    background-color: #f0f3fb;
}
.box-type02{
    padding: 20px 30px;
    background-color: #fdf5a8;
}
.box-type03{
    padding: 20px 30px;
    background-color: #fcf5e8;
}
.box-type04{
    padding: 20px 30px;
    background-color: #fef2ef;
}
.bd-box .text:last-child,
.bd-box02 .text:last-child,
.bd-box03 .text:last-child,
.w-box .text:last-child,
.rq-box .text:last-child,
.box-type01 .text:last-child,
.box-type02 .text:last-child,
.box-type03 .text:last-child,
.box-type04 .text:last-child{
	margin-bottom: 0;
}
.bd-box.type_s,
.bd-box02.type_s,
.bd-box03.type_s,
.w-box.type_s,
.rq-box.type_s,
.box-type01.type_s,
.box-type02.type_s,
.box-type03.type_s,
.box-type04.type_s{
	padding: 10px 15px;
}



.tri-box > .box01{
	float:left;
	width:30%;
	margin-right:5%;
}
.tri-box > .box02{
	float:left;
	width:30%;
}
.tri-box > .box03{
	float:right;
	width:30%;
}
.tri-box > .image{
	margin-bottom:0;
	text-align:center;
}
	
	
	.fourth-box > .boxs{
		width: 22%;
		display: inline-block;
		vertical-align: top;
		margin: 0 1%;
	}
	.fourth-box .image{
		margin-bottom:0;
		text-align:center;
	}

.half-box > .boxl{
	float:left;
	width:48%;
}
.half-box > .boxr{
	float:right;
	width:48%;
}
.half-box .image{
	margin-bottom:0;
	text-align:center;
}


/* table */

table.t100p{
	width:100%;
}
table .tls{
	text-align:center;
	letter-spacing:1em;
	text-indent:1em;
}
table.alltc th,
table.alltc td{
	text-align:center;
}
table.equality{
    table-layout: fixed;
}

/* TABLE */

/* TYPE01 */
table.type01{
    border-top: 1px solid #688ada;
}
table.type01 th,
table.type01 td{
    padding: 5px 30px;
    font-size: 93.33333%;
    text-align: center;
    border-right: 1px solid #688ada;
    border-bottom: 1px solid #688ada;
}
table.type01 .lt{
    letter-spacing: 2.5pt;
    text-indent: 2.5pt;
}
table.type01 th[scope="col"]{
    background-color: #f0f3fb;
}
table.type01 th[scope="row"]{
    background-color: #f0f3fb;
}
table.type01 tr th:last-child,
table.type01 tr td:last-child{
    border-right: none;
}
	
table.type01.c02{
    border-top-color: #40180A;
}
table.type01.c02 th,
table.type01.c02 td{
    border-right-color: #40180A;
    border-bottom-color: #40180A;
}
table.type01.c02 th[scope="col"],
table.type01.c02 th[scope="row"]{
    background-color: #F7EA92;
}

/* TYPE02 2カラム タイプ2 */

table.type02{
    border-top: 1px solid #688ada;
}
table.type02 th,
table.type02 td{
    min-width: 80px;
    padding: 10px 30px;
    vertical-align: middle;
    font-size: 93.33333%;
}
table.type02 th{
    background-color: #f0f3fb;
    border-bottom: 1px solid #688ada;
}
table.type02.th-tal tbody th{
    text-align: left;
}
table.type02 tbody td{
    text-align: center;
    background-color: #ffffff;
    border-bottom: 1px solid #688ada;
    border-left: 1px solid #688ada;
}
table.type02.td-tal tbody td{
    text-align: left;
}
table.type02.c02{
    border-top-color: #40180A;
}
table.type02.c02 th,
table.type02.c02 td{
    border-left-color: #40180A;
    border-bottom-color: #40180A;
}
table.type02.c02 th[scope="col"],
table.type02.c02 th[scope="row"]{
    background-color: #F7EA92;
}

/* TYPE03 複数カラム */

table.type03{
    border-top: 1px solid #688ada;
}
table.type03 th,
table.type03 td{
    min-width: 60px;
    padding: 10px;
    vertical-align: middle;
    font-size: 93.33333%;
    border-bottom: 1px solid #688ada;
    border-left: 1px solid #688ada;
}
table.type03 tbody td{
    text-align: center;
    background-color: #ffffff;
}
table.type03.td-tal tbody td{
    text-align: left;
}
table.type03 th[scope="col"]{
    background-color: #f0f3fb;
    text-align: center;
}
table.type03 tbody th[scope="row"]{
    background-color: #f9f9f9;
}
table.type03.td-tal tbody th[scope="row"]{
    text-align: center;
}
table.type03 tr th:first-child,
table.type03 tr td:first-child{
    border-left: none;
}
table.type03 tr th:last-child,
table.type03 tr td:last-child,
table.type03 tr th.bdl,
table.type03 tr td.bdl{
    border-left: 1px solid #688ada;
}

table.type03.small th,
table.type03.small td{
    min-width: 40px;
    padding: 8px;
    font-size: 87.5%;
    line-height: 1.5;
}
	
table.type03.c02{
    border-top-color: #40180A;
}
table.type03.c02 th,
table.type03.c02 td{
    border-left-color: #40180A;
    border-bottom-color: #40180A;
}
table.type03.c02 th[scope="col"]{
    background-color: #F7EA92;
}
table.type03.c02 tr th:last-child,
table.type03.c02 tr td:last-child,
table.type03.c02 tr th.bdl,
table.type03.c02 tr td.bdl{
    border-left-color: #40180A;
}
table.type03.throw-tal tbody th[scope="row"]{
    text-align: left;
}
table.type03 td.sat,
table.type03 td.sun,
table.type03 td.holiday{
	background-color: #f2f2f2;
}

/* TYPE04 複数カラム_レスポンシブ */
table.type04{
    table-layout: fixed;
}
table.type04 tr {
    display: table-cell;
    vertical-align: top;
}
table.type04 th,
table.type04 td {
    border-collapse: collapse;
    display: block;
    border: 1px solid #ffffff;
}
table.type04 th{
	vertical-align: middle;
    padding: 5px;
    background-color: #f0f3fb;
    text-align: center;
}
table.type04 td {
	vertical-align: top;
    padding: 5px;
    background-color: #fcf5e8;
}
table.type04 th > span{
    display: table;
    width: 100%;
    height: 100%;
}
table.type04 th > span > span{
    display: table-cell;
    vertical-align: middle;
}



/* TEXT */
.rq{
    color: #da6868;
    font-weight: bold;
}
.str{
    color: #688ada;
    font-weight: bold;
}
.str_s{
    color: #688ada;
}
.str02{
    color: #40180A;
    font-weight: bold;
}
.str02_s{
    color: #40180A;
}
	.small{
		font-size: 90%;
	}
	.large{
		font-size: 110%;
	}
	
	.dsib-box{
		letter-spacing: -.4em;
	}
	.dsib-box > .items{
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 10px 0;
		letter-spacing: normal;
	}
	.dsib-box > .items:last-child{
		margin-right: 0;
	}
	.dsib-box.type_center{
		text-align: center;
	}
	
	.drag{
		background-color: #f9f9f9;
		border: dotted 2px blue;
	}
	
	.dragicon{
		display: inline-block;
		width: 30px;
		height: 30px;
		background-color: #ffffff;
		background-image: url("../images/common/anchor-drag.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 15px auto;
		border: 1px solid #688ada;
		border-radius: 50%;
		cursor: move;
	}
	.dragicon:hover{
		background-color: #f0f3fb;
	}
	
	tr.status_hidden th,
	tr.status_hidden td{
		background-color: #f9f9f9 !important;
	}
	
	form.input table tr th:before{
        content: "\4EFB\610F";
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
        padding: 2px 6px;
        color: #ffffff;
        font-size: 80%;
        font-weight: bold;
        letter-spacing: 1pt;
        text-align: center;
        background-color: #0A56A0;
    }
	form.input table tr.rqrow th:before{
        content: "\5FC5\9808";
        background-color: #FF0000;
    }
    
    /*
    table tr.row_q02_2 th,
    table tr.row_q03_2 th,
    table tr.row_q04_2 th,
    table tr.row_q04_3 th,
    table tr.row_q05_2 th,
    table tr.row_q06_2 th,
    table tr.row_q06_3 th,
    table tr.row_q07_2 th,
    table tr.row_q07_3 th,
    table tr.row_q09_2 th,
    table tr.row_q10_2 th,
    table tr.row_q11_2 th,
    table tr.row_q12_2 th,
    table tr.row_q13_2 th,
    table tr.row_q15_2 th,
    table tr.row_q16_2 th{
        padding-left: 45px;
    }
    */
    form.confirm table tr.row_q02_2 th,
    form.confirm table tr.row_q03_2 th,
    form.confirm table tr.row_q04_2 th,
    form.confirm table tr.row_q04_3 th,
    form.confirm table tr.row_q05_2 th,
    form.confirm table tr.row_q06_2 th,
    form.confirm table tr.row_q06_3 th,
    form.confirm table tr.row_q07_2 th,
    form.confirm table tr.row_q07_3 th,
    form.confirm table tr.row_q09_2 th,
    form.confirm table tr.row_q10_2 th,
    form.confirm table tr.row_q11_2 th,
    form.confirm table tr.row_q12_2 th,
    form.confirm table tr.row_q13_2 th,
    form.confirm table tr.row_q15_2 th,
    form.confirm table tr.row_q16_2 th{
        padding-left: 45px;
    }


}

@media only screen and (max-width: 767px) {
	



.anchor-type01 a{
	display: inline-block;
	vertical-align: middle;
}
.anchor-type01 a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background-image: url(../images/common/anchor-type01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 8px auto;
	width: 8px;
	height: 14px;
}

/* BTN */
	
	
	.btn-type01 a{
		display: inline-block;
		vertical-align: middle;
		padding: 6px 25px;
		color: #ffffff;
		font-weight: bold;
		letter-spacing: 0.5pt;
		text-decoration: none;
		background-color: #688ada;
	}
	.btn-type01 a:before{
		display: inline-block;
		vertical-align: middle;
		content: "";
		margin-right: 5px;
		background-color: #ffffff;
		background-image: url(../images/common/anchor-type01.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 8px auto;
		width: 18px;
		height: 18px;
		border-radius: 50%;
	}
	.btn-type01.type_s a{
		padding: 10px 18px;
	}
	.btn-type01.type_s a:before{
		display: none;
	}
	.btn-type01.anchor-reload a:before{
		background-image: url("../images/common/anchor-reload.png");
		background-size: 20px auto;
		background-color: transparent;
		width: 20px;
		height: 20px;
		transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
	}
	.btn-type01.anchor-add a:before{
		background-image: url("../images/common/anchor-add.png");
		background-size: 20px auto;
		background-color: transparent;
		width: 20px;
		height: 20px;
		transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
	}
	.btn-type01.anchor-reload a:hover:before,
	.btn-type01.anchor-add a:hover:before{
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.btn-type01 a:hover {
		filter:alpha(opacity=60); /* IE 6,7*/
		-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
		-moz-opacity:0.6; /* FF , Netscape */
		-khtml-opacity: 0.6; /* Safari 1.x */
		opacity:0.6;
		zoom:1; /*IE*/
	}

/* listmark */

.listmark-disc > li{
	margin-left: 20px;
	list-style: disc;
}

.listmark-type01 > li{
	padding-left: 13px;
	background-image: url(../images/common/listmark-type01.png);
	background-position: 0 8px;
	background-repeat: no-repeat;
	background-size: 8px auto;
}

.listmark-temp > li{
	margin-left:1em;
}
.listmark-temp > li span.mark{
	margin-left:-1em;
}

.listmark-temp02 > li{
    padding-left: 20px;
    position: relative;
}
.listmark-temp02 > li span.mark{
    position: absolute;
    top: 0;
    left: 0;
}

.listmark-temp03 > li{
    padding-left: 3em;
    position: relative;
}
.listmark-temp03 > li span.mark{
    position: absolute;
    top: 0;
    left: 0;
}

.listmark-decimal > li{
	list-style:decimal;
	margin-left:20px;
	margin-bottom:5px;
}
.listmark-indent > li {
    padding-left: 1em;
    text-indent: -1em;
}

	
.listmark-num > li{
    padding-left: 30px;
}
.listmark-num > li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #f0f3fb;
    display: block;
    float: left;
    margin-top:3px;
    color: #688ada;
    font-size: 65%;
	font-weight: bold;
    letter-spacing: -0.5pt;
    text-indent: -0.5pt;
    line-height: 20px;
    margin-left: -30px;
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
.listmark-num.type02 > li:before {
    background-color: transparent;
	border: 1px solid #f0f3fb;
}
.listmark-num.type03 > li:before {
    background-color: #ffffff;
	border: 1px solid #688ada;
}
.listmark-num.type04 > li:before {
	color: #40180A;
    background-color: #ffffff;
	border: 1px solid #40180A;
}
.listmark-num > li:after{
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}
.listmark-num{
    counter-reset: my-counter;
    padding: 0;
}
	


/* title-level */

.title-level01{
	margin-bottom: 20px;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1pt;
}

.title-level02{
	margin-bottom: 10px;
	font-size: 112.5%;
	font-weight: bold;
	letter-spacing: 1pt;
}
.title-level02.bdbtm{
	margin-bottom: 15px;
	padding: 0 3px 3px;
	border-bottom: 1px solid #40180A;
}
.title-level02.c02{
	color: #688ada;
}

.title-level03{
	margin-bottom: 10px;
	font-size: 106.25%;
	font-weight: bold;
	letter-spacing: 1pt;
}
.title-level03.c02{
	color: #688ada;
}

.title-belt{
	margin-bottom: 20px;
	padding: 6px 15px;
	color: #688ada;
	font-size: 112.5%;
	font-weight: bold;
	letter-spacing: 1pt;
	background-color: #f0f3fb;
}
.title-belt.type_cat:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background-image: url(../images/common/anchor-cat.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	width: 20px;
	height: 20px;
}
	.title-belt.bdbtm{
		border-bottom: 1px solid #688ada;
	}
	.title-belt.type_w{
		background-color: #ffffff;
	}

.title-bd{
	margin-bottom: 20px;
	padding: 6px 15px;
	color: #688ada;
	font-size: 112.5%;
	font-weight: bold;
	letter-spacing: 1pt;
	background-color: #ffffff;
	border: 1px solid #688ada;
}
.title-bd.type02{
	color: #40180A;
	border-color: #40180A;
}
.title-bd.type03{
	background-color: #fff7f5;
}


/* box */

.bd-box{
    padding: 10px 15px;
    border: 1px solid #40180A;
}
.bd-box.type_s{
	padding: 10px;
}
.bd-box02{
    padding: 10px 15px;
    border: 1px solid #688ada;
}
.bd-box03{
    padding: 10px 15px;
    border: 1px solid #b4b4b4;
}
.w-box{
    padding: 10px 15px;
    background-color: #ffffff;
}
.rq-box{
    padding: 10px 15px;
    border: 1px solid #da6868;
}
.box-type01{
    padding: 10px 15px;
    background-color: #f0f3fb;
}
.box-type02{
    padding: 10px 15px;
    background-color: #fdf5a8;
}
.box-type03{
    padding: 10px 15px;
    background-color: #fcf5e8;
}
.box-type04{
    padding: 10px 15px;
    background-color: #fef2ef;
}

.tri-box > .box01,
.tri-box > .box02,
.tri-box > .box03{
	margin-bottom:20px;
}
.tri-box .image{
	margin-bottom:0;
	text-align:center;
}

.half-box > .boxl,
.half-box > .boxr{
	margin-bottom:20px;
}
.half-box .image{
	margin-bottom:0;
	text-align:center;
}
    

/* table */

table.t100p{
	width:100%;
}
table .tls{
	text-align:center;
	letter-spacing:1em;
	text-indent:1em;
}


/* table */

table.t100p{
	width:100%;
}
table.sp-t100p{
	width:100%;
}
table .tls{
	text-align:center;
	letter-spacing:1em;
	text-indent:1em;
}
table.alltc th,
table.alltc td{
	text-align:center;
}
table.equality{
    table-layout: fixed;
}
.table-wrapper{
    width: 100%;
    overflow: auto;
}
.table-wrapper table{
    width: 500px;
}
	.twrapper{
		overflow: auto;
		white-space: nowrap;
	}
	.twrapper::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
		height: 5px;
	}
	.twrapper::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
		background-color: #E5E5E5;
	}
	.twrapper::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
		background-color: #B3B3B3;
	}
table.tdl td{
    text-align: left !important;
}
table th.bgc-w,
table td.bgc-w{
    background-color: #ffffff !important;
}
table .closed{
    background-color: #cadbaf !important;
}
table.td-vat td{
    vertical-align: top !important;
}

/* TYPE01 */
table.type01{
    width: 100%;
    border-top: 1px solid #688ada;
}
table.type01 th,
table.type01 td{
    padding: 6px;
    font-size: 85.7142%;
    text-align: center;
    border-right: 1px solid #688ada;
    border-bottom: 1px solid #688ada;
}
table.type01 .lt{
    letter-spacing: 2.5pt;
    text-indent: 2.5pt;
}
table.type01 th[scope="col"]{
    background-color: #f0f3fb;
}
table.type01 th[scope="row"]{
    background-color: #f9f9f9;
}
table.type01 tr th:last-child,
table.type01 tr td:last-child{
    border-right: none;
}
	
table.type01.c02{
    border-top-color: #40180A;
}
table.type01.c02 th,
table.type01.c02 td{
    border-right-color: #40180A;
    border-bottom-color: #40180A;
}
table.type01.c02 th[scope="col"],
table.type01.c02 th[scope="row"]{
    background-color: #F7EA92;
}

/* TYPE02 2カラム タイプ2 */

table.type02{
    border-top: 1px solid #688ada;
}
table.type02 th,
table.type02 td{
    min-width: 80px;
    padding: 6px;
    vertical-align: middle;
    font-size: 93.33333%;
}
table.type02 th{
    background-color: #f0f3fb;
    border-bottom: 1px solid #688ada;
}
table.type02 tbody td{
    text-align: center;
    background-color: #ffffff;
    border-bottom: 1px solid #688ada;
    border-left: 1px solid #688ada;
}
table.type02.th-tal tbody th{
    text-align: left;
}
table.type02.td-tal tbody td{
    text-align: left;
}
	
	table.type02.sp-block th,
	table.type02.sp-block td{
		display: block;
		padding: 10px 15px;
	}
	table.type02.sp-block td{
		border-left: none;
	}

/* TYPE03 複数カラム */

table.type03{
    border-top: 1px solid #688ada;
}
table.type03 th,
table.type03 td{
    min-width: 60px;
    padding: 6px;
    vertical-align: middle;
    font-size: 93.33333%;
    border-bottom: 1px solid #688ada;
    border-left: 1px solid #688ada;
}
table.type03 tbody td{
    text-align: center;
    background-color: #ffffff;
}
table.type03.td-tal tbody td{
    text-align: left;
}
table.type03 th[scope="col"]{
    background-color: #f0f3fb;
    text-align: center;
}
table.type03 tbody th[scope="row"]{
    background-color: #f9f9f9;
}
table.type03.td-tal tbody th[scope="row"]{
    text-align: center;
}
table.type03 tr th:first-child,
table.type03 tr td:first-child{
    border-left: none;
}
table.type03 tr th:last-child,
table.type03 tr td:last-child,
table.type03 tr th.bdl,
table.type03 tr td.bdl{
    border-left: 1px solid #688ada;
}
table.type03.c02 th[scope="col"]{
    background-color: #F3E345;
}

table.type03.alternately tbody tr:nth-child(odd) th[scope="row"]{
    background-color: #f9f9f9;
}
table.type03.alternately tbody tr:nth-child(even) th[scope="row"]{
    background-color: #f2f7e2;
}
	
table.type03.throw-tal tbody th[scope="row"]{
    text-align: left;
}
table.type03 td.sat,
table.type03 td.sun,
table.type03 td.holiday{
	background-color: #f2f2f2;
}
	
table.type03.sp-t100p th,
table.type03.sp-t100p td{
	min-width: auto;
}

/* TYPE04 複数カラム_レスポンシブ */
table.type04 th,
table.type04 td {
    border-collapse: collapse;
    font-size: 85.7142%;
    border: 1px solid #ffffff;
}
table.type04 th{
	vertical-align: middle;
    padding: 5px;
    background-color: #f0f3fb;
    text-align: center;
}
table.type04 td {
	vertical-align: top;
    padding: 5px;
    background-color: #fcf5e8;
}


/* TEXT */
.rq{
    color: #da6868;
    font-weight: bold;
}
.str{
    color: #688ada;
    font-weight: bold;
}
.str_s{
    color: #688ada;
}
.str02{
    color: #40180A;
    font-weight: bold;
}
.str02_s{
    color: #40180A;
}
	.small{
		font-size: 90%;
	}
	.large{
		font-size: 110%;
	}
	
	.dsib-box{
		letter-spacing: -.4em;
	}
	.dsib-box > .items{
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 10px 0;
		letter-spacing: normal;
	}
	.dsib-box > .items:last-child{
		margin-right: 0;
	}
	.dsib-box.sp_block > .items{
		display: block;
		margin-right: 0;
	}
	.dsib-box.type_center{
		text-align: center;
	}
	
	.drag{
		background-color: #f9f9f9;
		border: dotted 2px blue;
	}
	
	.dragicon{
		display: inline-block;
		width: 30px;
		height: 30px;
		background-color: #ffffff;
		background-image: url("../images/common/anchor-drag.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 14px auto;
		border: 1px solid #688ada;
		border-radius: 50%;
		cursor: move;
	}
	.dragicon:hover{
		background-color: #f0f3fb;
	}
	
	tr.status_hidden th,
	tr.status_hidden td{
		background-color: #f9f9f9 !important;
	}
	
	form.input table tr th:before{
        content: "\4EFB\610F";
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
        padding: 2px 6px;
        color: #ffffff;
        font-size: 80%;
        font-weight: bold;
        letter-spacing: 1pt;
        text-align: center;
        background-color: #0A56A0;
    }
	form.input table tr.rqrow th:before{
        content: "\5FC5\9808";
        background-color: #FF0000;
    }
	
	
}
    form.input table tr.row_q02 th,
    form.input table tr.row_q02 td,
    form.input table tr.row_q03 th,
    form.input table tr.row_q03 td,
    form.input table tr.row_q04 th,
    form.input table tr.row_q04 td,
    form.input table tr.row_q04_2 th,
    form.input table tr.row_q04_2 td,
    form.input table tr.row_q05 th,
    form.input table tr.row_q05 td,
    form.input table tr.row_q06 th,
    form.input table tr.row_q06 td,
    form.input table tr.row_q06_2 th,
    form.input table tr.row_q06_2 td,
    form.input table tr.row_q07 th,
    form.input table tr.row_q07 td,
    form.input table tr.row_q07_2 th,
    form.input table tr.row_q07_2 td,
    form.input table tr.row_q09 th,
    form.input table tr.row_q09 td,
    form.input table tr.row_q10 th,
    form.input table tr.row_q10 td,
    form.input table tr.row_q11 th,
    form.input table tr.row_q11 td,
    form.input table tr.row_q12 th,
    form.input table tr.row_q12 td,
    form.input table tr.row_q13 th,
    form.input table tr.row_q13 td,
    form.input table tr.row_q15 th,
    form.input table tr.row_q15 td,
    form.input table tr.row_q16 th,
    form.input table tr.row_q16 td{
        border-bottom-color: #d2def9;
    }
    form table tr.skeleton th,
    form table tr.skeleton td{
        background-color: transparent;
        border-right: none;
        border-left: none;
    }
form table tr.skeleton th:before{
    display: none;
}
form input[type="number"]{
    max-width: 80px;
}