@charset "UTF-8";

/*--------------------------------------------------------------------
=== [共通レイアウト] ====================================
 -------------------------------------------------------------------*/

body {
	font-family:'Noto Sans JP',"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	background-color: #fff;
	color: #333;
	line-height: 1.5;
}

main {
	padding: 0 8vw;
}

#wrapper {
	width: 100%;
}

img {
	width:100%;
}

.btnPk a {
	width: 100%;
	background-color:  #d9446e;
	color: #fff;
	padding:15px 10px;
	box-shadow: 0px 4px 0px #0000001A;
	border-radius: 5px;
	font-size:4vw;
	font-weight: 700;
	margin: 20px auto;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
}

.note {
	font-size: 3vw;
}



.btnPk button {
	width: 100%;
	background-color:  #d9446e;
	color: #fff;
	padding:15px 10px;
	box-shadow: 0px 4px 0px #0000001A;
	border-radius: 5px;
	font-size:4vw;
	font-weight: 700;
	margin: 20px auto;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	border: none;
}



.btnGr a {
	width: 100%;
	background-color:  #00A496;
	color: #fff;
	padding:15px 10px;
	box-shadow: 0px 4px 0px #0000001A;
	border-radius: 5px;
	font-size:4vw;
	font-weight: 700;
	margin: 20px auto;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
}



.btnGr button {
	width: 100%;
	background-color:  #00A496;
	color: #fff;
	padding:15px 10px;
	box-shadow: 0px 4px 0px #0000001A;
	border-radius: 5px;
	font-size:4vw;
	font-weight: 700;
	margin: 20px auto;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	border: none;
}



.btnBl button {
	width: 100%;
	background-color:  #50C5F2;
	color: #fff;
	padding:15px 10px;
	box-shadow: 0px 4px 0px #0000001A;
	border-radius: 5px;
	font-size:4vw;
	font-weight: 700;
	margin: 20px auto;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	border: none;
}
