@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro&family=Noto+Sans+JP:wght@100;300;400;500;700&family=Roboto:wght@700&display=swap');

#llcontainer {
	width: 100%;
	max-width: 750px;
	line-height: 2.0;
	font-size: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
	color: #333;
}
#llcontainer .sp {display: none;}
#llcontainer img,
#llcontainer video {
	width: 100%;
	vertical-align: top;
}
#llcontainer .pr {
	font-size: 14px;
	text-align: right;
	padding:10px;
	background: #EBE2E2;
	margin-bottom: 15px;
}
#llcontainer .marker {
	background:linear-gradient(transparent 10%, rgba(255, 252, 178,1.0) 10%);
	display: inline;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition:background-size 1.5s;
}
#llcontainer .marker.on{
	background-size: 100% 100%;
}
#llcontainer .marker02 {background: #fffcb2;}
#llcontainer .gmarker {background: #EDEDED;}
#llcontainer .txtR {
	text-align: right;
	font-size: 16px !important;
}
#llcontainer .kome {
	font-size: 12px;
	margin-top: 20px;
}
#llcontainer .line {
	padding-bottom: 4px;
	border-bottom: solid 1px;
}
#llcontainer .center {text-align: center;}
#llcontainer .fs24 {font-size: 24px;}
#llcontainer .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
/*改修追加分_2505*/
#llcontainer .flex02 {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#llcontainer .flex02 > div {
	width: 50%;
	box-sizing: border-box;
}
/*改修追加分_2505 end*/
#llcontainer h1 {
	font-size: 25px;
	font-weight: 400;
	color: #007167;
}
#llcontainer h2 {
	font-size: 24px;
	font-weight: 400;
	background: #007167;
	color: #FFF;
	padding: 10px;
	margin-top: 40px;
	text-align: center;
}
#llcontainer .inn > h3 {
	font-size: 23px;
	font-weight: 400;
	color: #007167;
	border-top: dashed 1px #007167;
	border-bottom: dashed 1px #007167;
	padding: 10px 15px;
	margin-top: 40px;
	text-align: center;
}
#llcontainer .pic {margin-top: 30px;}
#llcontainer .txt p {
	margin-top: 30px;
	font-size: 18px;
}
#llcontainer .txt p span {
	font-size: 13px;
}
#llcontainer .txt p strong span {
	font-size: 18px;
}
#llcontainer .txt p a {
	font-weight: bold;
	color: #007167;
}
#llcontainer .txt p a:hover {
	text-decoration: none;
}
#llcontainer video {
	margin-top: 30px;
}
#llcontainer .flex > div {
	width: 48%;	
	background: #f0dfe5;
	padding: 15px;
	box-sizing: border-box;
}
#llcontainer .flex .txt p {
	margin-top: 10px;
}
#llcontainer .flex .pic {margin-top: 0;}
#llcontainer .gray {
	background: #f1f1f1;
	margin-top: 30px;
	padding: 15px;
}
#llcontainer .gray h3,
#llcontainer .pink h3 {
	font-size: 25px;
	text-align: center;
	font-weight: 400;
	color: #007167;
}
#llcontainer .gray ul {
	background: #FFF;
	padding: 25px 35px;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	gap:15px;
}
#llcontainer .gray ul li {
	font-size: 22px;
	position: relative;
	color: #007167;
}
#llcontainer .gray ul li::before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	width: 32px;
	height: 36px;
	background: url("../../images/alp/common01/icon-check.png") no-repeat;
	background-size: contain;
	box-sizing: border-box;
}
#llcontainer .pink {
	background: #f0dfe5;
	margin-top: 30px;
	padding: 15px;
}
#llcontainer .pink .txt p {
	background: #FFF;
	padding: 20px;
}
#llcontainer .inn > ul li {
	margin-bottom: 20px;
	font-size: 18px;
	color: #007167;
	font-weight: 500;
	background: #FFF;
	padding: 15px 15px 15px 25px;
}
#llcontainer .inn > ul li:last-of-type {
	margin-bottom: 0;
}
#llcontainer .inn > ul li img {
	margin-top: 20px;
}
#llcontainer .yajirushi p {
  margin-bottom:120px;
  position: relative;
  text-align: center;
	font-size: 24px;
}
#llcontainer .yajirushi p::before {
  border-color: #007167;
  border-style: solid;
  border-width: 0 0 1px 1px;
  bottom: -70px;
  content: '';
  display: block;
  height: 70px;
  left: calc(50% - 35px);
  position: absolute;
  transform: rotate(-45deg);
  width: 70px;
}
#llcontainer footer {
	border-top:solid 1px #CCC;
	margin-top: 40px;
	text-align: center;
	padding: 20px 0;
	color: #666;
}
#llcontainer footer ul {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
#llcontainer footer ul li a {
	color: #666;
	text-decoration: none;
}
#llcontainer footer ul li {
	line-height: 1.2;
	padding-right: 15px;
}
#llcontainer footer ul li:last-child {
	padding: 0;
}
#llcontainer footer p {font-size: 12px;}


