*{
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
	font-size: 14px;
}
a:hover,button:hover{
	opacity: 0.8;
	cursor: pointer;
}

@media screen and (max-width:1150px){
	.main-header .sns_h{
		display: block;
	}
}
@media screen and (min-width:980px){
	.sp-view{
		display: none !important;
	}
	.mgb20{
		margin-bottom: 40px !important;
	}
	.main-header{
		position: fixed;
		z-index: 9;
		top: 0;
		width: 100%;
		height: 65px;
		background-color:rgba(255,255,255,1.00);
		color: #000;
		box-shadow:0 0 4px rgba(0, 0, 0,0.2);
	}
	.main-header:before{
		content:"";
		display:block;
		height:4px;
		background: #ff0000;
        background: -moz-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -webkit-linear-gradient(left, #ff0000 0%,#ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%,#ff7e00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	.main-header h1{
		position: relative;
	}
	.main-header>h1>a{
		z-index: 9;
		display: flex;
		align-items: center;
		color: #000;
		font-size: 18px;
		font-weight: bold;
	}
	.main-header h1 img:first-child{
		height: 21px;
		margin-right: 10px;
	}
	.main-header h1 img:last-child{
		height: 17px;
	}
	.main-header a{
		cursor: pointer;
	}
	.main-header h1{
		position: absolute;
		top: 33%;
		left: 28px;
		font-size: 16px;
		display: inline-block;
	}
	.main-header nav{
		position: relative;
		width: 526px;
		margin: 0 auto;
		text-align: center;
	}
	.main-header li{
		display: inline-block;
	}
	.main-header nav>ul>li:nth-child(1),.main-header nav>ul>li:nth-child(2),.main-header nav>ul>li:nth-child(4){
		width: 120px;
	}
	.main-header nav>ul>li:nth-child(3){
		width:120px;
	}
	.main-header ul li>button,.main-header ul li>a{
		color: #000;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.75;
	}
	.main-header ul li>button{
		border: none;
		background-color: #fff;
	}
	.main-header>nav>ul>li>a,.main-header>nav>ul>li>button{
		display: inline-block;
		width: 100%;
		padding: 15px 0;
	}
	.main-header .messages:hover>button,.company:hover>button,.recruit:hover>button{
		background-color: #000;
		color: #fff;
	}
	.main-header .entry{
		position: absolute;
		top: 15px;
		right: 10px;
		text-align: center;
		width: 200px;
		height: 46px;
	}
	.main-header .entry>a{
		padding: 10px 15px;
		display: block;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		text-align: left;
	}
	.main-header .entry span{
		position: absolute;
		top:12px;
		left:50px;
		letter-spacing: -0.1em;
		font-size: 15px;
		font-weight: bold;
	}
	.main-header .entry a:hover{
		opacity: 0.8;
	}
	.e-icon01{
		height: 30px;
	}
	.e-icon02{
		height: 25px;
	}
	.entry ul{
		display: inline-block;
	}
	.main-header .entry li:first-child{
		margin-right: 20px;
	}
	.entry p{
		position: relative;
		font-size: 8px;
		display: inline-block;
		line-height: 1;
		margin-right: 20px;
	}
	.entry:before{
		content: "";
		display: inline-block;
		position: absolute;
		left: -5px;
		top: -11px;
		width: 2px;
		height: 60px;
		background-color: #ddd;
	}
	.main-header .menu-talk{
		border-radius: 15px;
		padding: 0;
		margin: 0 25px;
		width: 92px !important;
		background: #ff0000;
        background: -moz-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -webkit-linear-gradient(left, #ff0000 0%,#ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%,#ff7e00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	.menu-talk:after{
		content: "";
		position: absolute;
		top: 100%;
		height: 0;
		width: 0;
		border: 4px solid transparent;
		border-top: 4px solid #ff5200;
		left: 44%;
		border-left: 3px solid #ff5300;
	}
	.main-header .menu-talk a{
		padding:2px 0;
		color: #fff;
	}
	.main-header .menu-talk li a:hover{
		opacity: 0.8;
	}
	.main-header ul li{
		position: relative;
	}
	.main-header>nav>ul>li:last-child:hover a{
		opacity: 0.8;
	} 
	.main-header ul li ul{
		position: absolute;
		top: 61px;
		left: 0px;
		right: 0;
		width:120px;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
		height: 0;
		-webkit-transition: all 0.3s ease-in-out;
    	-moz-transition: all 0.3s ease-in-out;
    	-o-transition: all 0.3s ease-in-out;
    	transition: all  0.3s ease-in-out;
	}
	.main-header ul li:hover ul{
		overflow: visible;
		height: 120px;
	}
	.main-header ul li ul li{
		display:inline-block;
		background-color:#000;
		width:120px;
	}
	.main-header ul li ul li a{
		background-color:#000;
		width:113px;
		padding: 10px 0;
		border-bottom: 1px dotted #fff;
		display:inline-block;
		color: #fff;
		font-size: 14px;
	}
	.main-header ul li ul li:first-child a{
		border-top:1px solid #fff;
	}
	.main-header ul li ul li:last-child a{
		border: none;
	}
	.main-header ul li ul li:hover{
		opacity: 0.8;
	}
	.main-header ul li ul li a:active{
		color: #c7000a;
	}
	.main-header .sns_h{
		position: absolute;
		top: 33%;
		right: 30px;
	}
	.main-header .sns_h li{
		margin-right: 14px;
		overflow: auto;
	}
	/*main visual*/
	#contents01{
		margin-top: 63px;
		position: relative;
		background-image: url(../images/main.png);
		background-size: cover;
		background-repeat: no-repeat;
		padding-top: 38.4%;
	}
	#contents01 .main-txt{
		position: absolute;
		top: 38%;
		left: 0;
		right: 0;
		color: #fff;
		text-align: center;
		line-height: 1;
	}
	.main-txt{
		position: relative;
	}
	.main-txt h2{
		font-size: 5vw;
		font-family: "メイリオ",'游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-weight: normal;
		text-shadow: 1px 0 2px rgba(0,0,0,0.5);
	}
	.main-txt strong{
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-size: 7.5vw;
		text-shadow: 1px 0 2px rgba(0,0,0,0.5);
		font-weight: normal;
		font-weight: bold;
	}
	.main-txt strong:before{
		content: "「";
		font-size:7.5vw;
	}
	.main-txt strong:after{
		content:"」";
		font-size: 7.5vw;
		letter-spacing: -50px;
	}
	.main-txt img{
		width: 45%;
	}
	.main-button{
		max-width: 270px;
		width: 18%;
		box-sizing: border-box;
		display: inline-block;
		border: none;
		background-color: #fff;
	}
	.button-pad01{
		padding: 15px 10px;
	}
	.button-pad02{
		padding: 18.5px 10px 15px;
	}
	.button-with01{
		width: 70%;
	}
	.button-with02{
		width: 70%;
	}
	.button-posi{
		position: absolute;
		bottom: 16%;
		left: 0;
		right: 0;
		text-align: center;
	}
	#contents01 p{
		position: absolute;
		top: 58%;
		left: 0;
		right: 0;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		text-align: center;
	}
	#info{
		margin-top: -2px;
		height: 50px;
		background: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -o-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%, #ff7e00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
		color:#fff;
	}
	.news-box-list{
		position: relative;
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
	}
	#info dl{
		
	}
	#info dt, #info dd{
		display: inline-block;
	}
	#info dt{
		width: 100px;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		vertical-align: top;
	}
	#info dd{
		width: 780px;
		text-align: center;
		font-size: 12px;
		vertical-align: sub;
	}
	#info dd p{
		text-align: left;
		font-weight: normal;
	}
	#news{
		display: none;
	}
	#info a{
		position: absolute;
		right: 0%;
		bottom: 5px;
		color: #fff;
		font-size: 12px;
		margin-top: 7px;
	}
	#info a span{
		font-size: 12px;
		color: #fff;
	}
	#more{
		transform: rotateX( 180deg );
		position: absolute;
		top: 5px;
		right: -15px;
	}
	/*message*/
	#contents02{
		clear: both;
		background-size: cover;
		overflow: auto;
		max-width: 1080px;
		width: 90%;
		margin: 60px auto 80px;
		text-align: center;
	}
	#contents02 h2{
		color: #3e3939;
		text-align: center;
		margin: 60px 0 10px;
	}
	#contents02 p{
		margin-bottom: 40px;
		line-height: 2;
	}
	#contents02 .yu-24{
		font-size: 24px;
	}
	.detail-button,.talk-list-button{
		width: 150px;
		height: 40px;
		margin-bottom: 2px;
		background: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -o-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%, #ff7e00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
		border: none;
		color: #fff;
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-size: 18px;
		font-weight: bold;
		border-radius: 12px;
		box-shadow:0 1.5px 0 0 rgba(0, 0, 0,0.5);
	}
	#contents02 .message-box01{
		margin-bottom: 80px;
	}
	.contents-left{
		display: inline-block;
		max-width: 500px;
		width: 49%;
		font-size: 14px;
	}
	.contents-right{
		display: inline-block;
		max-width: 500px;
		width: 49%;
		font-size: 14px;
		vertical-align: top;
	}
	.contents-right p:nth-child(2){
		margin-bottom: 80px;
	}
	/*Company*/
	#contents03{
		padding-top: 5px;
		clear: both;
		padding-bottom: 80px;
		background: #ff0000;
        background: -moz-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -webkit-linear-gradient(left, #ff0000 0%,#ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%,#ff7e00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	#contents03 div{
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
	}
	#contents03 h2{
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		font-size: 30px;
		padding: 80px 0 40px;
		color: #fff;
		letter-spacing: 0.1em;
		font-family: "A-OTF 見出ゴMB31 Pr6N",'游ゴシック体','Yu Gothic',YuGothic,sans-serif;
	}
	#contents03 span{
		width: 100px;
		display: block;
		margin: 0 auto;
		border-bottom: 5px solid #fff;
	}
	#contents03 p{
		margin-top: 20px;
		margin-bottom: 40px;
		text-align: center;
		font-size: 24px;
		color: #fff;
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		line-height: 1.75;
	}
	#contents03 button{
		margin: 0 auto;
		display: block;
		width: 150px;
		height: 40px;
		border:none;
		background-color: #fff;
		border-radius: 12px;
		box-shadow:0 1px 0 0 rgba(0, 0, 0,0.5);
	}
	#contents03 button img{
		margin-top: 5px;
	}
	#contents03 ul{
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	#contents03 ul li{
		display: inline-block;
		width: 450px;
		box-sizing: content-box;
		border: 1px solid #3e3939;
		height: 150px;
		margin-bottom: 5px;
	}
	#contents03 ul li>a{
		display: inline-block;
		width: 100%;
		height: 150px;
	}
	#contents03_s{
		margin: 80px 0 100px;
	}
	#contents03_s:after{
		content:"";
		display:block;
		margin-top: 80px;
		height:3px;
		background: #ff0000;
        background: -moz-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -webkit-linear-gradient(left, #ff0000 0%,#ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%,#ff7e00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	#contents03_s ul{
		max-width: 1094px;
		width: 100%;
		margin: 0 auto;
	}
	.depart-box{
		max-width: 240px;
		width: 22%;
		display: inline-block;
		box-sizing: border-box;
		transition: all 0.1s;
	}
	.mgr55{
		margin-right: 55px;
	}
	.mgr3{
		margin-right: 2.7%;
	}
	.d-title{
		text-align: center;
		color: #000;
		font-size: 18px;
		font-family: "A-OTF 見出ゴMB31 Pr6N",'游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-weight: bold;
	}
	.d-title:after{
		content: "";
		display: block;
		height: 4px;
		width: 120px;
		margin: 10px auto 10px;
		background-color: #000;
	}
	.d-image{
		text-align: center;
		margin: 0 auto 10px;
	}
	.d-text{
		width: 200px;
		margin: 0 auto;
		font-size: 14px;
		color: #000;
		line-height: 2;
		margin-bottom: 20px;
		text-align: center;
	}
	.d-text02 h3{
		font-size: 14px;
		margin-bottom: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.d-text02 p{
		font-size: 12px;
		word-wrap: break-word;
		text-overflow: ellipsis;
		height: 38px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-bottom: 14px;
	}
	.depart-box button{
		display: block;
		margin: 0 auto;
	}
	.depart-box button:hover{
		opacity: 0.8;
	}
	/**/
	#contents04{
		margin: 60px 0 80px;
		text-align: center;
	}
	#contents04 h2{
		text-align: center;
		margin: 60px 0 40px;
	}
	#contents04 span{
		
	}
	.talk_box{
		max-width:1080px;
		width: 100%;
	}
	.talk-box-mg01{
		margin: 80px auto 40px;
	}
	.talk-box-mg02{
		margin: 0 auto 40px;
	}
	.talk_box:after,.talk_box:before{
		content:"";
		display:block;
		height:4px;
		background: #ff0000;
        background: -moz-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -webkit-linear-gradient(left, #ff0000 0%,#ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%,#ff7e00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	.talk_box:after{
		margin-top: -6px;
	}
	.talk-bg01{
		height:200px;
		background-image: url(../images/Vol_02_list.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.talk-bg02{
		height:180px;
		background-image: url(../images/Vol_01_list.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.talk-bg03{
		height:180px;
		background-image: url(../images/Vol_03_list.jpg);
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
	}
	.talk-bg04{
		height:180px;
		background-image: url(../images/Vol_04_list.jpg);
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
	}
	.t-title{
		margin: 40px 2.5% 0 3%;
		text-align: left;
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		line-height: 2;
		font-weight: bold;
		width: 41%;
	}
	.t-title h3{
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-size: 24px;
	}
	.t-title p{
		font-size: 12px;
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-weight: bold;
		margin-bottom: 70px
	}
	.t-title em{
		font-style: normal;
	}
	.t-title time{
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-size: 14px;
		font-weight: normal;
	}
	.t-title-button{
		float: right;
		width: 100px;
		height: 30px;
		border: none;
		border-radius: 8px;
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-weight: bold;
		color: #fff;
		background: #ff0000;
        background: -moz-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -webkit-linear-gradient(left, #ff0000 0%,#ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%,#ff7e00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
		box-shadow:0 1.5px 0 0 rgba(0, 0, 0,0.5);
	}
	#contents04 .talk_box02{
		max-width: 1094px;
		width: 100%;
		margin: 0 auto;
	}
	.talk_box02 article{
		width: 245px;
		display: inline-block;
		height: 402px;
		box-sizing: content-box;
	}
	.talk_box02 article img{
		max-width:100%;
		max-height:180px;
		vertical-align: middle;
	}
	.mgr40{
		margin-right: 40px;
	}
	.talk_box02 article:after{
		content: "";
		display: block;
		margin-top: 15px;
		z-index: 2;
		height:3px;
		background: #ff0000;
        background: -moz-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -webkit-linear-gradient(left, #ff0000 0%,#ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%,#ff7e00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}

	
	.t-image-sp{
		width: 100%;
		height: 180px;
		overflow: hidden;
		text-align: center;
		vertical-align: middle;
	}
	.main-image{
		width: 49%;
		height: 340px;
		background-image: url(../images/Vol_05_list.jpg);
		background-size: cover;
		background-position: center;
	}
	.main-box-left{
		display: inline-block;
		max-width: 540px;
		width: 50%;
		font-size: 14px;
	}
	.main-box-right{
		display: inline-block;
		max-width: 480px;
		width: 44%;
		font-size: 14px;
		vertical-align: top;
	}
	.main-box-right p{
		line-height: 2;
	}
	.d-text02{
		color:#000;
		text-overflow: ellipsis;
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-weight:bold;
		font-size: 14px;
		line-height: 1.5;
		text-align: left;
		padding: 0 20px;
		height: 80px;
		margin: 10px auto 0;
	}
	.t-footer{
		text-align: left;
		padding:0 20px 10px;
	}
	#contents04 .t-image img{
		width: 100%;
	}
	.d-title{
		
	}
	.d-name{
		display: block;
		width: 180px;
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #000;
		text-align: left;
	}
	.t-time{
		width: 180px;
		margin: 0 auto;
		padding-bottom: 10px;
		text-align: left;
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-size: 14px;
		color: #000;
	}
	/**/
	#contents05{
		padding: 40px 0;
		background-color: #efefef;
	}
	#contents05 ul{
		width: 530px;
		margin: 0 auto;
		text-align: center;
	}
	.a-link01 button, .a-link01{
		position: relative;
		cursor: pointer;
		display:block;
		text-align: center;
		width: 520px;
		margin: 0 auto 0px;
		height: 80px;
		color: #fff;
		font-family:'游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-size: 24px;
		font-weight: bold;
		border: none;
		background: rgb(255,0,0);
        background: -moz-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 38%, rgba(255,126,0,1) 58%, rgba(255,126,0,1) 98%);
        background: -webkit-linear-gradient(45deg, rgba(255,0,0,1) 0%,rgba(255,0,0,1) 38%,rgba(255,126,0,1) 58%,rgba(255,126,0,1) 98%);
        background: linear-gradient(45deg, rgba(255,0,0,1) 0%,rgba(255,0,0,1) 38%,rgba(255,126,0,1) 58%,rgba(255,126,0,1) 98%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	.a-link01 button{
		box-shadow:0 1.5px 0 0 rgba(0, 0, 0,0.5);
	}
	.a-link01 button img{
		position: absolute;
		top: 28px;
		right: 28px;
	}
	.a-link01 button:hover{
		opacity: 0.8;
	}
	.a-link02,.a-link02 a{
		position: relative;
		display: inline-block;
		color: #000;
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.a-link02 a:hover{
		opacity: 0.8;
		cursor: pointer;
	}
	.a-link02 a img{
		position: absolute;
		top: 5px;
		right: -30px;
	}
	.mgl10{
		margin-left: 10px;
	}
	.mgr100{
		margin-right: 100px;
	}
	.mgr200{
		margin-right: 110px;
	}
	.mgt20{
		margin-top: 20px !important;
	}
	.mgt45{
		margin-top: 45px !important;
	}
	.mgt40{
		margin-top: 40px !important;
	}
	.mgt80{
		margin-top: 80px !important;
	}
	.fs01{
		font-size: 14px;
	}
	.title-rain{
		padding: 0px 0 5px;
		font-weight: 900;
		font-size: 24px;
		display: inline-block;
		width: 220px;
		margin: 0 auto;
		text-align: center;
		color: #000;
	}
	.title-rain:after{
		content:"";
		display:block;
		margin-top: 10px;
		height:3px;
		background: #ff0000;
        background: -moz-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -webkit-linear-gradient(left, #ff0000 0%,#ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%,#ff7e00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	#form_front{
		margin-top: 50px;
		width: 980px;
		margin: 0 auto;
	}
	#form_front h2{
		text-align: center;
		padding: 80px 0 0;
	}
	#form_front form{
		width: 640px;
		margin: 40px auto;
	}
	#form_front dl{
		padding: 10px 0;
	}
	#form_front dt{
		display: inline-block;
		vertical-align: top;
	}
	#form_front dd{
		display: inline-block;
	}
	.main-foot{
		width: 100%;
		background-color: #000;
		color: #fff;
	}
	.main-foot .foot_link01{
		width: 71px;
		margin: 0 auto;
		text-align: center;
		padding-top: 40px;
		cursor: pointer;
	}
	.main-foot span{
		font-weight: bold;
		font-size: 18px;
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		line-height: 1;
	}
	.main-foot span:after{
		content: "";
		display: block;
		height: 2px;
		background-color: #fff;
		width: 100px;
	}
	.main-foot .foot_box{
		width: 770px;
		margin: 40px auto 40px;
		padding-bottom: 40px;
	}
	.main-foot .foot_link02{
		text-align: left;
		display: inline-block;
		vertical-align: top;
		line-height: 2;
	}
	.foot_link02 li{
		margin-bottom: 5px;
	}
	.foot_link02 li:first-child{
		margin-bottom: 15px;
	}
	.foot_link02 li:nth-child(n+2):before{
		content: url(../images/key-red.png);
		width: 7px;
		height: 13px;
		margin-right: 3px;
		vertical-align: sub;
	}
	.main-foot .foot_link02 a{
		text-align: left;
		color: #fff;
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-size: 12px;
		border-bottom: 1px solid #fff;
	}
	.main-foot .foot_link02 a small{
		font-size:12px;
	}
	.main-foot .foot_logo{
		text-align: center;
		padding: 20px 0;
	}
	.main-foot .foot_logo a{
		color: #fff;
		font-size: 24px;
	}
}
@media screen and (max-width:979px){
	.pc-view{
		display: none;
	}
	.sp-rain{
		font-weight: 900;
		font-size: 24px;
		width: 220px;
		margin: 0 auto;
		text-align: center;
		color: #000;
	}
	.sp-rain:after{
		content:"";
		display:block;
		margin-top: 10px;
		height:4px;
		background: #ff0000;
        background: -moz-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -webkit-linear-gradient(left, #ff0000 0%,#ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%,#ff7e00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	.main-header{
		position: fixed;
		z-index: 99;
		top: 0;
		width: 100%;
		height: 44px;
		background-color:rgba(255,255,255,1.00);
		box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
		color: #3e3939;
	}
	.main-header:before{
		z-index: 99;
		content:"";
		display:block;
		height:4px;
		background: #ff0000;
        background: -moz-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -webkit-linear-gradient(left, #ff0000 0%,#ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%,#ff7e00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	.main-header .sns_h{
		position: fixed;
		top: 13px;
		right: 2%;
	}
	.main-header .sns_h ul{
		display: flex;
	}
	.main-header .sns_h li:first-child{
		margin-right: 12px;
	}
	.main-header a{
		cursor: pointer;
		color: #000;
		font-size: 18px;
	}
	.main-header h1{
		position: absolute;
		top: 13px;
		left: 10px;
		font-size: 16px;
		display: inline-block;
		
	}
	.main-header h1 img:first-child{
		height: 21px;
		margin-right: 10px;
	}
	.main-header h1 img:last-child{
		height: 17px;
	}
	.c-hamburger {
	  display: block;
	  position: absolute;
	  top: 4px;
	  right: 0px;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
	  width: 40px;
	  height: 40px;
	  font-size: 0;
	  text-indent: -9999px;
	  appearance: none;
	  box-shadow: none;
	  border-radius: none;
	  border: none;
	  background: #ff0000;
      background: -moz-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
      background: -webkit-linear-gradient(left, #ff0000 0%,#ff7e00 100%);
      background: linear-gradient(to right, #ff0000 0%,#ff7e00 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	  cursor: pointer;
	  transition: background 0.3s;
	}
	.main-header h1 a{
		display: flex;
		align-items: center;
	}
	.c-hamburger:focus {
	  outline: none;
	}
	.c-hamburger span {
		display: block;
		position: absolute;
		width: 15px;
		top: 18px;
		left: 20px;
		right: 8px;
		height: 4px;
		background:#fff;
	}

	.c-hamburger span::before,
	.c-hamburger span::after {
	  position: absolute;
	  display: block;
	  height: 4px;
	  background-color:#fff;
	  content: "";
	}

	.c-hamburger span::before {
	  top: -10px;
	  right: 0;
	  width: 25px;
	}

	.c-hamburger span::after {
	  bottom:-10px;
	  right: 0;
	  width: 50%;
	}
	.c-hamburger--htx {
	}

	.c-hamburger--htx span {
	  transition: background 0s 0.3s;
	}

	.c-hamburger--htx span::before,
	.c-hamburger--htx span::after {
	  transition-duration: 0.3s, 0.3s;
	  transition-delay: 0.3s, 0s;
	}

	.c-hamburger--htx span::before {
	  transition-property: top, transform;
	}

	.c-hamburger--htx span::after {
	  transition-property: bottom, transform;
	}

	/* active state, i.e. menu open */
	.c-hamburger--htx.is-active {
	  background-color: #fff;
	}

	.c-hamburger--htx.is-active span {
	  background: none;
	}

	.c-hamburger--htx.is-active span::before {
	  top: 0px;
	  left: -12px;
	  width: 25px;
	  transform: rotate(45deg);
	}

	.c-hamburger--htx.is-active span::after {
	  top: 0px;
	  left:-12px;
	  width: 25px;
	  transform: rotate(-45deg);
	}

	.c-hamburger--htx.is-active span::before,
	.c-hamburger--htx.is-active span::after {
	  transition-delay: 0s, 0.3s;
	}
	.nav{
		position: absolute;
		top:44px;
		width: 100%;
		overflow-y: scroll;
		height: 500px;
	}
	.nav li{
		float: none;
		width: auto;
		display: block;
		margin: 0;
		border-bottom: 1px solid #fff;
		text-align: center;
	}
	.nav>ul>li{
		background: #ff0000;
        background: -moz-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -webkit-linear-gradient(left, #ff0000 0%,#ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%,#ff7e00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	.nav-content>a{
		color: #fff;
	}
	.nav-content a{
		padding: 15px 0;
		display: inline-block;
		width: 100%;
		font-weight: bold;
	}
	.nav ul:nth-child(4){
		position: relative;
	}
	.nav ul:nth-child(4) li:after{
		content: url(../images/key-white.png);
		position: absolute;
		right: 10.5%;
		top:10px;
	}
	.nav-list li{
		background-color:#fff;
	}
	.nav-list>li>a{
		color: #000;
		font-weight: normal;
		width: 90%;
		border-bottom: 1px solid #000;
	}
	.nav-list>li>a:after{
		position: absolute;
		right: 10%;
		content: url(../images/key-black.png);
	}
	.nav-list>li:last-child>a{
		border: none;
	}
	.entry{
		background-color:rgba(255,172,108,1.00) !important;
		padding: 5px 0 !important;
	}
	.mynavi-sp,.recnavi-sp{
		position: relative;
		display: block;
		margin: 20px auto;
		width: 90%;
		padding: 15px 0;
		color: #000;
		border-radius: 5px;
		border: none;
		background-color: #fff;
	}
	.mynavi-sp:after, .recnavi-sp:after{
		position: absolute;
		right: 5%;
		top:13px;
		content: url(../images/key-black.png);
	}
	.mynavi-sp img{
		position: absolute;
		left: 20px;
		top: 6px;
		width: 38.5px;
	}
	.recnavi-sp img{
		position: absolute;
		left: 20px;
		top: 12px;
		width: 43px;
	}
	.sns-sp{
		display: inline-block;
		width: 28px !important;
	}
	.sns-sp img{
		width: 28px;
	}
	.top-box{
		position: relative;
	}
	.mgr40-sp{
		margin-right: 40px;
	}
	/*contents01*/
	#contents01{
		position: relative;
		margin-top: 44px;
		background-image: url(./../images/top-mainSP.jpg);
		background-size: contain;
		padding-top: 119.03%;
		background-repeat: no-repeat;
		text-align: center;
		color: #000;
	}
	#contents01 h2{
		position: absolute;
		line-height: 1.5;
		top: 32%;
		left: 0;
		right: 0;
		font-family: "メイリオ",'游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-size: 36px;
		color: #fff;
		font-weight: normal;
	}
	#contents01 p{
		position: absolute;
		bottom: 25%;
		left: 0;
		right: 0;
		color: #fff;
		font-size: 5vw;
	}
	.main-txt h2 strong{
		font-size:48px;
		font-family: "小塚明朝 Pr6N",'游ゴシック体','Yu Gothic',YuGothic,sans-serif;
	}
	.main-txt h2  strong:before{
		content: "「";
		font-size: 48px;
	}
	.main-txt h2  strong:after{
		content: "」";
		font-size: 48px;
		letter-spacing: -18px;
	}
	.main-txt h2 img{
		width: 80%;
	}
	.button-posi{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 8%;
	}
	.main-button{
		border: none;
		background-color: #fff;
		width: 40%;
		padding: 15px 0;
		display: inline-block;
	}
	.main-button:first-child{
		margin-right: 5px;
	}
	.button-with01{
		width: 70%;
	}
	.button-with02{
		width: 78%;
	}
	#info{
		height: 50px;
		background: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -o-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%, #ff7e00 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	.news-box-list{
		position: relative;
		width: 90%;
		margin: -1px auto 0;
		padding: 10px;
	}
	#info dt,#info dd{
		display: inline-block;
		color: #fff;
	}
	#info dt{
		margin-right: 7%;
		font-size: 18px;
		vertical-align: top;
	}
	#info dd{
		width: 73%;
		font-size: 12px;
	}
	#info h3{
		margin-bottom: 5px;
		font-weight: normal;
		line-height: 1.2;
	}
	#news{
		display: none;
	}
	#info a{
		position: absolute;
		width:90px;
		right: 0;
		bottom: -12px;
		background-color:#fff;
		color: #ff7e00;
		text-align: center;
		padding: 8px 0;
		border-radius: 10px;
		font-size: 12px;
		box-shadow: 0 2px 4px 0px rgba(0,0,0,0.5);
	}
	#info a img{
		transform: rotateX( 180deg );
	}
	.message-box01 h2{
		text-align: center;
		margin:120px 0 10px;
	}
	.contents-left,.contents-right{
		text-align: center;
		
	}
	.contents-left p,.contents-right p{
		margin: 0px auto 20px;
		width: 90%;
		line-height: 2;
	}
	.message-box01 p{
		width: 90%;
		margin: 0 auto 20px;
		font-size: 14px;
		text-align: center;
		line-height: 2;
	}
	.message-box01 h2 img{
		max-width: 250px;
		width: 70%;
	}
	.sp-button{
		display: block;
		border: none;
		border-radius: 5px;
		background-color: #ff5000;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		height: 40px;
		width: 45%;
		margin: 0 auto 120px;
		box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.5);
	}
	#contents03{
		padding: 60px 0;
		background: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -o-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%, #ff7e00 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
		color: #fff;
	}
	#contents03 h2{
		font-size: 36px;
		text-align: center;
		line-height: 1.3;
		font-family: "A-OTF 見出ゴMB31 Pr6N",'游ゴシック体','Yu Gothic',YuGothic,sans-serif;
	}
	#contents03 h2:after{
		content:"";
		display: block;
		width: 100px;
		margin: 40px auto;
		height: 2px;
		background-color: #fff;
	}
	#contents03 p{
		width: 90%;
		margin: 0 auto 40px;
		text-align: center;
		font-size: 18px;
		line-height: 2;
	}
	#contents03 button{
		display: block;
		width: 45%;
		margin:  0 auto;
		height: 40px;
		border: none;
		background-color: #fff;
		border-radius: 5px;
	}
	#contents03 button img{
		margin-top: 5px;
	}
	#contents03_s{
		padding: 20px 0;

	}
	.depart-box{
		width: 90%;
		margin: 0 auto 20px;
	}
	.d-title{
		text-align: center;
		color: #000;
		margin: 10px 0 5px;
		font-size: 18px;
		font-family: "A-OTF 見出ゴMB31 Pr6N",'游ゴシック体','Yu Gothic',YuGothic,sans-serif;
	}
	.d-title:after{
		content: "";
		display: block;
		height: 4px;
		background-color: #000;
		width:120px;
		margin: 5px auto 0;
	}
	.d-image{
		margin-top: 80px;
		display: block;
		text-align: center;
	}
	.d-image img{
	}
	.d-text{
		margin: 10px 0 20px;
		font-size: 14px;
		text-align: center;
		color: #000;
		vertical-align: top;
		line-height: 2;
	}
	.detail-button{
		display: block;
		margin: 0 auto 40px;
		width: 150px;
		height: 40px;
		background: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -o-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%, #ff7e00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
		border: none;
		color: #fff;
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-size: 18px;
		font-weight: bold;
		border-radius: 5px;
		box-shadow:0 1px 0 0 rgba(0, 0, 0,0.2);
	}
	.talk-list-button{
		float: right;
		width: 100px;
		height: 40px;
		background: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -o-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%, #ff7e00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
		border: none;
		color: #fff;
		font-family: '游ゴシック体','Yu Gothic',YuGothic,sans-serif;
		font-size: 14px;
		font-weight: bold;
		border-radius: 10px;
		box-shadow:0 2px 2px rgba(0, 0, 0,0.5);
	}
	#contents04 h2{
		text-align: center;
		margin-bottom: 40px;
	}
	#contents04 h2:after{
		content: "";
		display: block;
		width: 80px;
		margin: 10px auto;
		height: 2px;
		background: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -o-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%, #ff7e00 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	#contents04 h2 img{
		width: 40%;
	}
	.talk_box:before{
		content: "";
		display: block;
		height: 2px;
		background: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -o-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%, #ff7e00 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	.talk_box:after{
		content: "";
		display: block;
		height: 2px;
		background: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -o-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%, #ff7e00 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	.t-image-sp{
		height: 120px;
		text-align: center;
	}
	.talk_box .t-image img{
		width: 100%;
	}
	
	.main-image{
		background-image: url(../images/Vol_05_list.jpg);
		height: 60vw;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.talk_box{
		position: relative;
	}
	.talk_box h3{
		text-align: left;
		width: 90%;
		margin: 20px auto 0;
		font-size: 18px;
	}
	.talk_box p{
		width: 90%;
		margin: 10px auto!important;
		text-align: left;
		font-weight: bold;
		font-size: 12px;
		line-height: 2;
	}
	.talk_box em{
		display: block;
		width: 90%;
		margin: 10px auto;
		text-align: left;
		font-weight: bold;
		font-size: 12px;
		font-style: normal;
	}
	.talk_box time{
		width: 90%;
		margin: 0 auto 40px;
		font-size: 14px;
		display: block;
		text-align: left;
	}
	.talk_box button{
		position: absolute;
		bottom: 10%;
		right: 5%;
		border: none;
		background: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -o-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%, #ff7e00 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		border-radius: 5px;
		width: 30%;
		height: 30px;
		padding: 5px 0;
		box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.3);
	}
	.talk_box02 article:after{
		content: "";
		display: block;
		height: 2px;
		background: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -o-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%, #ff7e00 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	.talk_box02 article:hover{
		background: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -o-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%, #ff7e00 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
	}
	.talk_box02 article:hover h3,.talk_box02 article:hover time,.talk_box02 article:hover p,article:hover span{
		color: #fff;
	}
	.talk_box02 article{
		width: 50%;
		float: left;
		margin: 0 !important;
	}
	.talk_box02 article img{
		width: auto;
    	min-height: 0;
    	max-height: 100%;
	}
	.d-text02{
		font-size: 12px;
		color: #000;
		font-weight: bold;
		width: 90%;
		height: 65px;
		margin: 10px auto 20px;
	}
	.d-text02 h3{
		margin-bottom: 5px;
	}
	.d-text02 p{
		font-size: 12px;
		word-wrap: break-word;
		text-overflow: ellipsis;
		height: 36px;
		line-height: 1.5;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-bottom: 14px;
	}
	.d-name{
		font-size: 11px;
		font-weight: bold;
		color: #000;
		width: 90%;
		padding-left: 5%;
		margin: 0 auto;
		white-space: nowrap;
	}
	.t-time{
		font-size: 14px;
		color: #000;
		width: 90%;
		margin: 0 auto 10px;
		display: block;
	}
	.t-footer{
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.talk-bg01{
		height:35vw;
		background-image: url(../images/Vol_02_list.jpg);
		background-size: cover;
		background-position:center;
		background-repeat: no-repeat;
	}
	.talk-bg02{
		height:35vw;
		background-image: url(../images/Vol_01_list.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.talk-bg03{
		height:35vw;
		background-image: url(../images/Vol_03_list.jpg);
		background-size: 120%;
		background-position: top;
		background-repeat: no-repeat;
	}
	.talk-bg04{
		height:35vw;
		background-image: url(../images/Vol_04_list.jpg);
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
	}
	#contents05{
		padding: 20px 0;
		clear: both;
		background-color: #efefef;
	}
	#contents05 button{
		position: relative;
		width: 90%;
		border: none;
		margin: 0px auto;
		display: block;
		padding: 10px 0;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		background: #ff0000;
        background: -webkit-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: -o-linear-gradient(left, #ff0000 0%, #ff7e00 100%);
        background: linear-gradient(to right, #ff0000 0%, #ff7e00 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff7e00',GradientType=1 );
		box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.4);
	}
	#contents05 button img{
		position: absolute;
		top: 0;
		bottom:0;
		margin:auto;
		right: 4%;
	}
	.main-foot{
		clear: both;
		width: 100%;
		text-align: center;
		background-color: #000;
		padding: 20px 0;
	}
	.sp-link{
		width: 100%;
	}
	.sp-link a{
		display: inline-block;
		width: 90%;
		padding: 20px 0;
		color: #fff;
		font-size: 18px;
		border-bottom: 1px solid #fff;
	}
	.sp-link{
		margin-bottom: 20px;
	}
	.sp-link strong{
		font-size: 18px;
	}
	.sp-entry{
		display: inline-block;
		width: 43%;
	}
	.sp-entry a{
		width: 100%;
	}
	.e-text{
		margin-bottom: 10px;
		color: #fff;
		font-size: 18px;
	}
	.mgr5{
		margin-right: 5px;
	}
	.sp-foot{
		margin-bottom: 60px;
	}
	.main-foot .sp-home span{
		display: block;
		font-size:12px;
		color:#fff;
		margin: 20px 0 20px;
	}
}
