@charset "UTF-8";

/*!
Theme Name: Cocoon Kuotore
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: KUOTORE
Author URI: https://kuotore.com/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

@import url("./mycss/kuotoreStyle.css");
/* お問い合わせフォーム：スマートフォンの必須表示重なり防止 */
@media only screen and (max-width: 480px) {
  .form .table02 th .hissu,
  .form .table02 td .hissu {
    position: static;
    display: inline-block;
    margin: 0 0 0 0.75em;
    vertical-align: middle;
    white-space: nowrap;
  }

  .form .table02 th p,
  .form .table02 td p {
    padding-right: 0;
  }
}