@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/


/* 入党のお願い
-------------------------------------*/

/* 生年月日欄 */
.birth-date {
	display: inline-block;
	width: 28%;
	margin-top: 0.4em;
}

.birth-date input[type="number"] {
	width: auto;
	margin-right: 0.3em;
}

.birth-date input[type="number"] span {
	display: inline-block;
}

@media (max-width: 576px) {
  .birth-date {
	width: 34vw;
  }
  
  .birth-date:nth-last-of-type(-n+2) {
	width: 20vw;
  }
  
  .birth-date:nth-last-of-type(-n+2) input[type="number"] {
	width: 60%;
  }
}

@media (max-width: 360px) {
  .birth-date {
	width: 38vw;
  }
}

