﻿@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------
	reset
---------------------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
  /*overflow-y: scroll;*/
  text-size-adjust: 100%
}
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, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*font-size: 100%;*/
  vertical-align: baseline;
  background: transparent;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content:'';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000; 
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;   
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  width: 100%;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}



/* ----------------------------------------------------------------------------------------------
	common
---------------------------------------------------------------------------------------------- */
/* --- display PC --- */
.pc {display: block;}
.tb {display: none;}
.sp {display: none;}
.pctb {display: block;}
.pcsp {display: block;}
.tbsp {display: none;}
#page-top {
  position: fixed;
  width: 65px;
  bottom: 8px;
  right: 15px;
  z-index: 9999;
}


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 768px) {
/* --- display Smartphone --- */
.pc {display: none;}
.tb {display: none;}
.sp {display: block;}
.pctb {display: none;}
.pcsp {display: block;}
.tbsp {display: block;}
#page-top {
  width: 13.86667vw;
  bottom: 1.33333vw;
  right: 1.33333vw;
}
}/* Smartphone End */



/* ---------------------------------------
   block common
---------------------------------------- */
#wrapper {
	width: 100% !important;
	font-size: 10px;
	line-height: 1.75;
	color: #000;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 1280px;
}
#wrapper img {
  width: 100%;
	vertical-align: bottom;
	height: auto;
}
a { 
	color: #000;
	text-decoration: none;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a img:hover {
	opacity: 0.7;
}	


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 768px) {
#wrapper {
  min-width: inherit;
}
a { 
  -webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}
a:hover, a img:hover {
	opacity: 1;
}	
}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
	header
---------------------------------------------------------------------------------------------- */
header {
  width: 100%;
  height: 80px;
  background: #fff;
}
header .headerInr {
  width: 1080px;
  height: 80px;
  margin: 0 auto;
  padding: 15px 0 0;
  box-sizing: border-box;
}
header .headerInr h1 {
  width: 142px;
}
header .headerInr h1 a {
  display: block;
}


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 768px) {
header {
  height: 12vw;
}
header .headerInr {
  width: 89.33333vw;
  height: 12vw;
  padding: 2vw 0 0;
}
header .headerInr h1 {
  width: 20.4vw;
  height: 7.33333vw;
}
header .headerInr h1 a {
  height: 7.33333vw;
}
}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
	#main
---------------------------------------------------------------------------------------------- */
#main {
  position: relative;
  width: 100%;
  min-height: 1504px;
  margin: 0 auto 0;
  padding-bottom: 60px;
  box-sizing: border-box;
}
#main h2 {
  position: absolute;
  width: 1280px;
  top: 230px;
  left: 50%;
  margin-left: -640px;
  z-index: 2;
}
#main h3 {
  position: absolute;
  width: 1080px;
  height: 464px;
  top: 834px;
  left: 50%;
  margin-left: -540px;
  z-index: 2;
}
#main p.title02 {
  position: absolute;
  width: 1280px;
  top: 0;
  left: 50%;
  margin-left: -640px;
  z-index: 2;
}
#main p.img03 {
  position: absolute;
  width: 464px;
  top: 54px;
  left: 50%;
  margin-left: -442px;
  z-index: 2;
}
#main p.kvBtn {
  position: absolute;
  width: 398px;
  top: 110px;
  left: 50%;
  margin-left: 44px;
  z-index: 3;
}
#main .kv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 976px;
  z-index: 1;
  background: url("../images/pc_kv02.png") center bottom / 100% auto no-repeat, url("../images/pc_kv.jpg") center center / cover no-repeat;
}
#main a.btn {
  position: absolute;
  display: block;
  width: 844px;
  height: 104px;
  bottom: 60px;
  left: 50%;
  margin-left: -422px;
  z-index: 2;
}


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 768px) {
#main {
  min-height: 210.6vw;
  margin: 0 auto 6.66667vw;
  padding-bottom: 0;
}
#main h2 {
  position: absolute;
  width: 100%;
  top: 35.73333vw;
  left: 0;
  margin-left: 0;
}
#main h3 {
  width: 100%;
  height: 101.33333vw;
  top: 90.13333vw;
  left: 0;
  margin-left: 0;
}
#main p.title02 {
  width: 100%;
  left: 0;
  margin-left: 0;
}
#main p.img03 {
  width: 58.66667vw;
  top: 5.6vw;
  left: 2.53333vw;
  margin-left: 0;
}
#main p.kvBtn {
  width: 33.33333vw;
  top: 11.33333vw;
  left: 64vw;
  margin-left: 0;
}
#main .kv {
  height: 96.8vw;
  background: url("../images/sp_kv.jpg") center top / 100% auto no-repeat;
}
#main a.btn {
  width: 90.66667vw;
  height: 13.33333vw;
  bottom: 0;
  left: 4.66667vw;
  margin-left: 0;
}
}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
	#sec01
