body{
  line-height: 180%;
  font-size: 15px;
}

#header {
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 60px;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  overflow: hidden;
}

#logo {
  background: #ff4f92;
  padding: 20px 40px 20px 20px;
  box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  width: 200px;
  position: relative;
  z-index: 2;
}

#logo::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 122%;
  background: #ffffff;
  top: -5px;
  right: 18px;
  transform: rotate(18deg);
}

#logo1ft{
  width: 150px;
  margin: 0 auto 10px;
}

#logo img,
#logo1ft img{
  height: auto;
  width: 100%;
  padding: 0;
  display: block;
  vertical-align: bottom;
}

.m_fixed{
  background: rgba(255,255,255,.9);
  width: 100%;
  position: fixed;
}


/*メインビジュアル*/

.mainvl {
  position: relative;
}

.mainbox{
  width: 100%;
  height: 460px;
  background: url(images/main.jpg) no-repeat center center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.maintxt{
  position: absolute;
  z-index: 2;
  right: -5px;
  top: 100px;
  max-width: 230px;
  display: inline-block;
  text-align: center;
  transform: rotate( -20deg );
}

.maintxt li{
  background: rgba(255,255,255,.7);
  border-radius: 5px;
  padding: 4px 5px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  line-height: 18px;
  display: inline-block;
  white-space: nowrap;
}

.maintxt li span{
  font-weight: 700;
  font-style: italic;
}

.maintxt li:last-child{
  margin-left: 30px;
}

.mainbtn{
  position: absolute;
  border: 4px solid #ff2d85;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  z-index: 3;
  overflow: hidden;
  left: 5%;
  bottom: -50px;
}

.area{
  background: #ffffff;
  text-align: center;
  padding: 22px 5px 10px;
  line-height: 12px;
  font-size: 13px;
  font-weight: 500;
}

.area span{
  display: block;
  line-height: 22px;
}

.mailbtn{
  height: 170px;
  background: #ff2d85;
  position: relative;
}

.mailbtn a{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  padding-top: 40px;
  box-sizing: border-box;
  background:#ff2d85 url(images/icon1.png) no-repeat center 15px;
  background-size: 20px;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn a {
  color: #ffffff;
  background:#ff2d85 url(images/icon1.png) no-repeat 15px center;
  background-size: 20px;
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 15px 10px;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.sbtn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  visibility: hidden; 
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 4;
}

.sbtn.show {
  opacity: 1; /* 表示 */
  visibility: visible;
  z-index: 4;
}

.sbtn a{
  width: 95px;
  height: 95px;
  border: 5px solid rgba(255,255,255,1);
  border-radius: 50%;
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 36px;
  box-sizing: border-box;
  background:#ff2d85 url(images/icon1.png) no-repeat center 16px;
  background-size: 20px;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
  z-index: 4;
}


/*タイトル*/
.ttl p{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.contactttl .ttl p{
  font-size: 40px;
  line-height: 50px;
}

.ttl h2{
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  color: #ff2d85;
}

.ttl{
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.ttl::after{
  content: '';
  width: 60px;
  margin: 15px auto 0;
  display: block;
  background: #e8e8e8;
  height: 5px;
}

.subvl .ttl{
  padding-bottom: 0px;
}

.txt1{
  padding-bottom: 30px;
  width: 95%;
  margin: 0 auto;
}

.txt1 p{
  padding-right: 130px;
}

.img1{
  position: absolute;
  bottom: -90px;
  right: 0;
  z-index: 4;
  width: 100px;
}

/*斜め背景とか*/

.separator1,
.separator1f{
  position: relative;
  width: 100%;
  height: 100px;
  background: #ff4f92;
  z-index: 1;
  margin-bottom: -1px;
  clip-path: polygon(0 90%, 100% 0%, 100% 100%, 0 100%);
}

.separator1::before,
.separator1::after,
.separator1f::before,
.separator1f::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  clip-path: polygon(0 90%, 100% 0%, 100% 100%, 0 100%);
}

.separator1::before {
  background: #ffffff;
  bottom: -4px;
  z-index: 1;
}

.separator1f::before {
  background: #e8e8e8;
  bottom: -4px;
  z-index: 1;
}

.separator1::after,
.separator1f::after{
  background: #ff4f92;
  bottom: -8px;
  z-index: 2;
}

.separator2 {
  position: relative;
  height: 50px;
  margin-top: -1px;
  background: #ff4f92; 
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

.separator2::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
  border-bottom: 4px solid #e8e8e8; /* 5pxの白いライン */
}

.bg_arrow{
  width: 250px;
  margin: -1 auto 0;
  text-align: center;
  position: relative;
  z-index: 3;
}

.triangle,
.triangle::before,
.triangle::after{
  width: 0;
  height: 0;
  position: absolute;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
}

.triangle {
  border-top: 80px solid #ff4f92;
}

.triangle::before,
.triangle::after{
  content: '';
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.triangle::before {
  border-top: 80px solid #e8e8e8;
  bottom: 5px;
  z-index: 1;
}

.triangle::after {
  border-top: 80px solid #ff4f92;
  bottom: 10px;
  z-index: 2;
}

.separator3 {
  position: relative;
  width: 100%;
  height: 100px;
  background: #e8e8e8;
  margin-top: -1px;
  z-index: 1;
  clip-path: polygon(0 0%, 100% 0%, 100% 10%, 0 100%);
}

.separator3::before,
.separator3::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  clip-path: polygon(0 0%, 100% 0%, 100% 10%, 0 100%);
}

.separator3::before {
  background: #ffffff;
  top: -4px;
  z-index: 1;
}

.separator3::after {
  background: #e8e8e8;
  top: -8px;
  z-index: 2;
}

.separator4 {
  position: relative;
  width: 100%;
  height: 100px;
  background: #e8e8e8;
  z-index: 1;
  margin-bottom: -1px;
  clip-path: polygon(0 90%, 100% 0%, 100% 100%, 0 100%);
}

.separator4::before,
.separator4::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  clip-path: polygon(0 90%, 100% 0%, 100% 100%, 0 100%);
}

.separator4::before {
  background: #ffffff;
  bottom: -4px;
  z-index: 1;
}

.separator4::after {
  background: #e8e8e8;
  bottom: -8px;
  z-index: 2;
}

.ad_txt1,
.ad_txt2{
  padding: 0 20px 20px 0;
  background: url(images/udline.png) no-repeat right bottom;
  background-size: 260px;
  display: inline-block;
  position: absolute;
  z-index: 3;
}

.ad_txt1{
  right: 15%;
  top: 0px;
  transform: rotate( -12deg );
}

.ad_txt2{
  right: 10%;
  top: -40px;
   transform: rotate( -15deg );
}

.ad_txt1 p,
.ad_txt2 p{
  color: #ffffff;
  font-style: italic;
  letter-spacing: 2px;
}

.ad_txt1 p.pdl{
  padding-left: 30px;
}
.case_list {
  padding-top: 50px;
}
.case_list ul {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
}

.case_list li{
  width: 200px;
  margin: 20px auto 0;
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
}

.case_inr{
  
}

.casetxt{
  box-sizing: border-box;
  padding: 20px 10px;
  text-align: center;
}

.casetxt p{
  display: inline-block;
  text-align: left;
  font-size: 15px;
  line-height: 30px;
}

.casetxt span{
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
  color: #ff006b;
  padding-right: 2px;
  padding-left: 2px;
}

.caseimg{
  width: 100%;
  height: 150px;
}

.masked {
  position: relative;
  z-index: 1;
}

.maskimg1{
  width: 100%;
  height: 100%; 
  object-fit: cover; 
  object-position: center; 
   mask-image: url('images/mask2_sp.png');
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  -webkit-mask-image: url('images/mask2_sp.png');
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
}

.maskimg2{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
   mask-image: url('images/mask2_sp.png');
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  -webkit-mask-image: url('images/mask2_sp.png');
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
}

.sitter_list{
  
}

.sitter_list li.slick-slide {
  background: #ffffff;
  border-radius: 15px;
  margin: 0 10px;
  overflow: hidden;
}

.multiple-items .slick-slide {
  height: auto !important;
  display: flex !important;
  align-items: center;
}

.sitter_list .slick-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(0,0,0,0.3) url('images/ar_r.png') no-repeat center center;
  background-size: 8px;
  left: 10px;
  top: 100px;
  z-index: 3;
}

.sitter_list .slick-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(0,0,0,0.3) url('images/ar_l.png') no-repeat center center;
  background-size: 8px;
  right: 10px;
  top: 100px;
  z-index: 3;
}

