@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.form_custom:nth-child(2)::after{
  white-space: pre;
  content:"※英数字のみ\A　・お好きなユーザー名を入れてください。\A　・ログインに必要です。\A　・サイト内で表示されます。\A　・ユーザー名は変更できません。";
}
.form_custom:nth-child(7)::after{
  content:"　例）123-1234";
}
.form_custom:nth-child(12)::after{
  content:"　例）090-1111-2222";
}
.form_custom:nth-child(16)::after{
  content:"(開業に必要な国家資格を有している)";
}

div.form_custom{
  padding-bottom: 20px;
}

.form_custom2:nth-child(6)::after{
  content:"　例）123-1234";
}
.form_custom2:nth-child(11)::after{
  content:"　例）090-1111-2222";
}
.form_custom2:nth-child(16)::after{
  content:"(開業に必要な国家資格を有している)";
}

div.form_custom2{
  padding-bottom: 20px;
}
