/*ボタン*/

#decoration_content_1 .nomadBtn_deco1 a {
	display: inline-block;
	max-width: 180px;
	text-align: left;
	border: 2px solid #323232;
	color: #323232;
	text-decoration: none;
	font-weight: bold;
	padding: .5em 2.5em;
	border-radius: 4px;
	transition: .4s;
	margin: .3em;
}

.nomadBtn_deco1 a:hover {
	background-color: #323232;
	border-color: #323232;
	color: #FFF !important;
}

#decoration_content_1 .nomadBtn_deco1:nth-child(2) a {
	border: 2px solid #55A8DC;
	color: #55A8DC;
}

.nomadBtn_deco1:nth-child(2) a:hover {
	background-color: #55A8DC;
	border-color: #55A8DC;
}

#decoration_content_1 .nomadBtn_deco1:nth-child(2) a {
	border: 2px solid #55A8DC;
	color: #55A8DC;
}

.nomadBtn_deco1:nth-child(2) a:hover {
	background-color: #55A8DC;
	border-color: #55A8DC;
}

#decoration_content_1 .nomadBtn_deco1:nth-child(3) a {
	border: 2px solid #E07487;
	color: #E07487;
}

.nomadBtn_deco1:nth-child(3) a:hover {
	background-color: #E07487;
	border-color: #E07487;
}

#decoration_content_1 .nomadBtn_deco1:nth-child(4) a {
	border: 2px solid #5E8B6D;
	color: #5E8B6D;
}

.nomadBtn_deco1:nth-child(4) a:hover {
	background-color: #5E8B6D;
	border-color: #5E8B6D;
}

#decoration_content_1 .nomadBtn_deco1:nth-child(5) {
	margin-bottom: -20px;
}

#decoration_content_1 .nomadBtn_deco1:nth-child(5) a {
	border: 2px solid #7B86C6;
	color: #7B86C6;
}

.nomadBtn_deco1:nth-child(5) a:hover {
	background-color: #7B86C6;
	border-color: #7B86C6;
}

/*2*/

#decoration_content_2 .nomadBtn_deco2 a {
	display: inline-block;
	max-width: 180px;
	text-align: left;
	border: 2px solid #323232;
	color: #FFF;
	background: #323232;
	text-decoration: none;
	font-weight: bold;
	padding: .5em 2.5em;
	border-radius: 4px;
	transition: .4s;
	margin: .3em;
}

.nomadBtn_deco2 a:hover {
	background: none !important;
	color: #323232 !important;
}

#decoration_content_2 .nomadBtn_deco2:nth-child(2) a {
	border: 2px solid #55A8DC;
	background: #55A8DC;
}

.nomadBtn_deco2:nth-child(2) a:hover {
	background: none;
	color: #55A8DC !important;
}

#decoration_content_2 .nomadBtn_deco2:nth-child(3) a {
	border: 2px solid #E07487;
	background: #E07487;
}

.nomadBtn_deco2:nth-child(3) a:hover {
	background: none;
	color: #E07487 !important;
}

#decoration_content_2 .nomadBtn_deco2:nth-child(4) a {
	border: 2px solid #5E8B6D;
	background: #5E8B6D;
}

.nomadBtn_deco2:nth-child(4) a:hover {
	background: none;
	color: #5E8B6D !important;
}

#decoration_content_2 .nomadBtn_deco2:nth-child(5) {
	margin-bottom: -20px;
}

#decoration_content_2 .nomadBtn_deco2:nth-child(5) a {
	border: 2px solid #7B86C6;
	background: #7B86C6;
}

.nomadBtn_deco2:nth-child(5) a:hover {
	background: none;
	color: #7B86C6 !important;
}

/*3*/

#decoration_content_3 .nomadBtn_deco3 a {
	background: none;
	margin: .3em;
	padding: .5em 2.5em;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 3px solid #323232;
	color: #323232;
}

#decoration_content_3 .nomadBtn_deco3 a:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #323232;
}

