@charset "utf-8";

html{
	/*font-size: 62.5%;*/
	font-size: 14px;
}
body{
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.7em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	position: relative;
	overflow-x: hidden;
	color: #000;
}
@media (min-width: 960px){
body{
	font-size: 1rem;
	line-height: 1.8em;
}
}


/* ==========================================================================
   Reset
   ========================================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td,figure{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: #000;
}
table{
	border-spacing: 0;
}
fieldset,img{
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight: normal;
	font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
abbr,acronym{
	border: 0;
}
img{
	width: 100%;
	height: auto;
	display: block;
}
/*
input, button, select, textarea{
  -webkit-appearance: none;
}
*/


/* ==========================================================================
   common
   ========================================================================== */
.wrap{
  width: 100%;
  height: auto;
	position: relative;
  box-sizing: border-box;
	padding: 0 5.3%;
}
@media (min-width: 415px){
.wrap{
  width: 100%;
  height: auto;
  padding: 0 5.3%;
}
}
@media (min-width: 960px){
.wrap{
  width: 980px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
}

h2{
	font-size: 1.4rem;
  font-weight: bold;
	line-height: 1.6em;
}
@media (min-width: 415px){
h2{
	font-size: 1.5rem;
	line-height: 1.0em;
}
}
@media (min-width: 960px){
h2{
	font-size: 1.8rem;
}
}

h3{
	font-size: 1.2rem;
  font-weight: bold;
	text-align: center;
}
@media (min-width: 415px){
h3{
	font-size: 1.3rem;
}
}
@media (min-width: 960px){
h3{
	font-size: 1.4rem;
}
}

h4{
	font-size: 1.1em;
  font-weight: bold;
}
@media (min-width: 960px){
h4{
	font-size: 1.2rem;
}
}

.for-pc{
	display: none;
}
@media (min-width: 415px){
.for-pc{
	display: none;
}
}
@media (min-width: 960px){
.for-pc{
	display: block;
}
}

.for-tb{
	display: none;
}
@media (min-width: 415px){
.for-tb{
	display: block;
}
}
@media (min-width: 960px){
.for-tb{
	display: none;
}
}

.for-sp{
	display: block;
}
@media (min-width: 415px){
.for-sp{
	display: none;
}
}
@media (min-width: 960px){
.for-sp{
	display: none;
}
}

.br-sp{
	display: block;
}
@media (min-width: 415px){
.br-sp{
	display: none;
}
}
@media (min-width: 960px){
.br-sp{
	display: none;
}
}

.br-tb{
	display: none;
}
@media (min-width: 415px){
.br-tb{
	display: block;
}
}
@media (min-width: 960px){
.br-tb{
	display: none;
}
}

.br-pc{
	display: none;
}
@media (min-width: 415px){
.br-pc{
	display: none;
}
}
@media (min-width: 960px){
.br-pc{
	display: block;
}
}


/* ==========================================================================
   main-visual
   ========================================================================== */
#main-visual{
	position: relative;
	width: 100%;
  height: auto;
	margin: 0;
}
@media (min-width: 415px){
#main-visual{
  margin: 0;
}
}
@media (min-width: 960px){
#main-visual{
  margin: 0;
}
}

#main-visual{
  width: 100%;
  height: auto;
}

#main-visual > figure{
  width: 120px;
	height: 60px;
	padding: 20px 0 0 20px;
}
@media (min-width: 415px){
#main-visual > figure{
  width: 120px;
	height: 60px;
	padding: 20px 0 0 20px;
}
}
@media (min-width: 960px){
#main-visual > figure{
  width: 173px;
	height: 54px;
	padding: 46px 0 0 46px;
	display: flex;
  align-items: center;
	justify-content: center;
}
}

#main-visual img.logo{
  width: 100%;
	height: auto;
	display: block;
}

