@charset "UTF-8";

p {background-image:url(../images-new/common/1px-transparent.gif);}

/*===================================================================================*/
/*  1060px以上                                                                 */ 
/*===================================================================================*/
@media screen and (min-width:1060px){

.usp-inner,.yukue-bloc-inner,#topread span,#header-inner,.gnavi-inner,.box-3clm-wrapper,#footer-inner{
	width:1060px;
	margin:0 auto;
 }

}
#topcontrol{
	z-index:10000;
}

/*===================================================================================*/
/*  下層ページsection                                                                     */ 
/*===================================================================================*/

.lower-contents{
	margin-bottom:40px;
}
/*===================================================================================*/
/*  画像きりかえ                                                                     */ 
/*===================================================================================*/
.switch-pc{text-align:center;}
.switch-tab{display:none;text-align:center;}
.switch-sp{display:none;text-align:center;}
@media screen and (max-width:900px){
	.switch-pc{display:none;}
	.switch-tab{display:block;text-align:center;}
	.switch-tab img{min-width:100%;padding:0 ２%;margin:0;}
}
@media screen and (max-width:599px){
	.switch-pc{display:none;}
	.switch-tab{display:none;}
	.switch-sp{display:block;}
	.switch-sp img{min-width:100%;padding:0 ２%;margin:0;}
}

/*===================================================================================*/
/*  共通設定                                                                     */ 
/*===================================================================================*/

/* 基本設定・フォント */
body{
	/*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
	font-family:"Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color: #737c85;
	font-size:16px;
	background-color:#fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media screen and (max-width:768px){
body{
	font-size:16px;
	}
}
@media screen and (max-width:599px){
body{
	font-size:16px;
	margin-bottom:130px;
	}
}

/* 空divの削除 */
@media screen and (max-width: 599px) { 
.spacer{
	display:none;
}
}



/*===================================================================================*/
/*  カラム                                                                     */ 
/*===================================================================================*/


.box-2clm:after{
}
@media screen and (max-width:769px){
.box-2clm:after{
	content:"";
	display:block;
	clear:both;
	}
}


.box-2clm div{
	padding:10px;
	font-size:22px;
	float:left;
	width:25%;
	border: 1px solid #efefef;
}
@media screen and (max-width:769px){
	.box-2clm div{
	float:left;
	width:50%;
	border: 1px solid #efefef;
	}
}
.box-2clm div img{
	max-width:100%;
}
.box-3clm-wrapper{
	margin-bottom:30px;
}
.box-3clm-wrapper:after{
	content:"";
	display:block;
	clear:both;
}

.box-3clm div{
	padding:10px;
	float:left;
	width:33%;
	border: 1px solid #efefef;
	text-align:left;
	background-color:#fff;
}

.number-maru{
    float: left;
    background: #CE96B7;
    width:2em;
    height:2em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 2;
	margin-right:0.5em;
	margin-top:-0.2em;
}

@media screen and (max-width:599px){
	.box-3clm div{
	float:left;
	width:100%;
	border: 1px solid #efefef;
	}
}
.box-3clm:after{
	content:"";
	display:block;
	clear:both;
}
@media screen and (max-width:599px){
.box-3clm:after{
	content:"";
	display:inline;
	clear:both;
	}
}

.box-3clm div img{
	padding:10px;
	max-width:100%;
}
@media screen and (max-width:599px){
.box-3clm div img{
	/*display:none;*/
}
}


.box7{
	width:100%;
	border: 1px solid #efefef; }



/*===================================================================================*/
/*  サイト名                                                                     */ 
/*===================================================================================*/
#topread{
	background-color:#7C73D7;
	color:#fff;
	font-size:10px;
	padding:0px 0 0 5px;
}
#topread:after{
	content:"";
	display:block;
	clear:both;
}
#site-name{	
	float:left;
	width:auto;
	padding-left:8px;
}
#site-name img{
	width:250px;
}
@media screen and (max-width:599px){
#site-name img{
	width:225px;
	padding-bottom:5px;
}
}
.tel{
	font-size:32px;
	padding-right:10px;
}

