
/**********

subtitle

************/
.sub-title-free{
	background-color: #E6D8A8;
}
.sub-title-senction{
	width: 768px;
}
.sub-title-senction h2{
	text-align: center;
	padding-bottom: 24px;
}
.sub-title-senction{
	padding-bottom: 60px;
}
.topAll{
	display: flex;
    justify-content: space-between;
}
.topAll > *{
    vertical-align: middle;
}
.topAll{
	display: flex;
}
.topRight{
    background:linear-gradient(to top left, rgba(255,255,255,0) 50%, #ECE6D0 50.5%) no-repeat top left/100% 100%;
	width: 170px;
    height: 100px;
    margin-right: 43%;
}
.topLeft{
    background:linear-gradient(to top right, rgba(255,255,255,0) 50%, #ECE6D0 50.5%) no-repeat top right/100% 100%;
	width: 170px;
    height: 100px;
    margin-left: 43%;
}
.free-title{
	margin-top: -60px;
}
.sub-title-free h1{
	font-size: 28px;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 30px;
}
/**********

section

************/
.free-content{
	width: 768px;
	max-width: 768px;
	margin: 0 auto;
}
.free-content-title h3{
	color: #444;
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 20px;

}
.free-content-title h3:before, .free-content-title h3:after {
	content: "";
	flex-grow: 2;
	height: 2px;
	background: #BEBEBE;
	display: block;
}
.free-content-title h3:before {
	margin-right: .4em;
}
.free-content-title h3:after {
	margin-left: .4em;
}
.free-content-box{
	display: flex;
	margin: 32px 0 78px 0;
}
.free-content-box-col{
	width: 313px;
	text-align: center;
	border-radius: 12px;
	padding: 40px 15px 20px 15px;
	position: relative;
}
.free-content-box-col::after{
	position: absolute;
	vertical-align: middle;
	top: -30px;
	left: 140px;
}
.free-content-box-col-kenhamo::after{
	content: url(/products/experience/images/whatLearnboxInstrument7Icon.svg);	
}
.free-content-box-col-uta::after{
	content: url(/products/experience/images/whatLearnboxSong2Icon.svg);	
}
.free-content-box-col-pink::after{
	content: url(/products/experience/images/freeBoxIconPink.svg);	
}
.free-content-box-col-green::after{
	content: url(/products/experience/images/freeBoxIconGreen.svg);	
}
.free-content-box-col-purple::after{
	content: url(/products/experience/images/freeBoxIconPurple.svg);	
}
.free-content-box-col-blue::after{
	content: url(/products/experience/images/freeBoxIconBlue.svg);	
}
.free-content-box-col-orange::after{
	content: url(/products/experience/images/freeBoxIconOrange.svg);	
}
.free-content-box-col p.free-big{
	font-size: 20px;
	color: #fff;
	padding-bottom: 10px;
}
.free-content-box-col p{
	color: #fff;
	padding: 2px 0;
	font-size: 14px;
}
.free-content-box-col-left{
	margin-right: 41px;
}
.free-content-box-col-lowerleft{
	margin-right: 41px;
}
.free-content-box-col-right{
	margin-left: 41px;
}
.free-content-box-col-middle{
	margin-left: 212px;
	margin-right: 212px;
}
.free-btn{
	background-color: #ffffff;
	display: inline-block;
	width: 180px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	padding: 15px 67.5px;
	border-radius: 30px;
	transition: .4s;
	margin: 10px 0;
}
.free-btn:hover{
	background-color: rgba(0,0,0,.3);
}
.free-title p{
	line-height: 32px;
}
/***** color ****/

.free-content-box-col-kenhamo{
	background-color: #00948F;
}

.free-btn-uta{
	color: #29abe2;
}
.free-content-box-col-uta{
	background-color: #29abe2;
}

.free-btn-pink{
	color: #E95389;
}
.free-content-box-col-pink{
	background-color: #E95389;
}
.free-btn-green{
	color: #AFD642;
}
.free-content-box-col-green{
	background-color: #AFD642;
}
.free-btn-purple{
	color: #8664A5;
}
.free-content-box-col-purple{
	background-color: #8664A5;
}
.free-btn-blue{
	color: #5B9FD8;
}
.free-content-box-col-blue{
	background-color: #5B9FD8;
}
.free-btn-orange{
	color: #F47922;
}
.free-content-box-col-orange{
	background-color: #F47922;
}
.free-content-box p a{
	text-decoration: none;
	color: #ffffff;
	line-height: 24px;
}

.free-content-box p a:hover{
	text-decoration: underline;
}

/**********:
modal
***********/
.modals-kenhamo,
.modals-uta,
.modals-soprano,
.modals-alto,
.modals-guitar,
.modals-koto,
.modals-chorus {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}
.modal-free {
	width: 600px;
	padding: 36px;
	background-color: rgba(142,142,142,1);
    position: fixed;
    top: calc(50% - 225px);
    left: calc(50% - 300px);
    z-index: 9500;
}
.modal-free-other {
	width: 500px;
	padding: 36px;
	background-color: rgba(142,142,142,1);
    position: fixed;
    top: calc(50% - 225px);
    left: calc(50% - 300px);
    z-index: 9500;
}
.modalClose {
    position: absolute;
    top: 5px;
    right: 5px;
	font-size: 28px;
    line-height: 28px;
    color: #ffffff;
}
.modal-free h2,
.modal-free-other h2{
	color: #ffffff;
}
.modal-free dl,
.modal-free-other dl{
	display: grid;
	grid-template-columns: 1fr 2fr;
	text-align: left;
	padding-top: 24px;
	color: #ffffff;
}
.modal-free p,
.modal-free-other p{
	color: #fff;
    padding: 30px 0 0 0;
    font-size: 14px;
	text-align: left;
}
.free-link-sp{
	display: none;
}
a.modalOpen-kenhamo,
a.modalOpen-soprano,
a.modalOpen-alto,
a.modalOpen-guitar,
a.modalOpen-koto,
a.modalOpen-chorus {
	font-size: 13px;
}

@media screen and (max-width: 980px) {
	.free-content{
		width: 200vw;
    	max-width: 100%;
	}
	.free-content-box{
		margin:6.4vw auto;
		justify-content: center;
	}
	.free-content-box-col-left,
    .free-content-box-col-lowerleft,
	.free-content-box-col-right{
		margin:0 2.1vw;
	}
	.modal .inner{
		left: -8vw;
	}
	.overLay{
		    left: -12vw;

	}
}
@media screen and (max-width: 680px) {
	.free-title{
		margin-top: -12vw;
	}
	.topRight{
	    height: 80px;
	    margin-right: 50%;
	}
	.topLeft{
	    height: 80px;
	    margin-left: 20%;		
	}
	.sub-title-senction p{
		word-break: break-all;
	}
	.free-content{
		margin-top: 4.8vw;
	}
	.free-content-box{
		display: block;
	}
	.free-content-box-col-middle{
		margin:0 auto; 
	}
	.sub-title-senction{
		padding-bottom: 4.6vw;
	}
	.free-content-box{
		margin:13.8vw auto 0vw auto;
	}
	.free-content-box-col-right{
		margin: 13.8vw auto;
	}
	.free-content-box-col-left{
		margin:0 auto;
	}
    .free-content-box-col-lowerleft{
		margin: 13.8vw auto;
	}
	.free-content-box-col p{
		font-size: 3.2vw;
	}
	.free-content-box-col p.free-big{
		font-size: 5.3vw;
		padding-bottom: 2.1vw;
	}
    .free-content-box-col-pink{
	   margin-bottom: 60px;
    }
	.modal .inner,
	.overLay{
		width: 90%;
		left: 16vw;
	}
	.free-link-sp{
		display: flex;
		justify-content: space-between;
		width: 90%;
		margin:0 auto;
		padding: 4.8vw 0;
	}
	.link-sp-btn{
		width: 20vw;
		padding: 3.2vw;
		background-color: #6BB84E;
		border-radius: 6.8vw;
	}
	.free-link-sp a{
		color: #ffffff;
		font-size: 3.8vw;		
	}
	.free-ankerlink{
    	margin-top: -22vw;
    	padding-top: 22vw;
	}
	.modal-free,
    .modal-free-other {
		width: 80vw;
		padding: 8.6vw 4.2vw;
		background-color: rgba(142, 142, 142, 1.0);
		position: fixed;
		top: calc(100% - 85%);
		left: calc(100% - 95%);
		z-index: 9500;
		font-size: 3.2vw;
	}
	.modal-free p,
    .modal-free-other p{
		font-size: 3.2vw;
	}
	.modalClose {
	    position: absolute;
	    top: 2px;
	    right: 8px;
	    color: #ffffff;
	    font-size: 5.6vw;
	}
	.free-btn{
		display: block;
		width: 75vw;
		padding: 3.6vw;
		margin: 4.8vw auto;
	}
	.colImg{
		width: 100%;
	}	
	.free-content-box-col{
		width: 80vw;
	}
}
@media screen and (max-width: 350px) {
	.free-content-box-col{
		width: 94%;
	}
	.free-btn{
		width: 90%;
	}
	.free-content-box-col::after{
		left: 40%;
	}
}

/**********:
Annotation
***********/
.annotation{
    width: 94%;
	max-width: 768px;
	margin: -30px auto 50px auto;
	margin: 0 auto;
    padding-bottom: 50px;
}
.annotation a:link{
    color:#6BB84E;
    text-decoration: none;
}
.annotation a:visited{
    color:#6BB84E;
    text-decoration: none;
}
.annotation a:hover{
    color:#6BB84E;
　　text-decoration: underline;
}
.annotation a:active{
    color:#6BB84E;
    text-decoration: none;
}
@media screen and (max-width: 780px) {
	.annotation{
		width: 94%;
	}