.sitter_list .slick-next:before,
.sitter_list .slick-prev:before{
  content: none;
}

.sitter_inr{
  position: relative;
}

.thumbimg1{
  aspect-ratio: 3/2;
	width: 100%;
  background: url(images/pattern1.jpg) no-repeat center center;
  background-size: cover;
	position: relative;
	overflow: hidden;
}

.thumbimg1 img{
  height: auto;
	width: 100%;
	max-width: inherit;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.sitter_inr h3{
  padding: 15px;
}

.sitter_inr h3 span{
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
}

.job{
  color: #ffffff;
  font-weight: 700;
  background: #ff519a;
  padding: 2px 10px;
}

.sitter_txt{
  padding: 15px 15px 20px;
}

.sitter_txt dl{
  padding-top: 10px;
}


.sitter_txt dt,
.sitter_txt dd{
  padding-top: 5px;
}

.sitter_txt dt{
  width: 70px;
  float: left;
  clear: left;
}

.sitter_txt dd{
  padding-left: 70px;
  color: #ff2d85;
}

.number{
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  padding: 0 5px;
  color: #ff2d85;
}

.plan_flex{
  width: 90%;
  margin: 0 auto;
}

.clm1{
  
}

.clm2{
  margin-top: 30px;
}

.plan li{
  border-radius: 15px;
  margin-bottom: 15px;
  background: #efefef;
  overflow: hidden;
}

.schedule{
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.schedule::after{
  content: '';
  width: 140px;
  height: 25px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.price{
  flex: 1;
  box-sizing: border-box;
  padding: 30px 10px 15px 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.price span{
  color: #ff006a;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  padding-right: 5px;
}

.plan li:nth-child(even) .schedule{
  background: #f696be;
}

.plan li:nth-child(even) .schedule::after{
  background-color: #f696be;
}

.plan li:nth-child(odd) .schedule{
  background: #ff519a;
}

.plan li:nth-child(odd) .schedule::after{
  background-color: #ff519a;
}

.bnr{
  background: url(images/bg2.jpg) no-repeat center center;
  background-size: cover;
  padding: 20px 15px;
  border-radius: 15px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.bnr::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.2) 100%);
}

.logo2{
  width: 120px;
  margin: 0 auto 10px;
}

.bnr h3,
.bnr p{
  color: #ffffff;
}

.bnr p{
  font-size: .9rem;
  line-height: 22px;
}

.ad_icon{
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.flow ul {
  
}

.flow li {
  width: 320px;
  margin:0 auto 30px;
  text-align: center;
}

.step_inr{
  border-radius: 15px;
  padding: 20px 10px;
  text-align: center;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
}

.f_txt{
  padding: 20px 15px 0px;
}

/*
.flow li:nth-child(even) .step_inr {
  background: #ff5fa2;
}

.flow li:nth-child(odd) .step_inr {
  background: #f696be;
}*/

.flow li:nth-child(1) .step_inr {
  background: #f695be;
}

.flow li:nth-child(2) .step_inr {
  background: #fb80b2;
}

.flow li:nth-child(3) .step_inr {
  background: #fe6ba8;
}

.flow li:nth-child(4) .step_inr {
  background: #ff5fa2;
}

.step_inr::after{
  content: '';
  width: 120px;
  height: 25px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}


/*.flow li:nth-child(even) .step_inr::after{
  background: #ff5fa2;
}

.flow li:nth-child(odd) .step_inr::after{
  background: #f696be;
}*/

.flow li:nth-child(1) .step_inr::after{
  background: #f695be;
}

.flow li:nth-child(2) .step_inr::after{
  background: #fb80b2;
}

.flow li:nth-child(3) .step_inr::after{
  background: #fe6ba8;
}

.flow li:nth-child(4) .step_inr::after{
  background: #ff5fa2;
}

.flow li:last-child .step_inr::after{
  display: none;
}

.step{
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 15px;
  line-height: 30px;
}

.icon{
  width: 100px;
  margin: 10px auto 15px;
}

.step_inr h3{
  font-size: 17px;
  font-weight: bold;
  line-height: 32px;
  color: #ffffff;
}

.sitting_list ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: flex-start;
}

.sitting_list li{
  width: 48%;
  padding: 8px 5px;
  margin: 0 1% 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}

.sitting_list li::before{
  content: '#';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color: #ff006a;
}

.area_list ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  padding-top:64px;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: flex-start;
}

.area_list li{
  width: 48%;
  padding: 8px 5px;
  margin: 0 1% 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}

.area_list li::before{
  content: '#';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color: #ff006a;
}

#sitting .co_b{
  padding-bottom: 30px;
}