/*===================================================================================*/
/*  ぱんくず                                                               */ 
/*===================================================================================*/

#bred-wrap{
	padding:10px 0;
	background-color:#efefef;
}
@media screen and (max-width:599px){
	#bred-wrap{
	padding:2% 0;
	}
}


#bred {
  float:auto;
	width:auto;
	text-align:left;
	padding:5px;
	display:inline-block;
	font-size:13px;
 
}
#bred a{
 
}
	
/*===================================================================================*/
/*  ヘッダ電話番号                                                                   */ 
/*===================================================================================*/
#header-tel{
	float:left;
	width:100%;
	margin-top:5px;
	padding:10px 0 10px 0;
	text-align:center;
	border-top:1px dotted #ececec;
}
#header-tel:after{
	content:"";
	display:block;
	clear:both;
}
#header-tel-left{
	display:inline-block;
	width:auto;
}
#header-tel-right{
	display:inline-block;
	width:auto;
}
#header-tel-sp{
	display:none;
	text-align:center;
	position:fixed;
	bottom:0;
	left:0;
	background-color:#fff;
	border-top:1px solid #7C73D7;
	z-index:10000;
	width:100%;
}	
#header-tel-sp img{
	width:100%;
	padding:0 10px;
	max-width:400px;
}	
@media screen and (max-width:599px){
#header-tel{
	display:none;
}
#header-tel-sp{
	display:block;
}		
}	




/*===================================================================================*/
/*  ヘッダ                                                                    */ 
/*===================================================================================*/

#header-wrap{
	background-color:#ffffff;
}
#header{
	background-color:#ffffff;
	position:relative;
	/* box-shadow */
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
	
}
#header-inner{
	padding-top:10px;
	position:relative;
	
}


#header:after{
	content:"";
	display:block;
	clear:both;
}

#container:after{
	content:"";
	display:block;
	clear:both;
}

/* #gnav top position */
.fixeded {position: fixed !important; top: 0;margin-top:0px!important; width: 100%;z-index:3000;}

/* container top position*/
.pt44{padding-top:58px;}
@media screen and (max-width:599px){
	.pt44{padding-top:70px;}
} 
/*===================================================================================*/
/* 　地域ページタイトル                                                                 */ 
/*===================================================================================*/
#sp-title-areapage{
	display:none;
}
@media screen and (max-width:670px){
	#sp-title-areapage{
	display:block;
	padding:5px 0;
	background-color:#7C73D7;color:#fff;
	text-align:center;
	font-size:23px;
	}
	#sp-title-areapage span{
		color:#ffdd00;
	}
}
/*===================================================================================*/
/* 　グローバルナビ                                                                    */ 
/*===================================================================================*/

#gnavi{
	width:auto;
	float:right;
}

#gnavi{
	width:auto;
	float:right;
}
#menu{
	width:auto;
	display:inline-block;
	margin:0 auto;
}
@media screen and (max-width:930px){
	#sidr-right{
	display:none;
	}  
} 

@media screen and (max-width:930px){
	#menu{
		display:none;
	}
	.gnav ul a{
		display:block;
		padding:0;
		color:#000000;
		font-size:14px;
	}

	#menubtn a{
		padding:6px 8px;
		border:2px solid #aaaaaa;
		border-radius:5px;
		background-color:#ffffff;
		position:absolute;
		top:6px;
		right:10px;
		cursor:pointer;
		color: #404A54;
	}
	#menubtn i{
		font-size:24px;
	}
	#menubtn span{
		display:block;;
	}
}
@media screen and (min-width:930px){
	#menubtn{
		display:none;
	}
}


