/*
Theme Name: TCD SERUM Child
Template: serum_tcd096
Text Domain: tcd-serum-child
Version: 1.0.0
*/

/* ===== スマホだけ調整（PCには一切影響しない）===== */
@media (max-width: 767px){

  /* CF7ラジオを標準の○に戻す（スマホのみ） */
  .survey-branch .wpcf7-list-item { display:block; margin:10px 0; }

  .survey-branch input[type="radio"]{
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    position: static;
    opacity: 1;
    width: auto;
    height: auto;
    margin-right: .5em;
  }

  /* テーマの疑似要素装飾を“スマホだけ”無効化 */
  .survey-branch .wpcf7-list-item-label::before,
  .survey-branch .wpcf7-list-item-label::after{
    content: none !important;
  }

  /* スマホ横幅いっぱい */
  .page .l-inner,
  .page .l-contents,
  .page .l-contents__inner,
  .page .p-entry,
  .page .p-entry__body,
  .page .post_content,
  .page .entry {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
  }

  .survey-branch,
  .survey-branch .wpcf7,
  .survey-branch .wpcf7-form{
    max-width: 100% !important;
    width: 100% !important;
  }
}