.box{
  width: 90%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.contactimg{
  width: 100%;
  height: 220px;
}

.contacttxt{
  box-sizing: border-box;
  padding: 30px 20px 40px;
}

.contactttl{
  position: relative;
  /**margin-bottom: 30px;**/
}

.ad_sp{
  display: none;
}

footer{
  background: url(images/bg1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

footer::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}

.ft_info{
  text-align: center;
}

.ft_info li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

.ft_info li a{
  color: #ffffff;
}

#copyright{
  text-align: center;
  padding-top: 20px;
  font-size: 11px;
  line-height: 30px;
  color: #ffffff;
}

.con_form{
  width: 100%;
  margin: 0 auto;
}

.con_form dl{
  padding-top: 20px;
}

.con_form dt{
  padding-bottom: 5px;
  font-weight: bold;
}

.con_form dd{
  padding-bottom: 30px;
}

.hissu{
	font-size: 12px;
	color: #ff006b;
	font-weight: bold;
	padding-left: 5px;
}

.subbg{
  width: 100%;
  background: url(images/bg1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.subbg::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}

.subvl{
  padding-top: 100px;
  padding-bottom: 40px;
}

.subvl .ttl::after{
  display: none;
}

.formpage{
  padding-top: 100px;
  padding-bottom: 50px;
}

/********************************************
 * 共通要素
 ********************************************/

.shadow {
  filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.1));
}