#decoration_content_3 .nomadBtn_deco3 a:hover,
#decoration_content_3 .nomadBtn_deco3 a:active,
#decoration_content_3 .nomadBtn_deco3:nth-child(2) a:hover,
#decoration_content_3 .nomadBtn_deco3:nth-child(2) a:active,
#decoration_content_3 .nomadBtn_deco3:nth-child(3) a:hover,
#decoration_content_3 .nomadBtn_deco3:nth-child(3) a:active,
#decoration_content_3 .nomadBtn_deco3:nth-child(4) a:hover,
#decoration_content_3 .nomadBtn_deco3:nth-child(4) a:active,
#decoration_content_3 .nomadBtn_deco3:nth-child(5) a:hover,
#decoration_content_3 .nomadBtn_deco3:nth-child(5) a:active {
	color: #FFF;
}

#decoration_content_3 .nomadBtn_deco3 a:hover:after,
#decoration_content_3 .nomadBtn_deco3 a:active:after {
	width: 100%;
}

#decoration_content_3 .nomadBtn_deco3 {
	position: relative;
	z-index: 1;
}

#decoration_content_3 .nomadBtn_deco3:nth-child(2) a {
	border: 3px solid #55A8DC;
	color: #55A8DC;
}

#decoration_content_3 .nomadBtn_deco3:nth-child(2) a:after {
	background: #55A8DC;
}

#decoration_content_3 .nomadBtn_deco3:nth-child(3) a {
	border: 3px solid #E07487;
	color: #E07487;
}

#decoration_content_3 .nomadBtn_deco3:nth-child(3) a:after {
	background: #E07487;
}

#decoration_content_3 .nomadBtn_deco3:nth-child(4) a {
	border: 3px solid #5E8B6D;
	color: #5E8B6D;
}

#decoration_content_3 .nomadBtn_deco3:nth-child(4) a:after {
	background: #5E8B6D;
}

#decoration_content_3 .nomadBtn_deco3:nth-child(5) a {
	border: 3px solid #7B86C6;
	color: #7B86C6;
}

#decoration_content_3 .nomadBtn_deco3:nth-child(5) a:after {
	background: #7B86C6;
}

/*4*/

#decoration_content_4 .nomadBtn_deco4 a {
	background: none;
	margin: .3em;
	padding: .5em 2.5em;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 3px solid #323232;
	color: #323232;
}

#decoration_content_4 .nomadBtn_deco4 a:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 0%;
	height: 100%;
	top: 0;
	right: 0;
	background: #323232;
}

#decoration_content_4 .nomadBtn_deco4 a:hover,
#decoration_content_4 .nomadBtn_deco4 a:active,
#decoration_content_4 .nomadBtn_deco4:nth-child(2) a:hover,
#decoration_content_4 .nomadBtn_deco4:nth-child(2) a:active,
#decoration_content_4 .nomadBtn_deco4:nth-child(3) a:hover,
#decoration_content_4 .nomadBtn_deco4:nth-child(3) a:active,
#decoration_content_4 .nomadBtn_deco4:nth-child(4) a:hover,
#decoration_content_4 .nomadBtn_deco4:nth-child(4) a:active,
#decoration_content_4 .nomadBtn_deco4:nth-child(5) a:hover,
#decoration_content_4 .nomadBtn_deco4:nth-child(5) a:active {
	color: #FFF;
}

#decoration_content_4 .nomadBtn_deco4 a:hover:after,
#decoration_content_4 .nomadBtn_deco4 a:active:after {
	width: 100%;
}

#decoration_content_4 .nomadBtn_deco4 {
	position: relative;
	z-index: 1;
}

#decoration_content_4 .nomadBtn_deco4:nth-child(2) a {
	border: 3px solid #55A8DC;
	color: #55A8DC;
}

#decoration_content_4 .nomadBtn_deco4:nth-child(2) a:after {
	background: #55A8DC;
}

#decoration_content_4 .nomadBtn_deco4:nth-child(3) a {
	border: 3px solid #E07487;
	color: #E07487;
}

#decoration_content_4 .nomadBtn_deco4:nth-child(3) a:after {
	background: #E07487;
}

#decoration_content_4 .nomadBtn_deco4:nth-child(4) a {
	border: 3px solid #5E8B6D;
	color: #5E8B6D;
}

#decoration_content_4 .nomadBtn_deco4:nth-child(4) a:after {
	background: #5E8B6D;
}

#decoration_content_4 .nomadBtn_deco4:nth-child(5) a {
	border: 3px solid #7B86C6;
	color: #7B86C6;
}

