@charset "Shift_JIS";

html {
	font-size: 16px;
}

.h4 {
	font-family: notosan!important;
	font-size: 1.5rem!important;
	font-weight: bolder!important;
}

.max-w-200 {
  max-width: 200px!important;
}

.max-w-400 {
  max-width: 400px!important;
}

.max-w-600 {
  max-width: 600px!important;
}

.max-w-800 {
  max-width: 800px!important;
}

.max-w-900 {
  max-width: 900px!important;
}

.label-item:before {
    display: block;
    position: absolute;
    left: 4px;
    width: 12px;
    height: 12px;
    margin-top: 6px;
    border: 3px solid #184eb3;
    border-radius: 50%;
    content: "";

}

.label-item {
   position: relative;
    margin: 0;
    padding-left: 1.4em;
}

.content-item {
    padding-left: 1.4em;
}

.content-item.comment-new  {
	white-space: pre-wrap;
}

@media only screen and (max-width: 992px) {
    
	.w-lg-800 {
		width: 100%!important;
	}
	
	.w-lg-460 {
		width: 100%!important;
	}
	
	.w-lg-400 {
		width: 100%!important;
	}
	
	.w-lg-300 {
		width: 100%!important;
	}
	
	.w-lg-260 {
		width: 100%!important;
	}
	
	.w-lg-200 {
		width: 100%!important;
	}
	
	.w-lg-160 {
		width: 100%!important;
	}
	
	.btn-w-lg-460 {
		width: 90%!important;
	}
	
	.btn-w-lg-260 {
		width: 90%!important;
	}
	
	.modal {
		z-index: 			10;
		position: 			fixed;
		left: 				0;
		top: 				0;
	    max-width: 			100%;
		height: 			100%;
		width: 				100%;
		overflow: 			hidden;
		background-color: 	rgba(0,0,0,0.3);
	}
	
	.modal-close {
		position: 		absolute;		/*絶対配置*/
	  	color: 			white;			/*文字は白に*/
	  	top: 			16%;
	  	left: 			80%;
	    right: 			0;
	    bottom: 		0;
	    z-index: 		30;
	}
	
	.modal-window {
		position: 		fixed;
	  	top: 			15%;
	  	left: 			0;
	    right: 			0;
	    bottom: 		10%;
	    z-index: 		20;
	    padding:		10px;
	    border-radius: 	5px 5px 5px 5px;
		object-fit: 	contain;
		text-align: 	center;
		
	}
	
	.phone-view {
		display: block;
	}
	.pc-view {
		display: none;
	}
	
	ol.stepguide li {
		font-size: 0.65rem!important;
	}
	
	.gb-msg-fs {
		font-size: 0.75rem;
	}
}

@media only screen and (min-width: 992px) {
    
	.w-lg-800 {
		width: 800px!important;
	}
	
	.w-lg-460 {
		width: 460px!important;
	}
	
	.w-lg-400 {
		width: 400px!important;
	}
	
	.w-lg-300 {
		width: 300px!important;
	}
	
	.w-lg-260 {
		width: 260px!important;
	}
	
	.w-lg-200 {
		width: 200px!important;
	}
	
	.w-lg-160 {
		width: 160px!important;
	}
	
	.btn-w-lg-460 {
		width: 460px!important;
	}
	
	.btn-w-lg-260 {
		width: 260px!important;
	}
	
	.modal {
		z-index: 1;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		overflow: hidden;
		background-color: rgba(0,0,0,0.3);
	    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4D000000,EndColorStr=#4D000000);
	    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4D000000,EndColorStr=#4D000000)";
	}
	
	.modal:not(:target){
	    filter: none;
	    -ms-filter: none;
	}
	
	.modal-window{
		z-index: 2;
		padding: 20px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 100px auto;
		width: 520px; /*widthの指定は必須*/
		font-size: 15px;
		border: 4px solid;
		border-color: #000000;
		background-color: #FFF2CD;
	}
	
	.phone-view {
		display: none;
	}
	.pc-view {
		display: block;
	}
	
	ol.stepguide li {
		font-size: 1.05rem!important;
	}
	
	.gb-msg-fs {
		font-size: 1.45rem;
	}
	
	.ms-4-new{
		margin-left:1.5rem!important
	}
	
}

textarea.error {
  	border: 2px solid #DA3915 !important;
    background: #F8DBD5;
}

select.error {
  	border: 2px solid #DA3915 !important;
    background: #F8DBD5;
}

div.form-checkbox:has(input[type=radio].error) {
	border: 2px solid #DA3915 !important;
    background: #F8DBD5;
}

select.error~.select-selected {
	border: 2px solid #DA3915 !important;
    background: #F8DBD5;
}

.item-striped>:hover {
	background-color:#FFF7D5!important;
	cursor: pointer;
}

.item-striped td{
	border-right: none!important;
}

.item-striped li{
	border-bottom-color:black;
	border-bottom-width:0.15rem!important;
}

.item-selected {
	background-color:#61CBF3!important;
}

.item-striped>:nth-child(even) {
	background-color:#FFFFFF;
}

.item-striped>:nth-child(odd) {
	background-color:#F1F4F7;
}

.select-selected[readonly=readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.global-error-msg {
	border-radius: 5px;
	border: 1px dashed #a94442;
	background-color: #f2dede;
	color: #a94442;
	font-weight: bolder;
}

.global-success-msg {
	border-radius: 5px;
	border: 1px dashed #63a10b;
	background-color: #f2f8e4;
	color: #63a10b;
	font-weight: bolder;
}

.btn-img {
	position: relative;
	padding-right: 35px;
}

.btn-img::after {
	content: '';
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('../asset/image/icon_arr_right.svg');
	background-repeat: no-repeat;
	width:18px; 
	height: 16px;
	background-size: contain;
}