@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-container{
	margin: 0;
}

.sticky-container img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	font-family: "Noto Serif Display", serif;
	background-color: #fff;
}

.mv{
	margin: 0 auto 15%;
}

.mv h1{
	text-align: center;
	font-weight: 600;
	font-size: 1.3rem;
	margin: 10% auto 5%;
}

.mv p{
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	margin: 5% auto;
}

@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
		column-gap: 10px;
		background-color: #f9f9f9;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 33%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__left p{
		font-family: "Noto Serif Display", serif;
		font-size: 2.7rem;
		text-align: center;
		font-weight: 600;
		line-height: 1.0;
	}
		
	.pc-box__left p span{
		font-size: 1.0rem;
	}

	.snsBOX{
			font-family: 'Arial',sans-serif;
		}

	.snsBOX__inner{
		border-radius: 15px;
		text-align: center;
	}

	.snsBOX__list01{
		display: flex;
		padding: 0;
		list-style: none;
		justify-content: center;
		margin: 0;
	}

	.snsBOX__list01 li{
		margin: 0 7px;
		line-height: 0;
	}

	.snsBOX__list01 li img{
		width: 45px;
		height: auto;
	}

	.header_logo_el{
		width: 70%;
		margin: 2% auto 8%;
	}		
	.wrapper{
		width: 36%;
		margin: 0;
	}

	.mv h1{
		font-size: 1.5rem;
		margin: 10% auto 5%;
	}

	.mv p{
		font-size: .94rem;
		line-height: 2;
	}
	
}

/*=================================

	main-contents

==================================*/

.main-contents{
	margin: 10% auto;
}

.contents-inner{
	margin: 0 auto 25%;
}

.contents-inner h2{
	text-align: center;
	margin: 3% auto;
	font-size: 1.8rem;
	
}

.contents-inner img{
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	border: solid 1px #000;
		
}

@media(min-width:750px){
	
	.contents-inner h2{
		font-size: 2.2rem;

	}
}

/*------- credit --------*/

.credit{
	width: 90%;
	margin: 5% auto;
}

.credit p{
	font-size: 1.0rem;
	text-align: center;
	line-height: 1.7;
	margin: 2% auto;
}

.credit .web{
	font-size: .85rem !important;
}

.credit .color {
  display: inline-block;
  border-radius: 50%;
	margin: 2% 1%;
	width: 15px;
    height: 15px;
}

.credit a{
	display: block;
	width: 40%;
	margin: 2% auto;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 1.0rem;
	text-decoration: none;
	position: relative;
	line-height: 1.5;
	font-weight: 600;
}

.credit a:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

@media(min-width:750px){

	.credit{
		width: 100%;
	}

	.credit p{
		font-size: 1.1rem;
	}

	.credit .color {
		width: 25px;
		height: 25px;
		margin: 2% 0.5%;
	}

	.credit a{
		width: 35%;
		line-height: 1.8;
	}

}

/*------- credit-box1 --------*/

.credit-box1 .color:nth-of-type(2) {
	background: #eae2cf;
	border: solid 1px #b6b6b6;
}
.credit-box1 .color:nth-of-type(3) {
	background: #b8272a;
	border: solid 1px #b6b6b6;
}

.credit-box1 .color:nth-of-type(4) {
	background: #7c2a2e;
	border: solid 1px #b6b6b6;
}

.credit-box1 .color:nth-of-type(5) {
	background: #a48c78;
	border: solid 1px #b6b6b6;
}

.credit-box1 .color:nth-of-type(6) {
	background: #06888e;
	border: solid 1px #b6b6b6;
}

.credit-box1 .color:nth-of-type(7) {
	background: #111645;
	border: solid 1px #b6b6b6;
}

/*------- credit-box2 --------*/

.credit-box2 .color:nth-of-type(2) {
	background: #eae2cf;
	border: solid 1px #b6b6b6;
}

.credit-box2 .color:nth-of-type(3) {
	background: #7c2a2e;
	border: solid 1px #b6b6b6;
}

.credit-box2 .color:nth-of-type(4) {
	background: #a48c78;
	border: solid 1px #b6b6b6;
}

.credit-box2 .color:nth-of-type(5) {
	background: #111645;
	border: solid 1px #b6b6b6;
}


/*------- credit-box3 --------*/

.credit-box3 .color:nth-of-type(2) {
	background: #eae2cf;
	border: solid 1px #b6b6b6;
}

.credit-box3 .color:nth-of-type(3) {
	background: #7c2a2e;
	border: solid 1px #b6b6b6;
}

.credit-box3 .color:nth-of-type(4) {
	background: #a48c78;
	border: solid 1px #b6b6b6;
}

.credit-box3 .color:nth-of-type(5) {
	background: #111645;
	border: solid 1px #b6b6b6;
}

/*------- credit-box4 --------*/

.credit-box4 .color:nth-of-type(2) {
	background: #eae2cf;
	border: solid 1px #b6b6b6;
}

.credit-box4 .color:nth-of-type(3) {
	background: #7c2a2e;
	border: solid 1px #b6b6b6;
}

.credit-box4 .color:nth-of-type(4) {
	background: #a48c78;
	border: solid 1px #b6b6b6;
}

.credit-box4 .color:nth-of-type(5) {
	background: #111645;
	border: solid 1px #b6b6b6;
}

/*------- credit-box5 --------*/

.credit-box5 .color:nth-of-type(2) {
	background: #eae2cf;
	border: solid 1px #b6b6b6;
}

.credit-box5 .color:nth-of-type(3) {
	background: #7c2a2e;
	border: solid 1px #b6b6b6;
}

.credit-box5 .color:nth-of-type(4) {
	background: #a48c78;
	border: solid 1px #b6b6b6;
}

.credit-box5 .color:nth-of-type(5) {
	background: #111645;
	border: solid 1px #b6b6b6;
}


/*------- check --------*/
.check{
	/*width:fit-content;*/
	margin: 10% auto 10%;
	width: 90%;
}

.check-inner{
	margin-bottom: 1%;
}

.check-inner p{
	font-size: .85rem;
	font-weight: 600;
	line-height: 1.7;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin: 1% 0;
}

.check-inner p:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("https://www.dot-st.com/static/docs/elura/keyword/250704_ase/images/icon.png");
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 0;
}

.all{
	display: block;
	width: 80%;
	margin: 2% auto 15%;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	line-height: 2.5;
	font-weight: 600;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.mgb10{
	margin-bottom: 15%;
}

@media(min-width:750px){
	.br_s{
		display: none;
	}
	

	.check-inner p{
		font-size: .9rem;
	}
}




















