  
.a-modal-org {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 190002;
}
.a-modal-org__inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 100%;
}
@media print, screen and (min-width: 737px) {
    .a-modal-org__inner {
        width: 80vw;
        max-width: 900px;
					
        width: 100vw; /* スマホ　モーダル幅 */
    }
}
@media screen and (max-width: 736px) {
    .a-modal-org__inner {
        width: 85vw;
					
        width: 100vw; /* スマホ　モーダル幅 */
    }
}
.a-modal-org__inner2 {
    position: relative;
    width: 100%;
}
.a-modal-org__inner3 {
    background-color: #ffffff;
}
@media print, screen and (min-width: 769px) {
    .a-modal-org__inner3 {
        max-height: 80vh;
        border-radius: 12px;
        border: 1.5rem solid #fff;
    }
}
@media print, screen and (max-width: 768px) {
    .a-modal-org__inner3 {
        max-height: 70vh;
        border-radius: 6px;
        border: 1.125rem solid #fff;
    }
}
.a-modal-org__body {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.a-modal-org__scroll.is-scroll {
    overflow-y: scroll;
}
@media print, screen and (min-width: 769px) {
    .a-modal-org__scroll.is-scroll {
        padding-right: 0.5rem;
    }
}
.a-modal-org__close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}
.a-modal-org__btn {
    box-sizing: border-box;
    background-color: #333333;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.a-modal-org__btn-inner {
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    position: relative;
}
.a-modal-org__btn-inner::before, .a-modal-org__btn-inner::after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}
.a-modal-org__btn-inner::before {
    border-top: 2px solid #ffffff;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    transform: rotate(45deg);
}
.a-modal-org__btn-inner::after {
    border-left: 2px solid #ffffff;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 9px;
    transform: rotate(45deg);
}
  
/*=========
utility - display-off
=========*/
  
.a-display-off {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    clip: rect(0, 0, 0, 0);
}
  
/*=========
layout - a-modal-org-overlay
=========*/
  
.a-modal-org-overlay {
    display: none;
    z-index: 190001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
	
    height: 100%;
}

.modal_innner {
	padding: 1em 0.2em 1em;
}

.modal_image {
	float:right;
	margin:0 0 1em 1.6em; 
	overflow:hidden;
	border: solid 1px #eee;
	
 max-height: 100vw;
}

.modal_image img {
	width:100%;
}

.website_title {
	font-size: 120%;
}

.website_url {
	font-size: 88%;
	margin-bottom:2em;
}

.website_comment {
	margin-bottom:1.4em;
}


/**/
#demo06 .swiper-wrapper a {
	display:flex;
	align-items: stretch;
	min-height:24em;
}




@media screen and (max-width : 640px), projection {
		
	#demo06 .swiper-wrapper a {
		min-height:23em; /* カルーセルリストの高さ */
	}
		
}