/* グローバルに非表示、サイドバーに表示   */ 
.g06,.g07,.g08,.g09{display:none;}
@media screen and (max-width:929px){
	.sidr-class-g06,.sidr-class-g07,.sidr-class-g08,.sidr-class-g09,{display:block;}
}


/* サイドバーの表示非表示   */ 
.sidr-class-side-tel{display:none;text-align:center;}
@media screen and (max-width:929px){
	.sidr-class-side-tel{display:block;}
	.sidr-class-side-tel img{width:230px;padding:0 3%;}
}
@media screen and (min-width:930px){
	.side-tel{display:none;}
}


#gnavi{
	background-color:#ffffff;

}
#gnavi:after{
	content:"";
	display:block;
	clear:both;
}

	

@media screen and (min-width:930px){
.gnav{
}	
.gnav:after{
	content:"";
	display:block;
	clear:both;
}	
.gnav li a{
	display:block;
	padding:8px 15px 8px 15px;
	text-decoration:none;
	color:#666;
	font-size:15px;
}	
.gnav li a:hover{
	border-bottom:3px solid #ccc !important;
}	
.gnav li.current a{
	color:#6463C6 !important;
	padding:8px 15px 8px 15px;
	border-bottom:3px solid #6463C6 !important;
}


.gnav li.g01,.gnav li.g05{
	float:left;
	width:auto;
	text-align:center;
}
.gnav li.g02{
	float:left;
	width:auto;
	text-align:center;
}
.gnav li.g03,.gnav li.g04{
	float:left;
	width:auto;
	text-align:center;
}
.gnav li{
	float:left;
	width:20%;
	text-align:center;
}
}



/*===================================================================================*/
/*  スライド                                                                     */ 
/*===================================================================================*/


/* main ----------------- */
.main-visual {
	 margin-right: 0; margin-left: 0; margin-bottom: 0; background: white url("../images-new/mainvisual/01-01.jpg") no-repeat center top; background-size: cover; height: 530px; text-align: left; position: relative; }