---------------------------------------------------------------------------------------------- */
#sec01 {
  width: 100%;
}
#sec01 .inr {
  width: 100%;
  padding: 0 0 140px;
  background: url("../images/pc_sec01_bg01.jpg") center top / 3000px auto no-repeat, url("../images/pc_sec01_bg02.jpg") center bottom / 3000px auto no-repeat #f8f7f3;
}
#sec01 h2 {
  width: 1010px;
  margin: 0 auto 100px;
}
#sec01 ul.box01 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1080px;
	margin: 0 auto 50px;
}
#sec01 ul.box01 li {
  width: 320px;
}
#sec01 ul.box01 li dl dt {
  margin-bottom: 20px;
}
#sec01 ul.box01 li dl dd h3 {
  font-size: 26px;
  line-height: 1.35;
  font-weight: bold;
  padding-bottom: 16px;
}
#sec01 ul.box01 li:nth-child(1) dl dd h3 {
  color: #e88989;
}
#sec01 ul.box01 li:nth-child(2) dl dd h3 {
  color: #55b0c5;
}
#sec01 ul.box01 li:nth-child(3) dl dd h3 {
  color: #91bc65;
}
#sec01 ul.box01 li dl dd p {
  font-size: 16px;
  line-height: 1.56;
  caret-color: #333;
  text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
#sec01 h4 {
  width: 1080px;
  margin: 0 auto 70px;
}
#sec01 .sec01_2 {
  width: 100%;
  background: #fff;
  padding: 44px 0 0;
}
#sec01 .sec01_2 p.box02Title {
  width: 540px;
  margin: 0 auto 35px;
}
#sec01 .sec01_2 .course {
  width: 1080px;
  margin: 0 auto;
}
#sec01 .sec01_2 .course ul {
  position: relative;
  width: 100%;
  min-height: 380px;
  margin-bottom: 40px;
  background: #f8f7f3;
  border-radius: 20px;
  padding: 20px 31px;
  box-sizing: border-box;
}
#sec01 .sec01_2 .course ul:last-child {
  margin-bottom: 0;
}
#sec01 .sec01_2 .course ul li:nth-child(1) {
  position: absolute;
  top: 20px;
  left: 220px;
  width: 465px;
  z-index: 3;
  padding-top: 48px;
}
#sec01 .sec01_2 .course ul li:nth-child(1) h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.1em;
}
#sec01 .sec01_2 .course ul li.l02 {
  padding-top: 28px;
}
#sec01 .sec01_2 .course ul:nth-child(1) li:nth-child(1) {
  color: #db87ac;
}
#sec01 .sec01_2 .course ul:nth-child(2) li:nth-child(1) {
  color: #d45f56;
}
#sec01 .sec01_2 .course ul:nth-child(3) li:nth-child(1) {
  color: #55b0c5;
}
#sec01 .sec01_2 .course ul:nth-child(4) li:nth-child(1) {
  color: #91bc65;
}
#sec01 .sec01_2 .course ul:nth-child(even) li:nth-child(1) {
  left: inherit;
  right: 218px;
}
#sec01 .sec01_2 .course ul li:nth-child(2) {
  position: absolute;
  top: 20px;
  left: 31px;
  width: 1018px;
  z-index: 1;
}
#sec01 .sec01_2 .course ul li:nth-child(3) {
  position: relative;
  z-index: 2;
  padding: 160px 368px 0 0;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
