@charset "UTF-8";

/***********************************************/
/* FileName: modal.css                        */
/* data:2015/7/3                               */
/***********************************************/
html,body{
	background:transparent;
	}

div#modal{
	background:#FFF;
	border:solid 3px #FFE53D;
	border-radius:10px;
	text-align:left;
	margin:0 auto;
	padding:35px 0 0 ;
	}
div#modal h1{
	background:url(../image/common/bg_title.png) no-repeat left 3px;
	padding:7px 0 2px 30px;
	font-size:24px;
	font-weight:bold;
	margin:0 44px 20px;
	}
div#modal h2{
	color:#eb4847;
	font-weight:bold;
	font-size:18px;
	margin:0 44px ;
	}
	
div#modal h2.step1{
	background:url(../image/modal/ico_step1.png) no-repeat left top;
	padding:12px 0 10px 86px;
	}
div#modal h2.step2{
	background:url(../image/modal/ico_step2.png) no-repeat left top;
	padding:12px 0 10px 86px;
	}			

div#modal div.step{
	padding:2px 0 0;
	}	
	
dl.search{
	overflow:hidden;
	margin:0 24px 5px 130px;
	}
dl.search dt{
	float:left;
	font-size:20px;
	clear:both;
	padding:16px 0 0;
	}
dl.search dd{
	padding:0 0 0 100px;
	}
dl.search dd input{
	font-size:20px;
	padding:8px 5px;
	margin:0 4px 0 0;
	vertical-align:middle;
	width:284px;
	}
dl.search dd input.button{
	transition: 0.5s ease-in-out;
	width:auto;
	}
dl.search dd input.button:hover {  
	opacity: 0.7;  
	filter: alpha(opacity=70);  }		
div#modal p.caution{
	font-size:14px;
	margin:0 44px 20px 230px;
	}

div#modal div.tel{
	background:url(../image/common/bg_main.png) repeat;
	padding:20px 44px;
	border-radius:0 0 10px 10px;
	}
div#modal div.tel h2{
	margin:0;
	margin-bottom:0;
	}
div#modal div.tel p{
	font-size:18px;
	margin:0 44px 0 86px;
	}
div#modal div.tel p span{
	color:#999999;
	}
div#modal div.tel p span.result{
	font-weight:bold;
	color:#333;
	font-size:110%;
	}
div#modal div.tel p span.result span{
	color:#333;
	font-size:122%;
	}
  
/* カレンダー */
#calender-modal {
    width: 568px;
    margin: 10px auto 0;
    border: 2px solid #ffa800;
    background: #fff;
}
.modal-box p.ttl {
    font-size: 28px;
    color: #fff;
    background: #ffa800;
    padding: 7px 0;
    position: relative;
}
.modal-box p.ttl:after {
    content: '';
    background: url('../img/bg_modal_panda.png') no-repeat;
    width: 72px;
    height: 104px;
    top: -12px;
    left: 70px;
    position: absolute;
}
.link-box {
    padding: 60px;
}
.link-box p.rd {
    border-bottom: 2px solid #333;
    padding: 0 0 20px;
    margin-bottom: 40px;
}
.link-box a {
    width: 100%;
    background: #ffa800 url(../image/btn-white.png) no-repeat;
    background-position: center right 15px;
    text-align: center;
    font-size: 24px;
    display: block;
    color: #fff;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 21px 0;
}
.link-box a.last {
    margin-bottom: 0;
    color: #000;
    background: #ffe63e url(../image/btn-black.png) no-repeat;
    background-position: center right 15px;
    background-size: 12px 20px;
}
.link-box a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.box03 {
    height: auto;
    padding: 35px 0;
    background: #333;
    color: #fff;
    font-size: 24px;
}
.container-wrap {
    width: 100%;
}
.box03 .container {
    margin: 0 auto;
    position: relative;
}
.box03 .innerbox01 .img-box {
    width: 122px;
    position: absolute;
    top: -15px;
    left: 25px;
}
.box03 .innerbox01 .txt-box {
    text-align: center;
    margin:0;
}
.box03 .tel {
    font-size: 42px;
    margin: 0 0 0 0;
    line-height: 42px;
    padding-left: 90px;
}
.box03 .tel:before {
    content: " ";
    width: 59px;
    height: 34px;
    background: url(../img/sp_menu_ico_freedial_01.png);
    background-size: cover;
    display: inline-block;
    position: relative;
    top: -1px;
}

@media screen and (max-width: 768px) {
    #calender-modal {
        box-sizing: border-box;
        width: 100%;
    }
    .modal-box p.ttl {
        font-size: 14px;
    }
    .link-box {
        padding: 30px;
    }
    .link-box a {
        font-size: 14px;
        padding: 9px 0;
        background-size: 9px;
        margin-bottom: 10px;
    }
    .link-box a.last {
        background-size: 9px;
    }
    .link-box p.rd {
        padding: 0 0 10px;
        margin-bottom: 20px;
    }
    .box03 {
        font-size: 14px;
        padding: 15px 0;
    }
    .box03 .tel {
        font-size: 21px;
        line-height: 21px;
        padding-top: 3px;
        padding-bottom: 5px;
        padding-left: 40px;
    }
    .box03 .tel a {
      color: #fff;
    }
    .modal-box p.ttl:after {
        width: 36px;
        height: 52px;
        background-size: cover;
        top: -5px;
        left: 40px;
    }
    .box03 .innerbox01 .img-box {
        width: 61px;
        top: -5px;
        left: 15px;
    }
    .box03 .innerbox01 .img-box img {
        width: 61px;
    }
    .box03 .tel:before {
        width: 30px;
        height: 17px;
    }
    .box03 .time {
        font-size: 12px;
    }
}

/*add 201709*/
@media screen and (max-width: 600px){
	div#modal{
		margin: 10px;
	}
	div#modal h1 {
		margin: 0 20px 10px;
		font-size: 120%;
	}
	div#modal h2 {
		margin: 10px;
	}
	dl.search {
		margin: 10px;
	}
	dl.search dd {
		padding-left: 0;
	}
	dl.search dd input {
		width: 90%;
	}
	dl.search dd input.button {
		float: right;
	}
	div#modal p.caution {
		margin: 10px;
	}
	div#modal div.tel {
		padding: 20px 10px;
	}
	div#modal div.tel p {
		margin: 10px;
	}
}