.txt_inline{
    display: inline-block;
}

.line1{
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin-top: 30px;
}

.flexul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
}

.tb{
    display: table;
}

.txt_s{
  font-size: 13px;
  line-height: 20px;
}

.txt_ns{
  font-size: 15px;
  line-height: 26px;
}

.txt_n{
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

.txt_m{
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.txt_l{
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
}

.txt_b{
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
}

.txt_c{
  text-align: center;
}

.txt_r{
  text-align: right;
}

.txt_l{
  text-align: left!important;
}

.mgat{
  margin: 0 auto;
}

.wid_1{
  width: 280px;
}

.wid_2{
  width: 300px;
}

.sp_none{
	display:none;
}

.pdb_no{
  padding-bottom: 0;
}

@media screen and (max-width: 500px) {

.mainbox{
  background: url(images/main_sp.jpg) no-repeat center center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  position: relative;
  margin-bottom: 30px;
}

.case_list ul {
  display:block;
}

.case_list li{
  width: 300px;
}

.caseimg{
  width: 100%;
  height: 180px;
}
  
.casetxt{
  box-sizing: border-box;
  padding: 20px 15px;
  text-align: center;
}
  
}

@media screen and (max-width: 450px) {
.sitter_list li.slick-slide {
  margin: 0 15px;
}
}

@media screen and (max-width: 380px) {
  
.plan_flex{
  width: 100%;
}

.box{
  width: 100%;
}
}

.contactttl .ttl{
	margin-bottom: 0!important;
}

.mainbox .appstore_budges{
  position: absolute;
  text-align: center;
  margin-top: 236px;
	width:100%
}

.appstore_budges img{
  width: 180px;
}

.appstore_budges_list {
  display: block;
}

.appstore_budges_list li{
  list-style: none;
  padding: 2px;
}

.contactttl .appstore_budges_list{
	width: 100%;
}

.appstore_budges_list li{
	text-align: center;
}

.contactttl .appstore_budges img{
  width: 320px;
  height: auto;
}

.contactttl .appstore_budges img{
  width: 180px;
}