#sec01 .sec01_2 .course ul li:nth-child(3) span {
  display: block;
  font-size: 11px;
  padding-top: 5px;
}
#sec01 .sec01_2 .course ul:nth-child(even) li:nth-child(3) {
  position: relative;
  z-index: 2;
  padding: 160px 0 0 368px;
}
#sec01 .sec01_3 {
  width: 100%;
  background: #3fbdbd;
  padding: 20px 0 60px;
}
#sec01 .sec01_3 h3 {
  width: 960px;
  margin: 0 auto;
}
#sec01 .sec01_3 a.btn {
  display: block;
  width: 844px;
  height: 104px;
  margin: 0 auto;
}


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 768px) {
#sec01 .inr {
  padding: 0;
  background: #f8f7f3;
}
#sec01 h2 {
  width: 100%;
  margin: 0 auto 4.66667vw;
}
#sec01 ul.box01 {
	width: 90.66667vw;
	margin: 0 auto 0;
}
#sec01 ul.box01 li {
  width: 100%;
  margin-bottom: 6.53333vw;
}
#sec01 ul.box01 li:after {
	content: "";
	display: block;
	clear: both;
}
#sec01 ul.box01 li dl dt {
  float: left;
  width: 42.66667vw;
  margin-bottom: 0;
}
#sec01 ul.box01 li dl dd {
  float: right;
  width: 44vw;
  padding-top: 5.86667vw;
}
#sec01 ul.box01 li dl dd h3 {
  font-size: 4.53333vw;
  padding-bottom: 2.33333vw;
}
#sec01 ul.box01 li dl dd p {
  font-size: 3.2vw;
  line-height: 1.5;
}
#sec01 h4 {
  width: 100%;
  margin: 0 auto 8vw;
}
#sec01 .sec01_2 {
  padding: 6.2vw 0 6.66667vw;
}
#sec01 .sec01_2 p.box02Title {
  width: 73.86667vw;
  margin: 0 auto 4.86667vw;
}
#sec01 .sec01_2 .course {
  width: 90.66667vw;
}
#sec01 .sec01_2 .course ul {
  min-height: inherit;
  margin-bottom: 5.33333vw;
  border-radius: 2.66667vw;
  padding: 4.26667vw 4.26667vw;
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
#sec01 .sec01_2 .course ul li:nth-child(1) {
  position: inherit;
  top: inherit;
  left: inherit;
  width: 100%;
  padding: 3.73333vw 0 3.2vw;
  order: 2;
}
#sec01 .sec01_2 .course ul li:nth-child(1) h3 {
  font-size: 4.53333vw;
  line-height: 1.35;
}
#sec01 .sec01_2 .course ul li.l02 {
  padding: 3.73333vw 0 3.2vw;
}
#sec01 .sec01_2 .course ul:nth-child(even) li:nth-child(1) {
  right: inherit;
}
#sec01 .sec01_2 .course ul li:nth-child(2) {
  position: inherit;
  top: inherit;
  left: inherit;
  width: 100%;
  order: 1;
}
#sec01 .sec01_2 .course ul li:nth-child(3) {
  position: inherit;
  padding: 0;
  font-size: 3.2vw;
  line-height: 1.75;
  order: 2;
}
#sec01 .sec01_2 .course ul li:nth-child(3) span {
  font-size: 2.66667vw;
  padding-top: 1.33333vw;
}
#sec01 .sec01_2 .course ul:nth-child(even) li:nth-child(3) {
  position: inherit;
  padding: 0;
}
#sec01 .sec01_3 {
  padding: 0 0 9.33333vw;
}
#sec01 .sec01_3 h3 {
  width: 100%;
}
#sec01 .sec01_3 a.btn {
  width: 90.66667vw;
  height: 13.33333vw;
}
}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
	#sec02
---------------------------------------------------------------------------------------------- */
#sec02 {
  width: 100%;
  background: #f8f7f3;
  padding: 64px 0 40px;
}
#sec02 h2 {
  width: 698px;
  margin: 0 auto 64px;
}
#sec02 ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1040px;
	margin: 0 auto 88px;
}
#sec02 ul li {
  width: 500px;
}
#sec02 ul li:nth-child(3) {
  width: 100%;
  text-align: right;
  font-size: 14px;
  color: #6f5240;
  padding-top: 10px;
}
#sec02 ul li:nth-child(4) {
  width: 100%;
  margin-top: 36px;
}
#sec02 p.title {
  width: 214px;
  margin: 0 auto 72px;
}
#sec02 .voiceBox {
  width: 1040px;
  margin: 0 auto 40px;
}
#sec02 .voiceBox:after {
	content: "";
	display: block;
	clear: both;
}
#sec02 .voiceBox .icon {
  width: 250px;
  float: left;
  padding-top: 136px;
}
#sec02 .voiceBox .callout {
  width: 750px;
  float: right;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
#sec02 .voiceBox.fr .icon {
  width: 250px;
  float: right;
  padding-top: 96px;
}
#sec02 .voiceBox.fr .callout {
  width: 750px;
  float: left;
  padding: 0 40px 0 0;
  box-sizing: border-box;
}
#sec02 .balloon01 {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 25px 20px;
  width: 710px;
  max-width: 100%;
  color: #000;
  font-size: 17px;
  line-height: 1.76;
  background: #fff;
  box-sizing: border-box;
}
#sec02 .balloon01:last-child {
  margin-bottom: 0;
}
#sec02 .balloon01:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -38px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 24px solid #fff;
}
#sec02 .balloon01 p {
  margin: 0;
  padding: 0;
  text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
