@charset "UTF-8";
/* CSS Document */

/*モーダルを開くボタン*/
.modal-open{

}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 1000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 85vw;
    left: 50%;
    top: 17%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: 0px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
	background-color: #b4b4b4;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
}
.modal-content div p img{
	width: 100%;
}
.kiraboshi-confirm {/*kiraboshiのように、案件名の付いたCSSは基本設計から削除予定。*/
padding-bottom: 15px;
}
.kiraboshi-confirm p img {
	width: 100%;
}
.map_img {
	margin: 0 auto;
	padding: 30px 0 15px;
	width: 90%;
}
.map_img img{
	width: 100%;
}
.mapBnr_img{
	margin-bottom:15px;
	text-align: center;
}
.mapBnr_img img{
	width: 50%;
}
.yes_btn, .no_btn, .yes_btn1st, .no_btn1st, .yes_btn2nd, .no_btn2nd, .yes_btn3rd, .no_btn3rd, .yes_btn4th, .no_btn4th, .switch, .switch2nd, .ufj-switch {/*ufj-switchのように、案件名の入っているCSSは基本設計から削除予定。*/
	width: 90%;
	margin: 0 auto;
}
.no_btn, .no_btn1st, .no_btn2nd, .no_btn3rd, .no_btn4th{
	padding-bottom:15px;
}
.yes_btn img, .no_btn img, .yes_btn1st img, .no_btn1st img, .yes_btn2nd img, .no_btn2nd img, .yes_btn3rd img, .no_btn3rd img, .yes_btn4th img, .no_btn4th img, .switch img, .switch2nd img, .ufj-switch img,.branch-content p img,.mobit-aiful-content p img {
	/*mobit-aifulのように、案件名の入っているCSSは基本設計から削除予定。*/
	width: 100%;
}
.branch-content table {
	width: 100%;
    border-collapse: collapse;
}
.branch-content table td{
	padding: 15px 0 0;
	text-align: center;
	width: 50%;
}
.branch-content table td .fukidashi{
	background: #fff;
	color: #444;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	width: 80%;
	padding:.5em 0;
	border-radius: 5px;
	margin:0 auto 1em;
	position: relative;
}
.branch-content table td .fukidashi::after{
	position: absolute;
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	content: "";
	bottom:-19px;
	left:43%;
}
.branch-content table td h3{
	color:#fff;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1;
	padding:.5em 0;
}
.branch-content table td .branch_btn {
	padding:.75em 0;
	background: #ffffff88;
	margin-top:1em;
}
.branch-content table td img {
	width: 90%;
}
.branch-content table td.single img {
	width: 60%;
}


/*メデリ*/
.modal-body.mederi {
    width: 85%;
    left: 50%;
    top: 15%;
}
.modal-content.mederi{
	text-align: center;
}
.modal-content.mederi .btn_area{
    position: absolute;
    top: 62%;
    width: 100%;
    z-index: 10000;
}
.modal-content.mederi .btn_area .btn{
    padding-bottom: 12px;
}
.modal-content.mederi img{
    max-width: 100%;
}
.modal-content.mederi .client {
    position: absolute;
    top: 44%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10001;
}
.modal-content.mederi .client img{
    max-width: 65%;
}
.modal-content.mederi .client .btn a {
    background-color: #6EBFB5 !important;
    border-bottom: 2px solid #4B9D93 !important;
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 100px;
    -ms-border-radius: 100px;
    line-height: 1.2;
    padding: 17px 0;
    width: 95%;
    margin: 10px auto 0;
}
.modal-content.mederi .client .btn a::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 100%;
    background-image: url(../sp/pill/assets/img/cta_ico.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    right: 15px;
    pointer-events: none;
}