#decoration_content_4 .nomadBtn_deco4:nth-child(5) a:after {
	background: #7B86C6;
}

/*5*/

.button #decoration_content_5 .ex_decoration_5 {
	width: 200px;
	margin: auto;
}

#decoration_content_5 .nomadBtn_deco5 a {
	display: inline-block;
	text-align: center;
	background: #656565;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: .5em 2.5em;
	margin: .3em;
	border-radius: 4px;
	border-bottom: 4px solid #323232;
}

#decoration_content_5 .nomadBtn_deco5 a:active {
	transform: translateY(4px);
	border-bottom: none;
	background: #323232;
}

#decoration_content_5 .nomadBtn_deco5:nth-child(2) a {
	display: inline-block;
	text-align: center;
	background: #55A8DC;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: .5em 2.5em;
	margin: .3em;
	border-radius: 4px;
	border-bottom: 4px solid #306DB2;
}

#decoration_content_5 .nomadBtn_deco5:nth-child(2) a:active {
	transform: translateY(4px);
	border-bottom: none;
	background: #4083D0;
}

#decoration_content_5 .nomadBtn_deco5:nth-child(3) a {
	display: inline-block;
	text-align: center;
	background: #E07487;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: .5em 2.5em;
	margin: .3em;
	border-radius: 4px;
	border-bottom: 4px solid #B12D41;
}

#decoration_content_5 .nomadBtn_deco5:nth-child(3) a:active {
	transform: translateY(4px);
	border-bottom: none;
	background: #D04D61;
}

#decoration_content_5 .nomadBtn_deco5:nth-child(4) a {
	display: inline-block;
	text-align: center;
	background: #5E8B6D;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: .5em 2.5em;
	margin: .3em;
	border-radius: 4px;
	border-bottom: 4px solid #426A4F;
}

#decoration_content_5 .nomadBtn_deco5:nth-child(4) a:active {
	transform: translateY(4px);
	border-bottom: none;
	background: #426A4F;
}

#decoration_content_5 .nomadBtn_deco5:nth-child(5) a {
	display: inline-block;
	text-align: center;
	background: #7B86C6;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: .5em 2.5em;
	margin: .3em;
	border-radius: 4px;
	border-bottom: 4px solid #1A212F;
}

#decoration_content_5 .nomadBtn_deco5:nth-child(5) a:active {
	transform: translateY(4px);
	border-bottom: none;
	background: #32415D;
}

/*7*/

.button .ex_decoration_7 {
	width: 200px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.nomadBtn_deco7 a {
	font-size: 18px;
	padding: .5em 3em;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #323232;
	border-radius: 10px;
	color: #FFF;
	overflow: hidden;
}

.nomadBtn_deco7 a:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.nomadBtn_deco7 a:before {
	position: absolute;
	height: 100%;
	font-size: 80%;
	line-height: 3em;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	right: -20%;
	top: 0;
}

.nomadBtn_deco7 a:hover:before {
	right: 15px;
}

.nomadBtn_deco7.icon-arrow-right a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
}

.nomadBtn_deco7:nth-child(2) a {
	background: #55A8DC;
}

.nomadBtn_deco7:nth-child(3) a {
	background: #E07487;
}

.nomadBtn_deco7:nth-child(4) a {
	background: #5E8B6D;
}

.nomadBtn_deco7:nth-child(5) a {
	background: #7B86C6;
}

.nomadBtn_deco7 a:hover {
	color: #FFF
}

/*8*/

.button .ex_decoration_8 {
	width: 200px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.nomadBtn_deco8 a {
	font-size: 18px;
	padding: .5em 3em;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #323232;
	border-radius: 10px;
	color: #FFF;
	overflow: hidden;
}

.nomadBtn_deco8 a:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.nomadBtn_deco8 a:before {
	position: absolute;
	height: 100%;
	font-size: 80%;
	line-height: 3em;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	left: -20%;
	top: 0;
}

.nomadBtn_deco8 a:hover:before {
	left: 15px;
}

.nomadBtn_deco8.icon-arrow-right a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f060";
}

.nomadBtn_deco8:nth-child(2) a {
	background: #55A8DC;
}

.nomadBtn_deco8:nth-child(3) a {
	background: #E07487;
}