#main-visual > .title {
	position: absolute;
	top: 20px;
	text-align: center;
	padding-top: 40px;
	width: 100%; 
	height: 200px;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 415px){
#main-visual > .title {
	top: 60px;
}
}

#main-visual > .title > img {
	width: 320px;
	height: auto;
}

@media (min-width: 415px){
#main-visual > .title > img {
	width: 420px;
}
}

@media (min-width: 960px){
#main-visual > .title > img {
	width: 640px;
}
}

#main-visual > .title .subtitle {
	margin-top: 20px;
	font-size: 0.9rem;
}

@media (min-width: 415px){
#main-visual > .title .subtitle {
	font-size: 1.2rem;
}
}

@media (min-width: 960px){
#main-visual > .title .subtitle {
	font-size: 1.5rem;
}
}

#main-visual > .daruma {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 100px;
	height: auto;
	color: #fff;
}

@media (min-width: 415px){
#main-visual > .daruma {
	left: calc(50% + 140px);
	top: 70px;
}
}

@media (min-width: 960px){
#main-visual > .daruma {
	left: calc(50% + 350px);
	top: 160px;
	width: 140px;
}
}

#main-visual > .summary {
	margin: 160px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 415px){
#main-visual > .summary {
	margin: 220px 0 0 0;
}
}

@media (min-width: 960px){
#main-visual > .summary {
	margin: 240px 0 0 0;
	flex-direction: row;
}
}

#main-visual > .summary .speaker {
	margin: 20px 10px 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 380px;
	height: 170px;
	background-color: #CDF2FF;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

@media (min-width: 415px){
#main-visual > .summary .speaker {
	width: 480px;
	height: 180px;
}
}

#main-visual > .summary .speaker figure {
	min-width: 120px;
	display: flex;
	justify-content: center;
}
#main-visual > .summary .speaker figure img {
	width: auto;
	height: 120px;
}

@media (min-width: 415px){
#main-visual > .summary .speaker figure img {
	height: 140px;
}
}

#main-visual > .summary .speaker .description {
	padding: 10px 0 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 0.9rem;
	text-align: center;
	width: 240px;
}

@media (min-width: 415px){
#main-visual > .summary .speaker .description {
	width: 340px;
	font-size: 1.0rem;
}
}

#main-visual > .summary .speaker .description h3 {
	font-size: 1.1rem;
}

@media (min-width: 415px){
#main-visual > .summary .speaker .description h3 {
	font-size: 1.2rem;
}
}

#main-visual > .summary .speaker .description .about {
	margin: 5px 0 10px 0;
	font-weight: bold;
}

#main-visual > .summary .speaker .description .company-name {
	font-size: 0.5rem;
	line-height: 1.5;
}

@media (min-width: 415px){
#main-visual > .summary .speaker .description .company-name {
	font-size: 0.6rem;
}
}

#main-visual > .summary .speaker .description .name {
	font-size: 0.9rem;
}

@media (min-width: 415px){
#main-visual > .summary .speaker .description .name {
	font-size: 1.0rem;
}
}

#main-visual > .city-image {
	margin: 20px 0 0 0;
	width: 100%;
	height: 100px;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
}

@media (min-width: 415px){
#main-visual > .city-image {
	margin: 40px 0 20px 0;
}
}

#main-visual > .date {
	margin: 0 0 10px 0;
	width: 100%;
	height: 80px;
	text-align: center;
	color: #03044c;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 960px){
#main-visual > .date {
	position: relative;
	margin: 40px 0 10px 0;
	display: block;
}
}

#main-visual > .date > .participation {
	margin: 0 0 0 20px;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: #03044c;
	text-decoration: none;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

@media (min-width: 415px){
#main-visual > .date > .participation {
	width: 100px;
	height: 100px;
}
}
@media (min-width: 960px){
#main-visual > .date > .participation {
	position: absolute;
	margin: 0;
	left: calc(50% - 380px);
	top: -25%;
}
}

#main-visual > .date > .participation .button-text {
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.2;
}

