div.container, section{
  margin-bottom: 20px;
}

/* 入力ステータス */

*[required],
.required{
  background-color: rgba(255, 221, 221, 0.7);
}

*[required].dealed,
.required.dealed{
  background-color: rgba(223, 240, 216, 1);
}

.caution{
  background-color: rgba(252, 248, 227, 1);
}

.alert{
  background-color: rgba(255, 221, 221, 0.7);
  margin-bottom: 0px;
}

div.required{
  padding: 0px 15px 5px 15px;
  margin-left: 15px;
}

.alphabet{
  ime-mode: disabled;
}

em {
	color: #D9534F;
}

h2{
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
  margin: 35px 0 15px;
}

#email_confirm{
  font-size: 230%;
  font-family: monospace;
}
#email_confirm2{
  font-size: 230%;
  font-family: monospace;
}
#email_confirm3{
  font-size: 230%;
  font-family: monospace;
}

#cc_number{
  background-image: none;
  background-position: 97% 50%;
  background-repeat: no-repeat;
}

#cc_holder{
  text-transform: uppercase;
}

span.label{
  margin-right: 1em;
}

div.form-group div.continue{
  float: left;
}

div.input-group{
  padding: 0px 15px !important;
}

.ui-widget-content{
  border-color: #ccc;
}

.ui-widget-content td.ui-datepicker-today span{
  background: rgba(255, 165, 0, 0.4) none;
}

@media (max-width: 768px){
  .continue,
  .datepicker{
    margin-bottom: 4px;
  }
}

/* 追加 */

body {
	font-family: 'Roboto', YakuHanJPs_Noto, 'Noto Sans', 'Noto Sans JP', Helvetica, 'Lucida Grande', Verdana, Arial, "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Roboto', YakuHanJPs_Noto, 'Noto Sans', 'Noto Sans JP', Helvetica, 'Lucida Grande', Verdana, Arial, "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width:1024px), print {
/* 1024pxまでの幅の場合に適応される */
.jumbotron h1 {
	font-size: 6rem !important;
}
}

/*
.society {
	list-style-type: none;
}
.society li	{
	display: inline-block;
	padding: 0 1em 0.3em 0;
}
.society input {
	width: 20px;
}

.privacy {
	margin: 60px auto;
}
*/
.center {
	width: 200px;
	margin: 10px auto 50px;
}

.submit {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size: 18px;
	border: none;
	cursor: pointer;
}
.submit::before,
.submit::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.submit,
.submit::before,
.submit::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 5px;
	moz-border-radius:	5px;
 -webkit-border-radius:	5px;
}
.submit {
	background-color: #333;
	color: #fff;
}
.submit:hover {
	background-color: #D9534F;
}

/*===============================================
●smart.css  
===============================================*/

@media screen and (max-width:1024px), print {
/* 1024pxまでの幅の場合に適応される */
	.finishpage .container, 
	.errorpage .container, 
	.confirmpage .container {
		width: auto;
	}
}
