/* Media Queries
-------------------------------------------------- */

@media only screen and (max-width: 560px) {
  /* Body
	-------------------------------------------------- */
  /* Header
	-------------------------------------------------- */

  /* Common Elements
	-------------------------------------------------- */

  /* paragraph */

  /* button */

  /* Content
  -------------------------------------------------- */
  .mb10 {
    margin-bottom: 60px !important;
  }
  .mb15 {
    margin-bottom: 80px !important;
  }

  .mb5 {
    margin-bottom: 25px !important;
  }
  body p {
    font-size: 1.4rem;
    line-height: 2;
  }

  #mainvisual .inner {
    background-image: url(../../images/main_img_sp.jpg);
    background-color: #eff9fe;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1500px;
    height: 640px;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }

  #mainvisual .inner .main_ttl {
    position: absolute;
    top: 30px;
    left: -80px;
  }

  #mainvisual .inner .main_ttl .txt {
    margin-left: 110px;
  }

  section#about .inner .flex {
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  section#about .inner .flex h2.ttl01 {
    margin-bottom: 30px;
    width: 85%;
  }

  section#about .inner .box01 .txt p {
    margin-left: 0;
    width: 90%;
    margin: 0 auto 40px;
  }

  section#about .inner .box01 .img {
    width: 100%;
    margin-right: 0;
    max-width: 755px;
  }

  section#about .inner .box02 {
    max-width: 1350px;
    width: 90%;
    margin: 0 auto;
  }

  section#about .inner .box02 .txt ul li .num {
    max-width: 80px;
    width: 100%;
    margin-right: 30px;
  }

  section#about .inner .box02 .txt ul li .point h3 {
    color: #d60050;
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
  }

  section#about .inner .box02 .txt ul li .point h3 br {
    display: none;
  }

  section#about .inner .box02 .img {
    display: none;
  }

  section#bene h2 {
    font-weight: 500;
    font-size: 1.8rem;
    padding: 18px 0;
  }
  section#bene .list ul {
    display: flex;
    flex-direction: column;
    width: 90%;
  }

  section#bene .list ul li {
    background-color: #d60050;
    color: #fff000;
    text-align: center;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 20px 5px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#bene .list {
    background-image: url(../../images/bene_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    min-height: auto;
    margin: 0 auto;
  }

  section#bene .list ul li {
    font-size: 1.4rem;
  }

  section#bene .list ul li br {
    display: none;
  }

  section#bene .list h3 {
    font-size: 1.8rem;
    line-height: 1.6;
  }

  section#bene .list h3 span {
    font-size: 2rem;
  }

  section#bene .list .arrow {
    text-align: center;
    padding: 0px 0 10px 0;
    max-width: 35px;
    display: block;
    margin: 0 auto;
  }

  section#bene .wom {
    background-image: url(../../images/bene_img01_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0px;
    min-height: auto;
  }
  section#bene .wom .inner {
    width: 100%;
    max-width: none;
    padding: 0 15px 0 100px;
  }
  section#bene .wom .inner h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 10px;
  }
  section#bene .wom .inner p {
    line-height: 1.6;
  }

  section#int {
    background: #ded3c5;
    padding: 70px 0;
  }

  section#int .inner h2 {
    text-align: center;
    width: 50%;
    margin: 0 auto 50px auto;
  }

  section#scheme .sch_ttl h2 {
    width: 70%;
    max-width: 260px;
    margin: 0 auto 20px auto;
  }

  section#scheme .sch_ttl .flex {
    justify-content: space-between;
    flex-direction: column;
  }

  section#scheme .flex_12 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  section#scheme .sch_me .sb_arrow {
    position: relative;
    padding-bottom: 110px;
    width: 90%;
  }

  section#scheme .sch_me .sb_arrow:after {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 80px;
    content: "";
    background-image: url(../../images/arrow01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  section#scheme .sch_me .sche_box .txt p br {
    display: none;
  }

  section#scheme .sch_me .txt {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  section#scheme .sch_me .txt h3.sales {
    max-width: 210px;
  }

  section#scheme .sche_box h3 {
    margin-bottom: 20px;
    max-width: 130px;
  }

  section#scheme .sche_box h3 span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
  }

  section#scheme .shoothing .arrow {
    position: absolute;
    bottom: 0;
    left: 80px;
    display: none;
  }

  section#scheme .sch_me .sche_box p.arrow {
    position: static;
    bottom: 0;
    left: 80px;
    display: none;
  }

  section#scheme .shoothing {
    position: relative;
    padding-bottom: 110px;
  }

  section#scheme .shoothing:after {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 80px;
    content: "";
    background-image: url(../../images/arrow01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  section#scheme .shoothing .txt {
    position: static;
    width: 100%;
    right: 0;
  }

  section#scheme .shoothing .txt {
    position: static;
    width: 90%;
    margin: 0 auto 20px;
  }

  section#example h2 {
    font-weight: 500;
    font-size: 1.6rem;
    padding: 18px 0;
  }

  section#example .list .inner {
    background: #d60050;
    width: 100%;
    max-width: none;
    padding: 35px 10px;
  }

  section#example .list .inner .in {
    border: 1px solid #fff;
    padding: 25px 10px;
  }

  section#example .list .inner .in h3 {
    white-space: nowrap;
    top: -10px;
    left: 50%;
    font-weight: normal;
    font-size: 2rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  section#example .list .inner ul.ul01 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

  section#example .list .inner ul.ul01 li {
    width: 100%;
  }

  section#example .list .inner ul li {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
  }

  section#example .list .inner ul.ul01 li:nth-child(even) {
    width: 100%;
  }

  section#example .list {
    margin-bottom: 80px;
  }

  section#example .with h3 {
    position: relative;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center;
    width: auto;
    text-align: center;
    font-size: 1.6rem;
    color: #d60050;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 10px 30px 10px;
  }

  section#example .with .img .detail {
    position: absolute;
    bottom: -45px;
    width: 100%;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  section#example {
    margin-bottom: 100px;
  }

  #join p {
    padding: 70px 30px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #join {
    background-image: url(../../images/proj_img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: block;
  }

  #proj {
    width: 90%;
    margin: 0 auto;
  }

  #proj h2 {
    width: 90%;
    margin: 0 auto 30px;
  }

  #proj .inner ul {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  #proj .inner ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  section#scheme {
    margin-bottom: 50px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #footer .inner p {
    font-weight: bold;
    font-size: 1.2rem;
  }
	
	
	/*page*/
	#page h1{
		width: 80%;
		margin: 10% auto;
	}
	#page h2{
		font-size: 2.6rem;
	}
	#page .page_inner{
		width: 100%;
	}
	#page .page_inner_content{
		padding: 3% 0;
	}
	#page .products .item_list{
		font-size: 1.2rem;
	}
	#page .products .flex{
		flex-wrap: wrap;
		padding: 0 7%;
	}
	#page .products .flex .left_box, #page .products .flex .right_box{
		width: 100%;
	}
	#page .products .flex .right_box{
		padding: 0;
	}
	#page .page_inner_content p{
		padding: 3% 7%;
	}
}