@charset "utf-8";
/*-----------------------------------------------------	*/
/*	main img						*/
/*-----------------------------------------------------	*/
.main-img {
  position:relative;
  width: 100%;
  margin:0 auto;
  top: -124px;
}
.main-img:before {
  content:"";
  display:block;
  margin:20px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  border:#fff solid 1px;
  z-index:99;
}
.main-img .box {
  position: relative;
  width:1000px;
  margin:0 auto;
  z-index:99999;
}
.main-img .box .catch {
  display: none;
  position:absolute;
  top:180px;
  left:30px;
}
.main-img .btn {
  display: none;
  position:absolute;
  top:74%;
  left:50%;
  z-index: 99;
}
.main-img .bur {
  background:#fff;
  box-sizing:border-box;
  position:absolute;
  bottom:20px;
  right:-10000px;
  width:260px;
  height:155px;
  text-align:center;
  padding-top:20px;
  z-index:999;
  -moz-transition-duration:0.5s;
  -o-transition-duration:0.5s;
  -webkit-transition-duration:0.5s;
  transition-duration:0.5s;
}
.main-img .bur.show {
  right:20px;
}
.main-img .bur a {
  display:block;
  margin-top:10px;
}
.main-img.on-pc ul li {
  background: url(../img/common/main_img_01.jpg) center center / cover no-repeat;
  height: 100vh;
}
.main-img.on-pc ul li:nth-child(2) {
  background: url(../img/common/main_img_02.jpg) center center / cover no-repeat;
}
.main-img.on-pc ul li:nth-child(3) {
  background: url(../img/common/main_img_03.jpg) center center / cover no-repeat;
}
.main-img ul img {
  width:100%;
  max-width:100%;
  height: auto;
}
/*-----------------------------------------------------	*/
/*	main						*/
/*-----------------------------------------------------	*/
#main {
  top: -124px;
}
/*-----------------------------------------------------	*/
/*	concept						*/
/*-----------------------------------------------------	*/
#concept {
  background: url(../img/index/bg_concept.jpg) no-repeat;
  background-size: cover;
  width:100%;
  height:900px;
  margin-bottom:60px;
}
#concept .inner {
  position:relative;
  width:1000px;
  margin:0 auto;
}
#concept .inner h2 {
  padding-top:560px;
  margin-bottom:20px;
}
#concept .inner .img {
  margin-bottom:10px;
}
#concept .inner .btn a {
  display:block;
  width:330px;
  height:50px;
  border:#fff solid 1px;
  text-align:center;
  color:#fff;
  font-size:23px;
  line-height:52px;  
}
#concept .inner .btn a:hover {
  background: #fff;
  color:#6ea2df;
  text-decoration: none;
}
/*-----------------------------------------------------	*/
/*	skill						*/
/*-----------------------------------------------------	*/
#skill {
  margin-bottom:90px;
}
#skill .inner {
  position:relative;
  width:100%;
  margin:0 auto;
}
#skill .inner h2 {
  text-align:center;
  margin-bottom:60px;
}
#skill .inner .txt {
  text-align:center;
  margin-bottom:60px;
}
#skill .inner ul  {
  width:76%;
  max-width:760px;
  margin:0 auto;
}
#skill .inner ul.last  {
  width:57%;
  max-width:570px;
  margin:0 auto 100px;
}
#skill .inner ul li {
  float:left;
  width:19.21%;
  max-width:146px;
  margin-right:7.72%;
  margin-bottom:50px;
}
#skill .inner ul.last li {
  width:25.61%;
  max-width:146px;
  margin:0 11.585% 0 0;
}
#skill .inner ul li:last-child {
  margin-right:0;
}
#skill .inner ul li img {
  width:100%;
  height:auto;
  display:block;
}


