/*********************************************
license.css
*********************************************/

.o-modal-txt,.o-license-ul .o-flex a{
	color: #036eb8;
	text-decoration: underline!important;
	cursor: pointer;
}

.o-modal-contact{
	color: #036eb8;
	text-decoration: underline!important;
}

.remodal-close {
	top: 10px;
	right: 10px;
	left: auto;
	background: transparent;
	border-radius: 5px;
	background: #036eb8;
	color: #fff!important;
	transition: .3s;
}

.remodal-close:before{
    font-size: 30px;
    line-height: 38px;
}

.remodal {
	width: 95%;
    max-width: 475px;
	padding-top: 75px;
	margin-top: 100px;
}

.remodal-overlay {
    background: rgba(0,0,0, 0.5);
}

.o-modal-ti{
	font-size: 25px;
	line-height: 28px;
	color: #000;
	text-align: center;
	margin-bottom: 0;
	margin-top: 20px;
}

.o-modal-ti-sub{
	font-size: 15px;
	line-height: 24px;
	color: #000;
	text-align: left;
	box-sizing: border-box;
	padding-bottom: 5px;
	border-bottom: solid 1px rgba(0,0,0,.7);
}

.o-modal-info,.o-cont-info span{
	font-size: 13px;
	line-height: 20px;
	color: #595757;
	text-align: left;
	margin-bottom: 0;
}

.o-modal-ind-1{
	box-sizing: border-box;
	padding-left: 26px;
	text-indent: -26px;
}

.o-modal-txtob{
	margin-top: 15px;
}

.o-modal-fm input{
	background: #efefef;
	border: solid 1px #efefef;
}

.o-login-btn{
	background: #036eb8;
	max-width: 150px;
	margin: 15px auto 0 auto;
	transition: .3s;
}

.o-login-btn:hover,.o-login-btn:active{
	opacity: .6;
}

.o-mdl-logo{
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: -115px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.o-mdl-logo img{
	display: block;
	width: 35%;
}

.o-cont-info{
	margin: 15px 0 0 0;
}

.o-m-ti{
	font-weight: 600;
}

span.o-cont-txt,a.o-cont-txt{
	font-size: 13px;
	font-feature-settings: "palt";
	text-align: left;
	color: #595757;
}

.o-m-tel{
	width: 74%;
}

.o-m-tanto{
	width: 78%;
}

.o-m-day{
	width: 70%;
}

.o-spacer-1{
	box-sizing: border-box;
	padding-left:6px;
	padding-right:6px;
}

span.o-taio-tm{
	font-size:12px;
}


@media (min-width: 576px){
.o-m-tel{
	width: 82%;
}

.o-m-tanto{
	width: 84%;
}

.o-m-day{
	width: auto;
}
}






@media (min-width: 768px){
.remodal {
	margin-top: 50px;
}
}


@media (orientation: landscape) and (max-width: 940px){

}


@media (min-width: 992px){
.remodal-close:hover{
    opacity: .6;
}
}



@media (min-width: 1025px){

}





@media (min-width: 1100px){
}



