@charset "UTF-8";
/* CSS Document */


/* 英字書体 WEBフォント */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */



/* header */


.flash_wrap {
	width:100%;
	background-image:url(../img/background_dotted.png);
	background-repeat:repeat;
}


.flashspace {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}




/* ヘッダーボタン */

.main_btn {
	width:212px;
	float:left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
	letter-spacing:0.1em;
	text-align:center;
}


.main_btn_r {
	width:212px;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
	letter-spacing:0.1em;
	text-align:center;
}

.mbtn1 {
	background-image:url(../img/base_color_green.png);
	background-repeat:repeat;
	color:#FFF;
	padding:15px auto 10px;
}

.mbtn2 {
	background-color:#FFFFFF;
	padding:15px auto 10px;
	color:#333333;
}

.mbtn1 p,.mbtn2 p {
	display:block;
	margin:15px auto 10px;
}

/* section 2 */

.contents_main_btn {
	width: 270px;
	padding: 20px;
	border-radius: 10px;
	background-color: white;
}
.mainbtn1 {
	margin-right: 66px;
}	
.mainbtn2 {
}	



/* section 3 */


.link_banner {
	width: 245px;
	height: auto;
}

.footer_wraper1 {
	width: 180px;
	height: auto;
}
.footer_wraper2 {
	width: 220px;
	height: auto;
}

.footer_wraper3 {
	width: 310px;
	height: auto;
}
.f_left_a {
	float: left;
	margin-right: 40px;
}

.f_left_b {
	float: left;
	margin-right: 40px;
}

.f_left_c {
	float: right;
}

.f_left_d {
	float: left;
}

/* section 4 */


/* section 5 */

/* section 6 */







/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */

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


.flashspace {
	width:100%;
	height:200px;
}





/* section 1 */

/* section 2 */

.contents_main_btn {
	width: 80%;
	padding: 2%;
	margin: 10px auto;
	
}
.mainbtn1 {
	margin-right: 10px auto;
}	
.mainbtn2 {
	margin-right: 10px auto;
}
	
	
/* section 3 */

.link_banner {
	width: 49%;
	height: auto;
}
	
	
.footer_wraper1 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align: center!important;
}

.footer_wraper2 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align: center!important;
}

.footer_wraper3 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align: center!important;
}
	

.f_left_a {
	float: left;
	margin-right: auto;
}

.f_left_b {
	float: right;
	margin-right: 0px;
}

.f_left_c {
	float: right;
}
	
.f_left_d {
	float: right;
}
	
	
/* section 4 */

/* section 5 */

/* section 6 */


}