@media (min-width: 415px){
#main-visual > .date > .participation .button-text {
	font-size: 1.8rem;
}
}

#main-visual > .date > .participation .button-text .text-line2 {
	margin: 4px 0 0 0;
}


#main-visual > .date > .datetime {
	margin: 5px 0 0 20px;
}

@media (min-width: 960px){
#main-visual > .date > .datetime {
	margin: 0;
}
}

#main-visual > .date > .datetime > .datetime-main {
	font-size: 1.6rem;
	font-weight: bold;
}

@media (min-width: 415px){
#main-visual > .date > .datetime > .datetime-main {
	font-size: 2.4rem;
}
}

@media (min-width: 960px){
#main-visual > .date > .datetime > .datetime-main {
	font-size: 3.0rem;
}
}

#main-visual > .date > .datetime > .datetime-sub {
	margin: 10px 0 0 0;
	font-size: 1.0rem;
	font-weight: bold;
}

@media (min-width: 415px){
#main-visual > .date > .datetime > .datetime-sub {
	margin: 15px 0 0 0;
	font-size: 1.3rem;
}
}

@media (min-width: 960px){
#main-visual > .date > .datetime > .datetime-sub {
	margin: 25px 0 0 0;
	font-size: 1.6rem;
}
}


#main-visual > .schedule {
	margin: 20px auto 10px auto;
	padding: 10px 10px 30px 10px;
	border: 1px solid #03044c;
	width: 400px;
	font-size: 1.0rem;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

@media (min-width: 415px){
#main-visual > .schedule {
	margin: 40px auto 20px auto;
	padding: 20px 20px 60px 20px;
	width: 95%;
	font-size: 1.2rem;
}
}

@media (min-width: 960px){
#main-visual > .schedule {
	width: 980px;
	font-size: 1.3rem;
}
}

#main-visual > .schedule > h3 {
	text-align: left;
	margin: 20px 10px 5px 10px;
  padding-left: 10px;
  border-left: 10px solid #00A7E9;
	font-size: 1.4rem;
}

@media (min-width: 415px){
#main-visual > .schedule > h3 {
	margin: 30px 10px 10px 10px;
	font-size: 1.6rem;
}
}

@media (min-width: 960px){
#main-visual > .schedule > h3 {
	margin: 40px 30px 20px 30px;
	font-size: 1.8rem;
}
}

#main-visual > .schedule > .body {
	margin: 10px 20px 0 20px;
	line-height: 1.3;
}

@media (min-width: 415px){
#main-visual > .schedule > .body {
	margin: 10px 30px 0 30px;
}
}

@media (min-width: 960px){
#main-visual > .schedule > .body {
	margin: 20px 60px 0 60px;
}
}

#main-visual > .schedule > .body > strong {
	font-size: 1.6rem;
	font-weight: bold;
}

@media (min-width: 415px){
#main-visual > .schedule > .body > strong {
	font-size: 1.8rem;
}
}

@media (min-width: 960px){
#main-visual > .schedule > .body > strong {
	font-size: 2.4rem;
}
}

#main-visual > .schedule > .body > .notice {
	margin: 5px 0 0 0;
	font-size: 0.9rem;
	color: #ff0000;
}

@media (min-width: 415px){
#main-visual > .schedule > .body > .notice {
	font-size: 1.0rem;
}
}

#main-visual > .schedule .part {
	margin: 20px 0 0 0;
	display: block;
}

@media (min-width: 415px){
#main-visual > .schedule .part {
	margin: 30px 0 0 0;
	display: flex;
	align-items: center;
	height: 240px;
	border: 1px solid #00A7E9;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 3px 3px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
}
}

@media (min-width: 800px){
#main-visual > .schedule .part {
	height: 180px;
}
}

#main-visual > .schedule .part .head {
  background: #00A7E9;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	padding: 0 5px 0 5px;
	width: 320px;
	border-radius: 10px;
	white-space: nowrap;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 3px 3px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
}

