.wt5{ width: 5% }
.wt10{ width: 10% }
.wt15{ width: 15%; }
.wt20{ width: 20%; }
.wt40{ width: 40%; }
.wt45{ width: 45%; }
.wt48{ width: 48%; }
.wt80{ width: 80%; }
.ht100{ height: 100%; }
.pd30{ padding: 30px !important; }
.fsSS{ font-size: 65%; }
.ilb{ display: inline-block; }
.mrla{ margin-right: auto; margin-left: auto; }
.mt1em{
	margin-top: 1em !important;
}
.pl1em{
	padding-left: 1em !important;
}

.flex{
	display: flex;
	justify-content: space-between;
}
.nowrap{ white-space: nowrap; }
.pc-flex .tableBlock{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.iLink02{
	background-position: left center;
	line-height: 17px;
}
.borderBlock{
	border: 1px solid #E5E5E5;
	padding: 10px;
	box-sizing: border-box;
}
.redBlock{
	padding: 20px;
}

.sectionBlock > .lNavL.col2Top.tabChgTggr > ul > li.current > a{
	background: #005ab4;
	border-color: #005ab4 !important;
	color: white;
}
.search-modelnum{
	text-align: center;
	padding: 0;
}
.col2Block04 .colL,
.col2Block04 .colR{
	float: none;
}
.categoryMenu11.modelNumberList dt.accBtn a,
.categoryMenu11.modelNumberList dt.accBtn.open a{
	background-image: none;
}
.categoryMenu11.modelNumberList dt.accBtn a:after{
	vertical-align: middle;
	margin-left: 0.5em;
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/common/images/icon_accd_03.png) center center no-repeat;
}
.categoryMenu11.modelNumberList dt.accBtn.open a:after{
	background-image: url(/common/images/icon_accd_04.png);
}

.btnBlock p:before,
.btnBlock p:after,
.btnBlock p a:before,
.btnBlock p a:after{
	content: none !important;
}

.infoTel{
	text-align: left;
	float: none;
}
.textBlock01{
	width: 100%;
}
.textBlock01 textarea{
	width: calc( 100% - 65px );
	border: 1px solid #E5E5E5;
}

.shucho-price-payment .price{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #E5E5E5;
}
.shucho-price-payment dl dd .flex,
.shucho-price-payment dl dd .pc-flex{
	text-align: center;
}
.shucho-price-payment dl dd .box{
	border: 1px solid #E5E5E5;
	padding: 1em 0;
}
.shucho-price-payment table th{
	background: #f5f5f5;
}
.shucho-price-payment table th,
.shucho-price-payment table td{
	padding: 15px;
	border: 1px solid #E5E5E5;
	text-align: center;
	vertical-align: middle;
}

.tblMod01.productTable{
max-width:700px;
width:100%;
margin:0 auto;
}

.tblMod01.productTable tbody{
border: 2px solid #E5E5E5;
}

.tblMod01.productTable td {
border-right: none;
border-left: none;
border-bottom: 1px solid #E5E5E5;
}


/* モーダル */
.agree-modal{
	display: none;
	position: fixed;
	z-index: 1000;
	background: rgba(000,000,000,0.6);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.agree-modal .close{
	position: absolute;
	right: 20px;
	top: 20px;
	height: 40px;
	width: 40px;
	z-index: 1100;
	cursor: pointer;
}
.agree-modal .close:hover{
	opacity: 0.5;
}
.agree-modal .close:before,
.agree-modal .close:after{
	content: '';
	background: white;
	width: 40px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: auto;
}
.agree-modal .close:before{
	transform:			rotate(45deg);
	-o-transform:		rotate(45deg);
	-ms-transform:		rotate(45deg);
	-moz-transform:		rotate(45deg);
	-webkit-transform:	rotate(45deg);
}
.agree-modal .close:after{
	transform:			rotate(-45deg);
	-o-transform:		rotate(-45deg);
	-ms-transform:		rotate(-45deg);
	-moz-transform:		rotate(-45deg);
	-webkit-transform:	rotate(-45deg);
}
.agree-modal .box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	position: absolute;
	width: 90%;
	height: 50%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: #e4eff9;
	border: 1px solid #E5E5E5;
	text-align: center;
}
.agree-modal .box h3{
	width: 100%;
}
.bgc-trans{
	background: transparent !important;
}
.border-gray{
	border: 1px solid #E5E5E5;
}