.main-txt { height: 530px; position: relative;margin-left:15px; }
.main-txt-area { font-size:80px;position: absolute;right:30px;bottom:80px;color:#6564C5; }
.main-txt-area-02 { font-weight:bold;color:#F4B80E;font-size:73px;position: absolute;right:0px;bottom:80px;background-color:rgba(101,100,197,0.85);line-height:1.2;padding-top:50px;width:320px;height:320px;border-radius:160px;text-align:center; }
.main-txt-area-02 span{ color:#fff;font-size:45px;}
.main-txt-area-02 span.clear{ display:block;}

.main-txt-area-03 { font-weight:bold;color:#F4B80E;font-size:60px;position: absolute;right:0px;bottom:80px;background-color:rgba(101,100,197,0.85);line-height:1.2;padding-top:70px;width:320px;height:320px;border-radius:160px;text-align:center; }
.main-txt-area-03 span{ color:#fff;font-size:45px;}
.main-txt-area-03 span.clear{ display:block;}

.main-txt-01 { font-size:36px;margin-top:50px;margin-bottom:20px; }
.main-txt-02 { font-size:48px;color:#6564C5;line-height:1.6em;font-weight:bold; }
.main-txt-03 { font-size:48px;color:#6564C5;line-height:1.6em; margin-bottom:20px;font-weight:bold;}
.main-txt-03 span { font-size:66px;color:#F4B80E;font-weight:bold;}
.main-txt-04 { font-size:28px; }
.main-txt-04 span{ display:block; }
.shadow{
text-shadow: 2px  2px 3px white,
            -2px  2px 3px white,
             2px -2px 3px white,
            -2px -2px 3px white;
			 }



@media screen and (max-width:880px){
.main-visual { height: 440px; }
.main-txt { height: 440px;margin-left:15px;}
.main-txt-area { font-size:60px;position: absolute;right:15px;bottom:80px;color:#6564C5; }
.main-txt-area-02 {font-size:50px; padding-top:60px;width:240px;height:240px;border-radius:120px; }
.main-txt-area-02 span{ font-size:25px;}
.main-txt-area-03 {font-size:40px; padding-top:60px;width:240px;height:240px;border-radius:120px; }
.main-txt-area-03 span{ font-size:25px;}
.main-txt-01 { font-size:32px;margin-top:35px;}
.main-txt-02 { font-size:38px;}
.main-txt-03 { font-size:38px;}
.main-txt-03 span { font-size:58px;}
.main-txt-04 { font-size:24px;}
}

@media screen and (max-width:670px){
.main-visual { height: 330px; }
.main-txt-area { display:none; }
.main-txt-area-02 { display:none; }
.main-txt-area-03 { display:none; }
.main-txt { height: 330px;margin-left:0px;}
.main-txt-01 { font-size:24px;margin-top:20px;}
.main-txt-02 { font-size:28px;}
.main-txt-03 { font-size:28px;}
.main-txt-03 span { font-size:46px;}
.main-txt-04 { font-size:20px;}
}
@media screen and (max-width:374px){
.main-visual { height: 310px; }
.main-txt { height: 310px;margin-left:0px;}
.main-txt-01 { font-size:20px;margin-top:20px;}
.main-txt-02 { font-size:24px;}
.main-txt-03 { font-size:24px;}
.main-txt-03 span { font-size:42px;}
.main-txt-04 { font-size:20px;}
}
.infiniteslide1{
	z-index:1;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
}

@media screen and (max-width:599px){
.infiniteslide1{
	height:90px;
}
.infiniteslide1 img{
	width:180px;
	height:90px;
}
}
/*
.infiniteslide1 img{
	border-right:3px solid #fff;
}
*/

/*===================================================================================*/
/*  あなたの使わないピアノ                                                                          */ 
/*===================================================================================*/

#usp{
	padding:5% 0;
	background-color:#7C73D7;color:#fff;
}
@media screen and (max-width:599px){
	#usp{
	padding:9% 0;
	}
}

#usp:after{
	content:"";
	display:block;
	clear:both;
}
#usp .usp-t{
	font-size:20px;
	margin-bottom:20px;
	padding:0 10px;
}
#usp .usp-t i{
	font-size:80px;
	margin-bottom:20px;
	display:block;
	text-align:center;
	color:#ffdd00;
}
@media screen and (max-width:768px){
	#usp span{
	margin-left:70px;
	text-align:left;
	display:block;
	}
	#usp .usp-t{
	font-size:20px;
	margin-bottom:20px;
	padding:0 0px;
	}
	#usp .usp-t i{
	font-size:50px;
	float:left;
	margin-left:0px;
	width:50px;
	display:inline-block;
	text-align:center;
	display:block;
	}
}

/*===================================================================================*/
/*  ピアノのゆくえ                                                          */ 
/*===================================================================================*/
#yukue{
	padding:0 0 2% 0;
	background-color:#f6f6f6; 
}
@media screen and (max-width:599px){
	#yukue{
	padding:0 0 9% 0;
	}
}
#yukue:after{ 
	content:"";
	display:block;
	clear:both;
}
#yukue-slide{
	width:700px;margin:0 auto;
}
#yukue-slide p{
	padding:8px 5px;
	font-size:18px;
}
@media screen and (max-width:700px){
	#yukue-slide{
	width:auto;
	margin:0 auto;
	}
}

.yukue-bg{ background: url("../images-new/top/yukue.jpg") no-repeat center center; height:350px; background-size: cover; }
@media screen and (max-width: 767px) { 
	.yukue-bg { background: url("../images-new/top/yukue.jpg") no-repeat center center; height:260px; background-size: cover; }
}
@media screen and (max-width: 599px) { 
	.yukue-bg { background: url("../images-new/top/yukue.jpg") no-repeat center center; height:160px; background-size: cover; }
}