/*改修追加分_2407*/
#llcontainer .voice {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
}
#llcontainer .voice .voicePink {
	background: #f0dfe5;
	padding: 50px 0 0;
}
#llcontainer .voice::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 50vw 0 50vw;
	border-color: #f0dfe5 transparent transparent transparent;
	position: absolute;
	left:50%;
	bottom: 0;
	transform: translateX(-50%);
}
#llcontainer .voice h3 {
	font-size: 34px;
	text-align: center;
	font-weight: 400;
	color: #007167;
}
#llcontainer .voice h3 span {
	font-size: 20px;
	display: block;
}
#llcontainer .voice .txt {
	background: #FFF;
	margin: 60px 30px 0;
	padding: 20px;
}
#llcontainer .voice .txt > p {
	margin-top: 5px;
}
#llcontainer .voice .txt > .kome {font-size: 12px;}
#llcontainer .voice .txt .flex {
	margin-top: -80px;
	align-items: center;
}
#llcontainer .voice .txt .flex .name {
	font-size: 16px;
	padding-top: 25px;
	line-height: 1.6;
}
#llcontainer .voice .txt .flex p span {
	display: block;
	font-size: 20px;
	color: #BF9D49;
}
#llcontainer .voice .txt .flex p.icon {
	width: 20%;
}
#llcontainer .voice .txt .flex img {width: 100%;}
#llcontainer .voice .voicePink > .kome {
	margin: 30px 30px 0;
}
/*改修追加分_2505*/
#llcontainer .voice h4 {
	font-size: 24px;
	color: #007167;
	font-weight: 400;
}
/*改修追加分_2505 end*/
#llcontainer .fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
	margin-top: 40px;
}
#llcontainer .fukidashi::before {
  content: "";
  width: 50px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #007167;
}
#llcontainer .fukidashi::after {
  content: "";
  width: 50px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #007167;
}
#llcontainer .fukidashi h3 {
	color: #007167;
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
}
#llcontainer .fukidashi h3 span {
	font-size: 40px;
}
#llcontainer .txt .yajirushi #riyu {
	color: #007167;
}
/*改修追加分_2407 end*/
/*改修追加分_2411*/
#llcontainer .fukidashi02 {
  position: relative;
  width: fit-content;
  padding: 12px 20px;
  color: #ffffff;
  background-color: #CC96AA;
	margin: 40px auto 0;
	font-size: 19px;
}
#llcontainer .fukidashi02::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  width: 20px;
  height: 12px;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: #CC96AA;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#llcontainer .notice-list {
	display: flex;
}
#llcontainer .inn > .notice-list li {
	font-size: 14px;
	display: flex;
	align-items: center;
	margin: 0 15px 0 0;
	padding: 0;
}
#llcontainer .inn > .notice-list li img {margin: 0;}
#llcontainer .inn > .notice-list li p:first-of-type {margin-right: 5px;}
#llcontainer .award ul {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
#llcontainer .award ul li {
	font-size: 14px;
	width: 25%;
	margin: 0 20px;
	text-align: center;
	line-height: 1.2;
	color: #007167;
}
#llcontainer .award ul li img {margin-bottom: 10px;}

