@charset "UTF-8";
/* CSS Document */
/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
body {
	font-size: 14px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	text-align:center;
}
#contents {
	width: 90%;
	margin: 0 auto;
	text-align:center;
	}

header + #contents {
	padding-top: 0px;
}

.inner {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
a {
	color: #fff;
	list-style:none;
	text-decoration:none;
}
a:hover {
	color: #FFC042;
	list-style:none;
	
}

h1 {
	font-size: 28px;
}
h2 {
margin:0.25em;
	font-size: 34px;
	line-height:60px;
	text-align: center;
	font-weight:900;
	color:#333;
}
h3 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 38px;
	line-height:60px;
	font-weight: bold;
}
h4 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 21px;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 14px;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	color:#41a29c;
}
p {
	margin:0 0 1em 0;
	color:#666;
	font-weight:100;
	font-size:18px;
}
@media screen and (max-width:767px) {
p {
	margin:0 0 1em 0;
	color:#666;
	font-weight:100;
	font-size:16px;
}}

.triangle-bottom {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #fff transparent transparent transparent;
}
/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:100px;
	width:90%;
	margin:0 auto;
}
.twoColInner {
	overflow:hidden;
	margin-right:0%;
}
.twoColInner div {
	width:50%;
	float:left;
	text-align:left;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
	margin-left:3%;
	width:45%;
}
.twoColInner div:nth-child(2n+2) {
	margin-left:5%;
	width:45%;
	margin-bottom:100px;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
}

@media screen and (max-width:767px) {
	.twoCol {
		margin-right:0;
		margin-bottom:10px;
		width:100%;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}
	.twoColInner div:nth-child(2n+1) {
	clear:both;
	margin-left:0%;
width:100%;
}
	.twoColInner div:nth-child(2n+2) {

	margin:0 auto;
	width:80%;
margin-bottom:50px;
	}

.twoColInner img {
	width:100%;
	margin-bottom:0em;
}
}
	
/* 2カラム（スマートフォンでは1カラム左写真用) */
.two3Col {
	overflow:hidden;
	margin-bottom:100px;
	width:90%;
	margin:0 auto;
}
.two3ColInner {
	overflow:hidden;
	margin-right:0%;
	
}
.two3ColInner div {
	width:50%;
	float:left;
	text-align:left;
	
	
}
.two3ColInner div:nth-child(2n+1) {
	clear:both;
	margin-left:3%;
	width:45%;
}
.two3ColInner div:nth-child(2n+2) {

	margin-left:5%;
	width:45%;
	margin-bottom:100px;

}
.two3ColInner img {
	width:100%;
	margin-bottom:0.5em;
	

	
}


@media screen and (max-width:767px) {
	.two3Col { 
		clear:both;
		margin-right:0;
		width:100%;
	}
	.two3ColInner {
		display: flex;
  flex-direction: column-reverse;
		margin-right:0;
		position: relative;
	}
	.two3ColInner div {
		float:none;
		width:100%;	
	}
	.two3ColInner div:nth-child(2n+1) {
margin:0 auto;
width:80%;
	
}
	.two3ColInner div:nth-child(2n+2) {
margin-left:0%;
width:100%;
margin-bottom:10px;

	}

.two3ColInner img {
	width:100%;
	
	}
	


}
	
/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:absolute;
	margin-top:0px;
	top: 0px;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0);
	z-index: 100;
}

header:after {
	content: ""; 
	display: block;
	clear: both;
	margin-top:0px;
}

header h1 {
	float: left;
	height: 100px;
	font-size: 34px;
	line-height: 100px;
	color: rgba(255,255,255,0);
	margin-top:0px;
}

header h1 img {
	float: left;
	margin-top:20px;
	width:30%;
}

@media screen and (max-width:767px) {
	
	header {
	position:absolute;
	margin-top:-50px;
	left: 0;
	width: 70%;
	background: rgba(255,255,255,0);
	z-index: 100;
}

	header h1 {
		padding: 0px 0 0 5px;
		margin-top:0px;
		margin-left:5px;
	}
	header h1 img {
	vertical-align: middle;
	margin-top:70px;
	margin-left:0px;
	width:40%;
}
}



@media screen and (min-width: 767px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

#job a:link { color:#CCC;text-decoration:none; }
#job a:visited { color:#CCC;text-decoration:none; }
#job a:hover { color:#06C; text-decoration:none;}
#job a:active { color:red; text-decoration:none;}

.spmozi {
  display:none;
}

@media screen and (max-width: 767px){
  .spmozi {
    display:block;
  }
}


#section4 {
	margin:0 auto;
	margin-top:0px;
	background:#8DA0FC;
	width:100%;
	height:100%;
  color: #fff;
  font-size: 16px;
text-align:center;
margin::5%;
}
h7{
	font-size:36px;
	color:#FFF;
	font-weight:600;}