.yukue-t { margin-top: 5%;}
@media screen and (max-width: 599px) { 
	.yukue-t { margin-top: 9%;}
}

/*===================================================================================*/
/*  ピアノ引き取り条件                                                           */ 
/*===================================================================================*/
#jyoken{
	padding:5% 0;
	background-color:#7C73D7;color:#fff;
}
@media screen and (max-width:599px){
	#jyoken{
	padding:9% 0;
	}
}
#jyoken:after{
	content:"";
	display:block;
	clear:both;
}

/*title-01*/
.jyoken-t{
	font-size:32px;
	line-height:1.4em;
	margin-bottom:0;
	color:#6463C6;
	padding:0px 0 40px 0;
	text-align:center;
	padding:20px;background-color:#FF76A4;
}
.jyoken-t span{
	display:block;
}

@media screen and (max-width:599px){    
    .jyoken-t{
	font-size:24px;
	text-align:left;
	padding:0px 0 25px 0;
	font-weight:bold;
	text-align: justify;
	text-justify: inter-ideograph;
    }
    .jyoken-t span{
	display:inline;
	font-weight:bold;
    }
}

.jyoken-img{
	display:none;
}
@media screen and (max-width:599px){    
    .jyoken-img{
		display:block;
		text-align:center;
    }
}

.arrow_box {
	position: relative;
	background: #ffffff;
	color:#000;
	padding:20px 15px;
	font-size:32px;
	line-height:1.4em;
	margin-bottom:50px;
	text-align:center;
	border-radius:5px;
	color:#737c85;
}
.arrow_box .title-01 {
	margin-bottom:0px !important;
	padding-bottom:5px !important;
}

.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #ffffff;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-width: 36px;
	margin-left: -36px;
}
.arrow_sub{
	font-size:20px;
}
span.jyoken-attention{
	padding:6px 10px;
	border-radius:30px;
	margin:0 5px;
	line-height:1em;
	display:inline-block;
	background-color:#ffdd00;
	color:#333;
}
span.jyoken-attention i{
	font-size:24px;
}

@media screen and (max-width:768px){   
span.jyoken-attention{
	display:block;
}
.arrow_sub{
	font-size:18px;
}
}


/*ピアノの画像*/
@media screen and (max-width:599px){    
    .arrow_box{
		font-size:24px;
	}
}
@media screen and (max-width:768px){   
.img-300{
	width:300px;
}
}
@media screen and (max-width:599px){   
.img-300{
	display:none;
}
}


.jyoken-list{
	margin-bottom:50px;
	
}
@media screen and (max-width:599px){
	.jyoken-list{
	margin-bottom:20px;
	}
}
.jyoken-list li{
	padding:20px 0;
	font-size:20px;
}
@media screen and (max-width:599px){
	.jyoken-list li{
	padding:15px 0;
	font-size:18px;
	}
}
.jyoken-list li i{
	padding:20px 0 20px 20px;
	color:#ffdd00;
	font-size:30px;
}
@media screen and (max-width:599px){
	.jyoken-list li i{
	padding:15px 0 15px 20px;
	color:#ffdd00;
	font-size:28px;
	}
}
.attention{
	background-color:#8790F6;
	padding:20px;
	border-radius:5px;
}

/*===================================================================================*/
/*  たくさんのピアノの処分をご依頼いただきました。                                     */ 
/*===================================================================================*/
.voice-c { margin: 0 0 5% 0; }

.voice-bg { background: url("../images-new/top/voice.jpg") no-repeat center center; height:330px; background-size: cover; }
@media screen and (max-width: 767px) { 
	.voice-bg { background: url("../images-new/top/voice.jpg") no-repeat center center; height:260px; background-size: cover; }
}
@media screen and (max-width: 599px) { 
	.voice-bg { background: url("../images-new/top/voice.jpg") no-repeat center center; height:160px; background-size: cover; }
}