#sec02 .balloon02 {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 25px 20px;
  width: 710px;
  max-width: 100%;
  color: #000;
  font-size: 17px;
  line-height: 1.76;
  background: #fff;
  box-sizing: border-box;
}
#sec02 .balloon02:last-child {
  margin-bottom: 0;
}
#sec02 .balloon02:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 24px solid #fff;
}
#sec02 .balloon02 p {
  margin: 0;
  padding: 0;
}
#sec02 .voiceBox p.annotation {
  text-align: right;
  font-size: 14px;
}


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 768px) {
#sec02 {
  padding: 6.66667vw 0 2.2vw;
}
#sec02 h2 {
  width: 51.46667vw;
  margin: 0 auto 5.93333vw;
}
#sec02 ul {
	width: 90.66667vw;
	margin: 0 auto 10.66667vw;
}
#sec02 ul li {
  width: 100%;
  margin-bottom: 0;
}
#sec02 ul li:nth-child(1) {
  margin-bottom: 8vw;
}
#sec02 ul li:nth-child(3) {
  font-size: 2.66667vw;
  padding-top: 1.33333vw;
}
#sec02 ul li:nth-child(4) {
  margin-top: 5.6vw;
}
#sec02 p.title {
  width: 30.66667vw;
  margin: 0 auto 7.2vw;
}
#sec02 .voiceBox {
  width: 90.66667vw;
  margin: 0 auto 9.33333vw;
}
#sec02 .voiceBox .icon {
  width: 42.66667vw;
  float: none;
  padding-top: 0;
  margin: 0 auto 6.66667vw;
}
#sec02 .voiceBox .callout {
  width: 100%;
  float: none;
  padding: 0;
}
#sec02 .voiceBox.fr .icon {
  width: 42.66667vw;
  float: none;
  padding-top: 0;
}
#sec02 .voiceBox.fr .callout {
  width: 100%;
  float: none;
  padding: 0;
}
#sec02 .balloon01 {
  margin: 0 0 5.66667vw;
  padding: 3.2vw;
  width: 100%;
  font-size: 3.2vw;
  line-height: 1.66;
}
#sec02 .balloon01:before {
  top: -2.23333vw;
  left: 50%;
  margin-left: -3.33333vw;
  border: 3.33333vw solid transparent;
  border-bottom: 3.33333vw solid #fff;
}
#sec02 .balloon02 {
  margin: 0 0 5.66667vw;
  padding: 3.2vw;
  width: 100%;
  font-size: 3.2vw;
  line-height: 1.66;
}
#sec02 .balloon02:before {
  top: -2.23333vw;
  left: 50%;
  margin-left: -3.33333vw;
  border: 3.33333vw solid transparent;
  border-bottom: 3.33333vw solid #fff;
}
#sec02 .voiceBox p.annotation {
  font-size: 2.13333vw;
}
}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
	#sec03
---------------------------------------------------------------------------------------------- */
#sec03 {
  width: 100%;
  background: #fff;
  padding: 64px 0 32px;
}
#sec03 h2 {
  width: 824px;
  margin: 0 auto 54px;
}
#sec03 ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1040px;
	margin: 0 auto;
}
#sec03 ul li {
  width: 504px;
  margin-bottom: 28px;
}
#sec03 ul li a {
  display: block;
}


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 768px) {
#sec03 {
  padding: 6.4vw 0 6.4vw;
}
#sec03 h2 {
  width: 61.33333vw;
  margin: 0 auto 7.73333vw;
}
#sec03 ul {
	width: 90.66667vw;
}
#sec03 ul li {
  width: 100%;
  margin-bottom: 3.23333vw;
}
}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
	#sec04
---------------------------------------------------------------------------------------------- */
#sec04 {
  width: 100%;
  background: #ffe7b2;
  padding: 64px 0 72px;
}
#sec04 ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1040px;
	margin: 0 auto;
}
#sec04 ul li {
  width: 516px;
  margin-bottom: 8px;
}
#sec04 ul li a {
  display: block;
}
.is-eventNone {
  pointer-events: none;
}


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 768px) {
#sec04 {
  padding: 4.26667vw 0 14.66667vw;
}
#sec04 ul {
	width: 90.66667vw;
}
#sec04 ul li {
  width: 100%;
  margin-bottom: 2.66667vw;
}
}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
	footer
---------------------------------------------------------------------------------------------- */
footer {
  width: 100%;
  background: #fff;
  height: 52px;
  text-align: center;
}
footer small {
  line-height: 52px;
  font-size: 16px;
  color: #111;
}


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 768px) {
footer {
  height: 5.86667vw;
}
footer small {
  line-height: 5.86667vw;
  font-size: 2.66667vw;
}
}/* Smartphone End */