#section5 {
	background:#FFF;
	width:100%;
  color: #333;
  font-size: 16px;
text-align:center;
}


/* 4カラムページ紹介（スマートフォンでは2カラム) */
.two4Col {

	 display: inline-block;
	overflow:hidden;
	margin-bottom:0px;
	width:90%;
	margin:0 auto;

}
.two4ColInner {
	overflow:hidden;
	margin-right:0%;

	
}
.two4ColInner div {
	display:inline-block;
	width:20%;
	text-align:center;}
.two4ColInner div:nth-child(4n+1) {clear:both; margin-right:2%;}
.two4ColInner div:nth-child(4n+2) {clear:both; margin-right:2%;}
.two4ColInner div:nth-child(4n+3) {clear:both; margin-right:2%;}
.two4ColInner div:nth-child(4n+1) {clear:both; ;}

.two4ColInner img {
	margin-bottom:40px;

	box-shadow:
	0 4.8px 2.2px rgba(0,0,0,0.02),
	0 6.7px 5.3px rgba(0,0,0,0.03),
	0 2.5px 10px rgba(0,0,0,0.03),
	0 12.3px 7.9px rgba(0,0,0,0.03),
	0 41.8px 13.4px rgba(0,0,0,0.02),
	0 30px 80px rgba(0,0,0,0.02);
}
	

@media screen and (max-width:767px) {
	.two4Col{margin-bottom:10px; width:90%;margin:0 auto;}
	.two4ColInner {margin:0 auto;}
	.two4ColInner div {
		width:48%;margin:0 auto;margin-top:0px;}
	.two4ColInner div:nth-child(4n+1) {clear:both; margin-right:1%;}
.two4ColInner div:nth-child(4n+2) {clear:both; margin-right:1%;}
.two4ColInner div:nth-child(4n+3) {clear:both; margin-right:1%;}
.two4ColInner div:nth-child(4n+1) {clear:both; ;}
	
	.two4ColInner img {margin-bottom:20px;}
	box-shadow:
	0 4.8px 2.2px rgba(0,0,0,0.02),
	0 6.7px 5.3px rgba(0,0,0,0.03),
	0 2.5px 10px rgba(0,0,0,0.03),
	0 12.3px 7.9px rgba(0,0,0,0.03),
	0 41.8px 13.4px rgba(0,0,0,0.02),
	0 30px 80px rgba(0,0,0,0.02);
}

#section8 {
	position:relative;
	margin:0 auto;
	margin-top:0px;
	background:#fff;
	width:80%;
	height:100%;
  color: fff;
  font-size: 14px;
text-align:center;
}
@media screen and (max-width: 769px) {
	#section8 {
	position:relative;
	margin:0 auto;
	margin-top:0px;
	background:#fff;
	width:90%;
	height:100%;
  color: fff;
  font-size: 14px;
text-align:center;
}
}
#section3 {
	
	margin:0 auto;
	margin-top:50px;
	background:#fff;
	width:80%;
	height:100%;
  color: fff;
  font-size: 14px;
text-align:center;
}
#section7 {
	
	margin:0 auto;
	margin-top:50px;
	background:#fff;
	width:80%;
	height:100%;
  color: fff;
  font-size: 14px;
text-align:center;
}

@media screen and (max-width:767px) {
	#section7 {
	position:relative;
	margin:0 auto;
	margin-top:0px;
	background:#fff;
	width:95%;
	height:100%;
  color: fff;
  font-size: 14px;
text-align:center;
}
}


#section2 {
	position:relative;
	margin-top:0px;
	background:#fffff;
	width:100%;
	height:100%;
  color: #333;
  font-size: 16px;
text-align:center;

}

#section1 {
	position:relative;
	margin-top:0px;
	background:#ffff;
	width:100%;
	height:100%;
  color: #333;
  font-size: 16px;
text-align:center;

}
.iphone3{
	position:absolute;
    top:70%;
	left:80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index:1;
	 /* アニメーション */
  animation: fadeIn 4s linear;
  animation-fill-mode: both;
  width:20%;
  margin:0 auto;
  padding:0 0 2% 0 ;
  background-color:#fff;

  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  border-radius: 30px;
 
}