.nomadBtn_deco8:nth-child(4) a {
	background: #5E8B6D;
}

.nomadBtn_deco8:nth-child(5) a {
	background: #7B86C6;
}

.nomadBtn_deco8 a:hover {
	color: #FFF
}

/*9*/

.nomadBtn_deco9 {
	font-size: 18px;
	padding: .7em 3em;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #323232;
	border-radius: 10px;
	color: #FFF;
	overflow: hidden;
}

.nomadBtn_deco9 span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

.nomadBtn_deco9:before {
	font-family: "Font Awesome 5 Free";
	content: "\f07a";
	position: absolute;
	height: 100%;
	width: 100%;
	font-size: 120%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	left: 0;
	top: -100%;
}

.nomadBtn_deco9:hover span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}

.nomadBtn_deco9:hover:before {
	top: 10px;
}

.nomadBtn_deco9:nth-child(2) {
	background: #55A8DC;
}

.nomadBtn_deco9:nth-child(3) {
	background: #E07487;
}

.nomadBtn_deco9:nth-child(4) {
	background: #5E8B6D;
}

.nomadBtn_deco9:nth-child(5) {
	background: #7B86C6;
}

.share .deta {
	max-width: 600px;
	padding-bottom: 40px;
}

/*シェア1*/

.nomad_share1 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.nomad_share1 a {
	font-size: 20px;
	width: 20%;
	padding: 5px;
	transition: .2s;
	text-align: center;
	color: #fff;
}

.nomad_share1 .icon_1 {
	background: #1DA1F2;
}

.nomad_share1 .icon_2 {
	background: #1877F2;
}

.nomad_share1 .icon_3 {
	background: #00A4DE;
}

.nomad_share1 .icon_4 {
	background: #00B900;
}

.nomad_share1 .icon_5 {
	background: #EF4056;
}

.nomad_share1 a:hover {
	opacity: .9;
}

/*シェア２*/

.nomad_share2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.nomad_share2 a {
	font-size: 20px;
	width: 20%;
	margin: 0 1%;
	border-radius: 5px;
	padding: 5px;
	transition: .2s;
	text-align: center;
	color: #fff;
}

.nomad_share2 .icon_1 {
	background: #1DA1F2;
}

.nomad_share2 .icon_2 {
	background: #1877F2;
}

.nomad_share2 .icon_3 {
	background: #00A4DE;
}

.nomad_share2 .icon_4 {
	background: #00B900;
}

.nomad_share2 .icon_5 {
	background: #EF4056;
}

.nomad_share2 a:hover {
	opacity: .9;
}

/*シェア3*/

.nomad_share3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.nomad_share3 a {
	font-size: 20px;
	width: 20%;
	margin: 0 1%;
	border-radius: 5px;
	padding: 5px;
	transition: .2s;
	text-align: center;
	color: #fff;
}

.nomad_share3 .icon_1 {
	background: #1DA1F2;
	border-bottom: 5px solid #0A79BC;
}

.nomad_share3 .icon_2 {
	background: #1877F2;
	border-bottom: 5px solid #1559B2;
}

.nomad_share3 .icon_3 {
	background: #00A4DE;
	border-bottom: 5px solid #0F789D;
}

.nomad_share3 .icon_4 {
	background: #00B900;
	border-bottom: 5px solid #0E8B0E;
}

.nomad_share3 .icon_5 {
	background: #EF4056;
	border-bottom: 5px solid #B11F31;
}

.nomad_share3 a:hover {
	opacity: .9;
}

.nomad_share3 a:active {
	border-bottom: 0;
	margin-top: 5px;
}

/*シェア4*/

.nomad_share4 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.nomad_share4 a {
	font-size: 20px;
	border-radius: 5px;
	margin: 5px;
	padding: .7em;
	line-height: 1em;
	transition: .2s;
	text-align: center;
	color: #fff;
}

.nomad_share4 .icon_1 {
	background: #1DA1F2;
}

.nomad_share4 .icon_2 {
	background: #1877F2;
}

.nomad_share4 .icon_3 {
	background: #00A4DE;
}

.nomad_share4 .icon_4 {
	background: #00B900;
}

.nomad_share4 .icon_5 {
	background: #EF4056;
}

.nomad_share4 a:hover {
	opacity: .9;
}