.voice-c .col-4{height:330px; }
@media screen and (max-width: 930px) { 
.voice-c .col-4{height:380px; }
}
@media screen and (max-width: 767px) { 
.voice-c .col-4{height:330px; }
}
@media screen and (max-width: 599px) { 
.voice-c .col-4{height:auto; }
}
.t-voice { margin-top: 4%; }
@media screen and (max-width: 599px) { 
	.t-voice { margin-top: 9%;}
}
.sub-tit-voice { text-align: left; font-weight: normal; font-size: 22px; line-height: 1.5em;border-top:2px solid #8B8BF6;padding-top:15px;margin:15px 5px; }
@media screen and (max-width:599px){
	.sub-tit-voice{
	font-size: 20px; 
	}
}
.sub-tit-voice i{ color:#8B8BF6;float:left;font-size:26px; }
.sub-tit-voice span{ margin-left:35px;display:block; }
.sub-txt-voice {  margin:15px 20px;padding:15px 0; }

/*===================================================================================*/
/*  ピアノを寄贈しています。                                                      */ 
/*===================================================================================*/
#kizou{
	padding:0 0 5% 0;
	background-color:#fcfcfc; 
	border-top:1px solid #eaeaea;
}
@media screen and (max-width:599px){
	#kizou{
	padding:0 0 9% 0;
	}
}

.kizou-bg { background: url("../images-new/top/kizou.jpg") no-repeat center center; height:330px; background-size: cover; }
@media screen and (max-width: 767px) { 
	.kizou-bg { background: url("../images-new/top/kizou.jpg") no-repeat center center; height:260px; background-size: cover; }
}
@media screen and (max-width: 599px) { 
	.kizou-bg { background: url("../images-new/top/kizou.jpg") no-repeat center center; height:160px; background-size: cover; }
}
.kizou-t { margin-top: 4%; }
@media screen and (max-width: 599px) { 
	.kizou-t { margin-top: 9%;}
}


.kizou-sub-t {
	position: relative;
	padding:20px 0px;
	font-size:22px;
	height:5em;
	margin-bottom:5px;
	border-top:1px solid #ccc;
	color:#7C73D7;
}
@media screen and (max-width:599px){
	.kizou-sub-t{
	font-size:20px;
	}
}
/*
.kizou-txt {
	position: relative;
	background: #ffffff;
	padding:20px;
}
*/


/*===================================================================================*/
/*  ピアノ引き取り条件                                                           */ 
/*===================================================================================*/
#area{
	padding:5% 0;
	background-color:#7C73D7;color:#fff;
}
@media screen and (max-width:599px){
	#area{
	padding:9% 0;
	}
}
#area:after{
	content:"";
	display:block;
	clear:both;
}

.area-table{
	width:100%;
	margin-bottom:20px;
}
.area-table td{
	border:1px solid #ccc;
	padding:3px;
	font-size:15px;
	color:#ffffff !important;
}

/*title-01*/
.area-t{
	font-size:32px;
	line-height:1.4em;
	margin-bottom:0;
	color:#6463C6;
	padding:0px 0 40px 0;
	text-align:center;
	background-color:#7C73D7;color:#fff;
}
.area-t span{
	display:inline;
}
/*title-02*/
.area-subt{
	font-size:26px;
	line-height:1.4em;
	margin-bottom:0;
	color:#ffffff;
	padding:0 0 40px 0;
	text-align:left;
}
.area-subt span{
	display:block;
}

@media screen and (max-width:599px){    
    .area-t{
	font-size:24px;
	text-align:left;
	padding:0px 10px 25px 10px;
	font-weight:bold;
	text-align: justify;
	text-justify: inter-ideograph;
    }
    .area-t span{
	font-weight:bold;
	display:block;
    }
	.area-subt{
	font-size:22px;
}
}

.area-img{
	display:none;
}
@media screen and (max-width:599px){    
    .area-img{
		display:block;
		text-align:center;
		margin-bottom:30px;
    }
	.area-img img{
		max-width:100%;
    }
}


