@charset "utf-8";



@media screen and (max-width: 736px) {


	.end .inner{
		background-size:cover;
	}
	.wrap-end{
		margin: 20px auto 40px;
		background-color:#fff;
		padding-bottom:5px;
		    width: 92%;
	}
    .section01 .title {
        padding-bottom: 30px!important;
    }
	#end_area {
		width: 100%;
		height: auto;
		/*background-color: #65aadd;
		margin-bottom: 20px;*/
		padding-bottom: 0px!important;
	}
	#end_text_01 {
		height: auto;
		width: 100%;
		text-align: center;
		margin:0px 0 20px;
		padding:5px 0;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5em;
		color: #FFF;
		background-color: #DA0000;
	}
	.end_text_02 {
		text-align: center;
		font-size: 13px;
		line-height: 1.3em;
		color: #000;
		height: auto;
		width: auto;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 8px;
	}

	#tousen_header{
		background-color:#da0000;
		padding:6px;
		color:#FFF;
		font-size: 26px;
		text-align:center;
		margin:0px 0 10px;
	}

	#tousen_text {
		text-align:center;
		margin:50px 0;
		line-height: 2em;
	}

	#tousen_ex {
		width:90%;
		font-size: 14px;
		margin:5px auto 0px;
	}
	.tousen_name {
		font-size: 26px;
		font-weight: bold;
		line-height:28px;
	}


}

/*  PC向けのスタイル：481px～ */
@media only screen and (min-width: 737px) {
	#body {
        background:url(../../images/bg2.jpg) center bottom no-repeat;
	}
    .section01 {
        height: auto!important;
		margin-bottom:50px;
    }
    .section01 .title__left {
        margin-bottom: 25px;
    }
	
	.section01 .title__main {
        padding: 0px 0 25px;
    }
	.wrap-end{
		box-sizing: border-box;
		width: 950px;
		margin: 0px auto 80px;
		padding: 0px 0px 20px;
		background-color: #FFF;
        clear:both;
	}
	#end_area {
		width: 950px;
		height: auto;
		/*background-color: #65aadd;*/
		margin: 20px auto 0px;
		text-align: center;
	}
	#end_text_01 {
		height: auto;
		width: 950px;
		text-align: center;
		padding: 10px 0;
		margin:30px 0;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.5em;
		color: #FFF;
		background-color: #DA0000;
	}
	.end_text_02 {
		text-align: center;
		font-size: 15px;
		line-height: 1.3em;
		color: #000;
		height: auto;
		width: auto;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 8px;
	}
    #tousen_title {
		background-color: #fff100;
    }
	#tousen_text {
		text-align:center;
		margin:50px 0;
	}

	.tousen_name {
		font-size: 35px;
		font-weight: bold;
		line-height:50px;
	}

	#tousen_ex {
		font-size: 14px;
		margin-top:10px;
	}

	#tousen_header{
		background-color:#da0000;
		padding:6px;
		color:#FFF;
		font-size: 34px;
		text-align:center;
		margin:10px 0;
		width:99%;
	}
    .section01 {
        height: 950px;
    }

}

