@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */

#news-area.pt_t{
	padding-top: 30px;
}



/****************************
SP用コード
****************************/
@media screen and (max-width:768px) { 
	
	.pc{
		display: none;
	}
	
	html {
    	height: 100%;
		width:100%;
	}
	.up_next{font-weight: bold;}
	body{
    	font-family:" Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif";
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-align: center;
		width:100%;
		height:100%;
		background-color:#000;
	}
	
	#container{
		height:100%;
	}
	
	header {
		opacity: 0.95;
		height:50px;
    }
	
	.navToggle {
    	display: block;
    	position: fixed;    /* bodyに対しての絶対位置指定 */
    	right: 13px;
    	top: 12px;
    	width: 60px;
    	height: 60px;
    	cursor: pointer;
    	z-index: 30000;
    	background: #0a2e3b;
    	text-align: center;
		border-radius: 50%;
		display: none;
	}
 
	.navToggle span {
    	display: block;
    	position: absolute;    /* .navToggleに対して */
    	width: 30px;
		border-radius: 2px;
    	border-bottom: solid 3px #eee;
    	-webkit-transition: .35s ease-in-out;
    	-moz-transition: .35s ease-in-out;
    	transition: .35s ease-in-out;
    	left: 15px;
	}
 
	.navToggle span:nth-child(1) {
    	top: 19px;
	}
 
	.navToggle span:nth-child(2) {
    	top: 28px;
	}
 
	.navToggle span:nth-child(3) {
    	top: 37px;
	}
	
	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
    	top: 28px;
    	left: 15px;
    	-webkit-transform: rotate(-45deg);
    	-moz-transform: rotate(-45deg);
    	transform: rotate(-45deg);
	}
 
	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
    	top: 28px;
    	-webkit-transform: rotate(45deg);
    	-moz-transform: rotate(45deg);
    	transform: rotate(45deg);
	}
	
	/*nabi開閉部分*/
	nav.globalMenuSp {
    	position: fixed;
    	z-index: 200;
    	top: 0;
    	left: 0;
    	background: #fff;
    	color: #000;
    	text-align: center;
    	transform: translateY(-100%);
    	transition: all 0.6s;
    	width: 100%;
	}
 
	nav.globalMenuSp ul {
    	background: #0a2e3b;
    	margin: 0 auto;
    	padding-top: 60px;
    	width: 100%;
	}
 
	nav.globalMenuSp ul li {
    	font-size: 1.1em;
    	list-style-type: none;
    	padding: 0;
    	width: 100%;
    	border-bottom: 1px dotted #fff799;
	}
 
	/* 最後はラインを描かない */
	nav.globalMenuSp ul li:last-child {
    	padding-bottom: 0;
    	border-bottom: none;
	}
 
	nav.globalMenuSp ul li a {
    	display: block;
    	color: #fff;
    	padding: 1em 0;
	}
 
	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
    	transform: translateY(0%);
	}
	
	nav.globalMenuSp ul li.tw{
		width:100%;
	}
	
	nav.globalMenuSp ul li.tw + li{
		border-left:1px dotted#fff799;
	}
	
	nav.globalMenuSp ul li img{
		height:40px;
	}
	
	/****************************
			  #TOP-AREA
	****************************/
	/* #sp-top-area{
		width:100%;
		position:relative;
		text-align: center;
	} */
	
	#sp-top-area img.bg{
		width:100%;
		height:auto;
	}
	
	#sp-top-area img.bnr{
		width: 100%;
		height:auto;
		position:absolute;
		left:0;
		top:0;
	}
	
	#sp-top-area a.tuda{
		width: 100%;
		position:absolute;
		bottom:0px;
		text-align: left;
	}
	
	#sp-top-area a.tuda img{
		width: 75%;
	}

	.kimikoe_passed_sp_bg{
		width:100%;
		/* height: 1150px; */
		min-height:700px;
		background-image:url(../img/sp/top_bg_sp_20190127.jpg);
		background-size:cover;
		background-repeat: no-repeat;
		background-position: top center;
		position:relative;
	}
	.kimikoe_passed_ttl_sp{
		padding:0 10px;
	}
	.kimikoe_passed_ttl_sp img{
		max-width: 100%;
		height: auto;
		margin: auto;
		display: block;
	}
	.kimikoe_passed_logo_sp{
		margin:0 0 10px 0;
	}
	.kimikoe_passed_logo_sp img{
		max-width: 100%;
		height: auto;
		margin: auto;
		display: block;
	}
	.kimikoe_passed_box_sp{
		max-width: 100%;
		margin:10px auto 0;
	}
	.kimikoe_passed_box_sp img{
		max-width: 100%;
		height: auto;
		margin: auto;
		display: block;
	}
	.kimikoe_passed_txt_sp{
		background-color:#fff;
		padding:10px;
	}

	#sp-top-area{
		width:100%;
		height: 109vh;
		/* min-height: 800px; */
		max-height: 750px;
		background-image:url(../img/sp/top_2019003_sp.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom center;
		position:relative;
	}
	#sp-top-area .top_main_img{
		max-width: 100%;
		display: block;
		margin: 0 auto;
		height: auto;
		padding-top: 13vh;
	}
	#sp-top-area .top_anime_bnr{
		margin: 10px 0 0 0;
	}
	#sp-top-area .top_anime{
		background-color: #362e2c;
		width: 100%;
		margin: 0 auto;
		padding: 20px 3% 25px;
	}
	#sp-top-area .top_anime img{
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	/****************************
2019/0128
grand_prix
****************************/
.grand_prix{
	background-color: #E73920;
	padding: 40px 15px 110px;
	position: relative;
	width: 100%;
}
.grand_prix_inner{
	margin:0 auto;
	padding: 30px;
	width: 100%;
	background-color: #fff;
}
.grand_prix_box{
	display: flex;
	flex-direction: column;
	margin:0 0 30px 0;
}
.grand_prix_img{
	width: 100%;
	margin:0 0 15px 0;
}
.grand_prix_img img{
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
}
.grand_prix_txt{
	width: 100%;
	text-align: left;
}
.grand_prix_txt_ttl{
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px 0;
}
#sp-top-area .grandprix-top{
	width:100%;
	height:40px;
	position:absolute;
	bottom:0;
	background-image:url(https://kimikoe.com/audition2/img/grandprix_top_bg.png);
	background-position:top center;
	background-size:cover;
}
.grand_prix .grandprix-btm{
	width:100%;
	height:40px;
	position:absolute;
	bottom:0;
	left: 0;
	background-image:url(https://kimikoe.com/audition2/img/grandprix_btm_bg.png);
	background-position:top center;
	background-size:cover;
}
	
	/****************************
			  #TOKUTEN-AREA
	****************************/
	#tokuten-area{
		width:100%;
		background-color:#E73920;
		display: block;
		padding:0 15px;
	}
	
	#tokuten-area .inner{
		margin:0 auto;
		padding:20px 0 20px;
		text-align: center;
		position:relative;
	}
	
	#tokuten-area img.flower{
		position:absolute;
		right:-15px;
		top:-20vw;
		width:25%;
	}
	
	#tokuten-area img.ttl{
		width:70%;
		margin-bottom:20px;
	}
	
	#tokuten-area .inner img.point1{height:28px; display: block; margin:0 auto;}
	#tokuten-area .inner img.point2{height:28px; display: block; margin:0 auto;}
	#tokuten-area .inner img.point3{height:28px; display: block; margin:0 auto;}
	
	#tokuten-area .inner p.point1{
		font-size:25px;
		color:#fff;
		margin-top:5px;
		line-height: 1.1;
		margin-bottom: 5px;
	}
	
	#tokuten-area .inner p.seisaku{
		color:#fff;
		font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
		margin-bottom:20px;
		font-size:12px;
	}
	
	#tokuten-area .inner p.point2{
		font-size:20px;
		color:#fff;
	}
	
	#tokuten-area .inner img.point3{
		margin-bottom: 10px;
	}
	
	#tokuten-area .inner .point2{
		margin-top:5px;
		margin-bottom:20px;
	}
	
	#tokuten-area .inner p.point3,
	#tokuten-area .inner p.point4{
		font-size:20px;
		color:#fff;
		line-height: 20px;
		margin-top:5px;
		margin-bottom:20px;
	}
	
	#tokuten-area .inner p.point3 span,
	#tokuten-area .inner p.point4 span{
		font-size:12px;
		line-height: 12px;
	}
	
	#tokuten-area .inner p.chui{
		padding-top:20px;
		color:#fff;
		font-size:12px;
		font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	}
	/****************************
			#exa_area
	****************************/

	.vote-area_result .vote-area_result_ttl{
		text-align: center;
		color:#e23920;
		margin:30px 0 15px 0;
		font-weight: bold;
		font-size: 20px;
	}
	.vote-area_result_txt{
		margin: 0 0 20px;
		line-height: 1.5;
		text-align: left;
	}
	.vote-area_result_no{
		margin: 0 0 40px;
		line-height: 1.7em;
		font-size: 17px;
		white-space: nowrap;
	}
	#vote-area .vote_presentation_title{
		margin:0 0 30px;
	}
	.vote_presentation_title img{
		max-width: 100%;
		height: auto;
		margin:0 auto;
		display: block;
	}

	#exa_area{
		background-image: url(../img/comment_bg.jpg);
		background-size: cover;
		padding: 15px;
		margin-top: 0 !important;
		font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
		font-size: 14px;
	}
	.exa_area_inner{
		background-color: #fff;
		width: 100%;
		margin: 0 auto;
		padding: 15px 15px;
		box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.30);
	}
	.exa_area_ttl{
		margin:0 0 30px 0;
	}
	.exa_area_ttl img{
		max-width: 100%;
		height: auto;
		margin:0 auto;
		display: block;
	}
	.exa_area_text{
		text-align: left;
	}
	.exa_sch{
		margin:30px 0 0 0;
	}
	.exa_sch img{
		max-width: 100%;
		height: auto;
		margin:0 auto;
		display: block;
	}
	.exa_youtube{
		width: 100%;
		margin: 30px auto;
	}
	.exa_youtube_inner{
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	.exa_youtube iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	/****************************
	#vote-area
	****************************/
	#vote-area{
		width:100%;
		padding: 15px 15px 30vw;
		font-size: 14px;
		margin-top:0 !important;
		background-image: url(../img/steps_bg.jpg);
		position:relative;
		font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	}
	#vote-area h2 img{
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#vote-area .inner{
		border:solid 2px #ffd04c;
		background-color: #fff;
		width:100%;
		margin:0 auto;
		padding: 15px 15px;
		box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.30);
	}
	#vote-area .finalist{
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	#vote-area .vote_accepting_title{
		margin:20px 0 0 0;
	}
	#vote-area .finalist .finalist_list{
		text-align: left;
		width: 48%;
		margin: 0 0 30px 0;
		display: flex;
		display: -ms-flexbox;
		justify-content: flex-start;
		flex-wrap:wrap;
	}
	#vote-area .finalist_list_txt{
		margin:0 0 10px 0;
		font-size: 12px;
	}
	#vote-area .finalist_list_info{
		display: flex;
		display: -ms-flexbox;
		flex-direction: column;
		justify-content:space-between;
		width: 100%;
	}
	#vote-area .finalist_age{
		font-size: 12px;
	}
	#vote-area .vote_accepting_txt{
		text-align: left;
		margin: 20px 0;
	}
	#vote-area .finalist_list_img{
		max-width: 100%;
		margin: 0 0 5px 0;
		position: relative;
	}
	#vote-area .finalist_list_img img{
		max-width: 100%;
		height:auto;
	}
	#vote-area .finalist_list_img.vote_rank_1:before{
		position: absolute;
		content: '';
		top: -10px;
		left: -10px;
		background-image: url(../img/1st.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 50px;
		height: 52px;
	}
	#vote-area .finalist_list_img.vote_rank_2:before{
		position: absolute;
		content: '';
		top: -10px;
		left: -10px;
		background-image: url('../img/2nd.png');
		background-repeat: no-repeat;
		background-size: 100%;
		width: 50px;
		height: 52px;
	}
	#vote-area .finalist_list_img.vote_rank_3:before{
		position: absolute;
		content: '';
		top: -10px;
		left: -10px;
		background-image: url('../img/3rd.png');
		background-repeat: no-repeat;
		background-size: 100%;
		width: 50px;
		height: 52px;
	}
	/* #vote-area .finalist_list_profile_btn a img{
		display: block;
		margin:0 auto;
		max-width: 100%;
		height: auto;
	} */
	#vote-area .finalist_list_profile_btn a{
		display: block;
		background-color:#31a39b;
		border:solid 2px #31a39b;
		color:#fff;
		line-height: 1.2em;
		text-align: center;
		padding: 6px 0;
		height: 45px;
		/* max-width: 180px; */
		font-size: 13px;
		margin:0 auto;
	}
	 #vote-area .finalist_list_vote_btn p{
		display: block;
		background-color:#e23920;
		border:solid 2px #ffd04c;
		color:#fff;
		line-height: 1em;
		text-align: center;
		padding: 14px 0px 11px;
		margin: 8px 0 0 0;
		font-size: 13px;
		cursor: pointer;
	}
	#vote-area .finalist_list_vote_btn.none p{
		display: none;
	}
	#vote-area .finalist_list_vote_btn_end p{
		display: none;
		background-color:#fff;
		border:solid 2px #e23920;
		color:#000;
		line-height: 1em;
		text-align: center;
		padding: 14px 0px 11px;
		margin:15px 0 0 0;
	}
	.finalist_list_vote_btn_end.block p{
		display: block;
	}
	#vote-area .finalist_list_vote_btn p:hover{
		opacity: 0.7;
	}
	#vote-area .finalist_list_vote_btn p.btn-vote-end{
		color: #fff;
		background: #7c7c7c;
		border: solid 2px #7c7c7c;
		pointer-events: none;
	}
	#vote-area .finalist .finalist_ruby{
		font-size: 12px;
	}
	/* #vote-area .finalist_list_vote_btn p{
		max-width: 180px;
		height: 45px;
		margin: 10px auto 0;
		background: url(https://kimikoe.com/audition2/img/vote_btn_vote.jpg) center top no-repeat;
		cursor: default;
		text-indent: -9999px;
		border-left: solid 3px #FFD04C;
		border-right: solid 3px #FFD04C;
	}
	#vote-area .finalist_list_vote_btn p.btn-vote-end{
		max-width: 180px;
		height: 45px;
		margin: 10px auto 0;
		background: url(../img/vote_btn_vote_end.jpg) center top no-repeat;
		cursor: default;
		text-indent: -9999px;
		border-left: solid 3px #E23920;
		border-right: solid 3px #E23920;
	} */
	#vote-area .vote_accepting_title img{
		max-width: 93%;
		height: auto;
	}
	#vote-area img.news-top{
		width:100%;
		position:absolute;
		bottom:0;
		left:0;
	}
	#vote-area img.flower {
		width: 23vw;
		position: absolute;
		bottom: -7vw;
		left: 6vw;
		z-index: 100;
	}
	#vote-area .vote_accepting_txt .red_txt{
		color:#e23920;
		font-weight: bold;
	}
	#vote-area .finalist_note{
		text-align: right;
		font-size: 12px;
	}

	#news-area .inner_flower{
		display: none;
	}
	#news-area img.flower{
		display: none;
	}

	/****************************
			  #STEPS-AREA
	****************************/
	#steps-area{
		width:100%;
		padding-bottom:30vw;
		margin-top:0 !important;
		background-image: url(../img/steps_bg.jpg);
		position:relative;
	}
	
	#steps-area h2{
		width:100%;
		height:auto;
		margin:0 auto 30px;
	}
	
	#steps-area h2 img{
		width:100%;
	}
	
	#steps-area ul{
		width:100%;
		margin:0 auto 50px;
	}
	
	#steps-area ul li{
		width:46%;
		float:left;
		margin:1% 3% 1% 1%;
	}
	
	#steps-area ul li img{
		width:100%;
	}
	
	#steps-area ul.oubo{
		width: 90%;
		margin-top: 50px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		
	}
	
	#steps-area ul.oubo li{
		width: 100%;
		height: 60px;
		margin:0 auto 20px;
		color:#fff;
		background-color:#E73920;
		line-height: 1.4em;
		border:5px solid #E73920;
		display: flex;
  		justify-content: center;
  		align-items: center;
		box-sizing: border-box;
	}
	
	#steps-area ul.oubo li a{
		width: 100%;
		height: 100%;
		display: block;
		display: flex;
  		justify-content: center;
  		align-items: center;
		border:3px solid #FFD54C;
		box-sizing: border-box;
		font-size:15px;
		font-weight: 600;
		font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	}
	
	#steps-area .top{
		display: block;
		width:90%;
		height:20px;
		margin:0 auto;
		background-image: url(../img/steps_top.png);
		background-size:100% 100%;
		background-repeat: no-repeat;
	}
	
	#steps-area .middle{
		display: block;
		width:90%;
		margin:0 auto;
		padding:20px 0;
		background-image: url(../img/steps_middle.png);
		background-size:contain;
		background-repeat: repeat;
	}
	
	#steps-area .bottom{
		width:90%;
		height:20px;
		margin:0 auto;
		background-image: url(../img/steps_bottom.png);
		background-size:100% 100%;
		background-repeat: no-repeat;
		display: block;
	}
	
	#steps-area .middle p.sime{
		font-size:22px;
		font-weight: bold;
		margin-bottom:20px;
		color:#E73920;
		font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	}
	
	#steps-area .middle p.sime span{
		font-size:18px;
		font-weight: bold;
	}
	
	#steps-area .middle .hr{
		width: 80%;
		margin: 0 auto;
		border-bottom:1px solid #0F2C3B;
	}
	
	#steps-area .middle .mysta{
		font-size: 18px;
		font-weight: bold;
		font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
		margin: 20px auto 30px;
		color:#038A86;
	}
	
	#steps-area .middle .mysta span{
		font-size:26px;
		font-weight: bold;
	}
	
	#steps-area .middle a{
		color:#fff;
		background-color:#0F2C3B;
		width:90%;
		margin:0 5%;
		display: block;
		padding:10px
	}
	
	#steps-area img.news-top{
		width:100%;
		position:absolute;
		bottom:0;
		left:0;
	}
	
	#steps-area img.flower{
		width:23vw;
		position:absolute;
		bottom:-7vw;
		left:6vw;
		z-index: 100;
	}
	
	/****************************
			  #NEWS-AREA
	****************************/
	#news-area{
		width:100%;
		background-color:#362E2C;
		padding-bottom:50px;
		padding-top:10px;
	}
	
	#news-area .inner{
		width:100%;
		margin:0 auto;
	}
	
	#news-area h2{
		width:50%;
		margin:0px auto 40px;
	}
	
	#news-area h2 img{
		width:100%;
	}
	
	#news-area .news-main{
		width:90%;
		height:350px;
		background-color:#fff;
		margin:0 auto;
	}
	
	#news-area a.detail{
		float:right;
		text-align: right;
		color:#fff;
		margin-right:5%;
		margin-bottom:40px;
		font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
		border-bottom:1px solid #fff;
		line-height:2;
	}
	
	#news-area ul{
		width:100%;
		margin:0 auto;
		clear: both;
	}
	
	#news-area ul li{
		width:90%;
		max-width:400px;
		margin:30px auto 0;
	}
	
	#news-area ul li img{
		width:100%;
	}
	
	/****************************
			  #CNTS-AREA
	****************************/
	#cnts-area dt{
    	width:100%;
    	height:100px;
    	line-height:100px;
    	text-align:center;
    	border-top:#fff799 3px solid;
    	cursor:pointer;
		color:#fff;
		font-size:24px;
		font-weight: bold;
		background-color:#E73920;
    	/*background:url(https://kimikoe.com/audition2/css/images/i_swich.png) 177px -69px no-repeat;*/
    }
	
	#cnts-area dt.active{
		background-color:#E73920;
    	/*background:url(https://kimikoe.com/audition2/css/images/i_swich.png) 177px 18px no-repeat;*/
    }
	
	#cnts-area dd{
    	background-image: url(../img/cnts_bg.png);
    	width:100%;
    	line-height:50px;
    	display:none;
    }
	
	#cnts-area dd .inner{
		width:96%;
		margin:0 2%;
		padding:30px 0;
	}
	
	#cnts-area dd .block{
		width:100%;
		border:4px solid #0F2C3B;
		background-color:#fff;
		margin-bottom:30px;
	}
	
	#cnts-area dd .ttl{
		background-color:#0F2C3B;
		color:#fff;
		font-size:20px;
		font-weight: bold;
		line-height: 1.6;
	}
	
	#cnts-area dd .txt{
		text-align: left;
		padding:20px 20px;
		line-height: 1.5;
		font-size:16px;
		font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	}
	
	#cnts-area dd span{
		font-size:12px;
	}
	
	#cnts-area dd span.sime{
		font-size:32px;
		font-weight: bold;
	}
	
	#cnts-area dd .shikaku ul{
		list-style:none;
	}
	
	#cnts-area dd .shikaku ul li{
		text-indent: -1em;
		padding-left:0em;
	}
	
	#cnts-area dd .shinsain ul{
		padding:30px 20px 0;
	}
	
	#cnts-area dd .shinsain ul li{
		width:100%;
		display:inline-block;
		margin-bottom:30px;
		clear: both;
		border-bottom:1px solid #eee;
	}
	
	#cnts-area dd .shinsain ul .left{
		width:160px;
		height:160px;
		background-color:#999999;
		margin:0 auto 20px;
	}
	
	#cnts-area dd .shinsain ul .right{
		width:100%;
		text-align: center;
		font-size:15px;
		line-height: 1.6;
		font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	}
	
	#cnts-area dd .shinsain p.other{
		display: block;
		text-align: right;
		margin-top:-20px;
		margin-bottom:20px;
	}
	
	#cnts-area dd .shinsain ul .name{
		font-size:22px;
		font-weight: bold;
	}
	
	#cnts-area dd .shinsain ul .works{
		font-size:15px;
		font-weight: bold;
		margin-bottom:10px;
	}
	
	#cnts-area dd .chart{
		border:2px solid #3AC3BC;
		width:100%;
		margin:10px auto 30px;
		font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;	
	}
	
	#cnts-area dd .chart p.left{
		height:36px;
		display: block;
		background-color:#3AC3BC;
		line-height: 36px;
		color:#fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	
	#cnts-area dd .chart p.right{
		display: block;
		line-height: 25px;
		padding: 4px 10px;
		text-align: center;
		}
	
	#cnts-area dd .chart p.right span{
		font-size:17px;
		font-weight: bold;
		color:#E73920;
	}
	
	#cnts-area dd .chart p.info{
		font-size:14px;
		text-align: left;
		margin-top: 5px;
		padding:10px;
		line-height: 25px;
		background: #D5F2F1;
	}
	
	#cnts-area dd .detail_ttl{
		width:100%;
		height:30px;
		margin:50px auto 20px;
		border-radius: 30px;
		background-color:#362E2C;
		color:#fff;
		font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
		font-size:18px;
		line-height: 30px;
		text-align: center;
		clear: both;
	}
	
	#cnts-area dd .detail{
		width:100%;
		margin:0 auto 30px;
	}
	
	#cnts-area dd .how_ttl{
		width:100%;
		margin:20px auto 10px;
		text-align: center;
		font-size:18px;
		font-weight: bold;
		padding-top: 8px;
		padding-bottom:5px;
		border-bottom:3px solid #c49e24;
		background: #eec84d;
	}
	
	#cnts-area dd .sec_inner{
		margin-bottom:30px;
	}
	
	#cnts-area dd .sec_inner .step{
		width:100%;
    	border: 4px solid #bfbfbf;
		text-align: center;
		margin-bottom:10px;
		padding:10px 0;
	}
	
	#cnts-area dd .sec_inner .step img{
		height:70px;
		margin:20px
	}
	
	#cnts-area dd .sec_inner .step .desc{
		
	}
	
	#cnts-area dd .sec_inner .step .note a{
		color:#000;
		font-weight: bold;
		font-size:12px;
	}
	
	#cnts-area dd .sec_inner .step .note a:hover{
		text-decoration: underline;
	}
	
	#cnts-area dd .sec_inner .arrow{
		width: 0;
  		height: 0;
  		border-top: 15px solid #0d2e3b;
  		border-left: 15px solid transparent;
  		border-right: 15px solid transparent;
		margin:10px auto;
	}
	
	#cnts-area dd .sec_inner .complete{
		width:100%;
		height:100px;
		margin-bottom:50px;
		text-align: center;
		color:#31a8a0;
		font-size:20px;
		font-weight: bold;
		line-height: 100px;
		padding-left:10px;
		border:4px solid #40c4bb;
	}
	
	#cnts-area dd .sec_inner2{
		margin-bottom:50px;
	}
	
	#cnts-area dd .sec_inner2 .step{
		width:100%;
    	border: 4px solid #bfbfbf;
		text-align: center;
		margin-bottom:10px;
		padding:10px 0;
	}
	
	#cnts-area dd .sec_inner2 .step img{
		height:70px;
		margin:20px
	}
	
	#cnts-area dd .sec_inner2 .step .desc{
		
	}
	
	#cnts-area dd .sec_inner2 .step .note a{
		color:#000;
		font-weight: bold;
		font-size:12px;
	}
	
	#cnts-area dd .sec_inner2 .step .note a:hover{
		text-decoration: underline;
	}
	
	#cnts-area dd .sec_inner2 .arrow{
		width: 0;
  		height: 0;
  		border-top: 15px solid #0d2e3b;
  		border-right: 15px solid transparent;
  		border-left: 15px solid transparent;
		margin:10px auto;
	}
	
	#cnts-area dd .sec_inner2 .complete{
		width:100%;
		height:100px;
		text-align: center;
		color:#31a8a0;
		font-size:20px;
		font-weight: bold;
		line-height: 100px;
		padding-left:10px;
		border:4px solid #40c4bb;
	}
	
	.dam{
		width: 100%;
		text-align: center;
	}
	
	.dam .h4{
		margin-bottom: 20px;
	}
	
	.dam .h4 img{
		width: 100%;
	}
	
	.dam .step1 a{
		display: inline-block;
		width: 86%;
		height: 60px;
		text-align: center;
		vertical-align: middle;
		background: linear-gradient(#90d048, #48a50f);
		border:3px solid #fff;
		border-radius: 5px;
		margin-bottom: 20px;
		filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.4));
		transition-duration: 0.3s;
	}
	
	.dam .step1 a:hover{
		opacity: 1;
		filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
	}
	
	.dam .step1 a p{
		color:#fff;
		font-size:20px;
		line-height: 52px;
		font-weight: bold;
		text-shadow: 0px 2px 5px rgba(0,0,0,0.5)
	}
	
	.dam .step1 .ttl,
	.dam .step2 .ttl{
		background: none !important;
		margin-bottom: 15px;
	}
	
	.dam .step1 .ttl img,
	.dam .step2 .ttl img{
		width: 100%;
	}
	
	.dam .step2 ul{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border:1px solid #000;
	}
	
	.dam .step2 ul li.stp1,
	.dam .step2 ul li.stp2,
	.dam .step2 ul li.stp3{
		width: 100%;
		margin: 10px auto;
	}
	
	.dam .step2 ul li img{
		width: 80%;
		height: auto;
		margin-bottom: 8px;
	}
	
	.dam .step2 ul li .txt{
		width: 100%;
		padding: 0 !important;
		font-size:12px !important;
	}
	
	.dam .step2 ul li .txt a{
		color:#000;
		text-decoration: underline;
	}
	
	.dam a.oubo{
		display: block;
		width: 250px;
		margin: 30px auto 10px;
	}
	
	.dam a img{
		width: 100%;
	}
	
	.dam .triangle{
		width: 0;
		height: 0;
		border-top: 30px solid #48a50f;
  		border-right: 40px solid transparent;
  		border-left: 40px solid transparent;
		margin: 20px auto;
		display: block;
		text-align: center;
	}
	
	.dam a.btn5{
		margin-top: 40px;
	}
	
	#cnts-area dd .btn5{
		width:90%;
		display: block;
		border:4px solid #48a50f;
		padding:4px;
		box-sizing: border-box;
		margin:0px auto 10px;
	}
	
	#cnts-area dd .btn5 .inner{
		width:100%;
		padding:10px;
		color:#fff;
		margin:0 auto;
		font-size:20px;
		font-weight: bold;
		text-align: center;
		text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
		background: linear-gradient(#90d048, #48a50f);
	}
	
	#cnts-area dd .btn1{
		width:90%;
		border:4px solid #E73920;
		padding:4px;
		box-sizing: border-box;
		display: block;
		margin:0px auto 20px;
	}
	
	#cnts-area dd .btn2{
		width:90%;
		display: block;
		border:4px solid #E73920;
		padding:1%;
		box-sizing: border-box;
		margin:0px auto 40px;
	}
	
	#cnts-area dd .btn3{
		width:90%;
		display: block;
		border:4px solid #E73920;
		padding:4px;
		box-sizing: border-box;
		margin:0px auto 40px;
		font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
		line-height: 30px;
	}
	
	#cnts-area dd .btn4{
		width:90%;
		display: block;
		border:4px solid #E73920;
		padding:1%;
		box-sizing: border-box;
		margin:0px auto 20px;
	}
	
	#cnts-area dd .btn1 .inner,
	#cnts-area dd .btn2 .inner,
	#cnts-area dd .btn3 .inner,
	#cnts-area dd .btn4 .inner{
		width:100%;
		padding:10px;
		color:#fff;
		margin:0 auto;
		font-size:17px;
		font-weight: bold;
		text-align: center;
		background-color:#E73920;
	}
	
	/*=============20180401にボタン切り替え===============*/
	#cnts-area dd .btn-area{
		width:100%;
		text-align: center;
		font-size:20px;
	}
	
	.btn4{
		padding:10px 0;
		line-height: 1.3;
		font-weight: bold;
		border:5px solid #E73920;
		margin-bottom:20px;
	}
	
	.btn4 span {
		font-size:15px !important;
		display: inline-block;
		width: 100%;
		font-weight: bold;
		text-align: center;
		color:#E73920;
	}
	
	.btn0 span {
		font-size:20px !important;
		font-weight: bold;
		display: inline-block;
		position: absolute;
		width: 100%;
		border:4px solid #E73920;
		text-align: center;
		line-height: 60px;
	}
	/*=============/20180401にボタン切り替え===============*/
	
	#cnts-area dd .send{
		width:90%;
		margin:30px auto;
		border:1px solid #000;
		padding:10px 20px;
		font-size:12px;
	}
	
	#cnts-area dd .send p.big{
		text-align: center;
		font-size:15px;
		font-weight: bold;
		margin-bottom:5px;
	}
	
	#cnts-area dd .qa{
		text-indent: -1em;
	}
	
	#cnts-area dd .qa a{
		color:#0A4E6B;
		border-bottom:1px solid #0A4E6B;
	}
	
	#cnts-area dd span.qestion{
		font-weight: bold;
		font-size:20px;
		color:#19BDA2;
	}
	
	#cnts-area dd span.answer{
		font-weight: bold;
		font-size:20px;
		color:#D60003;
	}
	
	/****************************
			  #COMMENT
	****************************/
	#comment{
		width:100%;
		padding:50px 0;
	}
	
	#comment::before{
		background-image: url(../img/comment_bg.jpg);
		background-size:cover;
		width: 100%;
		height: 100%;
		position: fixed;
		top:0;
		left:0;
		display: block;
		content: "";
  		z-index: -1;
	}
	
	#comment .tuda{
		width: 90%;
		margin: 0 auto 70px;
	}
	
	#comment .tuda .top{
		display: flex;
		flex-wrap:wrap;
		flex-direction: column;
		margin-bottom: 2px;
	}
	
	#comment .tuda .photo{
		width: 100%;
		height: 0;
		padding-top: 55%;
		background: url(../img/tuda.jpg);
		-webkit-background-size: cover;
		background-size: cover;
	}
	
	#comment .tuda .right{
		width: 100%;
		background: #fff;
		padding: 10px 20px;
		text-align: left;
		font-size:14px;
	}
	
	#comment .name{
		font-size:25px;
		font-weight: bold;
	}
	
	#comment .name span{
		font-size:13px;
	}
	
	#comment .profile{
		font-size:12px;
	}
	
	#comment .profile .works{
		margin-top: 10px;
		border:1px solid #000;
		display: inline-block;
		padding: 0px 10px;
	}
	
	#comment .profile table th{
		width: 65px;
		text-align: left;
	}
	
	#comment .shinsa-ttl{
		font-size:30px;
		font-weight: bold;
		text-indent: 2.5em;
		margin-bottom: 15px;
		color:#000;
		letter-spacing: 2;
	}
	
	#comment .shinsa-ttl span{
		font-size:13px;
		margin-left: 20px;
	}
	
	#comment .space{
		width: 120px;
		height: 5px;
		background: #000;
		margin: 0 auto 30px;
	}
	
	#comment .shinsa{
		width: 90%;
		margin:0 auto 10px;
		background: #fff;
		padding: 10px 20px;
		font-size:14px;
		text-align: center;
	}
	
	#comment .shinsa .name{
		font-size:20px;
	}
	
	#comment .shinsa .profile{
		text-align: left;
		display: inline;
	}
	
	#comment .comment{
		width: 100%;
		padding: 20px;
		text-align: left;
		font-size:14px;
		background: #fff;
	}
	
	#comment .comment .comment-ttl{
		color:#9F7913;
		font-size:16px;
	}
	
	#comment .txt{
		background-color:#fff;
		width:90%;
		margin:40px auto 0;
		text-align: left;
		padding:30px 10px;
		font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	}
	
	#comment .txt span{
		font-size:20px;
		text-align: center;
		display: block;
	}
	
	#comment .txt span.right{
		font-size:14px;
		text-align: right;
		display: block;
	}
	
	#comment a.pdf{
		display: inline-block;
		background: #D60003;
		border:2px solid #FFD54C;
		width: 80%;
		padding: 10px;
		margin-top: 10px;
	}

	/****************************
			  #FOOTER-AREA
	****************************/
	#footer-area{
		width:100%;
		background-color:#0a2e3b;
		padding-bottom:10px;
	}
	
	#footer-area img{
		width:70%;
		margin:80px 15%;
	}
	
	#footer-area a{
		width:200px;
		display: block;
		margin:0 auto 20px;
		font-size:16px;
		font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
		text-decoration: underline;
	}
	
	#footer-area p{
		font-size:12px;
		color:#686868;
		font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	}
	
	.pagetop {
    	display: none;
    	position: fixed;
    	bottom: 0px;
    	right: 0px;
		z-index: 999999;
	}
	
	.pagetop a {
    	display: block;
		filter:alpha(opacity=50);
    	-moz-opacity: 0.5;
    	opacity: 1;
	}
	
	.pagetop a img{
		width:90px;
		height:auto;
	}
	
	.pagetop a:hover {
    	display: block;
    	padding:5px 0px 0;
		filter:alpha(opacity=80);
    	-moz-opacity: 0.8;
    	opacity: 0.8;
	}
	
	/****************************
			  #NEWS-AREA
	****************************/
	
	#news-area .main-area{
		width:90%;
		margin:0 5%;
		height:350px;
		overflow-y:scroll;
		background-color:#fff;
		border-bottom:solid 20px #fff;
		padding:20px 10px; 
	}
	
	#news-area .main-area p{
		font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
		margin-bottom:10px;*zoom:1
	}
	#news-area .main-area p:after{
		content:"";
		display:block;
		clear:both
	}
	#news-area .main-area p span{
		display:block
	}
	#news-area .main-area p .date{
		display: block;
		text-align: left;
	}
	#news-area .main-area p .info{
		display: block;
		text-align: left;
	}
	#news-area .main-area p .info a{
		color:#333;
	}
}
#sp-top-area .top_main_img_logo{
	max-width: 65%;
    padding-top: 3px;
}


/*=============
画面縮小時のメインビジュアルタブレットからスマホの高さ微調整用ここから===============*/

/****************************
タブレット用コード
****************************/

@media screen and (min-width: 668px) and (max-width: 979px)  { 
	#sp-top-area .top_main_img{
		padding-top: 5vh;
	}
	#sp-top-area{
		max-height: 1000px;
	}

}
/****************************
スマホ横用コード
****************************/
@media screen and (min-width: 480px) and (max-width: 667px){ 
	#sp-top-area .top_main_img{
		/* padding-top: 17vh; */
	}
	#sp-top-area{
		max-height: 1000px;
		height: 234vh;
	}

}
/****************************
スマホ用コード
****************************/
@media screen and (max-width:479px) { 
	#sp-top-area .top_main_img{
		padding-top: 3px;
	}
	#sp-top-area{
		max-height: 755px;
    height: 120vh;
	}

}
/*=============
画面縮小時のメインビジュアルタブレットからスマホの高さ微調整用ここまで===============*/