span.area-attention{
	padding:6px 10px;
	border-radius:30px;
	margin:0 5px;
	line-height:1em;
	display:inline-block;
	background-color:#ffdd00;
	color:#333;
}
span.area-attention i{
	font-size:24px;
}

@media screen and (max-width:768px){   
span.area-attention{
	display:block;
}
}


/*ピアノの画像*/
@media screen and (max-width:768px){   
.img-300{
	width:300px;
}
}
@media screen and (max-width:599px){   
.img-300{
	display:none;
}
}


.area-list{
	margin-bottom:50px;
	
}
@media screen and (max-width:599px){
	.area-list{
	margin-bottom:20px;
	}
}
.area-list li{
	padding:20px 0;
	font-size:20px;
}
@media screen and (max-width:599px){
	.area-list li{
	padding:15px 0;
	font-size:18px;
	}
}
.area-list li i{
	padding:20px 0 20px 20px;
	color:#ffdd00;
	font-size:30px;
}
@media screen and (max-width:599px){
	.area-list li i{
	padding:15px 0 15px 20px;
	color:#ffdd00;
	font-size:28px;
	}
}
/*===================================================================================*/
/*  バナー                                               */ 
/*===================================================================================*/
#bnr{
	padding:4% 0;
	background-color:#ffffff;
	border-top:1px solid #ececec;
}
.bnr-txt{
	background-color:#9696F7;color:#fff;
	padding:1px;
	text-align:center;
	margin-bottom:15px;
	border-radius:5px;
}
.bnr-txt a{
	color:#fff;
	text-decoration:none;
}

/*===================================================================================*/
/*  CTA                                                         */ 
/*===================================================================================*/
#cta{
	padding:5% 0;
	background-color:#7C73D7;
}
@media screen and (max-width:599px){
	#cta{
	padding:9% 0;
	}
	
}
/*title*/
.cta-title{
	font-size:32px;
	line-height:1.4em;
	margin-bottom:0;
	color:#6463C6;
	padding:0px 0 30px 0;
	text-align:center;
}
@media screen and (max-width:599px){    
    .cta-title{
	font-size:24px;
	text-align:left;
	padding:0px 0 25px 0;
    }
}
/*title 改行解除*/
h2.cta-title span{
	display:block;
}
@media screen and (max-width:599px){  
    h2.cta-title span{
	display:block;
    }
}


.cta-tel{
	background: url("../images-new/common/free-dial.png") no-repeat left center;
	padding-left:80px;
	margin-bottom:40px;
	font-size:70px;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
@media screen and (max-width:599px){
	.cta-tel{	
	font-size:32px;
	line-height:40px;
	height:40px;
	}
}

/* スマホの場合はTELをテキストから画像に表示切り替え   */ 
.pc-tel{text-align:center;}
.sp-tel{display:none;text-align:center;}
@media screen and (max-width:768px){
	.pc-tel{display:none;}
	.sp-tel{display:block;}
	.sp-tel img{min-width:100%;padding:0 ２%;}
}

.matome{
	background:#fff url("../images-new/top/cta-illust.jpg") no-repeat center bottom;
	padding:25px 20px;
	border-radius:5px;
	font-size:22px;
}
.matome:after{
	content:"";
	display:block;
	clear:both;
	}
@media screen and (max-width:599px){
	.matome{	
	font-size:18px;background-size: contain;
	}
	.matome .center{	
	text-align:left;
	}
}
	
.matome-t{
	background-color:#ffdd00;
	color:#333;
	padding:3px 5px;
	text-align:center;
	border-radius:7px;
	margin-bottom:30px;
	font-size:28px;
}
@media screen and (max-width:599px){
	.matome-t{
		font-size:22px;
	}
	.matome-t span{
		display:block;
	}
}
#cta a{
	color:#fff;
	text-decoration:none;
}