@media (min-width: 415px){
#main-visual > .schedule .part .head {
	position: relative;
	width: 80px;
	height: 240px;
	background: #00A7E9;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	border-radius: 0;
	box-shadow: initial;
}
}

@media (min-width: 800px){
#main-visual > .schedule .part .head {
	height: 180px;
}
}

#main-visual > .schedule .part > .body {
	padding: 0;
	color: #03044c;
	font-size: 1.0rem;
}

@media (min-width: 415px){
#main-visual > .schedule .part > .body {
	padding: 5px 0 5px 20px;
	width: 800px;
}
}

#main-visual > .schedule .part > .body > .table-layout {
	font-size: 1.0rem;
	font-weight: bold;
	margin: 10px 0 0 0;
}

@media (min-width: 800px){
#main-visual > .schedule .part > .body > .table-layout {
	display: flex;
	align-items: center;
	font-size: 1.0rem;
}
}

@media (min-width: 960px){
#main-visual > .schedule .part > .body > .table-layout {
	font-size: 1.1rem;
}
}

#main-visual > .schedule .part > .body > .table-layout:not(:first-child) {
	margin: 20px 0 20px 0;
}

#main-visual > .schedule .part > .body .table-head {
	width: 180px;
}

#main-visual > .schedule .part > .body .table-body {
	margin: 0 0 0 15px;
	font-size: 0.8rem;
}

@media (min-width: 415px){
#main-visual > .schedule .part > .body .table-body {
	font-size: 0.9rem;
}
}

@media (min-width: 960px){
#main-visual > .schedule .part > .body .table-body {
	font-size: 1.0rem;
}
}


#main-visual > .schedule .part2 {
	margin: 20px 0 0 0;
	display: block;
}

@media (min-width: 415px){
#main-visual > .schedule .part2 {
	margin: 30px 0 0 0;
	display: flex;
	align-items: center;
	height: 90px;
	border: 1px solid #00A7E9;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 3px 3px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
}
}

#main-visual > .schedule .part2 .head {
  background: #00A7E9;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	padding: 0 5px 0 5px;
	width: 320px;
	border-radius: 10px;
	white-space: nowrap;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 3px 3px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
}

@media (min-width: 415px){
#main-visual > .schedule .part2 .head {
	position: relative;
	width: 80px;
	height: 90px;
	background: #00A7E9;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	border-radius: 0;
	box-shadow: initial;
}
}

#main-visual > .schedule .part2 > .body {
	padding: 0;
	color: #03044c;
	font-size: 0.9rem;
}

@media (min-width: 415px){
#main-visual > .schedule .part2 > .body {
	padding: 5px 0 5px 20px;
	width: 800px;
}
}

#main-visual > .schedule .part2 > .body > .table-layout {
	font-size: 1.0rem;
	font-weight: bold;
	margin: 10px 0 0 0;
}

@media (min-width: 800px){
#main-visual > .schedule .part2 > .body > .table-layout {
	display: flex;
	align-items: center;
	font-size: 1.0rem;
}
}

@media (min-width: 960px){
#main-visual > .schedule .part2 > .body > .table-layout {
	font-size: 1.1rem;
}
}

#main-visual > .schedule .part2 > .body > .table-layout:not(:first-child) {
	margin: 20px 0 20px 0;
}

#main-visual > .schedule .part2 > .body .table-head {
	width: 180px;
}

#main-visual > .schedule .part2 > .body .table-body {
	margin: 0 0 0 15px;
	font-size: 0.8rem;
}

@media (min-width: 415px){
#main-visual > .schedule .part2 > .body .table-body {
	font-size: 0.9rem;
}
}

@media (min-width: 960px){
#main-visual > .schedule .part2 > .body .table-body {
	font-size: 1.0rem;
}
}


/* ==========================================================================
   information
   ========================================================================== */