#llcontainer .shomei {
	font-size: 14px;
	margin-top: 20px;
	text-align: right;
	font-weight: 500;
	color: #007167;
	line-height: 1.2;
}
/*改修追加分_2411 end*/

@media screen and (max-width: 450px) {
	#llcontainer .pc {display: none;}
	#llcontainer .sp {display: block;}
	#llcontainer h1 {
		font-size: 22px;
		line-height: 1.6;
		margin: 0 15px;
	}
	#llcontainer h2 {
		font-size: 20px;
		line-height: 1.6;
	}
	#llcontainer .inn > h3 {
		font-size: 20px;
		line-height: 1.6;
	}
	#llcontainer .txt {
		margin: 0 15px;
	}
	#llcontainer .txt p,
	#llcontainer .txt p strong span {
		font-size: 16px;
	}
	#llcontainer .flex .txt {
		margin: 10px 0 0 !important;
	}
	#llcontainer .inn > .pic {
		margin: 30px 15px 0;
	}
	#llcontainer .kome {
		font-size: 12px;
		margin: 15px 15px 0;
	}
	#llcontainer .video_wrapper,
	#llcontainer .video_wrapper02,
	#llcontainer .video_wrapper03 {
		margin: 0 15px;
	}
	#llcontainer .gray {
	padding: 15px 10px 20px;
	}
	#llcontainer .gray h3,
	#llcontainer .pink h3 {
		font-size: 22px;
	}
	#llcontainer .gray ul {
		padding: 25px 5px 25px 10px;
		gap:10px;
	}
	#llcontainer .gray ul li {
		font-size: 18px;
		line-height: 1.6;	
	}
	#llcontainer .gray ul li::before {
		margin-right: 3px;
		width: 28px;
		height: 32px;
	}
	#llcontainer .inn > ul li {
		font-size: 16px;
		margin: 0 0 20px 0;
		line-height: 1.8;
	}
	#llcontainer .flex {
		flex-direction: column;
		margin: 0 15px;		
	}
	#llcontainer .flex > div {
		width: 100%;
		margin-top: 20px;
	}
	#llcontainer .yajirushi p {
  		margin-bottom:13vw;
		font-size: 18px;
	}
	#llcontainer .yajirushi p::before {
    	bottom: -8vw;
    	height: 9vw;
    	left: calc(50% - 4.5vw);
    	width: 9vw;
	}
	#llcontainer footer {
		font-size: 12px;
	}
	/*改修追加分_2407*/
	#llcontainer .voice h3 {
		font-size: 24px;
	}
	#llcontainer .voice h3 span {
		font-size: 18px;
	}
	#llcontainer .voice .txt .flex .name {
		font-size: 14px;
		padding-top: 40px;
	}
	#llcontainer .voice .txt .flex p span {
		font-size: 18px;
	}
	#llcontainer .voice .txt {
	margin: 50px 20px 0;
	padding: 20px;
	}
	#llcontainer .voice .txt .flex {
		flex-direction: row;
		margin: -80px 0 0;
	}
	#llcontainer .voice .txt .flex p.icon {
	width: 35%;
	}
	#llcontainer .voice .txt .flex .txtR {font-size: 14px !important;}
	#llcontainer .voice .txt .kome {margin-left: 0;}
	/*改修追加分_2505*/
	#llcontainer .voice h4 { font-size: 22px; }
/*改修追加分_2505 end*/
	#llcontainer .fukidashi h3 span {font-size: 32px;}
	#llcontainer .txt .yajirushi #riyu {font-size: 20px;}
	/*改修追加分_2407 end*/
	/*改修追加分_2411*/
	#llcontainer .shomei {
		font-size: 12px;
		margin-top: 10px;
		text-align: center;
	}
	#llcontainer .award ul li {
		font-size: 12px;
		width: 40%;
		margin: 0 5px;
	}
	#llcontainer .award ul li img {
		width: 70%;
	}
/*改修追加分_2411 end*/
}