#cta:after{
	content:"";
	display:block;
	clear:both;
}

/*まとめのli要素*/
.col-6-list { width: 45.862%;padding-right:4%; }

.cta-list{
}
.cta-list li{
	font-size:21px;
}
.cta-list li i{
	color:#9696F7;
	font-size:30px;
	text-align:left;
	margin-left:50px;
}
.cta-list li span{
	display:inline-block;
	padding-left:25px;
}
@media screen and (max-width:800px){
	.col-6-list {width: 100%;padding-right:0;}
	.cta-list li i{
	margin-left:20px;
	}
	.cta-list li span{
	padding-left:0px;
	}
}
@media screen and (max-width:599px){
	.cta-list li{	
	font-size:18px;
	}
	.cta-list li i{
	font-size:28px;
	}
}
	

/*===================================================================================*/
/*  実績                                                */ 
/*===================================================================================*/
.jisseki-c {
	padding:5% 0;
}
.topics{
	border-top:2px solid #6463C6;
	padding-top:20px;
}
.topics:after{
	content:"";
	display:block;
	clear:both;
}
.topics li{
	border-bottom:1px dotted #ccc;
	padding:5px 10px;
}
.topics li span{
	padding-right:1em;
}
@media screen and (max-width:599px){
	.topics{
	padding-bottom:20px;
	}
	.topics li{
	display:block;
	}
	.topics li span{
	display:block;
	}
}
.sub-tit-jisseki { text-align: left; font-weight: normal; font-size: 22px; line-height: 1.5em;border-top:2px solid #8B8BF6;padding-top:15px;margin:15px 5px 5px 5px; color:#8B8BF6;}
@media screen and (max-width:599px){
	.sub-tit-jisseki{
	font-size: 20px; 
	}
}
.sub-tit-jisseki span{ margin-left:15px;display:block; }
.sub-txt-jisseki {  margin:0px 20px 10px 20px;padding:5px 0; }

.tit-blue{
	color:#8B8BF6;
	font-size:18px;
	margin-bottom:1%;
}

/*===================================================================================*/
/*  フッター                                                        */ 
/*===================================================================================*/
.jichitai-c{
	padding:5% 0;
	background-color:#ffffff;
}
.school-c{
	padding:5% 0;
	background-color:#ffffff;
}
.hall-c{
	padding: 5% 0;
	background-color:#ffffff;
}
/*===================================================================================*/
/*  フッター                                                        */ 
/*===================================================================================*/
#footer{
	padding:3% 0 0 0;
	background-color:#ececec;
}
#footer a{
	color:#737c85;
	text-decoration:none;
}
#footer a:hover{
	color:#6463C6;
}
@media screen and (max-width:599px){
	#footer{
	padding:6% 0 0 0;
	}
	
}
/*copyright*/
.cpr{
	font-size:12px;
	text-align:center;
	padding:5px;
	background-color:#ccc;
	
}
.footer-nav{
	padding:0 0 20px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.footer-nav:after{
	
	content:"";
	display:block;
	clear:both;
}
.footer-nav02{
	padding:0 0 20px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
		text-align:center;
		font-size:14px;
}
.footer-nav02 span{
	margin:0px 10px;
}
@media screen and (max-width:599px){
	.footer-nav02 span{
		margin:0px 0px;
		display:block;
		text-align:left;
	}
	
}
.footer-nav02:after{
	
	content:"";
	display:block;
	clear:both;
}

#cus1 h3.kizou-sub-t,
#cus2 h3.kizou-sub-t,
#cus5 h3.kizou-sub-t {
	border-top: none;
	height: 2.5em;
}

#cus5 {
	padding-bottom: 5rem;
}

#school > div > div > div > div > ul > li > p.tit-blue {
	font-size: 14px;
}

#school > div > div > div > div > ul > li > p:nth-child(2) {
	font-size: 12px;
}