@charset "utf-8";

/*------------------------------------------
 *	Media Query
------------------------------------------*/

@media only screen and (max-width: 768px) {

  /*------------------------------------------
	 *	html, body
	------------------------------------------*/
  body {
    display: block;
    min-width: inherit;
    font-size: 14px;
  }

  a:hover {
    text-decoration: underline;
  }

  .is-block-sp {
    display: unset;
  }

  .is-block-pc {
    display: none;
  }

  a {
    outline: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  /*------------------------------------------
	 *	Layout
	------------------------------------------*/
  .sec-in {
    width: 100%;
  }

  /*------------------------------------------
	 *	Ico
	------------------------------------------*/
  .ico-member {
    display: block;
    width: 60px;
    height: 51px;
    background: url(../img/ico_member.png) center center no-repeat;
    background-size: 60px 51px;
    position: static;
  }

  /*------------------------------------------
	 *	Header
	------------------------------------------*/
  #header {
    width: 100%;
    height: 54px;
    padding: 0 16px;
  }

  #header .logo-coop img {
    width: 90px;
    height: 27px;
    margin-top: 0;
  }
  #header .logo-ouchi {
    width: 138px;
  }

  /*------------------------------------------
	 *	Footer
	------------------------------------------*/
  #footer {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 65px;
    box-sizing: border-box;
    background: #ffffff;
    border-top: 1px solid #dcdcdc;
  }

  #footer .inner {
    width: 100%;
    padding: 0;
  }

  #footer .info {
    border-top: none;
    padding: 0;
  }

  #footer .links {
    float: none;
    width: 100%;
    margin: 0;
    padding: 2.5% 0;
    list-style-type: none;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
    font-size: 0;
  }

  #footer .links>li {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
  }

  #footer .links>li+li {
    margin-left: 5em;
  }

  #footer .links a {
    padding-left: 6px;
    background: url(../img/icn_link.png) left center no-repeat;
    background-size: 3px 5.5px;
  }

  #footer .copyright {
    float: none;
    margin: 0;
    padding-top: 3.5%;
    text-align: center;
    font-size: 11px;
    font-size: 2.45vw;
    line-height: 1.5;
  }

  #footer .copyright small {
    display: block;
    padding-top: 0.7em;
    font-size: 11px;
  }

  #footer .joint {
    display: block;
    overflow: hidden;
    margin: 0;
    text-align: center;
    font-size: 0;
    padding: 1.6835% 4.0625% 2.8125% 3.125%;
  }

  #footer .joint .txt {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-size: 2.45vw;
  }

  #footer .joint span.txt.is-block-sp {
    margin-right: 3.7037%;
    vertical-align: 0;
    width: 67.12121%;
    display: block;
    margin: 0 auto 0;
  }

  #footer .joint .logoUcoop {
    max-width: 172px;
    width: 22.39%;
    margin: 0 auto;
  }


  /*------------------------------------------
 *	Main
------------------------------------------*/

  /* cp-detail */
  .cp-detail .cp-read_txt {
    font-size: var(--font-size-base);
  }

  .cp-detail .cp-read_txt li {
    align-items: center;
  }

  .cp_about .cp_about_txt {
    font-size: var(--font-size-base);
  }

  /* app-download */
  .app-download .app-download_ttl {
    margin-bottom: 0;
  }

  .app-download .app-download_link img {
    width: auto;
  }

  .app-download .app-download_link_inner {
    justify-content: space-between;
    gap: 4.1vw 0;
  }

  .app-download .app-download_link .app-download_link_pokke {
    flex: 1 1 100%;
  }

  .app-download .app-download_link .app-download_link_vendor {
    flex: 0 1 max-content;
  }

  .app-download .app-download_link .app-download_link_vendor img {
    height: 20vw;
  }

  /* cp-howto */
  .cp-howto .cp-howto_ttl {
    width: 96%;
    margin: auto auto 10.2vw;
  }

  .cp-howto .cp-howto_step {
    flex-direction: column;
  }

  .cp-howto .cp-howto_step .cp-howto_step_item {
    font-size: 20px;
  }

  .cp-howto .cp-howto_step .cp-howto_step_item:not(:last-of-type) {
    margin-bottom: 12.8vw;
  }

  .cp-howto .cp-howto_step .cp-howto_step_item:nth-last-of-type(3) {
    margin-top: 18vw;
  }

  .cp-howto .cp-howto_step .cp-howto_step_present {
    margin-top: 10.2vw;
  }

  .cp-howto .cp-howto_step .cp-howto_step_present::before {
    border-top: 32px solid var(--color-green);
    border-right: 36px solid transparent;
    border-left: 36px solid transparent;
  }

  /*  */
}