#information{
	margin: 30px 0 0 0;
	padding: 15px;
	font-size: 1.1rem; 
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #000;
	background-color: #CDF2FF;
}

@media (min-width: 415px){
#information {
	margin: 50px 0 0 0;
	padding: 30px;
	font-size: 1.4rem;
}
}

@media (min-width: 960px){
#information {
	margin: 50px 0 0 0;
	padding: 30px;
	font-size: 1.8rem;
}
}


/* ==========================================================================
   app-form
   ========================================================================== */
#app-form{
	width: 100%;
  height: auto;
	padding: 5px 0 50px 0;
	font-weight: 400;
	line-height: 1.5;
}
@media (min-width: 415px){
#app-form{
	padding: 10px 0 60px 0;
}
}
@media (min-width: 960px){
#app-form{
	padding: 20px 0 100px 0;
}
}

#app-form h2{
	text-align: center;
}
@media (min-width: 415px){
#app-form h2{
	text-align: left;
}
}

#app-form .form {
	margin: 32px 0 0 0;
}

#app-form .field.is-required .label::after {
	content: '必須';
	margin-left: 10px;
	padding: 5px;
	font-size: 70%;
	color: #ffffff;
	background-color: #ec5541;
	border-radius: 4px;
	white-space: nowrap;
}

#app-form .field {
	margin: 24px 0 0 0;
}

#app-form .field .agreement {
	border: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 12px;
}

#app-form .comment {
	margin: 4px 0 0 0;
	color: #444;
	font-size: 0.9rem;
}

#app-form .checkbox-field {
	display: flex;
	align-items: center;
}

#app-form .checkbox-field label {
	margin: 0 8px 0 8px;
}




.btn-primary {
  width: 100%;
  height: 52px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 52px;
  text-align: center;
	color: #fff;
  background: rgba(0, 167, 233, 1);
	transition: all 0.2s ease;
}
@media (min-width: 415px){
.btn-primary {
	width: 280px;
  height: 52px;
	font-size: 1.2rem;
	line-height: 52px;
}
}
@media (min-width: 960px){
.btn-primary {
	width: 280px;
  height: 52px;
	font-size: 1.2rem;
	line-height: 52px;
}
}

.btn-primary:disabled {
	background-color: #eee;
  color: #959595;
  pointer-events: none;
}

.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
	color: #fff;
	background: rgba(0, 167, 233, 0.7);
}

.select .is-success {
  border-color: #48c78e;
}

.select .is-danger {
	border-color: #f14668;
}



/* ==========================================================================
   footer
   ========================================================================== */
	 footer .wrap{
		padding: 0;
	}
	
	footer .txt-holder{
		padding: 30px 0 20px 0;
		background: #e5f6fd;
	}
	@media (min-width: 415px){
	footer .txt-holder{
		padding: 40px 0 30px 0;
	}
	}
	@media (min-width: 960px){
	footer .txt-holder{
		padding: 80px 0 50px 0;
	}
	}
	
	footer h3{
		font-size: 1.2rem;
		margin-bottom: 30px;
	}
	@media (min-width: 415px){
	footer h3{
		font-size: 1.3rem;
		margin-bottom: 30px;
	}
	}
	@media (min-width: 960px){
	footer h3{
		font-size: 1.5rem;
		margin-bottom: 35px;
	}
	}
	
	footer h4{
		font-size: 1.0rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 12px;
	}
	@media (min-width: 415px){
	footer h4{
		font-size: 1.1rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 12px;
	}
	}
	@media (min-width: 960px){
	footer h4{
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 12px;
	}
	}
	
	footer p{
		font-size: 0.9rem;
		text-align: center;
		margin-bottom: 20px;
	}
	@media (min-width: 415px){
	footer p{
		font-size: 1.0rem;
		text-align: center;
		margin-bottom: 20px;
	}
	}
	@media (min-width: 960px){
	footer p{
		margin-bottom: 20px;
	}
	}
	
	@media (max-width: 414px){
	footer p span{
		line-height: 2em;
	}
	}
	
	footer .copyright{
		width: 100%;
		height: 70px;
		padding: 0 5.3%;
		font-size: 0.7rem;
		line-height: 1.0em;
		text-align: left;
		letter-spacing: 0;
		color: #75919f;
		background: #003d55;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	@media (min-width: 415px){
	footer .copyright{
		height: 80px;
		font-size: 0.7rem;
		letter-spacing: 0.08em;
		justify-content: center;
	}
	}
	@media (min-width: 960px){
	footer .copyright{
		height: 100px;
	}
	}