.doortodoor .tableBlock .btnBlock .btnBlockInner a{
	background-image: none;
	padding: 10px 0 15px;
}
.doortodoor .tableBlock .btnBlock .btnBlockInner a span{
	display: block;
	text-align: left;
	padding: 0 20px;
}
.doortodoor .tableBlock .btnBlock .btnBlockInner a span.btnBlockInner-head{
	text-align: center;
	margin-bottom: 10px;
	line-height: 2;
	border-bottom: 1px solid #97a2d1;
}
.doortodoor .tableBlock .btnBlock .btnBlockInner a span.btnBlockInner-head:before{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/common/images/ico_link_02.png) no-repeat center center;
	margin: 0 10px 0 0;
}



/* PC用 */
@media all and (min-width: 769px){

.pc{ display: block !important; }
.sp{ display: none !important; line-height: 0; height: 0; }
.pc-table{ display: table; }
.sp-table{ display: none; }

.pc-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pc-flex.flex-strech{
	align-items: stretch;
}
.btnBlock .btnBlockInner a.large{
	box-sizing: border-box;
	font-size: 170%;
	min-width: 370px;
	max-width: 100%;
	padding: 20px 40px 18px 50px;
}
.pc-flex.flex-left{
	justify-content: flex-start;
}
.pc-flex.flex-right{
	justify-content: flex-end;
}
.pc-flex.flex-center{
	justify-content: center;
}
.wt100{
	width: 100%;
}
.fsXXL{
	font-size: 160%;
}
.flex > *{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pc-flex > *{
	margin: 0 20px 0 0;
}
.pc-flex > *:last-child{
	margin: 0;
}

.pc-flex h3{
	white-space: nowrap;
}

h2 + .caution{
	font-size: 126%;
	font-weight: 700;
	margin-bottom: 10px;
}
.katabanSearch{
	margin: 20px 0;
}

.katabanSearchBlock .katabanSearch p .txt{
	height: 60px
}
.katabanSearchBlock .katabanSearch p .txt label{
	top: 0;
	height: 60px;
}
.katabanSearchBlock .katabanSearch p .txt input{
	height: 60px;
	line-height: 3em;
}
.katabanSearchBlock .katabanSearch p .img input{
	height: 60px;
}
.katabanSearchBlock .katabanSearch p .img{
	width: 170px;
	height: 60px;
}
.katabanSearchBlock .katabanSearch p .txt input,
.katabanSearchBlock .katabanSearch p .txt label{
	width: calc(100% - 170px);
}

.katabanSearchBlock .katabanSearch p .txt{
	width: 56%;
}

.shuri-main-menu{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shuri-main-menu .ht100{
	position: relative;
	padding-bottom: 58px;
	height: calc( 100% - 58px );
}
.shuri-main-menu .ht100 .btnBlock{
	position: absolute;
	right: 18px;
	left: 18px;
	bottom: 18px;
	margin: auto;
}


#app-models{
	margin-top: 10px;
}

.infoTel{
	font-size: 123%;
}
.shucho-price-payment dt{
	width: 15%;
	margin: 0 !important;
}
.shucho-price-payment dd{
	width: 80%;
}
.shucho-price-payment table{
	height: 5em;
	width: 100%;
}
.shucho-price-payment table th,
.shucho-price-payment table td{
	height: 100%;
	font-size: 120%;
}
.shucho-price-payment table .borderBlock{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 100%;
}
.agree-modal .box .btnBlock{
	width: 80%;
}
.col3Block01 .col01,
.col3Block01 .col02{
	float: none;
	width: 48%;
}



}



/* スマホ用 */
@media all and (max-width: 768px){

.pc{ display: none !important; line-height: 0; height: 0; }
.sp{ display: block !important; }
.pc-table{ display: none; }
.sp-table{ display: table; }
.fsXXL{
	font-size: 130%;
}
.pc-flex{
	display: block;
}
.pc-flex > *{
	margin: 0;
}
.pc-flex > .btnBlock{
	margin: 20px 0 0 0 !important;
}
.btnBlock .btnBlockInner a.large{
	font-size: 140%;
	padding: 10px 20px 9px 25px;
}

.katabanSearch{
	margin: 10px 0;
}

.search-modelnum a{
	font-size: 14px;
}

.infoTel{
	margin: 0 auto 20px;
}
.shucho-price-payment dt{
	width: 100%;
	margin-bottom: 10px;
}
.shucho-price-payment dd{
	width: 100%;
}
.shucho-price-payment .wt45,
.shucho-price-payment .wt5{
	width: 100% !important;
}
.shucho-price-payment .wt5{
	display: block;
	margin: 10px 0 !important;
}
.shucho-price-payment .flex{
	flex-direction: column;
}
.shucho-price-payment .flex > *{
	width: 100% !important;
}

.shucho-price-payment table th,
.shucho-price-payment table td{
	text-align: center;
	vertical-align: middle;
	font-size: 120%;
}
.shucho-price-payment table tbody th{
	width: 30%;
}
.agree-modal .box .btnBlock{
	width: 80%;
}
.agree-modal .box .btnBlock{
	width: 90%;
}

.shucho-price-payment table,
.shucho-price-payment table thead,
.shucho-price-payment table tbody{
	width: 100%;
}
.col3Block01 .col01,
.col3Block01 .col02{
	width: 100%;
}
.doortodoor .tableBlock .btnBlock .btnBlockInner a span.fsS,
.doortodoor .tableBlock .btnBlock .btnBlockInner a span.fsSS{
	font-size: 80%;
}


}

/* 2019/11/29 MEM ステップデザイン修正追加処理 */
/*--------------------------------------------------------------------------------
flowImage
--------------------------------------------------------------------------------*/
.flowImage{
	display: flex;
}
.flowImage .flowItem{
	width:100%;
	background-color: #fff; 
	border-top: solid #0059b3 1px; 
	border-bottom:solid #0059b3 1px; 
	min-height:78px;
	display: flex;
	align-items: center;
	position:relative;
	flex-direction: column;
}
.flowImage .flowItem:first-child{
	border-left:solid #0059b3 1px; 
}
.flowImage .flowItem:last-child{
	border-right:solid #0059b3 1px; 
}
.flowImage .flowItem:before{
	position: absolute;
    left: 5px;
    display: block;
    content: '';
    background-color: transparent;
    border-left: 1px solid #0059b3;
    width: 50%;
	height: 50%;
	transform: skew(15deg);
	top:0;
}
.flowImage .flowItem:after{
	position: absolute;
    left: 5px;
    display: block;
    content: '';
    background-color:transparent;
    border-left: 1px solid #0059b3;
    width: 50%;
	height: 50%;
	transform: skew(-15deg);
	bottom:0;
}
.flowImage .flowItem:first-child:after,.flowImage .flowItem:first-child:before{
	display: none;
}
.flowImage .flowItem span{
	padding: 14px 0px;
	word-break: break-all;
	width:100%;
	text-align: center;
	padding-left: 16px;
	padding-right:5px;
	font-size: 16px;
	color: #0059b3;
	font-weight: bold;
	font-family: "hiragino kaku gothic pro";
	box-sizing: border-box;
}
.flowImage .flowItem:first-child span{
	padding-left: 0;
}

/*--------------------------------------------------------------------------------
flowStepArea
--------------------------------------------------------------------------------*/
.flowStepArea{
    width:100%;
    margin-top: 50px;
}
.flowStepArea .flowStepAreaItem{
    border-top: 1px solid #0059b3;
	margin-bottom: 25px;
}
.flowStepArea .flowStepAreaItem:last-child{
	border-bottom: 1px solid #0059b3;
	padding-bottom: 25px;
}
.flowStepAreaItemHeading{
    font-size: 24px;
    color: #0059b3;
}
.flowStepArea .flowStepAreaItem .flowStepAreaItemHeading{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.flowStepArea .flowStepAreaItem .flowStepAreaItemHeading .flowStepAreaItemHeadingTxt{
	padding-top: 20px;
}

.flowStepArea .flowStepAreaItem .flowStepAreaItemText{
	padding-left: 111px;
	min-height: 120px;
}

.flowStepArea .flowStepAreaItem .flowStepAreaItemHeading .flowStepAreaItemHeadingNum{
    display:flex;
    width:70px;
	height:70px;
	min-width: 70px;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #0059b3;
    color: white;
    font-size: 16px;
    line-height: 14px;
    font-family: "Myriad Pro";
    margin-right: 40px;
}
.flowStepArea .flowStepAreaItem .flowStepAreaItemHeading .flowStepAreaItemHeadingNum span{
    font-size: 36px;
}
.flowStepArea .flowStepAreaItem dd{
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.flowStepArea .flowStepAreaItemText h4{
    font-size: 14px;
    border-left:  3px solid #0059b3;
    padding-left: 10px;
}
.flowStepArea .flowStepAreaItem img{
	padding-left: 40px;
	width: 172px;
	min-width: 172px;
    /* dtと下余白の分だけ位置調整 */
    margin-top:-45px;
}
.flowStepArea table{
    height: 5em;
    width: 100%;
}
.flowStepArea table th,.flowStepArea table td{
	padding: 15px;
    border: 1px solid #E5E5E5;
    text-align: center;
	vertical-align: middle;
	width:33%;
}
.flowStepArea table th{
	background: #f5f5f5;
	font-size: 14px;
}

/*SP時処理*/
@media screen and (max-width: 768px){
	.flowImage{
		display: none;
	}
	.flowStepArea .flowStepAreaItem{
        margin-bottom: 35px;
    }
	.flowStepArea{
		margin-top: 15px;
	}
	.flowStepArea .flowStepAreaItem:last-child{
		padding-bottom: 35px;
	}
    .flowStepArea .flowStepAreaItem .flowStepAreaItemHeading .flowStepAreaItemHeadingNum span{
        font-size: 26px;
	}
	.flowStepArea .flowStepAreaItem .flowStepAreaItemHeading .flowStepAreaItemHeadingNum{
        width:60px;
		height:60px;
		min-width: 60px;
        line-height: 12px;
	}
	.flowStepArea .flowStepAreaItem .flowStepAreaItemHeading .flowStepAreaItemHeadingTxt{
		padding-top: 15px;
	}
	.flowStepArea .flowStepAreaItem dd{
        flex-direction: column-reverse;
        justify-content: flex-start;
    }
    .flowStepArea .flowStepAreaItem img{
		margin-top:20px;
        margin-bottom: 35px;
        padding-left: 0;
        width:40%;
        height: auto;
        max-width: 150px;
        flex-shrink: 0;
    }
    .flowStepArea .flowStepAreaItem .flowStepAreaItemText{
        padding-left: 0;
		width: 100%;
		min-height: 0;
    }
    .flowStepArea .flowStepAreaItem .flowStepAreaItemHeading .flowStepAreaItemHeadingNum{
        margin-right:18px;
    }
    .flowStepArea .flowStepAreaItemText p,.flowStepArea .flowStepAreaItemText h4{
        font-size: 14px;
    }
    .flowStepArea .flowStepAreaItemText .fsS{
        font-size: 79%;
        letter-spacing: 1px;
	}
	.flowStepArea table th{
		font-size: 16px;
	}
	.flowStepArea table td{
		font-size: 14px;
	}
}

/* 2019/11/31 MEM 右メニュー削除対応 */

.sideNav_shuri {
	background-color: #e4eff9;
}

.sideNav_shuri_inner {
	padding: 20px;
}

.sideNav_shuri_titel {
	background-color: #0059b3;
	padding: 10px 20px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
ul.tileWrap.clearfix.flexCol5 {
	display: flex;
	flex-wrap: wrap;
}

ul.tileWrap.clearfix.flexCol5 li {
	width: calc((100% - 40px)/5);
	height: 135px;
	background-color: #fff;
	text-align: center;
	margin-right: 10px;
	box-sizing :border-box;
	border: 1px solid #e5e5e5;
}
ul.tileWrap.clearfix.flexCol5 li a {
	padding: 20px 10px;
	display: block;
	height: 100%;
	box-sizing: border-box;
}

ul.tileWrap.clearfix.flexCol5 li a img {
	display: block;
	margin: 0 auto;
}

ul.tileWrap.clearfix.flexCol5 li a span.text {
	display: block;
	box-sizing: border-box;
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	background: none;
	color: #0059B3;
}

.linkBlock ul {
	margin: 0;
}

.linkBlock ul li {
	margin: 0 20px 20px 0;
	width: calc((100% - 45px)/3);
}

ul.tileWrap.clearfix.flexCol5 li:hover {
	background-color: #0059b3;
}

ul.tileWrap.clearfix.flexCol5 li:hover a {
	text-decoration: none;
}

ul.tileWrap.clearfix.flexCol5 li:hover a span.text {
	color: #fff;
}

.flR_pc {
	float: right;
}

ul.tileWrap.clearfix.flexCol5 li:first-child a:hover {
	background:#005AB4  url(/support/common/images/img_shuri_001_on.png) no-repeat top 20px center;
	z-index: 5;
}
ul.tileWrap.clearfix.flexCol5 li:nth-child(2) a:hover {
	background:#005AB4  url(/support/common/images/img_shuri_002_on.png) no-repeat top 20px center;
}
ul.tileWrap.clearfix.flexCol5 li:nth-child(3) a:hover {
	background:#005AB4  url(/support/common/images/img_shuri_005_on.png) no-repeat top 20px center;
}
ul.tileWrap.clearfix.flexCol5 li:nth-child(4) a:hover {
    background:#005AB4  url(/support/common/images/img_shuri_008_on.png) no-repeat top 20px center;
}
ul.tileWrap.clearfix.flexCol5 li:nth-child(5) a:hover {
    background:#005AB4  url(/support/common/images/img_shuri_009_on.png) no-repeat top 20px center;
}
ul.tileWrap.clearfix.flexCol5 li:nth-child(6) a:hover {
	background:#005AB4  url(/support/common/images/img_shuri_011_on.png) no-repeat top 20px center;
}
ul.tileWrap.clearfix.flexCol5 li:nth-child(7) a:hover {
	background:#005AB4  url(/support/common/images/img_shuri_003_on.png) no-repeat top 20px center;
}
ul.tileWrap.clearfix.flexCol5 li:nth-child(8) a:hover {
	background:#005AB4  url(/support/common/images/img_shuri_006_on.png) no-repeat top 20px center;
}
ul.tileWrap.clearfix.flexCol5 li:nth-child(9) a:hover {
	background:#005AB4  url(/support/common/images/img_shuri_007_on.png) no-repeat top 20px center;
}
ul.tileWrap.clearfix.flexCol5 li:nth-child(10) a:hover {
	background:#005AB4  url(/support/common/images/img_shuri_010_on.png) no-repeat top 20px center;
}

ul.tileWrap.clearfix.flexCol5 li a:hover img {
	visibility: hidden;
} 

@media screen and (min-width: 769px){ 
	ul.tileWrap.clearfix.flexCol5 li:nth-of-type(5n) {
		margin-right: 0;
	}
	
	ul.tileWrap.clearfix.flexCol5 li:nth-of-type(n+6) {
		margin-top: 10px;
	}

	.linkBlock ul li:nth-of-type(3n) {
		margin-right: 0;
	}
	.linkBlock.greyBack ul li {
		margin-left: 0;
		margin-bottom: 10px;
	}
	.mr20_pc {
		margin-right: 20px;
	}
	
	.ml20_pc {
		margin-left: 20px;
	}

	.flex.-center {
		justify-content: center;
	}
}

/*SP時処理*/
@media screen and (max-width: 768px){ 
	ul.tileWrap.clearfix.flexCol5 li a span.text {
		font-size: 12px;
	}
	
	ul.tileWrap.clearfix.flexCol5 li {
		width: calc((100% - 10px)/2);
		margin-bottom: 10px;
	}
	
	ul.tileWrap.clearfix.flexCol5 li:nth-of-type(2n) {
		margin-right: 0;
	}

	.linkBlock ul li {
		width: 100%;
		margin-right: 0;
	}

	.faqFlowBlock .faqFlowBlockInner > div {
		padding: 15px 19px 20px;
	}

	.faqFlowBlock .faqFlowBlockInner > div .sndElm {
		margin: 20px 0 0 0;
	}

	.faqFlowBlock .faqFlowBlockInner > div .sndElm {
		width: auto;
	}
	.img_sp img {
    width: 100%;
	}
	.flex_sp {
		display: flex;
	}
	.lNavL ul.flex_sp {
		display: flex;
		width:auto;
	}
	.lNavL.col5 ul.flex_sp li, .lNavL.col5 ul.flex_sp li a {
		width: auto;
	}

	.mapBlock_rwd {
		width: 100%;
		box-sizing: border-box;
	}
	.img_rwd img {
		width: 100%;
		height: auto;
	}
	.flR_pc {
		float: none;
	}

	.mt10_sp {
		margin-top: 10px;
	}

	.wt100_sp {
		width: 100%;
	}

	.flex.-center {
		flex-direction:column;
	}
}

/* アコーディオン */
.categoryMenu11.modelNumberList dt.accBtn a {
	padding: 14px 32px 12px 14px;
	background-color: #e4eff9;
	color: #005AB4;
	border-radius: 5px;
	position: relative;
	font-size: 20px;
	border: 2px solid;
	text-align: center;
}

.categoryMenu11.modelNumberList dt.accBtn a::before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(/common/images/icon_accd_07.png) center center no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}

.categoryMenu11.modelNumberList dt.accBtn a:after,.categoryMenu11.modelNumberList dt.accBtn.open a:after {
	position: absolute;
	right: 18px;
	top: calc(50% - 7px);
	width: 18px
}

.categoryMenu11.modelNumberList dt.accBtn a:after {
	background: url(/common/images/icon_accd_08.png) center center no-repeat;
}

.categoryMenu11.modelNumberList dt.accBtn.open a:after {
	background: url(/common/images/icon_accd_09.png) center center no-repeat;
}

.categoryMenu11.modelNumberList dt.accBtn.open a {
	background-color: #e4eff9;
}

/*SP時処理*/
@media screen and (max-width: 768px){ 
	.categoryMenu11.modelNumberList dt.accBtn a {
		font-size: 14px;
	}
	.categoryMenu11.modelNumberList dt.accBtn {
		margin: 40px 2% 10px;
	}
}


/* 2020/02/20 /support/shuri/madoguchi/index.htm 回収 */

.wp_h2{
font-size:112%;
}

.repair_h3{
font-size:105%;
}

.inquiryForm{
    float:left;
    margin-right:30px;
    text-align:center;
    font-weight:bold;
}

.inquiryForm .formTitle {
   font-size :14px;
}

.inquiryButton{
    width:300px;
    background-color: #4486c8;

    border-radius: 8px;
}

.inquiryButton a{
   display:block;
   padding:10px;
   color:#fff;
   font-size :14px;
   background: url(/common/images/ico_pop_05.png) no-repeat scroll center right 8% transparent;
 
}

/*SP時処理*/
@media screen and (max-width: 767px){ 

.inquiryForm{
max-width: 300px;
width:80%;
float:none;
margin:0 auto 20px;

}
.inquiryButton{
width:auto;
}

.inquiryButton a {
    color: #fff;
    font-size: 14px;
     background-position:center right 3%;
}

}


/* 2024/01/17 /support/shuri/doortodoor/apply.htm #web_apply*/
#web_apply .flexbox {
    background: #f2f4f6;
    border-radius: 4px;
    font-size: 120%;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}
#web_apply .flexbox ul.btn_area {
    margin-top: 10px;
}
#web_apply .flexbox ul.btn_area li + li {
    margin-top: 10px;
}
#web_apply .flexbox ul.btn_area li a{
    display: block;
    background-color: #005ab4;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    position: relative;
    max-height: 55px;
    box-sizing: border-box;
}
#web_apply .flexbox ul.btn_area li.apply_btn a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/common/images/ico_link_02.png) no-repeat center center;
    margin: 0 10px 0 0;
    position: absolute;
    right: 10px;
    top: calc((100%)/2 - 7px);
}
#web_apply .flexbox ul.btn_area li.detail_btn a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/common/images/ico_link_01.gif) no-repeat center center;
    margin: 0 10px 0 0;
    position: absolute;
    right: 8px;
    top: calc((100%)/2 - 7px);
}
#web_apply .flexbox ul.btn_area li a:hover {
    text-decoration: none;
    opacity: 0.7;
}
#web_apply .flexbox ul.btn_area li.detail_btn a {
    background-color: #fff;
    border: solid 2px #005ab4;
    color: #005ab4;
}
#web_apply .flexbox ul.btn_area li.detail_btn a span {
    font-size: 140%;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 0;
}
#web_apply .flexbox ul.target_area {
    height: 90px;
}