/*-----------------------------------------------------	*/
/*	shimi						*/
/*-----------------------------------------------------	*/
#shimi {
  margin-bottom:90px;
}
#shimi .inner {
  position:relative;
  width:100%;
  margin:0 auto;
}
#shimi .inner h2 {
  text-align:center;
  margin-bottom:60px;
}
#shimi .inner .txt {
  text-align:center;
  margin-bottom:30px;
}
#shimi .inner .box {
  position: relative;
  box-sizing:border-box;
  width:86%;
  max-width:860px;
  margin:0 auto 100px;
  padding:50px 0 30px 6%;
  border:#9924fe solid 1px;
  box-shadow:0 0 30px #e0e0e0 inset;
}
#shimi .inner .box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow:0 0 30px #e0e0e0;
  z-index: 99;
}
#shimi .inner .box ul {
  font-family: '小塚ゴシック','Kozuka Gothic',sans-serif;
  float:left;
  width:20%;
  margin-right:5%;
}
#shimi .inner .box ul:nth-child(2) {
  width:44%;
}
#shimi .inner .box ul:last-child {
  width:20%;
  margin-right:0;
}
#shimi .inner .box ul li {
  margin-bottom:6px;
  font-size:20px;
  color:#666;
}
#shimi .inner .bg-gray {
  background: #f2f2f2;
  width: 100%;
  padding: 50px 0 90px;
}
#shimi .inner .bg-gray .txt {
  margin-bottom:60px;
}
#shimi .inner .bg-gray ul {
  width: 66%;
  max-width: 370px;
  margin: 0 auto;
}
#shimi .inner .bg-gray ul.last {
  width: 96%;
  max-width: 570px;
  margin: 0 auto;
}
#shimi .inner .bg-gray ul li {
  float:left;
  width:41.62%;
  max-width:154px;
  margin-right:16.76%;
  margin-bottom:60px;
}
#shimi .inner .bg-gray ul.last li {
  width:27.01%;
  max-width:154px;
  margin-right:9.485%;
  margin-bottom:95px;
}
#shimi .inner .bg-gray ul li:last-child {
  margin-right:0;
}
#shimi .inner .bg-gray ul li img {
  width:100%;
  height:auto;
  display:block;
}
#shimi .inner .bg-gray .btn {
  text-align: center;
}
/*-----------------------------------------------------	*/
/*	anything						*/
/*-----------------------------------------------------	*/
#anything {
  margin-bottom:90px;
}
#anything .inner {
  position:relative;
  width:96%;
  max-width:1000px;
  margin:0 auto;
}
#anything .inner h2 {
  text-align:center;
  margin-bottom:60px;
}
#anything .inner .txt {
  text-align:center;
  margin-bottom:60px;
}
#anything .inner ul  {
  width:72%;
  max-width:720px;
  margin:0 auto;
}
#anything .inner ul li {
  float:left;
  width:21.3%;
  max-width:154px;
  margin-right:4.9%;
  margin-bottom:50px;
}
#anything .inner ul li:nth-child(4n) {
  margin-right:0;
}
#anything .inner ul li img {
  width:100%;
  height:auto;
  display:block;
}
#anything .inner .bur-contact {
  position: relative;
  background: url(../img/index/bg_bur_contact.png) no-repeat;
  width: 100%;
  height: 139px;
}
#anything .inner .bur-contact .tel {
  position: absolute;
  top: 56px;
  left: 273px;
}
#anything .inner .bur-contact .btn-contact {
  position: absolute;
  top: 17px;
  right: 113px;
}
#anything .inner .bur-contact .btn-request {
  position: absolute;
  top: 78px;
  right: 113px;
}
/*-----------------------------------------------------	*/
/*	topix						*/
/*-----------------------------------------------------	*/
#topix {
  margin-top:-80px;
  padding-top:80px;
  margin-bottom:90px;
}
#topix .inner {
  position:relative;
  width:96%;
  max-width:1000px;
  margin:0 auto;
}
#topix .inner h2 {
  text-align:center;
  margin-bottom:60px;
}
#topix .inner .box {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.98, #fff), color-stop(0.00, #FF0));
  background: -webkit-linear-gradient(left, #FF0 0%, #fff 98%);
  background: -moz-linear-gradient(left, #FF0 0%, #fff 98%);
  background: -o-linear-gradient(left, #FF0 0%, #fff 98%);
  background: -ms-linear-gradient(left, #FF0 0%, #fff 98%);
  background: linear-gradient(to right, #FF0 0%, #fff 98%);
  width: 100%;
  padding: 50px 0;
}
#topix .inner .box .catch {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: #000 solid 1px;
  text-align: center;
}
#topix .inner .box .clearfix {
  margin-bottom:50px;
}
#topix .inner .box .clearfix:last-child {
  margin-bottom:0;
}
#topix .inner .box .img {
  float: left;
  width: 200px;
  padding-left: 140px;
}
#topix .inner .box .contents {
  float: left;
  width:40%;
  max-width: 520px;
  margin-left: 88px;
}
#topix .inner .box .contents .more {
  max-height:150px;
  margin-bottom:20px;
}
#topix .inner .box .contents .txt {
  margin-bottom:18px;
}
#topix .inner .box .contents .btn-more {
  width:100%;
  height:43px;
  box-sizing:border-box;
  padding:10px;
  text-align:center;
  color:#00cd28;
  border:#00cd28 solid 1px;
  cursor:pointer;
  -moz-transition-duration:0.5s;
  -o-transition-duration:0.5s;
  -webkit-transition-duration:0.5s;
  transition-duration:0.5s;
}
#topix .inner .box .contents .btn-more:hover {
  background: #00cd28;
  color:#fff;
}
/*-----------------------------------------------------	*/
/*	flow						*/
/*-----------------------------------------------------	*/
#flow {
  margin-top:-80px;
  padding-top:80px;
  margin-bottom:90px;
}
#flow .inner {
  position:relative;
  width:96%;
  max-width:1000px;
  margin:0 auto;
}
#flow .inner h2 {
  text-align:center;
  margin-bottom:60px;
}
#flow .inner ul {
  width:80%;
  max-width:800px;
  margin:0  auto;
}
#flow .inner ul li {
  position: relative;
  float:left;
  box-sizing:border-box;
  width:27.5%;
  height: 300px;
  margin-right:8.75%;
  margin-bottom:50px;
}
#flow .inner ul li:before {
  content: ">";
  position: absolute;
  top: 100px;
  right: -45px;
  font-family:monospace;
  font-size: 30px;
}
#flow .inner ul li:nth-child(3n) {
  margin-right:0;
}
#flow .inner ul li:nth-child(3n):before,
#flow .inner ul li.last:before {
  display: none;
}
#flow .inner ul li.last {
  width:63%;
  margin-right: 0;
}
#flow .inner ul li .box {
  position:relative;
  max-width:220px;
  height:220px;
  border:#000 solid 1px;
  margin-bottom:4px;


}
#flow .inner ul li.last .box {
  width:100%;
  max-width:100%;
}
#flow .inner ul li .box .img {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:64px;
  height:64px;
  margin:auto;
}
#flow .inner ul li.last .box .img {
  position: relative;
  float:left;
  width:64px;
  height:64px;
  margin:76px 0 0 50px;
}
#flow .inner ul li .box .txt {
  font-size:17px;
  text-align:center;
  margin-top:144px;
}
#flow .inner ul li .notes {
  font-size:14px;
  line-height:160%;
}
#flow .inner ul li.last .box .txt-box {
  float:left;
  width:58%;
  margin:50px 0 0 40px;
}
#flow .inner ul li.last .box .txt-box .txt-l {
  font-size:17px;
}
#flow .inner ul li.last .box .txt-box .txt {
  font-size:14px;
  text-align:left;
  margin-top:30px;
}
#flow .inner .btn-request a {
  display:block;
  box-sizing:border-box;
  width:82%;
  max-width:820px;
  height:62px;
  text-align:center;
  color:#8900FF;
  margin:0 auto;
  padding-top:20px;
  border:#8900FF solid 1px;
}
#flow .inner .btn-request a:hover {
  background: #8900FF;
  color:#fff;
  text-decoration: none;
}
/*-----------------------------------------------------	*/
/*	care						*/
/*-----------------------------------------------------	*/
#care {
  margin-bottom:90px;
}
#care .inner {
  position:relative;
  width: 96%;
  max-width:1000px;
  margin:0 auto;
}
#care .inner h2 {
  text-align:center;
  margin-bottom:30px;
}
#care .inner .txt {
  text-align:center;
  margin-bottom:60px;
}
#care .inner .box {
  width:79%;
  max-width:790px;
  margin:0 auto;
}
#care .inner .box .img {
  float:left;
  width:56.5822785%;
  max-width:447px;
}
#care .inner .box .img img {
  width: 100%;
  height: auto;
}
#care .inner .box .contents {
  width:35.443038%;
  max-width:280px;
  float:right;
}
#care .inner .box .contents .txt {
  font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",serif;
  line-height:160%;
  font-size:16px;
  text-align:left;
  margin-bottom:30px;
}
#care .inner .box .contents .btn a {
  display:block;
  color:#0083FF;
  font-size:18px;
  border:#0083FF solid 1px;
  width:98%;
  height:46px;
  box-sizing:border-box;
  padding-top:12px;
  text-align:center;
  margin:0 auto;
}
#care .inner .box .contents .btn a:hover {
  background: #0083FF;
  color:#fff;
  text-decoration: none;
}
/*===============================================
	TABLET CSS
===============================================*/
/*-----------------------------------------------------	*/
/*	tablet flow						*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 1100px){
#flow .inner ul li .box .txt,
#flow .inner ul li.last .box .txt-box .txt-l {
  font-size: 15px;
}
}
@media screen and (max-width: 900px){
#flow .inner ul {
  width:80%;
  max-width:800px;
  margin:0  auto;
}
#flow .inner ul li {
  position: relative;
  float:left;
  box-sizing:border-box;
  width:45.625%;
  height: 300px;
  margin-right:8.75%;
  margin-bottom:50px;
}
#flow .inner ul li:before {
  right: -38px;
}
#flow .inner ul li:nth-child(3n) {
  margin-right:8.75%;
}
#flow .inner ul li:nth-child(2n) {
  margin-right:0;
}
#flow .inner ul li:nth-child(3n):before {
  display: block;
}
#flow .inner ul li:nth-child(2n):before,
#flow .inner ul li.last:before {
  display: none;
}
#flow .inner ul li:nth-child(7) {
  width:31.625%;
}
#flow .inner ul li.last {
  width:59.625%;
  margin-right: 0;
}
#flow .inner ul li .box {
  position:relative;
  max-width:100%;
  height:220px;
  border:#000 solid 1px;
  margin-bottom:4px;
}
#flow .inner ul li.last .box .img {
  margin: 76px 0 0 35px;
}
#flow .inner ul li.last .box .txt-box {
  margin: 40px 0 0 40px;
}
#flow .inner ul li.last .box .txt-box .txt {
  margin-top: 20px;
}
}
/*===============================================
	SP CSS
===============================================*/
@media screen and (max-width: 768px){
/*-----------------------------------------------------	*/
/*	sp main img											*/
/*-----------------------------------------------------	*/
.main-img {
  position:relative;
  width: 100%;
  margin:67px auto 0;
  top: 0;
}
.main-img:before {
  content:"";
  display:block;
  margin:5px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  border:#fff solid 1px;
  z-index:99;
}
.main-img .box {
  position: absolute;
  top:20px;
  left:5px;
  width:180px;
  margin:0 auto;
  z-index:99999;
}
.main-img .box .catch {
  position:absolute;
  top:0px;
  left:0px;
}
.main-img .box .catch img {
  width:100%;
  height:auto;
}
.main-img .box .btn {
  position:absolute;
  top:110px;
  left:80px;
}
.main-img .bur {
  background:#fff;
  box-sizing:border-box;
  position:absolute;
  bottom:5px;
  width:160px;
  height:105px;
  text-align:center;
  padding-top:20px;
  font-size:12px;
}
.main-img .bur.show {
  right:5px;
}
.main-img .bur a {
  display:block;
  margin:0 auto;
  width:96%;
}
.main-img .bur a img {
  width:100%;
  height:auto;
}
.main-img ul img {
  width:100%;
  max-width:100%;
  height: auto;
}
/*-----------------------------------------------------	*/
/*	main						*/
/*-----------------------------------------------------	*/
#main {
  top:0;
}
/*-----------------------------------------------------	*/
/*	sp concept						*/
/*-----------------------------------------------------	*/
#concept {
  background: url(../img/index/bg_concept.jpg) no-repeat;
  background-size: cover;
  width:100%;
  height:auto;
  margin-bottom:100px;
}
#concept .inner {
  position:relative;
  width:96%;
  margin:0 auto;
}
#concept .inner h2 {
  width:140px;
  padding-top:100px;
  margin-bottom:0px;
}
#concept .inner h2 img {
  width:100%;
  height:auto;
}
#concept .inner .img {
  width:270px;
  margin-bottom:10px;
}
#concept .inner .img img {
  width:100%;
  height:auto;
}
#concept .inner .btn {
  position:absolute;
  bottom:-60px;
  left:0;
  right:0;
  margin:auto;
}
#concept .inner .btn a {
  display:block;
  width:240px;
  height:40px;
  margin:0 auto;
  border:#0083ff solid 1px;
  text-align:center;
  color:#0083ff;
  font-size:12px;
  text-indent:2em;
  line-height:42px;  
}
/*-----------------------------------------------------	*/
/*	sp shimi						*/
/*-----------------------------------------------------	*/
#shimi {
  margin-bottom:90px;
}
#shimi .inner {
  position:relative;
  width:96%;
  margin:0 auto;
}
#shimi .inner h2 {
  width:96%;
  max-width:442px;
  text-align:center;
  margin:0 auto 30px;
}
#shimi .inner .txt {
  max-width:545px;
  text-align:center;
  margin:0 auto 20px;
}
#shimi .inner h2 img,
#shimi .inner .txt img {
  width:100%;
  height:auto;
}
#shimi .inner .box {
  box-sizing:border-box;
  width:96%;
  margin:0 auto 20px;
  padding:50px 5% 30px ;
  border:#198eff solid 1px;
}
#shimi .inner .box ul {
  font-family: '小塚ゴシック','Kozuka Gothic',sans-serif;
  float:left;
  width:20%;
  margin-right:5%;
}
#shimi .inner .box ul:nth-child(2) {
  width:44%;
}
#shimi .inner .box ul:last-child {
  width:20%;
  margin-right:0;
}
#shimi .inner .box ul li {
  margin-bottom:6px;
  font-size:14px;
  color:#666;
}
#shimi .inner .catch {
  width:320px;

  margin:0 auto;
  font-family: '小塚ゴシック','Kozuka Gothic',sans-serif;
  font-size:16px;
  color:#0083ff;
  text-align:center;
  line-height:140%;
}
/*-----------------------------------------------------	*/
/*	sp anything						*/
/*-----------------------------------------------------	*/
#anything {
  margin-bottom:90px;
}
#anything .inner {
  position:relative;
  width:96%;
  max-width:1000px;
  margin:0 auto;
}
#anything .inner h2 {
  width:96%;
  max-width:413px;
  text-align:center;
  margin:0 auto 30px;
}
#anything .inner .txt {
  max-width:635px;
  text-align:center;
  margin:0 auto 60px;
  font-family: '小塚ゴシック','Kozuka Gothic',sans-serif;
  font-size:16px;
}
#anything .inner h2 img,
#anything .inner .txt img {
  width:100%;
  height:auto;
}
#anything .inner ul  {
  width:100%;
  max-width:720px;
  margin:0 auto;
}
#anything .inner ul.last  {
  width:34.6%;
  max-width:346px;
  margin:0 auto 60px;
}
#anything .inner ul li {
  float:left;
  width:21.3%;
  max-width:154px;
  margin-right:4.9%;
  margin-bottom:50px;
}
#anything .inner ul.last li {
  width:44.5%;
  max-width:154px;
  margin:0;
}
#anything .inner ul.last li:last-child {
  float:right;
}
#anything .inner ul li:nth-child(4n) {
  margin-right:0;
}
#anything .inner ul li img {
  width:100%;
  height:auto;
  display:block;
}
#anything .inner .bur-contact {
  position: relative;
  background: url(../img/index/bg_bur_contact.png) no-repeat;
  background-size:contain;
  width: 360px;
  height: 51px;
  margin:0 auto;
}
#anything .inner .bur-contact .tel {
  width:100px;
  position: absolute;
  top: 13px;
  left:94px;
}
#anything .inner .bur-contact .tel img {
  width:100%;
  height:auto;
}
#anything .inner .bur-contact .btn-contact {
  width:70px;
  position: absolute;
  top: 6px;
  right: 10px;
}
#anything .inner .bur-contact .btn-contact img {
  width:100%;
  height:auto;
}
#anything .inner .bur-contact .btn-request {
  width:70px;
  position: absolute;
  top: 30px;
  right: 10px;
}
#anything .inner .bur-contact .btn-request img {
  width:100%;
  height:auto;
}
/*-----------------------------------------------------	*/
/*	sp topix						*/
/*-----------------------------------------------------	*/
#topix {
  margin-bottom:60px;
}
#topix .inner {
  position:relative;
  width:100%;
  margin:0 auto;
}
#topix .inner .box {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.98, #fff), color-stop(0.00, #FF0));
  background: -webkit-linear-gradient(left, #FF0 0%, #fff 98%);
  background: -moz-linear-gradient(left, #FF0 0%, #fff 98%);
  background: -o-linear-gradient(left, #FF0 0%, #fff 98%);
  background: -ms-linear-gradient(left, #FF0 0%, #fff 98%);
  background: linear-gradient(to right, #FF0 0%, #fff 98%);
  width: 100%;
  padding: 50px 0;
}
#topix .inner .box .catch {
  width: 260px;
  box-sizing: border-box;
  padding-bottom: 0;
  margin:0 auto 20px;
  border-bottom:none;
  text-align: center;
}
#topix .inner .box .catch img {
  width:100%;
  height:auto;
}
#topix .inner .box .clearfix {
  margin-bottom:50px;
}
#topix .inner .box .clearfix:last-child {
  margin-bottom:0;
}
#topix .inner .box .img {
  float: none;
  width: 200px;
  margin:0 auto;
  padding-left:0;
}
#topix .inner .box .contents {
  float: none;
  width: 96%;
  margin:0 auto 0;
}
#topix .inner .box .contents .txt {
  margin-bottom:18px;
}
#topix .inner .box .contents .btn-more a {
  display:block;
  width:100%;
  height:43px;
  box-sizing:border-box;
  padding:10px;
  text-align:center;
  color:#00cd28;
  border:#00cd28 solid 1px;
}

