﻿.CS_modalWrap {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;;
  height: 100vh;
  z-index: 1001
}

.CS_modalWrap .CS_modalBg {
  width: 100%;;
  height: 100vh;
  background-color: #000000;
  opacity: 0.7
}

.CS_modalWrap .CS_modalContentWrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;;
  height: 100%;
  z-index: 1002
}

.CS_modalWrap .CS_modalContent {
  position: relative;
  width: 100%;;
  height: 100%
}

.CS_modalWrap .CS_modalContent .CS_modalClose img {
  width: 100%;
  height: auto
}

.CS_modalWrap .CS_iframeWrap {
  width: 100%;
  min-height: 550px;
  height: 580px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1003
}

.CS_modalWrap #CS_iframe {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff
}

.CS_modalWrap .CS_modalClose {
 width: 22px;
 height: 22px;
  position: absolute;
 top: -30px;
 right: 0px;
  z-index: 1004
}

@media all and (max-width: 640px) {
  .CS_modalWrap .CS_iframeWrap {
    width: 100%;
    max-width: 967px;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1003
  }

  .CS_modalWrap .CS_modalClose {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 8px;
    z-index: 1004
  }
}

body:has(#CSP_page){
	margin: 24px;
}
#CSP_page {
	position: relative;
	display: grid;
	align-items: center;
	height: calc(491px - 24px*2);
	padding: 22px 50px 23px 50px;
	font-size: 12px;
  box-sizing: border-box;
	overflow-y: auto;
}
#CSP_page div:has(+ .CSP_txtData){
  border-bottom: none;
}

#CSP_page img {
  width: 100%;
  height: auto
}

#CSP_page .CSP_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 5.3%;
}

#CSP_page .CSP_imgBox {
  width: min(44%,432px);
}

#CSP_page .CSP_img {
  width: 100%
}

#CSP_page .CSP_txtBox {
	flex: 1;
}


#CSP_page .CSP_txtBox h1 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 1.4em;
}
#CSP_page .CSP_txtBox h2 {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 1.5em;
}
#CSP_page .CSP_txtWrap {
  height: 100%;
  padding: 15px 0 10px;
  position: relative
}
#CSP_page .CSP_txtWrap ul {
	margin-top: 27px;
  padding-left: 0;
	list-style: none;
}
#CSP_page .CSP_txtWrap ul li{
	font-size: 12px;
}
#CSP_page .CSP_txtWrap ul li + li{
	margin-top: 20px;
}


.CSP_nav{
 position: absolute;
 top: calc(50% - 10px);
}
.CSP_navL{
 left: 4px;
}
.CSP_navR{
 right: 4px;
}
.CSP_nav a::before{
 content: "";
 display: block;
 margin-top: -3px;
 width: 14px;
 height: 14px;
 transform: rotate(45deg);
}
.CSP_navL a::before{
 border-bottom: 1px #000000 solid;
 border-left: 1px #000000 solid;
}
.CSP_navR a::before{
 border-top: 1px #000000 solid;
 border-right: 1px #000000 solid;
}
.CSP_nav a:hover {
  opacity: 0.7;
  text-decoration: none
}

.CSP_dots{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.CSP_dots .dot{
	display: inline-block;
	margin: 0 5px;
}
.CSP_dots .dot a{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #D9D9D9;
}
.CSP_dots .dot.avtive a{
	background-color: #A4C9C8;
}


@media all and (max-width: 640px) {
	body:has(#CSP_page){
		margin: 10px;
	}
  #CSP_page {
		display: block;
		height: auto;
		padding: 20px 10px;
  }
  #CSP_page img {
    margin: 0 auto 16px;
    display: block
  }

  #CSP_page .CSP_wrap {
    display: block
  }
  #CSP_page .CSP_img {
		width: min(calc(100% - 24px*2),521px);
		margin-left: auto;
		margin-right: auto
  }

  #CSP_page .CSP_txtBox {
  margin-bottom: 0px;
  width: 100%;
  }

	#CSP_page .CSP_txtBox h1 {
		font-size: 16px;
	}
  #CSP_page .CSP_txtBox h2 {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 3px
  }

  #CSP_page .CSP_txtWrap {
    height: auto;
    padding: 0;
  }
	#CSP_page .CSP_txtWrap ul{

	}
	#CSP_page .CSP_txtWrap ul li + li{
		margin-top: 9px;
	}

}

#CSP_page .CSP_pc {
  display: block
}
#CSP_page .CSP_sp {
  display: none
}
@media all and (max-width: 640px) {
  #CSP_page .CSP_pc {
    display: none
  }
	#CSP_page .CSP_sp {
  	display: block
	}
}

/*# sourceMappingURL=style_airylight.css.map */