/* ==========================================================================
	btn-registration
	========================================================================== */
	.btn-registration a{
	height: 60px;
	background: rgba(0, 167, 233, 1);
	border-radius: 30px;
	margin: 0 5.3%;
	display: block;
	box-sizing: border-box;
	transform: scale(1.0);
	transition: transform .5s;
}

.btn-registration a:hover{
	transform: scale(1.05);
	transition: transform .5s;
}

@media (min-width: 415px){
.btn-registration a{
	width: 400px;
	height: 60px;
	border-radius: 30px;
	margin: 0 auto;
}
}
@media (min-width: 960px){
.btn-registration a{
	width: 580px;
	height: 74px;
	border-radius: 37px;
	margin: 0 auto;
	transition: all 0.2s ease;
}
}

@media (min-width: 960px){
.btn-registration a:hover{
	background: #4dc3f0;
}
}

.btn-registration a figure.logo{
	height: 40px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	display: block;
	float: left;
	margin: 10px 0 0 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 415px){
.btn-registration a figure.logo{
	height: 40px;
	margin: 10px 0 0 24px;
}
}
@media (min-width: 960px){
.btn-registration a figure.logo{
	height: 46px;
	margin: 15px 0 0 40px;
}
}

.btn-registration a figure.logo img{
	width: auto;
	height: 22px;
	display: block;
	margin: 6px 16px 0 0;
}
@media (min-width: 415px){
.btn-registration a figure.logo img{
	height: 22px;
	margin: 6px 25px 0 6px;
}
}
@media (min-width: 960px){
.btn-registration a figure.logo img{
	height: 26px;
	margin: 6px 30px 0 6px;
}
}

.btn-registration a p{
	height: 60px;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	display: block;
	float: left;
	margin-left: 29px;
}
@media (min-width: 415px){
.btn-registration a p{
	height: 60px;
	font-size: 1.2rem;
	line-height: 60px;
	margin-left: 54px;
}
}
@media (min-width: 960px){
.btn-registration a p{
	height: 74px;
	font-size: 1.4rem;
	line-height: 74px;
	margin-left: 100px;
}
}


/* ==========================================================================
	btn-more
	========================================================================== */
.btn-more{
	width: 160px;
	height: 50px;
	font-size: 1.0rem;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
@media (min-width: 415px){
.btn-more{
	width: 180px;
	height: 50px;
	font-size: 1.2rem;
	position: relative;
	overflow: hidden;
	margin: 0;
}
}

.btn-more a{
	width: 100%;
	height: 50px;
	line-height: 58px;
	letter-spacing: 0;
	color: #000;
	display: block;
	padding: 0 2px;
}

.btn-more a:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .7s cubic-bezier(.19, 1, .22, 1);
	background: rgba(0, 155, 206, 1);
	z-index: 3;
}

@media (min-width: 960px){
.btn-more a:hover:before{
	height: 2px;
	transform: scaleX(1);
	transform-origin: left;
}
}

.btn-more a::after{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 4px;
	margin-top: -4px;
	background: url(../images/external-link.svg) no-repeat 0 0;
	background-size: 18px 18px;
	z-index: 1;
}

.btn-line:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
	z-index: 2;
}
@media (min-width: 960px){
.btn-line:after{
	height: 2px;
}
}