@media screen and (max-width:767px) {
	.iphone3{
	position:absolute;
    top:110%;
	left: 50%;
	right:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index:1;
	 /* アニメーション */
  animation: fadeIn 2s linear;
  animation-fill-mode: both;
  width:200px;
  height:440px;
   
  margin:0 auto;
  padding:0;
 
}

}
/* 2カラム店舗ページ（スマートフォンでは2カラム) */
.twojobCol {
	overflow:hidden;
	margin-bottom:0px;
	z-index:1;
}
.twojobColInner {
	overflow:hidden;
	margin-right:0%;
}
.twojobColInner div {
	width:50%;
	float:left;
	margin-right:0%;
	
}
.twojobColInner div:nth-child(2n+1) {
	clear:both;
	margin-top:-30px;
	position:absolute;
	left:0%;
	padding-top:20px;
	padding-bottom:10px;
	background-color:#ffff;
	border-radius:30px;
	z-index:1;
	box-shadow:
	0 -14.8px 2.2px rgba(0,0,0,.02),
	0 -6.7px 5.3px rgba(0,0,0,.028),
	0 -22.5px 10px rgba(0,0,0,.035),
	0 -12.3px 17.9px rgba(0,0,0,.042),
	0 -21.8px 33.4px rgba(0,0,0,.05),
	0 -20px 80px rgba(0,0,0,.01);
		margin-left:0%;
	
		  
}
.twojobColInner div:nth-child(2n+2) {
	float:right;
		background-color:#fff;	
}
.twojobColInner img {
	width:60%;
	margin-bottom:0.5em;
	border-radius:5px;
}


@media screen and (max-width:767px) {
	/* 2カラム掲載ボタン店舗ページ（スマートフォンでは2カラム) */
.twojobCol {
	overflow:hidden;
	margin-bottom:0px;
	z-index:1;
}
.twojobColInner {
	overflow:hidden;
	margin-right:0%;
}
.twojobColInner div {
	width:100%;
	float:left;
	margin-right:0%;
	
}
.twojobColInner div:nth-child(2n+1) {
	margin-top:-35px;
	position:absolute;
	padding-top:20px;
	padding-bottom:10px;
    clear:both;
	margin-left:0%;
	background-color:#ffff;
	border-radius:30px;
	z-index:1;
	box-shadow:
	0 -14.8px 2.2px rgba(0,0,0,.02),
	0 -6.7px 5.3px rgba(0,0,0,.028),
	0 -22.5px 10px rgba(0,0,0,.035),
	0 -12.3px 17.9px rgba(0,0,0,.042),
	0 -21.8px 33.4px rgba(0,0,0,.05),
	0 -20px 80px rgba(0,0,0,.01);
					  
}
.twojobColInner div:nth-child(2n+1) {
	
}
.twoTZColInner img {
	width:80%;
	margin-bottom:0.5em;
	border-radius:5px;
}

	
#section2 {
	position:relative;
	margin-top:350px;
	background:#fff;
	width:100%;
	height:100%;
  color: #333;
  font-size: 16px;
text-align:center;

}
}

#section6 {
	position:relative;
	margin-top:0px;
	background:#f0fbff;
	width:100%;
	height:100%;
  color: #333;
  font-size: 16px;
text-align:center;

}

.btn04 a {
	display:block;
	width:49%;
  height:72px;
  font-size: 16px;/*文字サイズ*/
  line-height: 72px;
  font-weight:600;
  border-radius: 50px;/*角の丸み*/
	color:#fff;
	text-decoration:none;
	border:3px solid #fff;
	background:#2272e4;
	transition:all 0.2s ease 0s;
	margin:0 auto;
	text-align:center;
	
}
.btn04 a:hover {
	color:#2272e4;
	background:#fff;
	transition:all 0.2s ease 0s;
	margin-bottom:2px;
	border:3px solid #2272e4;
	
}

@media screen and (max-width:767px) {
.btn04 a {
	display:block;
	width:60%;
  height:50px;
  font-size: 10px;/*文字サイズ*/
  line-height: 50px;
  font-weight:300;
  border-radius: 50px;/*角の丸み*/
	color:#fff;
	text-decoration:none;
	border:1px solid #fff;
	background:#2272e4;
	transition:all 0.2s ease 0s;
	margin:0 auto;
	text-align:center;
	
}
.btn04 a:hover {
	color:#2272e4;
	background:#fff;
	transition:all 0.2s ease 0s;
	margin-bottom:2px;
	border:1px solid #2272e4;
	
}}



	/* 3カラム（ステップ) */