/*-----------------------------------------------------	*/
/*	sp flow						*/
/*-----------------------------------------------------	*/
#flow {
  margin-bottom:90px;
}
#flow .inner {
  position:relative;
  width:96%;
  margin:0 auto;
}
#flow .inner h2 {
  text-align:center;
  margin-bottom:60px;
}
#flow .inner ul {
  width:90%;
  margin:0  auto;
}
#flow .inner ul li {
  position: relative;
  float:none;
  box-sizing:border-box;
  width:100%;
  max-width:400px;
  margin:0 auto 50px;
}
#flow .inner ul li:nth-child(3n) {
  margin-right:auto;
}
#flow .inner ul li:nth-child(2n) {
  margin-right:auto;
}
#flow .inner ul li:nth-child(7) {
  width: 100%;
}
#flow .inner ul li:before {
  display: none;
}
#flow .inner ul li:nth-child(3n):before {
  display: none;
}
#flow .inner ul li:after {
  content: '\f078';
  display: block;
  position:absolute;
  bottom:-38px;
  left:0;
  right:0;
  text-align:center;
  margin:auto;
  font-family:FontAwesome;
  color: #000;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#flow .inner ul li:last-child {
  margin:0 auto 50px;
}
#flow .inner ul li.last {
  width:100%;
}
#flow .inner ul li.last:after {
  display:none;
}
#flow .inner ul li .box {
  position:relative;
  max-width:400px;
  height:220px;
  border:#000 solid 1px;
  margin-bottom:4px;
}
#flow .inner ul li.last .box {
  width:100%;
  max-width:100%;
}
#flow .inner ul li .box .img {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  width:64px;
  height:64px;
  margin:auto;
}
#flow .inner ul li.last .box .img {
  position: relative;
  float:left;
  width:64px;
  height:64px;
  margin:76px 0 0 20px;
}
#flow .inner ul li .box .txt {
  font-size:14px;
  text-align:center;
  margin-top:144px;
}
#flow .inner ul li .notes {
  font-size:10px;
  line-height:160%;
}
#flow .inner ul li.last .box .txt-box {
  float:left;
  width:66%;
  margin:24px 0 0 20px;
}
#flow .inner ul li.last .box .txt-box .txt-l {
  font-size:17px;
}
#flow .inner ul li.last .box .txt-box .txt {
  font-size:12px;
  text-align:left;
  margin-top:30px;
}
#flow .inner .btn-request a {
  display:block;
  box-sizing:border-box;
  width:82%;
  max-width:820px;
  height:62px;
  text-align:center;
  color:#8900FF;
  margin:0 auto;
  padding-top:20px;
  border:#8900FF solid 1px;
}
/*-----------------------------------------------------	*/
/*	sp care						*/
/*-----------------------------------------------------	*/
#care {
  margin-bottom:90px;
}
#care .inner {
  position:relative;
  width:100%;
  margin:0 auto;
}
#care .inner h2 {
  width:300px;
  text-align:center;
  margin:0 auto 30px;
}
#care .inner h2 img {
  width:100%;
  height:auto;
}
#care .inner .txt {
  text-align:center;
  margin-bottom:60px;
}
#care .inner .box {
  width:100%;
  max-width:790px;
  margin:0 auto;
}
#care .inner .box .img {
  float:none;
  width:96%;
  margin:0 auto;
  max-width:447px;
}
#care .inner .box .img img {
  width:100%;
  height:auto;
}
#care .inner .box .contents {
  width:96%;
  max-width:400px;
  margin:0 auto;
  float:none;
}
#care .inner .box .contents .txt {
  font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",serif;
  line-height:160%;
  font-size:16px;
  text-align:left;
  margin-bottom:30px;
}
#care .inner .box .contents .btn a {
  display:block;
  color:#0083FF;
  font-size:18px;
  border:#0083FF solid 1px;
  width:98%;
  height:46px;
  box-sizing:border-box;
  padding-top:12px;
  text-align:center;
  margin:0 auto;
}

}
/*===============================================
	412px CSS
===============================================*/
@media screen and (max-width: 412px) {
#shimi .inner .box {
  padding: 30px 5%;
}
#shimi .inner .box ul {
  float:none;
  width:100%;
  margin-right:0;
}
#shimi .inner .box ul:nth-child(2) {
  width:100%;
}
#shimi .inner .box ul:last-child {
  width:100%;
}
#shimi .inner .box ul li {
  margin-bottom:6px;
  font-size:14px;
  color:#666;
  float: left;
  width: 46%;
  margin-right: 4%;
}
}