/*SP時処理*/
@media screen and (max-width: 767px){
#web_apply .flexbox {
    font-size: 100%;
    width: 100%;
}
#web_apply .flexbox + .flexbox {
    margin-top: 20px;
}
#web_apply .flexbox ul.target_area {
    height: 100%;
}
#web_apply .flexbox ul.btn_area li + li {
    margin-top: 15px;
}
#web_apply .flexbox ul.btn_area li a {
    font-size: 100%;
}
}

/*/support/shuri/doortodoor/ 赤枠*/

.redbox {
    background: #fff;
    border: #E60000 5px solid;
    padding: 20px 12px;
    margin: 0 auto;
    width: 87%;
    max-width: 960px;
    box-sizing: border-box;
    text-align: center;
}

.redbox .dot li{
list-style: disc;
margin-bottom:5px;
}

.indent3em{
padding-left:3em;
text-indent:-3em;
}

.redbox.schedule .schedule_note p{
font-size:16px;
}

.redbox.schedule li{
font-size:14px;
}

.redbox.schedule table{
font-size:14px;
}

@media screen and (max-width: 767px){ 
.redbox .taL{
text-align:left;
}

.redbox .dot li{
font-size:12px;
}


.redbox.schedule .schedule_note p{
font-size:14px;
}

.redbox.schedule li{
font-size:12px;
}


.redbox.schedule table{
font-size:12px;
}

.nenmatsu {
overflow-x: scroll;
}






.browser{display:none;word-break: break-all; padding-left: 3em; text-indent: -3em;}
.agree-modal .box {padding: 10px; box-sizing: border-box;}
@media screen and (-webkit-min-device-pixel-ratio:0) {.browser {display:block;}}
@-moz-document url-prefix() {.browser {display:none; }}
::-webkit-full-page-media, :future, :root {.browser {display:block; }}
@media all and (-ms-high-contrast:none) {.browser {display:none; }}
@media all and (-ms-high-contrast:none){.browser {display:none;}}
@supports (-ms-ime-align:auto) {.browser {display:none;  }}
@media screen and (max-width: 767px){.box .browser{text-align:left;}}
@media (max-height: 760px){.agree-modal .box{height:90%;}}
@media (max-width: 768px){.agree-modal .box{max-height:500px}}