.STEP {
	overflow:hidden;
	margin-bottom:0%;
	font-size:16px;
	color:rgba(0, 0, 0, 0.87);
	
}
.STEPInner {
	overflow:hidden;
	margin-right:-3%;
}
.STEPInner div {
	width:28%;
	padding:10px 10px 0 10px;
	float:left;
	margin:1% 1% 1% 1%;
	font-size:14px;
}
.STEPInner div:nth-child(3n+1) {
	clear:both;
}
.STEPInner img {
	width:75%;
	margin-bottom:0.5em;}
	
		.STEPInner p{
		float:none;
		margin:2% auto;
		font-size:14px;
		color:#666;
		width:60%;
	}
	
	
	@media screen and (max-width:767px) {
	
		/* 3カラム（ステップ) */
.STEP {
	overflow:hidden;
	margin-bottom:1%;
	font-size:16px;
	color:rgba(0, 0, 0, 0.87);
	
}
.STEPInner {
	overflow:hidden;
	margin-right:-3%;
}
.STEPInner div {
	width:30%;
	padding:0px;
	float:left;
	margin:1% 1% 1% 0%;
	font-size:14px;
}
.STEPInner div:nth-child(3n+1) {
	clear:both;
	margin-left:3%;
}
.STEPInner img {
	width:100%;
	margin-bottom:0.5em;}
	
		.STEPInner p{
			text-align:left;
		float:none;
		margin:2% auto;
		font-size:12px;
		color:#666;
		width:95%;
	}
	}
	
	



	@media screen and (max-width:767px) {
		h6{
			font-size:12px;}
	}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 75%;
  table-layout: fixed;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}

table tr {
  background-color: #fff;
  padding: .35em;
  border: 2px solid #eee;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}
table tr:last-child{
  border: none;
}
table th{
  padding: .5em;
  border-right: 2px solid #fff;
}
table td {
  padding: 0.1em .5em;
  border-right: 2px solid #eee;
  text-align: center;
}
table th {
  font-size: .85em;
}
table thead tr{
  background-color: #50535d;
  color:#fff;
}
table tbody th {
    border-right: 2px solid #eee;
}
th.non {
    border-right: none;
	background:rgba(77,192,178,0.03);
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
  color: #000;
  font-weight: bold;
  font-size:1.3em
}
.price span {
    font-size: .6em;
}
.red_bk{
  background:#e81010
}
.red-txt{
  color:#e81010
}
.btn{
	margin-top:10%;
  background:#ef6c00;
  border: 2px solid #ef6c00;
  color:#fff;
  padding: 1em;
  border-radius:20px;
  display:block;
  text-decoration:none;
  font-size:.8em
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
}
.btn:hover{
  background: #fff;
  border: 2px solid #FFC042;
  color: #e81010;
  transition: .2s;
}
table .btnarea td {
	background:rgba(77,192,178,0.03);
  padding: .2em .5em;
  border-right:none
}
@media screen and (max-width: 600px) {
  .wrap{
     overflow-x: scroll;
  }
  
  
  
  table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  table-layout: fixed;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}
}


form#mail_form input[type=radio], input[type=checkbox] {
  display: none;
}

form#mail_form .radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
  font-size:16px;
}

@media screen and (max-width:767px) {
form#mail_form .radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
  font-size:16px;
}
}

form#mail_form .radio:hover, .checkbox:hover {
  background-color: #B3E5FC;
}
form#mail_form .radio:hover:after, .checkbox:hover:after {
  border-color: #a10088;
}
form#mail_form .radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

form#mail_form .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #a10088;
  content: '';
  opacity: 0;
}
form#mail_form input[type=radio]:checked + .radio:before {
  opacity: 1;
}

form#mail_form.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
form#mail_form input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.radioul{
	display:inline-block;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
	list-style-type: none;
	
	
	
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}

dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
	font-size:16px;
}
dd {
	margin-bottom: 1em;
	text-align:left;
	font-size:16px;
}
/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	margin-top: 80px;
	background: #a10088;
	color: #fff;
	
}

.fnav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	margin: 0 50px;
	padding: 20px 0;
}

.fnav > ul {
	width: 33%;
	margin-bottom: 0;
	font-size: 12px;
	color: #fff;
}
.fnav > ul li {
	text-align: left;
}

.copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background: #a10088;
}

@media screen and (max-width:767px) {
	footer {
		margin-top: 40px;
	}

	.fnav {
		display: block;
		margin: 0;
	}
	.fnav > ul {
		width: 100%;
	}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
	border-radius:50%;
	
}



.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#a10088;
	border-radius:30px;
}
.totop img:hover {
	background:#222;
}

.raised{
  display: inline-block;
  width:50%;
  height:72px;
  font-size: 16px;/*文字サイズ*/
  line-height: 72px;
  font-weight:600;
  border-radius: 50px;/*角の丸み*/
  background-color: #ef6c00;/*背景色*/
  color: #FFF;/*文字色*/
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
}

.raised:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}
@media screen and (max-width:767px) {
.raised{
  display: inline-block;
  width:90%;
  height:72px;
  font-size: 16px;/*文字サイズ*/
  line-height: 72px;
  font-weight:600;
  border-radius: 50px;/*角の丸み*/
  background-color: #ef6c00;/*背景色*/
  color: #FFF;/*文字色*/
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
}

.raised:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}
}